@import"https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap";.dash-panel,.sess-panel{background:var(--bg-card, #fff);border-radius:var(--radius-24, 24px);box-shadow:var(--shadow-card);padding:24px;width:100%;box-sizing:border-box}.dash-label{color:var(--accent, #7d1f3d);font-size:13px;font-weight:600;letter-spacing:.02em;margin:0 0 16px}.dash-seg{display:inline-flex;gap:4px;padding:4px;margin:0 0 16px;background:var(--bg-soft, #f7f7f7);border:1px solid var(--border, #e7e7e7);border-radius:var(--radius-10, 10px)}.dash-seg__btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border:none;background:none;border-radius:var(--radius-8, 8px);font:inherit;font-size:13px;color:var(--text-sub, #525866);cursor:pointer}.dash-seg__btn.is-on{background:var(--bg-card, #fff);color:var(--accent, #7d1f3d);font-weight:500;box-shadow:var(--shadow-sm, 0 1px 2px rgba(10, 13, 20, .04))}.dash-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px}.dash-field{display:flex;flex-direction:column;gap:6px;min-width:200px;flex:1 1 200px}.dash-field__label{font-size:12px;color:var(--text-sub, #525866)}.dash-control{height:44px;border-radius:var(--radius-10, 10px);border:1px solid var(--border, #e7e7e7);background:var(--bg-soft, #f7f7f7);padding:0 12px;font:inherit;color:var(--text, #2f2f2f);box-sizing:border-box;width:100%}.dash-control:focus{outline:none;border-color:var(--accent, #7d1f3d)}.dash-field--wide{flex:2 1 360px}.dash-translation{display:flex;align-items:center;gap:8px}.dash-translation>.dash-control{flex:0 0 auto;width:auto;min-width:140px}.dash-arrow{color:var(--text-soft, #99a0ae);font-size:16px;flex:0 0 auto}.dash-msel{position:relative;flex:1 1 0;min-width:0}.dash-msel__btn{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left}.dash-msel__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-msel__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;max-height:264px;overflow-y:auto;padding:4px;background:var(--bg-card, #fff);border:1px solid var(--border, #e7e7e7);border-radius:var(--radius-10, 10px);box-shadow:var(--shadow-card, 0 10px 30px rgba(0, 0, 0, .05))}.dash-msel__item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;background:none;border-radius:var(--radius-8, 8px);font:inherit;font-size:13px;color:var(--text, #2f2f2f);cursor:pointer;text-align:left}.dash-msel__item:hover{background:var(--bg-soft, #f7f7f7)}.dash-msel__check{flex:0 0 auto;width:18px;height:18px;border-radius:5px;border:1.5px solid var(--border, #e7e7e7);display:grid;place-items:center;color:#fff}.dash-msel__check.on{background:var(--accent, #7d1f3d);border-color:var(--accent, #7d1f3d)}.dash-hint{display:block;font-size:11px;color:var(--text-soft, #99a0ae);margin-top:10px}.dash-start{height:44px;border-radius:var(--radius-10, 10px);padding:0 20px;background:var(--btn-dark, #242424);color:#fff;border:none;font:inherit;font-weight:600;cursor:pointer;white-space:nowrap;flex:0 0 auto}.dash-start:disabled{opacity:.6;cursor:default}.dash-error{color:var(--rose, #d36a8a);font-size:13px;margin:12px 0 0}.dash-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;margin-top:24px}.dash-empty__circle{width:96px;height:96px;border-radius:var(--radius-full, 999px);display:flex;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 30% 25%,var(--rose, #d36a8a),var(--accent, #7d1f3d));box-shadow:var(--shadow-sm)}.dash-empty__title{margin:0;font-size:22px;font-weight:600;color:var(--text-strong, #0e121b)}.dash-empty__sub{margin:0;font-size:14px;color:var(--text-sub, #525866);max-width:420px}.sess-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sess-title-wrap{display:flex;align-items:center;gap:10px;min-width:0}.sess-glyph{width:36px;height:36px;border-radius:var(--radius-10, 10px);background:var(--accent-soft, #faf0f3);color:var(--accent, #7d1f3d);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.sess-title{font-size:18px;font-weight:600;color:var(--text-strong, #0e121b);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sess-header-actions{display:flex;align-items:center;gap:8px;position:relative}.sess-tan-btn{height:36px;padding:0 12px;border-radius:var(--radius-8, 8px);background:var(--tan-bg, #faf6ef);color:var(--tan, #b08646);border:1px solid var(--tan-border, #e9dcc4);font:inherit;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.sess-tan-btn.is-active{background:var(--tan, #b08646);color:#fff}.sess-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.sess-chip{height:28px;padding:0 10px;border-radius:var(--radius-full, 999px);background:var(--bg-soft, #f7f7f7);color:var(--text-sub, #525866);font-size:12px;display:inline-flex;align-items:center;gap:6px;max-width:280px}.sess-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sess-recbar{background:var(--surface-02, #f8f7f7);border-radius:var(--radius-16, 16px);padding:12px;display:flex;align-items:center;gap:12px;margin-top:16px}.sess-wave{flex:1 1 0;display:flex;align-items:center;gap:2px;height:36px;overflow:hidden}.sess-wave__bar{flex:1 1 0;min-width:2px;background:var(--accent, #7d1f3d);border-radius:2px;opacity:.85;transition:height .08s linear}.sess-wave__bar.is-idle{background:var(--text-soft, #99a0ae);opacity:.4}.sess-timer{font-variant-numeric:tabular-nums;font-size:14px;font-weight:600;color:var(--text-strong, #0e121b);flex:0 0 auto}.sess-stop{height:40px;padding:0 18px;border-radius:var(--radius-10, 10px);background:var(--btn-dark, #242424);color:#fff;border:none;font:inherit;font-weight:600;cursor:pointer;flex:0 0 auto}.sess-stop:disabled{opacity:.6;cursor:default}.sess-recbar-actions{display:flex;gap:8px;margin-left:auto}.sess-conv-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px}.sess-inline-field{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-sub, #525866)}.sess-inline-field select{height:32px;border-radius:var(--radius-8, 8px);border:1px solid var(--border, #e7e7e7);background:var(--bg-soft, #f7f7f7);padding:0 8px;font:inherit}.sess-speak{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.sess-error{color:var(--rose, #d36a8a);font-size:13px;margin:12px 0 0}.sess-note{font-size:13px;color:var(--tan, #b08646);margin:8px 0 0}.sess-botbar{display:flex;align-items:center;gap:8px;margin:12px 0 0;padding:10px 12px;border-radius:var(--radius-10, 10px);background:var(--accent-soft, rgba(125, 31, 61, .08));color:var(--accent, #7d1f3d);font-size:13px}.sess-botbar__dot{width:8px;height:8px;border-radius:50%;background:#19a974;flex:0 0 auto;animation:pulse 1s infinite}.sess-mode-chip{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border-radius:var(--radius-8, 8px);background:var(--accent-soft, rgba(125, 31, 61, .08));color:var(--accent, #7d1f3d);font-size:13px;font-weight:500}.sess-live-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--radius-full, 999px);background:var(--accent-soft, rgba(125, 31, 61, .08));color:var(--accent, #7d1f3d);font-size:13px;font-weight:500}.sess-conv{margin-top:12px;display:flex;flex-direction:column;gap:16px;max-height:60vh;overflow-y:auto;padding-right:4px}.sess-conv__empty{color:var(--text-soft, #99a0ae);font-size:14px;padding:24px 0;text-align:center}.bub{border-inline-start:3px solid var(--border, #e7e7e7);padding-inline-start:12px}.bub__head{display:flex;align-items:center;gap:10px}.bub__avatar{width:36px;height:36px;border-radius:var(--radius-full, 999px);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex:0 0 auto}.bub__meta{display:flex;flex-direction:column;min-width:0}.bub__speaker{font-size:14px;font-weight:600;color:var(--text-strong, #0e121b)}.bub__time{font-size:12px;color:var(--text-soft, #99a0ae);font-variant-numeric:tabular-nums}.bub__qos{margin-left:auto;font-size:11px;color:var(--text-soft, #99a0ae);flex:0 0 auto}.bub__body{margin-top:8px;background:var(--bg-soft, #f7f7f7);border:1px solid var(--stroke, #f2f2f2);border-radius:var(--radius-16, 12px);padding:12px;position:relative}.bub__tab{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-sub, #525866);margin-bottom:4px}.bub__dot{width:4px;height:4px;border-radius:50%;background:var(--text-soft, #99a0ae)}.bub__lang{color:var(--accent, #7d1f3d);font-weight:600}.bub__text{margin:0;font-size:14px;color:var(--text, #2f2f2f);line-height:1.5}.bub__text--rtl{direction:rtl;text-align:right}.bub__divider{height:1px;background:var(--stroke, #f2f2f2);margin:10px 0}.bub__trans{margin:4px 0 0;font-size:14px;color:var(--text, #2f2f2f);line-height:1.5}.bub__trans--hl{font-weight:500;color:var(--text-strong, #0e121b)}.bub__speak{margin-top:8px;border:none;background:none;cursor:pointer;font-size:14px;color:var(--text-sub, #525866);padding:2px 6px;border-radius:var(--radius-8, 8px)}.bub__speak:hover{background:var(--surface, #eaeaea)}.bub--partial .bub__body{opacity:.6}.bub__live-text{opacity:.65}.bub__live{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--rose, #d36a8a);animation:bub-pulse 1s ease-in-out infinite}@keyframes bub-pulse{0%,to{opacity:.3}50%{opacity:1}}.gloss-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.gloss-card{background:var(--bg-card, #fff);border-radius:var(--radius-16, 16px);padding:20px;width:440px;max-width:100%;box-shadow:var(--shadow-card);box-sizing:border-box;max-height:90vh;overflow-y:auto}.gloss-title{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-strong, #0e121b)}.gloss-intro{margin:0 0 16px;font-size:13px;line-height:1.45;color:var(--text-sub, #525866)}.gloss-subtitle{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-strong, #0e121b)}.gloss-list{list-style:none;margin:0 0 16px;padding:0;border:1px solid var(--border, #e7e7e7);border-radius:var(--radius-10, 10px);max-height:160px;overflow-y:auto}.gloss-list__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid var(--border, #e7e7e7);font-size:13px}.gloss-list__item:last-child{border-bottom:none}.gloss-list__pair{display:flex;align-items:center;gap:6px;min-width:0}.gloss-list__heard{color:var(--text-soft, #99a0ae);text-decoration:line-through}.gloss-list__arrow{color:var(--text-soft, #99a0ae);flex-shrink:0}.gloss-list__show{color:var(--text-strong, #0e121b);font-weight:500}.gloss-list__remove{border:none;background:transparent;color:var(--text-soft, #99a0ae);font-size:18px;line-height:1;cursor:pointer;padding:4px 6px;border-radius:6px;flex-shrink:0}.gloss-list__remove:hover{background:var(--bg-soft, #f7f7f7);color:var(--text, #2f2f2f)}.gloss-row{display:flex;gap:8px}.gloss-row__lang{flex:0 0 140px}.gloss-row__text{flex:1;min-width:0}.gloss-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.gloss-field__label{font-size:12px;color:var(--text-sub, #525866)}.gloss-input,.gloss-textarea,.gloss-select{border-radius:var(--radius-10, 10px);border:1px solid var(--border, #e7e7e7);background:var(--bg-soft, #f7f7f7);padding:10px 12px;font:inherit;color:var(--text, #2f2f2f);box-sizing:border-box;width:100%}.gloss-input,.gloss-select{height:44px}.gloss-textarea{min-height:72px;resize:vertical}.gloss-help{font-size:11px;color:var(--text-soft, #99a0ae);margin:4px 0 0}.gloss-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text, #2f2f2f);margin-bottom:16px;cursor:pointer}.gloss-footer{display:flex;justify-content:flex-end;gap:10px}.gloss-cancel{border:none;background:none;font:inherit;cursor:pointer;color:var(--text-sub, #525866);padding:10px 14px;border-radius:var(--radius-10, 10px)}.gloss-cancel:hover{background:var(--bg-soft, #f7f7f7)}.gloss-save{border:none;background:var(--rose, #d36a8a);color:#fff;font:inherit;font-weight:600;cursor:pointer;padding:10px 18px;border-radius:var(--radius-10, 10px)}.sess-pop-wrap{position:relative;display:inline-flex}.sess-tan-btn--icon{padding:0;width:36px;justify-content:center}.sess-popover{position:absolute;top:42px;right:0;background:var(--bg-card, #fff);border:1px solid var(--border, #e7e7e7);border-radius:var(--radius-10, 10px);box-shadow:var(--shadow-card);padding:6px;z-index:30;min-width:160px}.sess-popover--wide{min-width:220px}.sess-popover button{display:flex;align-items:center;gap:8px;width:100%;text-align:left;border:none;background:none;font:inherit;font-size:13px;padding:9px 10px;border-radius:var(--radius-8, 8px);cursor:pointer;color:var(--text, #2f2f2f)}.sess-popover button:hover{background:var(--bg-soft, #f7f7f7)}.sess-danger-item{color:var(--rose, #d36a8a)!important}.sess-danger-item:hover{background:var(--accent-soft, #faf0f3)!important}.sess-bot-field{display:flex;flex-direction:column;gap:8px;padding:6px}.sess-bot-field__label{font-size:12px;color:var(--text-sub, #525866)}.sess-bot-input{height:38px;border-radius:var(--radius-8, 8px);border:1px solid var(--border, #e7e7e7);background:var(--bg-soft, #f7f7f7);padding:0 10px;font:inherit;font-size:13px;color:var(--text, #2f2f2f);width:100%;box-sizing:border-box}.sess-bot-input:focus{outline:none;border-color:var(--accent, #7d1f3d)}.sess-bot-actions{display:flex;justify-content:flex-end;gap:8px}.sess-bot-cancel{border:none;background:none;font:inherit;font-size:13px;cursor:pointer;color:var(--text-sub, #525866);padding:8px 12px;border-radius:var(--radius-8, 8px)}.sess-bot-cancel:hover{background:var(--bg-soft, #f7f7f7)}.sess-bot-join{display:inline-flex;align-items:center;gap:6px;border:none;background:var(--btn-dark, #242424);color:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer;padding:8px 14px;border-radius:var(--radius-8, 8px)}.sess-bot-join:disabled{opacity:.5;cursor:default}.summ-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:flex-end;z-index:100}.summ-drawer{width:420px;max-width:100%;height:100%;background:var(--bg-card, #fff);box-shadow:var(--shadow-card);display:flex;flex-direction:column;box-sizing:border-box;animation:summ-slide-in .2s ease}@keyframes summ-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.summ-head{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--stroke, #f2f2f2);flex:0 0 auto}.summ-title{margin:0;font-size:18px;font-weight:600;color:var(--text-strong, #0e121b)}.summ-close{border:none;background:none;cursor:pointer;color:var(--text-sub, #525866);width:32px;height:32px;border-radius:var(--radius-8, 8px);display:inline-flex;align-items:center;justify-content:center}.summ-close:hover{background:var(--bg-soft, #f7f7f7);color:var(--text-strong, #0e121b)}.summ-body{flex:1 1 auto;overflow-y:auto;padding:20px}.summ-loading{display:flex;align-items:center;gap:10px;color:var(--text-sub, #525866);font-size:14px;padding:24px 0}.summ-spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--tan-border, #e9dcc4);border-top-color:var(--accent, #7d1f3d);animation:summ-spin .7s linear infinite}@keyframes summ-spin{to{transform:rotate(360deg)}}.summ-error{color:var(--rose, #d36a8a);font-size:14px;background:var(--accent-soft, #faf0f3);border-radius:var(--radius-10, 10px);padding:12px 14px;margin:0}.summ-section{margin-bottom:24px}.summ-section__title{margin:0 0 8px;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--accent, #7d1f3d)}.summ-section__row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.summ-section__row .summ-section__title{margin:0}.summ-copy{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border-radius:var(--radius-8, 8px);background:var(--tan-bg, #faf6ef);color:var(--tan, #b08646);border:1px solid var(--tan-border, #e9dcc4);font:inherit;font-size:12px;font-weight:500;cursor:pointer;margin-left:auto}.summ-copied{font-size:12px;color:var(--tan, #b08646)}.summ-attendees-wrap{overflow-x:auto}.summ-attendees{width:100%;border-collapse:collapse;font-size:13px}.summ-attendees th,.summ-attendees td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--stroke, #f2f2f2)}.summ-attendees th{font-weight:600;color:var(--text-muted, #666);font-size:12px}.summ-attendees__name{font-weight:500}.summ-attendees__badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;background:#eee}.summ-attendees__badge--spoke{background:#2b6ef51f;color:#2b6ef5}.summ-attendees__badge--joined{background:#b0864626;color:#8a6630}.summ-attendees-empty{margin:0;font-size:13px;color:var(--text-muted, #888)}.summ-summary{margin:0;font-size:14px;line-height:1.6;color:var(--text, #2f2f2f)}.summ-minutes{font-size:14px;line-height:1.6;color:var(--text, #2f2f2f);background:var(--bg-soft, #f7f7f7);border:1px solid var(--stroke, #f2f2f2);border-radius:var(--radius-10, 10px);padding:14px 16px}.summ-md-h3{margin:12px 0 6px;font-size:15px;font-weight:600;color:var(--text-strong, #0e121b)}.summ-md-h3:first-child{margin-top:0}.summ-md-h4{margin:10px 0 4px;font-size:13px;font-weight:600;color:var(--text-strong, #0e121b)}.summ-md-p{margin:6px 0}.summ-md-list{margin:6px 0;padding-left:18px}.summ-md-list li{margin:3px 0}.summ-empty{margin:0;font-size:13px;color:var(--text-soft, #99a0ae)}.summ-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.summ-action{display:flex;align-items:flex-start;gap:10px}.summ-action__check{margin-top:3px;width:16px;height:16px;accent-color:var(--accent, #7d1f3d);flex:0 0 auto}.summ-action__body{display:flex;flex-direction:column;gap:2px;min-width:0}.summ-action__text{font-size:14px;color:var(--text, #2f2f2f);line-height:1.4}.summ-action__meta{font-size:12px;color:var(--text-soft, #99a0ae)}.auth-error{margin:0 0 12px;padding:10px 12px;border-radius:var(--radius-10, 10px);background:#fde8e8;color:#9b1c1c;font-size:13px}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-sub, #525866)}.shell-user{display:flex;align-items:center;gap:8px}.shell-user__name{font-size:13px;color:var(--text, #2f2f2f);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__admin-link{display:block;margin:12px 16px 0;font-size:13px;color:var(--accent, #7d1f3d);text-decoration:none}.users-page{max-width:960px;margin:0 auto;padding:8px 0 32px}.users-page__header h1{margin:0 0 6px;font-size:22px}.users-page__header p{margin:0 0 20px;color:var(--text-sub, #525866)}.users-page__error{color:#9b1c1c;margin-bottom:12px}.users-card{background:var(--bg-card, #fff);border:1px solid var(--border, #e7e7e7);border-radius:var(--radius-16, 16px);padding:16px;margin-bottom:16px}.users-card h2{margin:0 0 12px;font-size:16px}.users-form{display:grid;gap:10px;max-width:420px}.users-roles{display:flex;gap:12px;flex-wrap:wrap}.users-table{width:100%;border-collapse:collapse;font-size:13px}.users-table th,.users-table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border, #e7e7e7)}.users-table__actions{display:flex;gap:6px;white-space:nowrap;flex-shrink:0}.users-list{display:flex;flex-direction:column;gap:12px}.users-row{border:1px solid var(--border, #e7e7e7);border-radius:var(--radius-12, 12px);padding:14px}.users-row__main{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;justify-content:space-between}.users-row__identity{display:flex;flex-direction:column;gap:2px;min-width:180px}.users-row__email{font-size:13px;color:var(--text-sub, #525866)}.users-row__meta{font-size:12px;color:var(--text-soft, #99a0ae)}.users-row__usage{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:10px;flex:1;min-width:280px}.usage-meter__head{display:flex;justify-content:space-between;gap:8px;font-size:11px;color:var(--text-sub, #525866);margin-bottom:4px}.usage-meter__label{font-weight:500}.usage-meter__value{color:var(--text, #2f2f2f)}.usage-bar{height:6px;border-radius:999px;background:var(--bg-soft, #f0f0f0);overflow:hidden}.usage-bar__fill{height:100%;border-radius:999px;background:var(--accent, #7d1f3d);transition:width .2s ease}.usage-meter--over .usage-bar__fill{background:#c53030}.usage-meter--over .usage-meter__value{color:#c53030;font-weight:600}.users-limits-editor{margin-top:14px;padding-top:14px;border-top:1px solid var(--border, #e7e7e7)}.users-limits-editor__hint{margin:0 0 10px;font-size:12px;color:var(--text-sub, #525866)}.users-limits-editor__grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px}.users-limit-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--text-sub, #525866)}.users-limits-editor__actions{display:flex;gap:8px;margin-top:12px;justify-content:flex-end}@media (max-width: 900px){.users-row__usage,.users-limits-editor__grid{grid-template-columns:1fr}}:root{--font: "Onest", system-ui, -apple-system, sans-serif;--bg-app: #f4f1f2;--bg-card: #ffffff;--bg-soft: #f7f7f7;--surface-02: #f8f7f7;--surface: #eaeaea;--text-strong: #0e121b;--text: #2f2f2f;--text-sub: #525866;--text-soft: #99a0ae;--text-primary: #121212;--stroke: #f2f2f2;--border: #e7e7e7;--btn-dark: #242424;--btn-dark-hover: #3a3a3a;--accent: #7d1f3d;--accent-hover: #6a1a34;--accent-soft: rgba(125, 31, 61, .08);--rose: #d36a8a;--rose-hover: #c2557a;--tan: #b08646;--tan-bg: #faf6ef;--tan-border: #e9dcc4;--radius-8: 8px;--radius-10: 10px;--radius-16: 16px;--radius-24: 24px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(10, 13, 20, .04);--shadow-card: 0 10px 30px rgba(0, 0, 0, .05), 0 2px 8px rgba(0, 0, 0, .04)}[data-theme=dark]{--bg-app: #15171c;--bg-card: #1e2128;--bg-soft: #23262e;--surface-02: #23262e;--surface: #2b2f37;--text-strong: #f5f6f8;--text: #e6e8ec;--text-sub: #aeb4bf;--text-soft: #7a818d;--text-primary: #f5f6f8;--stroke: #2b2f37;--border: #2b2f37;--accent-soft: rgba(211, 106, 138, .14)}*,*:before,*:after{box-sizing:border-box}*{font-family:inherit}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg-app);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font:inherit;color:inherit;border:none;background:none;cursor:pointer}input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 18px;border-radius:var(--radius-10);font-weight:500;font-size:14px;transition:background .15s ease,color .15s ease,opacity .15s ease}.btn--block{width:100%}.btn--primary{background:var(--btn-dark);color:#fff;height:46px}.btn--primary:hover{background:var(--btn-dark-hover)}.btn--accent{background:var(--accent);color:#fff}.btn--accent:hover{background:var(--accent-hover)}.btn--ghost{background:transparent;color:var(--text-sub)}.btn--ghost:hover{color:var(--text-strong)}.control-cluster{display:inline-flex;align-items:center;gap:8px}.pill-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;min-width:38px;padding:0 10px;border-radius:var(--radius-full);background:var(--bg-card);border:1px solid var(--border);color:var(--text-sub);box-shadow:var(--shadow-sm);transition:background .15s ease,color .15s ease,border-color .15s ease}.pill-btn:hover{color:var(--text-strong);border-color:var(--text-soft)}.pill-btn--lang{font-size:13px;font-weight:500;padding:0 12px}.pill-btn__lang-code{letter-spacing:.02em}.auth{position:relative;min-height:100vh;background:var(--bg-app);display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.auth:before{content:"";position:absolute;left:50%;bottom:-30%;width:900px;height:700px;transform:translate(-50%);background:radial-gradient(closest-side,rgba(211,106,138,.28),rgba(211,106,138,.08) 55%,transparent 75%);pointer-events:none;z-index:0}.auth__controls{position:absolute;top:24px;right:24px;z-index:2}.auth__card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--bg-card);padding:32px;border-radius:var(--radius-24);box-shadow:var(--shadow-card)}.auth__title{margin:0;font-size:26px;font-weight:600;color:var(--text-strong);letter-spacing:-.01em}.auth__subtitle{margin:8px 0 24px;font-size:14px;line-height:1.5;color:var(--text-sub)}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.auth-label{font-size:13px;font-weight:500;color:var(--text-strong)}.auth-input{width:100%;height:44px;padding:0 12px;border-radius:var(--radius-10);border:1px solid var(--border);background:var(--bg-soft);color:var(--text-strong);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-input::placeholder{color:var(--text-soft)}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-row{display:flex;align-items:center;justify-content:space-between;margin:4px 0 22px}.auth-check{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-sub);cursor:pointer}.auth-check input{width:16px;height:16px;accent-color:var(--accent)}.auth-link{font-size:13px;font-weight:500;color:var(--rose);cursor:pointer}.auth-link:hover{color:var(--rose-hover)}.auth-footer{margin:18px 0 0;text-align:center;font-size:13px;color:var(--text-sub)}.auth-footer .auth-link{text-decoration:none}.auth-back{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:18px;font-size:13px;color:var(--text-sub);cursor:pointer}.auth-back:hover{color:var(--text-strong)}.shell{display:flex;min-height:100vh;gap:16px;padding:16px;background:var(--bg-app)}.shell__sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:14px;padding:16px;background:var(--bg-card);border-radius:var(--radius-24);box-shadow:var(--shadow-card)}.brand{display:flex;align-items:center;gap:10px}.brand__tile{width:36px;height:36px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#d36a8a,#7d1f3d)}.brand__name{font-size:15px;font-weight:600;color:var(--text-strong);line-height:1.2}.brand__tagline{font-size:11px;color:var(--text-soft);line-height:1.2}.sidebar__new{width:100%;height:44px}.sidebar__search{position:relative;display:flex;align-items:center}.sidebar__search svg{position:absolute;left:12px;color:var(--text-soft);pointer-events:none}.sidebar__search input{width:100%;height:42px;padding:0 12px 0 36px;border-radius:var(--radius-10);border:1px solid var(--border);background:var(--bg-soft);color:var(--text-strong);outline:none}.sidebar__search input::placeholder{color:var(--text-soft)}.sidebar__search input:focus{border-color:var(--text-soft)}.sidebar__label{margin:4px 0 2px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-soft)}.sidebar__list{display:flex;flex-direction:column;gap:4px;overflow-y:auto;flex:1;min-height:0}.meeting-item{display:block;padding:9px 12px;border-radius:var(--radius-10);border-left:3px solid transparent;transition:background .12s ease}.meeting-item:hover{background:var(--bg-soft)}.meeting-item--active{background:var(--accent-soft);border-left-color:var(--accent)}.meeting-item__title{font-size:14px;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meeting-item--active .meeting-item__title{color:var(--accent);font-weight:500}.meeting-item__meta{font-size:11px;color:var(--text-soft);margin-top:2px}.sidebar__empty{padding:12px;font-size:13px;color:var(--text-soft)}.shell__main{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.shell__topbar{height:48px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.shell__content{flex:1;min-height:0}.avatar{width:38px;height:38px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--accent);background:var(--accent-soft);border:1px solid var(--border)}@media (max-width: 720px){.shell{flex-direction:column}.shell__sidebar{width:100%}}
