.msg-media-audio{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.25rem}.msg-media-audio audio{width:100%;max-width:280px;height:40px;border-radius:1rem}.msg-media-filename{font-size:.7rem;color:var(--text-secondary, #6b7280);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.msg-media-placeholder{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:1rem;background-color:var(--bg-secondary, #f3f4f6);font-size:.8125rem;color:var(--text-secondary, #6b7280);max-width:280px;margin-bottom:.25rem}.msg-media-placeholder--error{color:#ef4444;background-color:#fef2f2}[data-theme=dark] .msg-media-placeholder--error{color:#fca5a5;background-color:#ef44441a}.voice-recorder-preview{display:flex;align-items:center;gap:.5rem;background:var(--bg-tertiary, #f0f0f0);border-radius:24px;padding:.375rem .5rem;animation:voice-fade-in .2s ease;flex:1;min-width:0}.voice-recorder-audio{flex:1;min-width:0;max-width:220px;height:36px;border-radius:1rem}.voice-recorder-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:transparent;cursor:pointer;flex-shrink:0;transition:all .15s}.voice-recorder-btn--discard{color:#ef4444}.voice-recorder-btn--discard:hover{background:#ef44441a}.voice-recorder-btn--send{background:#25d366;color:#fff}.voice-recorder-btn--send:hover{background:#1da851;transform:scale(1.05)}.voice-recorder-btn--stop{background:#ef4444;color:#fff}.voice-recorder-btn--stop:hover{background:#dc2626;transform:scale(1.05)}.voice-recorder-recording{display:flex;align-items:center;gap:.5rem;background:var(--bg-tertiary, #f0f0f0);border-radius:24px;padding:.375rem .75rem;animation:voice-fade-in .2s ease;flex:1;min-width:0}.voice-recorder-pulse{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0;animation:voice-pulse 1s ease-in-out infinite}.voice-recorder-timer{font-size:.875rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-primary, #111827);min-width:2.5rem;flex-shrink:0}.msg-input-btn--mic{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:transparent;color:var(--text-secondary, #6b7280);cursor:pointer;flex-shrink:0;transition:color .15s}.msg-input-btn--mic:hover:not(:disabled){color:#25d366}.msg-input-btn--mic:disabled{opacity:.4;cursor:not-allowed}@keyframes voice-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes voice-pulse{0%,to{opacity:1}50%{opacity:.3}}[data-theme=dark] .msg-media-audio audio{color-scheme:dark}[data-theme=dark] .msg-media-placeholder{background-color:var(--bg-secondary, #1e293b)}[data-theme=dark] .voice-recorder-preview,[data-theme=dark] .voice-recorder-recording{background:var(--bg-tertiary, #1e293b)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-primary, #ffffff);border-radius:.75rem;width:90%;max-width:440px;max-height:90vh;box-shadow:0 20px 60px #0003;animation:modalSlideIn .2s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes modalSlideIn{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border, #e5e7eb)}.modal-header h2,.modal-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary, #111827)}.modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border, #e5e7eb);border-radius:.375rem;background:transparent;color:var(--text-secondary, #6b7280);font-size:1.5rem;line-height:1;cursor:pointer;transition:all .15s}.modal-close:hover{background:var(--bg-hover, #f3f4f6);color:var(--text-primary, #111827);border-color:var(--border, #d1d5db)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:.625rem;flex:1;overflow-y:auto;min-height:0}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid var(--border, #e5e7eb)}.modal-btn{padding:.5rem 1rem;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.modal-btn:disabled{opacity:.5;cursor:not-allowed}.modal-btn--secondary{border:1px solid var(--border, #e5e7eb);background:transparent;color:var(--text-primary, #111827)}.modal-btn--secondary:hover:not(:disabled){background:var(--bg-hover, #f3f4f6);border-color:var(--border, #d1d5db)}.modal-btn--primary{border:1px solid #25d366;background:#25d366;color:#fff}.modal-btn--primary:hover:not(:disabled){background:#1da851;border-color:#1da851}.template-modal-picker{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.5rem}.template-modal-picker>label{font-size:.8125rem;font-weight:500;color:var(--text-primary, #111827)}.template-modal-select{width:100%;padding:.5rem .75rem;border:1px solid var(--border, #e5e7eb);border-radius:.375rem;background:var(--bg-page, #fafafa);color:var(--text-primary, #111827);font-size:.875rem;font-family:inherit}.template-modal-select:focus{outline:none;border-color:var(--primary, #f59e0b);box-shadow:0 0 0 3px #f59e0b1a}.template-modal-select:disabled{opacity:.5;cursor:not-allowed}.template-modal-name{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--bg-hover, #f3f4f6);border-radius:.5rem;margin-bottom:1rem}.template-modal-name strong{font-size:1rem;color:var(--text-primary, #111827)}.template-modal-category{font-size:.75rem;color:var(--text-secondary, #6b7280);text-transform:uppercase;padding:.25rem .5rem;background:var(--bg-page, #fafafa);border-radius:.25rem}.template-modal-preview{margin-bottom:1rem}.template-modal-preview>label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-primary, #111827);margin-bottom:.5rem}.template-modal-preview-text{padding:.75rem;background:var(--bg-page, #fafafa);border:1px solid var(--border, #e5e7eb);border-radius:.5rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #6b7280);white-space:pre-wrap;min-height:80px}.template-modal-variables{display:flex;flex-direction:column;gap:.75rem}.template-modal-variables>label{font-size:.8125rem;font-weight:500;color:var(--text-primary, #111827)}.template-modal-var-row{display:flex;align-items:center;gap:.75rem}.template-modal-var-label{flex-shrink:0;min-width:52px;font-size:.8125rem;font-weight:600;color:var(--primary, #f59e0b);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--bg-page, #fafafa);padding:.25rem .5rem;border-radius:.25rem;text-align:center}.template-modal-var-input{flex:1;padding:.5rem .75rem;border:1px solid var(--border, #e5e7eb);border-radius:.375rem;background:var(--bg-page, #fafafa);color:var(--text-primary, #111827);font-size:.875rem;font-family:inherit;transition:border-color .15s}.template-modal-var-input:focus{outline:none;border-color:var(--primary, #f59e0b);box-shadow:0 0 0 3px #f59e0b1a}.template-modal-var-input:disabled{opacity:.5;cursor:not-allowed}.template-modal-var-input::placeholder{color:var(--text-secondary, #9ca3af)}.template-modal-hint{font-size:.75rem;color:var(--text-secondary, #6b7280);padding:.5rem;background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:.25rem;margin-bottom:.5rem}.template-modal-no-vars{padding:1rem;text-align:center;color:var(--text-secondary, #6b7280);font-size:.875rem;background:var(--bg-page, #fafafa);border-radius:.5rem}.modal-loading{text-align:center;color:var(--text-secondary, #6b7280);font-size:.875rem;padding:.75rem}[data-theme=dark] .modal-content{background:var(--bg-primary, #1f2937)}[data-theme=dark] .template-modal-name{background:#ffffff0d}[data-theme=dark] .template-modal-name strong{color:#f9fafb}[data-theme=dark] .template-modal-category{background:#ffffff1a;color:#9ca3af}[data-theme=dark] .template-modal-preview-text{background:#ffffff0d;border-color:#ffffff1a;color:#9ca3af}[data-theme=dark] .template-modal-var-label{background:#ffffff14;color:var(--primary, #f59e0b)}[data-theme=dark] .template-modal-var-input,[data-theme=dark] .template-modal-select{background:#ffffff0d;border-color:#ffffff1a;color:#f9fafb}[data-theme=dark] .template-modal-var-input:focus{border-color:var(--primary, #f59e0b);box-shadow:0 0 0 3px #f59e0b26}[data-theme=dark] .template-modal-hint{background:#3b82f626;border-color:#3b82f6}[data-theme=dark] .template-modal-no-vars{background:#ffffff0d;color:#9ca3af}[data-theme=dark] .modal-btn--secondary{border-color:#ffffff26;color:#e5e7eb}[data-theme=dark] .modal-btn--secondary:hover:not(:disabled){background:#ffffff0d}[data-theme=dark] .modal-close{border-color:#ffffff1a;color:#9ca3af}[data-theme=dark] .modal-close:hover{background:#ffffff0d;color:#f9fafb}:root{--bg-page: #fafafa;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-hover: #f3f4f6;--bg-active: #e5e7eb;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--text-on-brand: #111827;--border-primary: #e5e7eb;--border-secondary: #d1d5db;--border-focus: #f59e0b;--brand: #ffcc00;--brand-hover: #ffd633;--brand-active: #e0b700;--brand-border: #d4af00;--primary: #f59e0b;--primary-hover: #d97706;--primary-active: #b45309;--success: #10b981;--success-bg: #d1fae5;--error: #ef4444;--error-bg: #fee2e2;--warning: #f59e0b;--warning-bg: #fef3c7;--info: #3b82f6;--info-bg: #dbeafe;--selected-bg: #fff3cd;--selected-text: #111827;--selected-bg-alt: #dbeafe;--selected-text-alt: #1e40af;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--ring: 0 0 0 3px rgba(245, 158, 11, .3);--radius: 10px;--transition: .2s ease;--divider: #e5e7eb}[data-theme=dark]{--bg-page: #0f172a;--bg-primary: #1e293b;--bg-secondary: #334155;--bg-hover: #475569;--bg-active: #64748b;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-on-brand: #0f172a;--border-primary: #334155;--border-secondary: #475569;--border-focus: #fbbf24;--brand: #fbbf24;--brand-hover: #fcd34d;--brand-active: #f59e0b;--brand-border: #d97706;--primary: #fbbf24;--primary-hover: #fcd34d;--primary-active: #fde68a;--success: #34d399;--success-bg: #064e3b;--error: #f87171;--error-bg: #7f1d1d;--warning: #fbbf24;--warning-bg: #78350f;--info: #60a5fa;--info-bg: #1e3a8a;--selected-bg: #854d0e;--selected-text: #fef3c7;--selected-bg-alt: #1e40af;--selected-text-alt: #dbeafe;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--ring: 0 0 0 3px rgba(251, 191, 36, .3);--divider: #475569}html,body,#root{height:100%}body{margin:0;padding:0;font-family:ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text-primary);background:var(--bg-page);transition:background-color .2s ease,color .2s ease}*,*:before,*:after{box-sizing:border-box}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=tel],input[type=url],input[type=color],textarea,select{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-primary)}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus{border-color:var(--border-focus)}.container{padding:24px}.card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all var(--transition)}.section{padding:16px}.section-title{margin:0 0 8px;font-size:18px;color:var(--text-primary)}.muted{color:var(--text-muted)}.input{border:1px solid var(--border-primary);border-radius:8px;padding:8px 10px;background:var(--bg-primary);color:var(--text-primary);transition:all var(--transition)}.input:focus{outline:none;box-shadow:var(--ring);border-color:var(--border-focus)}.input::placeholder{color:var(--text-muted)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:500;font-size:.9rem;color:var(--text-primary)}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=url],.form-group input[type=number],.form-group input[type=date],.form-group input[type=password],.form-group select,.form-group textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--border-primary);border-radius:.5rem;background:var(--bg-primary);color:var(--text-primary);font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f59e0b1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:var(--bg-secondary);cursor:not-allowed;opacity:.6}.form-group textarea{resize:vertical;min-height:80px}.form-group .error{color:var(--error);font-size:.85rem;margin-top:.25rem}.form-group .help-text{color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.btn{padding:8px 12px;border:1px solid var(--border-primary);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;cursor:pointer;transition:all var(--transition);font-weight:500}.btn:hover{background:var(--bg-hover);box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(1px);background:var(--bg-active)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--primary);border-color:var(--primary);color:var(--text-on-brand)}.btn.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn.primary:active{background:var(--primary-active)}.btn.secondary{background:var(--bg-secondary);border-color:var(--border-primary);color:var(--text-primary)}.btn.danger{background:var(--error);border-color:var(--error);color:#fff}.btn.danger:hover{background:#dc2626}.icon-btn{padding:6px;line-height:0;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;color:var(--text-secondary);transition:all var(--transition)}.icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:8px 6px;border-bottom:1px solid var(--border-primary);color:var(--text-primary)}.table th{font-weight:600;color:var(--text-secondary)}.table tbody tr{transition:background-color var(--transition)}.table tbody tr:hover{background:var(--bg-hover)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spin{animation:spin 1s linear infinite}.fade-in{animation:fadeIn .2s ease}.slide-down{animation:slideDown .2s ease}@media(max-width:767px){.modal-overlay .modal-container,.modal-overlay .modal-content,.modal-overlay .modal-box,.modal-container .modal-content{width:100vw!important;max-width:100vw!important;height:100vh!important;height:100dvh!important;max-height:90vh!important;border-radius:0!important;margin:0!important}}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-6{margin:24px}.w-full{width:100%}.h-full{height:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.border{border:1px solid var(--border-primary)}.border-b{border-bottom:1px solid var(--border-primary)}.border-t{border-top:1px solid var(--border-primary)}.border-l{border-left:1px solid var(--border-primary)}.border-r{border-right:1px solid var(--border-primary)}.rounded{border-radius:var(--radius)}.rounded-sm{border-radius:4px}.rounded-lg{border-radius:12px}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.transition{transition:all var(--transition)}.dark-mode-select .ant-select-dropdown{background:var(--bg-primary)!important}.dark-mode-select .ant-select-item{background:var(--bg-primary)!important;color:var(--text-primary)!important}.dark-mode-select .ant-select-item-option-active{background:var(--bg-hover)!important}.dark-mode-select .ant-select-item-option-selected{background:var(--selected-bg)!important;color:var(--selected-text)!important}.dark-mode-select .ant-select-item-option-content{color:var(--text-primary)!important}[data-theme=dark] .ant-table{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .ant-table-thead>tr>th{background:var(--bg-secondary);color:var(--text-primary);border-bottom:1px solid var(--border-primary)}[data-theme=dark] .ant-table-thead>tr>th .ant-table-column-title{color:var(--text-primary)}[data-theme=dark] .ant-table-thead>tr>th .ant-table-column-sorter{color:var(--text-secondary)}[data-theme=dark] .ant-table-thead>tr>th.ant-table-column-sort{background:var(--bg-hover)}[data-theme=dark] .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:var(--bg-hover)}[data-theme=dark] .ant-table-column-sorter-up.active,[data-theme=dark] .ant-table-column-sorter-down.active{color:var(--primary)}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom:1px solid var(--border-primary);background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:var(--bg-hover)}[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--selected-bg-alt)}[data-theme=dark] .ant-tabs-tab{color:var(--text-secondary)}[data-theme=dark] .ant-tabs-tab-active{color:var(--primary)}[data-theme=dark] .ant-tabs-ink-bar{background:var(--primary)}[data-theme=dark] .ant-tabs-nav:before{border-bottom-color:var(--border-primary)}[data-theme=dark] .ant-select-selector{background:var(--bg-primary)!important;border-color:var(--border-primary)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-select-selection-placeholder{color:var(--text-muted)!important}[data-theme=dark] .ant-select-arrow{color:var(--text-secondary)!important}[data-theme=dark] .ant-input{background:var(--bg-primary);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .ant-input::placeholder{color:var(--text-muted)}[data-theme=dark] .ant-picker{background:var(--bg-primary);border-color:var(--border-primary)}[data-theme=dark] .ant-picker-input>input{color:var(--text-primary)}[data-theme=dark] .ant-picker-suffix{color:var(--text-secondary)}[data-theme=dark] .ant-form-item-label>label{color:var(--text-primary)}[data-theme=dark] .ant-btn-default{background:var(--bg-primary);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .ant-btn-default:hover{background:var(--bg-hover);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .ant-pagination-item{background:var(--bg-primary);border-color:var(--border-primary)}[data-theme=dark] .ant-pagination-item a{color:var(--text-primary)}[data-theme=dark] .ant-pagination-item-active{background:var(--primary);border-color:var(--primary)}[data-theme=dark] .ant-pagination-item-active a{color:var(--text-on-brand)}[data-theme=dark] .ant-select-dropdown{background:var(--bg-primary);border:1px solid var(--border-primary)}[data-theme=dark] .ant-select-item{color:var(--text-primary)}[data-theme=dark] .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--bg-hover)}[data-theme=dark] .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--selected-bg);color:var(--selected-text)}[data-theme=dark] .ant-picker-dropdown{background:var(--bg-primary);border:1px solid var(--border-primary)}[data-theme=dark] .ant-picker-panel-container{background:var(--bg-primary)}[data-theme=dark] .ant-picker-header{color:var(--text-primary);border-bottom-color:var(--border-primary)}[data-theme=dark] .ant-picker-content th,[data-theme=dark] .ant-picker-cell{color:var(--text-primary)}[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:var(--primary);color:var(--text-on-brand)}[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:var(--primary)}[data-theme=dark] .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end) .ant-picker-cell-inner{background:var(--bg-hover)}[data-theme=dark] .ant-table-expanded-row>td{background:var(--bg-secondary)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--text-primary)}#root{width:100%;min-height:100vh}.boards-app{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-page)}.main-content{flex:1;display:flex;flex-direction:column;overflow:auto}.content-container{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.boards-hero{padding:1.5rem 0 2rem}.boards-kicker{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.boards-hero h1{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.boards-copy{max-width:56rem;margin:1rem 0 0;color:var(--text-secondary);font-size:1rem}.boards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.boards-card{padding:1.25rem;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,var(--bg-card, #ffffff) 0%,var(--bg-page) 100%)}.boards-card h2{margin:0 0 .5rem;font-size:1rem}.boards-card p{margin:0;color:var(--text-secondary)}.header-left-group{display:flex;align-items:center;gap:1rem}.module-name{font-size:1.125rem;font-weight:600;color:var(--text-on-brand);white-space:nowrap}.selector-row{display:flex;align-items:center;gap:.5rem}.selector-field{display:flex;flex-direction:column;gap:.25rem}.selector-field.no-label{flex-direction:row}.selector-field label{font-size:.75rem;font-weight:500;color:var(--text-on-brand);opacity:.9}.selector-field .input{min-width:180px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.375rem;background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:all .2s}.selector-field .input:hover{background:var(--bg-hover)}.selector-field .input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f59e0b1a}.selector-field .input:disabled{opacity:.5;cursor:not-allowed}.header-actions{display:flex;align-items:center;gap:.75rem}.icon-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);cursor:pointer;transition:background .15s ease}.icon-button:hover{background:var(--bg-hover)}.user-menu{position:relative}.user-menu-trigger{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:6px;padding:6px 12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;transition:border-color .15s ease}.user-menu-trigger:hover,.user-menu-trigger:focus{border-color:#0ea5e9}.user-menu-dropdown{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 30px #0f172a1a;min-width:180px;padding:6px;z-index:20}.user-menu-item{width:100%;background:transparent;border:none;text-align:left;padding:8px 12px;border-radius:6px;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;gap:8px}.user-menu-item:hover{background:var(--bg-hover)}.user-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 10px 30px #00000026;overflow:hidden;z-index:1000}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:background .2s;text-align:left}.dropdown-item:hover{background:var(--bg-hover)}@media(max-width:768px){.module-name,.user-name{display:none}.selector-field .input{min-width:120px;font-size:.8125rem}}
