@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap";:root{color:#f3f4f6;background:#101114;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--board-select-col-width: 52px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:#101114;color:#f3f4f6}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,#1a1b22,#101114 60%)}.auth-card{width:min(460px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;padding:22px;box-shadow:0 20px 45px #00000061}.auth-overline{margin:0 0 8px;opacity:.68;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.auth-card h1{margin:0 0 8px;font-size:1.7rem}.auth-card p{margin:0 0 12px;opacity:.9}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.auth-form input{min-height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff12;color:#f3f4f6;padding:9px 10px}.auth-form input:focus{outline:none;border-color:#ffffff57}.primary-btn,.ghost-btn{min-height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.2);color:#f3f4f6;padding:8px 12px;cursor:pointer}.primary-btn{background:linear-gradient(180deg,#6a7078,#50545b);font-weight:650}.ghost-btn{background:#ffffff14}.primary-btn:disabled,.ghost-btn:disabled{cursor:not-allowed;opacity:.6}.message{border-radius:10px;border:1px solid rgba(255,255,255,.2);padding:10px;margin-bottom:10px;font-size:.92rem}.message.error{border-color:#ff6e6e94;background:#ff6e6e1a}.message.ok{border-color:#4ecc8c8c;background:#4ecc8c1a}.hint{opacity:.72;font-size:.86rem}.app-shell{min-height:100vh;padding:12px;display:grid;gap:12px;grid-template-columns:258px minmax(0,1fr);background:radial-gradient(circle at top,#191d2a,#0d0f14 64%)}.app-sidebar,.app-topbar,.app-content{border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff09}.app-sidebar{padding:14px;display:flex;flex-direction:column;gap:14px;min-height:calc(100vh - 24px);overflow:hidden}.app-brand h1{margin:0;font-size:1.4rem}.app-nav{display:flex;flex-direction:column;gap:6px}.app-nav-link{border-radius:9px;padding:9px 11px;color:#f3f4f6;text-decoration:none;border:1px solid transparent;background:#ffffff06}.app-nav-link:hover{border-color:#ffffff38}.app-nav-link.active{border-color:#6fe4b085;background:#6fe4b029}.app-main{min-width:0;min-height:calc(100vh - 24px);display:flex;flex-direction:column;gap:10px}.app-topbar{min-height:56px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.app-user-info{opacity:.9;font-size:.95rem}.app-content{flex:1;min-height:0;padding:14px;overflow:hidden}.app-content-board{border:none;background:transparent;padding:4px 0 0}.page-section{display:flex;flex-direction:column;gap:10px}.board-page-section{min-height:0;height:100%}.page-header h2{margin:0;font-size:1.5rem}.page-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.page-header p{margin:6px 0 0;opacity:.85}.state-card,.empty-state{border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;padding:12px}.state-card.compact{padding:10px}.settings-actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.settings-card-title{margin:0 0 8px;font-size:1rem}.settings-calendar-row label{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.settings-calendar-row select{min-height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#f3f4f6;padding:8px 10px}.settings-calendar-row select:focus{outline:none;border-color:#6fe4b094}.settings-shortcuts-list{display:flex;flex-direction:column;gap:8px}.settings-shortcut-item{display:grid;grid-template-columns:minmax(104px,auto) minmax(0,1fr);gap:10px;align-items:start;border:1px solid var(--line-soft);border-radius:10px;background:var(--surface-muted);padding:9px 10px}.settings-shortcut-key{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface-input);color:var(--text-primary);font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:.83rem;font-weight:650;letter-spacing:.03em;white-space:nowrap;padding:0 10px}.settings-shortcut-desc{color:var(--text-primary);font-size:.9rem;line-height:1.4}.settings-shortcut-hint{margin-top:10px}.settings-toggle-row{display:flex;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.35}.settings-toggle-row input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#6fe4b0;cursor:pointer}.stats-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;padding:14px}.metric-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.metric-card h3{margin:0;font-size:.9rem;opacity:.82;text-transform:uppercase;letter-spacing:.04em}.metric-eye-btn{min-height:30px;min-width:30px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#f3f4f6;cursor:pointer}.metric-eye-btn:hover{border-color:#6fe4b094;background:#6fe4b029}.metric-card p{margin:8px 0 0;font-size:2rem;font-weight:700}.sidebar-boards-section{margin-top:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:8px;min-height:0;flex:1}.sidebar-boards-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar-boards-header h2{margin:0;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.78}.sidebar-board-add-btn{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:#f3f4f6;font-size:1rem;line-height:1;display:grid;place-items:center;padding:0;cursor:pointer}.sidebar-board-add-btn:hover{border-color:#6fe4b094;background:#6fe4b029}.sidebar-board-add-btn:disabled{opacity:.55;cursor:not-allowed}.sidebar-boards-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding-right:2px}.sidebar-board-link{width:100%;text-align:left;border-radius:9px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#f3f4f6;padding:8px 10px;font-size:.9rem;cursor:pointer;transition:border-color .12s ease,background .12s ease}.sidebar-board-link:hover{border-color:#ffffff3d}.sidebar-board-link.active{border-color:#6fe4b094;background:#6fe4b02e}.sidebar-boards-empty,.sidebar-boards-error{border-radius:9px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;padding:8px 10px;font-size:.86rem;opacity:.84}.sidebar-boards-error{border-color:#ff6e6e73;color:#ffd0d0}.board-view{display:flex;flex-direction:column;gap:8px;min-height:0;height:100%}.board-view-header{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#ffffff06;padding:8px 10px}.board-view-header h3{margin:0;font-size:1.02rem}.board-view-header-right{display:flex;align-items:center;gap:10px}.board-view-meta{display:flex;gap:8px;flex-wrap:wrap}.board-head-actions{display:flex;align-items:center;gap:8px}.board-head-actions .ghost-btn,.board-head-actions .primary-btn{min-height:34px;padding:6px 10px}.board-archive-btn{min-height:34px;padding:6px 12px}.board-meta-chip{border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;padding:4px 10px;font-size:.82rem;opacity:.9}.board-view-empty{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;padding:10px}.board-grid-wrap{flex:1;min-height:0;width:100%;overflow:auto;isolation:isolate;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff05}.board-grid-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.board-grid-table th,.board-grid-table td{text-align:left;border-bottom:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.08);min-width:120px;padding:8px 10px;white-space:nowrap;vertical-align:middle}.board-grid-table th{font-size:.87rem;letter-spacing:.02em;color:#f3f4f6db;opacity:1;background:#ffffff12;position:relative}.board-grid-table td{background:#ffffff06;font-size:.96rem}.customer-group-row .customer-group-header{background:#fff1;border-bottom:1px solid rgba(255,255,255,.16);text-align:left;padding:9px 10px;position:relative;z-index:18;background-clip:padding-box;opacity:1!important;color:#f3f4f6}.customer-group-row.customer-group-row-menu-open .customer-group-header{z-index:520}.customer-group-columns-row th{font-size:.82rem;letter-spacing:.015em;color:#f3f4f6d6;background:#ffffff0e;border-bottom:1px solid rgba(255,255,255,.14);padding:7px 10px}.customer-group-columns-row .board-group-subheader-select{width:var(--board-select-col-width);min-width:var(--board-select-col-width)!important;max-width:var(--board-select-col-width);text-align:center!important;position:sticky;left:0;z-index:40;background:#1e2430!important;box-shadow:1px 0 #ffffff1c}.customer-group-columns-row .board-group-subheader-title{width:var(--element-col-width, 320px);min-width:var(--element-col-width, 320px)!important;max-width:var(--element-col-width, 320px);position:-webkit-sticky;position:sticky;left:var(--board-select-col-width);z-index:44;border-right:1px solid rgba(255,255,255,.15);background:#232835!important;overflow:hidden;background-clip:padding-box}.customer-group-columns-row .board-group-subheader-title:after{content:"";position:absolute;top:-1px;right:-24px;width:24px;height:calc(100% + 2px);background:#232835;border-right:1px solid rgba(255,255,255,.15);pointer-events:none}.customer-group-columns-row .board-group-subheader-cell{background:#ffffff0e}.customer-group-header-stick{position:sticky;left:0;z-index:80;isolation:isolate;overflow:visible;display:inline-flex;align-items:center;gap:18px;white-space:nowrap;background:#171d29;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:4px 10px;box-shadow:0 10px 22px #0000006b,18px 0 14px #171d29;opacity:1!important;color:#f3f4f6}.customer-group-row.customer-group-row-menu-open .customer-group-header-stick{z-index:540}.customer-group-label-wrap{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.customer-group-dot{display:inline-block;width:10px;height:10px;border-radius:999px;vertical-align:middle}.customer-group-name-btn{display:inline-flex;align-items:center;border:none;background:transparent;color:inherit;padding:0;cursor:text}.customer-group-name-btn:hover .customer-group-name{text-decoration:underline}.customer-group-search-wrap{display:inline-flex;align-items:center;margin-left:2px;flex:0 0 auto}.customer-group-search-input{width:clamp(160px,22vw,240px);min-height:34px;border-radius:10px;border:1px solid rgba(82,82,91,.82);background:#18181bd1;color:inherit;padding:0 12px;font-size:.84rem;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.customer-group-search-input::placeholder{color:#d4d4d8a3}.customer-group-search-input:focus{outline:none;border-color:#34d39994;background:#27272aeb;box-shadow:0 0 0 3px #10b98129}.customer-group-drag-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:transparent;color:inherit;border-radius:10px;padding:0;margin-left:2px;line-height:1;opacity:.72;cursor:grab;transition:opacity .14s ease,background-color .14s ease,box-shadow .14s ease}.customer-group-drag-btn:hover{opacity:1;background:#ffffff17}.customer-group-drag-btn:active{cursor:grabbing}.customer-group-drag-btn:disabled{opacity:.42;cursor:default}.customer-group-drag-icon{display:grid;grid-template-columns:repeat(2,4px);gap:3px}.customer-group-drag-dot{width:4px;height:4px;border-radius:999px;background:currentColor}.customer-group-row.customer-group-row-dragging .customer-group-header-stick{opacity:.52}.customer-group-row.customer-group-row-drop-before .customer-group-header{box-shadow:inset 0 3px #10b981e6}.customer-group-row.customer-group-row-drop-after .customer-group-header{box-shadow:inset 0 -3px #10b981e6}.customer-group-row.customer-group-row-drop-before .customer-group-header-stick,.customer-group-row.customer-group-row-drop-after .customer-group-header-stick{border-color:#10b981b3}.customer-group-gear-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:transparent;color:inherit;border-radius:10px;padding:0;margin-left:4px;margin-right:0;line-height:1;font-size:1rem;opacity:.78;cursor:pointer;transition:opacity .14s ease,background-color .14s ease,box-shadow .14s ease}.customer-group-gear-btn:hover{opacity:1;background:#ffffff17}.customer-group-gear-btn:disabled{opacity:.45;cursor:default}.customer-group-actions{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;margin-left:4px}.customer-group-actions.open .customer-group-gear-btn{opacity:1;background:#ffffff1c;box-shadow:0 0 0 1px #ffffff2e}.customer-group-actions.open{z-index:6200}.customer-actions-menu{position:absolute;top:calc(100% + 10px);left:0;z-index:6200;min-width:180px;max-width:min(220px,calc(100vw - 40px));display:flex;flex-direction:column;gap:6px;padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#0c0f18fa;box-shadow:0 20px 36px #0006,0 0 0 1px #ffffff0a}.customer-actions-menu-item{width:100%;min-height:40px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:9px;background:#ffffff0d;color:#f3f4f6;text-align:left;font-size:.88rem;font-weight:600;padding:10px 12px;cursor:pointer}.customer-actions-menu-item:hover:not(:disabled){border-color:#8fb0ff70;background:#8fb0ff29}.customer-actions-menu-item:disabled{opacity:.55;cursor:default}.customer-actions-menu-item.danger{color:#fecaca}.customer-group-name-input{min-width:180px;max-width:min(44vw,360px);min-height:30px;border-radius:8px;border:1px solid rgba(111,228,176,.45);background:#ffffff14;color:#f3f4f6;padding:4px 8px;font-size:.92rem;margin-right:8px}.customer-group-saving{font-size:.78rem;opacity:.76;margin-left:8px}.customer-group-count{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#f3f4f6e6;font-size:.75rem;font-weight:700;letter-spacing:.01em}.board-empty-group-cell{opacity:.78;padding:12px 10px;font-size:.86rem}.board-grid-table tr:last-child td,.board-grid-table tr:last-child th{border-bottom:none}.board-grid-table th:last-child,.board-grid-table td:last-child{border-right:none}.board-select-col{width:var(--board-select-col-width)}.board-select-header,.board-select-cell{width:var(--board-select-col-width);min-width:var(--board-select-col-width)!important;max-width:var(--board-select-col-width);text-align:center!important;position:sticky;left:0;z-index:45;background:#1e2430!important;box-shadow:1px 0 #ffffff1c;opacity:1!important;color:#f3f4f6;overflow:hidden}.board-select-header{top:0;z-index:46}.board-select-cell{z-index:34;background:#171d29!important}.board-title-header,.board-title-cell{width:var(--element-col-width, 320px);min-width:var(--element-col-width, 320px)!important;max-width:var(--element-col-width, 320px);position:sticky;left:var(--board-select-col-width);border-right:1px solid rgba(255,255,255,.15);overflow:hidden;background-clip:padding-box;opacity:1!important;color:#f3f4f6}.board-grid-table .board-title-header,.board-grid-table .board-title-cell{position:sticky!important;left:var(--board-select-col-width)!important}.board-title-header{--board-title-sticky-bg: #232835;z-index:44;background:var(--board-title-sticky-bg)!important}.board-title-cell{--board-title-sticky-bg: #1a1f2b;z-index:33;background:var(--board-title-sticky-bg)!important;font-weight:600}.board-title-cell-highlight{animation:realtimeCellFlash 1s ease-out}.board-title-header:after,.board-title-cell:after{content:"";position:absolute;top:-1px;right:-24px;width:24px;height:calc(100% + 2px);background:var(--board-title-sticky-bg, #1a1f2b);border-right:1px solid rgba(255,255,255,.15);pointer-events:none}.th-label{display:inline-block;padding-right:18px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-title-cell-inner{display:flex;align-items:center;width:100%;max-width:100%;min-width:0}.board-title-edit-btn{display:block;width:100%;min-width:0;border:1px solid transparent;background:transparent;color:inherit;text-align:left;padding:0;margin:0;border-radius:8px;cursor:text;overflow:hidden}.board-title-edit-btn:hover{border-color:#ffffff2e;background:#ffffff0a}.board-title-edit-btn:disabled{opacity:.7;cursor:default}.board-calendar-btn{margin-left:8px;flex-shrink:0;min-height:28px;border-radius:999px;border:1px solid rgba(111,228,176,.45);background:#6fe4b024;color:#7ef0c4;padding:3px 10px;font-size:.76rem;font-weight:650;cursor:pointer}.board-calendar-btn.linked{border-color:#5da7ff70;background:#5da7ff24;color:#9cc7ff}.board-calendar-btn:disabled{opacity:.64;cursor:not-allowed}.board-title-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.34;padding:5px 6px}.board-title-input{width:100%;min-width:0;min-height:34px;border-radius:8px;border:1px solid rgba(111,228,176,.45);background:#ffffff14;color:#f3f4f6;padding:5px 8px;font-size:.98rem;line-height:1.32;font-weight:600}.board-title-input:focus{outline:none;border-color:#6fe4b0ad}.board-row-checkbox{width:16px;height:16px;margin:0;accent-color:#6fe4b0;cursor:pointer}.col-resizer{position:absolute;top:0;right:0;width:12px;height:100%;border:none;background:transparent;cursor:col-resize;z-index:3;touch-action:none}.col-resizer:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:22px;border-radius:999px;background:#ffffff52;transform:translate(-50%,-50%)}.col-resizer:hover:after{background:#ffffff8c}.column-resizing,.column-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.board-cell-value{display:inline-flex;align-items:center;min-height:28px;padding:3px 8px;font-size:.97rem;line-height:1.28;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff0a;white-space:nowrap}.board-cell-highlight{animation:realtimeCellFlash 1s ease-out}.board-inline-edit-btn{border:none;background:transparent;color:inherit;padding:0;margin:0;width:100%;text-align:left;cursor:text}.board-inline-edit-btn:disabled{cursor:default}.board-inline-date-input{width:100%;min-height:34px;border-radius:8px;border:1px solid rgba(143,176,255,.52);background:#ffffff14;color:#f3f4f6;padding:5px 8px;font-size:.92rem}.board-inline-date-input:focus{outline:none;border-color:#8fb0ffad}.voice-cell-root{position:relative}.voice-cell-editor{width:100%;min-height:36px;display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 6px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;cursor:text}.voice-cell-editor.is-disabled{cursor:default;opacity:.8}.voice-cell-editor:focus-within{border-color:#8fb0ff94}.voice-cell-tag{display:inline-flex;align-items:center;gap:4px;max-width:100%;border-radius:999px;border:1px solid rgba(52,211,153,.45);background:#34d3992e;color:#d1fae5;font-size:.82rem;line-height:1.2;padding:2px 8px}.voice-cell-tag-label{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-cell-tag-remove{border:none;background:transparent;color:currentColor;font-size:.74rem;line-height:1;padding:0;cursor:pointer;opacity:.85}.voice-cell-tag-remove:hover:not(:disabled){opacity:1}.voice-cell-tag-remove:disabled{cursor:default;opacity:.45}.voice-cell-input{min-height:26px;border:none;background:transparent;color:#f3f4f6;font-size:.9rem;padding:3px 2px}.voice-cell-input-inline{flex:1 1 96px;min-width:96px;width:auto}.voice-cell-input:focus{outline:none}.voice-cell-menu-trigger{width:24px;height:24px;border-radius:7px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#e4e4e7;font-size:.72rem;line-height:1;padding:0;cursor:pointer}.voice-cell-menu-trigger:hover:not(:disabled){border-color:#8fb0ff85;background:#8fb0ff2e}.voice-cell-menu-trigger:disabled{opacity:.45;cursor:default}.voice-cell-root.open .voice-cell-menu-trigger{border-color:#8fb0ff94;background:#8fb0ff38}.voice-suggestion-popover{position:absolute;z-index:70;top:calc(100% + 6px);left:0;width:min(320px,max(220px,100%));border-radius:11px;border:1px solid rgba(255,255,255,.2);background:#0c0f18fa;box-shadow:0 20px 30px #00000059;padding:6px}.voice-suggestion-manage-action{width:100%;border-radius:8px;border:1px solid rgba(111,228,176,.34);background:#6fe4b024;color:#d1fae5;font-size:.84rem;font-weight:600;text-align:left;padding:7px 9px;cursor:pointer}.voice-suggestion-manage-action:hover:not(:disabled){background:#6fe4b033}.voice-suggestion-manage-action:disabled{opacity:.55;cursor:default}.voice-suggestion-divider{margin:6px 0;border-top:1px solid rgba(255,255,255,.12)}.voice-suggestion-list{max-height:220px;overflow:auto;display:flex;flex-direction:column;gap:3px}.voice-suggestion-item{width:100%;border:1px solid transparent;border-radius:8px;background:#ffffff0d;color:#f3f4f6;text-align:left;font-size:.84rem;padding:7px 9px;cursor:pointer}.voice-suggestion-item:hover:not(:disabled){border-color:#8fb0ff66;background:#8fb0ff29}.voice-suggestion-item:disabled{opacity:.55;cursor:default}.voice-suggestion-empty{border-radius:8px;border:1px dashed rgba(255,255,255,.15);background:#ffffff08;color:#f3f4f6bd;font-size:.82rem;padding:8px 9px}@keyframes realtimeCellFlash{0%{background:#6fe4b040;box-shadow:inset 0 0 0 1px #6fe4b0bf}to{background:transparent;box-shadow:inset 0 0 #6fe4b000}}.correspondence-cell{min-height:40px;border-radius:8px;border:1px dashed rgba(255,255,255,.2);background:#ffffff08;padding:6px;display:flex;align-items:center;gap:8px}.correspondence-cell.dragover{border-color:#6fe4b0a8;background:#6fe4b024}.correspondence-cell:focus-visible{outline:2px solid rgba(111,228,176,.55);outline-offset:2px}.correspondence-open-btn{min-height:34px;border-radius:7px;border:1px solid rgba(255,255,255,.26);background:#2e75d257;color:#fff;font-size:.84rem;padding:3px 7px;cursor:pointer}.correspondence-open-btn:disabled{opacity:.6;cursor:default}.correspondence-import-btn{min-height:34px;border-radius:7px;border:1px solid rgba(255,255,255,.26);background:#ffffff14;color:#fff;font-size:.82rem;padding:3px 7px;cursor:pointer}.correspondence-import-btn:disabled{opacity:.6;cursor:default}.correspondence-meta{font-size:.78rem;opacity:.82;white-space:nowrap}.correspondence-meta-wrap{display:flex;flex-direction:column;min-width:0;gap:2px}.correspondence-preview{font-size:.72rem;opacity:.7;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-cell{min-height:34px;border-radius:8px;border:1px dashed rgba(255,255,255,.2);background:#ffffff08;padding:4px 6px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px}.file-cell.dragover{border-color:#6fe4b0a8;background:#6fe4b024}.file-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.file-action-btn,.file-open-btn{min-height:28px;border-radius:7px;border:1px solid rgba(255,255,255,.26);background:#ffffff14;color:#fff;font-size:.76rem;padding:2px 6px;cursor:pointer}.file-open-btn{background:#2e75d257}.file-open-btn:disabled,.file-action-btn:disabled{opacity:.6;cursor:default}.file-meta{font-size:.81rem;line-height:1.22;opacity:.82;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-input-hidden{display:none}.status-cell{position:relative;z-index:2}.status-cell-open{z-index:3200}.status-chip-btn{width:100%;min-height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:.94rem;font-weight:600;padding:6px 8px;text-align:center;cursor:pointer;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease}.status-chip-btn:hover:not(:disabled){filter:brightness(1.05)}.status-chip-btn.active{box-shadow:0 0 0 2px #ffffff42}.status-chip-btn:disabled{opacity:.6;cursor:not-allowed}.status-popover{position:absolute;top:calc(100% + 8px);left:0;width:284px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#1a1f2e;padding:12px 10px 10px;box-shadow:0 20px 45px #0000006b;z-index:3400;animation:statusPopoverIn .12s ease-out}.status-popover-arrow{position:absolute;top:-8px;left:24px;width:16px;height:16px;background:#1a1f2e;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18);transform:rotate(45deg)}.status-option-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;padding-right:2px}.status-option-btn{width:100%;min-height:44px;border-radius:6px;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:.98rem;font-weight:600;cursor:pointer;transition:filter .12s ease,transform .12s ease}.status-option-btn:hover:not(:disabled){filter:brightness(1.05)}.status-option-btn.active{box-shadow:0 0 0 2px #ffffff57}.status-option-btn:disabled{opacity:.6;cursor:not-allowed}.status-edit-action{margin-top:10px;width:100%;min-height:38px;border-radius:8px;border:1px dashed rgba(255,255,255,.36);background:#ffffff0a;color:#d8deef;font-size:.94rem;cursor:pointer}.status-edit-action:hover{border-color:#ffffff8f;background:#ffffff14}.label-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#06080e8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:160;display:grid;place-items:center;padding:20px}.label-editor-modal{width:min(820px,96vw);max-height:min(86vh,900px);overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#1b2030;padding:14px;box-shadow:0 24px 60px #0000007a}.label-editor-header h3{margin:0;font-size:1.1rem}.label-editor-header p{margin:4px 0 0;opacity:.75;font-size:.9rem}.label-editor-list{margin-top:12px;display:flex;flex-direction:column;gap:10px}.label-editor-row{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;padding:10px;display:flex;flex-direction:column;gap:8px}.label-editor-row-head{display:flex;gap:8px;align-items:center}.label-editor-input{min-height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#f3f4f6;padding:7px 10px;min-width:0;flex:1}.label-editor-controls{display:flex;gap:6px}.label-editor-controls .ghost-btn{min-height:34px}.label-editor-palette{display:flex;flex-wrap:wrap;gap:6px}.label-color-swatch{width:28px;height:28px;border-radius:6px;border:1px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.label-color-swatch:hover{transform:translateY(-1px)}.label-color-swatch.active{border-color:#ffffffeb;box-shadow:0 0 0 2px #ffffffdb,0 0 0 4px #34d39999}.label-color-swatch-check{color:#fff;font-size:.82rem;font-weight:800;line-height:1;text-shadow:0 1px 2px rgba(15,23,42,.8)}.label-editor-color-readout{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:#f3f4f6d6}.label-editor-color-dot{width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.76);box-shadow:0 0 0 1px #0f172a85}.label-editor-hint{margin:0;font-size:.82rem;opacity:.72}.label-editor-actions{margin-top:14px;display:flex;justify-content:space-between;align-items:center;gap:8px}.label-editor-actions-right{display:flex;align-items:center;gap:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;background:#070a1294;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:18px}.modal-overlay-customer{z-index:260}.modal-card{width:min(560px,96vw);max-height:min(90vh,940px);overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.15);background:#1a1f2e;padding:14px;box-shadow:0 22px 58px #0000007a}.modal-card-customer{width:min(560px,96vw)}.modal-card-wide{width:min(980px,98vw)}.modal-card-correspondence,.modal-card-files{width:min(1160px,98vw)}.modal-card-voice-manager{width:min(760px,96vw)}.modal-header{margin-bottom:10px}.modal-header h3{margin:0;font-size:1.1rem}.modal-header p{margin:4px 0 0;opacity:.74;font-size:.9rem}.modal-header-between{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.modal-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.modal-status-grid{margin-top:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.modal-field{display:flex;flex-direction:column;gap:6px;font-size:.88rem}.modal-field input,.modal-field select,.modal-field textarea{min-height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#f3f4f6;padding:7px 9px}.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus{outline:none;border-color:#6fe4b08a}.modal-secondary-action{margin-top:10px}.modal-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.voice-manager-list{display:flex;flex-direction:column;gap:8px;max-height:min(64vh,560px);overflow:auto;margin-top:6px}.voice-manager-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.voice-manager-input{min-height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#f3f4f6;padding:7px 9px}.voice-manager-input:focus{outline:none;border-color:#6fe4b08a}@media (max-width: 760px){.voice-manager-row{grid-template-columns:minmax(0,1fr)}}.color-swatch-grid{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:6px}.color-swatch-btn{width:100%;aspect-ratio:1 / 1;border-radius:7px;border:1px solid rgba(255,255,255,.35);cursor:pointer}.color-swatch-btn.active{box-shadow:0 0 0 2px #ffffff75}.correspondence-layout{display:grid;gap:10px;grid-template-columns:320px minmax(0,1fr)}.correspondence-list{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;padding:8px;overflow:auto;max-height:min(70vh,820px)}.correspondence-item{width:100%;text-align:left;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff09;color:#f3f4f6;padding:8px;margin-bottom:8px;cursor:pointer}.correspondence-item:last-child{margin-bottom:0}.correspondence-item.active{border-color:#6fe4b094;background:#6fe4b029}.correspondence-item-title{font-weight:650;margin-bottom:4px}.correspondence-item-meta{font-size:.78rem;opacity:.78}.correspondence-item-preview{margin-top:4px;font-size:.8rem;opacity:.82;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.correspondence-content{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;padding:10px;min-height:420px;display:flex;flex-direction:column;gap:8px}.correspondence-content h4{margin:0;font-size:1.02rem}.correspondence-meta-grid{display:flex;gap:10px;flex-wrap:wrap;font-size:.82rem;opacity:.8}.correspondence-content pre{margin:0;flex:1;min-height:0;overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#090c14c2;padding:10px;white-space:pre-wrap;word-break:break-word;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.85rem}.correspondence-preview-card{border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;padding:8px 10px;font-size:.84rem;opacity:.9;white-space:pre-wrap}.correspondence-message-card{margin:0;flex:1;min-height:0;overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;padding:10px;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.38}.file-layout{display:grid;gap:10px;grid-template-columns:320px minmax(0,1fr)}.file-list{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;padding:8px;overflow:auto;max-height:min(70vh,820px)}.file-item{width:100%;text-align:left;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff09;color:#f3f4f6;padding:8px;margin-bottom:8px;cursor:pointer}.file-item:last-child{margin-bottom:0}.file-item.active{border-color:#6fe4b094;background:#6fe4b029}.file-item-title{font-weight:650;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.file-item-meta{font-size:.78rem;opacity:.78}.file-content{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;padding:10px;min-height:420px;display:flex;flex-direction:column;gap:10px}.file-content-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.file-actions-right{display:flex;align-items:center;gap:8px}.file-content h4{margin:0;font-size:1.02rem}.file-meta-grid{display:flex;gap:10px;flex-wrap:wrap;font-size:.82rem;opacity:.8}.file-preview-wrap{border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#090c14ad;padding:8px}.file-preview-image{max-width:100%;max-height:min(54vh,520px);object-fit:contain;display:block;margin:0 auto}.file-preview-audio{width:100%}.file-preview-text{margin:0;flex:1;min-height:0;overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#090c14c2;padding:10px;white-space:pre-wrap;word-break:break-word;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.84rem}.file-preview-sheet{flex:1;min-height:0;overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#090c14c2;padding:8px}.file-preview-sheet-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 0}.file-preview-sheet-tab{min-height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:inherit;padding:4px 10px;font-size:.8rem;font-weight:650;cursor:pointer;white-space:nowrap}.file-preview-sheet-tab:hover:not(:disabled){border-color:#6fe4b070;background:#6fe4b02e}.file-preview-sheet-tab.active{border-color:#6fe4b09e;background:#6fe4b042}.file-preview-sheet table{border-collapse:collapse;width:max-content;min-width:100%;color:inherit;font-size:.82rem;background:transparent}.file-preview-sheet th,.file-preview-sheet td{border:1px solid rgba(255,255,255,.18);padding:4px 6px;white-space:nowrap;color:inherit!important}.file-preview-sheet th{background:#ffffff1c;position:sticky;top:0;z-index:1}.file-preview-word{margin:0;flex:1;min-height:0;overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#090c14c2;padding:10px;white-space:pre-wrap;word-break:break-word;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;line-height:1.45}.file-preview-note{border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;padding:9px 10px;font-size:.84rem;opacity:.9}.danger-btn{border-color:#ff626294!important;color:#ffd7d7!important}.danger-btn:hover{background:#ff5a5a2e!important}.bulk-action-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:4200;display:flex;align-items:center;gap:8px;border-radius:14px;border:1px solid rgba(255,255,255,.2);background:#0e121cf5;box-shadow:0 20px 50px #00000073;padding:9px 10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bulk-action-count{font-size:.84rem;opacity:.86;padding:0 4px}@keyframes statusPopoverIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.board-cell-empty{opacity:.5;border-style:dashed}.board-cell-status{background:#6fe4b029;border-color:#6fe4b06b}.board-cell-text{background:#8fb0ff24;border-color:#8fb0ff5c}.board-cell-date{background:#f5be6424;border-color:#f5be6459}.board-cell-person{background:#cfa4ff26;border-color:#cfa4ff57}.board-cell-generic{background:#ffffff14}.table-wrap{width:100%;overflow-x:auto}.list-table{width:100%;border-collapse:collapse;min-width:560px}.list-table th,.list-table td{text-align:left;padding:9px 10px;border-bottom:1px solid rgba(255,255,255,.1)}.list-table th{font-size:.85rem;opacity:.82}.list-table td{font-size:.92rem}@media (min-width: 961px){body{overflow:hidden}.app-shell{height:100vh;min-height:100vh;overflow:hidden}.app-sidebar{height:calc(100vh - 24px);min-height:0;position:sticky;top:12px;align-self:start}.app-main{height:calc(100vh - 24px);min-height:0;overflow:hidden}}@media (max-width: 960px){.app-shell{grid-template-columns:minmax(0,1fr)}.app-sidebar{min-height:auto}.app-nav{flex-direction:row;flex-wrap:wrap}.sidebar-boards-section{max-height:240px}.app-content{min-height:auto}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.board-grid-table th,.board-grid-table td{min-width:152px}.board-title-header,.board-title-cell{min-width:var(--element-col-width, 320px)!important}.status-popover{width:244px}.board-view-header{flex-direction:column;align-items:flex-start}.board-view-header-right{width:100%;justify-content:space-between;flex-wrap:wrap}.modal-grid{grid-template-columns:minmax(0,1fr)}.modal-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.correspondence-layout,.file-layout{grid-template-columns:minmax(0,1fr)}.color-swatch-grid{grid-template-columns:repeat(10,minmax(0,1fr))}}@media (pointer: coarse){.primary-btn,.ghost-btn,.file-action-btn,.file-open-btn,.correspondence-open-btn,.correspondence-import-btn,.status-chip-btn,.status-edit-action,.status-option-btn{min-height:44px}.col-resizer{width:18px}.col-resizer:after{width:3px;height:28px}.board-row-checkbox{width:20px;height:20px}.color-swatch-btn,.label-color-swatch{min-width:34px;min-height:34px}}@media (max-width: 620px){.app-shell{padding:8px;gap:8px}.stats-grid{grid-template-columns:minmax(0,1fr)}.app-topbar{flex-direction:column;align-items:flex-start}.board-grid-table th,.board-grid-table td{min-width:136px}.board-title-header,.board-title-cell{min-width:var(--element-col-width, 320px)!important}.board-head-actions{width:100%;flex-direction:column;align-items:stretch}.modal-status-grid{grid-template-columns:minmax(0,1fr)}.color-swatch-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.label-editor-row-head{flex-direction:column;align-items:stretch}.label-editor-controls{flex-wrap:wrap}.label-editor-actions{flex-direction:column;align-items:stretch}.label-editor-actions-right{width:100%;justify-content:flex-end}}.app-shell.theme-light{background:var(--surface-app)}.app-shell.theme-light .app-sidebar{border-right-color:#94a3b870;background:var(--surface-sidebar)}.app-shell.theme-light .app-main{background:var(--surface-main)}.app-shell.theme-light .app-main:before{background-image:linear-gradient(30deg,rgba(203,213,225,.44) 1px,transparent 1px),linear-gradient(150deg,rgba(203,213,225,.44) 1px,transparent 1px),linear-gradient(90deg,rgba(226,232,240,.44) 1px,transparent 1px);opacity:.16}.app-shell.theme-light .app-brand h1{color:#0f172a}.app-shell.theme-light .theme-toggle-btn{border-color:#94a3b87a;background:#f1f5f9;color:#94a3b8}.app-shell.theme-light .theme-toggle-btn:hover{border-color:#94a3b8ad;background:#e2e8f0;color:#64748b}.app-shell.theme-light .primary-btn{color:#fff;border-color:#05966999;background:#059669;box-shadow:0 10px 20px #05966942}.app-shell.theme-light .primary-btn:hover:not(:disabled){background:#10b981;box-shadow:0 12px 24px #0596694d}.app-shell.theme-light .ghost-btn{border-color:#94a3b885;background:#fff;color:#334155}.app-shell.theme-light .ghost-btn:hover:not(:disabled){border-color:#64748b8a;background:#f8fafc;color:#1e293b}.app-shell.theme-light .app-nav-link{color:#475569;background:transparent}.app-shell.theme-light .app-nav-icon{color:#94a3b8}.app-shell.theme-light .app-nav-link:hover{border-color:#94a3b870;background:#f1f5f9;color:#1e293b}.app-shell.theme-light .app-nav-link:hover .app-nav-icon{color:#64748b}.app-shell.theme-light .app-nav-link.active{border-color:#10b9814d;background:#10b9811f;color:#059669}.app-shell.theme-light .app-nav-link.active .app-nav-icon{color:#059669}.app-shell.theme-light .sidebar-boards-section{border-top-color:#94a3b857}.app-shell.theme-light .sidebar-boards-header h2{color:#94a3b8}.app-shell.theme-light .sidebar-board-add-btn{border-color:#94a3b885;background:#e2e8f0;color:#64748b}.app-shell.theme-light .sidebar-board-add-btn:hover:not(:disabled){border-color:#64748b8a;background:#cbd5e1;color:#334155}.app-shell.theme-light .sidebar-board-link,.app-shell.theme-light .sidebar-boards-empty,.app-shell.theme-light .sidebar-boards-error{border-color:transparent;color:#475569}.app-shell.theme-light .sidebar-board-link:hover{border-color:#94a3b857;background:#f1f5f9;color:#1e293b}.app-shell.theme-light .sidebar-board-link .sidebar-board-icon{color:#94a3b8}.app-shell.theme-light .sidebar-board-link:hover .sidebar-board-icon{color:#64748b}.app-shell.theme-light .sidebar-board-link.active{border-color:transparent;background:#cbd5e1;color:#1e293b}.app-shell.theme-light .sidebar-board-link.active .sidebar-board-icon{color:#059669}.app-shell.theme-light .sidebar-board-link.drop-target{border-color:#10b9817a;background:#10b98124;color:#065f46}.app-shell.theme-light .sidebar-board-context-menu{border-color:#94a3b875;background:#fff;box-shadow:0 16px 30px #0f172a29}.app-shell.theme-light .sidebar-board-context-item{color:#1e293b}.app-shell.theme-light .sidebar-board-context-item:hover:not(:disabled){border-color:#94a3b86b;background:#f8fafc}.app-shell.theme-light .sidebar-board-context-item.danger{color:#be123c}.app-shell.theme-light .sidebar-board-context-item.danger:hover:not(:disabled){border-color:#f43f5e6b;background:#fff1f2;color:#9f1239}.app-shell.theme-light .page-header h2{color:#0f172a}.app-shell.theme-light .page-header p{color:#64748b}.app-shell.theme-light .state-card,.app-shell.theme-light .empty-state,.app-shell.theme-light .metric-card{border-color:#94a3b857;background:#fff;color:#475569;box-shadow:0 2px 8px #0f172a0a}.app-shell.theme-light .metric-card h3{color:#64748b}.app-shell.theme-light .metric-card p{color:#0f172a}.app-shell.theme-light .metric-eye-btn{border-color:#94a3b86b;background:#e2e8f0;color:#64748b}.app-shell.theme-light .metric-eye-btn:hover{border-color:#64748b85;background:#cbd5e1;color:#334155}.app-shell.theme-light .board-view-header{border-bottom-color:#94a3b866}.app-shell.theme-light .board-title-icon{border-color:#94a3b866;background:#fff;color:#10b981}.app-shell.theme-light .board-view-header h3{color:#0f172a}.app-shell.theme-light .board-meta-chip{border-color:#94a3b86b;background:#f8fafc;color:#64748b}.app-shell.theme-light .board-view-empty{border-color:#94a3b857;background:#fff;color:#64748b}.app-shell.theme-light .board-grid-wrap{border-color:#94a3b866;background:#fff;box-shadow:none}.app-shell.theme-light .board-grid-table th,.app-shell.theme-light .board-grid-table td{border-bottom-color:#cbd5e1d1;border-right-color:#cbd5e1b3}.app-shell.theme-light .board-grid-table th{background:#f8fafc;color:#64748b}.app-shell.theme-light .board-grid-table td{background:#fff;color:#334155}.app-shell.theme-light .board-grid-table tr:not(.customer-group-row):not(.customer-group-columns-row):hover td{background:#f8fafc}.app-shell.theme-light .customer-group-row .customer-group-header{background:#e2e8f085;border-bottom-color:#cbd5e1e0;color:#1e293b}.app-shell.theme-light .customer-group-name,.app-shell.theme-light .customer-group-name-btn{color:#0f172a}.app-shell.theme-light .customer-group-search-input{border-color:#cbd5e1eb;background:#f8fafc;color:#1f2937}.app-shell.theme-light .customer-group-search-input::placeholder{color:#94a3b8}.app-shell.theme-light .customer-group-search-input:focus{border-color:#10b9816b;background:#fff;box-shadow:0 0 0 3px #10b9811f}.app-shell.theme-light .customer-group-drag-btn{color:#0f172a}.app-shell.theme-light .customer-group-drag-btn:hover{background:#0f172a0f}.app-shell.theme-light .customer-group-row.customer-group-row-drop-before .customer-group-header{box-shadow:inset 0 3px #0ea5e9db}.app-shell.theme-light .customer-group-row.customer-group-row-drop-after .customer-group-header{box-shadow:inset 0 -3px #0ea5e9db}.app-shell.theme-light .customer-group-row.customer-group-row-drop-before .customer-group-header-stick,.app-shell.theme-light .customer-group-row.customer-group-row-drop-after .customer-group-header-stick{border-color:#0ea5e980}.app-shell.theme-light .customer-group-gear-btn{color:#0f172a}.app-shell.theme-light .customer-group-gear-btn:hover{background:#0f172a0f}.app-shell.theme-light .customer-group-actions.open .customer-group-gear-btn{background:#0f172a14;box-shadow:0 0 0 1px #94a3b866}.app-shell.theme-light .customer-actions-menu{border-color:#cbd5e1f2;background:#fff;box-shadow:0 16px 26px #0f172a24}.app-shell.theme-light .customer-actions-menu-item{background:#f8fafc;color:#1e293b}.app-shell.theme-light .customer-actions-menu-item:hover:not(:disabled){border-color:#0e749052;background:#0e74901c}.app-shell.theme-light .customer-actions-menu-item.danger{color:#b91c1c}.app-shell.theme-light .customer-group-saving,.app-shell.theme-light .customer-group-count{color:#475569;opacity:1}.app-shell.theme-light .customer-group-count{border-color:#cbd5e1e6;background:#f8fafc;color:#475569}.app-shell.theme-light .customer-group-header-stick{background:#fff;border-color:#cbd5e1d1;box-shadow:none}.app-shell.theme-light .customer-group-columns-row .board-group-subheader-cell,.app-shell.theme-light .customer-group-columns-row .board-group-subheader-select,.app-shell.theme-light .board-select-header,.app-shell.theme-light .customer-group-columns-row .board-group-subheader-title,.app-shell.theme-light .board-title-header{background:#f8fafc!important}.app-shell.theme-light .board-select-cell{background:#fff!important;box-shadow:1px 0 #cbd5e1cc}.app-shell.theme-light .board-grid-table tr:not(.customer-group-row):not(.customer-group-columns-row):hover .board-select-cell{background:#f8fafc!important}.app-shell.theme-light .board-title-cell{--board-title-sticky-bg: #ffffff;border-right-color:#cbd5e1b3;color:#334155}.app-shell.theme-light .board-title-cell:after,.app-shell.theme-light .board-title-header:after,.app-shell.theme-light .customer-group-columns-row .board-group-subheader-title:after{border-right-color:#cbd5e1d1;background:#f8fafc}.app-shell.theme-light .board-title-input,.app-shell.theme-light .board-inline-date-input,.app-shell.theme-light .voice-cell-editor{border-color:#cbd5e1eb;background:#fff}.app-shell.theme-light .voice-cell-input{color:#1e293b}.app-shell.theme-light .voice-cell-tag{border-color:#0f766e42;background:#2dd4bf29;color:#115e59}.app-shell.theme-light .voice-cell-menu-trigger{border-color:#cbd5e1f2;background:#fff;color:#334155}.app-shell.theme-light .voice-cell-root.open .voice-cell-menu-trigger{border-color:#0e749061;background:#0e74901f}.app-shell.theme-light .voice-suggestion-popover{border-color:#cbd5e1f2;background:#fff;box-shadow:0 16px 26px #0f172a24}.app-shell.theme-light .voice-suggestion-manage-action{border-color:#0f766e47;background:#2dd4bf24;color:#0f766e}.app-shell.theme-light .voice-suggestion-divider{border-top-color:#cbd5e1eb}.app-shell.theme-light .voice-suggestion-item{background:#f8fafc;color:#1e293b}.app-shell.theme-light .voice-suggestion-item:hover:not(:disabled){border-color:#0e749052;background:#0e74901c}.app-shell.theme-light .voice-suggestion-empty{border-color:#cbd5e1eb;background:#f8fafc;color:#64748b}.app-shell.theme-light .voice-manager-input,.app-shell.theme-light .settings-calendar-row select{border-color:#cbd5e1eb;background:#fff;color:#1e293b}.app-shell.theme-light .board-title-edit-btn:hover{border-color:#94a3b88a;background:#f1f5f9}.app-shell.theme-light .board-calendar-btn{border-color:#38bdf873;background:#38bdf824;color:#0369a1}.app-shell.theme-light .board-calendar-btn.linked{border-color:#4f46e56b;background:#4f46e51a;color:#3730a3}.app-shell.theme-light .board-cell-value{border-color:#cbd5e1eb;background:#fff;color:#475569}.app-shell.theme-light .board-cell-empty{color:#94a3b8;opacity:1}.app-shell.theme-light .board-cell-status,.app-shell.theme-light .board-cell-text,.app-shell.theme-light .board-cell-person,.app-shell.theme-light .board-cell-generic{border-color:#cbd5e1eb;background:#fff;color:#475569}.app-shell.theme-light .board-cell-date{background:#fffbeb;border-color:#fcd34d;color:#d97706}.app-shell.theme-light .correspondence-cell,.app-shell.theme-light .file-cell{border-color:#cbd5e1eb;background:#fff}.app-shell.theme-light .file-cell.has-items{border-color:#10b9817a;background:#f0fdf4}.app-shell.theme-light .correspondence-cell.has-items{border-color:#3b82f666;background:#eff6ff}.app-shell.theme-light .file-open-btn,.app-shell.theme-light .correspondence-open-btn,.app-shell.theme-light .file-action-btn,.app-shell.theme-light .correspondence-import-btn{border-color:#cbd5e1eb;background:#f8fafc;color:#64748b}.app-shell.theme-light .file-open-btn.has-items{border-color:#10b98161;background:#dcfce7;color:#047857}.app-shell.theme-light .correspondence-open-btn.has-items{border-color:#3b82f657;background:#eff6ff;color:#2563eb}.app-shell.theme-light .time-track-cell{border-color:#cbd5e1eb;background:#fff;color:#334155}.app-shell.theme-light .time-track-cell:hover:not(:disabled){border-color:#94a3b88f;background:#f8fafc}.app-shell.theme-light .time-track-cell.has-items{border-color:#10b9816b;background:#ecfdf5}.app-shell.theme-light .time-track-count{border-color:#94a3b870;background:#f1f5f9;color:#475569}.app-shell.theme-light .time-track-meta{color:#64748b}.app-shell.theme-light .status-popover,.app-shell.theme-light .status-popover-arrow{border-color:#94a3b880;background:#fff}.app-shell.theme-light .status-chip-btn,.app-shell.theme-light .status-option-btn,.app-shell.theme-light .status-edit-action{border-color:#cbd5e1eb;background:#f8fafc;color:#475569}.app-shell.theme-light .status-chip-btn.active,.app-shell.theme-light .status-option-btn.active{box-shadow:0 0 0 2px #94a3b852}.app-shell.theme-light .modal-overlay,.app-shell.theme-light .label-editor-overlay{background:#0f172a66}.app-shell.theme-light .modal-card,.app-shell.theme-light .label-editor-modal,.app-shell.theme-light .label-editor-row,.app-shell.theme-light .correspondence-list,.app-shell.theme-light .file-list,.app-shell.theme-light .correspondence-content,.app-shell.theme-light .file-content,.app-shell.theme-light .correspondence-item,.app-shell.theme-light .file-item,.app-shell.theme-light .correspondence-preview-card,.app-shell.theme-light .correspondence-message-card,.app-shell.theme-light .file-preview-note,.app-shell.theme-light .file-preview-wrap,.app-shell.theme-light .file-preview-text,.app-shell.theme-light .file-preview-word,.app-shell.theme-light .file-preview-sheet{border-color:#94a3b861;background:#fff;color:#334155;box-shadow:none}.app-shell.theme-light .modal-field input,.app-shell.theme-light .modal-field select,.app-shell.theme-light .modal-field textarea,.app-shell.theme-light .label-editor-input{border-color:#cbd5e1eb;background:#fff;color:#1e293b}.app-shell.theme-light .board-icon-picker-label{color:#64748b}.app-shell.theme-light .board-icon-selected{color:#334155;border-color:#94a3b870;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:inset 0 1px #ffffffe6}.app-shell.theme-light .board-icon-selected-glyph svg{stroke:#059669}.app-shell.theme-light .board-icon-option{border-color:#cbd5e1f2;background:linear-gradient(180deg,#fff,#f8fafc);color:#475569;box-shadow:inset 0 1px #fffffff5,0 1px 2px #0f172a0a}.app-shell.theme-light .board-icon-option:hover:not(:disabled){border-color:#94a3b8d1;background:#f8fafc;color:#1e293b;box-shadow:inset 0 1px #fffffff5,0 6px 14px #94a3b82e}.app-shell.theme-light .board-icon-option.active{border-color:#10b98180;background:linear-gradient(180deg,#ecfdf5,#d1fae5);color:#065f46;box-shadow:inset 0 0 0 1px #10b9813d,0 8px 18px #10b98124}.app-shell.theme-light .board-icon-option-check{color:#fff;background:#059669;box-shadow:0 0 0 2px #fff}.app-shell.theme-light .correspondence-item.active,.app-shell.theme-light .file-item.active{border-color:#10b98166;background:#ecfdf5}.app-shell.theme-light .file-content-head{border-bottom-color:#cbd5e1d6;background:linear-gradient(180deg,#fff,#f8fafc)}.app-shell.theme-light .file-item-icon{border-color:#cbd5e1eb;background:#f8fafc}.app-shell.theme-light .file-item-icon.tone-excel{color:#10b981;border-color:#10b98157;background:#10b98124}.app-shell.theme-light .file-item-icon.tone-document{color:#2563eb;border-color:#3b82f64d;background:#3b82f61f}.app-shell.theme-light .file-item-icon.tone-audio{color:#7c3aed;border-color:#8b5cf647;background:#8b5cf61f}.app-shell.theme-light .file-item-icon.tone-image{color:#db2777;border-color:#ec489947;background:#ec48991f}.app-shell.theme-light .file-preview-sheet-tabs{border-bottom:1px solid rgba(203,213,225,.8);padding-bottom:6px}.app-shell.theme-light .file-preview-sheet-tab{border-color:#cbd5e1e6;background:#f8fafc;color:#334155}.app-shell.theme-light .file-preview-sheet-tab:hover:not(:disabled){border-color:#10b9816b;background:#ecfdf5}.app-shell.theme-light .file-preview-sheet-tab.active{border-color:#10b9818c;background:#d1fae5;color:#065f46}.app-shell.theme-light .file-preview-sheet table{color:#334155}.app-shell.theme-light .file-preview-sheet th{background:#f1f5f9;color:#334155}.app-shell.theme-light .file-preview-sheet th,.app-shell.theme-light .file-preview-sheet td{border-color:#cbd5e1d6}.app-shell.theme-light .bulk-action-bar,.app-shell.theme-light .table-wrap{border-color:#94a3b870;background:#fff;box-shadow:none}.app-shell.theme-light .list-table th,.app-shell.theme-light .list-table td{border-bottom-color:#cbd5e1e0;color:#334155}.app-shell.theme-light .list-table th{color:#64748b}:root{--font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;--font-display: "Sora", "Avenir Next", "Segoe UI", sans-serif;--surface-app: #0a0a0c;--surface-sidebar: #09090b;--surface-main: #0a0a0c;--surface-card: rgba(24, 24, 27, .82);--surface-card-strong: rgba(24, 24, 27, .96);--surface-input: rgba(39, 39, 42, .52);--surface-muted: rgba(39, 39, 42, .36);--text-primary: #f4f4f5;--text-secondary: #a1a1aa;--text-soft: #71717a;--line-soft: rgba(63, 63, 70, .62);--line-strong: rgba(82, 82, 91, .86);--accent: #34d399;--accent-strong: #10b981;--accent-soft: rgba(16, 185, 129, .22);--warning: #fbbf24;--danger: #fb7185;--radius-sm: 10px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-soft: 0 16px 32px rgba(0, 0, 0, .38);--shadow-strong: 0 26px 52px rgba(0, 0, 0, .5);--scrollbar-track: #0a0a0c;--scrollbar-thumb: #27272a;--scrollbar-thumb-hover: #3f3f46;--scrollbar-border: #0a0a0c;color:var(--text-primary);background:var(--surface-app);font-family:var(--font-body);color-scheme:dark}:root[data-theme=light]{--surface-app: #e2e8f0;--surface-sidebar: #f8fafc;--surface-main: #e2e8f0;--surface-card: #ffffff;--surface-card-strong: #ffffff;--surface-input: #ffffff;--surface-muted: #f1f5f9;--text-primary: #0f172a;--text-secondary: #64748b;--text-soft: #94a3b8;--line-soft: rgba(148, 163, 184, .42);--line-strong: rgba(100, 116, 139, .48);--accent: #059669;--accent-strong: #059669;--accent-soft: rgba(16, 185, 129, .16);--shadow-soft: 0 10px 22px rgba(15, 23, 42, .06);--shadow-strong: 0 16px 32px rgba(15, 23, 42, .1);--scrollbar-track: #f1f5f9;--scrollbar-thumb: #cbd5e1;--scrollbar-thumb-hover: #94a3b8;--scrollbar-border: #f1f5f9;color-scheme:light}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light] body{background:var(--surface-app);color:var(--text-primary)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border:2px solid var(--scrollbar-border);border-radius:999px}*::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}body{background:radial-gradient(760px 380px at 86% -18%,rgba(16,185,129,.1),transparent 64%),radial-gradient(640px 320px at 14% -16%,rgba(24,24,27,.45),transparent 66%),var(--surface-app);color:var(--text-primary);font-family:var(--font-body);text-rendering:optimizeLegibility}h1,h2,h3,.app-brand h1,.page-header h2,.board-view-header h3{font-family:var(--font-display);letter-spacing:-.02em}button,input,select,textarea{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(52,211,153,.6);outline-offset:2px}.primary-btn,.ghost-btn,.sidebar-board-add-btn,.metric-eye-btn,.file-action-btn,.file-open-btn,.correspondence-open-btn,.correspondence-import-btn,.status-chip-btn,.status-option-btn,.status-edit-action{transition:border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease}.primary-btn,.ghost-btn{min-height:42px;border-radius:11px;font-weight:700}.primary-btn{color:#05271d;border-color:#10b98185;background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 12px 26px #10b9814d,inset 0 1px #ffffff3d}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 34px #10b9815c,inset 0 1px #ffffff4d}.ghost-btn{border-color:var(--line-soft);background:#27272a6b;color:var(--text-primary)}.ghost-btn:hover:not(:disabled){border-color:var(--line-strong);background:#27272a9e}.message{border-radius:var(--radius-md);border-color:var(--line-soft);background:#18181be6;box-shadow:var(--shadow-soft)}.message.error{border-color:#fb7185a6;background:#88133757}.message.ok{border-color:#10b98199;background:#064e3b66}.auth-page{background:radial-gradient(560px 280px at 50% -20%,rgba(16,185,129,.12),transparent 70%),var(--surface-app)}.auth-card{border-radius:var(--radius-lg);border-color:var(--line-soft);background:#18181be6;box-shadow:var(--shadow-strong)}.auth-overline,.auth-form label{color:var(--text-secondary)}.auth-form input{border-color:var(--line-soft);background:#27272a75;color:var(--text-primary)}.auth-form input:focus{border-color:#34d39999}.hint{color:var(--text-secondary)}.app-shell{padding:0;gap:0;grid-template-columns:280px minmax(0,1fr);background:var(--surface-app)}.app-sidebar{min-height:100vh;border-radius:0;border:none;border-right:1px solid rgba(39,39,42,.78);background:var(--surface-sidebar);padding:24px 14px 18px;gap:18px}.app-brand h1{margin:0;font-size:2.3rem;line-height:1;font-weight:800;letter-spacing:-.03em;color:#fafafa}.app-brand{display:flex;align-items:center;justify-content:space-between;gap:10px}.theme-toggle-btn{width:32px;height:32px;border-radius:10px;border:1px solid rgba(63,63,70,.72);background:#18181bc7;color:#a1a1aa;display:inline-flex;align-items:center;justify-content:center;padding:0}.theme-toggle-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.theme-toggle-btn:hover{border-color:#52525beb;background:#27272adb;color:#d4d4d8}.app-nav{gap:8px}.app-nav-link{display:flex;align-items:center;gap:10px;border-radius:10px;padding:10px;border:1px solid transparent;background:transparent;color:var(--text-secondary);font-size:.98rem;line-height:1;font-weight:600}.app-nav-link:before{display:none}.app-nav-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.app-nav-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.app-nav-link:hover{border-color:#3f3f46cc;background:#18181bc2;color:var(--text-primary)}.app-nav-link.active{border-color:#10b9817a;background:#10b9811f;color:var(--accent)}.app-nav-link:hover .app-nav-icon{color:#a1a1aa}.app-nav-link.active .app-nav-icon{color:#34d399}.sidebar-boards-section{margin-top:12px;padding-top:16px;border-top:1px solid rgba(63,63,70,.72);gap:10px}.sidebar-boards-header{padding:0 2px}.sidebar-boards-header h2{color:var(--text-soft);letter-spacing:.12em;font-size:1.2rem}.sidebar-board-add-btn{width:30px;height:30px;min-width:30px;min-height:30px;border-radius:8px;border:1px solid var(--line-soft);background:#27272a6b;color:var(--text-primary);padding:0}.sidebar-board-add-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round}.sidebar-board-add-btn:hover:not(:disabled){border-color:#10b98185;background:#10b9812e}.sidebar-boards-list{gap:3px}.sidebar-board-link,.sidebar-boards-empty,.sidebar-boards-error{border-radius:10px;border-color:#3f3f46ad;background:transparent;color:var(--text-secondary);padding:9px 10px}.sidebar-board-link{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.99rem;cursor:pointer;-webkit-user-select:none;user-select:none}.sidebar-board-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-board-icon{width:16px;height:16px;color:#71717a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-board-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sidebar-board-link:hover{border-color:#3f3f46cc;background:#18181bb3;color:#e4e4e7}.sidebar-board-link:hover .sidebar-board-icon{color:#a1a1aa}.sidebar-board-link.active{border-color:#3f3f46db;background:#27272ae0;color:#f4f4f5}.sidebar-board-link.active .sidebar-board-icon{color:#34d399}.sidebar-board-link.dragging{opacity:.54;border-style:dashed}.sidebar-board-link.drop-target{border-color:#10b981a8;background:#10b9812e;color:#ecfdf5}.sidebar-board-context-menu{position:fixed;z-index:5400;min-width:196px;padding:6px;border-radius:10px;border:1px solid rgba(82,82,91,.86);background:#0a0a0df5;box-shadow:0 16px 32px #00000080}.sidebar-board-context-item{width:100%;min-height:34px;border-radius:8px;border:1px solid transparent;background:transparent;color:#e4e4e7;text-align:left;font-size:.9rem;font-weight:600;padding:8px 10px;cursor:pointer}.sidebar-board-context-item:hover:not(:disabled){border-color:#3f3f46cc;background:#18181bcc}.sidebar-board-context-item.danger{color:#fda4af}.sidebar-board-context-item.danger:hover:not(:disabled){border-color:#fb71858c;background:#88133757;color:#ffe4e6}.sidebar-board-context-item:disabled{opacity:.6;cursor:not-allowed}.sidebar-boards-error{border-color:#fb718573;color:#ffe4e6}.app-create-board-modal{width:min(460px,94vw)}.board-icon-picker{margin-top:10px}.board-icon-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.board-icon-picker-label{margin:0;font-size:.84rem;color:var(--text-secondary)}.board-icon-selected{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:600;color:#d4d4d8;padding:4px 8px;border-radius:8px;border:1px solid rgba(63,63,70,.78);background:#18181bbd}.board-icon-selected-glyph{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.board-icon-selected-glyph svg{width:14px;height:14px;stroke:#34d399;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.board-icon-grid{display:grid;gap:6px;grid-template-columns:repeat(8,minmax(0,1fr))}.board-icon-option{position:relative;border-radius:9px;border:1px solid rgba(63,63,70,.8);background:#18181bc2;color:var(--text-secondary);min-height:34px;min-width:34px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease,transform .14s ease}.board-icon-option:hover:not(:disabled){border-color:#52525be6;background:#27272adb;color:var(--text-primary)}.board-icon-option.active{border-color:#10b981b8;background:#10b98129;color:#ecfdf5;box-shadow:inset 0 0 0 1px #34d39961}.board-icon-option:disabled{opacity:.65;cursor:not-allowed}.board-icon-option-glyph{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.board-icon-option-glyph svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.board-icon-option-check{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:999px;display:grid;place-items:center;font-size:8px;line-height:1;font-weight:800;color:#03130d;background:#34d399;opacity:0;transform:scale(.7);transition:opacity .12s ease,transform .12s ease}.board-icon-option.active .board-icon-option-check{opacity:1;transform:scale(1)}.app-main{min-height:100vh;position:relative;background:var(--surface-main)}.app-main:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(30deg,rgba(63,63,70,.16) 1px,transparent 1px),linear-gradient(150deg,rgba(63,63,70,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(39,39,42,.12) 1px,transparent 1px);background-size:64px 36px;opacity:.36}.app-content{position:relative;z-index:1;border:none;border-radius:0;background:transparent;padding:30px 34px;overflow-y:auto;overflow-x:hidden}.app-content-board{padding:20px 28px 24px;overflow:hidden}.page-section{gap:16px}.archive-page-section{min-height:0;height:100%;display:flex;flex-direction:column}.archive-scroll{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:18px;padding-right:2px}.archive-board-group{display:flex;flex-direction:column;gap:14px}.archive-board-block{display:flex;flex-direction:column;gap:8px}.archive-board-table-viewport{max-height:650px;min-height:260px}.archive-board-block .board-grid-table td,.archive-board-block .board-grid-table .board-title-cell{pointer-events:none}.archive-board-block .board-grid-table .board-group-subheader-select,.archive-board-block .board-grid-table .board-select-cell,.archive-board-block .board-grid-table .board-row-checkbox{pointer-events:auto}.archive-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.archive-section-head h4,.archive-section-empty{margin:0}.archive-section-meta{margin:0;font-size:.86rem;color:var(--text-secondary)}.page-header h2{margin:0;font-size:3.25rem;line-height:1.04;color:#fafafa}.page-header p{margin-top:8px;color:var(--text-secondary);font-size:1.05rem}.state-card,.empty-state{border-radius:var(--radius-lg);border-color:#3f3f46b8;background:#18181bdb;box-shadow:var(--shadow-soft);color:var(--text-secondary)}.stats-grid{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{border-radius:var(--radius-lg);border-color:#3f3f46b8;background:#18181bd1;padding:22px 24px;min-height:164px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-soft)}.metric-card h3{font-size:.84rem;letter-spacing:.12em;color:var(--text-secondary)}.metric-card p{margin-top:16px;font-family:var(--font-display);font-size:3.8rem;line-height:1;letter-spacing:-.03em;color:#fafafa}.metric-eye-btn{min-height:34px;min-width:34px;border-radius:10px;border-color:#3f3f46b8;background:#27272a80;color:var(--text-secondary)}.metric-eye-btn:hover{border-color:#52525beb;background:#3f3f4694;color:var(--text-primary)}.board-view{gap:10px}.board-view-header{border:none;border-radius:0;background:transparent;padding:6px 0 14px;box-shadow:none;border-bottom:1px solid rgba(63,63,70,.54)}.board-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}.board-title-icon{width:38px;height:38px;border-radius:10px;border:1px solid rgba(63,63,70,.72);background:#18181bd6;color:#34d399;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.board-title-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.board-view-header h3{margin:0;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.78rem;font-weight:700;letter-spacing:-.02em;line-height:1.08;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board-view-header h3:before{display:none}.board-view-header-right{gap:12px;align-items:center}.board-view-meta{gap:8px}.board-meta-chip{border:1px solid rgba(63,63,70,.72);background:#18181bc2;color:var(--text-secondary);font-size:.8rem;letter-spacing:.04em}.board-head-actions .ghost-btn,.board-head-actions .primary-btn,.board-archive-btn{min-height:39px;border-radius:12px}.board-head-btn{font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:600;padding:8px 16px}.board-view-empty{border-radius:var(--radius-md);border-color:#3f3f46b8;background:#18181bcc;color:var(--text-secondary)}.board-grid-wrap{border-radius:16px;border:1px solid rgba(63,63,70,.62);background:linear-gradient(180deg,#18181b6b,#09090bf5);box-shadow:0 10px 26px #00000057}.board-grid-table th,.board-grid-table td{border-bottom-color:#3f3f4685;border-right-color:#3f3f4661;padding:9px 10px}.board-grid-table th{background:#18181bf0;color:var(--text-secondary);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.board-grid-table td{background:#09090be6;color:#e4e4e7}.board-grid-table tr:not(.customer-group-row):not(.customer-group-columns-row):hover td{background:#18181b94}.customer-group-row .customer-group-header{background:linear-gradient(90deg,#27272a94,#18181b85);border-bottom:1px solid rgba(63,63,70,.62);color:#f4f4f5}.customer-group-header-stick{background:#09090bf2;border-color:#3f3f4699;border-radius:10px;box-shadow:0 8px 20px #0000005c}.customer-group-name{font-weight:700}.customer-group-name-input{border-color:#10b98185;background:#18181bdb;color:inherit}.app-shell.theme-light .customer-group-name-input{border-color:#cbd5e1eb;background:#fff;color:#1f2937}.customer-group-columns-row .board-group-subheader-cell{position:sticky;top:0;z-index:43;background:#18181b}.customer-group-columns-row .board-group-subheader-select,.board-select-header{position:sticky;top:0;z-index:45;background:#18181b!important;box-shadow:1px 0 #3f3f4694;background-clip:padding-box}.board-select-cell{background:#09090b!important;box-shadow:1px 0 #3f3f4694;background-clip:padding-box}.board-grid-table tr:not(.customer-group-row):not(.customer-group-columns-row):hover .board-select-cell{background:#18181b!important}.customer-group-columns-row .board-group-subheader-title,.board-title-header{position:-webkit-sticky;position:sticky;top:0;left:var(--board-select-col-width);z-index:44;--board-title-sticky-bg: #18181b;background:var(--board-title-sticky-bg)!important;border-right-color:#3f3f4694;background-clip:padding-box}.board-title-cell{--board-title-sticky-bg: #09090b;background:var(--board-title-sticky-bg)!important;border-right-color:#3f3f468a;color:#f4f4f5;background-clip:padding-box}.board-title-cell:after,.board-title-header:after{border-right-color:#3f3f4694}.customer-group-columns-row .board-group-subheader-title:after{background:#18181b;border-right-color:#3f3f4694}.board-title-text{padding:6px 8px}.board-title-edit-btn:hover{border-color:#52525bcc;background:#27272a94}.board-title-input,.board-inline-date-input,.voice-cell-editor{border-color:#3f3f46c2;background:#27272a8c;color:inherit}.board-title-input:focus,.board-inline-date-input:focus,.voice-cell-editor:focus-within{border-color:#34d3999e}.board-row-checkbox{accent-color:var(--accent-strong)}.col-resizer:after{background:#71717abd}.col-resizer:hover:after{background:#a1a1aaeb}.board-cell-value{min-height:30px;border-radius:9px;border-color:#3f3f46b8;background:#18181b8c;color:#e4e4e7}.board-last-update-value{display:inline-flex;align-items:center;gap:6px}.board-last-update-initials{display:inline-flex;align-items:center;justify-content:center;min-width:18px;min-height:18px;border-radius:999px;border:1px solid rgba(82,82,91,.78);background:#27272ab8;color:#d4d4d8;font-size:.62rem;font-weight:700;letter-spacing:.03em;line-height:1;padding:0 4px;text-transform:uppercase}.board-cell-empty{opacity:.58}.board-cell-status{background:#10b98129;border-color:#10b9815c;color:#bbf7d0}.board-cell-text{background:#18181b9e;border-color:#3f3f46bd;color:#e4e4e7}.board-cell-date{background:#fbbf241f;border-color:#fbbf245c;color:#fcd34d}.board-cell-person{background:#18181b9e;border-color:#3f3f46bd;color:#d4d4d8}.board-cell-generic{background:#18181b8c}.app-shell.theme-light .board-grid-table th{color:#334155}.app-shell.theme-light .board-grid-table td,.app-shell.theme-light .board-title-cell,.app-shell.theme-light .board-title-input,.app-shell.theme-light .board-inline-date-input,.app-shell.theme-light .board-cell-status,.app-shell.theme-light .board-cell-text,.app-shell.theme-light .board-cell-person,.app-shell.theme-light .board-cell-generic{color:#1f2937}.app-shell.theme-light .board-last-update-initials{border-color:#94a3b8c2;background:#f1f5f9;color:#334155}.correspondence-cell,.file-cell{border-radius:9px;border-color:#3f3f46b8;background:#18181be0;gap:6px}.correspondence-cell.dragover,.file-cell.dragover{border-color:#10b981a8;background:#10b9812e}.file-cell.has-items,.correspondence-cell.has-items{border-color:#34d3995c;background:#18181be6}.correspondence-open-btn,.file-open-btn{min-height:28px;border-radius:8px;border-color:#52525bd1;background:#27272ac2;display:inline-flex;align-items:center;gap:5px;padding:4px 8px}.correspondence-open-btn.has-items,.file-open-btn.has-items{border-color:#3b82f68c;background:#1e40af57;color:#93c5fd}.correspondence-open-icon,.file-open-icon{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center}.correspondence-open-icon svg,.file-open-icon svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.95;stroke-linecap:round;stroke-linejoin:round}.correspondence-open-count,.file-open-count{font-size:.72rem;font-weight:700;line-height:1}.correspondence-import-btn,.file-action-btn{min-height:28px;border-radius:8px;border-color:#52525bbd;background:#27272a7a;color:#d4d4d8;padding:4px 8px}.correspondence-meta,.file-meta,.correspondence-preview{color:var(--text-secondary);font-size:.75rem}.file-meta{line-height:1.2}.time-track-cell{width:100%;min-height:56px;border-radius:9px;border:1px solid rgba(82,82,91,.74);background:#18181bd1;color:#d4d4d8;padding:6px 8px;text-align:left;display:flex;flex-direction:column;gap:4px}.time-track-cell:hover:not(:disabled){border-color:#71717ae6;background:#27272abd}.time-track-cell.has-items{border-color:#10b98180;background:#064e3b52}.time-track-head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.76rem;font-weight:700;letter-spacing:.03em}.time-track-count{min-width:20px;min-height:20px;border-radius:999px;border:1px solid rgba(82,82,91,.82);background:#27272ad1;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;line-height:1}.time-track-meta{font-size:.74rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time-entry-form{display:flex;flex-direction:column;gap:8px}.time-entry-form-grid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.time-entry-form-actions{display:flex;justify-content:flex-end}.time-entry-divider{border-top:1px solid var(--line-soft);margin:4px 0}@media (max-width: 720px){.time-entry-form-grid{grid-template-columns:minmax(0,1fr)}}.correspondence-meta-wrap{gap:1px}.status-chip-btn,.status-option-btn{border-color:#52525bb8;box-shadow:inset 0 1px #ffffff0f}.status-chip-btn.active,.status-option-btn.active{box-shadow:0 0 0 2px #e4e4e74d}.status-popover{border-radius:var(--radius-md);border-color:#3f3f46d1;background:#18181bfa;box-shadow:var(--shadow-strong)}.status-popover-arrow{background:#18181bfa;border-color:#3f3f46d1}.status-edit-action{border-color:#52525bb8;background:#27272a9e;color:var(--text-secondary)}.status-edit-action:hover{border-color:#10b9818f;background:#10b98129;color:#ecfdf5}.modal-overlay,.label-editor-overlay{background:#030304c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card,.label-editor-modal{border-radius:var(--radius-lg);border-color:#3f3f46d1;background:#18181bf5;box-shadow:var(--shadow-strong)}.modal-header p,.label-editor-header p,.label-editor-hint,.file-item-meta,.correspondence-item-meta{color:var(--text-secondary)}.modal-field input,.modal-field select,.modal-field textarea,.label-editor-input,.voice-manager-input{border-color:#3f3f46cc;background:#27272a8f;color:var(--text-primary)}.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus,.label-editor-input:focus,.voice-manager-input:focus{border-color:#34d3999e}.label-editor-row,.correspondence-list,.file-list,.correspondence-content,.file-content,.correspondence-item,.file-item,.correspondence-preview-card,.correspondence-message-card,.file-preview-note,.file-preview-wrap,.file-preview-text,.file-preview-word,.file-preview-sheet{border-color:#3f3f46c7;background:#18181be0;color:var(--text-primary)}.correspondence-item.active,.file-item.active{border-color:#10b98185;background:#10b98129}.modal-card-files{width:min(1020px,96vw);border-radius:14px}.file-modal-close-btn{min-height:36px;border-radius:10px;padding:6px 14px;font-size:.96rem}.file-layout{gap:12px;grid-template-columns:320px minmax(0,1fr)}.file-list{background:#101013f0;border-color:#3f3f46ad}.file-item{border-color:#3f3f46ad;background:#18181bc7;padding:10px}.file-item-row{display:flex;gap:10px;align-items:flex-start;min-width:0}.file-item-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.file-item-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(82,82,91,.74);background:#27272a9e;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.file-item-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.file-item-icon.tone-excel{color:#34d399;border-color:#10b9818a;background:#064e3b70}.file-item-icon.tone-document{color:#93c5fd;border-color:#3b82f680;background:#1e3a8a5c}.file-item-icon.tone-audio{color:#c4b5fd;border-color:#8b5cf680;background:#581c8757}.file-item-icon.tone-image{color:#f9a8d4;border-color:#ec489985;background:#83184357}.file-item-icon.tone-generic{color:#a1a1aa}.file-item.active{border-color:#10b9819e;background:#064e3b57;box-shadow:inset 0 0 0 1px #34d39957}.file-content{border-color:#3f3f46b8;background:#0a0a0df0;padding:14px;position:relative;max-height:min(70vh,820px);overflow:auto}.file-content h4{font-size:1.16rem;line-height:1.25;margin:0}.file-content-head{position:sticky;top:0;z-index:3;align-items:flex-start;padding:2px 0 10px;border-bottom:1px solid rgba(63,63,70,.62);background:linear-gradient(180deg,#0a0a0dfa,#0a0a0df0)}.file-content-title{flex:1;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-actions-right{flex-shrink:0}@media (max-width: 880px){.file-content-head{flex-wrap:wrap;gap:8px}.file-content-title{flex-basis:100%;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.file-actions-right{width:100%;justify-content:flex-end}}.file-download-btn{min-height:36px;border-radius:9px;padding:6px 16px;background:#22d3a7;border-color:#22d3a794;color:#03130d}.file-remove-btn{min-height:36px;border-radius:9px;padding:6px 14px}.file-preview-wrap,.file-preview-sheet,.file-preview-text,.file-preview-word,.file-preview-note{background:#0c0c10f5;border-color:#3f3f46a8}.file-preview-sheet th{background:#27272ac7}.file-preview-sheet th,.file-preview-sheet td{border-color:#52525bb8}.bulk-action-bar{border-radius:var(--radius-md);border-color:#3f3f46d1;background:#09090bf5;box-shadow:var(--shadow-strong)}.bulk-action-count{color:var(--text-secondary)}.danger-btn{border-color:#fb718594!important;color:#ffe4e6!important}.danger-btn:hover{background:#9f12395c!important}.table-wrap{border-radius:var(--radius-lg);border:1px solid rgba(63,63,70,.78);background:#18181bd1;box-shadow:var(--shadow-soft)}.list-table{min-width:640px}.list-table th,.list-table td{border-bottom-color:#3f3f4694;color:var(--text-primary)}.list-table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.app-shell.theme-light .list-table th{color:#334155}.app-shell.theme-light .list-table td{color:#1f2937}@media (min-width: 961px){.app-shell{height:100vh;min-height:100vh}.app-sidebar{height:100vh;top:0}.app-main{height:100vh}}@media (max-width: 1080px){.app-shell{grid-template-columns:minmax(0,1fr)}.app-sidebar{min-height:auto;border-right:none;border-bottom:1px solid rgba(39,39,42,.82);padding-bottom:14px}.app-main{min-height:auto}.app-main:before{opacity:.28}.app-content{padding:20px 14px 18px}.app-content-board{padding:16px 10px 18px}.page-header h2{font-size:2.25rem}.stats-grid{grid-template-columns:minmax(0,1fr)}.metric-card{min-height:132px}.metric-card p{font-size:3rem}.board-view-header{padding:12px}.board-view-header h3{font-size:1.52rem}}@media (max-width: 620px){.app-brand h1{font-size:1.8rem}.app-nav-link{font-size:.94rem}.page-header h2{font-size:1.95rem}.page-header p{font-size:.95rem}.board-view-header{gap:10px}.board-view-header-right{width:100%}.board-head-actions{width:100%;flex-direction:column;align-items:stretch}.board-meta-chip{font-size:.74rem}.board-icon-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.bulk-action-bar{left:10px;right:10px;transform:none;width:auto;justify-content:space-between;flex-wrap:wrap}}
