.ExportModal-module__dwE1eq__overlay{background:rgba(var(--rgb-ui-scrim), .5);z-index:var(--z-mobile-nav);justify-content:center;align-items:center;padding:20px;animation:.15s ExportModal-module__dwE1eq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ExportModal-module__dwE1eq__fadeIn{0%{opacity:0}to{opacity:1}}.ExportModal-module__dwE1eq__modal{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:85vh;box-shadow:0 20px 60px rgba(var(--rgb-ui-scrim), .3);flex-direction:column;animation:.2s ExportModal-module__dwE1eq__slideUp;display:flex;overflow:hidden}@keyframes ExportModal-module__dwE1eq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ExportModal-module__dwE1eq__header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ExportModal-module__dwE1eq__title{align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;display:flex}.ExportModal-module__dwE1eq__title .ExportModal-module__dwE1eq__material-icons-round{color:var(--accent-primary)}.ExportModal-module__dwE1eq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .2s,color .2s,box-shadow .2s;display:flex}.ExportModal-module__dwE1eq__closeBtn:hover{background:rgba(var(--rgb-ui-contrast), .05);color:var(--text-primary)}.ExportModal-module__dwE1eq__closeBtn:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ExportModal-module__dwE1eq__body{padding:24px;overflow-y:auto}.ExportModal-module__dwE1eq__desc{color:var(--text-secondary);margin:0 0 20px;font-size:14px;line-height:1.6}.ExportModal-module__dwE1eq__modeSwitch{align-items:center;gap:12px;margin:0 0 8px;display:flex}.ExportModal-module__dwE1eq__modeOption{color:var(--text-primary);align-items:center;gap:6px;font-size:13px;display:inline-flex}.ExportModal-module__dwE1eq__modeHint{color:var(--text-secondary);margin:0 0 16px;font-size:12px}.ExportModal-module__dwE1eq__exportBtn{background:var(--accent-primary);width:100%;color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.ExportModal-module__dwE1eq__exportBtn:hover{background:var(--accent-primary-hover);box-shadow:0 4px 12px rgba(var(--rgb-accent-primary), .3);transform:translateY(-1px)}.ExportModal-module__dwE1eq__statusBox{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 20px;display:flex}.ExportModal-module__dwE1eq__statusText{color:var(--text-primary);font-size:15px;font-weight:500}.ExportModal-module__dwE1eq__spinIcon{color:var(--accent-primary);font-size:40px;animation:1s linear infinite ExportModal-module__dwE1eq__spin}@keyframes ExportModal-module__dwE1eq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ExportModal-module__dwE1eq__errorIcon{color:var(--color-danger);font-size:40px}.ExportModal-module__dwE1eq__progressBar{background:rgba(var(--rgb-ui-contrast), .1);border-radius:2px;width:100%;max-width:200px;height:4px;overflow:hidden}.ExportModal-module__dwE1eq__progressFill{background:var(--accent-primary);transform-origin:0;border-radius:2px;width:100%;height:100%;animation:1.5s ease-in-out infinite ExportModal-module__dwE1eq__progress}@keyframes ExportModal-module__dwE1eq__progress{0%{transform:translate(0%)scaleX(.1)}50%{transform:translate(25%)scaleX(.5)}to{transform:translate(90%)scaleX(.1)}}.ExportModal-module__dwE1eq__retryBtn{background:rgba(var(--rgb-legacy-red-bootstrap), .1);color:var(--color-danger);border:1px solid var(--color-danger-border);border-radius:var(--radius-md);cursor:pointer;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.ExportModal-module__dwE1eq__retryBtn:hover{background:rgba(var(--rgb-legacy-red-bootstrap), .2)}.ExportModal-module__dwE1eq__successBox{flex-direction:column;align-items:center;gap:16px;display:flex}.ExportModal-module__dwE1eq__successIcon{background:rgba(var(--rgb-legacy-green-bootstrap), .1);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.ExportModal-module__dwE1eq__successIcon .ExportModal-module__dwE1eq__material-icons-round{color:var(--color-success);font-size:32px}.ExportModal-module__dwE1eq__successText{color:var(--text-primary);font-size:16px;font-weight:600}.ExportModal-module__dwE1eq__exportCard{background:rgba(var(--rgb-ui-surface), .5);border:1px solid var(--glass-border);border-radius:var(--radius-md);align-items:center;gap:12px;width:100%;padding:16px;display:flex}.ExportModal-module__dwE1eq__exportInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ExportModal-module__dwE1eq__exportName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.ExportModal-module__dwE1eq__exportMeta{color:var(--text-muted);font-size:12px}.ExportModal-module__dwE1eq__exportActions{flex-shrink:0}.ExportModal-module__dwE1eq__downloadBtn{min-height:var(--touch-target-min);background:var(--accent-primary);color:var(--color-white);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s;display:flex}.ExportModal-module__dwE1eq__downloadBtn:hover{background:var(--accent-primary-hover)}.ExportModal-module__dwE1eq__downloadBtn .ExportModal-module__dwE1eq__material-icons-round{font-size:18px}.ExportModal-module__dwE1eq__linkSection{width:100%;margin-top:8px}.ExportModal-module__dwE1eq__linkHeader{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:500;display:flex}.ExportModal-module__dwE1eq__linkHeader .ExportModal-module__dwE1eq__material-icons-round{font-size:16px}.ExportModal-module__dwE1eq__linkRow{gap:8px;display:flex}.ExportModal-module__dwE1eq__linkInput{background:rgba(var(--rgb-ui-surface), .5);border:1px solid var(--glass-border);border-radius:var(--radius-sm);min-width:0;color:var(--text-secondary);flex:1;padding:10px 12px;font-size:13px}.ExportModal-module__dwE1eq__copyBtn{min-height:var(--touch-target-min);background:rgba(var(--rgb-ui-surface), .5);border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.ExportModal-module__dwE1eq__copyBtn:hover{background:rgba(var(--rgb-ui-surface), .8);border-color:var(--accent-primary)}.ExportModal-module__dwE1eq__copyBtn:focus-visible,.ExportModal-module__dwE1eq__downloadBtn:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ExportModal-module__dwE1eq__copyBtn .ExportModal-module__dwE1eq__material-icons-round{font-size:16px}.ExportModal-module__dwE1eq__historySection{border-top:1px solid var(--glass-border);margin-top:24px;padding-top:24px}.ExportModal-module__dwE1eq__historyToggle{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:10px 0;font-size:14px;font-weight:500;transition:color .2s;display:flex}.ExportModal-module__dwE1eq__historyToggle:hover{color:var(--text-primary)}.ExportModal-module__dwE1eq__historyToggle .ExportModal-module__dwE1eq__material-icons-round{font-size:20px}.ExportModal-module__dwE1eq__historyCount{color:var(--text-muted);font-weight:400}.ExportModal-module__dwE1eq__historyList{flex-direction:column;gap:8px;margin-top:12px;display:flex}.ExportModal-module__dwE1eq__historyItem{background:rgba(var(--rgb-ui-surface), .3);border:1px solid var(--glass-border);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:12px;display:flex}.ExportModal-module__dwE1eq__historyInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ExportModal-module__dwE1eq__historyName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.ExportModal-module__dwE1eq__historyMeta{color:var(--text-muted);font-size:11px}.ExportModal-module__dwE1eq__historyActions{flex-shrink:0;gap:4px;display:flex}.ExportModal-module__dwE1eq__historyBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:flex}.ExportModal-module__dwE1eq__historyBtn:hover{background:rgba(var(--rgb-ui-contrast), .05);color:var(--accent-primary)}.ExportModal-module__dwE1eq__historyBtn:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ExportModal-module__dwE1eq__historyBtn .ExportModal-module__dwE1eq__material-icons-round{font-size:18px}.ExportModal-module__dwE1eq__historyDeleteBtn:hover{color:var(--color-danger);background:rgba(var(--rgb-legacy-red-bootstrap), .1)}.ExportModal-module__dwE1eq__noHistory{color:var(--text-muted);text-align:center;margin:12px 0 0;font-size:13px}.ExportModal-module__dwE1eq__historyError{color:var(--color-danger);margin:12px 0 0;font-size:13px}@media (max-width:767px){.ExportModal-module__dwE1eq__closeBtn,.ExportModal-module__dwE1eq__historyBtn{width:var(--touch-target-min);height:var(--touch-target-min)}}
.ConfirmDialog-module__0zJDWG__dialogTitle{margin:0;font-size:18px;font-weight:600}.ConfirmDialog-module__0zJDWG__dialogMessage{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.ConfirmDialog-module__0zJDWG__dialogGlass{max-width:400px}.ConfirmDialog-module__0zJDWG__actionBtn{flex:1}.ConfirmDialog-module__0zJDWG__confirmDanger{background:var(--color-danger);border-color:var(--color-danger)}.ConfirmDialog-module__0zJDWG__confirmDanger:hover{background:var(--color-danger-hover);border-color:var(--color-danger-hover)}
.ledger-module__cqX_VG__page{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.ledger-module__cqX_VG__appMainOverride{height:calc(100vh - var(--mobile-nav-offset,0px));flex-direction:column;display:flex;padding:0!important;padding-top:var(--header-height,44px)!important;overflow:hidden!important}.ledger-module__cqX_VG__appMainOverrideMobileV2{height:calc(var(--app-height,100vh) - var(--mobile-nav-offset,0px))}.ledger-module__cqX_VG__body{grid-template-columns:1fr 1px var(--copilot-width,360px);flex:1;min-height:0;display:grid;overflow:hidden}.ledger-module__cqX_VG__body>:nth-child(3){min-width:0;height:100%;overflow:hidden}.ledger-module__cqX_VG__body>:nth-child(2){min-width:0;height:100%}.ledger-module__cqX_VG__resizeHandle{cursor:col-resize;z-index:var(--z-resize-handle);position:relative}.ledger-module__cqX_VG__resizeHandleHidden{pointer-events:none;opacity:0}.ledger-module__cqX_VG__resizeHandle:before{content:"";background:rgba(var(--rgb-ui-contrast), .07);width:100%;position:absolute;top:0;bottom:0;left:0}.ledger-module__cqX_VG__resizeHandle:after{content:"";background:0 0;position:absolute;inset:0 -6px}.ledger-module__cqX_VG__resizeHandle:hover:before{background:rgba(var(--rgb-accent-primary), .35)}.ledger-module__cqX_VG__mainContent{flex-direction:column;min-width:0;height:100%;padding:20px 24px 40px;display:flex;position:relative;overflow:hidden}.ledger-module__cqX_VG__layout{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:24px;min-height:0;padding-right:8px;display:flex;position:relative;overflow:hidden auto}.ledger-module__cqX_VG__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:60vh;display:flex}.ledger-module__cqX_VG__header{align-items:center;gap:24px;display:flex}.ledger-module__cqX_VG__headerText{flex-direction:column;flex:1;gap:4px;display:flex}.ledger-module__cqX_VG__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-weight:600}.ledger-module__cqX_VG__headerText h1{font-size:var(--text-5xl);margin:0;font-weight:600}.ledger-module__cqX_VG__headerActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ledger-module__cqX_VG__selectionHint{font-size:var(--text-sm);color:var(--text-muted)}.ledger-module__cqX_VG__statsRow{gap:16px;display:flex}.ledger-module__cqX_VG__statChip{background:var(--glass-bg);border:1px solid var(--glass-border);font-size:var(--text-base);color:var(--text-secondary);border-radius:99px;align-items:center;gap:8px;padding:10px 16px;font-weight:500;display:flex}.ledger-module__cqX_VG__statChip .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-2xl);color:var(--accent-primary)}.ledger-module__cqX_VG__statChipKeep,.ledger-module__cqX_VG__statChipKeep .ledger-module__cqX_VG__material-icons-round{color:var(--status-ready-text)}.ledger-module__cqX_VG__statChipExclude,.ledger-module__cqX_VG__statChipExclude .ledger-module__cqX_VG__material-icons-round{color:var(--color-danger)}.ledger-module__cqX_VG__statChipMaybe,.ledger-module__cqX_VG__statChipMaybe .ledger-module__cqX_VG__material-icons-round{color:var(--accent-tertiary)}.ledger-module__cqX_VG__tableWrapper{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);flex:1;min-height:0;overflow:auto}.ledger-module__cqX_VG__ledgerTable{border-collapse:collapse;width:100%}.ledger-module__cqX_VG__ledgerTable th,.ledger-module__cqX_VG__ledgerTable td{text-align:left;font-size:var(--text-md);padding:15px 19px}.ledger-module__cqX_VG__ledgerTable th{background:rgba(var(--rgb-ui-contrast), .02);text-transform:uppercase;font-weight:600;font-size:var(--text-xs);letter-spacing:.5px;color:var(--text-muted);border-bottom:1px solid var(--glass-border)}.ledger-module__cqX_VG__ledgerTable tr:hover{background:rgba(var(--rgb-ui-surface), .4)}.ledger-module__cqX_VG__ledgerTable tr.ledger-module__cqX_VG__rowSelected{background:rgba(var(--rgb-accent-primary), .1)}.ledger-module__cqX_VG__ledgerTable tr.ledger-module__cqX_VG__rowSelected:hover{background:rgba(var(--rgb-accent-primary), .16)}.ledger-module__cqX_VG__ledgerTable td{color:var(--text-secondary);border-bottom:1px solid var(--glass-border)}.ledger-module__cqX_VG__ledgerTable tr:last-child td{border-bottom:none}.ledger-module__cqX_VG__addRow td{background:rgba(var(--rgb-ui-surface), .7)}.ledger-module__cqX_VG__inputField{border:1px solid var(--glass-border);background:rgba(var(--rgb-ui-surface), .85);width:100%;font-size:var(--text-base);color:var(--text-primary);border-radius:8px;padding:8px 10px}.ledger-module__cqX_VG__inputField:focus{border-color:var(--accent-primary);box-shadow:var(--shadow-focus-ring);outline:none}.ledger-module__cqX_VG__addRowMeta{gap:8px;margin-top:6px;display:flex}.ledger-module__cqX_VG__inputFieldYear{max-width:80px}.ledger-module__cqX_VG__addActions{gap:8px;display:flex}.ledger-module__cqX_VG__addBtn,.ledger-module__cqX_VG__cancelBtn{font-size:var(--text-sm);cursor:pointer;border:none;border-radius:8px;padding:6px 12px}.ledger-module__cqX_VG__addBtn{background:var(--accent-primary);color:var(--color-white)}.ledger-module__cqX_VG__cancelBtn{background:rgba(var(--rgb-ui-contrast), .06);color:var(--text-secondary)}.ledger-module__cqX_VG__titleCell{color:var(--text-primary)!important}.ledger-module__cqX_VG__studyTitleLink{color:inherit;text-decoration:none}.ledger-module__cqX_VG__studyTitleLink:hover .ledger-module__cqX_VG__studyTitle,.ledger-module__cqX_VG__studyTitleLink:focus-visible .ledger-module__cqX_VG__studyTitle{text-decoration:underline;text-decoration-thickness:1.5px}.ledger-module__cqX_VG__studyTitle{font-weight:500;line-height:1.35}.ledger-module__cqX_VG__studyCitation{font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:400px;margin-top:2px;font-weight:400;overflow:hidden}.ledger-module__cqX_VG__statusPill{font-size:var(--text-xs);border-radius:99px;padding:4px 10px;font-weight:600;display:inline-block}.ledger-module__cqX_VG__statusSuccess{background:var(--status-ready-bg);color:var(--status-ready-text)}.ledger-module__cqX_VG__statusInfo{background:var(--status-harvesting-bg);color:var(--status-harvesting-text)}.ledger-module__cqX_VG__statusDanger{background:rgba(var(--rgb-legacy-red-bootstrap), .12);color:var(--color-danger)}.ledger-module__cqX_VG__statusNeutral{background:rgba(var(--rgb-ui-contrast), .08);color:var(--text-secondary)}.ledger-module__cqX_VG__qualityBadge{font-weight:600;font-size:var(--text-sm)}.ledger-module__cqX_VG__qualityHigh{color:var(--accent-secondary)}.ledger-module__cqX_VG__qualityMedium{color:var(--accent-tertiary)}.ledger-module__cqX_VG__actionBtn{color:var(--text-muted);cursor:pointer;transition:all var(--duration-base) var(--ease-standard);background:0 0;border:none;border-radius:6px;padding:6px}.ledger-module__cqX_VG__actionBtn:hover{background:rgba(var(--rgb-ui-surface), .8);color:var(--accent-primary);box-shadow:var(--shadow-md)}.ledger-module__cqX_VG__actionBtn .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-2xl)}.ledger-module__cqX_VG__actionBtnLink{color:var(--text-muted);cursor:pointer;transition:all var(--duration-base) var(--ease-standard);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;text-decoration:none;display:inline-flex}.ledger-module__cqX_VG__actionBtnLink:hover{background:rgba(var(--rgb-ui-surface), .8);color:var(--accent-primary);box-shadow:var(--shadow-md)}.ledger-module__cqX_VG__actionBtnLink .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-2xl)}.ledger-module__cqX_VG__expandCell{vertical-align:middle;width:36px;padding:16px 0 16px 16px}.ledger-module__cqX_VG__selectCell{vertical-align:middle;width:36px;padding:16px 8px 16px 0}.ledger-module__cqX_VG__selectCheckbox{width:16px;height:16px;accent-color:var(--accent-primary);cursor:pointer}.ledger-module__cqX_VG__filesPopupBackdrop{z-index:var(--z-overlay-backdrop);background:rgba(var(--rgb-ui-scrim), .15);position:fixed;inset:0}.ledger-module__cqX_VG__filesPopup{width:420px;max-width:90vw;max-height:80vh;z-index:var(--z-overlay);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);flex-direction:column;animation:.15s ease-out ledger-module__cqX_VG__popIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@keyframes ledger-module__cqX_VG__popIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.ledger-module__cqX_VG__expandBtn{color:var(--text-muted);cursor:pointer;transition:all var(--duration-base) var(--ease-standard);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:6px;display:flex}.ledger-module__cqX_VG__expandBtn:hover{background:rgba(var(--rgb-ui-contrast), .05);color:var(--text-primary)}.ledger-module__cqX_VG__expandBtn .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-3xl);transition:transform var(--duration-slow) var(--ease-standard)}.ledger-module__cqX_VG__expandBtn.ledger-module__cqX_VG__expanded .ledger-module__cqX_VG__material-icons-round{transform:rotate(180deg)}.ledger-module__cqX_VG__rowExpanded{background:rgba(var(--rgb-ui-surface), .5)!important}.ledger-module__cqX_VG__rowPreviewActive{background:rgba(var(--rgb-accent-primary), .08)}.ledger-module__cqX_VG__rowPreviewActive:hover{background:rgba(var(--rgb-accent-primary), .12)}.ledger-module__cqX_VG__rowExpanded td{border-bottom:none!important}.ledger-module__cqX_VG__expandedRow{background:rgba(var(--rgb-ui-surface), .5)}.ledger-module__cqX_VG__expandedRow td{border-bottom:1px solid var(--glass-border);padding:0!important}.ledger-module__cqX_VG__expandedContent{flex-direction:column;gap:12px;padding:0 24px 24px 88px;animation:.3s cubic-bezier(.16,1,.3,1) ledger-module__cqX_VG__expandIn;display:flex;position:relative}.ledger-module__cqX_VG__expandedContent:before{content:"";background:var(--glass-border);opacity:.5;border-radius:99px;width:2px;position:absolute;top:-12px;bottom:24px;left:34px}@keyframes ledger-module__cqX_VG__expandIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ledger-module__cqX_VG__expandedSection{margin-bottom:4px}.ledger-module__cqX_VG__abstractText{font-size:var(--text-md);color:var(--text-secondary);margin:0;font-weight:400;line-height:1.5}.ledger-module__cqX_VG__expandedMeta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ledger-module__cqX_VG__metaChip{border:1px solid var(--glass-border);font-size:var(--text-xs);color:var(--text-muted);transition:all var(--duration-base) var(--ease-standard);background:0 0;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;text-decoration:none;display:inline-flex}.ledger-module__cqX_VG__metaChip .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-md);color:var(--text-muted)}.ledger-module__cqX_VG__metaChip:hover{background:rgba(var(--rgb-ui-surface), .5);border-color:var(--accent-primary);color:var(--text-primary)}.ledger-module__cqX_VG__metaChip:hover .ledger-module__cqX_VG__material-icons-round{color:var(--accent-primary)}a.ledger-module__cqX_VG__metaChip{cursor:pointer}.ledger-module__cqX_VG__viewDetailsLink{font-size:var(--text-sm);color:var(--accent-primary);align-items:center;gap:4px;margin-left:4px;font-weight:600;text-decoration:none;display:inline-flex}.ledger-module__cqX_VG__viewDetailsLink:hover{text-decoration:underline}.ledger-module__cqX_VG__triageActions{gap:6px;margin-top:2px;display:flex}.ledger-module__cqX_VG__triageBtn{font-size:var(--text-xs);cursor:pointer;transition:all var(--duration-fast) var(--ease-standard);border:1px solid var(--glass-border);background:rgba(var(--rgb-ui-surface), .6);color:var(--text-secondary);white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:4px 10px 4px 6px;font-weight:600;display:inline-flex}.ledger-module__cqX_VG__triageBtn:hover{background:rgba(var(--rgb-ui-surface), .95);border-color:var(--text-muted);transform:translateY(-1px)}.ledger-module__cqX_VG__triageBtn:active{transform:translateY(0)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnKeep{color:var(--status-ready-text)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnKeep:hover,.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnKeep.ledger-module__cqX_VG__active{background:var(--status-ready-bg);border-color:var(--status-ready-text)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnExclude{color:var(--color-danger)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnExclude:hover{background:rgba(var(--rgb-color-danger), .08);border-color:rgba(var(--rgb-color-danger), .4)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnExclude.ledger-module__cqX_VG__active{background:rgba(var(--rgb-color-danger), .12);border-color:var(--color-danger)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnMaybe{color:var(--accent-tertiary)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnMaybe:hover{background:rgba(var(--rgb-accent-tertiary), .12);border-color:var(--accent-tertiary)}.ledger-module__cqX_VG__triageBtn.ledger-module__cqX_VG__triageBtnMaybe.ledger-module__cqX_VG__active{background:rgba(var(--rgb-accent-tertiary), .15);border-color:var(--accent-tertiary)}.ledger-module__cqX_VG__triageBadge{font-size:var(--text-xs);border-radius:99px;align-items:center;gap:4px;padding:4px 10px;font-weight:600;display:inline-flex}.ledger-module__cqX_VG__triageBadge .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-md)}.ledger-module__cqX_VG__triageBadgeKeep{background:var(--status-ready-bg);color:var(--status-ready-text)}.ledger-module__cqX_VG__triageBadgeExclude{background:rgba(var(--rgb-color-danger), .12);color:var(--color-danger)}.ledger-module__cqX_VG__triageBadgeMaybe{background:rgba(var(--rgb-legacy-orange), .12);color:var(--accent-tertiary)}.ledger-module__cqX_VG__criteriaFilters{background:rgba(var(--rgb-indigo), .06);border:1px solid rgba(var(--rgb-indigo), .15);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.ledger-module__cqX_VG__criteriaLabel{font-size:var(--text-sm);color:var(--text-secondary);align-items:center;gap:6px;margin-right:4px;font-weight:600;display:flex}.ledger-module__cqX_VG__criteriaLabel .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-xl);color:var(--accent-secondary)}.ledger-module__cqX_VG__criteriaChip{font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-standard);border:1px solid var(--glass-border);background:rgba(var(--rgb-ui-surface), .7);color:var(--text-secondary);border-radius:99px;align-items:center;gap:4px;padding:6px 12px;font-weight:500;display:inline-flex}.ledger-module__cqX_VG__criteriaChip .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-md)}.ledger-module__cqX_VG__criteriaChip:hover{background:rgba(var(--rgb-ui-surface), .95);border-color:var(--text-muted)}.ledger-module__cqX_VG__criteriaChipActive{background:rgba(var(--rgb-indigo), .15);border-color:rgba(var(--rgb-indigo), .4);color:var(--accent-secondary)}.ledger-module__cqX_VG__criteriaChipActive:hover{background:rgba(var(--rgb-indigo), .2);border-color:var(--accent-secondary)}.ledger-module__cqX_VG__criteriaChipMeets{color:var(--status-ready-text)}.ledger-module__cqX_VG__criteriaChipMeets.ledger-module__cqX_VG__criteriaChipActive{background:var(--status-ready-bg);border-color:var(--status-ready-text);color:var(--status-ready-text)}.ledger-module__cqX_VG__criteriaChipFails{color:var(--color-danger)}.ledger-module__cqX_VG__criteriaChipFails.ledger-module__cqX_VG__criteriaChipActive{background:rgba(var(--rgb-color-danger), .12);border-color:rgba(var(--rgb-color-danger), .5);color:var(--color-danger)}.ledger-module__cqX_VG__criteriaLink{font-size:var(--text-sm);color:var(--accent-primary);margin-left:auto;font-weight:500;text-decoration:none}.ledger-module__cqX_VG__criteriaLink:hover{text-decoration:underline}.ledger-module__cqX_VG__criteriaBadge{width:28px;height:28px;transition:all var(--duration-fast) var(--ease-standard);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.ledger-module__cqX_VG__criteriaBadge .ledger-module__cqX_VG__material-icons-round{font-size:var(--text-2xl)}.ledger-module__cqX_VG__criteriaBadgeMeets{color:var(--status-ready-text)}.ledger-module__cqX_VG__criteriaBadgeMeets:hover{background:var(--status-ready-bg)}.ledger-module__cqX_VG__criteriaBadgeFails{color:var(--color-danger)}.ledger-module__cqX_VG__criteriaBadgeFails:hover{background:rgba(var(--rgb-color-danger), .12)}@media (max-width:900px){.ledger-module__cqX_VG__body{grid-template-columns:1fr!important}.ledger-module__cqX_VG__body>:nth-child(2),.ledger-module__cqX_VG__body>:nth-child(3),.ledger-module__cqX_VG__resizeHandle{display:none}.ledger-module__cqX_VG__mainContent{padding:16px}.ledger-module__cqX_VG__header{flex-direction:column;align-items:flex-start}.ledger-module__cqX_VG__headerActions{width:100%}.ledger-module__cqX_VG__statsRow{flex-wrap:wrap}.ledger-module__cqX_VG__tableWrapper{overflow-x:auto}.ledger-module__cqX_VG__ledgerTable{min-width:700px}.ledger-module__cqX_VG__expandedContent{padding-left:24px}}
.Sidebar-module__DlP0wa__sidebar{border-right:1px solid var(--glass-border);background:var(--bg-sidebar);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);white-space:nowrap;width:200px;top:var(--header-height,44px);height:var(--shell-content-min-height);min-height:var(--shell-content-min-height);z-index:var(--z-sidebar);flex-direction:column;padding:32px 16px;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;left:0}.Sidebar-module__DlP0wa__collapsed{width:68px;padding:32px 16px}.Sidebar-module__DlP0wa__logoArea{color:var(--text-primary);justify-content:space-between;align-items:center;height:40px;margin-bottom:48px;display:flex}.Sidebar-module__DlP0wa__logoWrapper{align-items:center;gap:12px;transition:opacity .2s;display:flex;overflow:hidden}.Sidebar-module__DlP0wa__collapsed .Sidebar-module__DlP0wa__logoWrapper{display:none}.Sidebar-module__DlP0wa__logoText{letter-spacing:-.5px;font-size:24px;font-weight:600}.Sidebar-module__DlP0wa__sidebarToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Sidebar-module__DlP0wa__sidebarToggle:hover{background:var(--glass-bg);color:var(--text-primary)}.Sidebar-module__DlP0wa__collapsed .Sidebar-module__DlP0wa__sidebarToggle{margin:0 auto;transform:rotate(180deg)}.Sidebar-module__DlP0wa__mainNav{flex-direction:column;flex:1;display:flex}.Sidebar-module__DlP0wa__bottomNav{flex-direction:column;margin-top:24px;display:flex}.Sidebar-module__DlP0wa__navItem{color:var(--text-secondary);border-radius:var(--radius-md);align-items:center;gap:12px;margin-bottom:8px;padding:12px 14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.Sidebar-module__DlP0wa__navIcon{min-width:24px;font-size:23px}.Sidebar-module__DlP0wa__navLabel{display:inline-block}.Sidebar-module__DlP0wa__collapsed .Sidebar-module__DlP0wa__navLabel{display:none}.Sidebar-module__DlP0wa__collapsed .Sidebar-module__DlP0wa__navItem{justify-content:center;gap:0;padding:14px 0}.Sidebar-module__DlP0wa__navItem:hover{background:var(--glass-bg);color:var(--text-primary)}@keyframes Sidebar-module__DlP0wa__sidebarIconShake{0%{transform:scale(1)rotate(0)}25%{transform:scale(1.1)rotate(-10deg)}50%{transform:scale(1.1)rotate(10deg)}75%{transform:scale(1.1)rotate(-5deg)}to{transform:scale(1.1)rotate(0)}}.Sidebar-module__DlP0wa__navItem:hover .Sidebar-module__DlP0wa__navIcon{color:var(--accent-primary);animation:.4s cubic-bezier(.25,.46,.45,.94) both Sidebar-module__DlP0wa__sidebarIconShake}.Sidebar-module__DlP0wa__active{background:rgba(var(--rgb-indigo), .15);color:var(--accent-primary)}@media (max-width:900px){.Sidebar-module__DlP0wa__sidebar:not(.Sidebar-module__DlP0wa__responsiveV2){display:none}}@media (min-width:768px) and (max-width:1199px){.Sidebar-module__DlP0wa__responsiveV2{display:flex}}@media (max-width:767px){.Sidebar-module__DlP0wa__responsiveV2{display:none}}
.UserMenu-module___9uHRW__userPill{border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);font:inherit;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:500;transition:background .2s,color .2s;display:flex;position:relative;overflow:hidden}.UserMenu-module___9uHRW__userPill:hover{background:var(--glass-bg);color:var(--text-primary)}.UserMenu-module___9uHRW__avatar{background:color-mix(in srgb, var(--accent-primary) 16%, var(--bg-body));width:28px;height:28px;color:var(--accent-primary);letter-spacing:.02em;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:1;display:flex}.UserMenu-module___9uHRW__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.UserMenu-module___9uHRW__pillText{flex-direction:column;min-width:0;display:flex}.UserMenu-module___9uHRW__pillName{text-overflow:ellipsis;white-space:nowrap;line-height:1.2;overflow:hidden}.UserMenu-module___9uHRW__pillEmail{text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:11px;line-height:1.2;overflow:hidden}.UserMenu-module___9uHRW__collapsed .UserMenu-module___9uHRW__pillText{display:none}.UserMenu-module___9uHRW__collapsed .UserMenu-module___9uHRW__userPill{justify-content:center;padding:10px 0}.UserMenu-module___9uHRW__menuWrapper{border-top:1px solid var(--glass-border);margin-top:8px;padding-top:8px;position:relative}.UserMenu-module___9uHRW__dropdown{background:var(--glass-highlight);border:1px solid var(--glass-border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:var(--z-user-menu);padding:6px;animation:.15s ease-out UserMenu-module___9uHRW__menuFadeIn;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.UserMenu-module___9uHRW__collapsed .UserMenu-module___9uHRW__dropdown{min-width:200px;bottom:0;left:calc(100% + 8px);right:auto}.UserMenu-module___9uHRW__menuIdentity{border-bottom:1px solid var(--glass-border);margin-bottom:4px;padding:10px 10px 8px}.UserMenu-module___9uHRW__menuName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.UserMenu-module___9uHRW__menuEmail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.UserMenu-module___9uHRW__menuError{color:var(--color-danger);margin:0 10px 6px;font-size:11px;line-height:1.3}.UserMenu-module___9uHRW__menuItem{width:100%;color:var(--text-secondary);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.UserMenu-module___9uHRW__menuItem:hover{background:var(--glass-bg);color:var(--text-primary)}.UserMenu-module___9uHRW__menuItemIcon{min-width:20px;font-size:18px}.UserMenu-module___9uHRW__menuItemDanger{color:var(--color-danger);}.UserMenu-module___9uHRW__menuItemDanger:hover{background:var(--color-danger-bg);color:var(--color-danger-hover)}.UserMenu-module___9uHRW__backdrop{z-index:919;position:fixed;inset:0}@keyframes UserMenu-module___9uHRW__menuFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.UserMenu-module___9uHRW__menuWrapper{display:none}}
.MobileNav-module__S-ZBhW__mobileNav{width:100%;min-height:var(--mobile-nav-height);background:rgba(var(--rgb-ui-surface), .95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);padding:12px 24px calc(12px + env(safe-area-inset-bottom));z-index:var(--z-mobile-nav);transform:translateY(var(--keyboard-inset,0px));box-shadow:0 -4px 20px rgba(var(--rgb-ui-scrim), .05);justify-content:space-between;transition:transform .18s;display:none;position:fixed;bottom:0;left:0}.MobileNav-module__S-ZBhW__item{min-height:var(--touch-target-min);cursor:pointer;color:var(--text-secondary);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:4px;padding:6px 8px;font-size:11px;font-weight:500;line-height:1.2;text-decoration:none;transition:background .2s,color .2s;display:flex}.MobileNav-module__S-ZBhW__item:hover{background:rgba(var(--rgb-ui-contrast), .04)}.MobileNav-module__S-ZBhW__item:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.MobileNav-module__S-ZBhW__itemIcon{font-size:24px}.MobileNav-module__S-ZBhW__active{color:var(--accent-primary);background:rgba(var(--rgb-accent-primary), .08)}.MobileNav-module__S-ZBhW__error{border:1px solid var(--color-danger-border);background:var(--color-danger-bg);color:var(--color-danger);text-align:center;border-radius:8px;margin:0;padding:5px 8px;font-size:11px;line-height:1.2;position:absolute;top:-28px;left:12px;right:12px}@media (max-width:900px){.MobileNav-module__S-ZBhW__mobileNav{display:flex}}.MobileNav-module__S-ZBhW__mobileNav.MobileNav-module__S-ZBhW__responsiveV2{padding:12px 24px calc(12px + var(--safe-area-bottom));display:none}@media (max-width:767px){.MobileNav-module__S-ZBhW__mobileNav.MobileNav-module__S-ZBhW__responsiveV2{display:flex}}
.AppShell-module__D16g6G__appContainer{height:var(--app-height,100vh);min-height:var(--app-min-height,100vh);background:var(--bg-body);color:var(--text-primary);padding-left:var(--shell-sidebar-width,200px);--mobile-nav-offset:0px;--visible-mobile-nav-offset:var(--mobile-nav-offset);display:flex}.AppShell-module__D16g6G__shellV2{min-height:var(--shell-content-min-height)}.AppShell-module__D16g6G__mainContent{min-width:0;padding:56px var(--shell-gutter,40px) 0;min-height:var(--shell-content-min-height);background:radial-gradient(circle at top right, rgba(var(--rgb-accent-primary-soft), .08), transparent 40%), radial-gradient(circle at bottom left, rgba(var(--rgb-accent-secondary), .08), transparent 40%);flex-direction:column;flex:1;height:auto;display:flex;overflow:hidden}.AppShell-module__D16g6G__mainContentNoPad{padding:56px 0 0}@media (max-width:900px){.AppShell-module__D16g6G__appContainer:not(.AppShell-module__D16g6G__shellV2){--mobile-nav-offset:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));--visible-mobile-nav-offset:max(0px, calc(var(--mobile-nav-offset) - var(--keyboard-inset,0px)));padding-left:0}.AppShell-module__D16g6G__appContainer:not(.AppShell-module__D16g6G__shellV2) .AppShell-module__D16g6G__mainContent{padding:56px 20px var(--visible-mobile-nav-offset) 20px;height:auto}.AppShell-module__D16g6G__appContainer:not(.AppShell-module__D16g6G__shellV2) .AppShell-module__D16g6G__mainContentNoPad{padding:56px 0 var(--visible-mobile-nav-offset);height:auto}.AppShell-module__D16g6G__appContainer:not(.AppShell-module__D16g6G__shellV2).AppShell-module__D16g6G__mobileFullBleed .AppShell-module__D16g6G__mainContent,.AppShell-module__D16g6G__appContainer:not(.AppShell-module__D16g6G__shellV2).AppShell-module__D16g6G__mobileFullBleed .AppShell-module__D16g6G__mainContentNoPad{padding-top:0}}@media (min-width:768px) and (max-width:1199px){.AppShell-module__D16g6G__shellV2{padding-left:var(--shell-sidebar-width,68px);--mobile-nav-offset:0px}.AppShell-module__D16g6G__shellV2 .AppShell-module__D16g6G__mainContent{padding:56px var(--compact-page-gutter) 0 var(--compact-page-gutter)}.AppShell-module__D16g6G__shellV2 .AppShell-module__D16g6G__mainContentNoPad{padding:56px 0 0}}@media (max-width:767px){.AppShell-module__D16g6G__shellV2{--mobile-nav-offset:calc(var(--mobile-nav-height) + var(--safe-area-bottom));--visible-mobile-nav-offset:max(0px, calc(var(--mobile-nav-offset) - var(--keyboard-inset,0px)));padding-left:0}.AppShell-module__D16g6G__shellV2 .AppShell-module__D16g6G__mainContent{padding:56px var(--phone-page-gutter) var(--visible-mobile-nav-offset) var(--phone-page-gutter)}.AppShell-module__D16g6G__shellV2 .AppShell-module__D16g6G__mainContentNoPad{padding:56px 0 var(--visible-mobile-nav-offset)}.AppShell-module__D16g6G__shellV2.AppShell-module__D16g6G__mobileFullBleed .AppShell-module__D16g6G__mainContent,.AppShell-module__D16g6G__shellV2.AppShell-module__D16g6G__mobileFullBleed .AppShell-module__D16g6G__mainContentNoPad{padding-top:0}}
.SlimHeader-module__v00bdG__header{height:var(--header-height,44px);z-index:var(--z-header);background:var(--bg-body);border-bottom:1px solid var(--glass-border);grid-template-columns:1fr 1fr 1fr;align-items:center;gap:8px;padding:0 14px;display:grid;position:fixed;top:0;left:0;right:0}.SlimHeader-module__v00bdG__slotLeft,.SlimHeader-module__v00bdG__slotCenter,.SlimHeader-module__v00bdG__slotRight{align-items:center;gap:12px;min-width:0;display:flex}.SlimHeader-module__v00bdG__slotCenter{justify-content:center}.SlimHeader-module__v00bdG__slotRight{flex-wrap:wrap;justify-content:flex-end;gap:10px}@media (max-width:900px){.SlimHeader-module__v00bdG__header{grid-template-columns:1fr;row-gap:4px;padding:0 12px}.SlimHeader-module__v00bdG__slotCenter,.SlimHeader-module__v00bdG__slotRight{justify-content:flex-start}}
.UserInputCard-module__1aPouW__card{--focus-ring-color:var(--focus-ring-color-muted,var(--color-info-text));border-radius:var(--radius-lg,12px);border:1px solid var(--glass-border,rgba(var(--rgb-ui-contrast), .08));background:rgba(var(--rgb-ui-surface), .82);min-width:0;max-width:100%;overflow:hidden}.UserInputCard-module__1aPouW__cardAnswered{opacity:.65}.UserInputCard-module__1aPouW__headerRow{align-items:center;gap:8px;padding:10px 14px 0;display:flex}.UserInputCard-module__1aPouW__headerTag{letter-spacing:.02em;color:var(--accent-primary);border-bottom:2px solid var(--accent-primary);text-transform:capitalize;padding-bottom:2px;font-size:11px;font-weight:600;display:inline-block}.UserInputCard-module__1aPouW__question{color:var(--color-text);padding:10px 14px 4px;font-size:.92rem;font-weight:500;line-height:1.45}.UserInputCard-module__1aPouW__context{color:var(--color-text-secondary);padding:0 14px 4px;font-size:.82rem;line-height:1.4}.UserInputCard-module__1aPouW__optionList{flex-direction:column;gap:2px;padding:6px 10px;display:flex}.UserInputCard-module__1aPouW__optionRow{border-radius:var(--radius-md,8px);cursor:pointer;align-items:flex-start;gap:10px;padding:10px;transition:background .12s;display:flex}.UserInputCard-module__1aPouW__optionRow:hover{background:rgba(var(--rgb-ui-contrast), .03)}.UserInputCard-module__1aPouW__optionRowSelected{background:rgba(var(--rgb-warm-brown), .06)}.UserInputCard-module__1aPouW__optionRowSelected:hover{background:rgba(var(--rgb-warm-brown), .08)}.UserInputCard-module__1aPouW__optionRadio{border:2px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;transition:border-color .12s;display:flex}.UserInputCard-module__1aPouW__optionRadioSelected{border-color:var(--accent-primary)}.UserInputCard-module__1aPouW__optionRadioSelected:after{content:"";background:var(--accent-primary);border-radius:50%;width:8px;height:8px}.UserInputCard-module__1aPouW__optionCheckbox{border:2px solid var(--color-border);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;transition:border-color .12s,background .12s;display:flex}.UserInputCard-module__1aPouW__optionCheckboxSelected{border-color:var(--accent-primary);background:var(--accent-primary)}.UserInputCard-module__1aPouW__optionCheckboxSelected:after{content:"";border-left:2px solid var(--color-white);border-bottom:2px solid var(--color-white);width:8px;height:6px;transform:rotate(-45deg)translate(1px,-1px)}.UserInputCard-module__1aPouW__optionContent{flex:1;min-width:0}.UserInputCard-module__1aPouW__optionLabel{color:var(--color-text);font-size:.88rem;font-weight:600;line-height:1.35}.UserInputCard-module__1aPouW__optionDescription{color:var(--color-text-secondary);margin-top:1px;font-size:.8rem;line-height:1.35}.UserInputCard-module__1aPouW__optionShortcut{width:18px;height:18px;color:var(--color-text-secondary);border:1px solid var(--color-border);-webkit-user-select:none;user-select:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:600;display:flex}.UserInputCard-module__1aPouW__otherInput{border-radius:var(--radius-sm,6px);border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);resize:none;outline:none;margin-top:6px;padding:6px 8px;font-family:inherit;font-size:.85rem;transition:border-color .12s,box-shadow .12s}.UserInputCard-module__1aPouW__otherInput:focus{outline:none}.UserInputCard-module__1aPouW__otherInput:focus-visible{border-color:var(--focus-ring-color,var(--accent-primary));box-shadow:var(--shadow-focus-ring);outline:none}.UserInputCard-module__1aPouW__footer{justify-content:flex-end;align-items:center;gap:10px;padding:8px 14px 10px;display:flex}.UserInputCard-module__1aPouW__submitBtn{border-radius:var(--radius-sm,6px);border:1px solid var(--accent-primary);background:var(--accent-primary);color:var(--color-white);cursor:pointer;align-items:center;gap:6px;padding:6px 16px;font-size:.82rem;font-weight:600;transition:opacity .12s,background .12s;display:inline-flex}.UserInputCard-module__1aPouW__submitBtn:hover:not(:disabled){opacity:.9}.UserInputCard-module__1aPouW__submitBtn:disabled{opacity:.4;cursor:not-allowed}.UserInputCard-module__1aPouW__footerHint{color:var(--color-text-secondary);margin-right:auto;font-size:.72rem}.UserInputCard-module__1aPouW__answeredRow{align-items:center;gap:8px;padding:10px 14px;display:flex}.UserInputCard-module__1aPouW__answeredIcon{color:var(--accent-secondary);font-size:18px}.UserInputCard-module__1aPouW__answeredText{color:var(--color-text-secondary);font-size:.88rem;font-style:italic}
.ChatComposer-module__5uY9Da__inputBox{background:linear-gradient(to bottom, rgba(var(--rgb-ui-surface), .44), rgba(var(--rgb-ui-surface), .82));-webkit-backdrop-filter:blur(12px);border:1px solid rgba(var(--rgb-ui-contrast), .08);width:100%;box-shadow:var(--shadow-xl);box-sizing:border-box;border-radius:24px;flex-shrink:0;margin:0 0 14px;transition:border-color .2s,box-shadow .2s;position:relative;container:inputBox/inline-size}.ChatComposer-module__5uY9Da__inputBox[data-attached-stack=attached]{border-radius:8px 8px 24px 24px}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal]{background:rgba(var(--rgb-ui-surface), .92);border-color:rgba(var(--rgb-ui-contrast), .1);min-height:68px;box-shadow:var(--shadow-xl);cursor:text;border-radius:22px;margin-bottom:8px;overflow:hidden}.ChatComposer-module__5uY9Da__inputBox:before{content:"";background:linear-gradient(to bottom, transparent, rgba(var(--rgb-ui-surface), .08));pointer-events:none;border-radius:24px 24px 0 0;height:24px;position:absolute;bottom:100%;left:0;right:0}.ChatComposer-module__5uY9Da__inputBox[data-attached-stack=attached]:before,.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal]:before,.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal]:after{display:none}.ChatComposer-module__5uY9Da__inputBox:after{content:"";background:rgba(var(--rgb-ui-scrim), .16);filter:blur(14px);pointer-events:none;z-index:-1;border-radius:999px;height:14px;position:absolute;bottom:-10px;left:16px;right:16px}.ChatComposer-module__5uY9Da__contextReceipts{flex-wrap:wrap;gap:8px;padding:10px 12px 0;display:flex}.ChatComposer-module__5uY9Da__contextReceipt{background:rgba(var(--rgb-accent-primary), .1);max-width:100%;color:var(--text-primary);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.ChatComposer-module__5uY9Da__contextReceiptIcon{color:var(--accent-primary);font-size:14px}.ChatComposer-module__5uY9Da__contextReceiptLabel{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-weight:600;overflow:hidden}.ChatComposer-module__5uY9Da__contextReceiptPreview{text-overflow:ellipsis;white-space:nowrap;max-width:180px;color:var(--text-muted);overflow:hidden}.ChatComposer-module__5uY9Da__contextReceiptRemove{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.ChatComposer-module__5uY9Da__contextReceiptRemove:hover{color:var(--text-primary);background:rgba(var(--rgb-ui-contrast), .06)}.ChatComposer-module__5uY9Da__contextReceiptRemove:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__contextReceiptRemove .material-icons-round{font-size:14px}.ChatComposer-module__5uY9Da__contextHistory{flex-wrap:wrap;gap:8px;padding:10px 12px 0;display:flex}.ChatComposer-module__5uY9Da__contextHistoryChip{border:1px solid rgba(var(--rgb-ui-contrast), .08);background:rgba(var(--rgb-ui-surface), .5);color:var(--text-secondary);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:inline-flex}.ChatComposer-module__5uY9Da__contextHistoryChip:hover{background:rgba(var(--rgb-ui-contrast), .04);color:var(--text-primary)}.ChatComposer-module__5uY9Da__contextHistoryChip .material-icons-round{font-size:14px}.ChatComposer-module__5uY9Da__inputTextarea{width:100%;min-height:24px;max-height:200px;color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;padding:12px 14px 4px;font-family:inherit;font-size:14px;line-height:1.5;display:block;overflow-y:auto}.ChatComposer-module__5uY9Da__inputTextarea:focus-visible{box-shadow:none;outline:none}.ChatComposer-module__5uY9Da__inputTextarea::placeholder{color:var(--text-muted)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__inputTextarea{min-height:68px;padding:18px 92px 18px 18px;font-size:16px;line-height:1.35}.ChatComposer-module__5uY9Da__inputBar{justify-content:space-between;align-items:center;min-width:0;padding:4px 12px 8px;display:flex;overflow:hidden}.ChatComposer-module__5uY9Da__inputBarLeft{flex:1;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.ChatComposer-module__5uY9Da__modelControlsWide{display:contents}.ChatComposer-module__5uY9Da__compactModelSettings{display:none}.ChatComposer-module__5uY9Da__inputBarRight{flex-shrink:0;align-items:center;gap:8px;margin-left:12px;display:flex}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__inputBar{pointer-events:none;min-height:0;padding:0;display:block;position:absolute;inset:0;overflow:visible}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__inputBar>*{pointer-events:auto}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__inputBarLeft{min-height:34px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__inputBarRight{gap:6px;margin-left:0;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__inputBarRecording{min-height:42px;padding:0 12px 12px;display:flex;position:relative;inset:auto;transform:none}.ChatComposer-module__5uY9Da__recordingControlHint{z-index:var(--z-tooltip);pointer-events:none;border:1px solid rgba(var(--rgb-ui-contrast), .08);background:rgba(var(--rgb-ui-surface), .96);box-shadow:var(--shadow-lg);color:var(--text-primary);white-space:nowrap;border-radius:18px;padding:8px 14px;font-size:12px;font-weight:500;line-height:1;position:absolute;bottom:50px;transform:translate(-50%)}.ChatComposer-module__5uY9Da__queueNextBtn{border:1px solid rgba(var(--rgb-ui-contrast), .08);background:rgba(var(--rgb-ui-surface), .58);color:var(--text-secondary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ChatComposer-module__5uY9Da__queueNextBtn:hover{background:rgba(var(--rgb-ui-contrast), .06);border-color:rgba(var(--rgb-ui-contrast), .12);color:var(--text-primary)}.ChatComposer-module__5uY9Da__queueNextBtn:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__inputBarRecording{gap:12px}.ChatComposer-module__5uY9Da__recordingStatus{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.ChatComposer-module__5uY9Da__visualizerShell{flex:1;align-items:center;min-width:0;height:32px;padding-inline:2px;display:flex}.ChatComposer-module__5uY9Da__visualizerCanvas{width:100%;height:32px;display:block}.ChatComposer-module__5uY9Da__recordingTimer{color:var(--text-secondary);font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:10px;font-size:12px}.ChatComposer-module__5uY9Da__transcribingStatus{min-width:0;color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.ChatComposer-module__5uY9Da__transcribingDots{flex-shrink:0;align-items:center;gap:3px;display:inline-flex}.ChatComposer-module__5uY9Da__transcribingDot{background:rgba(var(--rgb-ui-contrast), .42);border-radius:999px;width:4px;height:4px;animation:1.1s ease-in-out infinite ChatComposer-module__5uY9Da__transcribingDotPulse}.ChatComposer-module__5uY9Da__transcribingDot:nth-child(2){animation-delay:.14s}.ChatComposer-module__5uY9Da__transcribingDot:nth-child(3){animation-delay:.28s}@keyframes ChatComposer-module__5uY9Da__transcribingDotPulse{0%,80%,to{opacity:.28;transform:scale(.78)}35%{opacity:.72;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ChatComposer-module__5uY9Da__transcribingDot{opacity:.5;animation:none;transform:none}}.ChatComposer-module__5uY9Da__modelBtn{cursor:pointer;min-width:0;max-width:172px;min-height:32px;color:var(--text-muted);background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.ChatComposer-module__5uY9Da__modelSettingBtn{min-width:0}.ChatComposer-module__5uY9Da__modelBtn:hover{background:rgba(var(--rgb-ui-contrast), .055);color:var(--text-secondary)}.ChatComposer-module__5uY9Da__modelBtn .ChatComposer-module__5uY9Da__material-icons-round{font-size:16px}.ChatComposer-module__5uY9Da__mountPlaceholder{pointer-events:none}.ChatComposer-module__5uY9Da__modelDropdown{background:var(--bg-surface);border:1px solid var(--glass-border);min-width:260px;box-shadow:var(--shadow-xl);z-index:var(--z-overlay);border-radius:10px;padding:4px}.ChatComposer-module__5uY9Da__modelGroupLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding:8px 12px 4px;font-size:11px;font-weight:600}.ChatComposer-module__5uY9Da__modelGroupLabel:not(:first-child){border-top:1px solid rgba(var(--rgb-ui-contrast), .06);margin-top:4px;padding-top:8px}.ChatComposer-module__5uY9Da__modelItem{cursor:pointer;text-align:left;width:100%;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:background .1s}.ChatComposer-module__5uY9Da__modelItem:hover{background:rgba(var(--rgb-ui-contrast), .055)}.ChatComposer-module__5uY9Da__modelItemActive{background:rgba(var(--rgb-accent-primary), .1);color:var(--accent-primary)}.ChatComposer-module__5uY9Da__modelItemInner{align-items:center;gap:8px;width:100%;display:flex}.ChatComposer-module__5uY9Da__modelItemIcon{transform-origin:50%;color:var(--text-muted);flex-shrink:0;margin:0 -2px;font-size:18px;transform:scale(.78)}.ChatComposer-module__5uY9Da__modelItemActive .ChatComposer-module__5uY9Da__modelItemIcon{color:var(--accent-primary)}.ChatComposer-module__5uY9Da__modelItemName{white-space:nowrap;font-size:13px;font-weight:500}.ChatComposer-module__5uY9Da__modelItemDesc{color:var(--text-muted);white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:11px}.ChatComposer-module__5uY9Da__modelBtn:focus-visible,.ChatComposer-module__5uY9Da__modelSettingBtn:focus-visible,.ChatComposer-module__5uY9Da__presetBtn:focus-visible,.ChatComposer-module__5uY9Da__actionBtn:focus-visible,.ChatComposer-module__5uY9Da__compressBtn:focus-visible,.ChatComposer-module__5uY9Da__sendBtn:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__actionBtn{cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,opacity .15s;display:flex}.ChatComposer-module__5uY9Da__actionBtn:hover{background:rgba(var(--rgb-ui-contrast), .055);color:var(--text-secondary)}.ChatComposer-module__5uY9Da__actionBtn:disabled{cursor:default;opacity:.42}.ChatComposer-module__5uY9Da__actionBtn:hover:disabled{color:var(--text-muted);background:0 0}.ChatComposer-module__5uY9Da__actionMenuBtn,.ChatComposer-module__5uY9Da__voiceActionBtn{border-radius:999px;width:34px;height:34px}.ChatComposer-module__5uY9Da__voiceActionBtnRecording{color:var(--color-danger);background:rgba(var(--rgb-legacy-red-material), .08)}.ChatComposer-module__5uY9Da__voiceActionBtnRecording:hover{color:var(--color-danger-hover);background:rgba(var(--rgb-legacy-red-material), .12)}.ChatComposer-module__5uY9Da__actionBtn .material-icons-round{font-size:18px}.ChatComposer-module__5uY9Da__compressBtn{cursor:pointer;width:28px;height:28px;color:var(--text-muted);opacity:.7;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,opacity .15s;display:flex}.ChatComposer-module__5uY9Da__compressBtn:hover:not(:disabled){background:rgba(var(--rgb-ui-contrast), .055);opacity:1}.ChatComposer-module__5uY9Da__compressBtn:disabled{opacity:.25;cursor:default}.ChatComposer-module__5uY9Da__compressBtn .material-icons-round{font-size:18px}.ChatComposer-module__5uY9Da__voiceError{background:rgba(var(--rgb-legacy-red-material), .08);color:var(--color-danger-hover);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:-4px 8px 4px;padding:6px 12px;font-size:12px;display:flex}.ChatComposer-module__5uY9Da__voiceError button{cursor:pointer;color:var(--color-danger-hover);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.ChatComposer-module__5uY9Da__voiceError button .ChatComposer-module__5uY9Da__material-icons-round{font-size:14px}.ChatComposer-module__5uY9Da__voiceError button:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__sendBtn{background:rgba(var(--rgb-ui-contrast), .05);cursor:not-allowed;width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,opacity .15s;display:flex}.ChatComposer-module__5uY9Da__sendBtn .ChatComposer-module__5uY9Da__material-icons-round{font-size:18px}.ChatComposer-module__5uY9Da__sendBtnActive{background:var(--text-primary);color:var(--color-white);cursor:pointer}.ChatComposer-module__5uY9Da__sendBtnActive:hover{background:var(--color-interactive-dark)}.ChatComposer-module__5uY9Da__sendBtnStop{background:var(--color-danger);color:var(--color-white);cursor:pointer}.ChatComposer-module__5uY9Da__sendBtnStop:hover{background:var(--color-danger-hover)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__voiceActionBtn,.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__sendBtn{width:34px;height:34px}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__voiceActionBtn{color:var(--text-secondary)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__sendBtn{background:rgba(var(--rgb-ui-contrast), .055);color:var(--text-muted)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__sendBtnActive{background:var(--text-primary);color:var(--color-white)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__sendBtnStop{background:var(--color-danger);color:var(--color-white)}.ChatComposer-module__5uY9Da__inputBox[data-mobile-chrome=minimal] .ChatComposer-module__5uY9Da__sendBtn .ChatComposer-module__5uY9Da__material-icons-round{font-size:18px}.ChatComposer-module__5uY9Da__pendingAttachment{background:var(--color-info-bg);border-bottom:1px solid var(--color-info-border);color:var(--text-secondary);border-radius:8px 8px 0 0;align-items:center;gap:6px;margin:0 2px;padding:6px 10px;font-size:12px;display:flex}.ChatComposer-module__5uY9Da__pendingAttachment .ChatComposer-module__5uY9Da__material-icons-round{color:var(--color-info)}.ChatComposer-module__5uY9Da__pendingAttachmentFailed{background:rgba(var(--rgb-color-danger), .08);border-bottom-color:rgba(var(--rgb-color-danger), .22);color:var(--text-primary)}.ChatComposer-module__5uY9Da__pendingAttachmentFailed .ChatComposer-module__5uY9Da__material-icons-round{color:var(--color-danger)}.ChatComposer-module__5uY9Da__pendingAttachmentText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ChatComposer-module__5uY9Da__pendingAttachmentName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.ChatComposer-module__5uY9Da__pendingAttachmentStatus{color:inherit;white-space:normal;font-size:11px;line-height:1.4}.ChatComposer-module__5uY9Da__pendingAttachmentRemove{cursor:pointer;width:24px;height:24px;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.ChatComposer-module__5uY9Da__pendingAttachmentRemove:hover{background:rgba(var(--rgb-ui-contrast), .08);color:var(--text-primary)}.ChatComposer-module__5uY9Da__pendingAttachmentRemove:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__composerStatus{background:var(--color-info-bg);color:var(--text-secondary);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:0 10px;padding:7px 9px;font-size:11px;line-height:1.35;display:flex}.ChatComposer-module__5uY9Da__composerStatusError{background:var(--color-warning-bg);color:var(--color-warning-text)}.ChatComposer-module__5uY9Da__composerStatus button{color:inherit;font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;border-radius:6px;flex:none;font-weight:700;text-decoration:underline}.ChatComposer-module__5uY9Da__composerStatus button:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__actionsMenuDropdown{background:var(--bg-surface);border:1px solid var(--glass-border);width:min(320px,100vw - 24px);box-shadow:var(--shadow-xl);z-index:var(--z-overlay);border-radius:14px;padding:8px}.ChatComposer-module__5uY9Da__actionsMenuSection{flex-direction:column;gap:4px;display:flex}.ChatComposer-module__5uY9Da__actionsMenuSection+.ChatComposer-module__5uY9Da__actionsMenuSection{border-top:1px solid rgba(var(--rgb-ui-contrast), .06);margin-top:8px;padding-top:8px}.ChatComposer-module__5uY9Da__actionsMenuFiles{max-height:min(280px,48vh);margin-top:8px;overflow-y:auto}.ChatComposer-module__5uY9Da__actionsMenuLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:4px 8px;font-size:11px;font-weight:600}.ChatComposer-module__5uY9Da__actionsMenuItem{width:100%;min-height:38px;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;transition:background .15s,color .15s,opacity .15s;display:flex}.ChatComposer-module__5uY9Da__actionsMenuItem:hover:not(:disabled){background:rgba(var(--rgb-ui-contrast), .055)}.ChatComposer-module__5uY9Da__actionsMenuItem:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__actionsMenuItem:disabled,.ChatComposer-module__5uY9Da__actionsMenuItemDisabled{opacity:.48;cursor:default}.ChatComposer-module__5uY9Da__actionsMenuItem .ChatComposer-module__5uY9Da__material-icons-round{color:var(--text-muted);flex-shrink:0;font-size:18px}.ChatComposer-module__5uY9Da__actionsMenuFileName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ChatComposer-module__5uY9Da__actionsMenuLoading,.ChatComposer-module__5uY9Da__actionsMenuEmpty{color:var(--text-muted);padding:10px;font-size:12px}.ChatComposer-module__5uY9Da__actionsSheetOverlay{background:rgba(var(--rgb-ui-scrim), .36);z-index:var(--z-overlay);position:fixed;inset:0}.ChatComposer-module__5uY9Da__actionsSheetContent{border:1px solid rgba(var(--rgb-ui-contrast), .08);background:rgba(var(--rgb-ui-surface), .96);-webkit-backdrop-filter:blur(18px);max-height:min(72vh,560px);box-shadow:var(--shadow-xl);z-index:calc(var(--z-overlay) + 1);border-radius:22px;flex-direction:column;gap:8px;padding:10px 10px 14px;display:flex;position:fixed;bottom:12px;left:12px;right:12px}.ChatComposer-module__5uY9Da__actionsSheetHandle{background:rgba(var(--rgb-ui-contrast), .18);border-radius:999px;width:42px;height:4px;margin:0 auto 2px}.ChatComposer-module__5uY9Da__actionsSheetHeader{color:var(--text-secondary);padding:0 6px 2px;font-size:13px;font-weight:600}.ChatComposer-module__5uY9Da__modePillSlot{align-items:flex-start;min-height:40px;display:flex}.ChatComposer-module__5uY9Da__modePill{background:rgba(var(--rgb-accent-primary), .06);color:var(--text-secondary);border-radius:12px;align-items:center;gap:4px;margin:8px 14px 0;padding:3px 4px 3px 8px;font-size:11px;font-weight:500;display:inline-flex}.ChatComposer-module__5uY9Da__modePillIcon{color:var(--accent-primary);font-size:13px!important}.ChatComposer-module__5uY9Da__modePillLabel{white-space:nowrap}.ChatComposer-module__5uY9Da__modePillChevron{cursor:pointer;width:24px;height:24px;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.ChatComposer-module__5uY9Da__modePillChevron:hover{background:rgba(var(--rgb-ui-contrast), .06);color:var(--text-secondary)}.ChatComposer-module__5uY9Da__modePillChevron:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__modePillChevron .ChatComposer-module__5uY9Da__material-icons-round{font-size:14px}@media (max-width:767px){.ChatComposer-module__5uY9Da__modePillSlot{min-height:50px}.ChatComposer-module__5uY9Da__contextReceiptRemove,.ChatComposer-module__5uY9Da__pendingAttachmentRemove,.ChatComposer-module__5uY9Da__voiceError button,.ChatComposer-module__5uY9Da__modePillChevron{width:36px;height:36px}.ChatComposer-module__5uY9Da__modelBtn,.ChatComposer-module__5uY9Da__modelSettingBtn{min-height:44px}}.ChatComposer-module__5uY9Da__modeDropdown{background:var(--bg-surface);border:1px solid var(--glass-border);min-width:240px;box-shadow:var(--shadow-xl);z-index:var(--z-overlay);border-radius:10px;padding:4px}.ChatComposer-module__5uY9Da__modeItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:8px 10px;transition:background .1s;display:flex}.ChatComposer-module__5uY9Da__modeItem:hover{background:rgba(var(--rgb-ui-contrast), .055)}.ChatComposer-module__5uY9Da__modeItemActive{background:rgba(var(--rgb-accent-primary), .1)}.ChatComposer-module__5uY9Da__modeItemIcon{color:var(--text-muted);flex-shrink:0;font-size:16px}.ChatComposer-module__5uY9Da__modeItemActive .ChatComposer-module__5uY9Da__modeItemIcon{color:var(--accent-primary)}.ChatComposer-module__5uY9Da__modeItemName{color:var(--text-primary);white-space:nowrap;font-size:13px;font-weight:500}.ChatComposer-module__5uY9Da__modeItemDesc{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:11px}.ChatComposer-module__5uY9Da__presetBtn{cursor:pointer;color:var(--text-muted);white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:flex}.ChatComposer-module__5uY9Da__presetBtn:hover{background:rgba(var(--rgb-ui-contrast), .055);color:var(--text-secondary)}.ChatComposer-module__5uY9Da__presetDropdown{background:var(--bg-surface);border:1px solid var(--glass-border);min-width:220px;box-shadow:var(--shadow-xl);z-index:var(--z-overlay);border-radius:10px;padding:4px}.ChatComposer-module__5uY9Da__presetItem{cursor:pointer;text-align:left;width:100%;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:500;transition:background .1s;display:flex}.ChatComposer-module__5uY9Da__presetItem:hover{background:rgba(var(--rgb-ui-contrast), .055)}.ChatComposer-module__5uY9Da__presetItemActive{background:rgba(var(--rgb-accent-primary), .1);color:var(--accent-primary)}.ChatComposer-module__5uY9Da__presetItemIcon{transform-origin:50%;color:var(--text-muted);flex-shrink:0;margin:0 -2px;font-size:18px;transform:scale(.78)}.ChatComposer-module__5uY9Da__presetItemActive .ChatComposer-module__5uY9Da__presetItemIcon{color:var(--accent-primary)}.ChatComposer-module__5uY9Da__presetItemName{white-space:nowrap;font-size:13px;font-weight:500}.ChatComposer-module__5uY9Da__presetItemDesc{color:var(--text-muted);white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:11px}.ChatComposer-module__5uY9Da__presetDivider{background:var(--glass-border);height:1px;margin:4px 0}.ChatComposer-module__5uY9Da__choicesSlot{grid-template-rows:0fr;transition:grid-template-rows .2s;display:grid;overflow:hidden}.ChatComposer-module__5uY9Da__choicesSlotOpen{grid-template-rows:1fr}.ChatComposer-module__5uY9Da__choicesRow{flex-wrap:wrap;gap:6px;min-height:0;padding:0 12px;display:flex}.ChatComposer-module__5uY9Da__choicesSlotOpen .ChatComposer-module__5uY9Da__choicesRow{padding-top:8px;padding-bottom:8px}.ChatComposer-module__5uY9Da__choicesSlot:not(.ChatComposer-module__5uY9Da__choicesSlotOpen) .ChatComposer-module__5uY9Da__choiceChip{opacity:0}.ChatComposer-module__5uY9Da__choiceChip{border:1px solid var(--glass-border);background:rgba(var(--rgb-ui-surface), .8);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:border-color .15s,color .15s,background .15s,opacity .12s;display:inline-flex}.ChatComposer-module__5uY9Da__choiceChip:hover{border-color:rgba(var(--rgb-accent-primary), .35);color:var(--accent-primary);background:rgba(var(--rgb-accent-primary), .06)}.ChatComposer-module__5uY9Da__choiceChip:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatComposer-module__5uY9Da__userInputOverlay{padding:8px 8px 0}@container inputBox (max-width:400px){.ChatComposer-module__5uY9Da__modelControlsWide{display:none}.ChatComposer-module__5uY9Da__compactModelSettings{display:contents}}@container inputBox (max-width:360px){.ChatComposer-module__5uY9Da__presetBtn{display:none}}@container inputBox (max-width:320px){.ChatComposer-module__5uY9Da__modelBtn{max-width:88px;padding-inline:5px}}@container inputBox (max-width:340px){.ChatComposer-module__5uY9Da__recordingTimer{display:none}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.ChatComposer-module__5uY9Da__inputBox{background:linear-gradient(to bottom, rgba(var(--rgb-ui-surface), .92), rgba(var(--rgb-ui-surface), .97));-webkit-backdrop-filter:none}}
.ChatModelSettings-module__kAPX7q__modelTrigger,.ChatModelSettings-module__kAPX7q__effortTrigger,.ChatModelSettings-module__kAPX7q__deliveryCompact,.ChatModelSettings-module__kAPX7q__compactSettingsTrigger{min-height:32px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;font-size:12px;font-weight:600;transition:background .15s,color .15s,opacity .15s;display:inline-flex}.ChatModelSettings-module__kAPX7q__modelTrigger{gap:4px;max-width:168px;padding:6px 8px}.ChatModelSettings-module__kAPX7q__effortTrigger{gap:4px;max-width:154px;padding:6px 8px}.ChatModelSettings-module__kAPX7q__deliveryCompact{gap:4px;padding:6px 8px}.ChatModelSettings-module__kAPX7q__compactSettingsTrigger{gap:5px;max-width:88px;padding:6px 8px;display:none}.ChatModelSettings-module__kAPX7q__modelTrigger:hover:not(:disabled),.ChatModelSettings-module__kAPX7q__effortTrigger:hover:not(:disabled),.ChatModelSettings-module__kAPX7q__deliveryCompact:hover:not(:disabled),.ChatModelSettings-module__kAPX7q__compactSettingsTrigger:hover:not(:disabled){background:rgba(var(--rgb-ui-contrast), .055);color:var(--text-secondary)}.ChatModelSettings-module__kAPX7q__modelTrigger:focus-visible,.ChatModelSettings-module__kAPX7q__effortTrigger:focus-visible,.ChatModelSettings-module__kAPX7q__deliveryCompact:focus-visible,.ChatModelSettings-module__kAPX7q__compactSettingsTrigger:focus-visible,.ChatModelSettings-module__kAPX7q__inlineModelOption:focus-visible,.ChatModelSettings-module__kAPX7q__inlineEffortOption:focus-visible,.ChatModelSettings-module__kAPX7q__deliverySwitch:focus-visible,.ChatModelSettings-module__kAPX7q__dropdownModelOption:focus-visible,.ChatModelSettings-module__kAPX7q__dropdownEffortOption:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatModelSettings-module__kAPX7q__modelTrigger:disabled,.ChatModelSettings-module__kAPX7q__effortTrigger:disabled,.ChatModelSettings-module__kAPX7q__deliveryCompact:disabled,.ChatModelSettings-module__kAPX7q__compactSettingsTrigger:disabled{opacity:.46;cursor:default}:is(.ChatModelSettings-module__kAPX7q__modelTrigger .material-icons-round,.ChatModelSettings-module__kAPX7q__effortTrigger .material-icons-round,.ChatModelSettings-module__kAPX7q__deliveryCompact .material-icons-round,.ChatModelSettings-module__kAPX7q__compactSettingsTrigger .material-icons-round){flex:none;font-size:16px}.ChatModelSettings-module__kAPX7q__modelTriggerFull,.ChatModelSettings-module__kAPX7q__modelTriggerShort,.ChatModelSettings-module__kAPX7q__effortTriggerFull,.ChatModelSettings-module__kAPX7q__effortTriggerShort,.ChatModelSettings-module__kAPX7q__effortTriggerPrefix,.ChatModelSettings-module__kAPX7q__deliveryCompactLabel,.ChatModelSettings-module__kAPX7q__deliveryCostWarning{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ChatModelSettings-module__kAPX7q__modelTriggerShort,.ChatModelSettings-module__kAPX7q__effortTriggerShort{display:none}.ChatModelSettings-module__kAPX7q__effortTriggerIcon{color:var(--text-muted)}.ChatModelSettings-module__kAPX7q__effortTriggerPrefix{color:var(--text-muted);font-weight:500}.ChatModelSettings-module__kAPX7q__deliveryCompact{border:1px solid rgba(var(--rgb-ui-contrast), .08)}.ChatModelSettings-module__kAPX7q__deliveryCompactActive{border-color:rgba(var(--rgb-accent-primary), .28);background:rgba(var(--rgb-accent-primary), .08);color:var(--accent-primary)}.ChatModelSettings-module__kAPX7q__deliveryCostWarning{color:var(--text-muted);font-size:10px;font-weight:500}.ChatModelSettings-module__kAPX7q__modelDropdown,.ChatModelSettings-module__kAPX7q__effortDropdown{z-index:var(--z-overlay);border:1px solid var(--glass-border);background:rgba(var(--rgb-ui-surface), .98);box-shadow:var(--shadow-xl);border-radius:14px;padding:6px;overflow-y:auto}.ChatModelSettings-module__kAPX7q__modelDropdown{width:min(460px,100vw - 24px);max-height:min(640px,72vh)}.ChatModelSettings-module__kAPX7q__effortDropdown{width:min(340px,100vw - 24px);max-height:min(460px,68vh)}.ChatModelSettings-module__kAPX7q__dropdownIntro{color:var(--text-primary);flex-direction:column;gap:3px;padding:7px 10px 9px;font-size:12px;font-weight:700;line-height:1.35;display:flex}.ChatModelSettings-module__kAPX7q__dropdownIntro span:last-child{color:var(--text-muted);font-size:11px;font-weight:500}.ChatModelSettings-module__kAPX7q__readinessNotice{border:1px solid var(--color-info-border);background:var(--color-info-bg);color:var(--text-secondary);border-radius:9px;align-items:center;gap:7px;margin:2px 6px 6px;padding:8px 10px;font-size:11px;font-weight:600;line-height:1.35;display:flex}.ChatModelSettings-module__kAPX7q__readinessNoticeError{border-color:var(--color-warning-border);background:var(--color-warning-bg);color:var(--color-warning-text)}.ChatModelSettings-module__kAPX7q__readinessIcon{flex:none;font-size:16px}.ChatModelSettings-module__kAPX7q__readinessRetry{color:inherit;font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;border-radius:7px;margin-left:auto;text-decoration:underline}.ChatModelSettings-module__kAPX7q__readinessRetry:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatModelSettings-module__kAPX7q__dropdownModelOption,.ChatModelSettings-module__kAPX7q__inlineModelOption{width:100%;min-width:0;min-height:68px;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:10px;transition:background .12s,color .12s,opacity .12s;display:flex;position:relative}.ChatModelSettings-module__kAPX7q__dropdownModelOption{padding:10px}.ChatModelSettings-module__kAPX7q__inlineModelOption{padding:10px 8px}.ChatModelSettings-module__kAPX7q__dropdownModelOption:hover:not([data-disabled]),.ChatModelSettings-module__kAPX7q__inlineModelOption:hover:not(:disabled),.ChatModelSettings-module__kAPX7q__dropdownEffortOption:hover:not([data-disabled]),.ChatModelSettings-module__kAPX7q__inlineEffortOption:hover:not(:disabled){background:rgba(var(--rgb-ui-contrast), .05);color:var(--text-primary)}.ChatModelSettings-module__kAPX7q__selectedOption{background:rgba(var(--rgb-accent-primary), .08);color:var(--text-primary)}.ChatModelSettings-module__kAPX7q__unavailableOption,.ChatModelSettings-module__kAPX7q__dropdownModelOption[data-disabled]{opacity:.52;cursor:not-allowed}.ChatModelSettings-module__kAPX7q__modelIcon{color:var(--text-muted);flex:none;margin-top:1px;font-size:19px}.ChatModelSettings-module__kAPX7q__selectedOption .ChatModelSettings-module__kAPX7q__modelIcon,.ChatModelSettings-module__kAPX7q__selectedOption .ChatModelSettings-module__kAPX7q__modelCheck,.ChatModelSettings-module__kAPX7q__selectedOption .ChatModelSettings-module__kAPX7q__effortCheck{color:var(--accent-primary)}.ChatModelSettings-module__kAPX7q__modelCopy,.ChatModelSettings-module__kAPX7q__effortOptionCopy,.ChatModelSettings-module__kAPX7q__deliveryCopy{flex-direction:column;flex:1;min-width:0;display:flex}.ChatModelSettings-module__kAPX7q__modelHeading{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.ChatModelSettings-module__kAPX7q__modelName{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.35}.ChatModelSettings-module__kAPX7q__modelRole,.ChatModelSettings-module__kAPX7q__modelCost{white-space:nowrap;border-radius:999px;align-items:center;min-height:18px;padding:2px 6px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.ChatModelSettings-module__kAPX7q__modelRole{background:rgba(var(--rgb-accent-primary), .09);color:var(--accent-primary)}.ChatModelSettings-module__kAPX7q__modelCost{border:1px solid rgba(var(--rgb-ui-contrast), .08);background:rgba(var(--rgb-ui-contrast), .035);color:var(--text-muted)}.ChatModelSettings-module__kAPX7q__cost_lowest,.ChatModelSettings-module__kAPX7q__cost_value{border-color:rgba(var(--rgb-color-success), .2);background:rgba(var(--rgb-color-success), .07);color:var(--color-success)}.ChatModelSettings-module__kAPX7q__cost_premium{border-color:var(--color-warning-border);background:var(--color-warning-bg);color:var(--color-warning-text)}.ChatModelSettings-module__kAPX7q__modelDescription{color:var(--text-secondary);white-space:normal;margin-top:3px;font-size:11px;font-weight:500;line-height:1.38}.ChatModelSettings-module__kAPX7q__modelMeta{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-top:3px;font-size:10px;line-height:1.3}.ChatModelSettings-module__kAPX7q__unavailableOption .ChatModelSettings-module__kAPX7q__modelMeta{color:var(--color-warning-text);font-weight:700}.ChatModelSettings-module__kAPX7q__modelCheck,.ChatModelSettings-module__kAPX7q__effortCheck{color:var(--text-muted);flex:none;margin-top:1px;font-size:17px}.ChatModelSettings-module__kAPX7q__inlineModelList,.ChatModelSettings-module__kAPX7q__inlineEffortList{flex-direction:column;gap:3px;display:flex}.ChatModelSettings-module__kAPX7q__inlineModelIntro{color:var(--text-muted);margin:0;padding:0 8px 6px;font-size:10px;line-height:1.4}.ChatModelSettings-module__kAPX7q__dropdownEffortOption,.ChatModelSettings-module__kAPX7q__inlineEffortOption{width:100%;min-height:50px;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:10px;display:flex}.ChatModelSettings-module__kAPX7q__dropdownEffortOption{padding:9px 10px}.ChatModelSettings-module__kAPX7q__inlineEffortOption{padding:9px 8px}.ChatModelSettings-module__kAPX7q__effortOptionLabel,.ChatModelSettings-module__kAPX7q__deliveryLabel{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.35}.ChatModelSettings-module__kAPX7q__effortOptionDescription,.ChatModelSettings-module__kAPX7q__deliveryDescription{color:var(--text-muted);white-space:normal;margin-top:2px;font-size:11px;font-weight:500;line-height:1.4}.ChatModelSettings-module__kAPX7q__deliveryInlineRow{align-items:center;gap:14px;min-height:58px;padding:7px 8px;display:flex}.ChatModelSettings-module__kAPX7q__deliverySwitch{border:1px solid rgba(var(--rgb-ui-contrast), .12);background:rgba(var(--rgb-ui-contrast), .08);cursor:pointer;border-radius:999px;flex:none;width:50px;height:30px;transition:background .16s,border-color .16s;position:relative}.ChatModelSettings-module__kAPX7q__deliverySwitch:disabled{opacity:.45;cursor:default}.ChatModelSettings-module__kAPX7q__deliverySwitchActive{border-color:rgba(var(--rgb-accent-primary), .34);background:var(--accent-primary)}.ChatModelSettings-module__kAPX7q__deliverySwitchThumb{background:var(--bg-surface);width:22px;height:22px;box-shadow:var(--shadow-sm);border-radius:999px;transition:transform .16s;position:absolute;top:3px;left:3px}.ChatModelSettings-module__kAPX7q__deliverySwitchActive .ChatModelSettings-module__kAPX7q__deliverySwitchThumb{transform:translate(20px)}.ChatModelSettings-module__kAPX7q__settingsOverlay{z-index:var(--z-overlay);background:rgba(var(--rgb-ui-scrim), .42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:fixed;inset:0}.ChatModelSettings-module__kAPX7q__settingsDialog{z-index:calc(var(--z-overlay) + 1);border:1px solid var(--glass-border);background:rgba(var(--rgb-ui-surface), .99);width:min(520px,100vw - 24px);max-height:min(760px,100dvh - 24px);box-shadow:var(--shadow-xl);border-radius:18px;flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.ChatModelSettings-module__kAPX7q__settingsHeader{border-bottom:1px solid rgba(var(--rgb-ui-contrast), .07);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 16px 12px;display:flex}.ChatModelSettings-module__kAPX7q__settingsTitle,.ChatModelSettings-module__kAPX7q__settingsSectionTitle{color:var(--text-primary);margin:0}.ChatModelSettings-module__kAPX7q__settingsTitle{font-size:16px;font-weight:750}.ChatModelSettings-module__kAPX7q__settingsDescription{color:var(--text-muted);margin:4px 0 0;font-size:11px;line-height:1.4}.ChatModelSettings-module__kAPX7q__settingsClose{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ChatModelSettings-module__kAPX7q__settingsClose:hover{background:rgba(var(--rgb-ui-contrast), .055);color:var(--text-primary)}.ChatModelSettings-module__kAPX7q__settingsClose:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}.ChatModelSettings-module__kAPX7q__settingsBody{padding:8px;overflow-y:auto}.ChatModelSettings-module__kAPX7q__settingsSection{padding:8px 0}.ChatModelSettings-module__kAPX7q__settingsSection+.ChatModelSettings-module__kAPX7q__settingsSection{border-top:1px solid rgba(var(--rgb-ui-contrast), .07)}.ChatModelSettings-module__kAPX7q__settingsSectionTitle{padding:0 8px 5px;font-size:12px;font-weight:700}@container inputBox (max-width:520px){.ChatModelSettings-module__kAPX7q__modelTriggerFull,.ChatModelSettings-module__kAPX7q__effortTriggerPrefix,.ChatModelSettings-module__kAPX7q__effortTriggerFull{display:none}.ChatModelSettings-module__kAPX7q__modelTriggerShort,.ChatModelSettings-module__kAPX7q__effortTriggerShort{display:inline}.ChatModelSettings-module__kAPX7q__modelTrigger,.ChatModelSettings-module__kAPX7q__effortTrigger,.ChatModelSettings-module__kAPX7q__deliveryCompact{padding-inline:6px}}@container inputBox (max-width:400px){.ChatModelSettings-module__kAPX7q__modelTrigger,.ChatModelSettings-module__kAPX7q__effortTrigger,.ChatModelSettings-module__kAPX7q__deliveryCompact{display:none}.ChatModelSettings-module__kAPX7q__compactSettingsTrigger{display:inline-flex}}@container inputBox (max-width:360px){.ChatModelSettings-module__kAPX7q__deliveryCompactLabel,.ChatModelSettings-module__kAPX7q__deliveryCostWarning{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.ChatModelSettings-module__kAPX7q__deliveryCompact{justify-content:center;width:32px;padding:0}}@media (max-width:767px),(pointer:coarse){.ChatModelSettings-module__kAPX7q__modelTrigger,.ChatModelSettings-module__kAPX7q__effortTrigger,.ChatModelSettings-module__kAPX7q__deliveryCompact,.ChatModelSettings-module__kAPX7q__compactSettingsTrigger{min-height:44px}.ChatModelSettings-module__kAPX7q__settingsClose{width:44px;height:44px}.ChatModelSettings-module__kAPX7q__inlineModelOption,.ChatModelSettings-module__kAPX7q__inlineEffortOption{min-height:52px}.ChatModelSettings-module__kAPX7q__deliverySwitch{width:52px;height:32px}.ChatModelSettings-module__kAPX7q__deliverySwitchThumb{width:24px;height:24px}.ChatModelSettings-module__kAPX7q__deliverySwitchActive .ChatModelSettings-module__kAPX7q__deliverySwitchThumb{transform:translate(20px)}}@media (prefers-reduced-motion:reduce){.ChatModelSettings-module__kAPX7q__modelTrigger,.ChatModelSettings-module__kAPX7q__effortTrigger,.ChatModelSettings-module__kAPX7q__deliveryCompact,.ChatModelSettings-module__kAPX7q__compactSettingsTrigger,.ChatModelSettings-module__kAPX7q__dropdownModelOption,.ChatModelSettings-module__kAPX7q__inlineModelOption,.ChatModelSettings-module__kAPX7q__deliverySwitch,.ChatModelSettings-module__kAPX7q__deliverySwitchThumb{transition:none}}
.ChatComposerActiveProgressBar-module__NZsZcW__progressHost{opacity:0;pointer-events:none;z-index:0;width:100%;min-height:0;max-height:0;margin-bottom:0;transition:max-height .18s,opacity .16s,transform .16s,margin-bottom .18s;position:relative;overflow:clip;transform:translateY(2px)}.ChatComposerActiveProgressBar-module__NZsZcW__progressHostActive{opacity:1;pointer-events:auto;max-height:112px;margin-bottom:0;transform:translateY(0)}.ChatComposerActiveProgressBar-module__NZsZcW__progressCard{width:calc(100% - (var(--composer-top-cap-inset,18px) * 2));border:1px solid rgba(var(--rgb-ui-contrast), .07);background:linear-gradient(to bottom, rgba(var(--rgb-ui-surface), .72), rgba(var(--rgb-ui-surface), .82));color:var(--text-secondary);box-shadow:none;box-sizing:border-box;border-bottom:none;border-radius:22px 22px 0 0;flex-direction:column;gap:8px;margin:0 auto;padding:10px 14px;display:flex}.ChatComposerActiveProgressBar-module__NZsZcW__progressCard[data-stack-position=middle]{border-radius:0}.ChatComposerActiveProgressBar-module__NZsZcW__headerRow{align-items:flex-start;gap:9px;min-width:0;display:flex}.ChatComposerActiveProgressBar-module__NZsZcW__spinner{border:1.5px solid rgba(var(--rgb-ui-contrast), .07);border-right-color:rgba(var(--rgb-accent-primary), .36);border-top-color:rgba(var(--rgb-accent-primary), .5);border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px;animation:1s linear infinite ChatComposerActiveProgressBar-module__NZsZcW__spin}.ChatComposerActiveProgressBar-module__NZsZcW__content{flex:1;min-width:0;display:flex}.ChatComposerActiveProgressBar-module__NZsZcW__message{min-width:0;color:var(--text-primary);overflow-wrap:break-word;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ChatComposerActiveProgressBar-module__NZsZcW__meta{background:rgba(var(--rgb-ui-contrast), .035);color:var(--text-muted);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;align-self:flex-start;margin-left:6px;padding:2px 7px;font-size:10px;font-weight:600;line-height:1.2}.ChatComposerActiveProgressBar-module__NZsZcW__progressBar{background:rgba(var(--rgb-ui-contrast), .07);border-radius:999px;width:100%;height:3px;overflow:hidden}.ChatComposerActiveProgressBar-module__NZsZcW__progressBarFill{border-radius:inherit;background:linear-gradient(90deg, rgba(var(--rgb-accent-primary), .55), rgba(var(--rgb-accent-primary), .82));height:100%;transition:width .18s}@keyframes ChatComposerActiveProgressBar-module__NZsZcW__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ChatComposerActiveProgressBar-module__NZsZcW__progressHost{transition:none;transform:none}.ChatComposerActiveProgressBar-module__NZsZcW__spinner{animation-duration:2.4s}.ChatComposerActiveProgressBar-module__NZsZcW__progressBarFill{transition:none}}
.ChatComposerPendingApprovalBar-module__6vvIjW__capHost{width:100%}.ChatComposerPendingApprovalBar-module__6vvIjW__cap{width:calc(100% - (var(--composer-top-cap-inset,18px) * 2));border:1px solid rgba(var(--rgb-ui-contrast), .06);background:linear-gradient(to bottom, rgba(var(--rgb-ui-surface), .65), rgba(var(--rgb-ui-surface), .78));color:var(--text-secondary);box-sizing:border-box;border-bottom:none;border-radius:22px 22px 0 0;flex-direction:column;gap:8px;margin:0 auto;padding:10px 14px;display:flex}.ChatComposerPendingApprovalBar-module__6vvIjW__cap[data-stack-position=middle]{border-radius:0}.ChatComposerPendingApprovalBar-module__6vvIjW__headerRow{align-items:center;gap:12px;min-width:0;display:flex}.ChatComposerPendingApprovalBar-module__6vvIjW__labelGroup{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.ChatComposerPendingApprovalBar-module__6vvIjW__headerIcon,.ChatComposerPendingApprovalBar-module__6vvIjW__spinnerIcon{color:rgba(var(--rgb-accent-primary), .78);flex-shrink:0;font-size:15px}.ChatComposerPendingApprovalBar-module__6vvIjW__spinnerIcon{animation:1s linear infinite ChatComposerPendingApprovalBar-module__6vvIjW__spin}.ChatComposerPendingApprovalBar-module__6vvIjW__textGroup{flex-direction:column;gap:2px;min-width:0;display:flex}.ChatComposerPendingApprovalBar-module__6vvIjW__label{min-width:0;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.ChatComposerPendingApprovalBar-module__6vvIjW__meta{color:var(--text-primary);overflow-wrap:break-word;word-break:break-word;font-size:13px;font-weight:500;line-height:1.35}.ChatComposerPendingApprovalBar-module__6vvIjW__primaryAction,.ChatComposerPendingApprovalBar-module__6vvIjW__secondaryAction{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.ChatComposerPendingApprovalBar-module__6vvIjW__primaryAction{background:rgba(var(--rgb-accent-primary), .12);color:var(--accent-primary-strong,var(--text-primary))}.ChatComposerPendingApprovalBar-module__6vvIjW__primaryAction:hover{background:rgba(var(--rgb-accent-primary), .18)}.ChatComposerPendingApprovalBar-module__6vvIjW__secondaryAction{background:rgba(var(--rgb-ui-contrast), .05);color:var(--text-secondary)}.ChatComposerPendingApprovalBar-module__6vvIjW__secondaryAction:hover{background:rgba(var(--rgb-ui-contrast), .08);color:var(--text-primary)}.ChatComposerPendingApprovalBar-module__6vvIjW__primaryAction:focus-visible,.ChatComposerPendingApprovalBar-module__6vvIjW__secondaryAction:focus-visible{box-shadow:var(--shadow-focus-ring);outline:none}@keyframes ChatComposerPendingApprovalBar-module__6vvIjW__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.ChatComposerPendingApprovalBar-module__6vvIjW__headerRow{flex-wrap:wrap;align-items:flex-start}.ChatComposerPendingApprovalBar-module__6vvIjW__primaryAction,.ChatComposerPendingApprovalBar-module__6vvIjW__secondaryAction{margin-left:23px}}@media (prefers-reduced-motion:reduce){.ChatComposerPendingApprovalBar-module__6vvIjW__spinnerIcon{animation-duration:2.4s}}
.ChatComposerQueuedFollowUpBar-module__mMLhCq__capHost{width:100%}.ChatComposerQueuedFollowUpBar-module__mMLhCq__cap{width:calc(100% - (var(--composer-top-cap-inset,18px) * 2));border:1px solid rgba(var(--rgb-ui-contrast), .06);background:linear-gradient(to bottom, rgba(var(--rgb-ui-surface), .62), rgba(var(--rgb-ui-surface), .76));color:var(--text-secondary);box-sizing:border-box;border-bottom:none;border-radius:22px 22px 0 0;flex-direction:column;gap:8px;margin:0 auto;padding:10px 14px;display:flex}.ChatComposerQueuedFollowUpBar-module__mMLhCq__cap[data-stack-position=middle]{border-radius:0}.ChatComposerQueuedFollowUpBar-module__mMLhCq__headerRow{align-items:center;gap:8px;min-width:0;display:flex}.ChatComposerQueuedFollowUpBar-module__mMLhCq__headerIcon{color:rgba(var(--rgb-accent-primary), .78);flex-shrink:0;font-size:15px}.ChatComposerQueuedFollowUpBar-module__mMLhCq__label{min-width:0;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.ChatComposerQueuedFollowUpBar-module__mMLhCq__actions{align-items:center;gap:6px;margin-left:auto;display:inline-flex}.ChatComposerQueuedFollowUpBar-module__mMLhCq__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600}.ChatComposerQueuedFollowUpBar-module__mMLhCq__actionBtn:hover{color:var(--text-primary)}.ChatComposerQueuedFollowUpBar-module__mMLhCq__actionBtn:focus-visible{box-shadow:var(--shadow-focus-ring);border-radius:8px;outline:none}.ChatComposerQueuedFollowUpBar-module__mMLhCq__preview{color:var(--text-primary);overflow-wrap:break-word;word-break:break-word;font-size:13px;font-weight:500;line-height:1.35}
.ChatReasoningModeDropdown-module__X0ScfG__dropdown{background:var(--glass-bg,rgba(var(--rgb-ui-surface), .95));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);min-width:220px;box-shadow:var(--shadow-xl);z-index:120;border-radius:12px;padding:6px 0}.ChatReasoningModeDropdown-module__X0ScfG__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:4px 12px 8px;font-size:11px;font-weight:600}.ChatReasoningModeDropdown-module__X0ScfG__item{cursor:pointer;flex-direction:column;gap:2px;padding:8px 12px;display:flex}.ChatReasoningModeDropdown-module__X0ScfG__item:hover{background:rgba(var(--rgb-ui-contrast), .055)}.ChatReasoningModeDropdown-module__X0ScfG__item[data-active=true]{background:rgba(var(--rgb-accent-primary), .1)}.ChatReasoningModeDropdown-module__X0ScfG__itemName{color:var(--text-primary);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.ChatReasoningModeDropdown-module__X0ScfG__itemDot{width:10px;color:var(--accent-primary);justify-content:center;display:inline-flex}.ChatReasoningModeDropdown-module__X0ScfG__itemDesc{color:var(--text-muted);padding-left:18px;font-size:11px}.ChatReasoningModeDropdown-module__X0ScfG__bestEffortNote{border-top:1px solid var(--glass-border);color:var(--text-muted);align-items:flex-start;gap:6px;margin-top:4px;padding:8px 12px;font-size:11px;line-height:1.4;display:flex}.ChatReasoningModeDropdown-module__X0ScfG__bestEffortNote .ChatReasoningModeDropdown-module__X0ScfG__material-icons-round{color:var(--color-warning);flex-shrink:0;margin-top:1px;font-size:14px}
.CitationPreview-module__NKDB3q__citationLink{color:var(--accent-primary);cursor:pointer;transition:color var(--duration-fast) var(--ease-standard);text-decoration:none}.CitationPreview-module__NKDB3q__citationLink:hover{color:var(--accent-primary-hover);text-decoration:underline}.CitationPreview-module__NKDB3q__citationLink:focus-visible{box-shadow:var(--shadow-focus-ring);border-radius:var(--radius-sm);outline:none}.CitationPreview-module__NKDB3q__previewCard{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:320px;max-width:calc(100vw - 24px);box-shadow:var(--shadow-lg);z-index:var(--z-tooltip);animation:CitationPreview-module__NKDB3q__fadeSlideIn var(--duration-base) var(--ease-emphasized);padding:14px 16px}@keyframes CitationPreview-module__NKDB3q__fadeSlideIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.CitationPreview-module__NKDB3q__arrow{fill:var(--bg-surface);stroke:var(--glass-border);stroke-width:1px}.CitationPreview-module__NKDB3q__loadingState{color:var(--text-muted);font-size:var(--text-sm);align-items:center;gap:8px;padding:4px 0;display:flex}.CitationPreview-module__NKDB3q__loadingIcon{font-size:18px;animation:1s linear infinite CitationPreview-module__NKDB3q__spin}@keyframes CitationPreview-module__NKDB3q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CitationPreview-module__NKDB3q__errorState{color:var(--color-danger);font-size:var(--text-sm);align-items:center;gap:8px;padding:4px 0;display:flex}.CitationPreview-module__NKDB3q__errorState .CitationPreview-module__NKDB3q__material-icons-round{font-size:18px}.CitationPreview-module__NKDB3q__metadataContent{flex-direction:column;gap:6px;display:flex}.CitationPreview-module__NKDB3q__metadataType{align-items:center;gap:8px;display:flex}.CitationPreview-module__NKDB3q__typeLabel{font-size:var(--text-2xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.5px;color:var(--accent-primary);background:rgba(var(--rgb-accent-primary), .1);border-radius:var(--radius-sm);padding:2px 6px}.CitationPreview-module__NKDB3q__year{font-size:var(--text-sm);color:var(--text-muted)}.CitationPreview-module__NKDB3q__title{font-size:var(--text-md);font-weight:var(--font-weight-semibold);color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.35;display:-webkit-box;overflow:hidden}.CitationPreview-module__NKDB3q__authors{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.4}.CitationPreview-module__NKDB3q__journal{font-size:var(--text-xs);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-style:italic;overflow:hidden}.CitationPreview-module__NKDB3q__citationCount{font-size:var(--text-xs);color:var(--text-secondary);margin:0}.CitationPreview-module__NKDB3q__footer{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding-top:8px;display:flex}.CitationPreview-module__NKDB3q__footerMeta{flex:1;min-width:0}.CitationPreview-module__NKDB3q__openLink{font-size:var(--text-sm);color:var(--accent-primary);border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-standard);align-items:center;gap:4px;padding:4px 8px;text-decoration:none;display:inline-flex}.CitationPreview-module__NKDB3q__openLink:hover{background:rgba(var(--rgb-accent-primary), .08)}.CitationPreview-module__NKDB3q__openLink .CitationPreview-module__NKDB3q__material-icons-round{font-size:16px}@media (max-width:900px){.CitationPreview-module__NKDB3q__previewCard{width:280px}.CitationPreview-module__NKDB3q__title{font-size:var(--text-base);-webkit-line-clamp:2}}
.ProjectConversationAutonomySettings-module__tSF7-a__autonomyHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyTitle{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyCloseBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyCloseBtn:hover{background:rgba(var(--rgb-ui-contrast), .06);color:var(--text-secondary)}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyPresetRow{gap:8px;margin-bottom:20px;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyPresetBtn{background:rgba(var(--rgb-ui-contrast), .04);color:var(--text-secondary);cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;padding:8px 12px;font-size:13px;font-weight:600;transition:all .15s}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyPresetBtn:hover{background:rgba(var(--rgb-ui-contrast), .06)}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyPresetBtnActive{background:rgba(var(--rgb-accent-primary), .1);border-color:rgba(var(--rgb-accent-primary), .3);color:var(--accent-primary)}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolTable{flex-direction:column;gap:2px;max-height:360px;display:flex;overflow-y:auto}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolRow{border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;transition:background .1s;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolRow:hover{background:rgba(var(--rgb-ui-contrast), .02)}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolInfo{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolIcon{color:var(--text-muted);flex-shrink:0;font-size:18px}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolName{color:var(--text-primary);font-size:13px;font-weight:500}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyToolDesc{color:var(--text-muted);font-size:11px}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLevelSelector{flex-shrink:0;gap:2px;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLevelBtn{border:1px solid var(--glass-border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:600;transition:all .1s;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLevelBtn:hover:not(:disabled){background:rgba(var(--rgb-ui-contrast), .04);color:var(--text-secondary)}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLevelBtnActive{background:rgba(var(--rgb-accent-primary), .15);border-color:rgba(var(--rgb-accent-primary), .3);color:var(--accent-primary)}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLevelBtn:disabled{opacity:.3;cursor:not-allowed}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLegend{border-top:1px solid var(--glass-border);flex-wrap:wrap;gap:12px;margin-top:16px;padding-top:12px;display:flex}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLegendItem{color:var(--text-muted);font-size:11px}.ProjectConversationAutonomySettings-module__tSF7-a__autonomyLegendItem strong{color:var(--text-secondary);margin-right:2px}
.ProjectCopilotPanel-module__MZeJuG__copilot{background:rgba(var(--rgb-ui-surface), .55);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overscroll-behavior:contain;border-left:1px solid var(--glass-border);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.ProjectCopilotPanel-module__MZeJuG__chatArea{overscroll-behavior:contain;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.ProjectCopilotPanel-module__MZeJuG__panelHeader{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 12px 8px;display:flex}.ProjectCopilotPanel-module__MZeJuG__conversationSelector{flex:1;min-width:0}.ProjectCopilotPanel-module__MZeJuG__headerIcons{z-index:var(--z-overlay);flex-shrink:0;align-items:center;gap:4px;display:flex;position:relative}.ProjectCopilotPanel-module__MZeJuG__headerIconBtn{cursor:pointer;width:28px;height:28px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.ProjectCopilotPanel-module__MZeJuG__headerIconBtn:hover{background:rgba(var(--rgb-ui-contrast), .06);color:var(--text-primary)}.ProjectCopilotPanel-module__MZeJuG__headerIconBtn:disabled{opacity:.5;cursor:not-allowed}.ProjectCopilotPanel-module__MZeJuG__headerIconBtn svg{pointer-events:none;width:16px;height:16px}.ProjectCopilotPanel-module__MZeJuG__reasoningModeBtn[data-state=off] .material-icons-round{color:var(--text-muted);opacity:.55}.ProjectCopilotPanel-module__MZeJuG__reasoningModeBtn[data-state=summary] .material-icons-round{color:var(--text-secondary)}.ProjectCopilotPanel-module__MZeJuG__reasoningModeBtn[data-state=full] .material-icons-round{color:var(--accent-primary)}.ProjectCopilotPanel-module__MZeJuG__panelSubhead{border-bottom:1px solid rgba(var(--rgb-ui-contrast), .05);flex-shrink:0;align-items:center;padding:0 16px 10px;display:flex}.ProjectCopilotPanel-module__MZeJuG__composerHost{flex-direction:column;flex-shrink:0;gap:0;padding:0 12px 12px;display:flex}.ProjectCopilotPanel-module__MZeJuG__composerStackLane{--composer-top-cap-inset:clamp(12px, 2.4vw, 18px);flex-direction:column;gap:0;width:100%;display:flex}.ProjectCopilotPanel-module__MZeJuG__composerStackLane>:last-child{z-index:1;position:relative}.ProjectCopilotPanel-module__MZeJuG__subValue{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.ProjectCopilotPanel-module__MZeJuG__collapsedRail{background:rgba(var(--rgb-ui-surface), .35);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid var(--glass-border);flex-direction:column;align-items:center;gap:12px;width:100%;min-width:44px;height:100%;padding:12px 0;display:flex}.ProjectCopilotPanel-module__MZeJuG__collapsedLabel{writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);font-size:11px;font-weight:800;transform:rotate(180deg)}.ProjectCopilotPanel-module__MZeJuG__panelToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.ProjectCopilotPanel-module__MZeJuG__panelToggle:hover{background:var(--glass-bg);color:var(--text-primary)}.ProjectCopilotPanel-module__MZeJuG__collapsedRail .ProjectCopilotPanel-module__MZeJuG__panelToggle{transform:rotate(180deg)}@media (max-width:900px){.ProjectCopilotPanel-module__MZeJuG__copilot,.ProjectCopilotPanel-module__MZeJuG__expandRailRight{display:none}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.ProjectCopilotPanel-module__MZeJuG__copilot{background:rgba(var(--rgb-ui-surface), .97)}.ProjectCopilotPanel-module__MZeJuG__collapsedRail{background:rgba(var(--rgb-ui-surface), .97);-webkit-backdrop-filter:none;backdrop-filter:none}}
.EmptyState-module__Qh4cBa__root{text-align:center;height:100%;min-height:240px;color:var(--text-primary);animation:EmptyState-module__Qh4cBa__fadeIn var(--duration-base) var(--ease-standard);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px 24px;display:flex}@keyframes EmptyState-module__Qh4cBa__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.EmptyState-module__Qh4cBa__icon{margin-bottom:4px;font-size:44px}.EmptyState-module__Qh4cBa__info .EmptyState-module__Qh4cBa__icon{color:var(--color-info)}.EmptyState-module__Qh4cBa__warning .EmptyState-module__Qh4cBa__icon{color:var(--accent-tertiary)}.EmptyState-module__Qh4cBa__error .EmptyState-module__Qh4cBa__icon{color:var(--color-danger)}.EmptyState-module__Qh4cBa__title{font-size:var(--text-xl);line-height:1.25;font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.EmptyState-module__Qh4cBa__description{max-width:340px;font-size:var(--text-md);color:var(--text-secondary);margin:0;line-height:1.5}.EmptyState-module__Qh4cBa__actions{align-items:center;gap:12px;margin-top:8px;display:flex}.EmptyState-module__Qh4cBa__primaryAction{border-radius:var(--radius-md);background:var(--accent-primary);color:var(--color-white);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:filter var(--duration-fast) var(--ease-standard);border:none;justify-content:center;align-items:center;padding:10px 20px;text-decoration:none;display:inline-flex}.EmptyState-module__Qh4cBa__primaryAction:hover{filter:brightness(.94)}.EmptyState-module__Qh4cBa__secondaryAction{border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);background:0 0;justify-content:center;align-items:center;padding:10px 20px;text-decoration:none;display:inline-flex}.EmptyState-module__Qh4cBa__secondaryAction:hover{background:rgba(var(--rgb-ui-contrast), .04);color:var(--text-primary)}.EmptyState-module__Qh4cBa__skeleton{pointer-events:none}.EmptyState-module__Qh4cBa__skeletonIcon,.EmptyState-module__Qh4cBa__skeletonTitle,.EmptyState-module__Qh4cBa__skeletonDescription{background:rgba(var(--rgb-ui-contrast), .06);border-radius:var(--radius-sm);animation:1.5s ease-in-out infinite EmptyState-module__Qh4cBa__pulse}.EmptyState-module__Qh4cBa__skeletonIcon{border-radius:50%;width:44px;height:44px}.EmptyState-module__Qh4cBa__skeletonTitle{width:160px;height:20px}.EmptyState-module__Qh4cBa__skeletonDescription{width:240px;height:16px}@keyframes EmptyState-module__Qh4cBa__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.EmptyState-module__Qh4cBa__root{animation:none}.EmptyState-module__Qh4cBa__skeletonIcon,.EmptyState-module__Qh4cBa__skeletonTitle,.EmptyState-module__Qh4cBa__skeletonDescription{opacity:.6;animation:none}}
.BaseBackButton-module__LTYFSW__backButton{width:32px;height:32px;color:var(--text-secondary);transform-origin:50%;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;text-decoration:none;transition:all .2s;display:inline-flex}.BaseBackButton-module__LTYFSW__backButton:hover{background:rgba(var(--rgb-ui-contrast), .05);color:var(--text-primary);transform:translate(-2px)}.BaseBackButton-module__LTYFSW__backButton:active{transform:translate(-4px)scale(.95)}.BaseBackButton-module__LTYFSW__backButton span{font-size:20px}
.DemoGuideCard-module__D7bsva__card{border:1px solid var(--color-info-border);border-left:3px solid var(--color-info);background:var(--color-info-bg);border-radius:var(--radius-md);padding:12px 44px 12px 14px;position:relative}.DemoGuideCard-module__D7bsva__label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-info-text);margin:0 0 4px;font-size:11px;font-weight:600;display:inline-block}.DemoGuideCard-module__D7bsva__text{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.DemoGuideCard-module__D7bsva__dismiss{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:absolute;top:8px;right:8px}.DemoGuideCard-module__D7bsva__dismiss:hover{background:var(--glass-border);color:var(--text-secondary)}
.StudyQuickInfo-module__k6MI0a__container{flex-wrap:wrap;gap:12px;display:flex}.StudyQuickInfo-module__k6MI0a__chip{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:99px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:flex}.StudyQuickInfo-module__k6MI0a__icon{color:var(--accent-primary);font-size:16px}.StudyQuickInfo-module__k6MI0a__label{color:var(--text-muted);font-weight:500}.StudyQuickInfo-module__k6MI0a__value{color:var(--text-secondary)}.StudyQuickInfo-module__k6MI0a__link{color:var(--accent-primary);font-weight:500;text-decoration:none}.StudyQuickInfo-module__k6MI0a__link:hover{text-decoration:underline}
.StatusIndicator-module__uiHztW__status{align-items:center;gap:8px;margin-left:8px;display:flex}.StatusIndicator-module__uiHztW__runIndicator{color:var(--accent-primary);align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.StatusIndicator-module__uiHztW__runDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite StatusIndicator-module__uiHztW__pulse}@keyframes StatusIndicator-module__uiHztW__pulse{0%,to{opacity:1}50%{opacity:.3}}.StatusIndicator-module__uiHztW__tokenCount{color:var(--text-muted);font-size:11px}
.ledger-study-snapshot-module__i2Hzqq__container{flex-direction:column;gap:16px;display:flex}.ledger-study-snapshot-module__i2Hzqq__badges{flex-wrap:wrap;gap:8px;display:flex}.ledger-study-snapshot-module__i2Hzqq__badge{font-size:var(--text-sm);background:rgba(var(--rgb-ui-contrast), .08);color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-weight:600;display:inline-flex}.ledger-study-snapshot-module__i2Hzqq__badgeNeutral{background:rgba(var(--rgb-ui-contrast), .08);color:var(--text-secondary)}.ledger-study-snapshot-module__i2Hzqq__badgeInfo{background:var(--status-harvesting-bg);color:var(--status-harvesting-text)}.ledger-study-snapshot-module__i2Hzqq__badgeSuccess{background:var(--status-ready-bg);color:var(--status-ready-text)}.ledger-study-snapshot-module__i2Hzqq__badgeDanger{background:rgba(var(--rgb-color-danger), .12);color:var(--color-danger)}.ledger-study-snapshot-module__i2Hzqq__badgeQualityHigh,.ledger-study-snapshot-module__i2Hzqq__badgeRelevanceHigh,.ledger-study-snapshot-module__i2Hzqq__badgeTriageKeep{background:var(--status-ready-bg);color:var(--status-ready-text)}.ledger-study-snapshot-module__i2Hzqq__badgeQualityMedium,.ledger-study-snapshot-module__i2Hzqq__badgeRelevanceModerate,.ledger-study-snapshot-module__i2Hzqq__badgeTriageMaybe{background:rgba(var(--rgb-accent-tertiary), .12);color:var(--accent-tertiary)}.ledger-study-snapshot-module__i2Hzqq__badgeTriageExclude,.ledger-study-snapshot-module__i2Hzqq__badgeRelevanceLow{background:rgba(var(--rgb-color-danger), .12);color:var(--color-danger)}.ledger-study-snapshot-module__i2Hzqq__citation{font-size:var(--text-sm);color:var(--text-muted);margin:0;line-height:1.5}.ledger-study-snapshot-module__i2Hzqq__processingDescription{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.5}.ledger-study-snapshot-module__i2Hzqq__summaryBlock{flex-direction:column;gap:6px;display:flex}.ledger-study-snapshot-module__i2Hzqq__sectionLabel{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-weight:700}.ledger-study-snapshot-module__i2Hzqq__summaryText,.ledger-study-snapshot-module__i2Hzqq__exclusionReason,.ledger-study-snapshot-module__i2Hzqq__emptyState{font-size:var(--text-md);color:var(--text-secondary);margin:0;line-height:1.6}.ledger-study-snapshot-module__i2Hzqq__summaryTextPreview{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ledger-study-snapshot-module__i2Hzqq__emptyState{color:var(--text-muted)}.ledger-study-snapshot-module__i2Hzqq__full{gap:18px}.ledger-study-snapshot-module__i2Hzqq__preview{gap:14px}@media (max-width:900px){.ledger-study-snapshot-module__i2Hzqq__badge{font-size:var(--text-xs)}}
.ResizableSplitter-module__BQOCeq__splitter{touch-action:none;-webkit-user-select:none;user-select:none;outline:none;align-self:stretch;width:1px}.ResizableSplitter-module__BQOCeq__splitter:focus-visible{width:3px;box-shadow:var(--shadow-focus-ring);margin-left:-1px}
