:root{color-scheme:light;--bg: #f7f7f0;--panel: #ffffff;--line: #d8dfd2;--line-strong: #b5c4b4;--ink: #193321;--muted: #607062;--blue: #2457c5;--teal: #0d6b3d;--amber: #d97706;--red: #c62828;--green: #0b6b3a;--soft-blue: #eef4ff;--soft-teal: #edf8f0;--soft-amber: #fff5df;--shadow-sm: 0 4px 12px rgba(20, 41, 27, .06);--shadow: 0 16px 34px rgba(20, 41, 27, .08);--shadow-strong: 0 24px 52px rgba(20, 41, 27, .16);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 22px;--focus-ring: 0 0 0 3px rgba(37, 99, 235, .22);--focus-ring-onbrand: 0 0 0 3px rgba(255, 255, 255, .45)}*{box-sizing:border-box}@media (prefers-reduced-motion: reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;scroll-behavior:auto!important}}body{margin:0;background:radial-gradient(circle at top left,rgba(13,107,61,.14),transparent 28%),radial-gradient(circle at top right,rgba(255,138,0,.12),transparent 24%),linear-gradient(180deg,#f0f7ec 0,#fff7edbd 240px,#f7f7f000 480px),var(--bg);color:var(--ink);font-family:Prompt,sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}button,input,select{font:inherit}button{border:1px solid #0b6b3a;border-radius:12px;background:linear-gradient(180deg,#13824e 0%,var(--green) 68%,#0a5831 100%);color:#fff;min-height:42px;padding:9px 14px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:7px;justify-content:center;box-shadow:0 12px 22px #0b6b3a2e;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease,opacity .12s ease}button:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0b6b3a3d}button:focus-visible{outline:0;box-shadow:0 12px 22px #0b6b3a2e,var(--focus-ring)}button:disabled{opacity:.65;cursor:wait}button.ghost{background:#fff;color:#274130;border:1px solid var(--line-strong);box-shadow:none}button.ghost:hover{background:#f5f8f5;border-color:#93a693}button.ghost:focus-visible{box-shadow:var(--focus-ring)}input{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:11px 12px;background:#fff;color:var(--ink);transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}input::placeholder{color:#94a3a1}select{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:10px 12px;background:#fff;color:var(--ink);cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}input:hover,select:hover{border-color:#93a693}input:focus,input:focus-visible{outline:0;border-color:#2563eb;box-shadow:var(--focus-ring)}select:focus,select:focus-visible{outline:0;border-color:#2563eb;box-shadow:var(--focus-ring)}a:focus-visible{outline:2px solid #2563eb;outline-offset:2px}label{display:grid;gap:6px;font-size:13px;font-weight:800;color:#405166}.shell{width:min(1180px,calc(100% - 28px));margin:18px auto 38px}.loginPage{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 12% 8%,rgba(13,107,61,.1),transparent 32%),radial-gradient(circle at 88% 92%,rgba(255,138,0,.1),transparent 30%)}.loginCard{width:min(440px,100%);display:grid;gap:14px;background:var(--panel);border:1px solid rgba(184,198,212,.86);border-radius:var(--radius-xl);padding:28px;box-shadow:var(--shadow-strong);position:relative;overflow:hidden}.loginCard:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#ef4444,#ff8a00 45%,var(--teal))}.unifiedLoginCard{width:min(460px,100%)}.loginForm{display:grid;gap:14px}.loginModeSwitch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}.loginModeSwitch button{min-height:40px}.loginModeSwitch button.active{background:#102033;border-color:#102033;color:#fff;box-shadow:0 8px 18px #0f203329}.loginModeSwitch button:focus-visible{box-shadow:var(--focus-ring)}.loginCard h1{margin:0;font-size:25px;line-height:1.25;letter-spacing:-.01em}.loginCard p{margin:0;color:var(--muted);line-height:1.5}.brandMark{width:60px;height:60px;border-radius:var(--radius-md);display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#ccfbf1);color:var(--blue);border:1px solid #bfdbfe;box-shadow:0 10px 20px #2563eb1f}.brandMark svg{width:34px;height:34px}@media (max-width: 480px){.loginCard{padding:20px;border-radius:var(--radius-lg)}}.status{min-height:22px;color:var(--muted);font-size:13px}.sectionHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.branchTopbar,.branchAccessTabs{margin-bottom:14px}.branchAccessHub{display:grid;gap:16px}.branchAccessGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.branchAccessGrid>button{min-height:196px;padding:20px;display:grid;grid-template-rows:auto 1fr auto;gap:16px;align-items:start;text-align:left;color:var(--text);background:#fff;border:1px solid #dbe5df;box-shadow:var(--shadow)}.branchAccessGrid>button:hover{border-color:#15803d;transform:translateY(-2px);box-shadow:var(--shadow-strong)}.branchAccessIcon{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#087443}.branchAccessCopy{display:grid;gap:7px}.branchAccessCopy strong{font-size:20px}.branchAccessCopy small{color:var(--muted);line-height:1.55}.branchAccessGrid>button>b{color:#087443;font-size:14px}.otLockedScope{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:14px;align-items:end}.otLockedScope>span{min-height:48px;display:flex;align-items:center;gap:10px;padding:12px 14px;color:#075c38;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px}.otLockedScope label{display:grid;gap:6px;font-weight:800}.branchLockedHelper{display:flex;align-items:center;gap:7px;margin:10px 0 0;color:#075c38}@media (max-width: 760px){.branchAccessTabs{overflow-x:auto;flex-wrap:nowrap}.branchAccessTabs button{flex:0 0 auto;min-height:46px}.branchAccessGrid{grid-template-columns:1fr}.branchAccessGrid>button{min-height:152px;grid-template-columns:auto 1fr;grid-template-rows:1fr auto}.branchAccessGrid>button>b{grid-column:2}.otLockedScope{grid-template-columns:1fr}}.sectionHeader p{margin:4px 0 0;color:var(--muted);font-size:13px}.sectionHeader .helperText{max-width:760px;margin-top:8px;padding:8px 10px;border-radius:8px;background:#fff7ed;color:#9a3412;font-weight:800;line-height:1.45}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px;background:linear-gradient(135deg,#0b6b3af7,#08542cfa),linear-gradient(90deg,#ffffff0a,#ffffff1f);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:22px;box-shadow:var(--shadow-strong);backdrop-filter:blur(8px);color:#fff;position:relative;overflow:hidden}.topbar:after{content:"";position:absolute;inset:auto 0 0;height:7px;background:linear-gradient(90deg,#ef4444 0 18%,#ff8a00 18% 54%,#0db14b 54% 100%)}.topbarMain{display:grid;gap:10px;min-width:0}.topbarEyebrow{display:inline-flex;width:fit-content;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.topbar h1{margin:0;font-size:31px;letter-spacing:0;line-height:1.12}.topbar p{margin:0;max-width:760px;color:#dcfce7}.topbarMeta{display:flex;flex-wrap:wrap;gap:8px}.topbarMeta span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);color:#f0fdf4;font-size:12px;font-weight:800}.userBox{min-width:245px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:12px;display:grid;gap:6px}.userBox span{color:#dcfce7;font-size:13px}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 14px;background:#ffffffe0;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 10px 22px #14291b0d;backdrop-filter:blur(10px);position:sticky;top:10px;z-index:30}.tabs button{background:transparent;color:#355340;border:1px solid transparent;min-height:42px;box-shadow:none;border-radius:12px}.tabs button:hover:not(.active){background:#0d6b3d0f}.tabs button:focus-visible{box-shadow:var(--focus-ring)}.tabs button.active{background:linear-gradient(180deg,#fff,#f3fff7);color:#0b6b3a;border-color:#0d6b3d38;box-shadow:inset 0 0 0 1px #0d6b3d14,0 10px 18px #0b6b3a1f}.dashboardHero,.appDashboard .dashboardHero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;margin-bottom:14px}.dashboardHeroMain,.dashboardPulseCard{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow)}.dashboardHeroMain{padding:24px;background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 34%),linear-gradient(135deg,#fff,#f4fbf4 56%,#fff4df);border:1px solid rgba(13,107,61,.14)}.dashboardHeroMain:before,.dashboardPulseCard:before{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,#ef4444,#ff8a00 52%,#0db14b)}.dashboardEyebrow,.dashboardPulseLabel{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.dashboardEyebrow{background:#effcf1;color:#0b6b3a}.dashboardHeroMain h2{margin:12px 0 10px;font-size:34px;line-height:1.15}.dashboardHeroMain p{margin:0;max-width:720px;color:#486052;line-height:1.65}.dashboardHeroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.dashboardPulseCard{padding:22px 22px 22px 26px;background:linear-gradient(180deg,#114d2f,#0a6b3b);border:1px solid rgba(13,107,61,.18);color:#fff}.dashboardPulseLabel{background:#ffffff1f;color:#dcfce7}.dashboardPulseCard strong{display:block;margin-top:16px;font-size:24px;line-height:1.2}.dashboardPulseCard>span{display:block;margin-top:8px;color:#d1fae5;line-height:1.55}.dashboardPulseList{display:grid;gap:10px;margin-top:18px}.dashboardPulseList div{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);color:#f0fdf4;font-size:13px;font-weight:800}.dashboardMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.dashboardMetricCard{border:1px solid rgba(13,107,61,.12);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdf8);padding:16px;display:grid;gap:6px;box-shadow:0 12px 22px #14291b0d;transition:transform .12s ease,box-shadow .12s ease}.dashboardMetricCard:hover{transform:translateY(-2px);box-shadow:0 16px 28px #14291b17}.dashboardMetricCard span{color:#5f705f;font-size:12px;font-weight:900}.dashboardMetricCard strong{color:#0b6b3a;font-size:29px;line-height:1}.dashboardMetricCard small{color:#5f705f;line-height:1.45}.dashboardGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.dashboardPanel{border-radius:18px}.dashboardArtwork{position:relative;min-height:260px;overflow:hidden;border:1px solid rgba(13,107,61,.14);border-radius:18px;box-shadow:var(--shadow)}.dashboardArtwork img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center}.dashboardArtwork:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f7faf4f2,#f7faf4b8 32%,#f7faf400 60%);pointer-events:none}.dashboardArtworkCaption{position:absolute;z-index:1;top:50%;left:clamp(20px,5vw,56px);width:min(410px,calc(100% - 40px));transform:translateY(-50%);display:grid;gap:8px}.dashboardArtworkCaption span{color:#0b6b3a;font-size:12px;font-weight:900;letter-spacing:.08em}.dashboardArtworkCaption strong{color:#163b28;font-size:27px;line-height:1.32}.smartDesk{display:grid;gap:14px}.smartDeskHeader{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:20px 22px;border:1px solid #cfdcd3;border-left:6px solid #0b7a45;border-radius:8px;background:#fff;box-shadow:0 8px 20px #14291b0f}.smartDeskHeader>div:first-child>span{display:inline-flex;align-items:center;gap:7px;color:#0b6b3a;font-size:12px;font-weight:900}.smartDeskHeader h2{margin:6px 0 3px;color:#142d20;font-size:28px;line-height:1.2}.smartDeskHeader p{margin:0;color:#5c6f62;line-height:1.5}.smartDeskIdentity{min-width:230px;display:grid;gap:3px;justify-items:end;text-align:right}.smartDeskIdentity strong{color:#173b28}.smartDeskIdentity span{color:#64766b;font-size:13px}.smartDeskIdentity small{display:inline-flex;align-items:center;gap:5px;margin-top:5px;color:#0b6b3a;font-weight:800}.smartDeskLayout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:14px;align-items:start}.smartDeskIntake,.smartDeskTaskSection,.smartDeskRecent{border:1px solid #d6dfd8;border-radius:8px;background:#fff;box-shadow:0 8px 20px #14291b0d}.smartDeskIntake{padding:20px}.smartDeskSidebar{display:grid;gap:12px}.smartDeskTaskSection,.smartDeskRecent{padding:16px}.smartDeskSectionHead{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center}.smartDeskSectionHead.compact{grid-template-columns:30px minmax(0,1fr)}.smartDeskStep{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#0b6b3a;color:#fff;font-size:14px;font-weight:900}.smartDeskSectionHead.compact .smartDeskStep{width:28px;height:28px}.smartDeskSectionHead h3{margin:0;color:#1a3023;font-size:17px}.smartDeskSectionHead p{margin:2px 0 0;color:#6a786f;font-size:12px}.smartDeskPrivacy{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:6px;background:#eef8f0;color:#0b6b3a;font-size:11px;font-weight:900}.smartDeskDropzone{position:relative;min-height:170px;margin-top:16px;padding:24px;display:grid;place-items:center;align-content:center;gap:7px;border:2px dashed #8bb89d;border-radius:8px;background:#f7fcf8;color:#0b6b3a;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.smartDeskDropzone:hover,.smartDeskDropzone.isDragging{border-color:#f28b1d;background:#fff9ef;box-shadow:inset 0 0 0 3px #f28b1d14}.smartDeskDropzone.hasFile{border-style:solid;border-color:#56a678;background:#f2fbf5}.smartDeskDropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.smartDeskDropzone strong{max-width:100%;overflow-wrap:anywhere;color:#173b28;font-size:16px}.smartDeskDropzone span{color:#68786e;font-size:12px}.smartDeskThinking{animation:smartDeskPulse 1.1s ease-in-out infinite}@keyframes smartDeskPulse{0%,to{opacity:.45;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}.smartDeskAnalysis{margin-top:18px;padding-top:18px;border-top:1px solid #dfe6e1}.smartDeskCandidateList{display:grid;gap:7px;margin-top:13px}.smartDeskCandidateList button{min-height:68px;width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 11px;border:1px solid #d9e2dc;border-radius:8px;background:#fff;color:#20382a;box-shadow:none;text-align:left}.smartDeskCandidateList button:hover{border-color:#83ad94;background:#f8fcf9;transform:none}.smartDeskCandidateList button.selected{border-color:#0b7a45;background:#f1faf4;box-shadow:inset 4px 0 #0b7a45}.smartDeskCandidateRank{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#e8efea;color:#506359;font-size:12px;font-weight:900}.smartDeskCandidateList button.selected .smartDeskCandidateRank{background:#0b7a45;color:#fff}.smartDeskCandidateText{min-width:0;display:grid;gap:3px}.smartDeskCandidateText strong,.smartDeskCandidateText small{overflow-wrap:anywhere}.smartDeskCandidateText small{color:#66766c;line-height:1.4}.smartDeskConfidence{padding:5px 7px;border-radius:5px;font-size:10px;font-weight:900;white-space:nowrap}.smartDeskConfidence.scoreHigh{background:#dcf7e5;color:#086436}.smartDeskConfidence.scoreMedium{background:#fff0d6;color:#96500a}.smartDeskConfidence.scoreLow{background:#fde8e8;color:#9b2727}.smartDeskSignals{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.smartDeskSignals span{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:5px;background:#eef8f0;color:#2f5d3f;font-size:11px;font-weight:800}.smartDeskHealth{margin-top:14px;padding:13px 0;border-top:1px solid #e1e8e3;border-bottom:1px solid #e1e8e3}.smartDeskHealthHead{display:flex;justify-content:space-between;align-items:center;gap:12px}.smartDeskHealthHead strong{display:inline-flex;align-items:center;gap:7px;color:#183827}.smartDeskHealthHead>span{color:#607168;font-size:11px;font-weight:800}.smartDeskHealthGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.smartDeskHealthItem{min-width:0;display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border-left:3px solid #0b7a45;background:#f3f8f5;color:#28523a}.smartDeskHealthItem.review{border-left-color:#d58a16;background:#fff8ea;color:#78490b}.smartDeskHealthItem.block{border-left-color:#bc3b31;background:#fff1ef;color:#8c2d25}.smartDeskHealthItem>span{min-width:0;display:grid;gap:2px}.smartDeskHealthItem strong,.smartDeskHealthItem small{overflow-wrap:anywhere}.smartDeskHealthItem small{color:inherit;opacity:.78;line-height:1.4}.smartDeskRunSetup{margin-top:15px;padding-top:15px}.smartDeskScopeToggle{width:min(100%,360px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-top:12px;padding:4px;border:1px solid #cfdad3;border-radius:8px;background:#edf2ef}.smartDeskScopeToggle button{min-height:38px;border:0;border-radius:5px;background:transparent;color:#53675b;box-shadow:none}.smartDeskScopeToggle button:hover,.smartDeskScopeToggle button.active{background:#fff;color:#075f36;box-shadow:0 1px 4px #1737251f;transform:none}.smartDeskRunFields{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.42fr);gap:10px;margin-top:11px}.smartDeskRunFields label{min-width:0;display:grid;gap:6px;color:#284535;font-size:12px;font-weight:800}.smartDeskRunFields select{width:100%;min-width:0;min-height:44px;border-radius:7px;background:#fff}.smartDeskAlert{margin-top:12px;display:flex;gap:8px;align-items:flex-start;padding:10px 11px;border:1px solid #efb1a8;border-radius:7px;background:#fff3f1;color:#912f25;line-height:1.45}.smartDeskAlert.quiet{border-color:#edc786;background:#fff9ed;color:#7a4a0a}.smartDeskLaunchRow{margin-top:14px;padding:13px 0 0;border-top:1px solid #e2e8e4;display:flex;justify-content:space-between;gap:16px;align-items:center}.smartDeskLaunchRow>div{display:grid;gap:3px}.smartDeskLaunchRow>div strong{color:#183827}.smartDeskLaunchRow>div span{color:#6a786f;font-size:12px}.smartDeskLaunchRow button{flex:0 0 auto;min-height:46px;border-radius:7px}.smartDeskChangeFile{margin-top:10px;padding:7px 9px;border:0;background:transparent;color:#355f45;box-shadow:none;font-size:12px}.smartDeskChangeFile:hover{background:#f0f6f2;transform:none}.smartDeskQuickTasks{display:grid;gap:7px;margin-top:13px}.smartDeskQuickTasks button{min-height:64px;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;grid-template-rows:auto auto;column-gap:9px;padding:9px 10px;border:1px solid #dce4de;border-radius:7px;background:#fff;color:#173b28;box-shadow:none;text-align:left}.smartDeskQuickTasks button:hover{border-color:#8eb29c;background:#f7fbf8;transform:none}.smartDeskQuickTasks button>span{grid-row:1 / 3;width:34px;height:34px;display:grid;place-items:center;border-radius:7px;background:#e8f5ed;color:#0b6b3a}.smartDeskQuickTasks button strong{align-self:end}.smartDeskQuickTasks button small{color:#6c7b71;line-height:1.3}.smartDeskQuickTasks button>svg{grid-column:3;grid-row:1 / 3;align-self:center;color:#799085}.smartDeskRecent h3{margin:0 0 9px;display:flex;align-items:center;gap:7px;color:#253d2e;font-size:14px}.smartDeskRecent>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border:0;border-top:1px solid #e6ebe7;border-radius:0;background:transparent;color:#244331;box-shadow:none;text-align:left}.smartDeskRecent>button:hover{background:transparent;color:#0b6b3a;transform:none}.smartDeskRecent>button span{min-width:0;display:grid;gap:2px}.smartDeskRecent>button small{max-width:220px;overflow:hidden;color:#78867d;text-overflow:ellipsis;white-space:nowrap}.smartDeskUtilityActions{display:grid;grid-template-columns:1fr;gap:7px}.smartDeskUtilityActions button{justify-content:flex-start;min-height:40px}.smartDeskFootnote{display:flex;gap:9px;align-items:flex-start;padding:11px 13px;border:1px solid #cddbd1;border-radius:7px;background:#f5faf6;color:#52665a;font-size:12px;line-height:1.45}.smartDeskFootnote svg{flex:0 0 auto;color:#0b6b3a}.checkList li{margin-bottom:6px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.noticePanel{background:linear-gradient(90deg,#fff7ed,#fffbeb);border:1px solid #f7b267;border-left:5px solid var(--amber);color:#7c2d12;border-radius:16px;padding:12px 14px;margin-bottom:14px;display:grid;gap:4px;box-shadow:0 8px 18px #9a34120f}.noticePanel strong{font-size:15px}.noticePanel span{line-height:1.5}.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);position:relative;overflow:hidden}.panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#ef4444,#ff8a00 45%,var(--teal))}.panel h2{margin:0 0 14px;font-size:20px;color:#102033}dl{display:grid;grid-template-columns:120px 1fr;gap:8px 12px;margin:0}dt{color:var(--muted);font-weight:800}dd{margin:0;font-weight:800}ul{margin:0;padding-left:20px;color:#334155;line-height:1.7}.reportGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reportForm{display:grid;grid-template-columns:1fr 160px 1.5fr auto;gap:12px;align-items:end;margin:14px 0 10px;background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:12px}.reportStatus{border:1px solid #a7f3d0;border-left:5px solid var(--teal);background:#ecfdf5;color:#134e4a;border-radius:8px;padding:10px 12px;margin:10px 0 14px;line-height:1.45;font-weight:800}.messagePreview{border:1px solid #bae6fd;background:linear-gradient(180deg,#f0f9ff,#fff);border-radius:10px;padding:14px;margin-bottom:14px;box-shadow:0 10px 22px #0e74900f}.messagePreview h3{margin:0 0 8px;font-size:16px;color:#075985}.previewHeader{display:flex;justify-content:space-between;gap:10px;align-items:center}.messagePreview pre{margin:0;white-space:pre-wrap;font-family:Arial,Noto Sans Thai,Tahoma,sans-serif;font-size:17px;line-height:1.65;color:#0f172a}.resultGrid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.promotionResultGrid{grid-template-columns:minmax(0,1fr) minmax(220px,300px)}.reportWorkflow{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr);gap:12px;align-items:center;margin-top:12px;padding:12px;border:1px solid #c7d8ec;border-radius:8px;background:#f7fbff}.reportWorkflowHeading{display:grid;gap:3px}.reportWorkflowHeading span{color:#536b82;font-size:12px;font-weight:800}.reportWorkflowHeading strong{color:#0f4c81;font-size:15px;font-weight:900}.reportWorkflowSteps{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.reportWorkflowSteps>div{display:flex;align-items:center;min-width:0;gap:7px;padding:8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.reportWorkflowSteps>div>svg{flex:0 0 auto}.reportWorkflowSteps>div.ready{border-color:#a7f3d0;color:#047857;background:#f0fdf4}.reportWorkflowSteps>div.pending{color:#a16207;background:#fffbeb}.reportWorkflowSteps span{display:grid;min-width:0;gap:1px}.reportWorkflowSteps strong,.reportWorkflowSteps small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reportWorkflowSteps strong{color:#334155;font-size:12px;font-weight:900}.reportWorkflowSteps small{color:#64748b;font-size:11px;font-weight:700}.promotionUploadBox{justify-content:flex-start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.promotionUploadBox.isReady{border-style:solid;border-color:#22c55e;background:#f0fdf4;color:#15803d}.previewTools{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px}.splitModeToggle{display:flex;align-items:center;gap:12px;padding:6px 12px;border:1px solid var(--line-strong);border-radius:10px;background:#f8fafc;font-size:13px;font-weight:700;color:#334155}.splitModeToggle label{display:inline-flex;align-items:center;gap:5px;cursor:pointer;white-space:nowrap}.legacyReportLink{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;color:#274130;font-weight:900;text-decoration:none}.legacyReportFrame{width:100%;min-height:2200px;border:1px solid var(--line);border-radius:18px;background:#fff}.uploadBox{margin-top:6px;border:1.5px dashed #0f766e;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;color:#0f766e;cursor:pointer;background:#f0fdfa;min-height:42px;transition:border-color .12s ease,background .12s ease,color .12s ease}.uploadBox:hover{background:#ccfbf1;border-color:#0d9488}.uploadBox input{display:none}.fileCheckBox{flex-wrap:wrap;align-content:center}.fileCheckBox small{flex-basis:100%;color:#64748b;font-size:11px;font-weight:800;text-align:center}.fileCheckBox.checking{border-color:#f59e0b;background:#fffbeb;color:#b45309}.fileCheckBox.ready{border-color:#16a34a;background:#f0fdf4;color:#15803d}.fileCheckBox.error{border-color:#dc2626;background:#fef2f2;color:#b91c1c}.adminUpload{display:grid;grid-template-columns:1fr 1.3fr auto;gap:12px;align-items:end;margin:12px 0;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:12px}.adminConsoleGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.adminMetricCard,.adminCompareGrid div,.qaResultGrid div{border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:12px;display:grid;gap:4px;box-shadow:0 8px 18px #0f172a0b}.adminMetricCard span,.adminCompareGrid span,.qaResultGrid span{color:var(--muted);font-size:12px;font-weight:900}.adminMetricCard strong,.adminCompareGrid strong,.qaResultGrid strong{color:#102033;font-size:23px;line-height:1.1}.adminMetricCard small{color:var(--muted);line-height:1.35}.adminToolPanel{border:1px solid #cbd5e1;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fafc);padding:16px;margin-top:14px;box-shadow:0 10px 22px #0f172a0b}.adminToolPanel h3{display:inline-flex;align-items:center;gap:8px;margin:0}.adminInlineControls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;gap:10px;align-items:end;margin:12px 0}.adminCompareGrid,.qaResultGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px}.qaResultGrid{grid-template-columns:repeat(7,minmax(0,1fr))}.adminTwoColumn{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:14px;align-items:start}.adminFilterBar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px 12px;border-bottom:1px solid var(--line);background:#f8fafc}.adminSubActions{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line);background:#fff}.adminSubActions button{min-height:36px;padding:7px 12px;font-size:12px}.toggleList,.userAdminList{display:grid;gap:10px;margin-top:12px;max-height:520px;overflow:auto;padding-right:4px}.toggleItem,.userAdminItem{border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff);padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:start;box-shadow:0 8px 18px #0f172a09}.adminItemMeta{display:grid;gap:4px;min-width:0}.toggleItem span,.userAdminItem span,.adminItemMeta small{color:var(--muted);font-size:12px;line-height:1.35}.adminItemMeta strong{font-size:15px;line-height:1.3}.adminItemBadge{justify-self:start;align-self:center;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:11px;font-weight:900;white-space:nowrap}.userAdminActions,.adminActionRow{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.userAdminActions button{min-height:36px;padding:7px 10px;font-size:12px}.compactSearch{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 10px;margin:10px 0;background:#fff}.compactSearch input{border:0;padding:9px 0;box-shadow:none}.profileGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.profileGrid h2,.activityPanel h3{display:inline-flex;align-items:center;gap:8px}.passwordPanel{display:grid;gap:12px}.activityPanel{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.orgAuditPanel{border:1px solid #c7d2fe;margin-top:16px;padding:16px;border-radius:10px;background:linear-gradient(180deg,#eef2ff,#fff 190px)}.orgAuditPanel h3{display:inline-flex;align-items:center;gap:8px}.auditStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0}.auditStats div{border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:12px;display:grid;gap:4px;box-shadow:0 8px 18px #0f172a0b}.auditStats span{color:var(--muted);font-size:12px;font-weight:800}.auditStats strong{font-size:24px;color:#0f172a;line-height:1.1}.auditStats .ok strong,.checkItem.ok{color:#047857}.auditStats .warn strong,.checkItem.warn{color:#b45309}.auditChecks{display:grid;gap:8px;margin-bottom:12px}.checkItem{border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;background:#fff;display:flex;gap:8px;align-items:center;font-weight:800}.checkItem.ok{background:#ecfdf5;border-color:#a7f3d0}.checkItem.warn{background:#fffbeb;border-color:#fde68a}.auditTableWrap{border:1px solid #cbd5e1;border-radius:8px;background:#fff;overflow:auto;box-shadow:0 10px 22px #0f172a0b}.auditSearchSection{margin-top:12px}.auditEmptyState{padding:18px 16px;color:var(--muted);font-size:13px;font-weight:800;line-height:1.5;background:linear-gradient(180deg,#f8fafc,#fff)}.auditTableWrap h4,.searchLabel{margin:0;padding:12px;border-bottom:1px solid var(--line)}.searchLabel{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);gap:10px;align-items:center}.searchLabel h4{margin:0}.searchLabel label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 10px;margin:0}.searchLabel input{border:0;padding:9px 0}.auditTable{width:100%;border-collapse:collapse;font-size:13px}.auditTable th,.auditTable td{border-bottom:1px solid var(--line);padding:8px 10px;text-align:left;vertical-align:top}.auditTable th{background:#102033;color:#fff;font-size:12px;position:sticky;top:0}.auditTable tbody tr:hover td{background:#f8fafc}.auditTable td:nth-child(n+2),.auditTable th:nth-child(n+2){text-align:right}.auditTableWrap:nth-child(2) .auditTable td:nth-child(2),.auditTableWrap:nth-child(2) .auditTable th:nth-child(2),.auditTableWrap:nth-child(2) .auditTable td:nth-child(3),.auditTableWrap:nth-child(2) .auditTable th:nth-child(3),.auditTableWrap:nth-child(2) .auditTable td:nth-child(4),.auditTableWrap:nth-child(2) .auditTable th:nth-child(4),.auditTableWrap:nth-child(2) .auditTable td:nth-child(5),.auditTableWrap:nth-child(2) .auditTable th:nth-child(5),.auditTableWrap:nth-child(2) .auditTable td:nth-child(6),.auditTableWrap:nth-child(2) .auditTable th:nth-child(6){text-align:left}.auditTableOrgSearch{width:max-content;min-width:100%;table-layout:auto}.auditTableOrgSearch th,.auditTableOrgSearch td{text-align:left!important;white-space:nowrap;word-break:normal;line-height:1.2;padding:7px 12px}.auditTableOrgSearch th{font-size:11.5px}.auditTableOrgSearch td{font-size:12.5px;font-variant-numeric:tabular-nums}.activityList{display:grid;gap:8px;margin-top:10px}.activityItem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #d7dee8;border-radius:8px;padding:10px 12px;background:#fbfdff}.activityItem div{display:grid;gap:3px;min-width:0}.activityItem span,.activityItem small{color:var(--muted);font-size:12px;line-height:1.35;word-break:break-word}.fullModulesPage{display:grid;gap:14px}.moduleHero{background:linear-gradient(135deg,#fff,#eef2ff);border:1px solid var(--line);border-radius:10px;padding:20px;display:flex;justify-content:space-between;gap:14px;align-items:flex-start;box-shadow:var(--shadow)}.moduleHero h2{margin:0 0 6px;font-size:24px}.moduleHero p{margin:0;color:var(--muted);line-height:1.55}.moduleIcon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:var(--soft-teal);color:#0f766e}.reportWorkspace{display:grid;gap:12px}.otWorkspace{display:grid;gap:14px}.otImportSetup{display:grid;gap:12px;border-left:4px solid #0f766e}.otImportCycle{display:grid;grid-template-columns:minmax(170px,220px) minmax(220px,1fr);gap:5px 12px;align-items:center;color:#334155;font-size:12px;font-weight:800}.otImportCycle input{grid-row:1 / span 2;grid-column:1}.otImportCycle small{grid-column:2;color:#64748b;font-size:11px;font-weight:600}.otScope{display:grid;gap:14px}.otQuickScope{position:relative;display:grid;gap:7px;max-width:760px}.otQuickScope>label{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid #bbd4c4;border-radius:8px;color:#0f766e;background:#f7fcf8}.otQuickScope>label:focus-within{border-color:#0f766e;box-shadow:var(--focus-ring)}.otQuickScope>label input{width:100%;min-width:0;border:0;padding:0;background:transparent;box-shadow:none}.otQuickScopeResults{position:absolute;z-index:12;top:calc(100% + 2px);left:0;right:0;display:grid;max-height:330px;overflow:auto;padding:6px;border:1px solid #bbd4c4;border-radius:8px;background:#fff;box-shadow:0 14px 30px #0f4b2a26}.otQuickScopeResults button{display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;align-items:center;min-height:54px;padding:8px 10px;border:0;border-radius:6px;color:#173b27;background:transparent;text-align:left}.otQuickScopeResults button:hover{background:#eef8f1}.otQuickScopeResults button>span{display:grid;place-items:center;min-height:28px;border-radius:5px;color:#fff;background:#0f766e;font-size:10px;font-weight:900}.otQuickScopeResults button>div{display:grid;gap:2px;min-width:0}.otQuickScopeResults strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.otQuickScopeResults small{overflow:hidden;color:#64748b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.otScopeGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.otDayState{display:inline-flex;align-items:center;gap:7px;width:fit-content;padding:8px 10px;border:1px solid #fde68a;border-radius:8px;color:#92400e;background:#fffbeb;font-size:12px;font-weight:800}.otDayState.ready{border-color:#a7f3d0;color:#047857;background:#ecfdf5}.otDailyRoster{gap:16px;padding:0;overflow:hidden;border-color:#b9d8c3}.otDailyRosterHeader{display:flex;align-items:start;justify-content:space-between;gap:16px;padding:18px 18px 15px;color:#fff;background:#075f3b}.otDailyRosterHeader>div:first-child{display:grid;gap:4px;min-width:0}.otDailyRosterHeader h3{margin:0;font-size:20px;line-height:1.25}.otDailyRosterHeader p{margin:0;color:#d1fae5;font-size:12px;line-height:1.45}.otDailyStep{display:inline-flex;align-items:center;gap:6px;width:fit-content;color:#a7f3d0;font-size:11px;font-weight:900}.otRosterState{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.28);border-radius:7px;color:#ecfdf5;background:#ffffff1a;font-size:11px;font-weight:900}.otRosterState.changed{border-color:#fcd34d;color:#fff7cc;background:#92400e47}.otRosterState.confirmed{border-color:#86efac;color:#dcfce7;background:#16653459}.otDailyReason{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.2fr);gap:10px;margin:0 16px;padding:14px;border:1px solid #bbd4c4;border-radius:8px;background:#f4faf6}.otDailyReasonHeading{grid-column:1 / -1;display:flex;align-items:start;justify-content:space-between;gap:12px}.otDailyReasonHeading>div{display:grid;gap:2px}.otDailyReasonHeading strong{color:#14532d;font-size:14px}.otDailyReasonHeading strong em{margin-left:5px;color:#b91c1c;font-size:9px;font-style:normal;white-space:nowrap}.otDailyReasonHeading span{color:#64748b;font-size:10px;line-height:1.4}.otDailyReasonHeading>span{padding:4px 8px;border-radius:5px;color:#047857;background:#d1fae5;font-weight:900;white-space:nowrap}.otDailyReason label{display:grid;gap:5px;color:#334155;font-size:11px;font-weight:800}.otDailyReason textarea{min-height:44px;height:44px;resize:vertical}.otRequiredMark{color:#dc2626}.otReasonRequiredWarning{grid-column:1 / -1;display:flex;align-items:start;gap:7px;padding:9px 10px;border:1px solid #fca5a5;border-radius:7px;color:#991b1b;background:#fff1f2;font-size:10px;line-height:1.45}.otReasonRequiredWarning svg{flex:0 0 auto;margin-top:1px}.otSharedReasonAction{grid-column:1 / -1;display:flex;justify-content:flex-end}.otSharedReasonAction button{min-height:40px}.otRosterLocked{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;margin:0 16px;padding:11px 12px;border:1px solid #86efac;border-radius:8px;color:#166534;background:#f0fdf4}.otRosterLocked>div{display:grid;gap:2px}.otRosterLocked strong{font-size:12px}.otRosterLocked span{color:#64748b;font-size:10px}.otRosterList{display:grid;gap:7px;margin:0 16px}.otRosterColumnHead{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,92px);gap:7px;padding:0 10px;color:#64748b;font-size:10px;font-weight:900;text-align:center}.otRosterColumnHead span:first-child{text-align:left}.otRosterRow{position:relative;display:grid;grid-template-columns:minmax(220px,1fr) 290px;gap:10px;align-items:center;padding:10px;border:1px solid #dce8df;border-left:4px solid #cbd5e1;border-radius:8px;background:#fff}.otRosterRow:focus-within{z-index:5}.otRosterRow.hasOt{border-left-color:#16a34a;background:#fbfefb}.otRosterIdentity{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.otRosterIdentity>div{display:grid;gap:2px;min-width:0}.otRosterIdentity strong{overflow:hidden;color:#173b27;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.otRosterIdentity span{overflow:hidden;color:#64748b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.otRosterIdentity b{flex:0 0 auto;padding:4px 7px;border-radius:5px;color:#64748b;background:#f1f5f9;font-size:10px}.otRosterRow.hasOt .otRosterIdentity b{color:#047857;background:#dcfce7}.otRosterIdentityTools{position:relative;display:flex;flex:0 0 auto;align-items:center;gap:5px}.otRosterIdentityTools>.iconButton{width:36px;min-width:36px;min-height:36px;padding:0}.otRosterEmployeeMenu{position:absolute;top:calc(100% + 5px);right:0;z-index:12;display:grid;gap:3px;width:164px;padding:5px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 12px 28px #0f172a2e}.otRosterEmployeeMenu button{justify-content:start;min-height:40px;padding:8px 9px;border:0;color:#334155;background:transparent;box-shadow:none;font-size:11px}.otRosterEmployeeMenu button:hover{color:#047857;background:#ecfdf5}.otRosterEmployeeMenu button.danger{color:#b91c1c}.otRosterEmployeeMenu button.danger:hover{background:#fff1f2}.otRosterRateGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.otRosterRateGrid label{position:relative;display:grid;grid-template-columns:1fr auto;gap:1px 3px;min-width:0;padding:5px 7px;border:1px solid #cbd5e1;border-radius:7px;background:#f8fafc}.otRosterRateGrid label:focus-within{border-color:#0f766e;box-shadow:var(--focus-ring)}.otRosterRateGrid span{grid-column:1 / -1;color:#64748b;font-size:9px;font-weight:900}.otRosterRateGrid input{width:100%;min-width:0;min-height:34px;padding:3px 1px;border:0;color:#0f172a;background:transparent;box-shadow:none;font-size:18px;font-weight:900;font-variant-numeric:tabular-nums}.otRosterRateGrid small{align-self:center;color:#94a3b8;font-size:9px;font-weight:800}.otRosterRateGrid .rate-ot_1{border-top-color:#0f766e}.otRosterRateGrid .rate-ot_15{border-top-color:#f59e0b}.otRosterRateGrid .rate-ot_3{border-top-color:#dc2626}.otRosterReasonEditor{grid-column:1 / -1;display:grid;gap:8px;padding-top:8px;border-top:1px dashed #dce8df}.otRosterReasonEditor>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.otRosterReasonEditor>div:first-child strong{color:#14532d;font-size:11px}.otRosterReasonEditor>div:first-child span{color:#64748b;font-size:9px}.otRosterCustomReason{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.2fr);gap:8px}.otRosterCustomReason textarea{min-height:42px;height:42px}.otRosterReasonMissing{grid-column:1 / -1;color:#b91c1c;font-size:9px;font-weight:800}.otRosterStaffAction{grid-column:1 / -1;display:grid;gap:12px;padding:13px;border:1px solid #99d4ad;border-left:4px solid #0f766e;border-radius:8px;background:#f6fbf7}.otRosterStaffAction.resign{border-color:#fecaca;border-left-color:#dc2626;background:snow}.otRosterStaffAction>label{display:grid;gap:5px;color:#334155;font-size:11px;font-weight:800}.otRosterStaffAction>p{margin:0;color:#64748b;font-size:11px;line-height:1.5}.otRosterStaffEdit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.otRosterStaffEdit label{display:grid;gap:5px;color:#334155;font-size:10px;font-weight:800}.otRosterStaffEdit .otStaffConfirmActions{grid-column:1 / -1}.otRosterActions{position:sticky;bottom:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid #bbd4c4;background:#fffffff5;box-shadow:0 -8px 18px #0f172a14;backdrop-filter:blur(8px)}.otRosterActions>div:first-child{display:flex;align-items:baseline;gap:7px}.otRosterActions>div:first-child strong{color:#14532d;font-size:18px}.otRosterActions>div:first-child span{color:#64748b;font-size:11px;font-weight:800}.otRosterActions>div:last-child{display:flex;gap:8px}.otRosterActions button{min-height:42px}.otAdvancedTools{border:1px solid #d7e1da;border-radius:8px;background:#f8faf9}.otAdvancedTools>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:11px 14px;color:#334155;cursor:pointer;list-style:none}.otAdvancedTools>summary::-webkit-details-marker{display:none}.otAdvancedTools>summary>span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 8px;align-items:center}.otAdvancedTools>summary svg{grid-row:1 / span 2}.otAdvancedTools>summary b{font-size:13px}.otAdvancedTools>summary small{color:#64748b;font-size:10px;font-weight:600}.otAdvancedTools>summary>svg{transition:transform .2s ease}.otAdvancedTools[open]>summary>svg{transform:rotate(180deg)}.otAdvancedTools>.otEntryGrid{padding:0 12px 12px}.otSetupTools{padding:0}.otSetupTools>summary,.otSavedEntries>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:11px 14px;color:#334155;cursor:pointer;list-style:none}.otSetupTools>summary::-webkit-details-marker,.otSavedEntries>summary::-webkit-details-marker{display:none}.otSetupTools>summary>span,.otSavedEntries>summary>span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 8px;align-items:center}.otSetupTools>summary svg,.otSavedEntries>summary svg{grid-row:1 / span 2}.otSetupTools>summary b,.otSavedEntries>summary b{font-size:13px}.otSetupTools>summary small,.otSavedEntries>summary small{color:#64748b;font-size:10px;font-weight:600}.otSetupTools>summary>svg,.otSavedEntries>summary>svg{transition:transform .2s ease}.otSetupTools[open]>summary>svg,.otSavedEntries[open]>summary>svg{transform:rotate(180deg)}.otSetupTools>.sectionHeader,.otSetupTools>.otImportCycle,.otSetupTools>.otImportBox,.otSetupTools>.otImportChecks,.otSetupTools>.otImportReview{margin-right:14px;margin-left:14px}.otSetupTools>:last-child{margin-bottom:14px}.otSavedEntries{padding:0}.otSavedEntries>.otEntryList,.otSavedEntries>.emptyState{margin:0 12px 12px}.otEntryGrid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:14px;align-items:start}.otEntryGrid .panel,.otDashboard,.otDayEntries{display:grid;gap:14px}.sectionHeader h3{display:flex;align-items:center;gap:7px}.iconButton{width:38px;min-width:38px;min-height:38px;padding:0}.otStaffForm,.otForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:end}.otStaffForm>button{align-self:end}.otAddStaffButton{min-width:86px}.otStaffSearch{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:42px;padding:0 10px;border:1px solid #bbd4c4;border-radius:8px;color:#0f766e;background:#f7fcf8}.otStaffSearch:focus-within{border-color:#0f766e;box-shadow:var(--focus-ring)}.otStaffSearch input{width:100%;min-width:0;border:0;padding:0;background:transparent;box-shadow:none}.otStaffSearch span{color:#64748b;font-size:11px;font-weight:800}.otStaffList{display:grid;gap:7px;max-height:310px;overflow:auto;padding-right:2px}.otStaffList article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #dce8df;border-radius:8px;background:#fbfefb}.otStaffIdentity{display:grid;gap:2px;min-width:0}.otStaffList strong{color:#173b27;font-size:13px}.otStaffList span,.otStaffList small{color:#64748b;font-size:11px;line-height:1.35}.otStaffActions{display:flex;flex-wrap:wrap;justify-content:end;gap:5px}.otStaffActions button{min-height:36px;padding:7px 9px;font-size:11px}.otStaffActions .otResignButton{border-color:#fed7aa;color:#9a3412;background:#fff7ed}.otStaffActionPanel{display:grid;gap:12px;padding:14px;border:1px solid #99d4ad;border-left:4px solid #0f766e;border-radius:8px;background:#f6fbf7}.otStaffActionPanel.resign,.otStaffActionPanel.delete{border-color:#fecaca;border-left-color:#dc2626;background:snow}.otStaffActionHeading{display:flex;align-items:start;justify-content:space-between;gap:10px}.otStaffActionHeading>div{display:grid;gap:3px}.otStaffActionHeading strong{color:#173b27;font-size:15px}.otStaffActionHeading span,.otStaffActionPanel>p{color:#64748b;font-size:12px;line-height:1.5}.otTransferType{display:grid;grid-template-columns:1fr 1fr;gap:8px}.otTransferType button{display:flex;align-items:center;justify-content:start;gap:9px;min-height:62px;padding:9px 11px;border:1px solid #cbd5e1;color:#334155;background:#fff;text-align:left;box-shadow:none}.otTransferType button>span{display:grid;gap:2px}.otTransferType button strong{color:inherit;font-size:12px}.otTransferType button small{color:#64748b;font-size:10px;font-weight:600}.otTransferType button.active{border-color:#0f766e;color:#047857;background:#ecfdf5;box-shadow:0 0 0 2px #0f766e1f}.otTransferType button.active.outside{border-color:#dc2626;color:#b91c1c;background:#fff1f2;box-shadow:0 0 0 2px #dc26261a}.otTransferPreview{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:9px;align-items:center}.otTransferPreview>svg{color:#0f766e}.otTransferPreview article{display:grid;gap:3px;min-height:78px;padding:10px;border:1px solid #dce8df;border-radius:7px;background:#fff}.otTransferPreview small{color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase}.otTransferPreview strong{color:#173b27;font-size:12px;line-height:1.4}.otTransferPreview span{color:#64748b;font-size:11px}.otStaffActionWarning{display:flex;align-items:start;gap:7px;padding:9px 10px;border:1px solid #fed7aa;border-radius:7px;color:#9a3412;background:#fff7ed;font-size:11px;font-weight:700;line-height:1.45}.otStaffActionWarning svg{flex:0 0 auto;margin-top:1px}.otStaffConfirmActions{display:flex;justify-content:end;gap:8px}.otStaffConfirmActions button{min-height:42px}.otInactiveStaff{border:1px solid #d7e1da;border-radius:8px;background:#f8faf9}.otInactiveStaff summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:44px;padding:9px 11px;color:#475569;cursor:pointer;font-size:12px;font-weight:800}.otInactiveStaff summary::marker{content:""}.otInactiveStaff summary b{display:grid;place-items:center;min-width:25px;height:25px;border-radius:50%;color:#475569;background:#e2e8f0;font-size:10px}.otInactiveStaff>p{margin:0;padding:0 11px 9px;color:#64748b;font-size:11px;line-height:1.45}.otInactiveStaff>div{display:grid;gap:6px;padding:0 8px 8px}.otInactiveStaff article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 9px;border:1px solid #e2e8f0;border-radius:7px;background:#fff}.otInactiveStaff article>span{display:grid;gap:2px;min-width:0}.otInactiveStaff article strong{color:#334155;font-size:12px}.otInactiveStaff article small{color:#64748b;font-size:10px}.otInactiveStaff article button{min-height:36px;padding:7px 10px}.otImportBox{display:flex;align-items:center;gap:10px;min-height:64px;padding:11px 12px;border:1px dashed #0f766e;border-radius:8px;color:#0f766e;background:#f0fdfa;cursor:pointer}.otImportBox>span{display:grid;gap:2px;min-width:0}.otImportBox strong{font-size:13px}.otImportBox small{color:#64748b;font-size:11px;line-height:1.4}.otImportBox input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.otImportBox:focus-within{box-shadow:var(--focus-ring)}.otImportChecks{display:flex;flex-wrap:wrap;gap:8px 16px;color:#475569;font-size:12px;font-weight:700}.otImportChecks span{display:inline-flex;align-items:center;gap:6px}.otImportChecks svg{color:#0f766e}.otImportReview{display:grid;gap:11px}.otImportStats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.otImportStats article{display:grid;gap:2px;min-height:90px;padding:12px;border:1px solid #dce8df;border-radius:8px;background:#fbfefb}.otImportStats article.watch{border-color:#fde68a;background:#fffbeb}.otImportStats span{color:#64748b;font-size:11px;font-weight:800}.otImportStats strong{color:#14532d;font-size:24px;font-variant-numeric:tabular-nums}.otImportStats article.watch strong{color:#b45309}.otImportStats small{color:#64748b;font-size:10px;line-height:1.35}.otImportWarning{display:flex;align-items:start;gap:8px;padding:10px 11px;border:1px solid #fecaca;border-radius:8px;color:#991b1b;background:#fff7f7;font-size:11px;line-height:1.5}.otImportWarning svg{flex:0 0 auto;margin-top:1px}.otImportMeta{display:flex;flex-wrap:wrap;gap:6px 14px;color:#64748b;font-size:11px}.otImportBranchList{display:grid;gap:6px;max-height:220px;overflow:auto}.otImportBranchList article{display:grid;gap:4px;padding:9px 11px;border:1px solid #dce8df;border-radius:8px;background:#fff}.otImportBranchList article>div{display:flex;justify-content:space-between;gap:10px}.otImportBranchList strong{color:#334155;font-size:12px}.otImportBranchList span{color:#047857;font-size:11px;font-weight:900;white-space:nowrap}.otImportBranchList small{color:#64748b;font-size:10px;line-height:1.45}.otReasonField{grid-column:1 / -1}.otCorrectionHint{display:flex;align-items:start;gap:8px;padding:9px 10px;border:1px solid #bae6fd;border-radius:8px;color:#075985;background:#f0f9ff;font-size:11px;line-height:1.5}.otCorrectionHint svg{flex:0 0 auto;margin-top:1px}.otReopenDayButton{border-color:#f59e0b;color:#92400e;background:#fffbeb}.otRateGuide{display:grid;gap:11px;padding:12px;border:1px solid #b9d8c3;border-radius:8px;background:#f8fcf9}.otRateGuideHeader{display:flex;align-items:start;justify-content:space-between;gap:10px}.otRateGuideHeader h4{display:flex;align-items:center;gap:6px;margin:0;color:#14532d;font-size:14px}.otRateGuideHeader p{margin:3px 0 0;color:#64748b;font-size:10px;line-height:1.4}.otRateGuideHeader>span{flex:0 0 auto;padding:4px 7px;border-radius:5px;color:#075985;background:#e0f2fe;font-size:9px;font-weight:900}.otRateLawCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%;min-width:0}.otRateLawCards article{position:relative;overflow:hidden;min-width:0;aspect-ratio:4 / 3;min-height:132px;border:1px solid #dce8df;border-radius:7px;background-image:url(/ot/ot-rate-guide.webp);background-repeat:no-repeat;background-size:300% auto;box-shadow:inset 0 -70px 38px #fffffff5}.otRateLawCards article.rateOne{background-position:left top}.otRateLawCards article.rateOneHalf{background-position:center top}.otRateLawCards article.rateThree{background-position:right top}.otRateLawCards article>div{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:1px 7px;align-items:center;min-width:0;padding:10px}.otRateLawCards b{grid-row:1 / span 2;color:#047857;font-size:18px;white-space:nowrap}.otRateLawCards strong{min-width:0;color:#1e293b;font-size:10px;line-height:1.35;overflow-wrap:anywhere}.otRateLawCards small{min-width:0;color:#64748b;font-size:9px;line-height:1.35;overflow-wrap:anywhere}.otRateQuestions{display:grid;gap:8px}.otRateQuestions>div{display:grid;gap:6px}.otRateQuestions>div>span{display:flex;align-items:center;gap:7px;color:#334155;font-size:11px;font-weight:800}.otRateQuestions i{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;color:#fff;background:#0f766e;font-size:10px;font-style:normal}.otRateQuestions>div>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.otRateQuestions button{justify-content:center;min-height:40px;padding:8px;border:1px solid #cbd5e1;color:#475569;background:#fff;box-shadow:none;font-size:10px}.otRateQuestions button.active{border-color:#0f766e;color:#047857;background:#ecfdf5;box-shadow:0 0 0 2px #0f766e1a}.otRateAdvice{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px;border:1px solid #86efac;border-radius:8px;color:#166534;background:#f0fdf4}.otRateAdvice>svg{align-self:start;margin-top:1px}.otRateAdvice>div{display:grid;gap:2px}.otRateAdvice strong{font-size:12px}.otRateAdvice span{color:#475569;font-size:10px;line-height:1.45}.otRateAdvice b{color:#991b1b;font-size:10px;line-height:1.45}.otRateAdvice button{min-height:38px;padding:7px 10px;white-space:nowrap}.otRateAdvice.warning{border-color:#fca5a5;color:#b91c1c;background:#fff1f2}.otRateAdvice.neutral{grid-template-columns:auto minmax(0,1fr);border-color:#fde68a;color:#92400e;background:#fffbeb}.otRateLegalNote{display:flex;align-items:start;gap:6px;padding-top:8px;border-top:1px solid #dce8df;color:#64748b;font-size:9px;line-height:1.45}.otRateLegalNote svg{flex:0 0 auto;margin-top:1px;color:#b45309}.otRateSources{display:flex;flex-wrap:wrap;gap:4px 7px;color:#64748b;font-size:9px}.otRateSources a{color:#0369a1;font-weight:800}textarea{width:100%;min-height:94px;resize:vertical;border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:11px 12px;background:#fff;color:var(--ink);font:inherit}textarea:focus,textarea:focus-visible{outline:0;border-color:#2563eb;box-shadow:var(--focus-ring)}.otActionRow{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.otEntryList{display:grid;gap:8px}.otEntryList article{display:flex;align-items:start;justify-content:space-between;gap:10px;padding:11px 12px;border:1px solid #dce8df;border-radius:8px;background:#fbfefb}.otEntryList article>div:first-child{display:grid;gap:2px;min-width:0}.otEntryList strong{color:#173b27;font-size:13px}.otEntryList span,.otEntryList small{color:#64748b;font-size:12px;line-height:1.45}.otRowActions{display:flex;gap:6px;flex:0 0 auto}button.danger{border-color:#fecaca;background:#fff1f2;color:#b91c1c;box-shadow:none}button.danger:hover{border-color:#fca5a5;background:#ffe4e6}.emptyState{padding:18px;border:1px dashed #b5c4b4;border-radius:8px;color:#64748b;background:#fbfefb;font-size:13px;line-height:1.55}.otTodayFocus{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.otDashboardViewToggle{display:inline-flex;width:fit-content;padding:3px;border:1px solid #dce8df;border-radius:8px;background:#f8fafc}.otDashboardViewToggle button{display:inline-flex;align-items:center;gap:6px;width:auto;min-height:34px;padding:7px 12px;border:0;background:transparent;color:#64748b;box-shadow:none}.otDashboardViewToggle button.active{background:#047857;color:#fff}.otDashboardPeriodBar{display:flex;align-items:end;justify-content:space-between;gap:12px;padding:10px;border:1px solid #dce8df;border-radius:8px;background:#f8fafc}.otDashboardHistoryControls{display:flex;align-items:end;gap:7px}.otDashboardHistoryControls label{display:grid;gap:3px;color:#475569;font-size:10px;font-weight:800}.otDashboardHistoryControls input{min-height:36px;padding:6px 8px;font-size:11px}.otDashboardHistoryControls button{width:auto;min-height:36px;padding:7px 10px;white-space:nowrap}.otTodayFocus article{display:grid;gap:3px;padding:14px;border:1px solid #dce8df;border-radius:8px;background:#fbfefb}.otTodayFocus article.watch{border-color:#fecaca;background:#fff7f7}.otTodayFocus span{color:#64748b;font-size:12px;font-weight:800}.otTodayFocus strong{color:#14532d;font-size:26px;font-variant-numeric:tabular-nums}.otTodayFocus article.watch strong{color:#b91c1c}.otTodayFocus small{color:#64748b;font-size:11px}.otCompletionTrack{overflow:hidden;height:7px;border-radius:999px;background:#dce8df}.otCompletionTrack i{display:block;height:100%;border-radius:inherit;background:#16a34a}.otVisualList{display:grid;gap:10px;padding:12px}.otVisualList>div{display:grid;gap:5px}.otVisualList>div>div{display:flex;justify-content:space-between;gap:12px;color:#334155;font-size:12px}.otVisualList b{color:#166534;font-variant-numeric:tabular-nums}.otVisualList>div>span{overflow:hidden;height:8px;border-radius:999px;background:#e2e8f0}.otVisualList>div>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#22c55e)}.otVisualList small{color:#64748b;font-size:11px}.otWatchChips{display:flex;flex-wrap:wrap;gap:8px;padding:12px}.otWatchChips button{display:inline-flex;align-items:center;gap:6px;width:auto;min-height:34px;padding:7px 10px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;font-size:11px}.otAllComplete{display:flex;align-items:center;gap:8px;color:#047857;font-size:13px;font-weight:800}.otTodayGrid,.otCycleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.otTodayGrid section,.otCycleGrid section{overflow:hidden;border:1px solid #dce8df;border-radius:8px;background:#fff}.otTodayGrid h4,.otCycleGrid h4{margin:0;padding:10px 12px;background:#f0fdf4;color:#166534;font-size:13px}.otTodayGrid section:nth-child(2) h4{color:#b45309;background:#fffbeb}.otCycleDetails{border:1px solid #dce8df;border-radius:8px;background:#fff;overflow:hidden}.otCycleDetails summary{padding:12px;color:#334155;background:#f8fafc;cursor:pointer;font-size:12px;font-weight:800}.otCycleDetails[open] summary{border-bottom:1px solid #dce8df}.otCycleGrid{padding:12px}.otDashboardEmpty{display:grid;justify-items:center;gap:7px;padding:34px 16px;border:1px dashed #b5c4b4;border-radius:8px;color:#64748b;background:#fbfefb;text-align:center}.otDashboardEmpty svg{color:#0f766e}.otDashboardEmpty strong{color:#334155;font-size:14px}.otDashboardEmpty span{font-size:12px}.otTable>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:center;padding:9px 12px;border-top:1px solid #edf2ef}.otTable strong{overflow:hidden;color:#334155;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.otTable span{color:#166534;font-size:12px;font-weight:900;font-variant-numeric:tabular-nums}.watchList span{color:#b45309}.otTable small{grid-column:1 / -1;color:#64748b;font-size:11px}.otTable p{margin:0;padding:14px 12px;color:#64748b;font-size:12px}.otReasonAnalysis{display:grid;gap:12px;padding:14px;border:1px solid #dce8df;border-radius:8px;background:#fff}.otReasonAnalysis h4{margin:0 0 3px;color:#14532d;font-size:15px}.otReasonAnalysis p{margin:0;color:#64748b;font-size:11px}.otReasonBars{display:grid;grid-template-columns:repeat(6,minmax(100px,1fr));gap:12px;min-height:300px;overflow-x:auto}.otReasonBars article{display:grid;grid-template-rows:auto 180px auto auto;gap:7px;min-width:100px;align-items:end;text-align:center}.otReasonMetric{display:grid;gap:1px;align-self:end;color:#334155}.otReasonMetric b{color:#166534;font-size:15px;font-variant-numeric:tabular-nums}.otReasonMetric small{color:#64748b;font-size:9px}.otReasonColumn{display:flex;align-items:end;justify-content:center;width:56%;height:180px;margin:0 auto;overflow:hidden;border-radius:7px 7px 3px 3px;background:#f1f5f9}.otReasonColumn i{display:block;width:100%;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#f59e0b,#ef4444)}.otReasonName{align-self:start;min-height:34px;color:#334155;font-size:11px;line-height:1.35}.otReasonDetail{align-self:start;overflow:hidden;color:#64748b;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.otEmployeeCompare{display:grid;gap:12px;padding:14px;border:1px solid #dce8df;border-radius:8px;background:#fff}.otEmployeeCompareHeader{display:flex;align-items:end;justify-content:space-between;gap:14px}.otEmployeeCompareHeader h4{margin:0 0 3px;color:#14532d;font-size:15px}.otEmployeeCompareHeader p{margin:0;color:#64748b;font-size:11px}.otEmployeeCompareControls{display:flex;align-items:end;gap:8px}.otEmployeeCompareControls label{display:grid;gap:3px;min-width:105px;color:#475569;font-size:10px;font-weight:800}.otEmployeeCompareControls select{min-height:36px;padding:6px 8px;font-size:11px}.otEmployeeCompareChart{display:grid;gap:5px;max-height:520px;overflow-y:auto}.otEmployeeCompareChart>button{display:grid;grid-template-columns:24px minmax(160px,.9fr) minmax(140px,1.5fr) 82px;gap:10px;align-items:center;width:100%;min-height:52px;padding:7px 10px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#334155;box-shadow:none;text-align:left}.otEmployeeCompareChart>button:hover,.otEmployeeCompareChart>button.active{border-color:#0f766e;background:#f0fdf4;transform:none}.otEmployeeCompareChart>button>b{color:#64748b;font-size:11px;text-align:center}.otEmployeeCompareName{display:grid;gap:2px;min-width:0}.otEmployeeCompareName strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.otEmployeeCompareName small{overflow:hidden;color:#64748b;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.otEmployeeCompareBar{overflow:hidden;height:11px;border-radius:999px;background:#e2e8f0}.otEmployeeCompareBar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#22c55e)}.otEmployeeCompareValue{color:#166534;font-size:11px;text-align:right;white-space:nowrap}.otEmployeeExplorer{display:grid;gap:12px;padding:14px;border:1px solid #bfd8ca;border-radius:8px;background:#f8fcf9}.otEmployeeHeader{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:14px;align-items:end}.otEmployeeHeader h4{margin:0 0 3px;color:#14532d;font-size:15px}.otEmployeeHeader p{margin:0;color:#64748b;font-size:11px}.otEmployeeHeader label{color:#475569;font-size:11px;font-weight:800}.otEmployeeEmpty{display:flex;align-items:center;justify-content:center;gap:8px;min-height:90px;border:1px dashed #b5c4b4;border-radius:8px;color:#64748b;background:#fff;font-size:12px}.otEmployeeSummary{display:grid;grid-template-columns:1.15fr .7fr 1fr;gap:8px}.otEmployeeSummary article{display:grid;gap:3px;min-height:86px;padding:12px;border:1px solid #dce8df;border-radius:8px;background:#fff}.otEmployeeSummary span{color:#64748b;font-size:10px;font-weight:800}.otEmployeeSummary strong{overflow-wrap:anywhere;color:#173b27;font-size:18px}.otEmployeeSummary small{color:#64748b;font-size:10px}.otChartLegend{display:flex;flex-wrap:wrap;gap:12px;color:#475569;font-size:10px;font-weight:800}.otChartLegend span{display:inline-flex;align-items:center;gap:5px}.otChartLegend i{width:9px;height:9px;border-radius:2px}.otDailyChart{display:grid;grid-auto-flow:column;grid-auto-columns:44px;gap:4px;min-height:212px;padding:12px 10px 8px;overflow-x:auto;border:1px solid #dce8df;border-radius:8px;background:#fff}.otDayColumn{display:grid;grid-template-rows:17px 150px 26px;gap:3px;justify-items:center;min-width:0}.otDayColumn>strong{color:#334155;font-size:9px;font-variant-numeric:tabular-nums}.otDayColumn>span{color:#64748b;font-size:8px;line-height:1.15;text-align:center}.otBarTrack{display:flex;align-items:end;width:24px;height:150px;overflow:hidden;border-radius:4px 4px 2px 2px;background:#eef3f0}.otBarStack{display:flex;flex-direction:column-reverse;width:100%;min-height:0;overflow:hidden;border-radius:4px 4px 2px 2px}.otBarStack i{display:block;min-height:2px}.otEmployeeDetails{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.otEmployeeDetails article{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;padding:9px 10px;border:1px solid #dce8df;border-radius:8px;background:#fff}.otEmployeeDetails strong{color:#334155;font-size:11px}.otEmployeeDetails span{color:#166534;font-size:11px;font-weight:800;text-align:right}.otEmployeeDetails small{grid-column:1 / -1;color:#64748b;font-size:10px;line-height:1.4}.otEmployeeRanking{display:grid;gap:5px;padding-top:2px}.otEmployeeRanking>strong{color:#475569;font-size:11px}.otEmployeeRanking button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-height:48px;padding:7px 10px;border:1px solid #dce8df;border-radius:8px;background:#fff;color:#334155;box-shadow:none;text-align:left}.otEmployeeRanking button:hover,.otEmployeeRanking button.active{border-color:#0f766e;background:#ecfdf5;transform:none}.otEmployeeRanking button span{display:grid;gap:1px;min-width:0;font-size:11px;font-weight:800}.otEmployeeRanking button small{overflow:hidden;color:#64748b;font-size:9px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.otEmployeeRanking button b{color:#166534;font-size:11px;white-space:nowrap}.workflowHeader{background:linear-gradient(135deg,#fff,#f4fbf4 55%,#fff6e6);border:1px solid var(--line);border-radius:20px;padding:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;box-shadow:var(--shadow);color:var(--ink)}.workflowHeader h2{margin:0 0 4px;font-size:24px}.workflowHeader p{margin:0;color:#4d6252;line-height:1.5}.compactStats{display:grid;gap:6px;min-width:230px}.compactStats span{border:1px solid rgba(13,107,61,.12);background:#ffffffd1;color:#0b6b3a;border-radius:999px;padding:8px 10px;font-size:13px;font-weight:900}.reportHubControls{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:12px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:12px;background:#ffffffd1;box-shadow:var(--shadow-sm)}.reportSearch{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 12px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:#496152}.reportSearch:focus-within{border-color:#2563eb;box-shadow:var(--focus-ring)}.reportSearch input{min-width:0;padding:0;border:0;box-shadow:none}.reportSearch input:focus,.reportSearch input:focus-visible{border:0;box-shadow:none}.reportCategoryFilter{display:flex;flex-wrap:wrap;gap:7px}.reportCategoryFilter button{min-height:36px;padding:7px 10px;border:1px solid #cbd5d4;border-radius:8px;background:#fff;color:#365144;box-shadow:none;font-size:12px;font-weight:800}.reportCategoryFilter button:hover:not(.active){background:#f4faf5;border-color:#9ab9a1}.reportCategoryFilter button.active{background:#0b6b3a;border-color:#0b6b3a;color:#fff;box-shadow:0 8px 16px #0b6b3a2e}.reportCategoryFilter button span{display:inline-grid;min-width:18px;place-items:center;margin-left:3px;padding:1px 5px;border-radius:999px;background:#edf5ef;color:#0b6b3a;font-size:11px}.reportCategoryFilter button.active span{background:#ffffff2e;color:#fff}.reportCategoryFilter button[data-category]{--filter-color: #1d4ed8;--filter-soft: #eff6ff;border-color:color-mix(in srgb,var(--filter-color) 35%,white);background:var(--filter-soft);color:var(--filter-color)}.reportCategoryFilter button[data-category=Vending]{--filter-color: #0f766e;--filter-soft: #ecfdf5}.reportCategoryFilter button[data-category=จัดการงาน]{--filter-color: #4d7c0f;--filter-soft: #f7fee7}.reportCategoryFilter button[data-category=ตัดจ่าย]{--filter-color: #b45309;--filter-soft: #fffbeb}.reportCategoryFilter button[data-category=Audit]{--filter-color: #b91c1c;--filter-soft: #fff1f2}.reportCategoryFilter button[data-category=เครื่องมือสร้างสื่อและกราฟ]{--filter-color: #0e7490;--filter-soft: #ecfeff}.reportCategoryFilter button[data-category=ค้นหาและตรวจสอบข้อมูล]{--filter-color: #4338ca;--filter-soft: #eef2ff}.reportCategoryFilter button[data-category]:hover:not(.active){border-color:var(--filter-color);background:color-mix(in srgb,var(--filter-soft) 75%,white)}.reportCategoryFilter button[data-category].active{border-color:var(--filter-color);background:var(--filter-color);color:#fff;box-shadow:0 8px 16px color-mix(in srgb,var(--filter-color) 24%,transparent)}.reportCategoryFilter button[data-category] span{background:#fff;color:var(--filter-color)}.reportCategoryFilter button[data-category].active span{background:#fff3;color:#fff}.moduleSummaryRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.moduleSummaryCard{border:1px solid rgba(13,107,61,.12);border-radius:16px;background:#fff;padding:14px 16px;display:grid;gap:4px;box-shadow:0 10px 20px #14291b0a;transition:transform .12s ease,box-shadow .12s ease}.moduleSummaryCard:hover{transform:translateY(-1px);box-shadow:0 14px 26px #14291b14}.moduleSummaryCard strong{font-size:25px;line-height:1;color:#0b6b3a}.moduleSummaryCard span{color:#5f705f;font-size:13px;font-weight:800}.rulesGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ruleBlock{background:#fff;border:1px solid var(--line);border-radius:9px;padding:14px;box-shadow:0 8px 18px #0f172a0a}.ruleBlock:first-child{border-left:5px solid var(--amber)}.ruleBlock:nth-child(2){border-left:5px solid var(--teal)}.ruleBlock strong{display:block;margin-bottom:8px;font-size:15px}.ruleBlock ul{padding-left:18px;line-height:1.55;font-size:13px}.reportList{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:10px}.reportCategoryList{display:grid;gap:22px}.reportCategory{--category-color: #1d4ed8;--category-deep: #173f9f;--category-soft: #eff6ff;--category-border: #bfdbfe;display:grid;gap:12px;padding:12px;border:1px solid var(--category-border);border-radius:16px;background:linear-gradient(145deg,var(--category-soft) 0%,#ffffff 46%);box-shadow:0 10px 24px #0f172a0f}.reportCategory[data-category=Vending]{--category-color: #0f766e;--category-deep: #115e59;--category-soft: #ecfdf5;--category-border: #99f6e4}.reportCategory[data-category=จัดการงาน]{--category-color: #4d7c0f;--category-deep: #365314;--category-soft: #f7fee7;--category-border: #bef264}.reportCategory[data-category=ตัดจ่าย]{--category-color: #b45309;--category-deep: #92400e;--category-soft: #fffbeb;--category-border: #fcd34d}.reportCategory[data-category=Audit]{--category-color: #b91c1c;--category-deep: #991b1b;--category-soft: #fff1f2;--category-border: #fecaca}.reportCategory[data-category=เครื่องมือสร้างสื่อและกราฟ]{--category-color: #0e7490;--category-deep: #155e75;--category-soft: #ecfeff;--category-border: #a5f3fc}.reportCategory[data-category=ค้นหาและตรวจสอบข้อมูล]{--category-color: #4338ca;--category-deep: #3730a3;--category-soft: #eef2ff;--category-border: #c7d2fe}.reportCategoryHead{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--category-deep) 72%,black);border-radius:11px;background:linear-gradient(110deg,var(--category-deep),var(--category-color));box-shadow:0 8px 18px color-mix(in srgb,var(--category-color) 22%,transparent)}.reportCategoryHead h3{margin:0;color:#fff;font-size:19px;font-weight:900;letter-spacing:.1px;text-shadow:0 1px 1px rgba(0,0,0,.2)}.reportCategoryHead span{flex:0 0 auto;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.34);background:#ffffff2e;color:#fff;font-size:11px;font-weight:900}.reportLaunch{--report-color: var(--teal);--report-soft: var(--soft-teal);--report-border: #99f6e4;background:linear-gradient(165deg,#ffffff 0%,#ffffff 72%,var(--report-soft) 100%);border:1px solid var(--report-border);border-left:6px solid var(--report-color);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 18px #0f172a0b;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.reportLaunch:hover{transform:translateY(-1px);border-color:var(--report-color);box-shadow:0 14px 28px #0f172a13}.reportLaunch[data-report=posterBuilder]{--report-color: #b6151d;--report-soft: #fff1f2;--report-border: #fca5a5}.reportLaunch[data-report=leasePoster]{--report-color: #dc2626;--report-soft: #fff7ed;--report-border: #fdba74}.reportLaunch[data-report=vending]{--report-color: #0f766e;--report-soft: #ecfdf5;--report-border: #99f6e4}.reportLaunch[data-report=orgBind]{--report-color: #1d4ed8;--report-soft: #eff6ff;--report-border: #bfdbfe}.reportLaunch[data-report=allOnline]{--report-color: #0b6b3a;--report-soft: #edf8f0;--report-border: #bbd8c1}.reportLaunch[data-report=zoneAllOnline]{--report-color: #0891b2;--report-soft: #ecfeff;--report-border: #a5f3fc}.reportLaunch[data-report=markdownDept]{--report-color: #b45309;--report-soft: #fffbeb;--report-border: #fcd34d}.reportLaunch[data-report=markdownZone]{--report-color: #b45309;--report-soft: #fff8eb;--report-border: #f4c97f}.reportLaunch[data-report=delivery]{--report-color: #ea580c;--report-soft: #fff7ed;--report-border: #fed7aa}.reportLaunch[data-report=chartBuilder]{--report-color: #123c8c;--report-soft: #eff6ff;--report-border: #93c5fd}.reportLaunch[data-report=vendingAllReport]{--report-color: #0f766e;--report-soft: #ecfdf5;--report-border: #99f6e4}.reportLaunch[data-report=auditReport]{--report-color: #b91c1c;--report-soft: #fff1f2;--report-border: #fecdd3}.reportLaunch[data-report=allPromotion]{--report-color: #7c3aed;--report-soft: #f5f3ff;--report-border: #ddd6fe}.reportLaunch[data-report=contactBoard],.reportLaunch[data-report=reu3OrgChart]{--report-color: #b45309;--report-soft: #fffbeb;--report-border: #fcd34d}.reportLaunch[data-report=branchContact]{--report-color: #7c3aed;--report-soft: #f5f3ff;--report-border: #c4b5fd}.branchContactSummaryBody{padding:12px;display:grid;gap:10px;border-bottom:1px solid var(--line)}.branchContactScope{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 12px 0;padding:11px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}.branchContactScope>div{display:grid;gap:2px;min-width:0}.branchContactScope>div span{color:#526b87;font-size:11px;font-weight:800}.branchContactScope strong{overflow:hidden;color:#123c8c;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.branchContactMatchCount{flex:0 0 auto;padding:6px 9px;border-radius:8px;background:#d1fae5;color:#047857;font-size:12px;font-weight:900;font-variant-numeric:tabular-nums}.branchContactFilterChips{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px 0}.branchContactFilterChip{min-width:0;min-height:32px;padding:5px 8px 5px 10px;border:1px solid #c7d2fe;border-radius:8px;background:#fff;color:#4338ca;box-shadow:none;font-size:12px;font-weight:800}.branchContactFilterChip:hover{border-color:#818cf8;background:#eef2ff;box-shadow:none}.branchContactFilterChip span{overflow:hidden;max-width:min(250px,52vw);text-overflow:ellipsis;white-space:nowrap}.reportLaunchHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.reportLaunchText{min-width:0;display:grid;gap:7px}.reportMeta{max-width:65%;overflow:hidden;color:var(--report-color);font-size:11px;font-weight:900;text-transform:uppercase;text-align:right;text-overflow:ellipsis;white-space:nowrap}.reportLaunch h3{margin:0;padding:8px 10px;border:1px solid var(--report-border);border-left:5px solid var(--report-color);border-radius:8px;background:var(--report-soft);color:var(--report-color);font-size:18px;font-weight:900;line-height:1.3}.reportLaunch p{margin:0;color:#334155;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reportLaunch a,.reportOpenButton{min-height:38px;padding:9px 13px;border-radius:8px;background:var(--report-color);border-color:var(--report-color);color:#fff;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-shadow:0 10px 18px #14291b1f;width:100%;margin-top:auto}.reportOpenButton{cursor:pointer;font-family:inherit;font-size:14px}.reportOpenButton:focus-visible,.reportLaunch a:focus-visible{outline:0;box-shadow:0 10px 18px #14291b1f,var(--focus-ring)}.reportLaunch .moduleIcon{background:var(--report-soft);color:var(--report-color)}.reportEmptyState{min-height:190px;display:grid;place-content:center;justify-items:center;gap:6px;border:1px dashed #a7b9ad;border-radius:12px;background:#fbfdf9;color:#587062;text-align:center}.reportEmptyState strong{color:#264735}.reportEmptyState span{font-size:13px}.reportCanvasWrap{width:100%;overflow-x:auto;margin-top:14px;padding:8px 0}.dailyUploadList{grid-column:1 / -1;display:grid;gap:8px}.reportFormOrgBind{grid-template-columns:minmax(0,1.4fr) auto auto}.reportFormVending{grid-template-columns:minmax(0,1.35fr) 120px 1fr 110px auto}.reportFormAllOnline{grid-template-columns:repeat(3,minmax(0,1fr))}.vendingTools{display:grid;gap:8px}.vendingCanvas{width:max-content;min-width:100%}.vending-report-sheet{width:1680px;background:#fff;color:#111827}.vendingTitle{background:#9ad74c;border:2px solid #7db93b;color:#0f172a;font-size:28px;font-weight:900;padding:10px 12px;text-align:center}.vendingTable{width:100%;border-collapse:collapse;table-layout:fixed;margin-bottom:16px}.vendingTable th,.vendingTable td{border:1px solid #cbd5e1;padding:7px 8px;font-size:18px;font-weight:700;vertical-align:middle}.vendingTable th{background:#95d24b;color:#111827;line-height:1.3}.vendingTable td.num{text-align:right;font-variant-numeric:tabular-nums}.vendingTable td.center{text-align:center}.vendingTable td.region{background:#fde047;text-align:center}.vendingTable td.pos{color:#166534}.vendingTable td.neg{color:#b91c1c}.vendingTable .overview-label{background:#eefbf0;color:#0b6b3a;font-weight:900}.vendingWatermark{padding:10px 0 14px;text-align:center;color:#64748b;font-size:12px;font-weight:800}.allOnlineReportSheet{width:1380px;background:#fff;color:#111827}.allOnlineTitle{background:#d9f99d;border:2px solid #8bc53f;color:#112117;font-size:26px;font-weight:900;padding:10px 12px;text-align:center}.allOnlineTable{width:100%;border-collapse:collapse;table-layout:fixed;margin-bottom:16px}.allOnlineTable th,.allOnlineTable td{border:1px solid #d7e0d2;padding:7px 8px;font-size:18px;font-weight:700;vertical-align:middle}.allOnlineTable th{background:#92d050;color:#111827;line-height:1.3}.allOnlineTable .ao-name{font-weight:800}.orgBindPreviewWrap{margin-top:14px}.orgBindPreviewTable th,.orgBindPreviewTable td{text-align:left!important}.dailyUploadItem{display:grid;grid-template-columns:minmax(220px,1fr) 190px 40px;gap:10px;align-items:center;padding:8px 10px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff}.dailyUploadList span{overflow-wrap:anywhere;font-size:13px;color:#334155}.dailyDateField{display:grid;gap:4px}.dailyDateField small{color:#64748b;font-size:12px;font-weight:900}.iconDangerButton{width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #fecaca;background:#fff1f2;color:#be123c}.historyNotice{grid-column:1 / -1;padding:9px 11px;border-radius:8px;background:#eef6ff;color:#075985;font-size:13px;font-weight:800}.zoneReport{width:1280px;background:#fff;color:#0f172a;padding:10px}.zoneTitle{background:#a7f3f0;border:3px solid #0f172a;border-bottom:0;text-align:center;font-size:30px;line-height:1.25;font-weight:900;padding:10px}.zoneReport table{width:100%;border-collapse:collapse;border:3px solid #0f172a;table-layout:fixed}.zoneReport th{background:#0b4f7a;color:#fff;border:1.5px solid #0f172a;padding:9px 8px;font-size:18px;line-height:1.2;text-align:center}.zoneReport th:nth-child(1){width:540px}.zoneReport th:nth-child(2){width:120px}.zoneReport th:nth-child(3){width:140px}.zoneReport th:nth-child(n+4){width:95px}.zoneReport td{border:1.5px solid #334155;padding:7px 8px;font-size:18px;line-height:1.2;font-weight:800;text-align:center;overflow-wrap:anywhere}.zoneReport .branchCell{text-align:left;color:#0f172a;font-weight:900}.zoneReport tbody tr:not(.fcRow):not(.avgRow):nth-child(2n) td:not(.sideHead):not(.sideActive):not(.sideMiss):not(.sideStreak):not(.sidePct){background:#f8fafc}.zoneReport .zeroRow td:nth-child(2),.zoneReport .zeroRow td:nth-child(3){background:#ef4444!important;color:#fff}.zoneReport .streakRow td:nth-child(1),.zoneReport .streakRow td:nth-child(2),.zoneReport .streakRow td:nth-child(3){background:#991b1b!important;color:#fff}.streakBadge{display:inline-block;margin-left:8px;padding:2px 7px;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:12px;line-height:1.1;white-space:nowrap}.zoneReport .fcRow td{background:#fde047;color:#0f172a;font-size:20px;font-weight:900}.zoneReport .avgRow td{background:#22d3ee;color:#0f172a;font-size:24px;font-weight:900}.zoneReport .sideHead{background:#075985;color:#fff}.zoneReport .sideActive{background:#2563eb;color:#fff}.zoneReport .sideMiss{background:#be185d;color:#fff}.zoneReport .sideStreak{background:#991b1b!important;color:#fff!important}.zoneReport .sidePct{background:#166534;color:#fff}.zoneReport .fcRow td:nth-child(4),.zoneReport .avgRow td:nth-child(4){background:#fde68a}.zoneReport .fcRow td:nth-child(5),.zoneReport .avgRow td:nth-child(5){background:#bfdbfe}.zoneReport .fcRow td:nth-child(6),.zoneReport .avgRow td:nth-child(6){background:#fecdd3}.zoneReport .fcRow td:nth-child(7),.zoneReport .avgRow td:nth-child(7){background:#fecaca}.zoneReport .fcRow td:nth-child(8),.zoneReport .avgRow td:nth-child(8){background:#fb923c}.watermark{margin-top:8px;color:#64748b;font-size:11px;text-align:right}.markdownReport{width:1720px;background:linear-gradient(180deg,#fff,#f8fafc 72%,#f1f5f9);color:#0f172a;padding:8px 10px 10px}.reportCanvasWrap{display:grid;gap:18px;justify-items:start}.markdownReportSummary{width:980px}.markdownReportStores{width:1520px}.markdownTitle{background:linear-gradient(180deg,#ef4444,#b91c1c);color:#fff;border:3px solid #111827;border-bottom:0;text-align:center;font-size:31px;line-height:1.15;font-weight:900;padding:10px 10px 8px;letter-spacing:0;box-shadow:inset 0 -8px 16px #ffffff1f;text-shadow:0 1px 0 rgba(0,0,0,.2)}.markdownSubtitle{border:3px solid #111827;border-top:0;background:linear-gradient(180deg,#fef2f2,#fee2e2);text-align:center;font-size:18px;font-weight:800;padding:0 10px 8px;color:#1f2937}.promotionTitle{background:linear-gradient(180deg,#a855f7,#6d28d9);box-shadow:inset 0 -8px 16px #ffffff2e}.promotionSubtitle{background:linear-gradient(180deg,#f5f3ff,#ede9fe)}.reportAssistant{margin:14px 0;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #bfdbfe;border-left:4px solid #2563eb;border-radius:8px;background:#eff6ff;color:#172554}.reportAssistant strong{display:block;font-size:14px}.reportAssistant p{margin:3px 0 0;font-size:13px;line-height:1.45}.reportAssistant>span{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:#1d4ed8;color:#fff;font-size:12px;font-weight:800;white-space:nowrap}.reportAssistant.hasError{border-color:#fecaca;border-left-color:#dc2626;background:#fff1f2;color:#7f1d1d}.reportAssistant.hasError>span{background:#dc2626}.markdownSection{margin-top:10px}.markdownSectionTitle{background:linear-gradient(180deg,#1d4ed8,#1e3a8a);color:#fff;font-size:20px;font-weight:900;line-height:1.2;padding:7px 11px;border:2px solid #111827;border-bottom:0;box-shadow:inset 0 -6px 12px #ffffff1a;text-shadow:0 1px 0 rgba(0,0,0,.18)}.markdownSummaryTable,.markdownStoreTable{width:100%;border-collapse:collapse;border:2px solid #111827;table-layout:fixed;background:#fff;box-shadow:0 4px 14px #0f172a14}.markdownSummaryTable th,.markdownStoreTable th{background:#0f172a;color:#fff;border:1.5px solid #111827;padding:5px;font-size:15px;line-height:1.1;text-align:center;font-variant-numeric:tabular-nums}.markdownReportSummary .markdownSummaryTable th{padding:4px;font-size:14px}.markdownSummaryTable td,.markdownStoreTable td{border:1.5px solid #334155;padding:4px 5px;font-size:14px;line-height:1.05;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.markdownReportSummary .markdownSummaryTable td{padding:3px;font-size:13px}.markdownSummaryTable tbody tr:nth-child(2n) td,.markdownStoreTable tbody tr:nth-child(2n) td{background:#f8fafc}.markdownNameCell{text-align:left!important;color:#0b2a88;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:14.2px!important;letter-spacing:0}.markdownSummaryTable .markdownNameCell,.markdownStoreTable .markdownNameCell,.markdownStoreTable td:first-child{padding-left:8px}.markdownFcCell{background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#1e3a8a;font-weight:900!important}.markdownRankTop{color:#991b1b;background:linear-gradient(90deg,#fde2e4,#fff1f2)!important}.markdownRankBottom{color:#166534;background:linear-gradient(90deg,#dcfce7,#f0fdf4)!important}.markdownTotalCell{color:#713f12;font-weight:900!important}.auditReuRow td{background:linear-gradient(90deg,#92400e,#b45309 55%,#d97706)!important;color:#fffbeb!important;font-weight:900!important;border-color:#78350f!important}.auditReuRow .markdownNameCell{font-size:16px!important;letter-spacing:.3px}.promotionSelectedRow td{background:linear-gradient(90deg,#dbeafe,#eff6ff)!important;border-top:2px solid #2563eb!important;border-bottom:2px solid #2563eb!important}.promotionSelectedRow .markdownNameCell{color:#1d4ed8!important;font-weight:900!important}.reportDashboard{margin:18px 0;padding:20px 22px;border-radius:18px;background:linear-gradient(160deg,#faf5ff,#f5f3ff 45%,#eef2ff);border:1px solid #e9d5ff;box-shadow:0 12px 30px #6d28d914}.reportDashboardHeader h3{margin:0 0 4px;font-size:20px;font-weight:900;color:#581c87}.reportDashboardHeader p{margin:0 0 16px;font-size:13px;color:#6b21a8;opacity:.85}.allOnlineDashboard{background:linear-gradient(160deg,#f0fdf4,#ecfdf5 46%,#eff6ff);border-color:#bbf7d0;box-shadow:0 12px 30px #16a34a17}.allOnlineDashboard .reportDashboardHeader h3,.allOnlineDashboard .dashboardHeatmapTitle,.allOnlineDashboard .reportDashboardHeader p{color:#166534}.allOnlineDashboardCoverage{min-width:205px;padding:13px 15px;border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4}.allOnlineDashboardCoverage strong,.allOnlineDashboardCoverage span{display:block}.allOnlineDashboardCoverage strong{color:#166534;font-size:22px;font-weight:900;font-variant-numeric:tabular-nums}.allOnlineDashboardCoverage span{margin-top:2px;color:#3f6212;font-size:12px;font-weight:700}.allOnlineDashboardCoverage>div{height:8px;margin-top:10px;overflow:hidden;border-radius:999px;background:#dcfce7}.allOnlineDashboardCoverage i{display:block;height:100%;border-radius:inherit;background:#16a34a}.dashboardHero{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#fff;border-radius:16px;padding:20px 24px;margin-bottom:16px;box-shadow:0 6px 20px #0f172a14}.dashboardHeroLabel{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.dashboardHeroValue{font-size:48px;font-weight:900;color:#1e1b4b;line-height:1.1;font-variant-numeric:proportional-nums}.dashboardHeroDelta{display:inline-block;margin-top:4px;font-size:13px;font-weight:800;padding:3px 10px;border-radius:999px}.dashboardHeroDeltaUp{color:#15803d;background:#dcfce7}.dashboardHeroDeltaDown{color:#b91c1c;background:#fee2e2}.dashboardHeroDeltaFlat{color:#475569;background:#e2e8f0}.dashboardHeroTrend{text-align:center}.dashboardHeroTrendCaption{margin-top:4px;font-size:11.5px;color:#64748b;font-weight:700}.dashboardTrendBars{flex-shrink:0}.dashboardCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:18px}.dashboardCard{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 4px 14px #0f172a0f;border-left:5px solid #a855f7}.dashboardCard .dashboardCardBody{flex:1;min-width:0}.dashboardCardGood{border-left-color:#22c55e}.dashboardCardBad{border-left-color:#ef4444}.dashboardCardIcon{font-size:24px;line-height:1}.dashboardCardLabel{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.dashboardCardValue{font-size:16px;font-weight:900;color:#1e1b4b;margin:2px 0}.dashboardCardDetail{font-size:12.5px;color:#475569;font-weight:600}.dashboardHeatmapWrap{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 4px 14px #0f172a0f}.dashboardHeatmapTitleRow{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:12px}.dashboardHeatmapTitle{font-size:14px;font-weight:900;color:#581c87}.dashboardSortToggle{display:flex;gap:4px;background:#f5f3ff;border-radius:999px;padding:3px}.dashboardSortToggle button{border:none;background:transparent;color:#6b21a8;font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.dashboardSortToggle button.active{background:#7c3aed;color:#fff;box-shadow:0 2px 8px #7c3aed59}.dashboardSortToggle button:not(.active):hover{background:#ede9fe}.dashboardHeatmapNote{margin:10px 0 0;font-size:12px;color:#6b21a8;opacity:.8}.dashboardFcLeaderboardScroll{max-height:640px;overflow-y:auto;padding-right:4px}.dashboardFcLeaderboard{display:flex;flex-direction:column;gap:4px}.dashboardFcRow{display:flex;align-items:center;gap:14px;padding:10px;border-radius:12px;transition:background .15s ease,transform .15s ease;border-bottom:1px solid #f1f5f9}.dashboardFcRow:last-child{border-bottom:none}.dashboardFcRow:hover{background:#f5f3ff;transform:translate(2px)}.dashboardFcRank{flex-shrink:0;width:30px;height:30px;border-radius:999px;background:#f1f5f9;color:#64748b;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center}.dashboardFcRankMedal{background:transparent;font-size:20px}.dashboardFcMain{flex:1;min-width:0}.dashboardFcNameRow{margin-bottom:5px}.dashboardFcName{font-size:13.5px;font-weight:800;color:#1e1b4b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboardFcMetricRow{display:flex;align-items:center;gap:8px}.dashboardFcMetricRow+.dashboardFcMetricRow{margin-top:4px}.dashboardFcMetricLabel{flex-shrink:0;width:62px;font-size:10.5px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.dashboardFcMetricValue{flex-shrink:0;width:58px;text-align:right;font-size:12.5px;font-weight:900;color:#1e1b4b;font-variant-numeric:tabular-nums}.dashboardFcBarTrack{flex:1;height:7px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dashboardFcBarFill{height:100%;border-radius:999px;transition:width .2s ease}.dashboardFcBarTrackSegmented{height:20px;border-radius:10px;background:linear-gradient(180deg,#eef1f6,#f8fafc);box-shadow:inset 0 1px 3px #0f172a1f;border:2px solid #c7d2fe}.dashboardSegmentedBarFill{display:flex;height:100%;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0f172a2e;transition:width .2s ease}.dashboardSegmentCut{height:100%;background:linear-gradient(180deg,#7dd3fc,#2563eb);box-shadow:inset 0 1px #ffffff73,inset 0 -6px 8px #0f172a1f;border-right:2px solid rgba(255,255,255,.55)}.dashboardSegmentMd{height:100%;background:linear-gradient(180deg,#fde68a,#d97706);box-shadow:inset 0 1px #ffffff73,inset 0 -6px 8px #78350f2e}.dashboardSegmentLegend{display:flex;align-items:center;gap:16px;font-size:12px;font-weight:700;color:#475569;margin-bottom:6px}.dashboardSegmentLegendItem{display:inline-flex;align-items:center;gap:6px}.dashboardSegmentLegendSwatch{width:11px;height:11px;border-radius:4px;display:inline-block;box-shadow:inset 0 1px #fff6,0 1px 2px #0f172a26}.dashboardSegmentLegendSwatchTotal{background:linear-gradient(180deg,#a5b4fc,#4338ca)}.dashboardSegmentLegendSwatchCut{background:linear-gradient(180deg,#7dd3fc,#2563eb)}.dashboardSegmentLegendSwatchMd{background:linear-gradient(180deg,#fde68a,#d97706)}.dashboardFcSegmentValues{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.dashboardFcSegmentChip{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;padding:3px 10px 3px 8px;border-radius:999px;font-variant-numeric:tabular-nums}.dashboardFcSegmentChip:before{content:"";width:8px;height:8px;border-radius:999px;display:inline-block;flex-shrink:0}.dashboardFcSegmentChipTotal{color:#4338ca;background:#e0e7ff}.dashboardFcSegmentChipTotal:before{background:linear-gradient(180deg,#a5b4fc,#4338ca)}.dashboardFcSegmentChipCut{color:#1d4ed8;background:#dbeafe}.dashboardFcSegmentChipCut:before{background:linear-gradient(180deg,#7dd3fc,#2563eb)}.dashboardFcSegmentChipMd{color:#b45309;background:#fef3c7}.dashboardFcSegmentChipMd:before{background:linear-gradient(180deg,#fde68a,#d97706)}.vendingArRankTop{color:#166534;background:linear-gradient(90deg,#dcfce7,#f0fdf4)!important}.vendingArRankBottom{color:#991b1b;background:linear-gradient(90deg,#fde2e4,#fff1f2)!important}.vendingArForm{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin:14px 0 10px;background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:12px}.vendingArForm label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:700;color:#334155;min-width:160px}.vendingArForm .uploadBox{flex:1 1 240px;min-width:240px}.vendingArDailyHeadLabel{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.4px;color:#bfdbfe;text-transform:uppercase}.vendingArNoData{background:#e2e8f0!important;color:#64748b!important;font-style:italic}.vendingArDiffUp{background:#dcfce7!important;color:#166534!important}.vendingArDiffDown{background:#fde2e4!important;color:#991b1b!important}.contactBoardPanel{display:grid;gap:14px}.contactBoardControlGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end}.contactBoardMultiStage{display:grid;gap:22px}.contactBoardScaleWrap{position:relative;width:100%;overflow:hidden;border-radius:22px}.contactBoardDownloadOne{justify-self:start}.contactBoardScopeBox{border:1px solid #bfdbfe;border-radius:10px;background:linear-gradient(180deg,#eff6ff,#fff);padding:12px 14px;display:grid;gap:4px;min-height:84px}.contactBoardScopeBox strong{font-size:15px;color:#102033}.contactBoardScopeBox span{color:var(--muted);font-size:12px;line-height:1.45;font-weight:800}.contactBoardEditorGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.contactBoardEditorCard{border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);padding:14px;display:grid;gap:10px;box-shadow:0 10px 20px #0f172a0a}.contactBoardEditorHeader{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.contactBoardEditorHeader strong{color:#102033}.contactBoardEditorHeader span{color:var(--muted);font-size:11px;font-weight:800;text-align:right}.contactBoardMismatchWarning{margin:0;padding:6px 10px;border-radius:8px;background:#fef3c7;border:1px solid #fbbf24;color:#92400e;font-size:11px;font-weight:700;line-height:1.4}.contactBoardThumb{height:200px;border-radius:16px;border:1px dashed #93c5fd;background:radial-gradient(circle at top,#bfdbfe73,#fff0 58%),linear-gradient(180deg,#fff,#eff6ff);display:grid;place-items:center;overflow:hidden}.contactBoardThumb img{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:saturate(1.05) brightness(.94) contrast(.98)}.contactBoardThumbPlaceholder{color:#64748b;font-size:13px;font-weight:900}.contactBoardUploadBox{min-height:38px;margin-top:0}.contactBoardPhotoStatus{min-height:18px;font-size:12px}.contactBoardToolbar{margin-bottom:0}.contactBoardStageWrap{overflow-x:auto;padding-bottom:8px}.contactBoardCanvas{position:relative;top:0;left:0;width:1400px;min-width:1400px;min-height:990px;background:url(/contact-board/pattern-blank.jpg) center / cover no-repeat;border-radius:22px;overflow:hidden;border:2px solid #f2e8c9;box-shadow:0 24px 54px #0f172a24;font-family:Prompt,sans-serif}.contactBoardHeaderOverlay{position:absolute;left:230px;top:8px;width:840px;text-align:center}.contactBoardTitle,.contactBoardSubtitle,.contactBoardCaption,.contactBoardPersonName,.contactBoardPhoneLine{text-shadow:0 1px 0 rgba(255,255,255,.92),0 1px 4px rgba(15,23,42,.1)}.contactBoardTitle{font-size:31px;font-weight:800;line-height:1.1;color:#111827;font-family:Prompt,sans-serif;letter-spacing:0}.contactBoardSubtitle{margin-top:4px;font-size:24px;font-weight:700;line-height:1.15;color:#111827;font-family:Prompt,sans-serif}.contactBoardCaption{margin-top:4px;font-size:17px;font-weight:700;color:#334155;font-family:Prompt,sans-serif}.contactBoardPersonOverlay{position:absolute;left:58px;right:320px;display:grid;grid-template-columns:154px 160px minmax(0,1fr);gap:12px;align-items:center}.contactBoardPersonOverlay-gm{top:155px}.contactBoardPersonOverlay-department{top:340px}.contactBoardPersonOverlay-zone{top:536px}.contactBoardPersonOverlay-fc{top:761px}.contactBoardPersonOverlay-gm .contactBoardInfoPill,.contactBoardPersonOverlay-department .contactBoardInfoPill,.contactBoardPersonOverlay-zone .contactBoardInfoPill,.contactBoardPersonOverlay-fc .contactBoardInfoPill{min-height:95px}.contactBoardNicknameBadge{position:relative;justify-self:start;width:164px;height:80px;transform:rotate(-3deg)}.contactBoardNicknameSticker{position:absolute;inset:0;width:100%;height:100%;display:block}.contactBoardNicknameTextWrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1px 20px 9px 14px;white-space:nowrap;overflow:visible}.contactBoardNicknameText{display:block;overflow:visible;text-overflow:ellipsis;max-width:120px;text-align:center;font-size:22px;line-height:1.26;font-weight:700;letter-spacing:-.15px;color:#0f766e;font-family:Kanit,Arial,Noto Sans Thai,sans-serif;text-shadow:0 1px 0 rgba(255,255,255,.92);padding-top:2px}.contactBoardNicknameText-full{max-width:124px}.contactBoardPhotoFrame{height:160px;border-radius:24px;background:#fff;border:6px solid #38bdf8;position:relative;overflow:hidden;display:grid;place-items:end center;box-shadow:0 10px 18px #0f172a1f}.contactBoardPhotoFrame:before,.contactBoardPhotoFrame:after{content:"";position:absolute;inset:10px;border-radius:18px;border:2px solid rgba(14,165,233,.24);pointer-events:none}.contactBoardPhotoFrame-gm{border-color:#ef4444}.contactBoardPhotoFrame-department{border-color:#0ea5e9}.contactBoardPhotoFrame-zone{border-color:#ec4899}.contactBoardPhotoFrame-fc{border-color:#10b981}.contactBoardPhotoImage{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:saturate(1.05) brightness(.94) contrast(.98)}.contactBoardPhotoPlaceholder{color:#94a3b8;font-size:14px;font-weight:900;margin-bottom:12px}.contactBoardInfoPill{min-height:112px;border-radius:999px;background:linear-gradient(90deg,#3ac6ff,#438fff);border:5px solid #bfdbfe;padding:18px 38px 18px 42px;display:grid;align-content:center;justify-items:center;text-align:center;gap:2px;box-shadow:inset -22px 0 28px #ffffff1f}.contactBoardPersonName{font-size:34px;font-weight:700;line-height:1.55;padding-top:3px;padding-bottom:3px;color:#111827;font-family:Prompt,sans-serif;letter-spacing:0;white-space:nowrap;overflow:visible;text-overflow:clip}.contactBoardPersonName-compact{font-size:31px}.contactBoardPersonName-xcompact{font-size:27px}.contactBoardPhoneLine{font-size:26px;font-weight:700;line-height:1.45;padding-bottom:2px;color:#111827;font-family:Prompt,sans-serif;letter-spacing:0;white-space:nowrap}.contactBoardRoleLine{margin-top:8px;color:#fffffff2;font-size:20px;font-weight:600;letter-spacing:.1px;font-family:Prompt,sans-serif;line-height:1.2}.chartBuilderPanel{padding:18px}.chartBuilderHeader h2{display:inline-flex;align-items:center;gap:8px}.chartDownloadActions{display:flex;gap:8px;flex-wrap:wrap}.chartExportState{display:inline-flex;align-items:center;min-height:38px;padding:7px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:800}.chartExportState.ready{border-color:#86efac;background:#f0fdf4;color:#15803d}.chartBuilderGrid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:16px;align-items:start}.chartBuilderControls{display:grid;gap:12px}.chartWizardSteps{display:flex;gap:6px}.chartWizardStep{flex:1;display:grid;place-items:center;height:32px;min-width:0;padding:0;border-radius:8px;background:#eef3fb;border:1px solid #dbe6f5;color:var(--chartBodyColor, #64748b);font-weight:900;font-size:calc(13px * var(--chartTextScale, 1));box-shadow:none}.chartWizardStep.done{background:#dbeafe;color:#0057d8;border-color:#bfdbfe}.chartWizardStep.active{background:linear-gradient(180deg,#2c8cff,#0057d8);color:#fff;border-color:#0057d8}.chartWizardStep{cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.chartWizardStep:hover:not(.active){background:#dbeafe;border-color:#93c5fd;color:#0057d8}.chartWizardStep:focus-visible,.chartSegmentGroup button:focus-visible,.chartPaletteGrid button:focus-visible{box-shadow:var(--focus-ring)}.chartWizardTitle{font-weight:900;font-size:calc(14px * var(--chartTextScale, 1));color:var(--chartHeadingColor, #071f4a)}.chartWizardNav{display:flex;justify-content:space-between;gap:10px}.chartWizardNav button{flex:1}.chartSubHeading{font-weight:900;font-size:calc(13px * var(--chartTextScale, 1));color:var(--chartHeadingColor, #071f4a);margin-top:2px}.chartUploadBox{margin-top:0;min-height:54px}.chartUploadBox.isReady{border-style:solid;border-color:#22c55e;background:#f0fdf4;color:#15803d}.chartInputModeGroup{grid-template-columns:repeat(2,minmax(0,1fr))}.chartInputModeGroup button{justify-content:center;gap:7px;font-weight:900}.chartManualTableWrap{display:grid;gap:10px;padding:14px;border:1px solid #dbe6f5;border-radius:14px;background:#f8fbff;overflow-x:auto}.chartManualTableWrap p{margin:0;color:#64748b;font-size:13px;font-weight:700}.chartManualTable{display:grid;grid-template-columns:minmax(130px,1.3fr) repeat(3,minmax(92px,1fr)) auto;gap:7px;align-items:center;min-width:560px}.chartManualHead{display:flex;align-items:center;gap:4px;color:#0f2f63;font-size:12px;font-weight:900}.chartManualHead small{color:#64748b;font-weight:700}.chartManualTable input{min-width:0;width:100%;min-height:38px;padding:8px 10px;border:1px solid #cbd9ea;border-radius:8px;background:#fff;color:#13233f;font:inherit}.chartManualHead input{min-height:32px;padding:6px 8px;border-color:#b8cdea;color:#0f2f63;font-size:12px;font-weight:900}.chartManualHead button{min-width:26px;min-height:26px;padding:1px 6px;color:#b42318;font-size:18px;line-height:1}.chartManualTable button{min-height:38px;padding:6px 9px;font-size:12px}.chartManualActions{display:flex;flex-wrap:wrap;gap:8px}.chartInputSummary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #cfe0f5;border-radius:14px;background:linear-gradient(135deg,#f9fcff,#eef6ff)}.chartInputSummary>div{display:grid;gap:4px;min-width:0;padding:12px 13px;border-right:1px solid #dbe8f7}.chartInputSummary>div:last-child{border-right:0}.chartInputSummary span{color:#64748b;font-size:11px;font-weight:800}.chartInputSummary strong{overflow:hidden;color:#08275a;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.chartPreflight,.chartRecommendation,.chartPresetBox{border:1px solid #d8e5f4;border-radius:12px;background:#fff;padding:12px}.chartPreflightHead,.chartPresetHead,.chartRecommendation,.chartPresetSave,.chartPresetList,.chartPresetList>div{display:flex;align-items:center;gap:8px}.chartPreflightHead,.chartPresetHead{justify-content:space-between}.chartPreflightHead strong,.chartPresetHead strong,.chartRecommendation strong{color:#0f2f63;font-size:13px;font-weight:900}.chartPreflightHead span,.chartPresetHead span,.chartRecommendation span{color:#64748b;font-size:12px;font-weight:700}.chartPreflightItems,.chartPresetList{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.chartPreflightItems span{border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.chartPreflightItems .ready{background:#dcfce7;color:#166534}.chartPreflightItems .pending{background:#fff7ed;color:#b45309}.chartRecommendation{justify-content:space-between;background:linear-gradient(135deg,#eff6ff,#f8fbff)}.chartRecommendation>div{display:grid;gap:3px}.chartRecommendation button{flex:0 0 auto}.chartPresentationStyles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chartPresentationStyles button{display:grid;min-height:74px;gap:5px;padding:10px 11px;border-color:#c9d9f0;background:linear-gradient(145deg,#fff,#f2f8ff);color:#0f2f63;text-align:left}.chartPresentationStyles button:nth-child(2){background:linear-gradient(145deg,#f0fdf4,#ecfeff);border-color:#a7f3d0;color:#08613d}.chartPresentationStyles button:nth-child(3){background:linear-gradient(145deg,#fffbeb,#fff7ed);border-color:#fed7aa;color:#9a3412}.chartPresentationStyles button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f2f631f}.chartPresentationStyles strong{font-size:13px;font-weight:900}.chartPresentationStyles small{font-size:11px;font-weight:700;line-height:1.3}.chartPresetBox{display:grid;gap:9px}.chartPresetSave input{flex:1;min-width:0}.chartPresetSave button{flex:0 0 auto}.chartPresetList>div{border:1px solid #dbe6f5;border-radius:8px;overflow:hidden}.chartPresetList button{border:0;border-radius:0;min-height:30px;padding:5px 8px;font-size:12px}.chartPresetDelete{color:#b42318;font-size:18px!important}.chartControlGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chartRowVisibility{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.chartRowVisibilityHead{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:8px}.chartRowVisibilityActions{display:flex;gap:8px}.chartRowVisibilityActions button{padding:4px 10px;font-size:12px}.chartRowVisibilityList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;max-height:220px;overflow-y:auto;padding-right:4px}.chartRowVisibilityItem{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#334155;padding:7px 8px;border-radius:6px;border:1px solid transparent;line-height:1.3;cursor:pointer}.chartRowVisibilityItem input{width:16px;height:16px;min-width:16px;padding:0;margin:0;flex-shrink:0;border-radius:4px}.chartRowVisibilityItem:hover{background:#f1f5f9;border-color:var(--line)}.chartSegmentGroup,.chartPaletteGrid,.chartColorCustomGrid,.chartToggleGrid{display:grid;gap:8px}.chartSegmentGroup{grid-template-columns:repeat(2,minmax(0,1fr))}.chartTextSizeGroup{grid-template-columns:repeat(3,minmax(0,1fr))}.chartTextSizeGroup button{justify-content:center;text-align:center;font-weight:800}.chartPaletteGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.chartAliasGrid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;border:1px solid #dbeafe;border-radius:10px;background:linear-gradient(180deg,#f8fbff,#fff)}.chartColorCustomGrid{grid-template-columns:repeat(3,minmax(0,1fr));padding:10px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.chartCompareColorGrid{margin-top:10px;align-items:end}.chartCompareColorGrid button{height:38px}.chartColorCustomGrid input[type=color]{height:38px;padding:3px}.chartToggleGrid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.chartToggleGrid label{display:flex;align-items:center;gap:8px;font-size:calc(12px * var(--chartTextScale, 1));color:#334155}.chartToggleGrid input{width:auto}.chartSegmentGroup button,.chartPaletteGrid button{min-height:46px;border-radius:10px;box-shadow:none}.chartSegmentGroup button{display:flex;align-items:center;text-align:left;gap:10px;padding:8px 10px}.chartTemplateThumb{flex:0 0 auto;width:60px;height:38px;border-radius:6px;background:#ffffffd9}.chartSegmentGroup button.active .chartTemplateThumb{background:#ffffff1f}.chartTemplateMeta{display:grid;gap:2px;min-width:0}.chartSegmentGroup button small{color:inherit;opacity:.78;font-size:calc(11px * var(--chartTextScale, 1));line-height:1.3}.chartSegmentGroup button.active,.chartPaletteGrid button.active{background:#102033;border-color:#102033;color:#fff}.chartPalette{justify-content:flex-start;text-align:left}.chartPaletteSwatch{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.8);box-shadow:0 0 0 1px #0f172a1f}.chartPreviewShell{overflow:hidden;padding:4px 0 14px}.chartExportCanvas{--chartAccent: #062b78;--chartBar: #0057d8;--chartBar2: #2c8cff;position:relative;width:1280px;min-height:840px;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#fff 48%,#eef6ff);border:1px solid #c7d8ee;box-shadow:0 28px 58px #10203329;overflow:hidden;color:var(--chartHeadingColor, #071f4a);font-family:Prompt,Sarabun,Arial,sans-serif}.chartExportCanvas[data-style=navy]{background:linear-gradient(180deg,#071f4a,#0b2f68 40%,#f8fbff 40%)}.chartExportCanvas[data-style=emerald]{background:linear-gradient(180deg,#e9fff4,#fff 48%,#edfdf3)}.chartExportCanvas[data-style=crimson]{background:linear-gradient(180deg,#fff1f2,#fff 48%,#fff7ed)}.chartExportCanvas[data-style=charcoal]{background:linear-gradient(180deg,#111827,#1f2937 38%,#f8fafc 38%)}.chartExportTopline{height:11px;background:linear-gradient(90deg,#ef2028 0 18%,#ff8a00 18% 44%,#0db14b 44% 100%)}.chartExportHeader{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(210px,250px) minmax(190px,230px);gap:16px;align-items:center;padding:28px 34px 20px}.chartBrandBadge{width:96px;height:72px;display:grid;place-items:center;padding:0;overflow:hidden}.chartBrandBadge img{width:auto;height:auto;max-width:96px;max-height:72px;object-fit:contain;display:block;filter:drop-shadow(0 10px 16px rgba(15,23,42,.18))}.chartTitleBlock h3{margin:0;color:var(--chartAccent);font-size:calc(48px * var(--chartTextScale, 1));line-height:1.04;letter-spacing:0}.chartTitleBlock p{margin:8px 0 0;color:var(--chartHeadingColor, #123c8c);font-size:calc(26px * var(--chartTextScale, 1));font-weight:900;line-height:1.25}.chartSideTitle,.chartHeaderMetric{border-radius:18px;background:linear-gradient(135deg,var(--chartAccent),var(--chartBar));border:2px solid rgba(147,197,253,.8);color:var(--chartAccentBarText, #ffffff);padding:16px;text-align:center;box-shadow:inset 0 0 24px #ffffff29,0 16px 30px #0f172a29}.chartSideTitle{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;text-align:left;min-height:92px;font-size:calc(20px * var(--chartTextScale, 1));font-weight:900;line-height:1.35}.chartHeaderMetric span,.chartFooterCards span,.summaryHeroMetric span,.summaryTopList span{display:block;font-size:calc(17px * var(--chartTextScale, 1));font-weight:900}.chartHeaderMetric strong{display:block;margin-top:6px;font-size:calc(35px * var(--chartTextScale, 1));line-height:1}.rankingInfographic,.summaryInfographic{padding:0 28px 28px}.rankingTableHead,.rankingLine{display:grid;grid-template-columns:84px 220px minmax(0,1fr) 190px;gap:14px;align-items:center}.rankingInfographic.hasCompare1 .rankingTableHead,.rankingInfographic.hasCompare1 .rankingLine{grid-template-columns:84px 200px minmax(0,1fr) 160px 128px}.rankingInfographic.hasCompare1.hasCompare2 .rankingTableHead,.rankingInfographic.hasCompare1.hasCompare2 .rankingLine{grid-template-columns:74px 180px minmax(0,1fr) 140px 120px 120px}.rankingTableHead{padding:12px 18px;border-radius:16px 16px 0 0;background:linear-gradient(180deg,var(--chartAccent),#061b45);color:var(--chartAccentText, #ffffff);font-size:calc(17px * var(--chartTextScale, 1));font-weight:900}.rankingLine{min-height:55px;padding:8px 18px;background:#fffffff2;border-bottom:1px solid #dbe6f5}.rankBadge{width:48px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,var(--chartBar2),var(--chartBar));color:var(--chartBarText, #ffffff);font-size:calc(27px * var(--chartTextScale, 1));font-weight:1000;box-shadow:0 8px 14px #061b9333}.rankBadge-1{background:linear-gradient(180deg,#ffd84a,#f59e0b);color:#fff}.rankBadge-2{background:linear-gradient(180deg,#d8dde7,#8a94a6);color:#fff}.rankBadge-3{background:linear-gradient(180deg,#fb923c,#ea580c);color:#fff}.rankLabel{color:var(--chartHeadingColor, #071f4a);font-size:calc(19px * var(--chartTextScale, 1));font-weight:900;line-height:1.2}.rankBarTrack{height:35px;border-radius:6px;background:#e5edf8;overflow:hidden;border:1px solid #cfdbec}.rankBarFill{height:100%;border-radius:6px;background:linear-gradient(180deg,var(--chartBar2),var(--chartBar) 68%,var(--chartAccent));box-shadow:inset 0 7px 12px #ffffff47,0 0 16px var(--chartBar2Glow, rgba(44, 140, 255, .45))}.rankingLine>strong{font-size:calc(20px * var(--chartTextScale, 1));color:#061b45;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:clip}.rankBarTrack-multi{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:4px 0;background:transparent;border:none}.rankBarLane{flex:1;min-height:0;background:#e5edf8;border-radius:4px;overflow:hidden;border:1px solid #cfdbec}.rankBarLaneFill{height:100%;border-radius:4px;min-width:4px}.rankValueStack{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.rankValueStack span{font-size:13px;font-weight:900;white-space:nowrap}.compareCell{text-align:center;font-size:calc(19px * var(--chartTextScale, 1));font-weight:1000;white-space:nowrap}.compareCell span{font-size:calc(24px * var(--chartTextScale, 1))}.compareCell.positive{color:#0b8a2a}.compareCell.negative{color:#c1121f}.compareCell.neutral{color:#334155}.chartAxis{display:flex;justify-content:space-between;margin:4px 380px 0 376px;color:#061b45;font-size:calc(13px * var(--chartTextScale, 1));font-weight:900;border-top:2px solid #1e293b;padding-top:4px}.chartBottomBand{display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);gap:12px;margin-top:20px}.chartLegendBox,.chartFooterCards div,.summaryTopList div,.summaryHeroMetric{border:1px solid #cfe0f2;background:#fffffff0;border-radius:16px;padding:16px;box-shadow:0 10px 20px #0f172a0f}.chartLegendBox{background:linear-gradient(135deg,var(--chartAccent),var(--chartBar));color:var(--chartAccentBarText, #ffffff);display:grid;align-content:center;gap:8px}.chartLegendBox strong{font-size:calc(22px * var(--chartTextScale, 1))}.chartLegendBox span{font-size:calc(15px * var(--chartTextScale, 1));line-height:1.45;color:#ffffffe6}.chartFooterCards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.chartFooterCards strong{display:block;margin-top:5px;color:var(--chartHeadingColor, #071f4a);font-size:calc(25px * var(--chartTextScale, 1));line-height:1.08}.chartFooterCards small{display:block;margin-top:4px;color:#0b6b3a;font-size:calc(17px * var(--chartTextScale, 1));font-weight:900}.summaryInfographic{display:grid;grid-template-columns:1fr 1fr 260px;gap:18px;align-items:stretch}.summaryHeroMetric{display:grid;align-content:center;min-height:420px;background:linear-gradient(135deg,#fff,#eff6ff)}.summaryHeroMetric strong{font-size:calc(76px * var(--chartTextScale, 1));line-height:1;color:var(--chartAccent)}.summaryHeroMetric small{color:#0b6b3a;font-size:calc(24px * var(--chartTextScale, 1));font-weight:900}.summaryTopList{display:grid;gap:10px}.summaryTopList div{display:flex;justify-content:space-between;gap:14px;align-items:center}.summaryTopList strong{color:var(--chartAccent);font-size:calc(28px * var(--chartTextScale, 1));white-space:nowrap}.summaryDonut{border-radius:50%;width:240px;height:240px;align-self:center;justify-self:center;display:grid;place-items:center;align-content:center;border:16px solid #ffffff;color:#fff;box-shadow:0 18px 34px #0f172a29}.summaryDonut span,.summaryDonut strong{text-shadow:0 2px 8px rgba(0,0,0,.32)}.summaryDonut strong{font-size:calc(42px * var(--chartTextScale, 1));line-height:1}.chartEmptyState{min-height:560px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--chartBodyColor, #64748b);text-align:center}.chartEmptyState strong{color:#102033;font-size:calc(26px * var(--chartTextScale, 1))}.chartOverlaySection{display:grid;gap:8px}.chartBrandAssetGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chartBrandAssetGrid button{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:8px;min-height:58px;padding:8px;border-radius:10px;text-align:left;box-shadow:none}.chartBrandAssetGrid img{width:58px;height:42px;object-fit:contain;border-radius:8px;background:#fff;border:1px solid #dbe6f5}.chartBrandAssetGrid span{display:grid;gap:2px;min-width:0}.chartBrandAssetGrid strong{font-size:calc(12px * var(--chartTextScale, 1));color:var(--chartHeadingColor, #071f4a);white-space:nowrap}.chartBrandAssetGrid small{color:var(--chartBodyColor, #64748b);font-size:calc(10px * var(--chartTextScale, 1));line-height:1.25}.chartOverlayList{display:grid;gap:8px;max-height:260px;overflow-y:auto;padding-right:2px}.chartOverlayListItem{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;padding:8px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.chartOverlayListItem:hover:not(.active){border-color:#93c5fd}.chartOverlayListItem.active{border-color:#2c8cff;box-shadow:0 0 0 2px #2c8cff2e}.chartOverlayListItem img{width:42px;height:42px;object-fit:contain;border-radius:6px;background:#f1f5f9}.chartOverlayListMeta{display:grid;gap:4px;min-width:0}.chartOverlayListMeta span{font-size:calc(11px * var(--chartTextScale, 1));font-weight:800;color:#475569}.chartOverlayListMeta input[type=range]{width:100%}.chartOverlayListItem button{font-size:calc(11px * var(--chartTextScale, 1));padding:4px 8px;border-radius:6px}.chartOverlayListActions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:5px}.chartOverlayListActions button{min-width:32px;min-height:32px;padding:4px 6px;display:inline-flex;align-items:center;justify-content:center}.chartOverlayDeleteBtn{color:#dc2626}.chartOverlayImage{position:absolute;cursor:move;touch-action:none;user-select:none}.chartOverlayImage img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;transform-origin:center}.chartOverlayImage.selected{outline:2px dashed #2c8cff;outline-offset:3px}.chartOverlayHandle{position:absolute;display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#102033;color:#fff;border:2px solid #ffffff;cursor:pointer;font-size:calc(12px * var(--chartTextScale, 1));padding:0;line-height:1;box-shadow:0 4px 10px #0f172a40}.chartOverlayDelete{top:-13px;right:-13px;background:#dc2626}.chartOverlayFront{top:-13px;left:-13px}.chartOverlayBack{bottom:-13px;left:-13px}.chartOverlayResize{bottom:-9px;right:-9px;width:20px;height:20px;border-radius:50%;background:#2c8cff;cursor:nwse-resize}.kpiTilesWrap{padding:4px 28px 28px}.kpiTilesGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kpiTile{background:#fffffff2;border:1px solid #dbe6f5;border-radius:16px;padding:16px;box-shadow:0 10px 22px #0f172a0f;display:grid;gap:8px;align-content:start}.kpiTileTop{display:flex;align-items:center;gap:8px}.kpiTileRank{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(180deg,var(--chartBar2),var(--chartBar));color:var(--chartBarText, #ffffff);font-size:calc(13px * var(--chartTextScale, 1));font-weight:900;flex:0 0 auto}.kpiTileLabel{font-size:calc(15px * var(--chartTextScale, 1));font-weight:800;color:var(--chartHeadingColor, #071f4a);line-height:1.25}.kpiTileValue{font-size:calc(30px * var(--chartTextScale, 1));color:var(--chartAccent);line-height:1.05}.kpiTileBarTrack{height:8px;border-radius:4px;background:#e5edf8;overflow:hidden}.kpiTileBarFill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--chartBar2),var(--chartBar))}.kpiTileMeta{display:flex;flex-wrap:wrap;gap:8px;font-size:calc(12px * var(--chartTextScale, 1));font-weight:800}.kpiTileMeta .positive{color:#0b8a2a}.kpiTileMeta .negative{color:#c1121f}.kpiTileMeta .neutral{color:#334155}.kpiTileBarTrack-multi{height:auto;display:flex;flex-direction:column;gap:3px;background:transparent}.kpiTileBarLane{height:7px;border-radius:4px;background:#e5edf8;overflow:hidden}.kpiTileBarLaneFill{height:100%;border-radius:4px;min-width:4px}.kpiTileSeriesValues{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;font-weight:800}.podiumWrap{padding:6px 28px 28px;display:grid;gap:18px}.podiumStage{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:end}.podiumColumn{display:grid;justify-items:center;gap:6px}.podiumBadge{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:1000;font-size:calc(16px * var(--chartTextScale, 1));color:#fff}.podiumBadge-1{background:linear-gradient(180deg,#ffd84a,#f59e0b)}.podiumBadge-0{background:linear-gradient(180deg,#d8dde7,#8a94a6)}.podiumBadge-2{background:linear-gradient(180deg,#fb923c,#ea580c)}.podiumLabel{font-weight:800;font-size:calc(14px * var(--chartTextScale, 1));text-align:center;color:var(--chartHeadingColor, #071f4a)}.podiumValue{font-size:calc(20px * var(--chartTextScale, 1));color:var(--chartAccent)}.podiumBlock{width:100%;border-radius:10px 10px 0 0;background:linear-gradient(180deg,var(--chartBar2),var(--chartBar))}.podiumColumn-1 .podiumBlock{height:150px}.podiumColumn-0 .podiumBlock{height:108px}.podiumColumn-2 .podiumBlock{height:76px}.podiumRestList{display:grid;gap:6px}.podiumRestRow{display:grid;grid-template-columns:50px 1fr 130px;gap:10px;padding:8px 14px;background:#ffffffe6;border:1px solid #dbe6f5;border-radius:10px;font-weight:800;font-size:calc(14px * var(--chartTextScale, 1))}.podiumRestRow strong{text-align:right;color:var(--chartHeadingColor, #071f4a)}.columnChartWrap{padding:10px 28px 28px}.columnChartBars{display:flex;align-items:flex-end;gap:14px;height:280px;padding:0 6px}.columnBarItem{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:6px}.columnBarValue{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:4px;font-weight:900;font-size:calc(15px * var(--chartTextScale, 1));color:var(--chartHeadingColor, #071f4a);white-space:nowrap}.columnBarTrack{width:100%;max-width:54px;height:200px;display:flex;align-items:flex-end;background:repeating-linear-gradient(to top,rgba(15,23,42,.1) 0,rgba(15,23,42,.1) 1px,transparent 1px,transparent 50px),#eef3fb;border-radius:8px 8px 0 0;border-bottom:2px solid rgba(15,23,42,.18)}.columnBarFill{position:relative;width:100%;border-radius:8px 8px 0 0;background-image:linear-gradient(180deg,#fff6,#fff0 55%,#0000001a);box-shadow:0 6px 14px #0f172a38,inset 0 1px #ffffff80;transition:none}.columnBarItem-top .columnBarTrack{box-shadow:0 0 0 2px #f59e0b,0 10px 20px #f59e0b59}.columnBarItem-top .columnBarValue{color:#b45309}.columnBarStar{color:#f59e0b;margin-right:2px}.columnBarLabel{font-size:calc(12px * var(--chartTextScale, 1));font-weight:800;color:#334155;text-align:center;line-height:1.2}.columnChartLegend{display:flex;flex-wrap:wrap;gap:14px;padding:0 6px 14px}.columnChartLegendItem{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:#334155}.columnChartLegendItem i{width:12px;height:12px;border-radius:3px;display:inline-block}.columnBarGroup{display:flex;align-items:flex-end;justify-content:center;gap:6px;width:100%;height:200px}.columnBarGroup-multi .columnBarTrack{max-width:40px}.columnBarGroup-multi .columnBarValue{font-size:12px}.columnBarItem-top .columnBarLabel{color:#b45309;font-weight:900}.donutLegendWrap{padding:10px 28px 28px;display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:center}.donutLegendChart{width:220px;height:220px;border-radius:50%;display:grid;place-items:center;justify-self:center}.donutLegendCenter{width:140px;height:140px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;box-shadow:inset 0 0 0 1px #e2e8f0}.donutLegendCenter span{font-size:calc(13px * var(--chartTextScale, 1));font-weight:800;color:var(--chartBodyColor, #64748b)}.donutLegendCenter strong{font-size:calc(22px * var(--chartTextScale, 1));color:var(--chartAccent)}.donutLegendList{display:grid;gap:10px}.donutLegendRow{display:grid;grid-template-columns:14px 1fr auto auto;align-items:center;gap:10px;font-weight:800;font-size:calc(14px * var(--chartTextScale, 1))}.donutLegendDot{width:14px;height:14px;border-radius:50%}.donutLegendLabel,.donutLegendRow strong{color:var(--chartHeadingColor, #071f4a)}.donutLegendRow small{color:var(--chartBodyColor, #64748b);min-width:52px;text-align:right}.trendLineWrap{padding:10px 28px 28px;position:relative}.trendLineSvg{width:100%;height:300px;display:block}.trendLineLabels{position:relative;height:20px;margin-top:4px}.trendLineLabels span{position:absolute;transform:translate(-50%);font-size:calc(11px * var(--chartTextScale, 1));font-weight:800;color:#334155;white-space:nowrap}.trendCallouts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.trendCalloutCard{border-radius:14px;padding:12px 16px;background:#fffffff2;border:1px solid #dbe6f5}.trendCalloutCard span{font-size:calc(12px * var(--chartTextScale, 1));font-weight:800;color:var(--chartBodyColor, #64748b);display:block}.trendCalloutCard strong{font-size:calc(17px * var(--chartTextScale, 1));color:var(--chartHeadingColor, #071f4a);display:block;margin-top:2px}.trendCalloutCard small{font-size:calc(14px * var(--chartTextScale, 1));font-weight:900;color:#0b6b3a}.trendCalloutCard.highest{border-color:#fde68a}.trendCalloutCard.lowest{border-color:#fecaca}.heatmapTableWrap{padding:6px 28px 28px}.heatmapHeadRow,.heatmapRow{display:grid;gap:8px}.heatmapHeadRow{padding:10px 12px;background:var(--chartAccent);color:var(--chartAccentText, #ffffff);border-radius:10px 10px 0 0;font-weight:900;font-size:calc(13px * var(--chartTextScale, 1))}.heatmapRow{padding:8px 12px;border-bottom:1px solid #e2e8f0;align-items:center}.heatmapLabelCell{font-weight:800;color:var(--chartHeadingColor, #071f4a);font-size:calc(14px * var(--chartTextScale, 1))}.heatmapValueCell{text-align:center;border-radius:8px;padding:6px 4px;font-weight:900;font-size:calc(14px * var(--chartTextScale, 1));color:#0f172a}.tornadoWrap{padding:10px 28px 28px;display:grid;gap:8px}.tornadoHead{text-align:center;font-weight:900;font-size:calc(14px * var(--chartTextScale, 1));color:var(--chartBodyColor, #64748b);margin-bottom:4px}.tornadoRow{display:grid;grid-template-columns:1fr 180px 1fr 100px;align-items:center;gap:10px;min-height:34px}.tornadoNegSide,.tornadoPosSide{display:flex;height:22px}.tornadoNegSide{justify-content:flex-end}.tornadoBar{height:100%;border-radius:6px}.tornadoBar.negative{background:linear-gradient(90deg,#dc2626,#f87171);border-radius:6px 0 0 6px}.tornadoBar.positive{background:linear-gradient(90deg,#0f9f62,#34d399);border-radius:0 6px 6px 0}.tornadoLabel{text-align:center;font-weight:800;font-size:calc(13px * var(--chartTextScale, 1));color:var(--chartHeadingColor, #071f4a)}.tornadoRow strong{text-align:right;font-size:calc(14px * var(--chartTextScale, 1))}.tornadoRow strong.positive{color:#0b8a2a}.tornadoRow strong.negative{color:#c1121f}.bigNumberWrap{padding:10px 28px 28px;display:grid;gap:16px}.bigNumberHero{text-align:center;padding:18px;border-radius:16px;background:linear-gradient(135deg,var(--chartAccent),var(--chartBar));color:var(--chartAccentBarText, #ffffff)}.bigNumberHero span{font-size:calc(15px * var(--chartTextScale, 1));font-weight:800;opacity:.9;display:block}.bigNumberHero strong{font-size:calc(46px * var(--chartTextScale, 1));display:block;margin-top:4px}.bigNumberStripRow{display:flex;align-items:flex-end;gap:10px;height:150px}.bigNumberItem{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:4px}.bigNumberBarTrack{width:100%;max-width:40px;height:90px;display:flex;align-items:flex-end;background:#eef3fb;border-radius:6px 6px 0 0;overflow:hidden}.bigNumberBarFill{width:100%;background:linear-gradient(180deg,var(--chartBar2),var(--chartBar));border-radius:6px 6px 0 0}.bigNumberValue{font-size:calc(12px * var(--chartTextScale, 1));font-weight:900;color:var(--chartHeadingColor, #071f4a)}.bigNumberLabel{font-size:calc(10px * var(--chartTextScale, 1));font-weight:800;color:var(--chartBodyColor, #64748b);text-align:center;line-height:1.15}@media (max-width: 980px){.chartBuilderGrid,.chartControlGrid,.chartSegmentGroup,.chartPresentationStyles,.chartPaletteGrid,.chartColorCustomGrid,.chartToggleGrid,.chartRowVisibilityList{grid-template-columns:1fr}.chartInputSummary{grid-template-columns:repeat(2,minmax(0,1fr))}.chartInputSummary>div:nth-child(2){border-right:0}.chartInputSummary>div:nth-child(-n+2){border-bottom:1px solid #dbe8f7}}@media (max-width: 640px){.chartBuilderHeader{display:grid}.chartBuilderHeader button{width:100%}}@media (max-width: 1024px){.smartDeskLayout{grid-template-columns:1fr}.smartDeskQuickTasks{grid-template-columns:repeat(2,minmax(0,1fr))}.reportHubControls,.appDashboard .dashboardHero,.dashboardHero{grid-template-columns:1fr}.dashboardMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.workflowHeader{grid-template-columns:1fr}.compactStats{min-width:0;flex-direction:row;flex-wrap:wrap;display:flex}.compactStats span{flex:1 1 auto;text-align:center}}@media (max-width: 760px){.shell{width:min(100% - 20px,1180px);margin-top:10px}.topbar,.smartDeskHeader,.dashboardHero,.grid,.dashboardMetrics,.dashboardGrid,.reportGrid,.adminConsoleGrid,.adminCompareGrid,.qaResultGrid,.adminTwoColumn,.adminInlineControls,.adminFilterBar,.auditStats,.orgAuditGrid,.searchLabel,.adminUpload,.profileGrid,.reportForm,.resultGrid,.moduleHero{grid-template-columns:1fr;display:grid}.workflowHeader,.rulesGrid,.reportLaunch,.toggleItem,.userAdminItem,.reportWorkflow,.reportWorkflowSteps{grid-template-columns:1fr}.reportAssistant{align-items:flex-start;flex-direction:column}.adminItemBadge{justify-self:start}.userAdminActions{width:100%;justify-content:stretch}.compactStats{min-width:0}.topbarMeta,.dashboardHeroActions{flex-direction:column;align-items:stretch}.smartDeskHeader{align-items:start;padding:16px}.smartDeskHeader h2{font-size:23px}.smartDeskIdentity{min-width:0;justify-items:start;text-align:left}.smartDeskIntake,.smartDeskTaskSection,.smartDeskRecent{padding:14px}.smartDeskSectionHead{grid-template-columns:32px minmax(0,1fr)}.smartDeskPrivacy{grid-column:2;justify-self:start}.smartDeskDropzone{min-height:150px;padding:18px 12px}.smartDeskLaunchRow{align-items:stretch;flex-direction:column}.smartDeskHealthGrid,.smartDeskRunFields{grid-template-columns:1fr}.smartDeskHealthHead{align-items:flex-start}.smartDeskLaunchRow button{width:100%;justify-content:center}.smartDeskQuickTasks{grid-template-columns:1fr}.userBox{min-width:0}.topbar{padding:16px}.topbar h1{font-size:calc(24px * var(--chartTextScale, 1));line-height:1.25}.dashboardArtwork,.dashboardArtwork img{min-height:220px}.dashboardArtwork:after{background:linear-gradient(90deg,#f7faf4f0,#f7faf4a8 56%,#f7faf41f)}.dashboardArtworkCaption strong{font-size:22px}.tabs{position:sticky;top:0;z-index:5}.tabs button{justify-content:center}.moduleHero,.panel{padding:14px}.previewTools{justify-content:stretch}.previewTools button,.previewHeader button,.reportLaunch a,.reportOpenButton{width:100%;justify-content:center}.reportLaunch{align-items:stretch}.activityItem{grid-template-columns:1fr;align-items:start}.userAdminActions,.adminActionRow{justify-content:stretch}.userAdminActions button,.adminActionRow button{flex:1 1 auto}.ruleBlock ul{line-height:1.5}.contactBoardControlGrid,.contactBoardEditorGrid{grid-template-columns:1fr}.contactBoardCanvas{width:1400px;min-width:1400px}}.posterFormGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 6px}.posterFormGrid label{display:grid;gap:6px;font-weight:800;color:#334155;font-size:13px}.posterMatchNote{margin:4px 0 16px;padding:8px 12px;border-radius:8px;background:#f0fdfa;border:1px solid #99f6e4;color:#0f766e;font-weight:800;font-size:13px;line-height:1.5}.posterQrGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.posterQrCard{border:1px solid var(--line);border-radius:10px;padding:14px;background:#f8fafc}.posterQrCard h3{margin:0 0 10px;font-size:14px;display:flex;align-items:center;gap:6px;color:#102033}.posterQrRow{display:flex;gap:8px;margin-bottom:10px}.posterQrRow input{flex:1 1 auto}.posterUploadBox{min-height:38px;padding:8px;font-size:12.5px;margin-top:0}.posterToolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid var(--line);margin-bottom:4px}.posterToolbarGroup{display:flex;gap:6px}.posterMiniBtn{min-height:36px;padding:0 12px}.posterColorSwatches{display:flex;gap:6px;flex:1 1 auto}.posterSwatch{width:26px;height:26px;min-height:26px;padding:0;border-radius:50%;border:2px solid rgba(0,0,0,.12);box-shadow:none}.posterSwatch.active{outline:2px solid #102033;outline-offset:2px}.posterPreviewHint{display:flex;align-items:center;gap:8px;padding:14px 16px;border-radius:10px;background:#fff7ed;border:1px dashed #fdba74;color:#9a3412;font-weight:800;font-size:13.5px;margin:10px 0}.posterStage{display:flex;justify-content:center;padding:18px 0 4px;overflow-x:hidden;overflow-y:visible;-webkit-overflow-scrolling:touch}.posterCanvasViewport{position:relative;overflow:hidden;flex:0 0 auto}.posterCanvasScaler{--posterPreviewScale: 1;position:absolute;left:0;top:0;width:850px;height:1275px;transform:scale(var(--posterPreviewScale));transform-origin:top left}.posterCanvas{--posterAccent: #0d6b3d;--posterFontScale: 1;position:relative;left:0;top:0;width:850px;min-width:850px;aspect-ratio:2 / 3;min-height:1275px;border-radius:18px;overflow:hidden;background:url(/poster/poster-base.png) center / cover no-repeat;color:#142116;font-family:Prompt,Arial,Noto Sans Thai,Tahoma,sans-serif;box-shadow:0 26px 54px #0a281847;-webkit-text-size-adjust:none;text-size-adjust:none;font-kerning:none;font-synthesis:none;transform:translateZ(0)}.posterCanvas-modern{background-image:url(/poster/poster-modern-retail.png)}.posterCanvas-evening{background-image:url(/poster/poster-evening-retail.png)}.posterCanvas-sunrise{background-image:url(/poster/poster-sunrise-retail.png)}.posterCanvas-maleWelcome{background-image:url(/poster/poster-male-welcome.png)}.posterCanvas-maleEvening{background-image:url(/poster/poster-male-evening.png)}.posterCanvas-citylights{background-image:url(/poster/poster-city-lights-retail.png)}.posterTemplateHeadline{position:absolute;left:50px;top:34px;z-index:1;width:610px;height:285px;color:#fff;font-family:Prompt,sans-serif;font-weight:900;line-height:1;pointer-events:none}.posterTemplateHeadline span{position:absolute;display:block;line-height:1;white-space:nowrap}.posterTemplateUrgent{top:14px;left:28px;color:#d80c16;font-size:51px;-webkit-text-stroke:4px #fff;paint-order:stroke fill;text-shadow:0 5px 0 #0a4429,0 10px 15px rgba(0,0,0,.3)}.posterTemplateRecruit{top:18px;left:184px;color:#fff;font-size:47px;-webkit-text-stroke:3px #be1019;paint-order:stroke fill;text-shadow:0 5px 0 #0a4429,0 10px 15px rgba(0,0,0,.3)}.posterTemplateRole{top:113px;left:96px;color:#fff;font-size:37px;-webkit-text-stroke:2px #07542f;paint-order:stroke fill;text-shadow:0 4px 0 rgba(3,49,31,.82),0 8px 14px rgba(0,0,0,.25)}.posterTemplateCompany{top:212px;left:145px;padding:7px 22px 8px;border:2px solid rgba(255,229,151,.95);border-radius:999px;background:linear-gradient(180deg,#14834e,#07512f);color:#fff9dd;font-size:17px;box-shadow:0 4px 10px #00000038}.posterCanvas-evening .posterTemplateHeadline{top:54px}.posterCanvas-sunrise .posterTemplateUrgent,.posterCanvas-sunrise .posterTemplateRecruit{color:#d94a08;-webkit-text-stroke-color:#ffffff;text-shadow:0 5px 0 #0b6b3f,0 10px 15px rgba(86,48,0,.24)}.posterCanvas-sunrise .posterTemplateRole{color:#0b6b3f;-webkit-text-stroke-color:#fff8dd;text-shadow:0 3px 0 rgba(255,255,255,.9),0 7px 12px rgba(86,48,0,.18)}.posterCanvas-sunrise .posterTemplateCompany{background:linear-gradient(180deg,#f97816,#db4f09);border-color:#fff5d5}.posterTemplatePicker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 4px}.posterTemplateOption{display:grid;grid-template-columns:74px minmax(0,1fr);min-height:84px;gap:9px;padding:6px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1e293b;box-shadow:none;text-align:left}.posterTemplateOption img{width:74px;height:70px;border-radius:5px;object-fit:cover;object-position:top}.posterTemplateOption span{display:grid;align-content:center;min-width:0;gap:3px}.posterTemplateOption strong{color:#123c8c;font-size:13px;font-weight:900}.posterTemplateOption small{color:#64748b;font-size:11px;font-weight:700;line-height:1.3}.posterTemplateOption.active{border-color:#16a34a;background:#f0fdf4;box-shadow:0 0 0 2px #16a34a24}.posterTemplateOption.active strong{color:#15803d}@media (max-width: 760px){.otDailyRosterHeader{align-items:stretch;flex-direction:column;padding:15px 13px 13px}.otDailyRosterHeader h3{font-size:17px}.otRosterState{width:fit-content}.otDailyReason{grid-template-columns:1fr;margin:0 10px;padding:11px}.otDailyReasonHeading{grid-column:auto}.otDailyReason textarea{height:58px}.otRosterLocked{grid-template-columns:auto minmax(0,1fr);margin:0 10px}.otRosterLocked button{grid-column:1 / -1;width:100%;min-height:44px;justify-content:center}.otRosterList{margin:0 10px}.otRosterColumnHead{display:none}.otRosterRow{grid-template-columns:1fr;gap:9px;padding:10px}.otRosterIdentity strong{overflow:visible;font-size:14px;text-overflow:clip;white-space:normal}.otRosterIdentity span{white-space:normal}.otRosterIdentityTools>.iconButton{width:42px;min-width:42px;min-height:42px}.otRosterEmployeeMenu{width:172px}.otRosterRateGrid{gap:6px}.otRosterRateGrid label{padding:6px}.otRosterRateGrid input{min-height:44px;font-size:20px;text-align:center}.otRosterRateGrid small{display:none}.otRosterRateGrid span{text-align:center}.otRosterCustomReason{grid-template-columns:1fr}.otRosterCustomReason textarea{height:58px}.otRosterStaffEdit{grid-template-columns:1fr}.otRosterStaffEdit .otStaffConfirmActions{grid-column:auto}.otRosterActions{align-items:stretch;flex-direction:column;padding:10px}.otRosterActions>div:first-child{justify-content:center}.otRosterActions>div:last-child{display:grid;grid-template-columns:.78fr 1.22fr}.otRosterActions button{width:100%;min-height:48px;justify-content:center;padding:8px;font-size:11px}.otAdvancedTools>summary{min-height:60px;padding:10px 12px}.otAdvancedTools>.otEntryGrid{padding:0 8px 8px}.otScopeGrid,.otEntryGrid,.otImportStats,.otStaffForm,.otForm,.otTodayFocus,.otTodayGrid,.otCycleGrid,.otImportCycle,.otEmployeeCompareHeader,.otDashboardPeriodBar,.otEmployeeHeader,.otEmployeeSummary,.otEmployeeDetails{grid-template-columns:1fr}.otEmployeeCompareHeader,.otDashboardPeriodBar,.otEmployeeCompareControls{align-items:stretch;flex-direction:column}.otStaffList{max-height:430px}.otStaffList article{grid-template-columns:1fr}.otStaffActions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.otStaffActions button{justify-content:center;min-height:44px;padding:8px}.otTransferType,.otTransferPreview{grid-template-columns:1fr}.otTransferPreview>svg{justify-self:center;transform:rotate(90deg)}.otStaffConfirmActions{display:grid;grid-template-columns:1fr 1fr}.otStaffConfirmActions button{width:100%;min-height:46px}.otInactiveStaff article{grid-template-columns:1fr}.otInactiveStaff article button{width:100%;min-height:42px;justify-content:center}.otRateGuideHeader{align-items:stretch;flex-direction:column}.otRateGuideHeader>span{width:fit-content}.otRateLawCards{grid-template-columns:1fr}.otRateLawCards article{aspect-ratio:16 / 9;min-height:190px;background-size:300% auto}.otRateLawCards article>div{padding:12px}.otRateLawCards b{font-size:21px}.otRateLawCards strong{font-size:12px}.otRateLawCards small{font-size:10px}.otRateAdvice{grid-template-columns:auto minmax(0,1fr)}.otRateAdvice button{grid-column:1 / -1;width:100%;min-height:44px}.otDashboardHistoryControls{display:grid;grid-template-columns:1fr 1.3fr 1fr;width:100%}.otDashboardHistoryControls button{justify-content:center;white-space:normal}.otEmployeeCompareChart>button{grid-template-columns:22px minmax(0,1fr) 66px}.otEmployeeCompareBar{grid-column:2 / -1}.otImportCycle input,.otImportCycle small{grid-row:auto;grid-column:auto}.otEntryList article{display:grid}.otRowActions{justify-content:flex-end}.posterTemplatePicker{grid-template-columns:1fr}}.posterCanvas *{-webkit-text-size-adjust:none;text-size-adjust:none;font-kerning:none}.posterZone{position:absolute;transform-origin:center center}.posterStoreZone{left:20px;top:344px;width:472px;height:176px;display:flex;align-items:center;gap:12px;padding:0 14px}.posterCanvas:not(.posterCanvas-classic) .posterStoreZone{padding-top:22px}.posterStoreHeading{position:absolute;top:-10px;left:86px;color:#0d6b3d;font-size:17px;font-weight:800;line-height:1}.posterStoreIcon{flex:0 0 auto;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--posterAccent);color:#fff}.posterStoreText{min-width:0;flex:1 1 auto;padding-right:6px;display:flex;flex-direction:column;align-items:center;text-align:center}.posterStoreCode{font-family:Kanit,sans-serif;font-weight:800;font-size:calc(26px * var(--posterFontScale));letter-spacing:-.3px;color:var(--posterAccent);line-height:1.15;white-space:nowrap}.posterStoreName{margin-top:6px;font-weight:700;font-size:calc(26px * var(--posterFontScale));line-height:1.2;color:#142116;white-space:nowrap}.posterStoreArea{margin-top:7px;display:flex;align-items:center;justify-content:center;gap:4px;font-weight:600;font-size:calc(15.5px * var(--posterFontScale));color:#19611d;overflow-wrap:anywhere;word-break:break-word}.posterPositionZone{left:39px;top:599px;width:298px;height:204px;display:flex;flex-direction:column;justify-content:flex-start;padding-top:4px}.posterTemplateSectionLabel{position:absolute;left:0;top:-30px;display:inline-flex;align-items:center;min-height:27px;padding:3px 12px 4px;border:1px solid rgba(13,107,61,.35);border-radius:999px;background:#0d6b3df0;color:#fff;font-size:14px;font-weight:800;line-height:1;box-shadow:0 5px 12px #0f172a29;white-space:nowrap}.posterCanvas-citylights .posterTemplateSectionLabel,.posterCanvas-evening .posterTemplateSectionLabel{background:#082a59f0;border-color:#ffc984d1}.posterPositionItem{display:flex;align-items:center;gap:13px}.posterPositionItem+.posterPositionItem{margin-top:16px}.posterPositionNum{flex:0 0 auto;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:Kanit,sans-serif;font-weight:800;font-size:17px}.posterPositionNum.green{background:linear-gradient(180deg,#3bb35a,#137c42)}.posterPositionNum.orange{background:linear-gradient(180deg,#ff9a23,#ff7e0d)}.posterPositionNum.red{background:linear-gradient(180deg,#ff4037,#df1824)}.posterPositionText{flex:1 1 auto;min-width:0;font-weight:600;font-size:18px;line-height:1.2;color:#115d39;overflow-wrap:anywhere;word-break:break-word}.posterQualifyZone{left:86px;top:804px;width:324px;height:95px;display:flex;flex-direction:column;justify-content:flex-start}.posterBenefitZone{left:413px;top:815px;width:250px;height:205px;display:flex;flex-direction:column;justify-content:flex-start}.posterCheckItem{display:flex;align-items:flex-start;gap:7px}.posterCheckItem+.posterCheckItem{margin-top:5px}.posterQualifyZone .posterCheckItem{font-size:16px}.posterBenefitZone .posterCheckItem{font-size:12.5px}.posterCheckItem span{flex:1 1 auto;min-width:0;font-weight:600;color:#142116;line-height:1.22;overflow-wrap:anywhere;word-break:break-word}.posterLineRemoveBtn{flex:0 0 auto;width:16px;height:16px;border-radius:50%;border:none;background:#ef4444;color:#fff;font-size:12px;line-height:1;display:grid;place-items:center;cursor:pointer;padding:0;align-self:center}.posterLineRemoveBtn:hover{background:#b91c1c}.posterLineAddBtn{margin-top:7px;align-self:flex-start;border:1px dashed #0d6b3d;background:#0d6b3d14;color:#0d6b3d;border-radius:6px;font-size:11px;font-weight:700;padding:3px 8px;cursor:pointer}.posterLineAddBtn:hover{background:#0d6b3d29}.posterTick{flex:0 0 auto;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:9.5px;font-weight:800;margin-top:1px}.posterTick.orange{background:linear-gradient(180deg,#ff9a1b,#f70)}.posterTick.green{background:linear-gradient(180deg,#39ae59,#127c42)}.posterMascotZone{left:178px;top:903px;width:200px;height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#117142;font-family:Kanit,sans-serif;font-weight:800;font-size:10px;line-height:1.3;white-space:nowrap}.posterMascotZone .hot{display:block;margin-top:2px;color:#f27700}.posterShieldZone{left:680px;top:792px;width:145px;height:122px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6a3700;font-family:Kanit,sans-serif;font-weight:800;font-size:12px;line-height:1.35;white-space:nowrap}.posterShieldZone strong{display:block;color:#8c4b00;font-size:13px;margin-bottom:3px}.posterScheduleZone{left:332px;top:1080px;width:250px;text-align:center}.posterScheduleZone .posterTemplateSectionLabel{left:50%;transform:translate(-50%)}.posterScheduleDays{color:#b6151d;font-weight:600;font-size:18px}.posterScheduleTime{margin-top:6px;color:#124c2f;font-weight:600;font-size:18px}.posterMapZone{left:26px;top:1067px;width:279px;height:181px}.posterLineZone{left:593px;top:1061px;width:237px;height:193px}.posterLineZone .posterTemplateSectionLabel{left:auto;right:0}.posterQrFill{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:12px 12px 20px}.posterQrFill img{width:100%;height:100%;max-width:148px;max-height:148px;object-fit:contain}.posterQrPlaceholder{display:grid;justify-items:center;gap:4px;color:#94a3b8;font-size:11px;font-weight:800;text-align:center;padding:6px}.posterContactZone{left:261px;top:1163px;width:308px;display:flex;flex-direction:column;align-items:center;justify-content:center}.posterContactZone>*+*{margin-top:5px}.posterContactLabel{color:#0d6b3d;font-size:13px;font-weight:800;line-height:1}.posterCanvas-citylights .posterContactLabel,.posterCanvas-evening .posterContactLabel{color:#fff4d6;text-shadow:0 1px 3px rgba(8,42,89,.7)}.posterContactPhone{display:inline-flex;align-items:center;justify-content:center;min-width:200px;max-width:300px;padding:8px 24px;border-radius:999px;background:linear-gradient(180deg,#fffffffa,#f1ffecf2);color:#0d6b3d;font-family:Kanit,sans-serif;font-weight:700;letter-spacing:.2px;font-size:calc(22px * var(--posterFontScale));overflow-wrap:anywhere;word-break:break-word;text-align:center}.posterContactName{display:inline-flex;align-items:center;justify-content:center;min-width:150px;max-width:300px;padding:6px 20px;border-radius:999px;background:#fffffff0;color:#b6151d;font-family:Prompt,sans-serif;font-weight:700;font-size:16px;overflow-wrap:anywhere;word-break:break-word;text-align:center}.posterMiniBtn.active{background:#0d6b3d;color:#fff;border-color:#0d6b3d}.posterZoneEditable{cursor:grab;outline:1px dashed rgba(13,107,61,.45);outline-offset:2px;transition:outline-color .15s ease;touch-action:none;-webkit-user-select:none;user-select:none}.posterZoneEditable:hover{outline-color:#0d6b3d}.posterZoneEditable:active{cursor:grabbing}.posterZoneSelected{outline:2px solid #ef2028!important;outline-offset:2px;z-index:6}.posterEditableText{cursor:text;border-radius:3px;outline:none}.posterEditableText:hover{background:#ffd60047}.posterEditableText:focus{background:#ffd60066;box-shadow:0 0 0 1px #b8860099}.posterEditPanel{display:flex;flex-wrap:wrap;align-items:center;gap:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 16px;margin-top:12px}.posterEditPanelInfo{font-size:13px;color:#334155}.posterEditControls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.posterMoveStepGroup{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.posterMoveStepGroup span{font-size:12px;font-weight:800;color:#475569}.posterNudgePad{display:grid;grid-template-columns:repeat(3,minmax(0,52px));gap:6px;align-items:center}.posterNudgeBtn{min-height:42px;padding:0 8px}.posterNudgeCenter{font-size:11px;line-height:1.15;color:#64748b!important;border-style:dashed}.posterColorPickerRow{margin-top:10px;padding-top:10px;border-top:1px dashed #e2e8f0}.posterColorToggle{display:inline-flex;align-items:center;gap:8px}.posterColorDot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.posterColorPanel{margin-top:10px;display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.posterColorRow{display:flex;gap:4px}.posterColorSwatchBig{width:26px;height:26px;border-radius:6px;border:1px solid rgba(0,0,0,.12);cursor:pointer;padding:0}.posterColorSwatchBig:hover{transform:scale(1.12);box-shadow:0 2px 6px #00000040}.posterColorCustomRow{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:13px;color:#334155}.posterColorCustomRow input[type=color]{width:32px;height:28px;border:1px solid #cbd5e1;border-radius:6px;padding:2px;cursor:pointer}.posterAdminSaveRow{margin-top:14px;padding-top:12px;border-top:1px dashed #cbd5e1}.posterAdminSaveBtn{display:inline-flex;align-items:center;gap:6px;background:#b91c1c;color:#fff;border:none;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:700;cursor:pointer}.posterAdminSaveBtn:hover{background:#991b1b}.posterAdminSaveStatus{margin-top:8px;padding:10px;background:#0f172a;color:#e2e8f0;font-size:11px;border-radius:8px;white-space:pre-wrap;word-break:break-word;max-height:220px;overflow:auto}@media (max-width: 900px){.posterFormGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.posterQrGrid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){.posterFormGrid{grid-template-columns:minmax(0,1fr)}.posterToolbar{justify-content:stretch}.posterToolbar button{flex:1 1 auto}.posterEditPanel{position:sticky;bottom:8px;z-index:12;padding:12px;border-radius:14px;box-shadow:0 18px 36px #0f172a2e}.posterEditControls,.posterMoveStepGroup{width:100%}.posterNudgePad{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.posterNudgeBtn{min-height:48px;font-size:13px}.posterZoneEditable{outline-width:2px}}.reu3OrgChartStage{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;max-width:1200px;min-width:0;box-sizing:border-box;margin:0 auto;padding:40px 20px 48px;overflow-x:auto;border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(180deg,#fff,#f2f6ef)}.reu3OrgChartLevel-top{display:flex;justify-content:center}.reu3OrgChartConnector-single{width:2px;height:26px;background:var(--line-strong)}.reu3OrgChartZoneRow{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;justify-items:stretch;padding-top:26px;border-top:2px solid var(--line-strong);width:100%;min-width:0}.reu3OrgChartZoneBranch{position:relative;display:flex;flex-direction:column;align-items:center;min-width:0;max-width:100%;height:100%;background:#ffffff80;border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px 10px 20px}.reu3OrgChartStage-print{width:1160px;max-width:none;overflow:visible}.reu3OrgChartStage-print .reu3OrgChartZoneRow{grid-template-columns:repeat(2,1fr)}.reu3OrgChartStage-print .reu3OrgChartFcRow{grid-template-columns:repeat(2,200px)}.reu3OrgChartZoneBranch:before{content:"";position:absolute;top:-26px;left:50%;transform:translate(-50%);width:2px;height:26px;background:var(--line-strong)}.reu3OrgChartFcRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));justify-items:center;gap:10px 10px;width:100%;max-width:480px;min-width:0;margin:4px auto 0;padding-top:18px;border-top:2px solid var(--line-strong)}.reu3OrgChartFcWrap{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%}.reu3OrgChartNode{display:flex;flex-direction:column;align-items:center;width:100%;max-width:148px;text-align:center;gap:4px;padding:14px 10px 16px;background:var(--panel);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.reu3OrgChartNode-gm,.reu3OrgChartNode-department,.reu3OrgChartNode-zone{max-width:190px}.reu3OrgChartNodeTop{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.reu3OrgChartNode-fc{max-width:220px;padding:8px 10px;gap:2px;text-align:left}.reu3OrgChartNode-fc .reu3OrgChartNodeTop{flex-direction:row;align-items:center;gap:8px}.reu3OrgChartNode-fc .reu3OrgChartNodeName{flex:1;min-width:0;margin-top:0;font-size:9.5px;line-height:1.3}.reu3OrgChartNode-fc .reu3OrgChartPhotoFrame{flex-shrink:0;width:52px;height:52px}.reu3OrgChartNode-fc .reu3OrgChartNodeTitle,.reu3OrgChartNode-fc .reu3OrgChartNodePhone{margin-left:60px;max-width:calc(100% - 60px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reu3OrgChartNode-fc .reu3OrgChartNodeTitle{font-size:9.5px}.reu3OrgChartNode-fc .reu3OrgChartNodePhone{font-size:9px}.reu3OrgChartPhotoFrame{width:104px;height:104px;border-radius:50%;overflow:hidden;background:#fff;border:4px solid #94a3b8;box-shadow:0 6px 14px #0f172a1f;display:flex;align-items:center;justify-content:center}.reu3OrgChartPhotoFrame-gm{border-color:#ef4444}.reu3OrgChartPhotoFrame-department{border-color:#0ea5e9}.reu3OrgChartPhotoFrame-zone{border-color:#ec4899}.reu3OrgChartPhotoFrame-fc{width:64px;height:64px;border-color:#10b981}.reu3OrgChartPhotoImage{width:100%;height:100%;object-fit:cover;object-position:center 20%}.reu3OrgChartPhotoPlaceholder{color:#94a3b8;font-size:12px;font-weight:700}.reu3OrgChartNodeName{font-weight:700;font-size:13px;color:#111827;font-family:Sarabun,Arial,Noto Sans Thai,sans-serif;line-height:1.25;margin-top:4px;width:100%;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reu3OrgChartNodeTitle{font-size:12px;color:#475569;font-family:Prompt,sans-serif}.reu3OrgChartNodePhone{font-size:11px;color:#0f766e;font-weight:600}@media (max-width: 640px){.reu3OrgChartStage{padding:28px 12px 32px}.reu3OrgChartZoneRow{grid-template-columns:1fr;gap:40px}.reu3OrgChartNode{width:128px}.reu3OrgChartNode-gm,.reu3OrgChartNode-department,.reu3OrgChartNode-zone{max-width:168px}.reu3OrgChartPhotoFrame{width:88px;height:88px}}.leasePosterBuilder{overflow:hidden}.leasePosterFormGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.leasePosterFormGrid label{display:grid;gap:6px;min-width:0;color:#334155;font-size:12px;font-weight:800}.leasePosterFormGrid input{width:100%;min-width:0}.leasePosterWideField{grid-column:span 2}.leaseTemplateHeader{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:18px;padding-bottom:8px;border-bottom:1px solid #dbe5df}.leaseTemplateHeader>div{display:grid;gap:2px}.leaseTemplateHeader strong{color:#123d2c;font-size:15px}.leaseTemplateHeader span{color:#64748b;font-size:11px}.leaseTemplateHeader>b{flex:0 0 auto;color:#087347;font-size:12px}.leaseTemplatePicker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0 16px}.leaseTemplatePicker button{display:grid;grid-template-rows:auto 1fr;gap:10px;align-items:stretch;min-width:0;min-height:0;padding:9px;border:1px solid #cbd5e1;border-radius:7px;color:#334155;background:#fff;box-shadow:0 2px 7px #0f172a0f;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.leaseTemplatePicker button:hover{border-color:#86b79a;transform:translateY(-2px)}.leaseTemplatePicker button.active{border-color:#15803d;background:#f0fdf4;box-shadow:0 0 0 2px #15803d24,0 7px 18px #15803d1f}.leaseTemplatePosterThumb{position:relative;width:100%;max-height:250px;aspect-ratio:2 / 3;overflow:hidden;border:1px solid rgba(15,23,42,.14);border-radius:5px;background:#064e3b}.leaseTemplatePosterThumb>img{width:100%;height:100%;object-fit:contain}.leaseTemplatePosterThumb>em{position:absolute;top:7px;left:7px;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#04271bd9;font-size:10px;font-style:normal;font-weight:900;backdrop-filter:blur(4px)}.leaseTemplateMiniPanel{position:absolute;top:53%;right:2.5%;left:2.5%;display:grid;height:26.5%;grid-template-rows:.8fr .55fr 1.8fr;gap:2px;padding:3px;border:1px solid #eab308;border-radius:3px;background:#064e3b;pointer-events:none}.leaseTemplateMiniPanel i{display:block;border-radius:2px;background:linear-gradient(90deg,#123f73 0 52%,#087347 52% 100%)}.leaseTemplateMiniPanel i:nth-child(2){background:linear-gradient(90deg,#0b6844 0 64%,#b91c1c 64% 100%)}.leaseTemplateMiniPanel i:nth-child(3){background:#fff}.leaseTemplateSelected{position:absolute;right:7px;bottom:7px;display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:5px;color:#fff;background:#087347;font-size:10px;font-weight:900;box-shadow:0 3px 9px #03412b47}.leaseTemplateCopy{display:grid;gap:4px;min-width:0;padding:0 2px 2px}.leaseTemplatePicker strong{color:#14532d;font-size:14px;line-height:1.25}.leaseTemplatePicker small{color:#64748b;min-height:2.5em;font-size:11px;line-height:1.3}.leasePosterStage{justify-content:center;width:100%;margin-top:14px;overflow:auto}.leasePosterViewport{position:relative;flex:0 0 auto;overflow:hidden}.leasePosterScaler{width:850px;height:1275px;transform:scale(var(--leasePreviewScale, 1));transform-origin:top left}.leasePosterCanvas{position:relative;width:850px;height:1275px;overflow:hidden;color:#0f172a;background-color:#064e3b;background-position:center;background-repeat:no-repeat;background-size:cover;font-family:Prompt,sans-serif;isolation:isolate}.leaseInfoPanel{position:absolute;top:675px;right:14px;left:14px;z-index:5;display:grid;height:338px;grid-template-rows:66px 52px 1fr;gap:7px;padding:10px;border:2px solid #eab308;border-radius:8px;background:#064e3b;box-shadow:0 8px 18px #031f1647}.leaseInfoHeader,.leaseInfoMeta{display:grid;gap:8px}.leaseInfoHeader{grid-template-columns:1.08fr .92fr}.leaseInfoIdentity{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr);align-items:center;padding:6px 12px;border-radius:6px;color:#fff;background:#123f73}.leaseInfoIdentity>svg{color:#ffdf57}.leaseInfoLocation{background:#087347}.leaseInfoIdentity div{min-width:0}.leaseInfoIdentity span,.leaseInfoBusiness span,.leaseInfoAvailability span{display:block;color:#dbeafe;font-size:14px;font-weight:700;line-height:1}.leaseInfoIdentity span b{color:#fff;font-size:17px}.leaseInfoIdentity strong,.leaseInfoBusiness strong,.leaseInfoAvailability strong{display:block;margin-top:5px;overflow:hidden;color:#fff;font-weight:800;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.leaseInfoMeta{grid-template-columns:1.65fr 1fr}.leaseInfoBusiness,.leaseInfoAvailability{min-width:0;padding:6px 12px;border-radius:6px;background:#0b6844}.leaseInfoAvailability{background:#b91c1c}.leaseInfoBusiness span,.leaseInfoAvailability span{color:#bbf7d0}.leaseInfoAvailability span{color:#fecaca}.leaseInfoContact{display:grid;min-height:0;grid-template-columns:minmax(0,1fr) 190px;gap:12px;padding:10px 12px;border-radius:6px;background:#fff}.leaseInfoContactLead{display:grid;min-width:0;grid-template-rows:36px repeat(3,39px)}.leaseInfoRent,.leaseInfoContactRow{display:grid;min-width:0;align-items:center;border-bottom:1px solid #d7e3dc}.leaseInfoRent{grid-template-columns:98px minmax(0,1fr)}.leaseInfoContactRow{grid-template-columns:30px 80px minmax(0,1fr)}.leaseInfoContactRow:last-child{border-bottom:0}.leaseInfoRent span,.leaseInfoContactRow span{color:#087347;font-size:15px;font-weight:800}.leaseInfoContactRow>svg{color:#087347}.leaseInfoRent strong,.leaseInfoContactRow strong{min-width:0;overflow:hidden;color:#102238;font-weight:800;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.leaseInfoQr{display:grid;min-width:0;place-items:center;align-content:center;gap:5px;overflow:hidden;border:2px solid #087347;border-radius:6px;color:#087347;background:#f7faf8}.leaseInfoQr img{width:112px;height:112px;object-fit:contain}.leaseInfoQr span{max-width:168px;color:#087347;font-size:13px;font-weight:800;line-height:1.1;text-align:center;overflow-wrap:anywhere}.leaseInfoQr.empty{color:#94a3b8}@media (max-width: 1080px){.leasePosterFormGrid,.leaseTemplatePicker{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.leasePosterFormGrid,.leaseTemplatePicker{grid-template-columns:1fr}.leaseTemplateHeader{align-items:start}.leaseTemplateHeader>b{display:none}.leaseTemplatePosterThumb{max-height:300px}.leasePosterWideField{grid-column:auto}}@media (max-width: 760px){.shell{width:min(100% - 20px,1180px);margin:10px auto 92px}.topbar{padding:16px;border-radius:18px}.topbar h1{font-size:24px}.topbar,.userBox{min-width:0}.tabs{position:fixed;inset:auto 10px 10px;flex-wrap:nowrap;overflow-x:auto;margin:0;padding:7px;border-radius:16px;box-shadow:0 14px 30px #0f172a38;-webkit-overflow-scrolling:touch}.tabs button{flex:1 0 auto;min-width:max-content;min-height:46px}.reportWorkflow{grid-template-columns:1fr;position:sticky;bottom:74px;z-index:12;box-shadow:0 10px 22px #0f172a1a}.reportWorkflowSteps{display:flex;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x proximity}.reportWorkflowSteps>div{flex:0 0 min(270px,82vw);scroll-snap-align:start}}
