:root{color-scheme:light dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-page, var(--tg-theme-bg-color, #f4f4f5));color:var(--text-primary, var(--tg-theme-text-color, #18181b))}.tma-shell{min-height:100vh;display:flex;flex-direction:column}.tma-page{flex:1;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));max-width:40rem;width:100%;margin:0 auto}.tma-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:calc(.75rem + env(safe-area-inset-top,0px)) 1rem .75rem;border-bottom:1px solid var(--border-divider, rgba(0, 0, 0, .08));background:var(--bg-page, var(--tg-theme-bg-color, #f4f4f5))}.tma-header__main{min-width:0;flex:1}.tma-header__brand{display:flex;flex-direction:column;gap:.125rem;min-width:0}.tma-header__title{font-size:.95rem;font-weight:700;letter-spacing:.04em;color:var(--text-primary)}.tma-header__user{font-size:.8rem;color:var(--text-secondary, var(--tg-theme-hint-color, #71717a));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tma-header__back,.tma-header__gear{border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:.5rem;padding:.5rem}.tma-header__back{font-size:.9rem;font-weight:500;padding-left:0}.tma-header__back:hover,.tma-header__gear:hover{background:var(--bg-hover, rgba(0, 0, 0, .04));color:var(--text-primary)}.tma-section-head{margin-bottom:1rem}.tma-section-head__bu{margin:0 0 .25rem;font-size:.8rem}.tma-heading{margin:0;font-size:1.35rem;font-weight:600;color:var(--text-primary)}.tma-muted{margin:.35rem 0 0;color:var(--text-secondary, var(--tg-theme-hint-color, #71717a));font-size:.9rem}.tma-error{color:#dc2626}.tma-center{display:flex;justify-content:center;padding:3rem 0}.tma-spinner{width:2rem;height:2rem;animation:tma-spin .8s linear infinite;color:var(--text-muted, #94a3b8)}@keyframes tma-spin{to{transform:rotate(360deg)}}.tma-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.tma-icon--sm{width:1rem;height:1rem}.tma-icon--lg{width:1.5rem;height:1.5rem}.tma-card{background:var(--bg-card, var(--tg-theme-secondary-bg-color, #ffffff));border:1px solid var(--border-card, rgba(0, 0, 0, .07));border-radius:.75rem;padding:1rem}.tma-card--empty,.tma-card--error{text-align:center;font-size:.9rem;color:var(--text-secondary)}.tma-card--error{color:#dc2626}.tma-bu-grid{display:grid;gap:.75rem}.tma-bu-card{display:flex;align-items:center;gap:.75rem;width:100%;padding:.9rem 1rem;border:1px solid var(--border-card);border-radius:.75rem;background:var(--bg-card);color:var(--text-primary);text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.tma-bu-card:hover{background:var(--bg-card-hover, var(--bg-hover))}.tma-bu-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background:#6366f11a;color:#6366f1}.tma-bu-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.tma-bu-card__name{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tma-bu-card__type{font-size:.75rem;color:var(--text-muted)}.tma-bu-card__chevron{color:var(--text-muted)}.tma-bu-banner{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:var(--text-primary)}.tma-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.tma-menu-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;min-height:6.5rem;padding:1rem .75rem;border:1px solid var(--border-card);border-radius:.75rem;background:var(--bg-card);color:var(--text-primary);cursor:pointer;transition:background .15s ease,border-color .15s ease}.tma-menu-card:hover{background:var(--bg-card-hover, var(--bg-hover));border-color:#6366f159}.tma-menu-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:#6366f11a;color:#6366f1}.tma-menu-card__label{font-size:.85rem;font-weight:600;text-align:center;line-height:1.2}.tma-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00000073;display:flex;align-items:flex-end;justify-content:center}.tma-sheet{width:100%;max-width:40rem;max-height:85vh;overflow:auto;border-radius:1rem 1rem 0 0;background:var(--bg-card);border:1px solid var(--border-card);padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-lg, 0 10px 25px rgba(0, 0, 0, .15))}.tma-sheet__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.tma-sheet__title{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.tma-sheet__close{border:none;background:transparent;color:var(--text-secondary);padding:.35rem;border-radius:.5rem;cursor:pointer}.tma-sheet__section+.tma-sheet__section{margin-top:1rem}.tma-sheet__label{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.tma-sheet__list{list-style:none;margin:0;padding:0;border:1px solid var(--border-card);border-radius:.75rem;overflow:hidden}.tma-sheet__option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem .9rem;border:none;border-bottom:1px solid var(--border-subtle, rgba(0, 0, 0, .05));background:transparent;color:var(--text-secondary);font-size:.9rem;text-align:left;cursor:pointer}.tma-sheet__option:last-child{border-bottom:none}.tma-sheet__option--active{background:var(--bg-selected, rgba(99, 102, 241, .08));color:var(--text-primary);font-weight:600}.tma-sheet__theme-btn{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem .9rem;border:1px solid var(--border-card);border-radius:.75rem;background:var(--bg-input, var(--bg-card));color:var(--text-primary);font-size:.9rem;font-weight:600;cursor:pointer}.tma-sheet__theme-hint{font-size:.75rem;font-weight:400;color:var(--text-muted)}
