.modalOverlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:sharedModalFadeIn .2s ease}.modalBox{position:relative;width:320px;padding:24px;border-radius:16px;background:#fff;box-shadow:0 20px 25px -5px #0000001a;text-align:center;animation:sharedModalPopIn .2s ease}.modalBox--dialog{width:min(384px,calc(100vw - 32px));max-width:calc(100vw - 32px)}.modalIcon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:#fef3c7;color:#f59e0b;display:flex;align-items:center;justify-content:center}.modalIcon.is-danger{background:#fee2e2;color:#ef4444}.modalTitle{margin-bottom:8px;font-size:18px;font-weight:800;color:#111827;overflow-wrap:anywhere}.modalTitle--balanced{text-wrap:balance}.modalMsg{margin-bottom:24px;font-size:14px;line-height:1.5;color:#6b7280;overflow-wrap:anywhere}.modalMsg--pretty{text-wrap:pretty}.modalActions{display:flex;gap:12px}.modalBtn{flex:1;padding:10px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.modalBtn.cancel{background:#f3f4f6;color:#374151}.modalBtn.confirm{background:#3b82f6;color:#fff}.modalBtn.confirm.is-danger{background:#ef4444}.closeX{position:absolute;top:12px;right:12px;padding:4px;border:none;background:transparent;color:#94a3b8;font-size:18px;line-height:1;cursor:pointer}@media(max-width:480px){.modalBox--dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:20px}}@keyframes sharedModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sharedModalPopIn{0%{transform:scale(.9)}to{transform:scale(1)}}.syncBackupNoticeModal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;animation:syncBackupNoticeModalFadeIn .2s ease}.syncBackupNoticeModal__dialog{width:min(384px,calc(100vw - 32px));max-width:calc(100vw - 32px);padding:24px;border-radius:16px;background:#fff;box-shadow:0 20px 25px -5px #0000001a;text-align:center;animation:syncBackupNoticeModalPopIn .2s ease}.syncBackupNoticeModal__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:#dbeafe;color:#3b82f6}.syncBackupNoticeModal__title{margin:0 0 8px;color:#111827;font-size:18px;font-weight:800;overflow-wrap:anywhere;text-wrap:balance}.syncBackupNoticeModal__message{margin:0 0 24px;color:#6b7280;font-size:14px;line-height:1.5;white-space:pre-line;overflow-wrap:anywhere;text-wrap:pretty}.syncBackupNoticeModal__actions{display:flex;gap:12px}.syncBackupNoticeModal__button{flex:1;padding:10px;border:none;border-radius:8px;background:#3b82f6;color:#fff;font-size:14px;font-weight:600;cursor:pointer}@media(max-width:480px){.syncBackupNoticeModal__dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:20px}}@keyframes syncBackupNoticeModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes syncBackupNoticeModalPopIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.syncConflictModal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;animation:syncConflictModalFadeIn .2s ease}.syncConflictModal__dialog{position:relative;width:min(384px,calc(100vw - 32px));max-width:calc(100vw - 32px);padding:24px;border-radius:16px;background:#fff;box-shadow:0 20px 25px -5px #0000001a;text-align:center;animation:syncConflictModalPopIn .2s ease}.syncConflictModal__close{position:absolute;top:12px;right:12px;padding:4px;border:none;background:transparent;color:#94a3b8;font-size:18px;line-height:1;cursor:pointer}.syncConflictModal__close:hover{color:#0f172a}.syncConflictModal__close:disabled{cursor:default;opacity:.55}.syncConflictModal__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:#dbeafe;color:#3b82f6}.syncConflictModal__title{margin:0 0 8px;color:#111827;font-size:18px;font-weight:800;overflow-wrap:anywhere;text-wrap:balance}.syncConflictModal__message{margin:0 0 24px;color:#6b7280;font-size:14px;line-height:1.5;overflow-wrap:anywhere;text-wrap:pretty}.syncConflictModal__domainList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;gap:8px 10px;margin:12px 0 16px}.syncConflictModal__domainOption{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:140px;padding:6px 0;cursor:pointer}.syncConflictModal__domainOption--busy{cursor:default;opacity:.6}.syncConflictModal__checkbox{width:16px;height:16px;margin:0;accent-color:#3B82F6}.syncConflictModal__domainLabel{color:inherit;font-size:14px;font-weight:500}.syncConflictModal__actions{display:flex;flex-direction:column;gap:12px}.syncConflictModal__button{flex:1;width:100%;padding:10px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.syncConflictModal__button:disabled{cursor:default;opacity:.45}.syncConflictModal__button--primary,.syncConflictModal__button--secondary{background:#3b82f6;color:#fff}.syncConflictModal__button--ghost{margin-top:4px;background:#f3f4f6;color:#374151}.syncConflictModal__buttonLabel{display:block}.syncConflictModal__buttonHint{display:block;font-size:12px;font-weight:600;opacity:.75}@media(max-width:480px){.syncConflictModal__dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:20px}}@keyframes syncConflictModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes syncConflictModalPopIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.userMenuPopover{position:fixed;width:min(260px,calc(100vw - 32px));max-height:min(420px,calc(100dvh - 32px));overflow-y:auto;background:#fff;border:1px solid var(--account-menu-border, rgba(15, 23, 42, .12));box-shadow:0 16px 32px -16px #0f172a47;border-radius:12px;padding:12px;z-index:100;cursor:default;transform-origin:top right;animation:accountMenuPopIn .15s ease}.userMenuPopover--start{transform-origin:top left}.userMenuPopover--end{transform-origin:top right}.userMenuSection{display:flex;flex-direction:column;gap:8px}.userMenuLabel{font-size:11px;font-weight:700;color:var(--account-menu-muted, rgba(15, 23, 42, .62));text-transform:uppercase}.renameGroup{display:flex;gap:6px}.renameInput{flex:1;width:100%;border:1px solid var(--account-menu-border, rgba(15, 23, 42, .12));padding:4px 8px;border-radius:6px;font-size:13px;color:var(--account-menu-text, #0f172a);background:#fff}.renameInput:focus{outline:none;border-color:#3b82f6;background:#f8fafc}.renameBtn{padding:4px 8px;border:1px solid var(--account-menu-border, rgba(15, 23, 42, .12));border-radius:6px;font-size:12px;cursor:pointer;background:#f8fafc;color:var(--account-menu-text, #0f172a)}.renameBtn:hover:not(:disabled){background:#e2e8f0}.renameBtn:disabled{opacity:.55;cursor:not-allowed}.userMenuDivider{height:1px;background:var(--account-menu-border, rgba(15, 23, 42, .12));margin:8px 0}.menuActionBtn{width:100%;text-align:left;padding:8px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:500;color:var(--account-menu-text, #0f172a);transition:background .1s ease}.menuActionBtn:hover{background:#f1f5f9}.menuActionBtn.is-danger,.menuActionBtn.is-upgrade{color:#ef4444}.menuActionBtn.is-upgrade{font-weight:600}.menuActionBtn.is-danger:hover,.menuActionBtn.is-upgrade:hover{background:#fef2f2}.menuActionBtn.is-muted{color:#64748b}.menuActionBtn.is-muted:hover{background:#f1f5f9}.menuBackdrop{position:fixed;inset:0;z-index:90;cursor:default}@keyframes accountMenuPopIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.authBox{width:380px;text-align:left;padding:24px 24px 20px}.authForm{display:flex;flex-direction:column;gap:12px;margin-top:8px}.inputGroup label{display:block;font-size:12px;font-weight:700;color:#475569;margin-bottom:6px}.inputGroup input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:#f8fafc;font-size:14px;color:#0f172a;outline:none;transition:all .15s ease}.inputGroup input:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 2px #3b82f61a}.authMsg{font-size:13px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;border:1px solid #FECACA}.authMsg.success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.authSwitch{margin-top:12px;font-size:13px;color:#475569;text-align:center;line-height:1.6}.authSwitch span{color:#2563eb;font-weight:700;cursor:pointer}.authSwitch span:hover{text-decoration:underline}.authBox .modalBtn.confirm{width:100%}.authNotice{margin-top:12px;font-size:12px;line-height:1.5;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px}.authNotice--readonly{text-align:center}.authNotice--readonly strong,.authNotice--readonly span{display:block}.authNotice--readonly strong{font-weight:800;margin-bottom:2px}.closeX{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#94a3b8;font-size:18px;cursor:pointer;padding:4px;line-height:1}.closeX:hover{color:#0f172a}.changePasswordBox{max-width:440px;width:100%}.changePasswordForm{display:flex;flex-direction:column;gap:16px;margin-top:20px}.changePasswordForm .inputGroup{display:flex;flex-direction:column;gap:6px}.changePasswordForm .inputGroup label{font-size:13px;font-weight:600;color:#0f172aeb}.changePasswordForm .inputGroup input{padding:10px 12px;border:1px solid rgba(15,23,42,.14);border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s}.changePasswordForm .inputGroup input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.changePasswordMsg{padding:12px;border-radius:8px;font-size:13px;font-weight:500}.changePasswordMsg.success{background:#ecfdf5;color:#059669;border:1px solid #A7F3D0}.changePasswordMsg.error{background:#fef2f2;color:#dc2626;border:1px solid #FECACA}.pricingCompareCard{margin:12px 0 16px}.pricingCompareCard.noHeader{margin-top:8px}.pricingCompareHeader{display:flex;align-items:baseline;gap:8px;margin:0 0 12px}.pricingCompareHeader h2{margin:0;font-size:26px;font-weight:800;color:#172033;line-height:1.3}.pricingCompareSub{font-size:15px;color:#7b8794}.pricingCompareTableWrap{overflow-x:auto}.pricingCompareTable{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dbe3f0;border-radius:12px;overflow:hidden}.pricingCompareTable thead th{padding:14px 20px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f1f5fb;border-bottom:2px solid #dbe3f0}.pricingCompareTable thead th:first-child{text-align:left}.pricingCompareTable thead th.colFree,.pricingCompareTable thead th.colPro{text-align:center;width:240px}.pricingCompareTable thead th.colPro{color:#b8860b}.pricingCompareTable tbody td{padding:16px 20px;vertical-align:top;border-bottom:1px solid #edf2f7;font-size:15px;line-height:1.55;color:#374151}.pricingCompareTable tbody tr:last-child td{border-bottom:none}.pricingCompareCellCenter{text-align:center;vertical-align:middle}.pricingCompareFeatName{font-weight:600;color:#1e293b;display:block;margin-bottom:2px;font-size:17px}.pricingCompareCheck{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#dbeafe;color:#2563eb;font-size:15px;font-weight:700;line-height:1}.pricingCompareCheckPro{background:#fef3c7;color:#b45309}.pricingCompareBadgeLimit{display:inline-block;padding:3px 10px;border-radius:6px;background:#fef3c7;color:#92400e;font-size:13px;font-weight:600;line-height:1.4}.pricingCompareDash{display:inline-block;width:18px;height:2px;background:#cbd5e1;border-radius:1px;vertical-align:middle}.pricingCompareCard.compact .pricingCompareHeader h2{font-size:17px}.pricingCompareCard.compact .pricingCompareSub{font-size:12px}.pricingCompareCard.compact .pricingCompareTable{min-width:520px}.pricingCompareCard.compact .pricingCompareTable thead th{padding:10px 12px;font-size:12px}.pricingCompareCard.compact .pricingCompareTable thead th.colFree,.pricingCompareCard.compact .pricingCompareTable thead th.colPro{width:108px}.pricingCompareCard.compact .pricingCompareTable tbody td{padding:12px;font-size:13px;line-height:1.5}.pricingCompareCard.compact .pricingCompareFeatName{font-size:13px}.pricingCompareCard.compact .pricingCompareCheck{width:22px;height:22px;font-size:13px}.pricingCompareCard.compact .pricingCompareBadgeLimit{padding:2px 8px;font-size:11px;line-height:1.3}.pricingCompareCard.compact .pricingCompareDash{width:16px}@media(max-width:600px){.pricingCompareHeader{flex-direction:column;gap:4px}.pricingCompareHeader h2{font-size:22px}.pricingCompareTable thead th,.pricingCompareTable tbody td{padding:12px}.pricingCompareTable thead th.colFree,.pricingCompareTable thead th.colPro{width:160px}}.upgradeOverlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10050}.upgradeBox{background:#fff;border-radius:16px;padding:24px;width:680px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);overflow:auto;box-shadow:0 20px 25px -5px #0000001a}.upgradeBoxGate{width:320px}.upgradeBoxPricing{width:1290px}.upgradeTitle{font-size:18px;font-weight:800;color:#111827;margin-bottom:6px}.upgradeMessage{font-size:13px;color:#6b7280;margin-bottom:16px}.upgradeActions{display:flex;gap:10px}.upgradeNote{font-size:12px;color:#6b7280;margin-bottom:16px}.upgradeBtn{flex:1;border:none;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer}.upgradeBtn.primary{background:#ef4444;color:#fff}.upgradeBtn.secondary{background:#f3f4f6;color:#374151}.upgradeBtn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.upgradeComparisonTable .pricingCompareTable tbody td{padding-top:10px;padding-bottom:10px}.upgradeComparisonTable{width:60%;min-width:560px;margin-left:auto;margin-right:auto}.upgradeComparisonTable .pricingCompareTable{table-layout:fixed}.upgradeComparisonTable .pricingCompareTable thead th:first-child,.upgradeComparisonTable .pricingCompareTable tbody td:first-child{width:64%}.upgradeComparisonTable .pricingCompareTable thead th.colFree,.upgradeComparisonTable .pricingCompareTable thead th.colPro{width:18%}.upgradeComparisonTable .pricingCompareFeatName{font-size:15px}.upgradeComparisonTable .pricingCompareBadgeLimit{white-space:nowrap;padding-left:8px;padding-right:8px}.upgradeProPricingCard{margin:4px 0 18px}.upgradeProPricingHeader{display:flex;justify-content:space-between;align-items:center;margin:0 0 10px;gap:12px}.upgradeProPricingTitle{margin:0;font-size:18px;line-height:1.3;color:#111827}.upgradeProPricingHint{text-align:right;font-size:18px;line-height:1.3;font-weight:400;color:#334155}.upgradePlanChooser{display:grid;gap:12px}.upgradeCycleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.upgradeCycleOption,.upgradePlanTypeCard{border:1px solid #dbe3f0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.upgradeCycleOption{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:58px;padding:10px 14px}.upgradeCycleOption input[type=radio],.upgradePlanTypeCard input[type=radio]{width:18px;height:18px;margin:0;accent-color:#2563eb}.upgradeCycleOption.is-selected,.upgradePlanTypeCard.is-selected{border-color:#2563eb;background:#f8fbff;box-shadow:0 0 0 1px #2563eb29}.upgradeCycleLabel{font-size:17px;font-weight:700;color:#172033}.upgradeCycleAmount{font-size:18px;line-height:1.2;font-weight:700;color:#111827}.upgradePlanTypeGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.upgradePlanTypeCard{display:grid;grid-template-columns:auto minmax(150px,1fr) auto;align-items:center;column-gap:12px;min-height:78px;padding:12px 14px}.upgradePlanTypeCard.is-disabled{opacity:.48;cursor:not-allowed;background:#f8fafc}.upgradePlanTypeCard.is-disabled input[type=radio]{cursor:not-allowed}.upgradePlanTypeMain{min-width:0;text-align:left}.upgradePlanPaymentMethods{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px 10px}.upgradePlanPaymentMethods .pricingPayMethodText{margin:0;font-size:15px}.upgradePlanPaymentMethods .pricingPayMethodLogo{width:28px;height:28px}.upgradeProPricingWrap{overflow-x:auto}.upgradeProPricingTable{width:100%;border-collapse:collapse;border:1px solid #dbe3f0;border-radius:10px;overflow:hidden;table-layout:auto}.upgradeProPricingTable th,.upgradeProPricingTable td{padding:12px 14px;text-align:center;border-bottom:1px solid #e5ecf7;color:#374151;font-size:18px;line-height:1.5}.upgradeProPricingTable th{background:#fff;color:#172033;font-weight:700}.upgradeProPricingTable th.colMeta{width:280px;padding-left:10px;padding-right:10px;white-space:nowrap}.upgradeProPricingTable tbody tr:first-child td,.upgradeProPricingTable tbody tr:first-child th{background:#f3f7ff;font-weight:700}.colSelector{width:44px;min-width:44px;padding:0!important;text-align:right;border-right:none!important;background:transparent!important}.upgradeProPricingTable tbody tr:first-child .colSelector{background:#f3f7ff!important}.upgradeProPricingTable tbody tr:last-child td,.upgradeProPricingTable tbody tr:last-child th{border-bottom:none}.pricingRowLabel{display:block;white-space:nowrap}.pricingRowNote{display:block;margin-top:2px;font-size:14px;line-height:1.35;color:#9ca3af;font-weight:500;white-space:nowrap}.pricingAmountValue{font-size:18px;line-height:1.2;font-weight:400;color:#111827}.colPaymentsHeader{width:1%;white-space:nowrap}.colPaymentsBody{text-align:left;padding-left:12px;padding-right:12px;white-space:nowrap;width:1%}.colCycle{width:auto}.pricingPayMethodText{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;font-size:18px;line-height:1.2;font-weight:400;color:#4b5563;white-space:nowrap;margin:2px 12px 2px 0}.pricingPayMethodLogo{width:36px;height:36px;object-fit:contain;flex-shrink:0}.pricingPlanTypeOption{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.colSelector .pricingPlanTypeOption{width:100%;justify-content:flex-end;transform:translate(10px)}.pricingPlanTypeOption input[type=radio]{width:25px;height:25px;margin:0;accent-color:#2563eb}.pricingPlanCellOption.is-disabled{opacity:.45;cursor:not-allowed}.pricingPlanCellOption.is-disabled input[type=radio]{cursor:not-allowed}.upgradeInlineModalOverlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:10100}.upgradeInlineModalBox{width:360px;max-width:calc(100vw - 32px);border-radius:14px;background:#fff;padding:20px;box-shadow:0 20px 25px -5px #00000026}.upgradeInlineModalTitle{margin:0 0 8px;font-size:18px;color:#0f172a}.upgradeInlineModalMessage{margin:0 0 16px;white-space:pre-line;color:#475569;font-size:14px;line-height:1.6}.upgradeInlineModalActions{display:flex;justify-content:flex-end}.upgradeSelectedPlanSummary{margin-top:8px;font-size:12px;color:#374151;text-align:right}.pricingPlanCellOption{display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.pricingPlanCellOption input[type=radio]{width:18px;height:18px;margin:0;accent-color:#2563eb}@media(max-width:900px){.upgradeProPricingHeader{flex-direction:column;align-items:flex-start;row-gap:6px}.upgradeProPricingHint{text-align:left;font-size:16px}.upgradeCycleGrid,.upgradePlanTypeGrid{grid-template-columns:1fr}.upgradePlanTypeCard{grid-template-columns:auto minmax(0,1fr);row-gap:8px}.upgradePlanPaymentMethods{grid-column:2;justify-content:flex-start}}.deleteFlow{max-width:520px}.deleteFlowOptions{display:flex;flex-direction:column;gap:12px;margin:16px 0 8px}.deleteFlowOption{display:flex;align-items:center;gap:10px;font-size:14px}.deleteFlowInput{width:100%;margin-top:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.deleteFlowError{margin-top:10px;color:#dc2626;font-size:13px}.deleteFlow .modalActions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.deleteFlow .modalBtn{padding:8px 14px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:600}.deleteFlow .modalBtn.primary{background:#111827;color:#fff}.deleteFlow .modalBtn.secondary{background:#f3f4f6;color:#111827}.deleteFlow .modalBtn.danger{background:#dc2626;color:#fff}.homeContainer{--home-gutter-block: clamp(24px, 4vh, 48px);--home-gutter-inline: clamp(20px, 4vw, 48px);--home-stage-max: clamp(1320px, 75vw, 1560px);--home-column-gap: clamp(24px, 1.2vw + 10px, 56px);--home-stack-gap: clamp(14px, .35vw + 12px, 18px);--home-section-gap: clamp(12px, .4vw + 10px, 16px);--home-card-radius: clamp(18px, .35vw + 16px, 22px);--home-surface-padding: clamp(16px, .45vw + 13px, 20px);--home-surface-padding-inline: clamp(18px, .65vw + 12px, 24px);--home-primary-max: clamp(576px, 31vw, 704px);--home-secondary-max: clamp(520px, 29vw, 620px);--home-secondary-offset: 100px;--home-hero-margin-top: clamp(36px, 4vh, 56px);--home-brand-logo-size: clamp(124px, 1.2vw + 106px, 152px);--home-brand-title-size: clamp(45px, .72vw + 34px, 56px);--home-brand-subtitle-size: clamp(20px, .28vw + 16px, 24px);--home-login-avatar-size: clamp(36px, .4vw + 30px, 44px);--home-login-text-size: clamp(15px, .12vw + 13px, 17px);--home-nav-section-label-size: clamp(12px, .08vw + 11px, 13px);--home-nav-title-size: clamp(16px, .16vw + 13.5px, 18px);--home-nav-card-min-height: clamp(72px, .8vw + 58px, 88px);--home-nav-icon-size: clamp(44px, .55vw + 36px, 56px);--home-hero-tag-size: clamp(14px, .12vw + 12px, 15px);--home-hero-subhead-size: clamp(18px, .32vw + 13px, 22px);--home-hero-subtitle-size: clamp(16px, .18vw + 13px, 18px);min-height:100dvh;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;padding:var(--home-gutter-block) var(--home-gutter-inline);background:radial-gradient(1400px 800px at 10% 10%,rgba(96,165,250,.22),transparent 60%),radial-gradient(1100px 700px at 85% 20%,rgba(253,224,71,.18),transparent 60%),radial-gradient(1100px 700px at 60% 90%,rgba(134,239,172,.16),transparent 60%),#f6f7fb}.homeStage{width:min(100%,var(--home-stage-max));min-height:calc(100dvh - (var(--home-gutter-block) * 2));margin:0 auto;display:flex;align-items:center}.homeLayout{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,460px),1fr));gap:var(--home-column-gap);align-items:start;justify-items:center}.homePrimaryColumn,.homeSecondaryColumn{width:100%;min-width:0;display:flex;flex-direction:column;gap:var(--home-stack-gap)}.homePrimaryColumn{max-width:var(--home-primary-max);justify-self:end}.homeSecondaryColumn{max-width:var(--home-secondary-max);padding-top:var(--home-secondary-offset)}.homeBrand,.homeLoginCard,.navSection,.hero{border:1px solid rgba(255,255,255,.65);background:#ffffffe6;box-shadow:0 18px 40px -24px #0f172a47}.homeBrand{display:flex;flex-direction:column;align-items:center;gap:clamp(20px,.5vw + 16px,28px);padding:0;border:none;background:transparent;box-shadow:none;text-align:center}.homeBrand__logoFrame{width:var(--home-brand-logo-size);height:var(--home-brand-logo-size);display:flex;align-items:center;justify-content:center;padding:clamp(6px,.18vw + 4px,10px);box-sizing:border-box;border-radius:clamp(28px,.45vw + 22px,36px);background:linear-gradient(135deg,#3b82f624,#3b82f60f);box-shadow:0 16px 32px -16px #2563eb73;flex:0 0 auto}.homeBrand__logo{width:100%;height:100%;object-fit:contain;display:block}.homeBrand__text{min-width:0;display:flex;flex-direction:column;gap:clamp(8px,.25vw + 5px,12px);align-items:center}.homeBrand__name{font-size:var(--home-brand-title-size);font-weight:950;letter-spacing:.12em;line-height:1;color:#0f172a}.homeBrand__sub{font-size:var(--home-brand-subtitle-size);font-weight:700;color:#d97706;letter-spacing:.02em;line-height:1.45}.homeLoginCard{display:flex;justify-content:space-between;align-items:center;padding:clamp(14px,.35vw + 11px,18px) var(--home-surface-padding-inline);border-radius:var(--home-card-radius);position:relative}.loginLoggedIn,.loginLoggedOut{display:flex;align-items:center;width:100%;gap:clamp(12px,.25vw + 10px,16px)}.loginLoggedOut{justify-content:space-between;flex-wrap:wrap}.loginAvatar{width:var(--home-login-avatar-size);height:var(--home-login-avatar-size);border-radius:clamp(12px,.25vw + 9px,14px);background:#e0f2fe;color:#0369a1;display:flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.loginText{flex:1;min-width:0}.loginLabel{display:flex;align-items:center;gap:4px;min-width:0;margin:0;font-size:var(--home-login-text-size);font-weight:800;color:#0f172a}.loginName{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loginProBadge{width:clamp(30px,.4vw + 24px,36px);height:clamp(30px,.4vw + 24px,36px);object-fit:contain;flex:0 0 auto;pointer-events:none}.loginCaretWrapper{position:relative;flex:0 0 auto}.loginCaret{border:1px solid #e2e8f0;background:#fff;border-radius:clamp(8px,.16vw + 6px,10px);padding:clamp(6px,.2vw + 4px,8px) clamp(10px,.25vw + 8px,12px);cursor:pointer;font-weight:800;color:#0f172a}.loginCaret.is-open{border-color:#2563eb;color:#2563eb}.loginBtn{padding:clamp(10px,.25vw + 8px,12px) clamp(16px,.35vw + 13px,20px);background:#2563eb;color:#fff;border:none;border-radius:clamp(10px,.18vw + 8px,12px);font-weight:700;font-size:clamp(14px,.16vw + 11px,15px);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;box-shadow:0 8px 16px -10px #2563eb99}.loginBtn:hover{background:#1d4ed8;transform:translateY(-1px)}.navSection{display:flex;flex-direction:column;gap:var(--home-section-gap);border-radius:var(--home-card-radius);padding:var(--home-surface-padding)}.navSectionLabel{font-size:var(--home-nav-section-label-size);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:0 2px}.navGrid{display:grid;gap:clamp(10px,.25vw + 8px,14px)}.navGrid.single{grid-template-columns:1fr}.navGrid.duo{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.navGrid.trio{grid-template-columns:1fr}.navCard{display:flex;align-items:flex-start;gap:clamp(14px,.35vw + 12px,18px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(16px,.28vw + 14px,20px);padding:clamp(14px,.35vw + 11px,18px) var(--home-surface-padding-inline);min-height:var(--home-nav-card-min-height);cursor:pointer;text-align:left;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.navCard:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 12px 24px -18px #2563eb66}.navIcon{box-sizing:border-box;width:var(--home-nav-icon-size);height:var(--home-nav-icon-size);flex:0 0 auto;display:grid;place-items:center;border-radius:clamp(12px,.25vw + 10px,16px);background:#f1f5f9;margin-top:2px}.navIconImg{width:95%;height:95%;object-fit:contain}.navText{flex:1;min-width:0;display:flex;align-items:flex-start}.navTextStack{display:flex;flex-direction:column;gap:clamp(4px,.12vw + 2px,6px);width:100%;min-width:0}.navText h3{margin:0;font-size:var(--home-nav-title-size);font-weight:700;color:#334155}.navSubtitle{margin:0;font-size:clamp(13px,.1vw + 11px,14px);font-weight:600;line-height:1.45;color:#64748b}.arrow{font-size:clamp(18px,.18vw + 15px,20px);color:#cbd5e1;font-weight:600;transition:transform .2s ease,color .2s ease;flex:0 0 auto;align-self:center}.navCard:hover .arrow{color:#3b82f6;transform:translate(4px)}.hero{margin-top:var(--home-hero-margin-top);border-radius:clamp(24px,.45vw + 20px,30px);padding:clamp(28px,.7vw + 18px,36px) clamp(26px,.8vw + 16px,38px);text-align:center}.heroTag{margin:0 0 16px;font-size:var(--home-hero-tag-size);font-weight:700;color:#1f2937}.heroSubhead{margin:0;font-size:var(--home-hero-subhead-size);font-weight:700;line-height:1.65;color:#0f172a}.heroSubtitle{margin:20px 0 0;font-size:var(--home-hero-subtitle-size);font-weight:700;line-height:1.5;color:#2563eb}.zoomImageViewerOverlay{z-index:10020;align-items:center;justify-content:center;padding:14px;overscroll-behavior:contain}.zoomImageViewerModal{width:min(96vw,1500px);height:min(94vh,1100px);background:#0b1220;border-radius:12px;box-shadow:0 24px 60px #00000059;display:flex;flex-direction:column;overflow:hidden;position:relative}.zoomImageViewerPendingOverlay{z-index:10021;background:#0f172a85}.zoomImageViewerPendingDialog{width:min(400px,calc(100vw - 32px))}.modalBtn.cancel.zoomImageViewerPendingDiscardBtn{color:#b91c1c}.zoomImageViewerToolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.12);background:#ffffff0d}.zoomImageViewerToolbarGroup{display:flex;align-items:center;gap:6px;min-width:0}.zoomImageViewerExportGroup{display:flex;align-items:center;gap:8px}.zoomImageViewerToolbarDivider{width:1px;height:24px;background:#ffffff29;flex:0 0 auto}.zoomImageViewerBtn{border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#f8fafc;border-radius:8px;padding:5px 10px;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap}.zoomImageViewerBtn:hover{background:#ffffff29}.zoomImageViewerBtn.is-active{border-color:#38bdf8e6;background:#38bdf838;color:#fff}.zoomImageViewerBtn.is-danger{border-color:#f87171bf;background:#ef44442e}.zoomImageViewerBtn.is-danger:hover{background:#ef444447}.zoomImageViewerBtn:disabled{cursor:not-allowed;opacity:.55}.zoomImageViewerIconBtn{width:30px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0}.zoomImageViewerToolbarIcon{width:16px;height:16px;display:block;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.zoomImageViewerEraserIcon{position:relative;width:16px;height:10px;border:2px solid currentColor;border-radius:3px;transform:rotate(-28deg)}.zoomImageViewerEraserIcon:after{content:"";position:absolute;top:-2px;bottom:-2px;left:6px;border-left:2px solid currentColor}.zoomImageViewerZoomPercent{margin-left:6px;min-width:38px;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:#f1f5f9e6}.zoomImageViewerStatus{min-width:0;font-size:12px;font-weight:600;color:#f1f5f9e6}.zoomImageViewerStatus.is-saved{color:#86efac}.zoomImageViewerStatus.is-applied{color:#93c5fd}.zoomImageViewerStatus.is-error{color:#fca5a5}.zoomImageViewerEditBar{display:flex;align-items:center;gap:14px;flex:0 0 48px;height:48px;min-height:48px;box-sizing:border-box;padding:7px 12px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1);background:#0f172ad1}.zoomImageViewerSwatches{display:flex;align-items:center;gap:6px;height:28px}.zoomImageViewerSwatch{width:24px;height:24px;flex:0 0 24px;border:2px solid rgba(255,255,255,.35);border-radius:999px;cursor:pointer;box-shadow:0 0 0 1px #0f172a66}.zoomImageViewerSwatch.is-light{box-shadow:inset 0 0 0 1px #0f172a73,0 0 0 1px #0f172a66}.zoomImageViewerSwatch.is-selected{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf847}.zoomImageViewerRange{display:flex;align-items:center;gap:8px;min-width:180px;height:28px;color:#f1f5f9eb;font-size:12px;font-weight:600;white-space:nowrap}.zoomImageViewerRange input{width:110px;accent-color:#38bdf8}.zoomImageViewerRange output{min-width:42px;color:#e2e8f0e0;font-variant-numeric:tabular-nums}.zoomImageViewerViewport{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;background:linear-gradient(45deg,rgba(255,255,255,.045) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.045) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.045) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.045) 75%);background-size:18px 18px;background-position:0 0,0 9px,9px -9px,-9px 0}.zoomImageViewerViewport::-webkit-scrollbar{width:12px;height:12px}.zoomImageViewerViewport::-webkit-scrollbar-track{background:#ffffff1f}.zoomImageViewerViewport::-webkit-scrollbar-thumb{background:#cbd5e1bf;border:2px solid rgba(11,18,32,.9);border-radius:10px}.zoomImageViewerViewport::-webkit-scrollbar-thumb:hover{background:#f1f5f9e6}.zoomImageViewerViewport.can-pan{cursor:grab}.zoomImageViewerViewport.can-pan.is-dragging{cursor:grabbing}.zoomImageViewerCanvas{width:fit-content;min-width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box}.zoomImageViewerStage{position:relative;flex:0 0 auto;box-shadow:0 10px 30px #00000059;background:#fff;overflow:hidden}.zoomImageViewerStage.is-tool-brush,.zoomImageViewerStage.is-tool-eraser,.zoomImageViewerStage.is-tool-text{cursor:crosshair}.zoomImageViewerStage.is-tool-pan{cursor:inherit}.zoomImageViewerStage img{display:block;max-width:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.zoomImageViewerStrokeCanvas,.zoomImageViewerTextCanvas,.zoomImageViewerTextLayer{position:absolute;inset:0;max-width:none}.zoomImageViewerStrokeCanvas,.zoomImageViewerTextCanvas{pointer-events:none}.zoomImageViewerBrushPreview{position:absolute;z-index:2;border:2px solid currentColor;border-radius:999px;box-sizing:border-box;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffffbf}.zoomImageViewerBrushPreview.is-eraser{border-style:dashed}.zoomImageViewerTextLayer{pointer-events:none}.zoomImageViewerTextItem{position:absolute;display:block;background:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:var(--zoomImageViewerTextFontWeight, 600);pointer-events:auto;cursor:grab}.zoomImageViewerTextLayer.is-pass-through .zoomImageViewerTextItem{pointer-events:none}.zoomImageViewerTextItem.is-active{cursor:text}.zoomImageViewerTextInput{display:block;width:100%;min-width:0;min-height:0;height:100%;box-sizing:border-box;border:0;border-radius:4px;outline:1px solid #000000;outline-offset:0;resize:none;overflow:hidden;padding:var(--zoomImageViewerTextPaddingY, .12em) var(--zoomImageViewerTextPaddingX, .22em);background:transparent;box-shadow:none;caret-color:var(--zoomImageViewerTextColor, currentColor);color:transparent;font:inherit;font-weight:inherit;line-height:inherit;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;appearance:none}.zoomImageViewerTextInput::placeholder{color:#0f172a85}.zoomImageViewerTextDisplay{display:block;width:100%;height:100%;box-sizing:border-box;border:0;padding:var(--zoomImageViewerTextPaddingY, .12em) var(--zoomImageViewerTextPaddingX, .22em);margin:0;background:transparent;color:transparent;font:inherit;font-weight:inherit;line-height:inherit;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;cursor:grab;-webkit-user-select:none;user-select:none}.zoomImageViewerTextDisplay:focus-visible{outline:1px solid rgba(56,189,248,.95);outline-offset:1px}@media(max-width:720px){.zoomImageViewerToolbar,.zoomImageViewerEditBar{gap:6px;padding-right:42px}.zoomImageViewerToolbar>.zoomImageViewerToolbarDivider{display:none}.zoomImageViewerRange{min-width:150px}.zoomImageViewerRange input{width:84px}}.richFormatPanel{position:fixed;z-index:1200}.richFormatPanel--toolbar{--rich-format-panel-bg: #f5f5f5;--rich-format-panel-hover: #d6d6d6;--rich-format-panel-button-hover: #e4e4e4;--rich-format-panel-active-bg: #c8c8c8;--rich-format-panel-active-bg-hover: #bdbdbd;--rich-format-panel-active-text: #202020;--rich-format-panel-active-text-hover: #111111;--rich-format-panel-text: #2f2f2f;width:min(840px,calc(100vw - 24px));border:none;border-radius:18px;background:var(--rich-format-panel-bg);box-shadow:0 18px 38px #0f172a24;color:var(--rich-format-panel-text);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.richFormatPanel__toolbarRow{display:flex;align-items:center;gap:10px;padding:10px 12px;flex-wrap:nowrap}.richFormatPanel__dragHandle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:28px;height:28px;border:none;border-radius:10px;background:transparent;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.richFormatPanel__dragHandle:hover{background:var(--rich-format-panel-hover)}.richFormatPanel__dragHandle span{display:block;width:12px;height:2px;border-radius:999px;background:#2f2f2fdb}.richFormatPanel__toolbarTitle{font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--rich-format-panel-text)}.richFormatPanel__toolbarGroup{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex:0 0 auto}.richFormatPanel__toolbarSpacer{flex:1 1 auto;min-width:0}.richFormatPanel__divider{flex:0 0 1px;width:1px;align-self:stretch;background:#2f2f2f1f}.richFormatPanel__button{min-height:34px;padding:0 11px;border:none;border-radius:11px;background:transparent;color:var(--rich-format-panel-text);font-size:12px;font-weight:700;cursor:pointer;transition:background .14s ease,color .14s ease}.richFormatPanel__button.is-compact,.richFormatPanel__button--clear{min-width:40px}.richFormatPanel__button--tableInsert{min-width:0;padding:0 10px;max-width:100%}.richFormatPanel__button--quickInsert{min-width:34px;padding:0 9px;font-size:12px}.richFormatPanel__toolbarGroup--quickInsert{gap:4px}.richFormatPanel__button:hover:not(:disabled){background:var(--rich-format-panel-button-hover);color:#202020;box-shadow:none}.richFormatPanel__button.is-active{background:var(--rich-format-panel-active-bg);color:var(--rich-format-panel-active-text);box-shadow:none}.richFormatPanel__button.is-active:hover:not(:disabled){background:var(--rich-format-panel-active-bg-hover);color:var(--rich-format-panel-active-text-hover);box-shadow:none}.richFormatPanel__button:focus-visible{outline:none}.richFormatPanel__button:disabled{cursor:not-allowed;color:#2f2f2f57;background:transparent;box-shadow:none}.richFormatPanel__close{border:none;background:transparent;color:#2f2f2fe0;font-size:20px;line-height:1;cursor:pointer}.richFormatPanel__close--toolbar{flex:0 0 auto;width:30px;height:30px;border-radius:10px;background:transparent}.richFormatPanel__close--toolbar:hover{background:var(--rich-format-panel-hover)}.richFormatPanel__tray{display:flex;flex-direction:column;gap:10px;padding:12px;border-top:1px solid rgba(47,47,47,.12);background:var(--rich-format-panel-bg)}.richFormatPanel__linkTabs{display:inline-flex;width:max-content;min-height:34px;padding:3px;border-radius:10px;background:#2f2f2f12}.richFormatPanel__linkTabs button{min-width:64px;border:none;border-radius:8px;background:transparent;color:#2f2f2fbd;font-size:12px;font-weight:700;cursor:pointer}.richFormatPanel__linkTabs button.is-active{background:#fff;color:#202020}.richFormatPanel__linkTabs button:disabled{cursor:not-allowed;color:#2f2f2f57}.richFormatPanel__linkInput{width:100%;min-height:38px;padding:8px 10px;border:1px solid rgba(47,47,47,.16);border-radius:12px;background:#fff;color:var(--rich-format-panel-text);font-size:13px}.richFormatPanel__linkInputWrap{position:relative;width:100%}.richFormatPanel__linkInput--withOpenAction{padding-right:68px}.richFormatPanel__linkInputActions{position:absolute;top:50%;right:5px;display:inline-flex;align-items:center;gap:3px;transform:translateY(-50%)}.richFormatPanel__linkOpenButton{display:inline-flex;align-items:center;justify-content:center;height:28px;min-width:54px;padding:0 9px;border:none;border-radius:9px;background:transparent;color:#2f2f2fd1;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:background .14s ease,color .14s ease}.richFormatPanel__linkOpenButton:hover{background:var(--rich-format-panel-hover);color:#202020}.richFormatPanel__linkOpenButton:focus-visible{outline:none}.richFormatPanel__linkInput:focus{outline:none;border-color:#2f2f2f52}.richFormatPanel__linkInput::placeholder{color:#2f2f2f75}.richFormatPanel__hint{font-size:11px;line-height:1.4;color:#2f2f2f85}.richFormatPanel__internalPicker{display:grid;justify-content:start;gap:8px;align-items:center}.richFormatPanel__internalPicker--project{grid-template-columns:auto minmax(150px,210px)}.richFormatPanel__internalPicker--task{grid-template-columns:auto minmax(150px,190px) minmax(170px,230px)}.richFormatPanel__internalPicker--action{grid-template-columns:auto minmax(145px,185px) minmax(165px,215px) minmax(220px,1fr);justify-content:stretch}.richFormatPanel__segmentedControl{display:inline-flex;min-height:34px;padding:3px;border-radius:10px;background:#2f2f2f12}.richFormatPanel__segmentedControl button{min-width:54px;border:none;border-radius:8px;background:transparent;color:#2f2f2fbd;font-size:12px;font-weight:700;cursor:pointer}.richFormatPanel__segmentedControl button.is-active{background:#fff;color:#202020}.richFormatPanel__segmentedControl button:disabled{cursor:not-allowed;color:#2f2f2f57}.richFormatPanel__select{width:100%;min-width:0;min-height:34px;border:1px solid rgba(47,47,47,.16);border-radius:10px;background:#fff;color:var(--rich-format-panel-text);font-size:12px;font-weight:600;padding:6px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.richFormatPanel__select:focus{outline:none;border-color:#2f2f2f52}.richFormatPanel__trayActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.richFormatPanel__linkSharedFields{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:8px;align-items:center}.richFormatPanel__glyph{display:inline-flex;align-items:center;justify-content:center;min-width:12px;line-height:1}.richFormatPanel__glyph--bold{font-weight:800}.richFormatPanel__glyph--italic{font-style:italic}.richFormatPanel__glyph--underline{text-decoration:underline;text-underline-offset:1px}.richFormatPanel__glyph--strike{text-decoration:line-through}.richFormatPanel__listIcon,.richFormatPanel__alignIcon,.richFormatPanel__clearIcon{display:block;width:18px;height:18px}.richFormatPanel__splitIcon{display:block;width:22px;height:22px}.richFormatPanel__listIcon text{fill:currentColor;stroke:none;font-size:5.6px;font-weight:700;font-family:SF Pro Text,Segoe UI,sans-serif}@media(max-width:768px){.richFormatPanel--toolbar{width:min(calc(100vw - 16px),560px)}.richFormatPanel__toolbarTitle{display:none}.richFormatPanel__toolbarRow{gap:8px}}@media(max-width:520px){.richFormatPanel--toolbar{width:calc(100vw - 12px);border-radius:14px}.richFormatPanel__toolbarRow,.richFormatPanel__tray{padding:10px}.richFormatPanel__button{min-height:32px;padding:0 10px}.richFormatPanel__internalPicker,.richFormatPanel__linkSharedFields{grid-template-columns:1fr}}.cellPlannerTiptapShell{position:relative}.cellPlannerTiptapContent,.cellPlannerTiptapContent .ProseMirror{width:100%;min-width:0}.cellPlannerTiptapContent .ProseMirror[contenteditable=true] a[href]:hover{cursor:pointer}.cellPlannerTableHandle{position:absolute;z-index:9;width:26px;height:26px;border:1px solid rgba(15,23,42,.18);border-radius:6px;background:#fffffff5;color:#334155;box-shadow:0 6px 16px #0f172a24;display:inline-flex;align-items:center;justify-content:center;cursor:grab;opacity:0;pointer-events:none;transition:opacity .12s ease,background .12s ease,color .12s ease}.cellPlannerTableHandle.is-visible{opacity:1;pointer-events:auto}.cellPlannerTableHandle:hover{background:#f8fafc;color:#0f172a}.cellPlannerTableHandle:active{cursor:grabbing}.cellPlannerTableHandle svg{width:14px;height:14px}.cellPlannerTiptapContent .ProseMirror-selectednode.cellPlannerRichTable{outline:2px solid rgba(59,130,246,.78);outline-offset:2px}.cellPlannerTiptapContent .tableWrapper.ProseMirror-selectednode table.cellPlannerRichTable,.cellPlannerTiptapContent table.cellPlannerRichTable.ProseMirror-selectednode{outline:2px solid rgba(37,99,235,.86);outline-offset:-2px;box-shadow:inset 0 0 0 2px #2563ebdb,0 0 0 4px #2563eb2e}.cellPlannerTiptapShell.is-table-drop-blocked .cellPlannerDropCursor{display:none!important}.cellPlannerTiptapContent .cellPlannerLinkTargetCursor{display:inline-block;width:2px;height:1.25em;margin:-.12em 1px -.2em;vertical-align:text-bottom;background:#2563eb;border-radius:999px;box-shadow:0 0 0 2px #2563eb29;animation:cellPlannerLinkTargetPulse 1.05s ease-in-out infinite;pointer-events:none}.cellPlannerTiptapContent .cellPlannerLinkTargetRange{border-radius:3px;background:#2563eb29;box-shadow:0 0 0 1px #2563eb38}@keyframes cellPlannerLinkTargetPulse{0%,to{opacity:.95}50%{opacity:.45}}.cellPlannerTiptapContent .tableWrapper{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-gutter:auto;scrollbar-width:thin}.cellPlannerTiptapContent .tableWrapper table.cellPlannerRichTable{width:auto;max-width:none;box-sizing:border-box}.cellPlannerTiptapContent .cellPlannerRichTable td,.cellPlannerTiptapContent .cellPlannerRichTable th{position:relative}.cellPlannerTiptapContent .column-resize-handle{position:absolute;right:-4px;top:0;bottom:0;width:8px;z-index:24;box-sizing:border-box;cursor:col-resize;background:linear-gradient(90deg,transparent 0%,transparent 35%,rgba(59,130,246,.35) 50%,transparent 65%,transparent 100%)}.cellPlannerTiptapContent .cellPlannerRichTable tr>td:last-child .column-resize-handle,.cellPlannerTiptapContent .cellPlannerRichTable tr>th:last-child .column-resize-handle{right:0;background:linear-gradient(90deg,transparent 0%,transparent 50%,rgba(59,130,246,.35) 50%,rgba(59,130,246,.35) 100%)}.cellPlannerTiptapContent td.column-resize-dragging,.cellPlannerTiptapContent th.column-resize-dragging{background:#3b82f60f}.cellPlannerTiptapContent .selectedCell{position:relative}.cellPlannerTiptapContent .selectedCell:after{content:"";position:absolute;inset:0;z-index:2;background:#3b82f62e;pointer-events:none}:root{--bg: #f6f7fb;--bg2: #ffffff;--panel: rgba(255,255,255,.92);--panel2: rgba(255,255,255,.98);--border: rgba(15, 23, 42, .1);--border2: rgba(15, 23, 42, .14);--text: rgba(15, 23, 42, .92);--muted: rgba(15, 23, 42, .62);--shadow: 0 10px 26px rgba(15, 23, 42, .08);--radius: 16px;--cell-font: clamp(12px, 1.1vw, 14px);--cell-line-height: 1.1;--cell-height: 62.2px}.plannerApp{--planner-density: 1;--planner-board-width-scale: 1;--planner-cell-height: 62.2px;--planner-grid-gap: 6px;--planner-grid-padding: 4px;--planner-main-padding: 18px;--planner-day-header-padding: 8px;height:100dvh;min-height:100dvh;overflow:hidden}*{box-sizing:border-box}.app{min-height:100vh;display:flex;background:radial-gradient(1200px 700px at 10% 10%,rgba(96,165,250,.22),transparent 60%),radial-gradient(900px 600px at 85% 20%,rgba(253,224,71,.18),transparent 60%),radial-gradient(900px 600px at 60% 90%,rgba(134,239,172,.16),transparent 60%),var(--bg);color:var(--text)}.app.mode-paint,.app.mode-paint .cell{cursor:cell!important}.app.mode-erase,.app.mode-erase .cell{cursor:not-allowed!important}.app.mode-done,.app.mode-done .cell{cursor:context-menu!important}.app.mode-move,.app.mode-move .cell{cursor:move!important}.app.mode-ongoing,.app.mode-ongoing .cell{cursor:alias!important}.app.mode-notes,.app.mode-notes .cell{cursor:help!important}.app.mode-notes.notes-modal-open,.app.mode-notes.notes-modal-open .cell{cursor:default!important}.app.mode-notes.notes-modal-open .noteInput{cursor:text!important}.app.mode-add-row,.app.mode-add-row .cell{cursor:copy!important}.app.mode-del-row,.app.mode-del-row .cell{cursor:no-drop!important}.app.mode-ongoing .cell,.app.mode-done .cell,.app.mode-paint .cell,.app.mode-add-row .cell,.app.mode-del-row .cell,.app.mode-erase .cell,.app.mode-move .cell,.app.mode-notes .cell{box-shadow:none}.sidebar{--sidebar-scrollbar-gutter-width: 14px;width:400px;flex:0 0 400px;border-right:1px solid var(--border);background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;position:sticky;top:0;height:100vh;overflow:visible}.sidebar__resizer{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;z-index:12}.sidebar__resizer:after{content:"";position:absolute;top:0;left:3px;width:2px;height:100%;background:#0f172a1f;opacity:0;transition:opacity .15s ease}.sidebar__resizer:hover:after{opacity:1}.sidebar__resizer:active:after{opacity:1}.sidebar__collapseToggle{position:absolute;top:50%;right:var(--sidebar-scrollbar-gutter-width);transform:translateY(-50%);width:20px;height:44px;border-radius:10px;border:1px solid var(--border);background:var(--panel2);color:var(--muted);cursor:pointer;box-shadow:0 4px 10px #0f172a14;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:13}.sidebar__collapseToggle:hover{color:var(--text)}.sidebar.is-collapsed{overflow:visible}.sidebar.is-collapsed .sidebar__collapseToggle{right:0}.sidebar.is-collapsed .sidebar__resizer{display:none}.sidebar.is-collapsed .sidebar__inner{opacity:0;pointer-events:none}.sidebar__inner{height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;display:flex;flex-direction:column;padding:16px;gap:16px}body.sidebar-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.brand{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;margin-bottom:0}.brand__row{display:flex;justify-content:space-between;align-items:center;width:100%;height:32px}.brand__title{font-size:15px;font-weight:800;display:inline-flex;align-items:center;gap:18px;max-width:220px;white-space:nowrap;gap:4px}.brand__name{display:inline-block}.brand__menuTrigger{display:inline-flex;align-items:center;max-width:100%;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit}.brand__actions{display:flex;align-items:center;gap:10px}.guestAlert{margin-top:12px;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:10px;color:#b91c1c;font-size:12px;font-weight:700;text-align:center;line-height:1.4;box-shadow:0 2px 4px #dc26260d;animation:fadeIn .3s ease}.syncIconBtn{width:26px;height:26px;border-radius:6px;border:1px solid var(--border);background:#0f172a08;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.syncIconBtn:hover:not(:disabled){background:#fff;color:#3b82f6;border-color:#3b82f6;box-shadow:0 1px 2px #3b82f626}.syncIconBtn:disabled{opacity:.5;cursor:wait}.toggleSwitch{width:28px;height:16px;border-radius:999px;background:#cbd5e1;position:relative;cursor:pointer;transition:background .2s ease;flex-shrink:0}.toggleKnob{width:12px;height:12px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0003}.toggleSwitch.is-on .toggleKnob{transform:translate(12px)}.toggleSwitch.is-on{background:#64748b}.toggleSwitch.small{width:32px;height:18px;background:#e2e8f0}.toggleSwitch.small .toggleKnob{width:14px;height:14px;top:2px;left:2px}.toggleSwitch.small.is-on{background:#10b981;box-shadow:0 0 0 2px #10b9814d}.toggleSwitch.small.is-on .toggleKnob{transform:translate(14px);background:#fff}.navBtn{font-size:12px;font-weight:700;padding:6px 12px;border-radius:6px;border:1px solid #3B82F6;background:#3b82f6;color:#fff;cursor:pointer;transition:all .2s;line-height:1}.navBtn:hover{background:#2563eb}.shortcutsSection{margin-bottom:16px}.shortcutsRow{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:8px}.shortcutsOther{border-top:1px solid #E2E8F0;padding-top:12px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.shortcutItem{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text)}.shortcutKey{font-family:monospace;font-weight:700;background:#f1f5f9;padding:2px 6px;border-radius:4px;border:1px solid #E2E8F0;color:#475569;min-width:24px;text-align:center}.noteOverlay{z-index:10010;align-items:flex-start;overflow-y:auto;padding:16px}.noteModalBox{background:#fef9c3;padding:0;border-radius:4px;width:min(45vw,640px);max-width:calc(100vw - 32px);height:min(85dvh,960px);max-height:min(calc(100dvh - 32px),960px);margin:auto;box-shadow:0 20px 25px -5px #0003,0 0 0 1px #0000000d;animation:popIn .2s ease;display:flex;flex-direction:column;overflow:hidden}.noteHeader{padding:16px 20px 12px;display:flex;justify-content:space-between;align-items:center;color:#854d0e;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.05em;border-top:8px solid rgba(253,224,71,.5)}.noteTabs{display:flex;align-items:center;padding:0 20px;gap:4px;border-bottom:1px solid rgba(0,0,0,.05)}.noteTab{padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;border-radius:4px 4px 0 0;color:#a16207;opacity:.6;transition:all .2s}.noteTab:hover{background:#00000008;opacity:.8}.noteTab.active{background:#fff6;opacity:1;color:#422006;box-shadow:inset 0 2px 0 0 currentColor}.noteTab.active.t-std{color:#1f2937}.noteTab.active.t-grn{color:#059669}.noteTab.active.t-red{color:#dc2626}.noteClearFormatBtn{margin-left:auto;border:1px solid rgba(0,0,0,.18);background:#ffffff85;color:#7c4a06;border-radius:6px;font-size:11px;font-weight:700;line-height:1;padding:6px 10px;cursor:pointer}.noteClearFormatBtn:hover{background:#ffffffb3}.noteClearFormatBtn.is-active{background:#fff;border-color:#3b82f6;color:#2563eb;box-shadow:0 1px 3px #3b82f626}.noteClearFormatBtn.is-active:hover{background:#fff}.noteInput{width:100%;flex:1 1 auto;min-width:0;min-height:0;height:100%;border:none;background:transparent;outline:none;font-family:Comic Sans MS,Chalkboard SE,sans-serif;font-size:15px;color:#422006;resize:none;line-height:1.5;padding:16px 20px;overflow-y:auto;caret-color:#422006;position:relative;box-sizing:border-box}.noteInputWrap{width:100%;flex:1 1 auto;min-width:0;min-height:0;position:relative;display:flex}.noteInput[contenteditable=true]{white-space:pre-wrap;word-break:break-word}.noteInput p,.noteInput div{margin:0}.noteInput p{min-height:1.5em}.noteInput p.cellPlannerContinuationSlot{min-height:10px;line-height:10px;margin-top:-4px;position:relative}.noteInput p.cellPlannerContinuationSlot.is-cellPlannerContinuationSlotActive{min-height:1.5em;line-height:1.5;margin-top:0}.noteInput ul,.noteInput ol{margin:0;list-style-position:outside}.noteInput ul,.noteInput ol{padding-left:1.15em}.noteInput li{margin:0;padding-left:0}.noteInput li>p{margin:0}.noteInput li>ul,.noteInput li>ol{margin-left:0}.noteInput sup,.noteInput sub{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}.noteInput sup{top:-.45em}.noteInput sub{bottom:-.2em}.noteInput .noteStandardImageWrap{display:inline-block;max-width:100%;vertical-align:baseline;margin:2px 6px 2px 4px;position:relative;cursor:default;border-radius:8px}.noteInput .noteStandardImageWrap:active{cursor:default}.ProseMirror-focused .noteInput .noteStandardImageWrap.is-selected,.noteInput .ProseMirror-focused .noteStandardImageWrap.is-selected{outline:2px solid rgba(59,130,246,.7);outline-offset:1px}.noteInput .noteStandardImageWrap.is-resize-hotspot,.noteInput .noteStandardImageWrap.is-resize-hotspot .noteStandardImage{cursor:nwse-resize}.noteInput .noteStandardImage{display:block;width:100%;max-width:none;height:auto;max-height:none;border-radius:6px;box-shadow:0 1px 2px #00000026;cursor:default}.noteInput .cellPlannerRichTable{width:auto;max-width:none;margin:8px 0;border-collapse:collapse;table-layout:fixed;border:1px solid rgba(66,32,6,.22)}.noteInput .cellPlannerRichTable td,.noteInput .cellPlannerRichTable th{border:1px solid rgba(66,32,6,.22);padding:6px 8px;vertical-align:middle}.noteInput .cellPlannerRichTable th{background:#fff7edeb}.noteInput .cellPlannerRichTable[data-cell-align=center] td,.noteInput .cellPlannerRichTable[data-cell-align=center] th{text-align:center}.noteInput .cellPlannerRichTable[data-cell-align=right] td,.noteInput .cellPlannerRichTable[data-cell-align=right] th{text-align:right}.noteInput .cellPlannerRichTable td[data-cell-align=left],.noteInput .cellPlannerRichTable th[data-cell-align=left]{text-align:left}.noteInput .cellPlannerRichTable td[data-cell-align=center],.noteInput .cellPlannerRichTable th[data-cell-align=center]{text-align:center}.noteInput .cellPlannerRichTable td[data-cell-align=right],.noteInput .cellPlannerRichTable th[data-cell-align=right]{text-align:right}.noteInput .noteDropIndicator{position:absolute;width:3px;background:#3b82f6;border-radius:999px;pointer-events:none;z-index:5;box-shadow:0 0 0 1px #fffffff2,0 0 0 6px #3b82f61f}.noteInput .noteDropIndicator:before,.noteInput .noteDropIndicator:after{content:"";position:absolute;left:50%;width:8px;height:8px;border-radius:999px;background:#3b82f6;border:1px solid #ffffff;transform:translate(-50%)}.noteInput .noteDropIndicator:before{top:-5px}.noteInput .noteDropIndicator:after{bottom:-5px}.noteInput[contenteditable=true]:empty:before{content:attr(data-placeholder);color:#42200680;pointer-events:none}.noteInput[data-editor-empty=true]:before{content:attr(data-placeholder);color:#42200680;pointer-events:none;position:absolute;top:16px;left:20px;line-height:1.5}.noteInput[data-editor-empty=true]:has(.cellPlannerRichTable):before,.noteInput[data-editor-empty=true]:has(.noteStandardImageWrap):before,.noteInput[data-editor-empty=true]:has(img):before{content:none}.noteLinkToast{align-self:center;margin:0 auto 12px;background:#111827eb;color:#fff;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:700;box-shadow:0 10px 24px #1118272e;pointer-events:none}.noteActions{display:flex;justify-content:flex-end;gap:8px;padding:0 20px 20px;position:sticky;bottom:0;background:#fef9c3}.panel__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.panel__title{font-size:11px;font-weight:700;color:#64748b;margin-bottom:12px;flex-shrink:0;text-transform:uppercase;letter-spacing:.05em}.panel__toggleIcon{font-size:10px;color:var(--muted)}.archiveControl{margin-top:12px;display:flex;flex-direction:column;gap:10px;animation:fadeIn .2s ease}.archiveSelect{width:100%;padding:8px;border-radius:8px;border:1px solid var(--border);background:#fff;font-size:12px;color:var(--text);outline:none}.archiveBtnGroup{display:flex;gap:8px}.archiveBtn{flex:1;padding:8px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:#fff;color:var(--text);text-align:center}.archiveBtn:hover{background:#f1f5f9}.archiveBtn:disabled{opacity:.5;cursor:not-allowed}.archiveBtn.is-danger{color:#ef4444;border-color:#ef444433}.archiveBtn.is-danger:hover{background:#fef2f2}.navPanel{margin-top:16px}.navList{display:flex;flex-direction:column;gap:6px}.navDivider{height:1px;background:var(--border);margin:4px 0}.navItem{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:var(--muted);transition:all .15s ease}.navItem:hover{background:#3b82f614;color:#3b82f6}.navItem.is-active{background:#3b82f61f;color:#3b82f6;border-color:#3b82f633;font-weight:700;cursor:default}.archiveGroupHeader{font-size:11px;font-weight:800;color:#475569;margin-top:12px;margin-bottom:6px;padding-bottom:2px;border-bottom:1px solid #E2E8F0;letter-spacing:.05em;text-align:center}.archiveGroupHeader--project{text-align:left;border-bottom:none;padding-bottom:0;color:#9ca3af;display:flex;align-items:center;gap:6px}.archiveGroupHeader--uncategorized{border-top:1px solid #E2E8F0;padding-top:6px;margin-top:14px}.plannerArchivedArrow{display:inline-block;transition:transform .15s ease}.archiveGroupHeader--project.is-open .plannerArchivedArrow{transform:rotate(90deg)}.archivedTitle{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:0}.archiveTaskLabel{flex:1;min-width:0;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden}.actionGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.actionBtn{border:1px solid var(--border);background:#0f172a08;padding:8px 4px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;text-align:center;transition:all .15s;color:var(--text)}.actionBtn:hover:not(:disabled){background:#0f172a0f}.actionBtn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.actionBtn.is-active{background:#fff;border-color:#3b82f6;color:#3b82f6;box-shadow:0 1px 3px #3b82f626}.actionBtn.is-danger{color:#ef4444}.actionBtn.is-danger:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.panel__header_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.headerBtnGroup{display:flex;gap:6px}.headerBtn{font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;border:1px dashed var(--border2);background:transparent;color:var(--muted);cursor:pointer;transition:all .2s;line-height:1}.headerBtn:hover{color:#3b82f6;border-color:#3b82f6;background:#f8fafc}.taskList{flex:1;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;display:flex;flex-direction:column;gap:8px;padding:4px 2px}.taskItem{display:flex;flex-direction:column;gap:4px;position:relative;min-width:0;background:#fff;border:1px solid transparent;border-radius:8px;padding:8px;transition:all .2s}.taskItem.dragging{z-index:100;box-shadow:0 5px 15px #0000001a;background:#fff;border-color:#e2e8f0}.taskItem:hover{background:#f8fafc}.taskItem.is-active{background:var(--task-active-bg, #F0F9FF);box-shadow:inset 3px 0 0 var(--task-accent, #3B82F6),inset -3px 0 0 var(--task-accent, #3B82F6)}.projectItem{margin-top:16px;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid #94A3B8;display:flex;align-items:center;gap:8px;background:transparent}.projectItem.dragging{z-index:100;box-shadow:0 5px 15px #0000001a;background:#fff;border:1px solid #E2E8F0;padding-left:4px}.projectNameInput{font-size:12px;font-weight:700;color:#475569;border:none;background:transparent;flex:1;outline:none;text-align:center;text-transform:none}.projectFilterBtn{background:transparent;border:none;cursor:pointer;color:#cbd5e1;padding:2px;border-radius:4px}.projectFilterBtn:hover{color:#3b82f6;background:#3b82f61a}.projectFilterBtn.active{color:#3b82f6}.taskHeaderRow{display:flex;align-items:center;gap:8px;width:100%}.dragHandle{color:#cbd5e1;cursor:grab;padding:4px 0;display:flex;align-items:center}.dragHandle:hover{color:#64748b}.dragHandle:active{cursor:grabbing}.taskColorDot{width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.1);cursor:pointer;flex-shrink:0;transition:transform .2s}.taskColorDot:hover{transform:scale(1.1)}.taskControls{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.taskNameInput{flex:1;min-width:0;height:28px;padding:0 6px;font-size:13px;font-weight:600;font-family:inherit;background:transparent;border:1px solid transparent;border-radius:4px;outline:none;transition:border-color .2s;color:var(--text)}.taskNameInput:focus{border-color:#3b82f6;background:#fff}.taskNameInput:hover{border-color:var(--border)}.taskActionMenu{display:flex;gap:4px;margin-left:auto}.taskActionBtn{padding:4px;border-radius:4px;color:var(--muted);cursor:pointer;border:none;background:transparent;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s}.taskActionBtn:hover{opacity:1;background:#0000000d;color:var(--text)}.taskActionBtn.delete:hover{color:#ef4444;background:#fef2f2}.addTaskBtn{width:48%;padding:8px;border:1px dashed var(--border2);border-radius:8px;color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:all .2s}.addTaskBtn:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.addBtnGroup{display:flex;justify-content:space-between;margin-top:8px}.timerPresetTriggerPlus{min-height:28px;border-radius:8px;border:1px dashed var(--border2);background:transparent;color:var(--muted);font-size:12px;line-height:1.1;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;margin-right:8px;transition:all .2s}.timerPresetTriggerPlus:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.timerPanel{gap:10px;display:flex;flex-direction:column}.timerForm{display:flex;flex-direction:column;gap:8px}.timerLabelInput{width:100%;padding:8px;border-radius:8px;border:1px solid var(--border);font-size:13px}.timerLabelInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.timerTimeRow{display:grid;grid-template-columns:1fr auto 1fr auto auto;gap:6px;align-items:center}.timerNumber{width:100%;padding:8px;border-radius:8px;border:1px solid var(--border);text-align:center;font-size:13px}.timerNumber:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.timerTimeSep{font-size:12px;color:var(--muted);text-align:center}.timerAddBtn{padding:6px 8px;border-radius:8px;border:1px solid #F59E0B;background:#fbbf24;color:#111827;font-weight:700;font-size:12px;cursor:pointer}.timerAddBtn:hover{background:#f59e0b}.timerListPanel{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto;scrollbar-gutter:stable}.timerItem{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:10px}.timerItem.is-armed{box-shadow:0 0 0 2px #0ea5e940;border-color:#0ea5e9}.timerLabelRow{display:flex;flex-direction:column;gap:4px}.timerLabel{font-weight:800;font-size:13px;color:var(--text)}.timerCountdown{font-family:monospace;font-weight:800;color:#0ea5e9}.timerActionBtns{display:flex;gap:6px}.timerAction{padding:6px 8px;border-radius:6px;border:1px solid var(--border);background:#f8fafc;font-size:12px;font-weight:700;cursor:pointer}.timerAction.send{border-color:#0ea5e9;color:#0ea5e9;background:#e0f2fe}.timerAction.send:hover{background:#bae6fd}.timerAction.delete{border-color:#fecaca;color:#ef4444;background:#fef2f2}.timerAction.delete:hover{background:#fee2e2}.timerEmpty{color:var(--muted);font-size:12px;text-align:center;padding:6px 0}.timerHint{font-size:11px;font-weight:700;color:#0ea5e9}.modalOverlay.timerPresetModalOverlay{--timer-preset-modal-anchor-height: 660px;display:block;overflow-y:auto;padding:max(16px,calc((100vh - var(--timer-preset-modal-anchor-height)) / 2)) 16px 16px;box-sizing:border-box}.modalBox.modalBox--dialog.timerPresetModal{width:min(45vw,640px);max-width:calc(100vw - 32px);padding:18px;margin:0 auto 16px}.timerPresetModal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.timerPresetModal__headerText{min-width:0}.timerPresetModal__title{margin:0;text-align:left}.timerPresetModal__hintRow{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.timerPresetModal__hintActions{display:inline-flex;align-items:center;gap:8px;margin-top:-4px}.timerPresetModal__hint{margin:0;color:#64748b;font-size:12px;line-height:1.45}.timerPresetModal__addBtn{width:26px;height:26px;border-radius:8px;border:1px solid #CBD5E1;background:#f8fafc;color:#334155;font-size:18px;line-height:1;cursor:pointer;padding:0}.timerPresetModal__addBtn:hover{border-color:#94a3b8;background:#f1f5f9}.timerPresetModal__removeBtn{width:26px;height:26px;border-radius:8px;border:1px solid #CBD5E1;background:#f8fafc;color:#334155;font-size:18px;line-height:1;cursor:pointer;padding:0}.timerPresetModal__removeBtn:hover:not(:disabled){border-color:#94a3b8;background:#f1f5f9}.timerPresetModal__removeBtn:disabled{opacity:.45;cursor:default}.timerPresetModal__removeBtn.is-active{border-color:#ef4444;background:#fef2f2;color:#dc2626}.timerPresetModal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:min(72vh,540px);overflow-y:auto}.timerPresetCard{padding:10px;border:1px solid var(--border);border-radius:10px;background:#fff;display:flex;flex-direction:column;gap:8px;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.timerPresetCard.is-dragging{border-color:#c7d2fe;box-shadow:0 10px 24px #4338ca1f;opacity:.92}.timerPresetCard__labelRow{display:flex;align-items:center;gap:8px}.timerPresetShortcut{display:inline-flex;align-items:center;justify-content:center;width:26px;min-width:26px;height:26px;border-radius:8px;background:#eef2ff;color:#4338ca;font-family:monospace;font-size:12px;font-weight:800}.timerPresetShortcut--dragHandle{cursor:grab;-webkit-user-select:none;user-select:none}.timerPresetShortcut--dragHandle.is-disabled{cursor:default}.timerPresetCard.is-dragging .timerPresetShortcut--dragHandle{cursor:grabbing}.timerPresetCard__timeRow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto auto;gap:6px;align-items:center}.timerPresetCard__startBtn{width:32px;height:32px;border:1px solid #CBD5E1;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;padding:0}.timerPresetCard__startBtn:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.colorPickerContent{display:flex;flex-direction:column;gap:16px}.colorInputRow{display:flex;align-items:center;gap:12px}.colorHexInput{flex:1;padding:8px;border:1px solid var(--border);border-radius:6px;font-family:monospace;text-transform:uppercase}.colorWarning{font-size:12px;padding:8px;background:#fef2f2;color:#b91c1c;border-radius:6px;display:flex;align-items:flex-start;gap:6px;line-height:1.4}.colorPickerHint{margin:0;font-size:12px;line-height:1.5;color:#475569}.colorPickerResetBtn{border:1px solid #CBD5E1;border-radius:8px;padding:10px 12px;background:#f8fafc;color:#0f172a;font-size:12px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.colorPickerResetBtn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.colorPickerResetBtn:disabled{cursor:default;opacity:.55}.main{flex:1;display:flex;flex-direction:column;padding:clamp(12px,2.2vw,18px);gap:12px;min-width:0;min-height:0;overflow:hidden}.plannerApp .main{padding:var(--planner-main-padding)}.boardContainer{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;display:flex;flex-direction:column;gap:24px;padding-bottom:40px;overflow-anchor:none}.plannerApp .boardContainer{align-items:center;gap:0}.boardContainer.is-workbench{overflow:hidden;padding-bottom:0;scrollbar-gutter:auto}.plannerBoardTrack{width:min(100%,calc(100% * var(--planner-board-width-scale)));display:flex;flex-direction:column;gap:24px}.workbenchView{width:min(100%,calc(100% * var(--planner-board-width-scale)));position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:calc(18px * var(--planner-density));container-type:inline-size;--workbench-header-gap-row: max(12px, calc(18px * var(--planner-density)));--workbench-header-gap-column: max(16px, calc(24px * var(--planner-density)));--workbench-header-padding-block: max(18px, calc(22px * var(--planner-density)));--workbench-header-padding-inline: max(18px, calc(24px * var(--planner-density)));--workbench-header-radius: max(20px, calc(24px * var(--planner-density)));--workbench-header-shadow-y: max(14px, calc(18px * var(--planner-density)));--workbench-header-shadow-blur: max(30px, calc(40px * var(--planner-density)));--workbench-title-row-gap-y: max(8px, calc(10px * var(--planner-density)));--workbench-title-row-gap-x: max(10px, calc(14px * var(--planner-density)));--workbench-eyebrow-margin: max(4px, calc(6px * var(--planner-density)));--workbench-legend-gap: max(6px, calc(8px * var(--planner-density)));--workbench-legend-row-gap-2row: max(3px, calc(4px * var(--planner-density)));--workbench-legend-column-gap: max(16px, calc(20px * var(--planner-density)));--workbench-legend-chip-gap: max(6px, calc(8px * var(--planner-density)));--workbench-legend-chip-padding-block: max(4px, calc(6px * var(--planner-density)));--workbench-legend-chip-padding-inline: max(8px, calc(10px * var(--planner-density)));--workbench-legend-chip-font-size: 12px;--workbench-legend-chip-line-height: 1.15;--workbench-legend-dot-size: max(10px, calc(12px * var(--planner-density)));--workbench-legend-visible-rows: 1;--workbench-legend-visible-height: calc( var(--workbench-legend-chip-height) + max(10px, calc(14px * var(--planner-density))) );--workbench-legend-chip-height: calc( (var(--workbench-legend-chip-font-size) * var(--workbench-legend-chip-line-height)) + (var(--workbench-legend-chip-padding-block) * 2) + 2px );--workbench-legend-visible-height: calc( (var(--workbench-legend-chip-height) * var(--workbench-legend-visible-rows)) + (var(--workbench-legend-gap) * 2) );--workbench-legend-column-gap-min: max(6px, calc(8px * var(--planner-density)));--workbench-legend-height-2row: calc( (var(--workbench-legend-chip-height) * 2) + var(--workbench-legend-gap) );--workbench-legend-overflow-btn-size: max(24px, calc(28px * var(--planner-density)));--workbench-legend-overflow-reserve-inline: calc(var(--workbench-legend-overflow-btn-size) + max(10px, calc(12px * var(--planner-density))));--workbench-legend-overflow-reserve-block: max(4px, calc(6px * var(--planner-density)));--workbench-header-height: max( 94px, calc(104px * var(--planner-density)), calc(var(--workbench-legend-visible-height) + (var(--workbench-header-padding-block) * 2)) )}.workbenchLayoutProbe{position:absolute;top:0;left:-99999px;width:100%;height:0;overflow:hidden;opacity:0;pointer-events:none}.workbenchLayoutProbe .grid{width:100%}.workbenchLayoutProbe .dayCol__head{visibility:hidden}.workbenchLayoutProbe .cell,.workbenchLayoutProbe .cell__input{pointer-events:none}.workbenchView__header{display:flex;flex-direction:column;gap:0;padding:calc(var(--workbench-header-padding-block) * .7) var(--workbench-header-padding-inline) 0;border:1px solid rgba(15,23,42,.08);border-radius:var(--workbench-header-radius);background:#fff;box-shadow:0 var(--workbench-header-shadow-y) var(--workbench-header-shadow-blur) #0f172a14}.workbenchView__topSection{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;column-gap:var(--workbench-header-gap-column);min-height:max(56px,calc(64px * var(--planner-density)));padding-bottom:calc(var(--workbench-header-padding-block) * .7)}.workbenchView__topLeft{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;align-self:stretch;min-width:0}.workbenchView__topRight{justify-self:end;align-self:center;display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;flex-wrap:nowrap}.workbenchView__dateCenter{align-self:center;display:flex;align-items:baseline;justify-content:center;gap:var(--workbench-title-row-gap-x);min-width:0}.workbenchView__dateText,.workbenchView__weekday{font-size:clamp(13px,1.4vw,16px);font-weight:600;color:#94a3b8;line-height:1;letter-spacing:.01em;white-space:nowrap}.workbenchView__timeText{font-size:clamp(22px,2.8vw,36px);font-weight:800;color:#0f172a;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap}.workbenchSmartCue{display:flex;flex-direction:row;align-items:center;gap:5px}.workbenchSmartCue__label{display:flex;align-items:center;gap:5px;cursor:pointer}.workbenchSmartCue__checkbox{width:13px;height:13px;accent-color:#2563EB;cursor:pointer;flex:0 0 auto}.workbenchSmartCue__labelText{font-size:11px;font-weight:700;color:#475569;line-height:1;white-space:nowrap}.workbenchSmartCue__infoWrapper{position:relative}.workbenchSmartCue__infoBtn{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:none;color:#94a3b8;cursor:pointer;transition:color .15s ease}.workbenchSmartCue__infoBtn:hover{color:#475569}.workbenchSmartCue__tooltip{position:absolute;top:calc(100% + 6px);left:0;width:200px;padding:10px 12px;border-radius:10px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 8px 24px #0f172a1f;z-index:100}.workbenchSmartCue__tooltipText{margin:0;font-size:11px;font-weight:500;color:#64748b;line-height:1.5;white-space:pre-line}.workbenchSmartCue__text{font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap}.workbenchSmartCue__minInput{width:28px;padding:0 2px 1px;border:none;border-bottom:1.5px solid rgba(148,163,184,.6);background:none;font-size:11px;font-weight:700;color:#334155;text-align:center;outline:none;-moz-appearance:textfield}.workbenchSmartCue__minInput::-webkit-outer-spin-button,.workbenchSmartCue__minInput::-webkit-inner-spin-button{-webkit-appearance:none}.workbenchSmartCue__minInput:focus{border-bottom-color:#2563eb}.workbenchView__headerAction{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:34px;padding:0 16px;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:#f8fafceb;color:#334155;font-size:13px;font-weight:800;letter-spacing:.01em;line-height:1;white-space:nowrap;box-shadow:inset 0 1px #ffffffb8;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.workbenchView__headerAction:hover{border-color:#2563eb2e;background:#eff6ffd9;color:#1d4ed8}.workbenchView__headerAction:focus-visible{outline:2px solid rgba(37,99,235,.32);outline-offset:2px}.workbenchView__legend{display:flex;flex-direction:column;align-items:stretch;min-width:0;width:calc(100% + var(--workbench-header-padding-inline) * 2);margin-left:calc(-1 * var(--workbench-header-padding-inline));border-radius:0 0 var(--workbench-header-radius) var(--workbench-header-radius);overflow:hidden}.workbenchLegend__frame{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:var(--workbench-legend-visible-height);min-width:0;padding-inline:var(--workbench-header-padding-inline);box-sizing:border-box}.workbenchLegend__viewport{width:100%;max-width:100%;min-width:0;height:var(--workbench-legend-visible-height);overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.workbenchLegend__frame[data-phase=wrap] .workbenchLegend__viewport,.workbenchLegend__frame[data-phase=overflow] .workbenchLegend__viewport{height:var(--workbench-legend-height-2row);align-items:flex-start;justify-content:center}.workbenchLegend__frame[data-phase=overflow] .workbenchLegend__viewport{align-items:flex-start;padding-right:var(--workbench-legend-overflow-reserve-inline)}.workbenchLegend__frame[data-phase=wrap],.workbenchLegend__frame[data-phase=overflow]{min-height:var(--workbench-legend-height-2row)}.workbenchLegend__list{display:flex;align-items:center;flex-wrap:nowrap;column-gap:var(--workbench-legend-current-gap, var(--workbench-legend-column-gap))}.workbenchLegend__frame[data-phase=wrap] .workbenchLegend__list,.workbenchLegend__frame[data-phase=overflow] .workbenchLegend__list{width:100%;flex-wrap:wrap;justify-content:center;align-content:flex-start;column-gap:var(--workbench-legend-column-gap-min);row-gap:var(--workbench-legend-row-gap-2row)}.workbenchLegend__popup{align-items:stretch}.workbenchLegend__list--popup{display:flex;flex-direction:column;align-items:stretch;gap:var(--workbench-legend-gap);width:100%;min-height:0}.workbenchLegend__popup .workbenchView__legendItem{width:100%}.workbenchView__legendItem{display:flex;align-items:center;justify-content:flex-start;gap:var(--workbench-legend-chip-gap);min-width:0;padding:var(--workbench-legend-chip-padding-block) var(--workbench-legend-chip-padding-inline);border-radius:999px;border:1px solid rgba(15,23,42,.08);background:var(--workbench-legend-bg, rgba(248,250,252,.92));color:var(--workbench-legend-fg, #0F172A)}.workbenchView__legendItem.is-ungrouped{background:var(--workbench-legend-bg, rgba(255,255,255,.94))}.workbenchView__legendDot{width:var(--workbench-legend-dot-size);height:var(--workbench-legend-dot-size);border-radius:999px;flex:0 0 auto;border:1px solid rgba(15,23,42,.12);box-shadow:0 0 0 2px #fffc}.workbenchView__legendLabel{min-width:0;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap;text-align:left;font-size:var(--workbench-legend-chip-font-size);line-height:var(--workbench-legend-chip-line-height);font-weight:800;color:inherit}.workbenchView__legendEmpty{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:var(--workbench-legend-visible-height);padding-inline:var(--workbench-header-padding-inline);font-size:12px;font-weight:700;color:#64748b;white-space:nowrap;text-align:center}.workbenchLegend__moreBtn{position:absolute;right:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;width:var(--workbench-legend-overflow-btn-size);min-width:var(--workbench-legend-overflow-btn-size);height:var(--workbench-legend-overflow-btn-size);border:1px solid rgba(37,99,235,.12);border-radius:999px;appearance:none;background:linear-gradient(180deg,#fffffffa,#f1f5f9fa);padding:0;box-shadow:0 10px 24px #0f172a1f,inset 0 1px #ffffffb3;color:#2563eb;cursor:pointer;font-size:14px;font-weight:800;line-height:1}.workbenchLegend__moreBtn:hover{color:#1d4ed8}.workbenchLegend__moreBtn:focus-visible,.closeListBtn:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}@container (max-width: 920px){.workbenchView__title{font-size:clamp(24px,4.2cqi,30px)}.workbenchView__headerAction{padding-inline:14px}}@container (max-width: 780px){.workbenchView__topSection{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"left right" "center center";align-items:center;row-gap:calc(var(--workbench-header-gap-row) * .8);min-height:auto}.workbenchView__topLeft{grid-area:left;justify-content:flex-start;align-self:center}.workbenchView__dateCenter{grid-area:center;justify-self:center}.workbenchView__topRight{grid-area:right}.workbenchView__headerAction{min-height:32px;padding-inline:12px;font-size:12px}}@container (max-width: 620px){.workbenchView__topRight{gap:6px}.workbenchView__headerAction{padding-inline:10px}}@media(max-height:1050px)and (min-width:861px){.workbenchView{--workbench-header-gap-row: max(10px, calc(12px * var(--planner-density)));--workbench-header-gap-column: max(14px, calc(18px * var(--planner-density)));--workbench-header-padding-block: max(16px, calc(18px * var(--planner-density)));--workbench-header-padding-inline: max(16px, calc(20px * var(--planner-density)));--workbench-header-radius: max(18px, calc(20px * var(--planner-density)));--workbench-header-shadow-y: max(10px, calc(12px * var(--planner-density)));--workbench-header-shadow-blur: max(24px, calc(28px * var(--planner-density)));--workbench-legend-column-gap: max(14px, calc(18px * var(--planner-density)));--workbench-legend-chip-padding-block: max(5px, calc(6px * var(--planner-density)));--workbench-legend-chip-padding-inline: max(8px, calc(10px * var(--planner-density)));--workbench-header-height: max( 88px, calc(96px * var(--planner-density)), calc(var(--workbench-legend-visible-height) + (var(--workbench-header-padding-block) * 2)) )}.workbenchView__title{font-size:clamp(24px,2vw + 8px,30px)}}.workbenchCanvas{position:relative;flex:1 1 auto;min-height:0;height:auto;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:linear-gradient(180deg,#fffffff5,#f1f5f9f5);box-shadow:inset 0 1px #fff9,0 18px 42px #0f172a14;overflow:hidden;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.plannerApp.is-workbench-view .workbenchCanvas.is-action-mode{border-color:transparent;background:linear-gradient(180deg,#ffffff4d,#f1f5f933);box-shadow:none}.workbenchCanvas__stageSizer{position:relative;min-width:100%;min-height:100%}.workbenchCanvas__stage{position:absolute;inset:0 auto auto 0;transform-origin:top left;border-radius:28px;background:linear-gradient(180deg,#fffffff5,#f1f5f9f5),repeating-linear-gradient(0deg,rgba(148,163,184,.08) 0,rgba(148,163,184,.08) 1px,transparent 1px,transparent 28px);overflow:visible;transition:transform .18s ease,background .16s ease}.plannerApp.is-workbench-view .workbenchCanvas.is-action-mode .workbenchCanvas__stage{background:linear-gradient(180deg,#ffffff4d,#f1f5f933)}.plannerApp.is-workbench-view .workbenchCanvas.is-action-mode .workbenchCanvas__columns{opacity:0}.workbenchCanvas__columns{position:absolute;inset:24px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:18px;pointer-events:none}.workbenchCanvas__column{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;border-radius:22px;border:1px dashed rgba(148,163,184,.28);background:linear-gradient(180deg,#ffffff6b,#ffffff2e);padding:14px 14px 18px}.workbenchCanvas__column>span{font-size:12px;font-weight:800;letter-spacing:.02em;color:#475569;text-align:center}.workbenchCanvas__empty{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(360px,calc(100% - 48px));padding:18px 20px;border-radius:18px;text-align:center;font-size:14px;font-weight:700;color:#475569;background:#ffffffd1;border:1px solid rgba(148,163,184,.22);box-shadow:0 14px 30px #0f172a14}.workbenchView__workspaceFooter{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 2px;margin-top:-2px}.workbenchView__modeLabel{flex:0 0 auto;min-width:0;padding-left:8px;color:#64748be6;font-size:12px;font-weight:700;letter-spacing:.02em;line-height:1;white-space:nowrap;-webkit-user-select:none;user-select:none}.workbenchView__zoomControl{display:inline-flex;align-items:center;gap:5px;padding:4px 6px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#ffffffa8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 18px #0f172a14}.workbenchView__zoomButton{height:22px;width:22px;min-width:22px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffffa,#f1f5f9f5);color:#0f172a;font-weight:800;line-height:1;box-shadow:inset 0 1px #ffffffb3;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer}.workbenchView__zoomButton:hover:not(:disabled){border-color:#2563eb33;color:#1d4ed8}.workbenchView__zoomButton:disabled{opacity:.42;cursor:default}.workbenchView__zoomButton:focus-visible,.workbenchView__zoomSlider:focus-visible{outline:2px solid rgba(37,99,235,.32);outline-offset:2px}.workbenchView__zoomSlider{--workbench-zoom-progress: 0%;--workbench-zoom-track-height: 4px;--workbench-zoom-thumb-size: 12px;width:clamp(62px,8vw,80px);height:var(--workbench-zoom-thumb-size);margin:0;padding:0;border:none;border-radius:999px;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none}.workbenchView__zoomSlider::-webkit-slider-runnable-track{height:var(--workbench-zoom-track-height);border-radius:999px;background:linear-gradient(90deg,#2563EB 0%,#2563EB var(--workbench-zoom-progress),rgba(148,163,184,.34) var(--workbench-zoom-progress),rgba(148,163,184,.34) 100%)}.workbenchView__zoomSlider::-webkit-slider-thumb{-webkit-appearance:none;width:var(--workbench-zoom-thumb-size);height:var(--workbench-zoom-thumb-size);margin-top:calc((var(--workbench-zoom-track-height) - var(--workbench-zoom-thumb-size)) / 2);border:1px solid rgba(37,99,235,.18);border-radius:50%;background:linear-gradient(180deg,#fff,#dbeafe);box-shadow:0 1px 4px #2563eb3d}.workbenchView__zoomSlider::-moz-range-track{height:var(--workbench-zoom-track-height);border:none;border-radius:999px;background:#94a3b857}.workbenchView__zoomSlider::-moz-range-progress{height:var(--workbench-zoom-track-height);border:none;border-radius:999px;background:#2563eb}.workbenchView__zoomSlider::-moz-range-thumb{width:var(--workbench-zoom-thumb-size);height:var(--workbench-zoom-thumb-size);border:1px solid rgba(37,99,235,.18);border-radius:50%;background:linear-gradient(180deg,#fff,#dbeafe);box-shadow:0 1px 4px #2563eb3d}.workbenchView__zoomSlider::-moz-focus-outer{border:0}.workbenchCard{--workbench-card-gap: 6px;--workbench-card-padding-top: 18px;--workbench-card-padding-inline: 18px;--workbench-card-padding-bottom: 16px;--workbench-card-radius: 22px;--workbench-card-shadow-y: 16px;--workbench-card-shadow-blur: 34px;--workbench-card-hover-shadow-y: 22px;--workbench-card-hover-shadow-blur: 42px;--workbench-card-active-shadow-y: 24px;--workbench-card-active-shadow-blur: 48px;--workbench-time-handle-inline-offset: 42px;--workbench-time-handle-width: 22px;--workbench-time-handle-height: 18px;--workbench-card-time-top: 14px;--workbench-card-time-font-size: 12px;--workbench-card-time-line-height: 1.1;--workbench-card-time-row-height: calc(var(--workbench-card-time-font-size) * var(--workbench-card-time-line-height));--workbench-card-time-dash-width: 14px;--workbench-card-time-dash-thickness: 2px;--workbench-card-done-marker-top: 10px;--workbench-card-marker-inset: 12px;--workbench-card-note-gap: 4px;--workbench-card-text-padding-y: 3px;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--workbench-card-gap);padding:var(--workbench-card-padding-top) var(--workbench-card-padding-inline) var(--workbench-card-padding-bottom);border-radius:var(--workbench-card-radius);border:1px solid rgba(15,23,42,.08);color:#0f172a;box-shadow:0 var(--workbench-card-shadow-y) var(--workbench-card-shadow-blur) #0f172a1f;transform-origin:center center;transition:box-shadow .18s ease,transform .18s ease,opacity .18s ease,width .18s ease,height .18s ease,padding .18s ease,gap .18s ease,border-radius .18s ease;background-clip:padding-box;overflow:visible}.workbenchCard:focus,.workbenchCard:focus-visible{outline:none}.workbenchCard:hover{box-shadow:0 var(--workbench-card-hover-shadow-y) var(--workbench-card-hover-shadow-blur) #0f172a29}.workbenchCard.is-dragging{transition:none}.workbenchCard.is-now-target{box-shadow:0 var(--workbench-card-active-shadow-y) var(--workbench-card-active-shadow-blur) #0ea5e92e,0 0 0 2px #0ea5e96b}.workbenchCard.is-ongoing{background-image:linear-gradient(#f59e0b,#f59e0b);background-size:4px 100%;background-repeat:no-repeat;background-position:0 0}.workbenchCard.is-done{background-image:linear-gradient(#93c5fd,#93c5fd);background-size:4px 100%;background-repeat:no-repeat;background-position:0 0}.workbenchCard__timeHandle:focus-visible{outline:none}.workbenchCard__timeHandle{bottom:100%;width:var(--workbench-time-handle-width);height:var(--workbench-time-handle-height);border:none;background:transparent;padding:0;cursor:inherit;display:flex;align-items:flex-end;justify-content:center;position:absolute;isolation:isolate;opacity:1;transition:opacity .15s ease,left .18s ease,right .18s ease,width .18s ease,height .18s ease;touch-action:none}.workbenchCard__timeHandle:before{content:"";position:absolute;left:50%;bottom:2px;width:calc(var(--workbench-time-handle-width) + 10px);height:calc(var(--workbench-time-handle-height) + 8px);transform:translate(-50%) scale(var(--workbench-smart-cue-scale, .9));border-radius:999px;background:var(--workbench-smart-cue-color, #94A3B8);opacity:var(--workbench-smart-cue-opacity, 0);filter:blur(5px);pointer-events:none;z-index:0;will-change:opacity,transform}.workbenchCard__timeHandle svg{display:block;position:relative;z-index:1}.workbenchCard__timeHandle--start{left:var(--workbench-time-handle-inline-offset)}.workbenchCard__timeHandle--end{right:var(--workbench-time-handle-inline-offset)}.is-now-target .workbenchCard__timeHandle{opacity:.85;animation:workbenchClipPulse 1.1s ease-in-out infinite}@keyframes workbenchClipPulse{0%,to{opacity:.85}50%{opacity:1}}.workbenchCard__contentShell{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-width:0;transition:width .18s ease,height .18s ease}.cell.workbenchCard__cellCore{box-sizing:border-box;width:100%;height:100%;min-height:0;padding:0 6px;background:transparent;background-image:none;border-color:transparent;outline:none;box-shadow:none;cursor:inherit;transform-origin:center center;transition:transform .18s ease}.cell.workbenchCard__cellCore:last-child{border-bottom-color:transparent}.cell.workbenchCard__cellCore:focus-within{box-shadow:none}.workbenchCard__input{position:relative;z-index:2}.workbenchCard__input::placeholder{color:#0f172a73}.workbenchCard__timeLabels{position:absolute;top:var(--workbench-card-time-top);left:var(--workbench-time-handle-inline-offset);right:var(--workbench-time-handle-inline-offset);height:var(--workbench-card-time-row-height);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:6px;pointer-events:none;transition:top .18s ease,left .18s ease,right .18s ease,height .18s ease,column-gap .18s ease}.workbenchCard__timeLabels.is-compact{--workbench-card-time-dash-width: 8px;column-gap:4px}.workbenchCard__timeText{position:relative;min-width:0;max-width:100%;overflow:hidden;color:#0f172aad;font-size:var(--workbench-card-time-font-size);font-weight:800;line-height:var(--workbench-card-time-line-height);white-space:nowrap;opacity:1;filter:saturate(1);transition:font-size .18s ease,color 1.4s ease,opacity 1.4s ease,filter 1.4s ease}.workbenchCard__timeText.is-past{color:#0f172aad;opacity:.72;filter:saturate(.3)}.workbenchCard__timeRangeDash{position:relative;grid-column:2;justify-self:center;width:var(--workbench-card-time-dash-width);height:var(--workbench-card-time-dash-thickness);border-radius:999px;background:#0f172aad;opacity:1;filter:saturate(1);transition:top .18s ease,width .18s ease,height .18s ease,background-color 1.4s ease,opacity 1.4s ease,filter 1.4s ease}.workbenchCard__timeRangeDash.is-past{background:#0f172aad;opacity:.72;filter:saturate(.3)}.workbenchCard__timeText--start{grid-column:1;justify-self:start}.workbenchCard__timeText--end{grid-column:3;justify-self:end}.workbenchCard__doneMarker{position:absolute;top:var(--workbench-card-done-marker-top);left:var(--workbench-card-marker-inset);width:16px;height:16px;color:#10b981;z-index:6;pointer-events:none;transition:top .18s ease,left .18s ease,width .18s ease,height .18s ease}.workbenchCard__ongoingMarker{position:absolute;top:calc(var(--workbench-card-done-marker-top) + 3px);left:calc(var(--workbench-card-marker-inset) + 2px);width:10px;height:10px;border:1px solid rgba(0,0,0,.06);background:#f59e0b;box-shadow:0 0 0 1px #fff9 inset;z-index:6;pointer-events:none;transition:top .18s ease,left .18s ease}.workbenchCard__noteMarkers{position:absolute;top:var(--workbench-card-done-marker-top);right:var(--workbench-card-marker-inset);display:flex;gap:var(--workbench-card-note-gap);z-index:6;pointer-events:none;transition:top .18s ease,right .18s ease,gap .18s ease}.workbenchCard .workbenchCard__timerTag{right:var(--workbench-card-marker-inset);bottom:var(--workbench-card-marker-inset);z-index:7;max-width:calc(100% - var(--workbench-card-marker-inset) - var(--workbench-card-marker-inset));white-space:nowrap;transition:right .18s ease,bottom .18s ease}.workbenchCanvas.is-zoom-scrubbing .workbenchCard,.workbenchCanvas.is-zoom-scrubbing .workbenchCanvas__stage,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__timeHandle,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__contentShell,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__cellCore,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__timeLabels,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__timeText,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__timeRangeDash,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__doneMarker,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__ongoingMarker,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__noteMarkers,.workbenchCanvas.is-zoom-scrubbing .workbenchCard__timerTag{transition:none!important}.workbenchCanvas.is-zoom-scrubbing .workbenchCard__timeHandle{animation:none!important}.workbenchCard__notePreview{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#0f172ab8;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.workbenchTimeModal{width:min(420px,calc(100vw - 32px));padding:20px;border-radius:22px;background:#fff;box-shadow:0 24px 60px #0f172a38;border:1px solid rgba(148,163,184,.22)}.workbenchTimeModal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;font-size:17px;font-weight:800;color:#0f172a}.workbenchTimeModal__body{display:flex;flex-direction:column;gap:14px}.workbenchTimeModal__row{display:flex;flex-direction:column;gap:10px;padding:0;font-size:13px;font-weight:700;color:#334155}.workbenchTimeModal__row>input[type=time]{height:42px;padding:0 12px;border-radius:12px;border:1px solid rgba(148,163,184,.3);background:#fff;color:#0f172a;font:inherit}.workbenchTimeModal__checkbox{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#475569}.workbenchTimeModal__error{padding:10px 12px;border-radius:8px;background:#fee2e2;border:1px solid #FECACA;color:#dc2626;font-size:13px;font-weight:600;line-height:1.4}.workbenchTimeModal__footer{margin-top:18px;display:flex;align-items:center;justify-content:flex-end;gap:12px}@media(max-width:860px){.workbenchView__workspaceFooter{padding-inline:0}.workbenchView__modeLabel{padding-left:2px;font-size:11px}.workbenchView__zoomControl{gap:4px;padding:3px 5px}.workbenchView__zoomButton{width:20px;min-width:20px;height:20px;font-size:12px}.workbenchView__zoomSlider{width:58px}}.app.is-workbench-view:not(.mode-write) .boardContainer{border-radius:12px}.app:not(.mode-write) .cell__input{pointer-events:none}.weekBlock{border:1px solid var(--border);border-radius:var(--radius);background:#ffffffb3;box-shadow:var(--shadow);overflow:visible;position:relative;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease}.weekBlock.is-relocated{z-index:2;border-color:#3b82f66b;box-shadow:0 18px 38px #3b82f629,0 0 0 1px #3b82f614;animation:weekRelocatedPulse 1.6s ease}.plannerBoardTrack .weekBlock,.plannerBoardTrack .weekBlock--placeholder{width:100%}.weekHeader{display:flex;align-items:center;gap:10px;padding:0 14px;background:var(--panel2);border-bottom:1px solid var(--border);height:40px;position:relative;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.weekDateWrapper{display:flex;align-items:center;gap:6px}.weekDateLabel{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-top:1px}.weekDateEditor{position:relative;display:flex;align-items:center;gap:4px}.weekDateInput{width:110px;height:28px;padding:0 10px;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#ffffffdb;font-family:inherit;font-size:12px;color:#475569;font-weight:600;outline:none;text-align:center}.weekDateInput:focus{color:#1d4ed8;border-color:#3b82f673;box-shadow:0 0 0 3px #3b82f61f}.weekDateCalendarBtn,.weekDateNavBtn{border:none;background:transparent;color:#64748b;cursor:pointer}.weekDateCalendarBtn{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.weekDateCalendarBtn:hover,.weekDateCalendarBtn.is-open{background:#94a3b824;color:#1e3a8a}.weekDatePopover{position:absolute;top:calc(100% + 8px);left:0;width:248px;padding:12px;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:#fff;box-shadow:0 14px 36px #0f172a2e;z-index:50}.weekDatePopoverHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.weekDateMonthLabel{font-size:12px;font-weight:700;color:#334155}.weekDateNavBtn{width:28px;height:28px;border-radius:999px;font-size:18px;line-height:1}.weekDateNavBtn:hover{background:#94a3b824;color:#1e3a8a}.weekDateCalendarGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.weekDateDayLabel{text-align:center;font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase}.weekDateDayButton{height:30px;border:none;border-radius:8px;background:transparent;color:#334155;font-size:12px;font-weight:600;cursor:pointer}.weekDateDayButton:hover:not(:disabled){background:#3b82f61f;color:#1d4ed8}.weekDateDayButton.is-selected{background:#dbeafe;color:#1d4ed8}.weekDateDayButton.is-outside-month{color:#94a3b8}.weekDateDayButton.is-disabled{color:#cbd5e1;cursor:not-allowed}.weekTitleInput{flex:0 0 300px;height:100%;border:none;background:transparent;outline:none;font-size:14px;font-weight:600;color:var(--text)}.weekTitleInput::placeholder{color:var(--muted);font-weight:500;opacity:.6}.weekSummaryWrapper{flex:1;position:relative;height:29px;overflow:hidden;display:flex;align-items:center;margin:0 12px}.weekSummaryWrapper.multiline{align-items:flex-start}.summaryBackdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9998;cursor:default}.summaryPopup{position:fixed;background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px;box-shadow:0 10px 40px #0003;z-index:9999;display:flex;flex-direction:column;gap:6px;max-height:400px;overflow-y:auto;min-width:240px;animation:popIn .1s ease}.weekSummaryContent{display:flex;flex-wrap:wrap;gap:0px 10px;align-content:flex-start;width:100%}.summaryItem{font-size:12px;font-weight:800;padding:0;margin:0;white-space:nowrap;line-height:1.15;color:var(--text)}.summaryPopup .summaryItem{line-height:1.4;border-bottom:1px solid #F1F5F9;padding-bottom:2px}.moreBtn{position:absolute;bottom:0;right:0;background:linear-gradient(to right,transparent,white 20%);padding-left:12px;font-size:14px;font-weight:800;color:#3b82f6;cursor:pointer;line-height:1}.moreBtn:hover{color:#2563eb}.closeListBtn{align-self:flex-end;border:none;appearance:none;background:transparent;padding:0;font-size:11px;font-weight:700;color:#94a3b8;cursor:pointer;margin-top:4px}.closeListBtn:hover{color:#64748b}.weekActions{display:flex;gap:8px}.weekActionBtn{font-size:11px;padding:6px 10px;border:1px solid var(--border);background:#fff;border-radius:6px;cursor:pointer;font-weight:600;color:var(--muted)}.weekActionBtn:hover{background:#f1f5f9;color:var(--text)}.weekActionBtn.is-danger{color:#ef4444;border-color:#ef444433}.weekActionBtn.is-danger:hover{background:#fef2f2}.weekCollapseBtn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid var(--border);background:#fff;border-radius:6px;cursor:pointer;color:var(--muted);transition:all .2s ease;margin-left:4px}.weekCollapseBtn:hover{background:#f1f5f9;color:var(--text)}.weekCollapseBtn svg{transition:transform .2s ease}.weekCollapseBtn.is-collapsed svg{transform:rotate(-90deg)}.weekBlock.is-collapsed{overflow:visible}.weekBlock.is-collapsed .grid{display:none}.grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding:4px}.plannerApp .grid{gap:var(--planner-grid-gap);padding:var(--planner-grid-padding)}.dayCol{display:flex;flex-direction:column;min-width:0}.dayCol:last-child{border-right:none}.dayCol__head{padding:8px;font-weight:800;font-size:12px;color:var(--text);border-bottom:1px solid var(--border);background:#0f172a05;text-align:center;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;position:relative;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease}.plannerApp .dayCol__head{padding:var(--planner-day-header-padding)}.dayCol__head.is-workbench-entry{cursor:pointer}.dayCol__head.is-workbench-entry:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;border-radius:999px;background:#64748b6b;transform:scaleX(.38);transform-origin:center center;opacity:0;transition:transform .18s ease,opacity .18s ease}.dayCol__head.is-workbench-entry:hover,.dayCol__head.is-workbench-entry:focus-visible{background:#0f172a0a;box-shadow:0 10px 20px -16px #0f172a59}.dayCol__head.is-workbench-entry:hover:after,.dayCol__head.is-workbench-entry:focus-visible:after{transform:scaleX(1);opacity:1}.dayCol__head.is-workbench-entry:hover .dayCol__headLabel,.dayCol__head.is-workbench-entry:focus-visible .dayCol__headLabel{color:#0f172a}.dayCol__head.is-workbench-entry:hover .dayCol__headDate:not(.dayCol__headDate--ghost):not(.is-today),.dayCol__head.is-workbench-entry:focus-visible .dayCol__headDate:not(.dayCol__headDate--ghost):not(.is-today){background:#ffffffe6;color:#475569;box-shadow:0 6px 12px -10px #0f172a59}.dayCol__head.is-workbench-entry:focus-visible{outline:none}.dayCol__headLabel{min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dayCol__headDate{min-width:22px;height:22px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1;color:#94a3b8;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.dayCol__headDate.is-today{background:#64748b;color:#fff;box-shadow:inset 0 0 0 1px #64748bd6}.dayCol__headDate--ghost{visibility:hidden;pointer-events:none}.dayCol__cells{display:grid;grid-auto-rows:var(--cell-height);gap:6px;padding:4px;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);overflow:visible;position:relative}.plannerApp .dayCol__cells{grid-auto-rows:var(--planner-cell-height);gap:var(--planner-grid-gap);padding:var(--planner-grid-padding)}.dayCol.is-day-done{background:transparent}.dayCol.is-day-done .dayCol__head{background:#f8fafc;color:var(--text)}.dayCol.is-day-done .dayCol__cells{background:transparent}.dayCol.is-day-done .dayCol__cells:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:999px;background:#93c5fd;pointer-events:none}.dayCol.is-day-done .cell.is-move-source{box-shadow:inset 0 0 0 3px #3b82f6!important}.dayCol.is-day-done .cell.is-done{background-image:none}.dayCol.is-day-done .cell__doneMarker{display:none}.confettiBurst{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:8}.workbenchCanvas__stage>.confettiBurst{z-index:80}.confettiPiece{position:absolute;top:0;width:8px;height:12px;border-radius:2px;opacity:0;animation:confetti-fall 1.6s linear forwards;transform:translate3d(0,-10px,0) rotate(var(--r));background:var(--c);left:var(--x);animation-delay:var(--d);will-change:transform,opacity}.cell{border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#ffffffd9;box-shadow:0 1px 2px #0f172a0f,0 4px 10px #0f172a0d;height:var(--cell-height);display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0;cursor:text;padding:0 6px;position:relative;outline:1px solid rgba(255,255,255,.6);outline-offset:-1px;background-clip:padding-box;overflow:visible}.plannerApp .cell{height:var(--planner-cell-height)}.cell.is-move-source{box-shadow:inset 0 0 0 3px #3b82f6!important;z-index:10}.cell.is-highlight{box-shadow:inset 0 2px #f59e0b00,inset 0 -2px #f59e0b00;z-index:12;animation:highlightStroke 1.6s ease-in-out forwards}.app.mode-timer-send .cell{cursor:crosshair}.cell.is-timer-target,.cell.is-timer-target:hover{box-shadow:none}.cell.is-done{background-color:#ffffffd9!important;background-image:linear-gradient(to right,#93C5FD 3px,transparent 3px)}.cell.is-done.is-move-source{box-shadow:inset 0 0 0 3px #3b82f6!important}.cell__doneMarker{position:absolute;top:2px;left:2px;width:14px;height:14px;color:#10b981;z-index:5;pointer-events:none}.cell.is-ongoing{background-image:linear-gradient(to right,#f59e0b 3px,#f59e0b00 3px)}.cell.is-ongoing.is-move-source{box-shadow:inset 0 0 0 3px #3b82f6!important}.noteTooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid var(--border2);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 12px;z-index:200;width:max-content;max-width:min(72vw,640px);pointer-events:none;font-size:12px;text-align:left;line-height:1.4;margin-bottom:8px;animation:fadeIn .2s ease;white-space:pre-wrap;word-wrap:break-word;overflow:visible}.noteTooltip--fixed{position:fixed;top:0;left:0;bottom:auto;transform:none;margin:0}.noteTooltip.is-bottom{top:100%;bottom:auto;margin-top:8px;margin-bottom:0}.tooltipRow{display:flex;align-items:flex-start;gap:6px;margin-bottom:4px}.tooltipRow:last-child{margin-bottom:0}.tooltipDot{margin-right:0;display:inline-block;vertical-align:middle;box-shadow:0 0 0 1px #0000000d;flex:0 0 auto;margin-top:4px}.tooltipText{display:block;white-space:pre-wrap;word-break:break-word}.cell.hover-action:hover{box-shadow:inset 0 -2px #c9a337}.app.mode-ongoing .cell.hover-action:hover,.app.mode-done .cell.hover-action:hover,.app.mode-paint .cell.hover-action:hover,.app.mode-add-row .cell.hover-action:hover,.app.mode-del-row .cell.hover-action:hover,.app.mode-erase .cell.hover-action:hover,.app.mode-move .cell.hover-action:hover,.app.mode-notes .cell.hover-action:hover{box-shadow:none}.cell:last-child{border-bottom:1px solid var(--border)}.cell__input{width:100%;resize:none;border:none;background:transparent;outline:none;font-family:inherit;font-size:var(--cell-font);font-weight:600;line-height:var(--cell-line-height);text-align:center;white-space:pre-wrap;word-break:break-word;display:block;padding:3px 0;max-height:calc((3 * var(--cell-line-height) * 1em) + 7px);overflow:hidden}.cell:focus-within{box-shadow:inset 0 0 0 2px #3b82f633}.cell__input:focus{border-radius:0;box-shadow:none;max-height:none;overflow:hidden;z-index:auto;background:transparent}.cell__noteMarkers{position:absolute;top:4px;right:4px;display:flex;gap:2px;z-index:5}.noteDot{width:6px;height:6px;border-radius:50%;box-shadow:0 0 0 1px #fffc}.noteDot.std{background-color:#1f2937}.noteDot.grn{background-color:#10b981}.noteDot.red{background-color:#ef4444}.cellTimerTag{position:absolute;right:4px;bottom:4px;padding:3px 6px;border-radius:999px;background:#fff;border:1px solid rgba(14,165,233,.4);display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;cursor:pointer;z-index:6}.cellTimerTime{font-family:monospace;color:#0ea5e9}.cellTimerDelete{color:#ef4444;font-weight:800}.cell__ongoingMarker{position:absolute;top:6px;left:6px;width:10px;height:10px;background:#f59e0b;border:1px solid rgba(0,0,0,.06);z-index:6;box-shadow:0 0 0 1px #fff9 inset}.cell.is-ongoing .cell__ongoingMarker.hollow{background:transparent;box-shadow:none;border:2px solid #F59E0B}.emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:16px;color:var(--muted)}@keyframes weekRelocatedPulse{0%{box-shadow:0 18px 38px #3b82f629,0 0 #3b82f638}35%{box-shadow:0 18px 38px #3b82f62e,0 0 0 10px #bfdbfe6b}to{box-shadow:0 18px 38px #3b82f629,0 0 #bfdbfe00}}@keyframes highlightStroke{0%{box-shadow:inset 0 2px #f59e0b00,inset 0 -2px #f59e0b00}15%{box-shadow:inset 0 2px #f59e0be6,inset 0 -2px #f59e0be6}85%{box-shadow:inset 0 2px #f59e0be6,inset 0 -2px #f59e0be6}to{box-shadow:inset 0 2px #f59e0b00,inset 0 -2px #f59e0b00}}@keyframes popIn{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes confetti-fall{0%{transform:translate3d(0,-10px,0) rotate(var(--r));opacity:1}55%{opacity:1}80%{opacity:.35}to{transform:translate3d(0,var(--piece-end-y, var(--endY, 300px)),0) rotate(calc(var(--r) + 180deg));opacity:0}}@media(max-width:860px){.sidebar__resizer,.sidebar__collapseToggle{display:none}.plannerApp .boardContainer{align-items:stretch}.plannerBoardTrack,.workbenchView{width:100%}.workbenchView__header{padding:18px}.workbenchView__topSection{min-height:auto}.workbenchView__legend{justify-self:stretch;width:100%}.workbenchCanvas{height:min(680px,calc(100dvh - 244px));border-radius:24px}.workbenchCanvas__columns{inset:20px;gap:12px}.grid{min-width:820px}.board{overflow:auto}}.mobile-menu-toggle{display:none;position:fixed;top:12px;left:12px;z-index:1001;background:var(--bg);border:1px solid var(--border);border-radius:8px;width:44px;height:44px;cursor:pointer;padding:10px;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.mobile-menu-toggle:hover{background:var(--hover);transform:scale(1.05)}.mobile-menu-toggle svg{color:var(--text)}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:999}@media(max-width:860px){.app .mobile-menu-toggle{display:flex;align-items:center;justify-content:center}.app .mobile-menu-backdrop{display:block}.app.sidebar-open{overflow:hidden;position:fixed;width:100%;height:100%}.app .sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;height:100vh;z-index:1000;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 8px #00000026;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.app .sidebar.is-mobile-open{transform:translate(0)}.app .sidebar__inner{min-height:auto;overflow-y:visible;padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}.app .main{width:100%;margin-left:0;padding-top:60px;padding-left:10px;padding-right:10px}.workbenchView__title{font-size:24px}.weekBlock{background:#fff;min-width:700px}.boardContainer{overflow-x:auto;-webkit-overflow-scrolling:touch}.grid{min-width:700px;background:#fff}.taskPanel{max-height:40vh;overflow-y:auto}.actionGrid{gap:6px}.actionBtn{padding:8px;font-size:13px}.timerForm{flex-direction:column;gap:8px}.timerForm input{width:100%}.timerPresetModal,.modalOverlay.timerPresetModalOverlay{padding:16px}.timerPresetModal__grid{grid-template-columns:1fr}.week__header{flex-wrap:wrap;gap:8px}.week__title{font-size:16px}.navPanel{margin-top:auto}}@media(max-width:480px){.mobile-menu-toggle{top:8px;left:8px;width:40px;height:40px}.app .sidebar{width:200px}.app .main{padding-top:56px}.workbenchCanvas{height:min(560px,calc(100dvh - 256px))}.workbenchCard{padding-left:14px;padding-right:14px}.gridTable td,.gridTable th{min-width:40px;font-size:12px}.week__title{font-size:14px}.actionBtn{padding:6px;font-size:12px}}.brand__userWrapper{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.brand__title{max-width:220px;white-space:nowrap;gap:4px}.brand__badge{width:30px;height:30px;object-fit:contain;flex:0 0 auto;pointer-events:none}.labnotesActionList{display:flex;flex-direction:column;gap:10px}.labnotesActionList .actionBtn{width:100%}.labnotesActionRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.labnotesActionRow--inline{gap:8px}.labnotesActionRow--inline .actionBtn{flex:1 1 0;width:auto;min-width:0;padding:8px 4px}.labnotesActionRow--triple .actionBtn{flex:1 1 0}.labnotesActionBtnSingle{flex:0 0 calc((100% - 16px) / 3)!important;max-width:calc((100% - 16px) / 3)}.labnotesActionRow--inline .labnotesActionText{margin-left:2px;white-space:nowrap}.labnotesActionShowHidden{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.modalOverlay.labnotesFindOverlay{display:block!important;padding-top:clamp(24px,7vh,72px);padding-bottom:20px;overflow-y:auto}.modalOverlay.labnotesFindOverlay .modalBox.labnotesFindModal{width:min(1200px,calc(100vw - 24px))!important;max-width:min(1200px,calc(100vw - 24px))!important;height:min(86vh,820px);max-height:min(86vh,820px);margin:0 auto;text-align:left;padding:20px 18px 16px;display:flex;flex-direction:column;gap:10px}.modalOverlay.labnotesExportOverlay{display:block!important;padding-top:clamp(24px,7vh,72px);padding-bottom:20px;overflow-y:auto}.modalOverlay.labnotesExportOverlay .modalBox.labnotesExportModal{width:min(980px,calc(100vw - 24px))!important;max-width:min(980px,calc(100vw - 24px))!important;max-height:min(92vh,920px);margin:0 auto;text-align:left;padding:20px 18px 16px;display:flex;flex-direction:column;gap:12px}.labnotesExportBody{display:flex;flex-direction:column;gap:12px;overflow:auto;padding-right:2px;min-height:0}.labnotesExportSection{border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.labnotesExportSectionTitle{font-size:12px;font-weight:700;color:#374151}.labnotesExportRadioRow{display:flex;flex-wrap:wrap;gap:12px}.labnotesExportOption{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#111827;font-weight:600}.labnotesExportOption input{margin:0}.labnotesExportSelectRow{display:flex;align-items:center}.labnotesExportSelect{width:100%;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;font-size:13px;font-weight:600;padding:8px 10px;outline:none}.labnotesExportSelect:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.labnotesExportSubRow{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.labnotesExportSubLabel{font-size:12px;color:#6b7280;font-weight:700}.labnotesExportActions{margin-top:auto}.labnotesExportActions .modalBtn[disabled]{opacity:.5;cursor:not-allowed}.labnotesExportPreview{height:min(280px,32vh);border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:scroll;scrollbar-gutter:stable both-edges;padding:10px}.labnotesExportPreview::-webkit-scrollbar{width:12px;height:12px}.labnotesExportPreview::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.labnotesExportPreview::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:10px;border:2px solid #f3f4f6}.labnotesExportPreview::-webkit-scrollbar-thumb:hover{background:#6b7280}.labnotesExportPreviewInner{min-height:100%;-webkit-user-select:none;user-select:none}.labnotesExportPreviewInner *{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.labnotesExportPreviewInner .labnotesOutcomeImageWrap{resize:none!important}.labnotesExportPreviewInner img{max-width:100%!important;width:auto!important;height:auto!important;display:block;pointer-events:none;-webkit-user-drag:none;user-drag:none}.labnotesExportPreviewInner table{width:100%;border-collapse:collapse;table-layout:fixed}.labnotesExportPreviewInner th,.labnotesExportPreviewInner td{white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;vertical-align:top;box-sizing:border-box}.labnotesExportPreviewInner .noteStandardImageWrap{display:inline-block!important;vertical-align:baseline;max-width:100%!important}.labnotesExportPreviewInner .noteStandardImageWrap img,.labnotesExportPreviewInner .noteStandardImage{display:block!important;width:100%!important;max-width:none!important;height:auto!important}.labnotesExportPreviewInner .labnotesNoteLine .cellPlannerRichTable{width:auto;max-width:none;table-layout:fixed;border-collapse:collapse}.labnotesExportPreviewInner .labnotesNoteLine .cellPlannerRichTable td,.labnotesExportPreviewInner .labnotesNoteLine .cellPlannerRichTable th{border:1px solid #cbd5e1;padding:6px 8px;vertical-align:middle}.labnotesExportToast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:12000;background:#111827;color:#fff;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;box-shadow:0 10px 24px #11182740;pointer-events:none}.labnotesFindTop{flex:0 0 auto;display:flex;flex-direction:column;gap:10px}.labnotesFindInput{width:100%;height:40px;min-height:40px;max-height:40px;flex:0 0 40px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;font-size:14px;color:#111827;outline:none}.labnotesFindInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.labnotesFindMeta{flex:0 0 18px;min-height:18px;max-height:18px;font-size:12px;font-weight:600;color:#6b7280;overflow:hidden}.labnotesFindFilters{flex:0 0 170px;min-height:170px;max-height:170px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff;overflow:auto}.labnotesFindFiltersTitle{font-size:12px;font-weight:700;color:#374151}.labnotesFindFilterActions{display:flex;gap:12px;margin-top:6px}.labnotesFindFilterLink{border:none;background:transparent;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;padding:0}.labnotesFindFilterLink:hover{text-decoration:underline}.labnotesFindFilterGrid{margin-top:8px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.labnotesFindFilterItem{display:flex;align-items:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;background:#f9fafb}.labnotesFindFilterItem input[type=checkbox]{margin:0}.labnotesFindFilterLabel{font-size:12px;color:#111827;font-weight:600;white-space:normal;overflow-wrap:anywhere}.labnotesFindFilterCount{margin-left:auto;font-size:11px;color:#6b7280;font-weight:700}.labnotesFindAssistRow{margin-top:8px;display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}.labnotesFindAssistText{font-size:12px;color:#6b7280;font-weight:600}@media(max-width:900px){.labnotesFindFilterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.labnotesFindFilterGrid{grid-template-columns:minmax(0,1fr)}}.labnotesFindList{flex:1 1 auto;min-height:140px;max-height:none;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;overflow:auto;padding:8px;display:flex;flex-direction:column;gap:8px}.labnotesFindEmpty{color:#6b7280;font-size:13px;padding:16px;text-align:center}.labnotesFindItem{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px;cursor:pointer}.labnotesFindItemTop{display:flex;align-items:flex-start;gap:8px}.labnotesFindItem:hover{border-color:#bfdbfe;box-shadow:0 0 0 2px #3b82f61f}.labnotesFindItem:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.labnotesFindItemMeta{display:flex;align-items:center;gap:8px;font-size:12px;color:#4b5563;flex-wrap:wrap;min-width:0}.labnotesFindBadge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;padding:2px 8px;font-weight:700}.labnotesFindSnippet{font-size:13px;color:#111827;line-height:1.45}.labnotesInkHeader{display:flex;flex-direction:column;gap:6px;margin-top:4px}.labnotesInkTitle{font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;text-align:center}.labnotesInkDivider{height:1px;background:#e5e7eb;width:100%}.labnotesInkRow{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.labnotesInkBtn{text-align:center;border:1px solid #e5e7eb;background:#0f172a08;padding:8px 4px;border-radius:8px;font-size:12px;font-weight:600;color:#111827;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s;justify-content:center}.labnotesInkBtn:hover{background:#0f172a0f}.labnotesInkBtn.is-active{background:#fff;border-color:#3b82f6;color:#3b82f6;box-shadow:0 1px 3px #3b82f626}.labnotesInkDot{width:8px;height:8px;border-radius:999px;background:#111827}.labnotesInkDot.is-standard{background:#111827}.labnotesInkDot.is-green{background:#10b981}.labnotesInkDot.is-red{background:#ef4444}.labnotesActionText{font-size:13px;font-weight:600;color:#111827}.labnotesActionText.is-green{color:#10b981}.labnotesActionText.is-red{color:#ef4444}.labnotesProjectHeader{margin-top:16px;margin-bottom:8px;border-bottom:2px solid #94A3B8;display:flex;align-items:center;gap:8px;background:transparent;transition:background .15s,border-color .15s;border-radius:6px 6px 0 0;padding:6px 8px 4px}.labnotesProjectHeader:hover{background:#4755690f}.labnotesProjectHeader.is-active{background:#3b82f614;border-bottom-color:#3b82f6}.labnotesProjectHeader.is-active>div:first-child{color:#3b82f6}.labnotesProjectHeader>div:first-child{font-size:12px;font-weight:700;color:#475569;flex:1;text-align:center;min-width:0;white-space:nowrap;overflow:hidden}.labnotesProjectDivider{display:none}.labnotesArchivedBlock{margin-top:8px}.labnotesArchivedToggle{border:none;background:none;padding:0;cursor:pointer;display:flex;width:100%;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#9ca3af;margin:8px 0 4px;text-transform:none;letter-spacing:.02em;text-align:left}.labnotesArchivedToggle--uncategorized{border-top:1px solid #E2E8F0;padding-top:6px;margin-top:14px}.labnotesArchivedList{margin-top:8px}.labnotesArchivedArrow{display:inline-block;transition:transform .15s ease}.labnotesArchivedToggle.is-open .labnotesArchivedArrow{transform:rotate(90deg)}.labnotesArchivedGroup{margin-top:6px}.labnotesArchivedGroupTitle{font-size:11px;font-weight:800;color:#475569;margin-top:12px;margin-bottom:6px;padding-bottom:2px;border-bottom:1px solid #E2E8F0;letter-spacing:.05em;text-align:center}.labnotesTaskLabel{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:var(--text);display:block;line-height:28px;padding:0 6px;text-align:left}.labnotesTaskGroup{display:flex;flex-direction:column;gap:8px}.labnotesTableWrap{height:100%;display:flex;flex-direction:column;gap:12px}.labnotesImageModal{max-width:none;max-height:none;padding:16px}.labnotesImageModalBody{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden}.labnotesImageModalBody img{max-width:100%;max-height:100%;height:auto;width:auto;border-radius:6px}.labnotesHeader{display:flex;align-items:center;gap:12px}.labnotesHeaderLeft{display:flex;align-items:baseline;gap:10px}.labnotesTitle{font-size:20px;font-weight:700;color:#111827}.labnotesDateRange{font-size:12px;color:#6b7280;white-space:nowrap}.labnotesExportBtn{margin-left:auto;padding:6px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:12px;font-weight:600;cursor:pointer;color:#111827}.labnotesExportBtn:hover{background:#f9fafb}.labnotesBriefInput{width:100%;min-height:36px;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;font-size:13px;color:#111827;background:#fff;line-height:18px;white-space:pre-wrap;overflow-wrap:anywhere;cursor:text;overflow:hidden;position:relative;box-sizing:border-box}.labnotesBriefInput p,.labnotesBriefInput div,.labnotesOutcomeInput p,.labnotesOutcomeInput div{margin:0}.labnotesBriefInput ul,.labnotesBriefInput ol,.labnotesOutcomeInput ul,.labnotesOutcomeInput ol{margin:0;list-style-position:outside}.labnotesBriefInput ul,.labnotesOutcomeInput ul,.labnotesBriefInput ol,.labnotesOutcomeInput ol{padding-left:1.15em}.labnotesBriefInput li,.labnotesOutcomeInput li{margin:0;padding-left:0}.labnotesBriefInput li>p,.labnotesOutcomeInput li>p{margin:0}.labnotesBriefInput li>ul,.labnotesBriefInput li>ol,.labnotesOutcomeInput li>ul,.labnotesOutcomeInput li>ol{margin-left:0}.labnotesBriefInput sup,.labnotesBriefInput sub,.labnotesOutcomeInput sup,.labnotesOutcomeInput sub{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}.labnotesBriefInput sup,.labnotesOutcomeInput sup{top:-.45em}.labnotesBriefInput sub,.labnotesOutcomeInput sub{bottom:-.2em}.labnotesBriefDisplay p:empty,.labnotesOutcomeDisplay p:empty{min-height:18px}.labnotesBriefInput p.cellPlannerContinuationSlot,.labnotesOutcomeInput p.cellPlannerContinuationSlot{min-height:10px;line-height:10px;margin-top:-4px;position:relative}.labnotesBriefInput p.cellPlannerContinuationSlot.is-cellPlannerContinuationSlotActive,.labnotesOutcomeInput p.cellPlannerContinuationSlot.is-cellPlannerContinuationSlotActive{min-height:18px;line-height:18px;margin-top:0}.labnotesOutcomeEditor p>br.ProseMirror-trailingBreak:last-child:not(:first-child),.labnotesBriefEditor p>br.ProseMirror-trailingBreak:last-child:not(:first-child){display:none}.labnotesOutcomeEditor .labnotesOutcomeImageWrap+img.ProseMirror-separator,.labnotesBriefEditor .labnotesOutcomeImageWrap+img.ProseMirror-separator{display:none!important}.labnotesOutcomeEditor.ProseMirror,.labnotesBriefEditor.ProseMirror{white-space:pre-wrap}.labnotesOutcomeEditor.ProseMirror p,.labnotesOutcomeEditor.ProseMirror div,.labnotesBriefEditor.ProseMirror p,.labnotesBriefEditor.ProseMirror div{margin:0}.labnotesBriefInput:focus{outline:none;border-color:#93c5fd;box-shadow:inset 0 0 0 1px #3b82f659}.labnotesBriefInput.is-find-highlight{animation:findBriefPulse 1.6s ease-in-out;outline:2px solid rgba(245,158,11,.75);border-color:#f59e0bcc;background:#f59e0b14}.labnotesBriefInput:empty:before{content:attr(data-placeholder);color:#9ca3af}.labnotesBriefInput[data-editor-empty=true]:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;position:absolute;top:8px;left:10px}.labnotesBriefInput[data-editor-empty=true]:has(.cellPlannerRichTable):before,.labnotesBriefInput[data-editor-empty=true]:has(.labnotesOutcomeImageWrap):before,.labnotesBriefInput[data-editor-empty=true]:has(img):before{content:none}.labnotesTableScroll{flex:1;overflow:auto;scrollbar-gutter:stable both-edges;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.labnotesTable{table-layout:fixed;border-collapse:collapse;width:100%}.labnotesTable th,.labnotesTable td{border-bottom:1px solid #e5e7eb;padding:10px 12px;font-size:13px;vertical-align:top;line-height:1.4}.labnotesTable td{position:relative}.labnotesTable th{background:#f9fafb;text-align:left;font-weight:600;position:relative;-webkit-user-select:none;user-select:none}.colResizer{position:absolute;right:0;top:0;width:6px;height:100%;cursor:col-resize}html.is-labnotes-column-resizing,html.is-labnotes-column-resizing *{cursor:col-resize!important}html.is-labnotes-column-resizing{-webkit-user-select:none;user-select:none}.colResizer:after{content:"";position:absolute;right:2px;top:20%;width:1px;height:60%;background:#00000014}.colResizer--body{opacity:0;pointer-events:none}.labnotesTable td:hover>.colResizer--body{opacity:1;pointer-events:auto}.labnotesCell{color:#111827}.labnotesCellContent{display:block;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.labnotesDateCell{position:relative}.labnotesTimeText{display:block;font-size:11px;color:#9ca3af;white-space:nowrap;line-height:1.4}.labnotesRow.is-unimportant .labnotesTimeText{opacity:.58;filter:saturate(.45) contrast(.9) brightness(1.03)}.labnotesRow.is-today-group-start>td:before,.labnotesRow.is-today-group-end>td:after{content:"";position:absolute;left:0;right:0;height:2px;background:#e5e7eb;pointer-events:none;z-index:1}.labnotesRow.is-today-group-start>td:before{top:0}.labnotesRow.is-today-group-end>td:after{bottom:0}.labnotesRow.is-unimportant td{background:#fcfcfd}.labnotesRow.is-unimportant .labnotesOutcomeInput{background:#fcfcfd;border-color:#e5e7eb}.labnotesRow.is-unimportant .labnotesDateText,.labnotesRow.is-unimportant .labnotesCellContent,.labnotesRow.is-unimportant .labnotesNoteLine,.labnotesRow.is-unimportant .labnotesNotes .noteStandardImageWrap,.labnotesRow.is-unimportant .labnotesNotes .noteStandardImage,.labnotesRow.is-unimportant .labnotesOutcomeInput{opacity:.58;filter:saturate(.45) contrast(.9) brightness(1.03)}.labnotesRow.is-highlight>td{background:#f59e0b14;box-shadow:inset 0 2px #f59e0b00,inset 0 -2px #f59e0b00;animation:highlightStroke 1.6s ease-in-out forwards}.labnotesRow.is-highlight .labnotesOutcomeInput{background:transparent;border-color:transparent}@keyframes highlightStroke{0%{box-shadow:inset 0 2px #f59e0b00,inset 0 -2px #f59e0b00}15%{box-shadow:inset 0 2px #f59e0bbf,inset 0 -2px #f59e0bbf}85%{box-shadow:inset 0 2px #f59e0bbf,inset 0 -2px #f59e0bbf}to{box-shadow:inset 0 2px #f59e0b00,inset 0 -2px #f59e0b00}}@keyframes findBriefPulse{0%{box-shadow:0 0 #f59e0b00}18%{box-shadow:0 0 0 3px #f59e0b59}85%{box-shadow:0 0 0 3px #f59e0b59}to{box-shadow:0 0 #f59e0b00}}.app.mode-labnotes-hide,.app.mode-labnotes-hide .labnotesTable{cursor:no-drop}.app.mode-labnotes-hide .labnotesTableScroll,.app.mode-labnotes-hide .labnotesGanttPane{outline:3px solid rgba(168,85,247,.5);outline-offset:0;box-shadow:0 0 20px #a855f733;background-color:#faf5ff80}.app.mode-labnotes-hide .labnotesGanttBar{cursor:no-drop}.labnotesGanttBar.is-gantt-hidden{outline:2px dashed rgba(168,85,247,.5);outline-offset:-2px}.labnotesTable.is-marking td{-webkit-user-select:none;user-select:none}.labnotesTable.is-marking .labnotesOutcomeInput{pointer-events:none}.labnotesNotes{white-space:pre-wrap;color:#374151}.labnotesNoteLine{margin-bottom:2px;outline:none;min-height:18px;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-gutter:auto;scrollbar-width:thin}.labnotesNoteLine p,.labnotesNoteLine div{margin:0}.labnotesNoteLine:last-child{margin-bottom:0}.labnotesNoteLine .noteTabAlignedTable{border-collapse:collapse;white-space:normal}.labnotesNoteLine .noteTabAlignedTable td{padding:0 2em 0 0;vertical-align:top;white-space:nowrap;border:none}.labnotesNoteLine .noteTabAlignedTable td:last-child{padding-right:0;white-space:normal}.labnotesNoteLine.is-hidden{display:none}.labnotesNoteLine p:empty{min-height:1.4em}.noteStd{color:#1f2937}.noteGrn{color:#10b981}.noteRed{color:#ef4444}.labnotesNotes .noteStandardImageWrap{display:inline-block;max-width:100%;vertical-align:baseline;margin:2px 4px}.labnotesNotes .noteStandardImageWrap img,.labnotesNotes .noteStandardImage{display:block;width:100%;max-width:none!important;height:auto!important;max-height:none;object-fit:contain;border-radius:4px;box-shadow:0 1px 2px #0000001f}.labnotesNotes .noteStandardImageWrap.is-resize-hotspot,.labnotesNotes .noteStandardImageWrap.is-resize-hotspot img,.labnotesNotes img.is-resize-hotspot{cursor:nwse-resize}.labnotesOutcomeInput{width:100%;min-height:32px;border:1px solid #d1d5db;border-radius:6px;padding:6px 8px;font:inherit;line-height:18px;background:#fff;white-space:pre-wrap;overflow-wrap:anywhere;position:relative;box-sizing:border-box}.labnotesOutcomeActivatable{cursor:text}.labnotesOutcomeInput:empty:before{content:attr(data-placeholder);color:#9ca3af}.labnotesOutcomeInput[data-editor-empty=true]:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;position:absolute;top:6px;left:8px}.labnotesOutcomeInput[data-editor-empty=true]:has(.cellPlannerRichTable):before,.labnotesOutcomeInput[data-editor-empty=true]:has(.labnotesOutcomeImageWrap):before,.labnotesOutcomeInput[data-editor-empty=true]:has(img):before{content:none}.labnotesOutcomeImageWrap{display:inline-block;overflow:hidden;max-width:100%;border-radius:6px;border:1px solid #e5e7eb;background:#fff;margin:0 6px 6px 0;vertical-align:bottom;position:relative;cursor:default}@keyframes labnotesLegacyImagePlaceholderShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.labnotesOutcomeImageWrap[data-geometry-pending=true]{min-height:clamp(120px,24vw,220px);background:linear-gradient(110deg,#e2e8f0eb 8%,#f1f5f9fa 18%,#e2e8f0eb 33%);background-size:220% 100%;animation:labnotesLegacyImagePlaceholderShimmer 1.6s linear infinite}.labnotesOutcomeImageWrap[data-geometry-pending=true] .labnotesOutcomeImage,.labnotesOutcomeImageWrap[data-image-loaded=false] .labnotesOutcomeImage{opacity:0}.ProseMirror-focused .labnotesOutcomeImageWrap.is-selected{outline:2px solid rgba(59,130,246,.7);outline-offset:1px}.labnotesOutcomeImageWrap.is-resize-hotspot,.labnotesOutcomeImageWrap.is-resize-hotspot .labnotesOutcomeImage{cursor:nwse-resize}.labnotesOutcomeImage{display:block;width:100%;height:auto;max-width:none;max-height:none;opacity:1;transition:opacity .14s ease-out}.labnotesOutcomeInput .cellPlannerRichTable,.labnotesBriefInput .cellPlannerRichTable,.labnotesNotes .cellPlannerRichTable{width:auto;max-width:100%;margin:8px 0;border-collapse:collapse;table-layout:fixed;border:1px solid #cbd5e1}.labnotesNotes .cellPlannerRichTable{max-width:none}.labnotesOutcomeInput .cellPlannerRichTable td,.labnotesOutcomeInput .cellPlannerRichTable th,.labnotesBriefInput .cellPlannerRichTable td,.labnotesBriefInput .cellPlannerRichTable th,.labnotesNotes .cellPlannerRichTable td,.labnotesNotes .cellPlannerRichTable th{border:1px solid #cbd5e1;padding:6px 8px;vertical-align:middle}.labnotesOutcomeInput .cellPlannerRichTable th,.labnotesBriefInput .cellPlannerRichTable th,.labnotesNotes .cellPlannerRichTable th{background:#f8fafc}.labnotesOutcomeInput .cellPlannerRichTable[data-cell-align=center] td,.labnotesOutcomeInput .cellPlannerRichTable[data-cell-align=center] th,.labnotesBriefInput .cellPlannerRichTable[data-cell-align=center] td,.labnotesBriefInput .cellPlannerRichTable[data-cell-align=center] th,.labnotesNotes .cellPlannerRichTable[data-cell-align=center] td,.labnotesNotes .cellPlannerRichTable[data-cell-align=center] th{text-align:center}.labnotesOutcomeInput .cellPlannerRichTable[data-cell-align=right] td,.labnotesOutcomeInput .cellPlannerRichTable[data-cell-align=right] th,.labnotesBriefInput .cellPlannerRichTable[data-cell-align=right] td,.labnotesBriefInput .cellPlannerRichTable[data-cell-align=right] th,.labnotesNotes .cellPlannerRichTable[data-cell-align=right] td,.labnotesNotes .cellPlannerRichTable[data-cell-align=right] th{text-align:right}.labnotesOutcomeInput .cellPlannerRichTable td[data-cell-align=left],.labnotesOutcomeInput .cellPlannerRichTable th[data-cell-align=left],.labnotesBriefInput .cellPlannerRichTable td[data-cell-align=left],.labnotesBriefInput .cellPlannerRichTable th[data-cell-align=left],.labnotesNotes .cellPlannerRichTable td[data-cell-align=left],.labnotesNotes .cellPlannerRichTable th[data-cell-align=left]{text-align:left}.labnotesOutcomeInput .cellPlannerRichTable td[data-cell-align=center],.labnotesOutcomeInput .cellPlannerRichTable th[data-cell-align=center],.labnotesBriefInput .cellPlannerRichTable td[data-cell-align=center],.labnotesBriefInput .cellPlannerRichTable th[data-cell-align=center],.labnotesNotes .cellPlannerRichTable td[data-cell-align=center],.labnotesNotes .cellPlannerRichTable th[data-cell-align=center]{text-align:center}.labnotesOutcomeInput .cellPlannerRichTable td[data-cell-align=right],.labnotesOutcomeInput .cellPlannerRichTable th[data-cell-align=right],.labnotesBriefInput .cellPlannerRichTable td[data-cell-align=right],.labnotesBriefInput .cellPlannerRichTable th[data-cell-align=right],.labnotesNotes .cellPlannerRichTable td[data-cell-align=right],.labnotesNotes .cellPlannerRichTable th[data-cell-align=right]{text-align:right}.labnotesOutcomeDisplay,.labnotesBriefDisplay{overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-gutter:auto;scrollbar-width:thin}.labnotesOutcomeDisplay .cellPlannerRichTable,.labnotesBriefDisplay .cellPlannerRichTable{max-width:none}@media(prefers-reduced-motion:reduce){.labnotesOutcomeImageWrap[data-geometry-pending=true]{animation:none}}.app--readonly .labnotesOutcomeImageWrap{overflow:visible;height:auto!important}.app--readonly .labnotesOutcomeImage{height:auto!important}.labnotesOutcomeInput:focus{outline:none;border-color:#93c5fd;box-shadow:inset 0 0 0 1px #3b82f659}.labnotesEmptyRow{text-align:center;color:#6b7280;padding:18px 12px}.labnotesProjectView{display:flex;flex-direction:column;height:100%}.labnotesProjectBottom{flex:1;display:flex;gap:0;min-height:0;border:1px solid #e5e7eb;border-radius:10px;background:#fff;overflow:hidden}.labnotesGanttPane{flex:2;min-width:0;overflow:auto;border-right:1px solid #e5e7eb;position:relative}.labnotesGanttScroll{overflow:auto;width:100%;height:100%;padding:8px 0}.labnotesGanttChart{position:relative;min-width:100%}.labnotesGanttDate{font-size:11px;font-weight:600;color:#9ca3af;text-align:right;padding-right:8px;white-space:nowrap;-webkit-user-select:none;user-select:none}.labnotesGanttGridLine{background:#f1f5f9;pointer-events:none}.labnotesGanttBar{border-radius:5px;padding:4px 8px;font-size:12px;font-weight:600;overflow:hidden;transition:box-shadow .15s,filter .15s;display:flex;align-items:flex-start;overflow:visible}.labnotesGanttBarDragHandle{position:absolute;top:0;left:-1px;width:8px;height:100%;cursor:grab;z-index:7;border-radius:5px 0 0 5px}.labnotesGanttBarDragHandle:hover{background:#00000014}.labnotesGanttBarDragHandle:active{cursor:grabbing}.labnotesGanttBar:hover{box-shadow:0 2px 8px #0000001f;filter:brightness(.97)}.labnotesGanttBar.is-active{border:3px solid var(--gantt-bar-hex, currentColor);padding:1px 5px;z-index:2}.labnotesGanttBarLabel{overflow:hidden;text-overflow:ellipsis;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal;word-break:break-all;width:100%;-webkit-user-select:none;user-select:none;pointer-events:none}.labnotesGanttConnDot{position:absolute;bottom:-7px;left:50%;transform:translate(-50%);width:14px;height:14px;border-radius:50%;background:#374151;cursor:grab;opacity:0;transition:opacity .15s;z-index:5}.labnotesGanttBar:hover .labnotesGanttConnDot,.labnotesGanttConnDot.is-dragging{opacity:1}.labnotesGanttConnDot:hover{background:#111827;transform:translate(-50%) scale(1.25)}.labnotesGanttSvgOverlay{position:absolute;top:0;left:0;pointer-events:none;z-index:1}.labnotesGanttSvgOverlay .gantt-link-line{fill:none;stroke:#c8cdd3;stroke-width:1.5}.labnotesGanttSvgOverlay .gantt-link-arrow{fill:#c8cdd3;stroke:none}.labnotesGanttSvgOverlay .gantt-link-source-dot{fill:#c8cdd3;stroke:#c8cdd3}.labnotesGanttSvgOverlay .gantt-link-line-dragging{fill:none;stroke:#3b82f6;stroke-width:2;stroke-dasharray:6 3}.labnotesGanttArrowHandle{position:absolute;width:20px;height:20px;cursor:grab;z-index:6}.labnotesGanttArrowHandle:hover{filter:brightness(.7)}.labnotesGanttBar.is-reordering{opacity:.6;z-index:10}.labnotesGanttEmpty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:13px}.labnotesGanttPreview{flex:1;min-width:0;overflow:auto;display:flex;flex-direction:column}.labnotesGanttPreviewContent{display:flex;flex-direction:column;gap:10px;padding:16px;height:100%;overflow:hidden}.labnotesGanttPreviewTitle{font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.labnotesGanttPreviewBrief{min-height:36px;max-height:40%;overflow:auto;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:13px;color:#111827;background:#fafbfc;cursor:default;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere;flex-shrink:0}.labnotesGanttPreviewBriefEmpty{color:#9ca3af}.labnotesGanttPreviewEmpty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:13px;padding:16px;text-align:center}.labnotesGanttPreviewTable{flex:1;min-height:0;overflow:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.labnotesGanttMiniTable{width:100%;border-collapse:collapse;table-layout:fixed}.labnotesGanttMiniTable th{position:sticky;top:0;background:#f9fafb;font-size:12px;font-weight:700;color:#6b7280;text-align:left;padding:6px 10px;border-bottom:1px solid #e5e7eb;text-transform:uppercase;letter-spacing:.04em}.labnotesGanttMiniTable th:first-child{width:90px}.labnotesGanttMiniRow{transition:background .1s}.labnotesGanttMiniRow:hover{background:#f8fafc}.labnotesGanttMiniDate{font-size:13px;color:#6b7280;padding:5px 10px;border-bottom:1px solid #f1f5f9;white-space:nowrap;vertical-align:top}.labnotesGanttMiniAction{font-size:13px;color:#111827;padding:5px 10px;border-bottom:1px solid #f1f5f9;vertical-align:top;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.labnotesGanttMiniEmpty{text-align:center;color:#9ca3af;padding:12px 10px;font-size:13px}.app-sidebar{width:280px;flex:0 0 280px;border-right:1px solid rgba(15,23,42,.1);background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden}.app-sidebar__inner{min-height:100%;display:flex;flex-direction:column;padding:16px;gap:16px}.app-sidebar .panel{padding:12px;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#ffffffeb;box-shadow:0 10px 26px #0f172a14}.sidebar-brand{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:visible}.sidebar-brand__row{display:flex;justify-content:space-between;align-items:center;width:100%;height:28px}.sidebar-brand__title{font-size:15px;font-weight:800;display:inline-flex;align-items:center;gap:4px;color:#0f172aeb;min-width:0;max-width:200px;white-space:nowrap}.sidebar-brand__name{display:inline-block}.sidebar-brand__badge{width:30px;height:30px;object-fit:contain;flex:0 0 auto;pointer-events:none}.sidebar-brand__caret{font-size:10px;opacity:.6;flex:0 0 auto}.sidebar-brand__userWrapper{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.sidebar-brand__menuTrigger{display:inline-flex;align-items:center;max-width:100%;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit}.sidebar-brand__actions{display:flex;align-items:center;gap:10px}.sidebar-navBtn{font-size:11px;font-weight:700;padding:5px 10px;border-radius:5px;border:1px solid #3B82F6;background:#3b82f6;color:#fff;cursor:pointer;transition:all .2s;line-height:1}.sidebar-navBtn:hover{background:#2563eb}.sidebar-guestAlert{margin-top:12px;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:10px;color:#b91c1c;font-size:12px;font-weight:700;text-align:center;line-height:1.4;box-shadow:0 2px 4px #dc26260d;animation:fadeIn .3s ease}.sidebar-nav-panel{flex:1;display:flex;flex-direction:column}.sidebar-panel__title{font-size:11px;font-weight:700;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.sidebar-nav-list{display:flex;flex-direction:column;gap:6px}.sidebar-nav-divider{height:1px;background:#0f172a1a;margin:4px 0}.sidebar-nav-item{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:#0f172abf;transition:all .15s ease;white-space:nowrap}.sidebar-nav-item:hover{background:#3b82f614;color:#3b82f6}.sidebar-nav-item.is-active{background:#3b82f61f;color:#3b82f6;border-color:#3b82f633;font-weight:700}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:900px){.app-sidebar{width:240px;flex:0 0 240px}}@media(max-width:600px){.app-sidebar{width:100%;flex:none;height:auto;position:relative;border-right:none;border-bottom:1px solid rgba(15,23,42,.1)}.app-sidebar__inner{flex-direction:row;flex-wrap:wrap;padding:12px;gap:12px}.sidebar-brand{flex:1}.sidebar-nav-panel{flex:none;width:100%}.sidebar-nav-list{flex-direction:row;flex-wrap:wrap;gap:8px}.sidebar-nav-item{flex:0 0 auto;padding:8px 12px;font-size:13px}}.mobile-menu-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1001;width:44px;height:44px;border:none;background:#fffffff2;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s;align-items:center;justify-content:center}.mobile-menu-toggle:hover{background:#fff;box-shadow:0 4px 12px #0003}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-menu-toggle svg{color:#0f172a}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.mobile-menu-toggle{display:flex}.mobile-menu-backdrop{display:block}.app-sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;height:100vh;transform:translate(-100%);transition:transform .3s ease;z-index:1000;box-shadow:2px 0 12px #00000026}.app-sidebar.is-mobile-open{transform:translate(0)}.app-sidebar__inner{padding:10px!important;gap:8px!important;min-height:0!important;height:auto!important}.sidebar-nav-panel{flex:none!important;flex-grow:0!important;flex-shrink:0!important;width:100%!important;box-sizing:border-box!important}aside.app-sidebar .panel,.app-sidebar .panel{margin:0!important;width:100%!important;box-sizing:border-box!important}aside.app-sidebar .sidebar-nav-panel,.app-sidebar .sidebar-nav-panel,.sidebar-nav-panel{margin:0!important;padding:8px!important}aside.app-sidebar .sidebar-brand.panel,.app-sidebar .sidebar-brand.panel,.sidebar-brand.panel{padding:10px!important;border-radius:10px!important;margin:0!important;width:100%!important;box-sizing:border-box!important}aside.app-sidebar .sidebar-brand__row,.app-sidebar .sidebar-brand__row,.sidebar-brand__row{height:24px!important;min-height:24px!important}aside.app-sidebar .sidebar-brand__title,.app-sidebar .sidebar-brand__title,.sidebar-brand__title{font-size:11px!important;max-width:140px!important}aside.app-sidebar .sidebar-brand__actions,.app-sidebar .sidebar-brand__actions,.sidebar-brand__actions{gap:6px!important}aside.app-sidebar .sidebar-navBtn,.app-sidebar .sidebar-navBtn,.sidebar-navBtn{font-size:10px!important;padding:4px 8px!important}aside.app-sidebar .sidebar-guestAlert,.app-sidebar .sidebar-guestAlert,.sidebar-guestAlert{margin-top:4px!important;padding:5px!important;font-size:9px!important;line-height:1.2!important;border-radius:5px!important}.sidebar-nav-panel{padding:6px!important}.sidebar-panel__title{font-size:9px!important;margin-bottom:6px!important}.sidebar-nav-list{gap:6px!important}.sidebar-nav-item{padding:7px 8px!important;font-size:12px!important;border-radius:8px!important}.sidebar-nav-item img{width:14px!important;height:14px!important}.mol-cal-page,.sol-page-wrapper,.pcr-page-wrapper{display:block}.mol-cal-main,.sol-main,.pcr-main{margin-left:0!important;width:100%!important}}@media(max-width:480px){.app-sidebar{width:220px}.mobile-menu-toggle{top:12px;left:12px;width:40px;height:40px}}.mol-cal-page{min-height:100vh;display:flex;background:radial-gradient(1200px 700px at 10% 10%,rgba(96,165,250,.22),transparent 60%),radial-gradient(900px 600px at 85% 20%,rgba(253,224,71,.18),transparent 60%),radial-gradient(900px 600px at 60% 90%,rgba(134,239,172,.16),transparent 60%),#f6f7fb;color:#0f172aeb}.mol-cal-main{flex:1;padding:88px 20px 48px;overflow-y:auto}.mol-cal-container{padding:24px;max-width:900px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#31333f;background:#ffffffeb;border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:0 20px 35px -12px #0f172a26}.mol-cal-title{font-size:2rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.mol-cal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mol-cal-actions{display:flex;align-items:center;gap:10px}.mol-cal-title-icon{width:28px;height:28px;object-fit:contain}.mol-cal-divider{border:0;border-top:1px solid #e5e7eb;margin:1.5rem 0}.mol-cal-grid{display:flex;gap:4rem;flex-wrap:wrap}.mol-cal-col-left{flex:3.3;min-width:300px}.mol-cal-col-right{flex:2.3;min-width:250px}.mol-cal-section-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:.5rem}.mol-input-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.mol-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;outline:none;transition:border-color .2s;background-color:#fff;color:#31333f}.mol-input:focus{border-color:#ff4b4b}.mol-input:disabled{background-color:#f0f2f6;color:#000;font-weight:600;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#000000}.mol-select{padding:8px;border:1px solid #d1d5db;border-radius:4px;background-color:#fff;color:#31333f;font-size:.9rem;cursor:pointer;min-width:70px}.mol-select:focus{border-color:#ff4b4b;outline:none}.mol-slash{font-weight:700;color:#666;padding-top:5px;text-align:center}.flex-grow-1-5{flex:1.5}.flex-grow-0-8{flex:.8}.flex-grow-0-2{flex:.2}.mol-btn-group{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.mol-btn-clear{background-color:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:10px;font-weight:700;cursor:pointer;transition:background-color .2s}.mol-btn-clear:hover{background-color:#dc2626}.mol-btn-copy{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:10px;font-weight:700;cursor:pointer;transition:background-color .2s}.mol-btn-copy:hover{background-color:#1d4ed8}.mol-copy-notice{font-size:13px;color:#16a34a;font-weight:600}.mol-btn-group{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;width:100%}.mol-btn-home{background-color:#6b7280;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.mol-btn-home:hover{background-color:#4b5563}@media(max-width:768px){.mol-cal-page{flex-direction:column}.mol-cal-main{margin-left:0!important;width:100%!important;padding:70px 12px 24px}.mol-cal-container{padding:20px 16px;border-radius:16px}.mol-cal-title{font-size:1.5rem;margin-bottom:.75rem;text-align:center}.mol-cal-header{flex-direction:column;align-items:center}.mol-cal-actions{width:100%;justify-content:center}.mol-cal-divider{margin:1rem 0}.mol-cal-grid{flex-direction:column;gap:1.5rem}.mol-cal-col-left,.mol-cal-col-right{min-width:100%;width:100%}.mol-cal-section-title{font-size:1rem;margin-top:.75rem;margin-bottom:.5rem}.mol-input-row{gap:6px;margin-bottom:10px}.mol-input{padding:10px;font-size:16px;min-height:44px}.mol-select{padding:10px 8px;font-size:14px;min-width:65px;min-height:44px}.mol-slash{font-size:16px;padding-top:0;display:flex;align-items:center;justify-content:center}.flex-grow-1-5{flex:2;min-width:0}.flex-grow-0-8{flex:.9;min-width:65px}.flex-grow-0-2{flex:.15;min-width:20px}.mol-btn-group{flex-direction:column;gap:12px;margin-top:1.5rem}.mol-btn-clear,.mol-btn-home,.mol-btn-copy{width:100%;padding:12px 16px;font-size:16px;min-height:48px}}@media(max-width:480px){.mol-cal-main{padding:68px 10px 20px}.mol-cal-container{padding:16px 12px}.mol-cal-title{font-size:1.3rem}.mol-input{padding:8px;font-size:16px}.mol-select{padding:8px 6px;font-size:13px;min-width:60px}.mol-cal-section-title{font-size:.95rem}}:root{--sol-bg: #f6f7fb;--sol-card: rgba(255, 255, 255, .95);--sol-border: rgba(15, 23, 42, .12);--sol-border-strong: #d1d5db;--sol-text: #0f172a;--sol-muted: #475569;--sol-blue: #3b82f6;--sol-red: #ef4444;--sol-green: #10b981;--sol-shadow: 0 20px 35px -12px rgba(15, 23, 42, .15)}.sol-page-wrapper{min-height:100vh;display:flex;background:radial-gradient(1200px 700px at 10% 10%,rgba(96,165,250,.18),transparent 60%),radial-gradient(900px 600px at 85% 20%,rgba(253,224,71,.14),transparent 60%),radial-gradient(900px 600px at 60% 90%,rgba(134,239,172,.12),transparent 60%),var(--sol-bg);color:var(--sol-text)}.sol-main{flex:1;overflow-y:auto}.sol-page{min-height:100vh;padding:32px 20px 48px;color:var(--sol-text)}.sol-card{max-width:1200px;margin:0 auto;background:var(--sol-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:var(--sol-shadow);padding:24px}.sol-header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:flex-start}.sol-title{margin:0;font-size:28px;font-weight:800;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.sol-title-icon{width:26px;height:26px;object-fit:contain}.sol-subtitle{margin:6px 0 0;color:#64748b;font-size:14px}.sol-toggle-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.sol-toggle{border:1px solid var(--sol-border);background:#fff;color:var(--sol-text);padding:8px 12px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease}.sol-toggle.is-on{border-color:#3b82f666;box-shadow:0 6px 14px -6px #3b82f659;color:#1d4ed8}.sol-toggle:hover{background:#f8fafc}.sol-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px;margin-bottom:12px}.sol-btn-group{display:flex;gap:10px;align-items:center;position:relative}.sol-btn.sol-btn-copy{background-color:#2563eb;color:#fff;border-color:#2563eb}.sol-btn.sol-btn-copy:hover{background-color:#1d4ed8}.sol-copy-actions{display:flex;align-items:center;gap:8px}.sol-copy-notice{color:#16a34a;font-weight:700}.sol-btn{border:1px solid var(--sol-border);background:#fff;color:var(--sol-text);padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s ease;min-height:36px}.sol-btn:hover{background:#f8fafc}.sol-btn.primary{background:var(--sol-blue);color:#fff;border-color:var(--sol-blue)}.sol-btn.primary:hover{background:#2563eb}.sol-btn.danger{background:var(--sol-red);color:#fff;border-color:var(--sol-red)}.sol-btn.danger:hover{background:#dc2626}.sol-btn.ghost{background:transparent;border-color:var(--sol-border);color:var(--sol-muted)}.sol-fill-wrapper{position:relative}.sol-fill-panel{position:absolute;top:44px;left:0;background:#fff;border:1px solid var(--sol-border);border-radius:12px;box-shadow:0 18px 30px -14px #0f172a40;padding:12px;min-width:220px;z-index:20}.sol-fill-title{font-weight:700;font-size:13px;margin-bottom:8px;color:var(--sol-text)}.sol-fill-check{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--sol-muted);margin-bottom:6px}.sol-fill-cols{display:flex;flex-direction:column;gap:4px}.sol-fill-empty{font-size:12px;color:#9ca3af;margin:4px 0}.sol-fill-actions{display:flex;gap:8px;margin-top:10px;justify-content:flex-end}.sol-table{margin-top:12px;border:1px solid var(--sol-border);border-radius:14px;overflow:hidden;background:#fff}.sol-row{display:grid;width:100%;gap:6px;padding:10px 12px;align-items:center}.sol-head{background:#f8fafc;border-bottom:1px solid var(--sol-border);font-weight:700;font-size:13px;color:var(--sol-muted)}.sol-head-cell{text-align:center}.sol-cell{width:100%}.sol-input{width:100%;padding:10px 12px;border:1px solid var(--sol-border-strong);border-radius:10px;font-size:14px;text-align:center;background:#fff;color:var(--sol-text);transition:border-color .15s ease,box-shadow .15s ease}.sol-input:focus{border-color:#ff4b4b;box-shadow:0 0 0 2px #ff4b4b1f;outline:none}.sol-input:disabled{background:#f0f2f6;color:#000;font-weight:600;cursor:not-allowed;-webkit-text-fill-color:#000}.sol-input-readonly{background:#f8fafc;border-color:#d1d5db;color:#0f172a;font-weight:600}@media(max-width:900px){.sol-card{padding:18px}.sol-row{padding:10px}.sol-toggle-row{justify-content:flex-start}.sol-toolbar{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.sol-page-wrapper{flex-direction:column}.sol-main{margin-left:0!important;width:100%!important;padding:70px 12px 24px}.sol-page{padding:20px 0}.sol-card{padding:16px 12px;border-radius:16px}.sol-title{font-size:24px;text-align:center}.sol-subtitle{font-size:13px;text-align:center}.sol-header{flex-direction:column;align-items:center;gap:12px}.sol-toggle-row{justify-content:center;width:100%}.sol-toggle{font-size:12px;padding:8px 10px;white-space:nowrap}.sol-toolbar{flex-direction:column;align-items:stretch;gap:10px;margin-top:16px}.sol-btn-group{justify-content:center;flex-wrap:wrap}.sol-btn{padding:10px 14px;font-size:14px;min-height:44px}.sol-table{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;border-radius:12px}.sol-row{min-width:fit-content;gap:4px;padding:10px 8px}.sol-head{font-size:11px;min-width:fit-content}.sol-head-cell{min-width:70px;padding:0 4px;white-space:nowrap}.sol-cell{min-width:70px}.sol-input{padding:10px 6px;font-size:14px;min-width:70px;min-height:44px}.sol-fill-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:280px;max-width:90vw;z-index:1001}.sol-fill-wrapper:before{content:"";position:fixed;inset:0;background:#00000080;z-index:1000;display:none}.sol-fill-wrapper:has(.sol-fill-panel):before{display:block}}@media(max-width:480px){.sol-main{padding:68px 8px 20px}.sol-card{padding:14px 10px}.sol-title{font-size:20px}.sol-subtitle{font-size:12px}.sol-toggle{font-size:11px;padding:7px 8px}.sol-btn{font-size:13px;padding:9px 12px}.sol-head-cell{min-width:65px;font-size:10px}.sol-cell{min-width:65px}.sol-input{padding:9px 4px;font-size:13px;min-width:65px}}:root{--pcr-bg: #f6f7fb;--pcr-card: rgba(255, 255, 255, .95);--pcr-border: rgba(15, 23, 42, .12);--pcr-border-strong: #d1d5db;--pcr-text: #0f172a;--pcr-muted: #475569;--pcr-blue: #3b82f6;--pcr-red: #ef4444;--pcr-amber: #f59e0b;--pcr-amber-bg: #fff7ed;--pcr-shadow: 0 20px 35px -12px rgba(15, 23, 42, .15);--pcr-col-name-width: 210px;--pcr-col-std-width: 185px;--pcr-col-name-std-gap: 24px;--pcr-col-stock-width: 80px;--pcr-col-row-action-width: calc(var(--pcr-col-stock-width) / 2);--pcr-col-gap-small: 4px;--pcr-col-gap-large: 20px}.pcr-page-wrapper{min-height:100vh;display:flex;background:radial-gradient(1200px 700px at 10% 10%,rgba(96,165,250,.18),transparent 60%),radial-gradient(900px 600px at 85% 20%,rgba(253,224,71,.14),transparent 60%),radial-gradient(900px 600px at 60% 90%,rgba(134,239,172,.12),transparent 60%),var(--pcr-bg);color:var(--pcr-text)}.pcr-main{flex:1;overflow-y:auto}.pcr-page{min-height:100vh;box-sizing:border-box;padding:24px 20px 16px;color:var(--pcr-text)}.pcr-card{max-width:1200px;margin:0 auto;background:var(--pcr-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:var(--pcr-shadow);padding:24px 24px 16px}.pcr-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.pcr-title{margin:0;font-size:28px;font-weight:800;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.pcr-title-icon{width:26px;height:26px;object-fit:contain}.pcr-subtitle{margin:6px 0 0;color:#64748b;font-size:14px}.pcr-top-grid{display:flex;flex-wrap:wrap;column-gap:clamp(10px,1.5vw,18px);row-gap:12px;align-items:flex-end;margin-top:16px}.pcr-setup-controls{display:flex;align-items:flex-end;gap:10px;flex:0 0 auto;min-width:0}.pcr-field-target{flex:0 0 220px;width:220px}.pcr-field-tubes{flex:0 0 92px;width:92px}.pcr-field{display:flex;flex-direction:column;gap:6px}.pcr-field label{font-size:13px;font-weight:700;color:var(--pcr-muted)}.pcr-top-grid .pcr-field label{text-align:center}.pcr-field-tubes label{width:100%}.pcr-input{padding:10px 12px;border:1px solid var(--pcr-border-strong);border-radius:10px;font-size:14px;text-align:center;background:#fff;color:var(--pcr-text);transition:border-color .15s ease,box-shadow .15s ease}.pcr-input-static{display:flex;align-items:center;justify-content:center;min-height:42px;background:#f5f5f5;font-weight:600}.pcr-input-half{width:100%}.pcr-input:focus{border-color:#ff4b4b;box-shadow:0 0 0 2px #ff4b4b1f;outline:none}.pcr-input:disabled{background:#f5f5f5;color:#000;font-weight:600;-webkit-text-fill-color:#000;cursor:not-allowed}.pcr-output{color:var(--pcr-text);font-weight:800}.pcr-output:disabled{background:#f5f5f5;border-color:var(--pcr-border-strong);color:var(--pcr-text);-webkit-text-fill-color:var(--pcr-text)}.pcr-output-filled:disabled{background:var(--pcr-amber-bg);border-color:#f59e0b59}.pcr-output-dim-bg:disabled{background:#f5f5f5;border-color:var(--pcr-border-strong)}.pcr-action-buttons{display:flex;gap:clamp(8px,1vw,10px);align-items:center;flex-wrap:nowrap;flex:0 0 auto}.pcr-result-actions{display:flex;align-items:center;gap:clamp(8px,1.2vw,16px);flex:0 0 auto;margin-left:auto}.pcr-copy-actions{display:flex;align-items:center;gap:8px}.pcr-toggle-wrap{display:flex;align-items:center}.pcr-copy-notice{color:#16a34a;font-weight:700}.pcr-btn{border:1px solid var(--pcr-border);background:#fff;color:var(--pcr-text);padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s ease;min-width:92px;text-align:center}.pcr-btn:hover{background:#f8fafc}.pcr-btn.ghost{background:transparent;color:var(--pcr-muted)}.pcr-btn.is-active{background:#eff6ff;border-color:#2563eb;color:#1d4ed8;box-shadow:0 6px 14px -8px #2563eb73}.pcr-btn.pcr-btn-copy{background:#2563eb;color:#fff;border-color:#2563eb}.pcr-btn.pcr-btn-copy:hover{background:#1d4ed8}.pcr-btn.danger{background:#ef4444;color:#fff;border-color:#ef4444}.pcr-btn.danger:hover{background:#dc2626}.pcr-toggle{display:flex;gap:6px;align-items:center;font-size:13px;color:var(--pcr-muted);white-space:nowrap}.pcr-workspace{margin-top:14px;padding:0;background:transparent}.pcr-tabs{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;gap:6px;margin:0 0 -1px;padding-left:8px;position:relative;z-index:1;width:100%;box-sizing:border-box}.pcr-tabs-list{display:flex;flex-wrap:wrap;align-items:flex-end;gap:6px;flex:0 1 auto;min-width:0}.pcr-tab-wrap{display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;width:134.4px;height:38px;border:1px solid #d6d3ca;border-bottom:1px solid #d6d3ca;border-radius:14px 14px 0 0;background:#fff;color:#3f5f91;box-shadow:0 3px 8px -7px #0f172a66;overflow:hidden}.pcr-tab-wrap:only-child,.pcr-tab-wrap.is-active{background:#f8fafc}.pcr-tab-wrap:only-child .pcr-tab,.pcr-tab-wrap:only-child .pcr-tab-input,.pcr-tab-wrap.is-active .pcr-tab,.pcr-tab-wrap.is-active .pcr-tab-input{background:#f8fafc}.pcr-tab-wrap:not(.is-active):not(:only-child) .pcr-tab,.pcr-tab-wrap:not(.is-active):not(:only-child) .pcr-tab-input{background:#fff}.pcr-tab-wrap.is-active{color:#1e3a8a;border-width:2px;border-style:solid;border-color:#1e40af;border-bottom:none;box-shadow:none;z-index:2}.pcr-tab-wrap:only-child{border-bottom:none;box-shadow:none}.pcr-tab-wrap.is-dragging{opacity:.72}.pcr-tab,.pcr-tab-input{min-width:0;width:100%;height:100%;border:0;background:transparent;color:inherit;font-size:13px;font-weight:700;text-align:center;outline:none}.pcr-tab{padding:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pcr-tab-input{padding:0}.pcr-tab-input:focus{box-shadow:inset 0 -2px #2563eb73}.pcr-tab-drag-handle,.pcr-tab-remove{width:18px;height:100%;border:0;background:transparent;color:#94a3b8;display:flex;align-items:center;justify-content:center;visibility:hidden}.pcr-workspace.is-modify .pcr-tab-drag-handle,.pcr-workspace.is-modify .pcr-tab-remove:not(:disabled){visibility:visible}.pcr-tab-drag-handle{cursor:grab}.pcr-tab-drag-handle:hover{color:#64748b}.pcr-tab-remove{cursor:pointer;font-size:14px;font-weight:800;color:#dc2626;padding:0}.pcr-tab-remove:disabled{cursor:default}.pcr-workspace:not(.is-modify) .pcr-tab-drag-handle,.pcr-workspace:not(.is-modify) .pcr-tab-remove{pointer-events:none}.pcr-workspace:not(.is-modify) .pcr-tab-wrap{cursor:pointer}.pcr-tab-add{flex-shrink:0;align-self:flex-end;width:36px;height:38px;border:1px solid #d6d3ca;border-bottom:none;border-radius:14px 14px 0 0;background:#fff;color:#1d4ed8;font-size:18px;font-weight:700;cursor:pointer}.pcr-tab-copy-cue{position:absolute;left:var(--pcr-tab-copy-cue-left);top:var(--pcr-tab-copy-cue-top);height:var(--pcr-tab-copy-cue-height);transform:translate(-50%);pointer-events:none;z-index:4}.pcr-tab-copy-cue-line{display:block;width:3px;height:100%;border-radius:999px;background:#2563eb;box-shadow:0 0 0 3px #2563eb29}.pcr-tab-copy-cue-label{position:absolute;left:50%;bottom:calc(100% + 7px);transform:translate(-50%);max-width:min(190px,calc(100vw - 32px));padding:5px 8px;border-radius:6px;background:#1e3a8a;color:#fff;font-size:12px;font-weight:700;line-height:1.2;text-align:center;white-space:nowrap;box-shadow:0 8px 18px -10px #0f172a73}.pcr-tab-copy-cue-label:after{content:"";position:absolute;left:50%;bottom:-5px;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #1e3a8a}.pcr-recipe-panel{padding:8px;border:1px solid var(--pcr-border);border-radius:12px;background:#f8fafc8c}.pcr-table{margin-top:0;border:none;border-radius:0;overflow-x:auto;-webkit-overflow-scrolling:touch;background:transparent}.pcr-row{display:grid;grid-template-columns:var(--pcr-col-row-action-width) var(--pcr-col-name-width) var(--pcr-col-name-std-gap) var(--pcr-col-std-width) var(--pcr-col-gap-large) 1fr var(--pcr-col-gap-large) 1fr var(--pcr-col-stock-width);gap:var(--pcr-col-gap-small);padding:8px 12px;align-items:center}.pcr-head{background:transparent;font-weight:700;font-size:13px;color:var(--pcr-muted);border-bottom:none}.pcr-head .pcr-col.std,.pcr-head .pcr-col.single,.pcr-head .pcr-col.mm,.pcr-head .pcr-col.name{text-align:center}.pcr-col.spacer{width:100%}.pcr-col.row-action{min-width:var(--pcr-col-row-action-width);max-width:var(--pcr-col-row-action-width);display:flex;align-items:center;justify-content:space-between;gap:2px}.pcr-row-action-btn{width:18px;height:18px;border:1px solid var(--pcr-border-strong);border-radius:999px;background:#fff;color:#dc2626;font-size:14px;line-height:1;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.pcr-row-action-btn:hover{background:#fef2f2}.pcr-row-drag-handle{color:#cbd5e1;cursor:grab;display:flex;align-items:center;justify-content:center;flex:0 0 14px;height:22px}.pcr-row-drag-handle:hover{color:#64748b}.pcr-row-drag-handle:active{cursor:grabbing}.pcr-row.is-dragging{background:#f8fafc;box-shadow:inset 3px 0 #3b82f6}.pcr-add-row{border-top:1px solid var(--pcr-border)}.pcr-add-row .pcr-row-action-btn{color:#1d4ed8}.pcr-add-row .pcr-row-action-btn:hover{background:#eff6ff}.pcr-col.name{min-width:var(--pcr-col-name-width);max-width:var(--pcr-col-name-width)}.pcr-col.name input{text-align:center;width:100%}.pcr-col.std{min-width:var(--pcr-col-std-width);max-width:var(--pcr-col-std-width)}.pcr-col.std input{text-align:center;width:100%}.pcr-col.single{min-width:100px}.pcr-col.single input{width:100%}.pcr-col.mm{min-width:100px}.pcr-col.mm input{width:100%}.pcr-col.stock{min-width:var(--pcr-col-stock-width);max-width:var(--pcr-col-stock-width);display:flex;justify-content:center}.pcr-col input[type=checkbox]{width:16px;height:16px}.pcr-result{margin-top:12px;padding:12px;border-radius:12px;background:#e0f2fe;border:1px solid #7dd3fc;color:#0c4a6e;font-weight:700;line-height:1.5}.pcr-divider{height:1px;background:var(--pcr-border);margin:12px 0 8px}.pcr-ext{display:flex;flex-direction:column;gap:8px}.pcr-ext-head{display:flex;justify-content:space-between;align-items:center}.pcr-ext-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.pcr-ext-grid .pcr-field label{text-align:center}@media(max-width:900px){:root{--pcr-col-name-width: 180px;--pcr-col-std-width: 155px;--pcr-col-name-std-gap: 16px;--pcr-col-stock-width: 70px;--pcr-col-gap-large: 14px}}@media(max-width:600px){:root{--pcr-col-name-width: 140px;--pcr-col-std-width: 110px;--pcr-col-name-std-gap: 10px;--pcr-col-stock-width: 50px;--pcr-col-gap-large: 8px}}@media(max-width:768px){.pcr-page-wrapper{flex-direction:column}.pcr-main{margin-left:0!important;width:100%!important;padding:70px 12px 24px}.pcr-page{padding:20px 0}.pcr-card{padding:16px 12px;border-radius:16px}.pcr-title{font-size:22px;text-align:center}.pcr-subtitle{font-size:13px;text-align:center}.pcr-header{flex-direction:column;align-items:center}.pcr-top-grid{align-items:stretch;column-gap:10px;row-gap:10px;margin-top:12px}.pcr-setup-controls{flex:1 0 100%;min-width:0;justify-content:center}.pcr-field label{font-size:12px}.pcr-input{padding:10px;font-size:14px;min-height:44px}.pcr-action-buttons{gap:8px}.pcr-result-actions{margin-left:auto}.pcr-btn{padding:10px 12px;font-size:13px;min-height:44px}.pcr-table{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px -12px 0;padding:0 12px;border:none;border-radius:0}.pcr-row{min-width:700px;padding:10px 8px}.pcr-head{font-size:11px}.pcr-col.name,.pcr-col.std{font-size:13px}.pcr-col.single input,.pcr-col.mm input{font-size:13px;padding:8px 6px}.pcr-result{font-size:13px;padding:12px;margin:12px 0}.pcr-divider{margin:14px 0 6px}.pcr-ext-head{flex-direction:column;align-items:center;gap:8px}.pcr-ext-head h2{font-size:18px}.pcr-ext-grid{display:flex;flex-direction:column;gap:10px}}@media(max-width:480px){.pcr-main{padding:68px 8px 20px}.pcr-card{padding:14px 10px}.pcr-title{font-size:20px}.pcr-subtitle{font-size:12px}.pcr-top-grid{justify-content:stretch}.pcr-setup-controls,.pcr-action-buttons,.pcr-result-actions{width:100%}.pcr-setup-controls{gap:8px}.pcr-action-buttons,.pcr-result-actions{justify-content:center}.pcr-result-actions{margin-left:0;gap:10px}.pcr-table{margin:18px -10px 0;padding:0 10px}.pcr-row{min-width:650px;padding:10px 6px}.pcr-head{font-size:10px}.pcr-col.name input,.pcr-col.std input{font-size:12px;padding:8px 4px}.pcr-col.single input,.pcr-col.mm input{font-size:12px;padding:7px 4px}.pcr-ext-head h2{font-size:16px}}.resetPasswordPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px 700px at 10% 10%,rgba(96,165,250,.22),transparent 60%),radial-gradient(900px 600px at 85% 20%,rgba(253,224,71,.18),transparent 60%),radial-gradient(900px 600px at 60% 90%,rgba(134,239,172,.16),transparent 60%),#f6f7fb;padding:20px}.resetPasswordBox{background:#fff;border-radius:16px;padding:40px;max-width:440px;width:100%;box-shadow:0 10px 26px #0f172a14;border:1px solid rgba(15,23,42,.1)}.resetPasswordBox h2{margin:0 0 8px;font-size:24px;font-weight:800;color:#0f172aeb}.resetPasswordDesc{margin:0 0 24px;font-size:14px;color:#0f172a9e}.resetPasswordBox form{display:flex;flex-direction:column;gap:16px}.inputGroup{display:flex;flex-direction:column;gap:6px}.inputGroup label{font-size:13px;font-weight:600;color:#0f172aeb}.inputGroup input{padding:10px 12px;border:1px solid rgba(15,23,42,.14);border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s}.inputGroup input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.resetMsg{padding:12px;border-radius:8px;font-size:13px;font-weight:500}.resetMsg.success{background:#ecfdf5;color:#059669;border:1px solid #A7F3D0}.resetMsg.error{background:#fef2f2;color:#dc2626;border:1px solid #FECACA}.resetBtn{padding:12px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.resetBtn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.resetBtn:disabled{opacity:.6;cursor:not-allowed}.backBtn{width:100%;padding:10px 20px;background:transparent;color:#0f172a9e;border:1px solid rgba(15,23,42,.14);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:12px}.backBtn:hover{background:#0f172a0a;color:#0f172aeb}.errorBoundary{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background:#fafafa;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.errorBoundary__logo{width:64px;height:64px;margin-bottom:1.5rem;opacity:.8}.errorBoundary__title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.errorBoundary__message{font-size:1rem;color:#555;margin:0 0 2rem;max-width:400px;line-height:1.5}.errorBoundary__reload{padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;border:none;border-radius:6px;background:#2457f2;color:#fff;cursor:pointer;transition:background .15s}.errorBoundary__reload:hover{background:#1a44d4}.demo-app-shell{min-height:100dvh}.demo-app-shell .sidebar,.demo-app-shell .app-sidebar{height:100dvh}.demo-top-banner{position:fixed;top:0;left:0;right:0;z-index:1000;height:52px;padding:0 16px;display:flex;align-items:center;gap:12px;background:#0f172a;color:#e2e8f0;border-bottom:1px solid #1e293b}.demo-top-banner__left{display:flex;align-items:center;gap:8px;flex-shrink:0}.demo-top-banner__home-link{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.demo-top-banner__logo{width:36px;height:36px}.demo-top-banner__brand{font-size:16px;font-weight:700;letter-spacing:.08em;white-space:nowrap}.demo-top-banner__center{flex:1;min-width:0;text-align:center;font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-top-banner__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.demo-top-banner__btn{flex-shrink:0;font-size:13px;font-weight:700;line-height:1;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:9px;padding:7px 12px;text-decoration:none;cursor:pointer}.demo-top-banner__btn:hover{background:#e2e8f0}.demo-top-banner__btn--primary{color:#fff;background:#2563eb;border-color:#1d4ed8}.demo-top-banner__btn--primary:hover{background:#1d4ed8}.demo-top-banner__btn--download{color:#111827;background:#f5b800;border-color:#f5b800}.demo-top-banner__btn--download:hover{background:#facc15;border-color:#facc15}.demo-top-banner__spacer{height:52px}@media(max-width:720px){.demo-top-banner{height:72px;padding:8px 12px;flex-wrap:wrap;align-items:center;gap:8px}.demo-top-banner__left{gap:6px}.demo-top-banner__logo{width:30px;height:30px}.demo-top-banner__brand{font-size:14px}.demo-top-banner__center{font-size:18px;position:absolute;left:12px;right:12px;top:6px;text-align:left}.demo-top-banner__actions{margin-top:22px;width:100%;justify-content:flex-end}.demo-top-banner__btn{padding:7px 9px;font-size:12px}.demo-top-banner__spacer{height:72px}.demo-app-shell .mobile-menu-toggle{top:80px}}@media(max-width:480px){.demo-top-banner{height:48px;padding:0 10px;flex-wrap:nowrap;align-items:center}.demo-top-banner__center,.demo-top-banner__btn--secondary{display:none}.demo-top-banner__actions{margin-top:0;width:auto}.demo-top-banner__spacer{height:48px}.demo-app-shell .mobile-menu-toggle{top:56px}}@media(max-width:480px){.demo-app-shell .app .sidebar{top:48px}}@media(min-width:481px)and (max-width:720px){.demo-app-shell .app .sidebar{top:72px}}@media(min-width:721px)and (max-width:860px){.demo-app-shell .app .sidebar{top:52px}.demo-app-shell .mobile-menu-toggle{top:60px}}.demo-mobile-hint{display:none}@media(max-width:600px){.demo-mobile-hint{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;bottom:0;left:0;right:0;z-index:999;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#1e293b;border-top:1px solid #334155;color:#cbd5e1;font-size:13px;line-height:1.4}.demo-mobile-hint__text{flex:1;min-width:0}.demo-mobile-hint__btn{flex-shrink:0;font-size:13px;font-weight:700;color:#111827;background:#f5b800;border-radius:8px;padding:7px 12px;text-decoration:none;white-space:nowrap}.demo-mobile-hint__btn:hover{background:#facc15}}html,body,#root{height:100%}body{margin:0;font-family:Noto Sans SC,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;background:#e9eef8}button{font-family:inherit}
