@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700;800;900&family=Noto+Sans+KR:wght@300;400;500;600;700;900&family=Inter:wght@300;400;500;600;700;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0d1f35;--teal2:#008f83;--red:#e85555;--green:#0fac7e;--bg:#f4f7fb;--bg2:#eaf1fa;--gray:#5a6e85;--light:#94a3b8;--border:#dde6f0;--sw:240px;--grad-primary:linear-gradient(135deg,var(--teal),var(--blue));--grad-dark:linear-gradient(170deg,#06101e,#0a1d33 55%,#08222e);--shadow-sm:0 4px 14px #0000000f;--shadow-md:0 8px 28px #00000014;--shadow-teal:0 4px 14px #00b8a940;--radius-sm:8px;--radius-md:12px;--radius-lg:14px;--radius-xl:20px}html{scroll-behavior:smooth}body{background:#f4f7fb;background:var(--bg);color:#0d1f35;color:var(--ink);font-family:Figtree,Noto Sans KR,sans-serif}.layout,body{min-height:100vh}.layout{display:flex}.main-area{flex:1 1;margin-left:240px;margin-left:var(--sw);min-width:0}.sidebar{background:#0d1f35;background:var(--ink);bottom:0;display:flex;flex-direction:column;left:0;position:fixed;top:0;transition:transform .3s;width:240px;width:var(--sw);z-index:100}.sb-logo{border-bottom:1px solid #ffffff14;gap:10px;padding:20px 20px 16px;text-decoration:none}.sb-logo,.sb-mark{align-items:center;display:flex}.sb-mark{background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:var(--grad-primary);border-radius:9px;flex-shrink:0;font-size:11px;height:32px;justify-content:center;width:32px}.sb-brand,.sb-mark{color:#fff;font-weight:800}.sb-brand{font-size:16px;letter-spacing:-.4px}.sb-brand span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00b8a9,#5b9ef7);background:linear-gradient(90deg,var(--teal),#5b9ef7);-webkit-background-clip:text}.sb-section{color:#ffffff47;font-size:10px;font-weight:600;letter-spacing:1.2px;padding:18px 20px 6px;text-transform:uppercase}.sb-nav{flex:1 1;overflow-y:auto;padding:6px 0}.sb-nav::-webkit-scrollbar{display:none}.sb-item{align-items:center;background:none;border:none;color:#ffffff80;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;gap:10px;padding:10px 20px;position:relative;text-align:left;text-decoration:none;transition:all .2s;width:100%}.sb-item:hover{background:#ffffff0f;color:#fff}.sb-item.active{background:#00b8a926;border-right:3px solid #00b8a9;border-right:3px solid var(--teal);color:#fff}.sb-item svg{flex-shrink:0;height:18px;width:18px}.sb-badge{background:#e85555;background:var(--red);border-radius:100px;color:#fff;font-size:10px;font-weight:700;margin-left:auto;padding:1px 7px}.sb-bottom{border-top:1px solid #ffffff14;padding:12px}.sb-profile{background:#ffffff0d;border-radius:10px;gap:10px;padding:10px 8px}.sb-avatar,.sb-profile{align-items:center;display:flex}.sb-avatar{background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:var(--grad-primary);border-radius:50%;color:#fff;flex-shrink:0;font-size:12px;font-weight:700;height:34px;justify-content:center;width:34px}.sb-uname{color:#fff;font-size:12.5px;font-weight:600}.sb-urole{color:#ffffff59;font-size:10px;margin-top:1px}.sb-logout{background:none;border:none;border-radius:6px;color:#ffffff4d;cursor:pointer;display:flex;margin-left:auto;padding:6px;transition:color .2s}.sb-logout:hover{color:#e85555;color:var(--red)}.sb-logout svg{height:16px;width:16px}.topbar{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f7fbf2;border-bottom:1px solid #dde6f0;border-bottom:1px solid var(--border);display:flex;gap:14px;height:64px;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.top-title{color:#0d1f35;color:var(--ink);flex:1 1;font-size:17px;font-weight:700;letter-spacing:-.4px}.top-title small{color:#94a3b8;color:var(--light);font-size:11px;font-weight:400;margin-left:8px}.top-search{align-items:center;background:#fff;border:1px solid #dde6f0;border:1px solid var(--border);border-radius:10px;display:flex;gap:8px;padding:7px 14px;width:220px}.top-search input{background:none;border:none;color:#0d1f35;color:var(--ink);font-family:inherit;font-size:13px;outline:none;width:100%}.top-search svg{color:#94a3b8;color:var(--light);flex-shrink:0;height:15px;width:15px}.top-ico{align-items:center;background:#fff;border:1px solid #dde6f0;border:1px solid var(--border);border-radius:10px;cursor:pointer;display:flex;height:38px;justify-content:center;position:relative;transition:border-color .2s;width:38px}.top-ico:hover{border-color:#00b8a9;border-color:var(--teal)}.top-ico svg{color:#5a6e85;color:var(--gray);height:17px;width:17px}.top-dot{background:#e85555;background:var(--red);border:2px solid #f4f7fb;border:2px solid var(--bg);border-radius:50%;height:7px;position:absolute;right:7px;top:7px;width:7px}.card{background:#fff;border:1px solid #dde6f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);overflow:hidden}.card-hd{align-items:center;border-bottom:1px solid #dde6f0;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:18px 22px 14px}.card-ttl{color:#0d1f35;color:var(--ink);font-size:15px;font-weight:700}.card-sub{color:#94a3b8;color:var(--light);font-size:11px;margin-top:2px}.kpi{background:#fff;border:1px solid #dde6f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);overflow:hidden;padding:20px;position:relative;transition:box-shadow .2s}.kpi:hover{box-shadow:0 8px 28px #00000014;box-shadow:var(--shadow-md)}.kpi-bar{border-radius:14px 14px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:3px;left:0;position:absolute;right:0;top:0}.kpi-bar.teal{background:linear-gradient(90deg,#00b8a9,#3b7dd8);background:linear-gradient(90deg,var(--teal),var(--blue))}.kpi-bar.green{background:linear-gradient(90deg,#0fac7e,#22c55e);background:linear-gradient(90deg,var(--green),#22c55e)}.kpi-bar.blue{background:linear-gradient(90deg,#3b7dd8,#6366f1);background:linear-gradient(90deg,var(--blue),#6366f1)}.kpi-bar.amber{background:linear-gradient(90deg,#f59e0b,#fb923c);background:linear-gradient(90deg,var(--amber),#fb923c)}.kpi-ico{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:center;width:40px}.kpi-ico svg{height:20px;width:20px}.kpi-ico.teal{background:#00b8a91a;color:#008f83;color:var(--teal2)}.kpi-ico.green{background:#0fac7e1a;color:#0fac7e;color:var(--green)}.kpi-ico.blue{background:#3b7dd81a;color:#3b7dd8;color:var(--blue)}.kpi-ico.amber{background:#f59e0b1a;color:#f59e0b;color:var(--amber)}.kpi-chip{border-radius:100px;font-size:11px;font-weight:600;padding:2px 8px}.kpi-chip.up{background:#0fac7e1a;color:#0fac7e;color:var(--green)}.kpi-chip.warn{background:#f59e0b1a;color:#f59e0b;color:var(--amber)}.kpi-lbl{color:#94a3b8;color:var(--light);font-size:11.5px;font-weight:500;margin-bottom:5px}.kpi-val{color:#0d1f35;color:var(--ink);font-family:Inter,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1}.kpi-val .u{color:#5a6e85;color:var(--gray);font-size:14px;font-weight:500;margin-left:2px}.kpi-desc{color:#94a3b8;color:var(--light);font-size:11px;margin-top:5px}.kpi-prog-bg{background:#eaf1fa;background:var(--bg2);border-radius:100px;height:4px;overflow:hidden}.kpi-prog-fill{border-radius:100px;height:100%}.kpi-prog-fill.teal{background:linear-gradient(90deg,#00b8a9,#3b7dd8);background:linear-gradient(90deg,var(--teal),var(--blue))}.kpi-prog-fill.green{background:#0fac7e;background:var(--green)}.kpi-prog-fill.blue{background:linear-gradient(90deg,#3b7dd8,#6366f1);background:linear-gradient(90deg,var(--blue),#6366f1)}.kpi-prog-fill.amber{background:#f59e0b;background:var(--amber)}.kpi-prog-row{color:#94a3b8;color:var(--light);display:flex;font-size:10px;justify-content:space-between;margin-top:3px}.btn-p{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:var(--grad-primary);border:none;border-radius:10px;box-shadow:0 4px 14px #00b8a940;box-shadow:var(--shadow-teal);color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;padding:9px 18px;transition:all .2s}.btn-p:hover{box-shadow:0 6px 18px #00b8a959;transform:translateY(-1px)}.btn-s{align-items:center;background:#fff;border:1px solid #dde6f0;border:1px solid var(--border);border-radius:10px;color:#0d1f35;color:var(--ink);cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:9px 16px;transition:all .2s}.btn-s:hover{border-color:#00b8a9;border-color:var(--teal);color:#008f83;color:var(--teal2)}.btn-p svg,.btn-s svg{height:14px;width:14px}.badge{align-items:center;border-radius:100px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:3px 9px;white-space:nowrap}.badge:before{border-radius:50%;content:"";flex-shrink:0;height:5px;width:5px}.badge.done{background:#0fac7e1a;color:#0fac7e;color:var(--green)}.badge.done:before{background:#0fac7e;background:var(--green)}.badge.pend{background:#f59e0b1a;color:#f59e0b;color:var(--amber)}.badge.pend:before{background:#f59e0b;background:var(--amber)}.badge.sent{background:#3b7dd81a;color:#3b7dd8;color:var(--blue)}.badge.sent:before{background:#3b7dd8;background:var(--blue)}.tbl-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{background:#f4f7fb;background:var(--bg);color:#94a3b8;color:var(--light);font-size:11px;font-weight:600;letter-spacing:.6px;padding:11px 22px;text-align:left;text-transform:uppercase;white-space:nowrap}tbody tr,thead th{border-bottom:1px solid #dde6f0;border-bottom:1px solid var(--border)}tbody tr{cursor:pointer;transition:background .15s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#00b8a905}tbody td{color:#5a6e85;color:var(--gray);font-size:13px;padding:13px 22px;vertical-align:middle}tbody td:first-child{color:#0d1f35;color:var(--ink);font-weight:600}.mo{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1f3573;display:none;inset:0;justify-content:center;padding:20px;position:fixed;z-index:500}.mo.show{display:flex}.mb{background:#fff;border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 32px 80px #0003;max-height:88vh;max-width:500px;overflow-y:auto;padding:30px;position:relative;width:100%}.fg{display:flex;flex-direction:column;gap:4px}.flbl{font-size:12px;font-weight:600}.fi,.flbl{color:#0d1f35;color:var(--ink)}.fi{border:1.5px solid #dde6f0;border:1.5px solid var(--border);border-radius:9px;font-family:inherit;font-size:13px;outline:none;padding:9px 13px;transition:border-color .2s;width:100%}.fi:focus{border-color:#00b8a9;border-color:var(--teal)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.main-area{margin-left:0}.top-search{display:none}}.gnb{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4f7fbeb;border-bottom:1px solid #0000000f;display:flex;height:64px;justify-content:space-between;left:0;padding:0 6%;position:fixed;right:0;top:0;transition:background .3s;z-index:300}.gnb.scrolled{background:#f4f7fbf7}.logo{gap:9px;text-decoration:none}.logo,.logo-mark{align-items:center;display:flex}.logo-mark{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:8px;color:#fff;flex-shrink:0;font-size:11px;font-weight:800;height:30px;justify-content:center;width:30px}.logo-word{color:#0d1f35;font-size:17px;font-weight:800;letter-spacing:-.4px}.logo-word .accent{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#008f83,#3b7dd8);-webkit-background-clip:text}.logo-sub{color:#94a3b8;font-size:8.5px;font-weight:600;letter-spacing:1.6px;margin-top:1px}.nav-menu{align-items:center;display:flex;gap:6px;list-style:none}.nav-menu>li{position:relative}.nav-menu>li>a,.nav-menu>li>button{align-items:center;background:none;border:none;border-radius:8px;color:#5a6e85;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;gap:4px;padding:9px 13px;text-decoration:none;transition:color .2s}.nav-menu>li>a:hover,.nav-menu>li>button:hover{background:#00000008;color:#0d1f35}.nav-caret{font-size:9px;opacity:.6;transition:transform .2s}.nav-menu>li.open .nav-caret{transform:rotate(180deg)}.dropdown{background:#fff;border:1px solid #dde6f0;border-radius:14px;box-shadow:0 20px 48px #0000001f;left:50%;opacity:0;padding:10px;position:absolute;top:calc(100% + 8px);transform:translateX(-50%) translateY(-6px);transition:all .2s;visibility:hidden;width:300px}.nav-menu>li.open .dropdown{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.dd-item{align-items:flex-start;border-radius:10px;cursor:pointer;display:flex;gap:11px;padding:11px 12px;text-decoration:none;transition:background .15s}.dd-item:hover{background:#f4f7fb}.dd-ico{align-items:center;background:#00b8a914;border:1px solid #00b8a926;border-radius:9px;display:flex;flex-shrink:0;font-size:15px;height:34px;justify-content:center;width:34px}.dd-ttl{color:#0d1f35;font-size:13px;font-weight:700;margin-bottom:2px}.dd-desc{color:#94a3b8;font-size:11.5px;line-height:1.5}.nav-btn{background:#fff;border:1px solid #dde6f0;border-radius:8px;color:#0d1f35;cursor:pointer;font-size:13px;font-weight:500;margin-left:6px;padding:8px 18px;transition:all .2s}.nav-btn:hover{border-color:#00b8a9;color:#00b8a9}.nav-btn.primary{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;color:#fff}.nav-btn.primary:hover{opacity:.92}.intro{align-items:center;background:linear-gradient(170deg,#06101e,#0a1d33 55%,#08222e);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:100px 6%;position:relative;text-align:center}.intro-eyebrow{color:#00b8a9d9;font-size:11.5px;font-weight:700;letter-spacing:2px;margin-bottom:36px;opacity:0;position:relative;text-transform:uppercase;transform:translateY(14px);transition:opacity .8s ease,transform .8s ease;z-index:2}.intro-eyebrow.in{opacity:1;transform:translateY(0)}.year-dots{align-items:center;display:flex;gap:0;justify-content:center;margin-bottom:36px;opacity:0;position:relative;transform:translateY(14px);transition:opacity .8s ease,transform .8s ease;z-index:2}.year-dots.in{opacity:1;transform:translateY(0)}.yd{flex-direction:column;gap:6px}.yd,.yd-circle{align-items:center;display:flex}.yd-circle{border-radius:50%;font-size:10px;font-weight:700;height:44px;justify-content:center;transition:all .3s;width:44px}.yd-circle.off{background:#ffffff0a;border:1.5px solid #ffffff1a;color:#fff3}.yd-circle.on{background:linear-gradient(135deg,#00b8a9,#10b981);border:none;box-shadow:0 0 20px #00b8a966;color:#fff}.yd-label{color:#ffffff40;font-size:9px;font-weight:500}.yd-label.on{color:#00b8a9;font-weight:700}.yd-line{background:#ffffff12;flex-shrink:0;height:1.5px;margin-bottom:22px;width:20px}.intro-line{color:#ffffffeb;font-size:clamp(48px,10vw,96px);font-weight:900;letter-spacing:-3px;line-height:1;opacity:0;position:relative;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease;word-break:keep-all;z-index:2}.intro-line.in{opacity:1;transform:translateY(0)}.intro-line .hl-i{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00b8a9,#3b7dd8);-webkit-background-clip:text}.intro-footnote{color:#ffffff4d;font-size:11px;letter-spacing:.3px;margin-top:14px;opacity:0;position:relative;transition:opacity .7s ease;z-index:2}.intro-footnote.in{opacity:1}.intro-question{color:#ffffffeb;font-size:clamp(20px,2.6vw,32px);font-weight:800;letter-spacing:-1px;line-height:1.5;margin-top:48px;opacity:0;position:relative;transform:translateY(16px);transition:opacity .8s ease,transform .8s ease;word-break:keep-all;z-index:2}.intro-question.in{opacity:1;transform:translateY(0)}.intro-answer{color:#ffffff80;font-size:15px;letter-spacing:-.2px;line-height:1.8;margin-top:20px;max-width:480px;opacity:0;position:relative;transform:translateY(14px);transition:opacity .8s ease,transform .8s ease;word-break:keep-all;z-index:2}.intro-answer.in{opacity:1;transform:translateY(0)}.intro-answer b{color:#00b8a9f2;font-weight:700}.intro-scroll{align-items:center;bottom:44px;color:#ffffff59;display:flex;flex-direction:column;font-size:10.5px;gap:10px;left:50%;letter-spacing:1px;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity 1s ease .6s;z-index:2}.intro-scroll.in{opacity:1}.scroll-dot{border:1.5px solid #ffffff4d;border-radius:14px;display:flex;height:38px;justify-content:center;padding-top:7px;width:24px}.scroll-dot:after{animation:scrolldown 1.6s infinite;background:#ffffff80;border-radius:2px;content:"";height:8px;width:3px}@keyframes scrolldown{0%{opacity:1;transform:translateY(0)}70%{opacity:0;transform:translateY(10px)}to{opacity:0}}.why-section{background:#fff;padding:0}.why-inner{margin:0 auto;max-width:900px}.eyebrow{color:#00b8a9;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.story-block{border-bottom:1px solid #f1f5f9;padding:120px 40px}.story-block:last-child{border-bottom:none}.story-head{margin-bottom:40px}.story-num{color:#f1f5f9;font-family:Figtree,Noto Sans KR,sans-serif;font-size:80px;font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:16px}.story-ttl{color:#0f172a;font-size:clamp(26px,3.5vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.25;margin-bottom:16px;word-break:keep-all}.story-ttl .hl{-webkit-text-fill-color:#00b8a9;background:none;color:#00b8a9}.story-txt{color:#64748b;font-size:16px;line-height:1.8;margin-bottom:40px;max-width:620px;word-break:keep-all}.story-txt b{color:#334155;font-weight:600}.hl{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#008f83,#3b7dd8);-webkit-background-clip:text}.indicator-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.ind-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;cursor:default;padding:20px 18px;transition:all .2s}.ind-card:hover{background:#fff;box-shadow:0 4px 16px #00000012;transform:translateY(-2px)}.ind-icon{align-items:center;border-radius:10px;display:flex;height:36px;justify-content:center;margin-bottom:12px;width:36px}.ind-name{color:#0f172a;font-size:14px;font-weight:700;margin-bottom:3px}.ind-eng{color:#94a3b8;font-size:11px;margin-bottom:8px}.ind-sample{font-size:13px;font-weight:600}.ind-badge{border-radius:4px;display:inline-block;font-size:10px;font-weight:700;margin-top:4px;padding:2px 8px}.ind-warn{color:#f97316}.ind-ok{color:#10b981}.ind-warn-bg{background:#f973161a;color:#f97316}.ind-ok-bg{background:#10b9811a;color:#10b981}.ind-disclaimer{background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:0 8px 8px 0;color:#94a3b8;font-size:12px;line-height:1.6;margin-top:4px;padding:14px 16px}@media (max-width:768px){.indicator-grid{grid-template-columns:repeat(2,1fr)}}.story-sample-btn{align-items:center;background:#008f830f;border:1.5px solid #008f8359;border-radius:100px;color:#008f83;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:6px;letter-spacing:-.2px;margin-top:22px;padding:11px 26px;transition:all .22s}.story-sample-btn:hover{background:#008f831f;border-color:#008f8399;transform:translateY(-1px)}.fade{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.fade.in{opacity:1;transform:translateY(0)}.orbit-wrap{flex-direction:column;margin:52px auto 0;max-width:760px}.orbit-area,.orbit-wrap{align-items:center;display:flex;position:relative;width:100%}.orbit-area{height:540px;justify-content:center}.orbit-center{align-items:center;border-radius:50%;display:flex;height:280px;justify-content:center;position:relative;width:280px}.orbit-center-ring{border:1px dashed #dde6f0;border-radius:50%;inset:0;position:absolute}.orbit-center-ring:before{border:1px dashed #00b8a926;border-radius:50%;content:"";inset:-60px;position:absolute}.orbit-center-content{align-items:center;background:#fff;border:1px solid #dde6f0;border-radius:50%;box-shadow:0 20px 50px #00000014;display:flex;flex-direction:column;height:200px;justify-content:center;position:relative;text-align:center;transition:opacity .3s ease;width:200px;z-index:5}.orbit-center-cat{color:#008f83;font-size:9.5px;font-weight:700;letter-spacing:.8px;margin-bottom:8px;text-transform:uppercase}.orbit-center-name{color:#0d1f35;font-size:17px;font-weight:800;letter-spacing:-.4px;margin-bottom:4px;padding:0 16px;word-break:keep-all}.orbit-center-en{color:#94a3b8;font-size:9.5px;margin-bottom:12px}.orbit-center-val{font-family:Figtree,Noto Sans KR,sans-serif;font-size:21px;font-weight:800;letter-spacing:-.5px}.orbit-center-range{color:#94a3b8;font-size:9.5px;margin-top:3px}.orbit-node{align-items:center;background:#fff;border:1.5px solid #dde6f0;border-radius:50%;box-shadow:0 8px 24px #0000000f;cursor:pointer;display:flex;font-size:22px;height:64px;justify-content:center;left:50%;margin:-32px 0 0 -32px;position:absolute;top:50%;transition:all .4s cubic-bezier(.4,0,.2,1);width:64px;z-index:3}.orbit-node:hover{box-shadow:0 14px 36px #00b8a92e}.orbit-node.active{border-color:#00b8a9;box-shadow:0 16px 40px #00b8a940;height:78px;margin:-39px 0 0 -39px;width:78px;z-index:6}.orbit-node-badge{align-items:center;border:2px solid #fff;border-radius:50%;bottom:-3px;color:#fff;display:flex;font-size:8px;font-weight:800;height:16px;justify-content:center;position:absolute;right:-3px;width:16px}.orbit-node-badge.ok{background:#0fac7e}.orbit-node-badge.warn{background:#f59e0b}.orbit-dots{display:flex;gap:8px;justify-content:center;margin-top:24px}.orbit-dot{background:#dde6f0;border:none;border-radius:50%;cursor:pointer;height:6px;transition:all .3s;width:6px}.orbit-dot.active{background:linear-gradient(90deg,#00b8a9,#3b7dd8);border-radius:100px;width:20px}.orbit-cats-row{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:32px}.orbit-cat-chip{border:1px solid #dde6f0;border-radius:100px;color:#94a3b8;font-size:11px;font-weight:600;padding:5px 14px;transition:all .3s}.orbit-cat-chip.active{background:#00b8a90f;border-color:#00b8a966;color:#008f83}.evidence-footnote{align-items:flex-start;background:#f4f7fb;border:1px solid #dde6f0;border-radius:12px;display:flex;gap:9px;margin-left:auto;margin-right:auto;margin-top:56px;max-width:760px;padding:18px 22px;text-align:left}.evidence-footnote span:last-child{color:#5a6e85;font-size:12px;line-height:1.65;word-break:keep-all}.rr-doc-wrap{display:flex;justify-content:center}.rr-doc{background:#fff;border:1px solid #dde6f0;border-radius:14px;box-shadow:0 40px 90px #00000024,0 4px 16px #0000000f;max-width:760px;padding:38px 44px 32px;position:relative;width:100%}.rr-doc:before{background:linear-gradient(90deg,#00b8a9,#3b7dd8);border-radius:14px 14px 0 0;content:"";height:5px;left:0;position:absolute;right:0;top:0}.rr-live-tag{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #00b8a940;border-radius:100px;color:#008f83;display:flex;font-size:9px;font-weight:700;gap:5px;padding:4px 10px;position:absolute;right:18px;top:18px}.live-dot{animation:livepulse 1.8s infinite;background:#00b8a9;border-radius:50%;height:5px;width:5px}@keyframes livepulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.6)}}.rr-doc-head{align-items:flex-start;border-bottom:2px solid #0d1f35;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:16px}.rr-doc-brand{gap:9px}.rr-doc-brand,.rr-doc-logo{align-items:center;display:flex}.rr-doc-logo{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:7px;color:#fff;flex-shrink:0;font-size:11px;font-weight:800;height:28px;justify-content:center;width:28px}.rr-doc-ttl{color:#0d1f35;font-size:16px;font-weight:800;letter-spacing:-.3px}.rr-doc-ttl-en{color:#94a3b8;font-size:8px;letter-spacing:1.2px;margin-top:2px}.rr-doc-meta{text-align:right}.rr-doc-meta-row{color:#5a6e85;font-size:10px;line-height:1.65}.rr-doc-badge{background:#00b8a91a;border:1px solid #00b8a933;border-radius:100px;color:#008f83;display:inline-block;font-size:9px;font-weight:700;margin-top:4px;padding:2px 9px}.rr-disc{background:#f4f7fb;border-left:3px solid #00b8a9;border-radius:0 8px 8px 0;color:#5a6e85;font-size:9.5px;line-height:1.7;margin-bottom:18px;padding:10px 14px}.rr-sec-lbl{align-items:center;display:flex;gap:8px;margin-bottom:14px}.rr-sec-num{color:#0d1f35;font-size:13px;font-weight:800}.rr-sec-ttl{color:#0d1f35;font-size:11.5px;font-weight:700;letter-spacing:-.2px}.rr-sec-tag{color:#94a3b8;font-size:8px;letter-spacing:1.2px;margin-left:auto}.rr-profile-grid{grid-column-gap:24px;grid-row-gap:16px;column-gap:24px;display:grid;grid-template-columns:1fr 1fr 1fr 200px;grid-template-rows:auto auto;margin-bottom:20px;row-gap:16px}.rr-pf-lbl{color:#94a3b8;font-size:8.5px;margin-bottom:5px}.rr-pf-val{color:#0d1f35;font-size:14px;font-weight:800;letter-spacing:-.3px;line-height:1.3}.rr-pf-val.sm{font-size:12.5px}.rr-pf-sub{color:#008f83;font-size:8.5px;font-weight:600;margin-top:4px}.rr-pf-sub2{color:#5a6e85;font-size:8px;line-height:1.5;margin-top:4px}.rr-gauge-card{align-items:center;background:#fff;border:1px solid #dde6f0;border-radius:12px;display:flex;flex-direction:column;grid-column:4;grid-row:1/span 2;padding:16px;text-align:center}.rr-gauge-lbl-top{align-self:flex-start;color:#94a3b8;font-size:9px;font-weight:600;margin-bottom:auto;padding-bottom:10px}.rr-gauge-mid{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.rr-gauge-badge{background:#f59e0b1f;border-radius:100px;color:#f59e0b;font-size:9px;font-weight:700;margin-top:8px;padding:3px 10px;white-space:nowrap}.rr-gauge-note{color:#5a6e85;font-size:7.5px;line-height:1.65;margin-top:auto;padding-top:10px;word-break:keep-all}.rr-trend-lbl{color:#94a3b8;font-size:9.5px;font-weight:600;margin-bottom:10px}.rr-trend-row{background:#f4f7fb;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 6px}.rr-trend-pt{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:3px}.rr-trend-dot{background:#00b8a9;border-radius:50%;height:6px;width:6px}.rr-trend-pt.last .rr-trend-dot{background:#3b7dd8;height:8px;width:8px}.rr-trend-val{color:#0d1f35;font-size:10.5px;font-weight:700}.rr-trend-delta{color:#008f83;font-size:7.5px;font-weight:600}.rr-trend-mo{color:#94a3b8;font-size:8px;margin-top:2px}.rr-trend-pt.last .rr-trend-mo{color:#3b7dd8;font-weight:700}.rr-chart-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:14px}.rr-chart-box{background:#f4f7fb;border:1px solid #dde6f0;border-radius:11px;padding:14px 16px}.rr-chart-ttl{color:#0d1f35;font-size:9.5px;font-weight:700;margin-bottom:2px}.rr-chart-sub{color:#e85555;font-size:8px;font-weight:600;margin-bottom:8px}.rr-chart-sub.blue{color:#3b7dd8}.rr-chart-legend{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:6px}.rr-cl-item{align-items:center;color:#5a6e85;display:flex;font-size:7px;gap:4px}.rr-cl-swatch{border-radius:1px;height:2px;width:9px}.rr-cl-swatch.dash{background:none;border-top:1.5px dashed;height:0}.rr-cl-dot{border-radius:50%;height:5px;width:5px}.rr-comment-box{background:#f4f7fb;border:1px solid #dde6f0;border-radius:11px;margin-bottom:16px;padding:14px 16px}.rr-comment-lbl{color:#008f83;font-size:8.5px;font-weight:700;letter-spacing:.5px;margin-bottom:7px;text-transform:uppercase}.rr-comment-txt{color:#5a6e85;font-size:9.5px;line-height:1.75;word-break:keep-all}.rr-comment-txt b{color:#0d1f35;font-weight:700}.rr-doc-foot{align-items:center;border-top:1px solid #dde6f0;display:flex;justify-content:space-between;padding-top:14px}.rr-doc-foot-txt{color:#94a3b8;font-size:8px;letter-spacing:.3px}.rt-wrap{margin-top:52px;position:relative}.rt-minimap{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:28px;position:relative;z-index:2}.rt-minimap-label{color:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:.6px}.rt-minimap-frac{color:#008f83;font-family:Figtree,Noto Sans KR,sans-serif;font-size:13px;font-weight:800}.rt-minimap-pulse{animation:rtPulse 1.8s infinite;background:#00b8a9;border-radius:50%;box-shadow:0 0 0 0 #00b8a980;height:7px;width:7px}@keyframes rtPulse{0%{box-shadow:0 0 0 0 #00b8a973}70%{box-shadow:0 0 0 9px #00b8a900}to{box-shadow:0 0 0 0 #00b8a900}}.rt-track{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,1fr);position:relative;z-index:2}.rt-line-bg{background:#dde6f0;right:6%;z-index:0}.rt-line-bg,.rt-line-fill{height:2px;left:6%;position:absolute;top:24px}.rt-line-fill{background:linear-gradient(90deg,#00b8a9,#3b7dd8);transition:width .5s cubic-bezier(.4,0,.2,1);z-index:1}.rt-step{cursor:pointer;flex-direction:column;padding:0 8px;position:relative;z-index:2}.rt-dot,.rt-step{align-items:center;display:flex}.rt-dot{background:#fff;border:2px solid #dde6f0;border-radius:50%;font-size:20px;height:48px;justify-content:center;margin-bottom:14px;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.rt-step.active .rt-dot{background:linear-gradient(135deg,#00b8a91a,#3b7dd80f);border-color:#00b8a9;box-shadow:0 8px 24px #00b8a933;transform:scale(1.12)}.rt-n{color:#94a3b8;font-size:9.5px;font-weight:700;letter-spacing:.7px;margin-bottom:6px;text-transform:uppercase}.rt-step.active .rt-n{color:#008f83}.rt-ttl{color:#5a6e85;font-size:13px;font-weight:700;text-align:center;transition:color .3s;word-break:keep-all}.rt-step.active .rt-ttl{color:#0d1f35}.rt-detail{background:#fff;border:1px solid #dde6f0;border-radius:20px;box-shadow:0 20px 56px #00000014;margin-top:36px;min-height:240px;overflow:hidden;position:relative;z-index:2}.rt-panel{animation:rtFadeIn .4s ease;display:none}.rt-panel.show{display:block}@keyframes rtFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rt-comment{align-items:center;border-bottom:1px solid #dde6f0;color:#5a6e85;display:flex;font-size:12.5px;font-weight:500;gap:9px;padding:14px 32px}.rt-comment-dot{background:#00b8a9;border-radius:50%;flex-shrink:0;height:5px;width:5px}.rt-d1{padding:26px 32px 32px}.rt-d1-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-top:18px}.rt-d1-card{background:#f4f7fb;border:1px solid #dde6f0;border-radius:12px;padding:16px}.rt-d1-lbl{color:#94a3b8;font-size:10px;font-weight:600;margin-bottom:6px}.rt-d1-val{color:#0d1f35;font-size:15px;font-weight:800}.rt-d2-head{align-items:center;background:linear-gradient(135deg,#0d2240,#0a3060);display:flex;justify-content:space-between;padding:20px 24px}.rt-d2-ttl{color:#fff;font-size:13.5px;font-weight:700}.rt-d2-sub{color:#ffffff73;font-size:11px;margin-top:3px}.rt-d2-chip{background:#00b8a92e;border:1px solid #00b8a94d;border-radius:100px;color:#5ff5e8;font-size:9.5px;font-weight:700;padding:4px 11px}.rt-d2-body{display:grid;grid-template-columns:repeat(4,1fr)}.rt-d2-cell{border-right:1px solid #f1f5f9;padding:18px 20px;text-align:left}.rt-d2-cell:last-child{border-right:none}.rt-d2-lbl{color:#94a3b8;font-size:9.5px;font-weight:600;letter-spacing:.6px;margin-bottom:7px;text-transform:uppercase}.rt-d2-val{color:#0d1f35;font-size:17px;font-weight:800}.rt-d2-val.warn{color:#f59e0b}.rt-d2-val.ok{color:#0fac7e}.rt-d3{padding:26px 32px 32px}.rt-d3-alert{background:#fff8f0;border:1px solid #f59e0b40;border-radius:13px;display:flex;gap:13px;padding:18px 20px}.rt-d3-ico{flex-shrink:0;font-size:22px}.rt-d3-txt{color:#92400e;font-size:13.5px;line-height:1.75;word-break:keep-all}.rt-d3-txt strong{color:#b45309}.rt-d4{padding:24px 32px 28px}.rt-d4-lbl{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:14px;text-transform:uppercase}.rt-d4-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.rt-d4-card{align-items:center;background:#f4f7fb;border:1px solid #dde6f0;border-radius:12px;display:flex;gap:12px;padding:15px 17px}.rt-d4-ico{font-size:19px}.rt-d4-name{color:#0d1f35;font-size:13px;font-weight:700}.rt-d4-type{color:#94a3b8;font-size:11px;margin-top:2px}.rt-d4-disclaimer{color:#94a3b8;font-size:10.5px;line-height:1.6;margin-top:14px;word-break:keep-all}.rt-stats{grid-gap:1px;background:#dde6f0;border:1px solid #dde6f0;border-radius:14px;display:grid;gap:1px;grid-template-columns:repeat(3,1fr);margin-top:20px;overflow:hidden;position:relative;z-index:2}.rt-stat{background:#fff;padding:16px 18px;text-align:center}.rt-stat-val{color:#0d1f35;font-family:Figtree,Noto Sans KR,sans-serif;font-size:17px;font-weight:800;letter-spacing:-.3px}.rt-stat-val .unit{color:#94a3b8;font-size:11px;font-weight:600;margin-left:2px}.rt-stat-lbl{color:#94a3b8;font-size:10px;margin-top:4px}.mt-chart-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin:0 auto 44px;max-width:680px;overflow:hidden}.mt-chart-header{align-items:center;display:flex;justify-content:space-between;padding:14px 20px 8px}.mt-chart-ttl{color:#0f172a;font-size:13px;font-weight:700}.mt-chart-badge{background:#00b8a914;border:1px solid #00b8a926;border-radius:99px;color:#00b8a9;font-size:11px;font-weight:700;padding:3px 10px}.mt-chart-legend{gap:16px;padding:0 20px 10px}.mt-chart-legend,.mt-cl-item{align-items:center;display:flex}.mt-cl-item{color:#64748b;font-size:11px;gap:5px}.mt-cl-dot{border-radius:50%;height:8px;width:8px}.mt-cl-dash{border-top:2px dashed #f59e0b;height:0;width:18px}.mt-chart-svg{display:block;height:auto;padding:0 12px 12px;width:100%}.mt-spurt-badge{align-items:center;background:#00b8a914;border:1px solid #00b8a940;border-radius:100px;color:#00b8a9;display:inline-flex;font-size:9.5px;font-weight:700;gap:5px;margin-top:10px;padding:4px 10px}.mt-featured-wrap{display:flex;justify-content:center}.mt-featured{background:#fff;border:1.5px solid #00b8a9;border-radius:18px;box-shadow:0 24px 60px #0000001a;max-width:420px;overflow:hidden;position:relative;width:100%}.mt-f-badge-corner{background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:100px;color:#f59e0b;font-size:9px;font-weight:700;gap:5px;padding:3px 10px;position:absolute;right:14px;top:14px}.mt-f-badge-corner,.mt-f-head{align-items:center;display:flex}.mt-f-head{border-bottom:2px solid #0d1f35;justify-content:space-between;padding:16px 20px}.mt-f-brand{align-items:center;display:flex;gap:8px}.mt-f-logo{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:6px;flex-shrink:0;height:22px;width:22px}.mt-f-ttl{color:#0d1f35;font-size:12.5px;font-weight:800}.mt-f-mo{background:#00b8a91a;border-radius:100px;color:#008f83;font-size:10px;font-weight:700;padding:3px 10px}.mt-f-body{padding:18px 20px}.mt-f-row{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr auto}.mt-f-stat-lbl{color:#94a3b8;font-size:9px;margin-bottom:4px}.mt-f-stat-val{color:#0d1f35;font-size:20px;font-weight:800;letter-spacing:-.4px}.mt-f-stat-delta{color:#008f83;font-size:10.5px;font-weight:600;margin-top:3px}.mt-f-bar-bg{background:#eaf1fa;border-radius:100px;height:5px;margin-top:14px;overflow:hidden}.mt-f-bar{background:linear-gradient(90deg,#00b8a9,#0fac7e);border-radius:100px;height:100%}.mt-insight{align-items:center;background:linear-gradient(135deg,#f0fdfb,#eef6ff);border:1px solid #00b8a933;border-radius:100px;display:flex;gap:8px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:24px;padding:10px 18px;width:-webkit-fit-content;width:fit-content}.mt-insight-txt{color:#008f83;font-size:12.5px;font-weight:600}.closing{background:linear-gradient(170deg,#06101e,#0a1d33 55%,#08222e);overflow:hidden;padding:130px 6% 110px;position:relative;text-align:center}.cl-inner{margin:0 auto;max-width:680px;position:relative;z-index:2}.cl-eyebrow{color:#00b8a9cc;font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:24px;text-transform:uppercase}.cl-ttl{color:#fff;font-size:clamp(26px,4vw,46px);font-weight:900;letter-spacing:-1.8px;line-height:1.3;margin-bottom:18px;word-break:keep-all}.cl-ttl .hl-c{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00b8a9,#3b7dd8);-webkit-background-clip:text}.cl-sub{color:#ffffff8c;font-size:15.5px;line-height:1.85;margin-bottom:48px;word-break:keep-all}.cl-badges{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-bottom:48px}.cl-badge{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;padding:20px 16px;text-align:left;transition:border-color .25s,background .25s}.cl-badge:hover{background:#00b8a90a;border-color:#00b8a94d}.cl-badge-ico{align-items:center;background:#00b8a91a;border-radius:10px;color:#00b8a9;display:flex;height:40px;justify-content:center;margin-bottom:12px;width:40px}.cl-badge-ico svg{height:20px;width:20px}.cl-badge-ttl{color:#fff;font-size:13px;font-weight:700;line-height:1.4;margin-bottom:5px;word-break:keep-all}.cl-badge-desc{color:#fff6;font-size:11px;line-height:1.6;word-break:keep-all}.cl-cta{background:linear-gradient(135deg,#00b8a9,#3b7dd8);box-shadow:0 12px 36px #00b8a940;color:#06101e;font-size:15px;padding:16px 36px}.cl-cta:hover{box-shadow:0 16px 44px #00b8a959;transform:translateY(-2px)}.site-footer{background:#0d1f35;padding:56px 6% 32px}.f-inner{margin:0 auto;max-width:1180px}.f-top{grid-gap:40px;border-bottom:1px solid #ffffff12;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;padding-bottom:40px}.fb-name{color:#fff;display:block;font-size:17px;font-weight:800;letter-spacing:-.4px;margin-bottom:10px}.fb-name .fit-accent{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00b8a9,#3b7dd8);-webkit-background-clip:text}.fb-desc{color:#ffffff52;font-size:11.5px;line-height:1.85;max-width:230px;word-break:keep-all}.priv-chip{align-items:center;background:#00b8a91a;border:1px solid #00b8a938;border-radius:100px;color:#00b8a9;display:inline-flex;font-size:10px;font-weight:500;gap:5px;margin-top:12px;padding:4px 11px}.f-col h4{color:#ffffff47;font-size:10.5px;font-weight:600;letter-spacing:1px;margin-bottom:14px;text-transform:uppercase}.f-col ul{list-style:none}.f-col li{margin-bottom:8px}.f-col a{color:#ffffff59;font-size:12px;text-decoration:none;transition:color .2s}.f-col a:hover{color:#00b8a9}.f-bot{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:20px}.f-corp{color:#fff3;font-size:11px;line-height:1.9}.f-links{display:flex;gap:16px}.f-links a{color:#ffffff40;font-size:11px;text-decoration:none;transition:color .2s}.f-links a:hover{color:#ffffffb3}.f-disc{color:#ffffff24;font-size:10px;padding-top:22px;text-align:center}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1f3580;display:none;inset:0;justify-content:center;padding:20px;position:fixed;z-index:500}.modal-overlay.show{display:flex}.modal-box{background:#fff;border-radius:24px;box-shadow:0 32px 80px #00000040;max-height:85vh;max-width:520px;overflow-y:auto;padding:36px;position:relative;width:100%}.modal-close{align-items:center;background:#f4f7fb;border:none;border-radius:50%;color:#5a6e85;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;position:absolute;right:20px;top:20px;width:32px}.modal-ttl{color:#0d1f35;font-size:19px;font-weight:800;margin-bottom:6px}.modal-sub{color:#5a6e85;font-size:13px;margin-bottom:24px}.modal-roles{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.modal-role-btn{background:#f4f7fb;border:1px solid #dde6f0;border-radius:14px;cursor:pointer;padding:18px;text-align:left;transition:all .2s}.modal-role-btn:hover{background:#fff;border-color:#00b8a9;box-shadow:0 8px 24px #00b8a91a}.mrb-ico{font-size:20px;margin-bottom:8px}.mrb-ttl{color:#0d1f35;font-size:13px;font-weight:700;margin-bottom:3px}.mrb-desc{color:#94a3b8;font-size:10.5px;line-height:1.5}.info-ico-wrap{align-items:center;background:linear-gradient(135deg,#00b8a91a,#3b7dd814);border:1px solid #00b8a92e;border-radius:13px;display:flex;font-size:20px;height:46px;justify-content:center;margin-bottom:14px;width:46px}.info-list{display:flex;flex-direction:column;gap:8px;list-style:none}.info-list li{align-items:flex-start;color:#0d1f35;display:flex;font-size:12.5px;gap:8px;line-height:1.6;word-break:keep-all}.info-list li:before{color:#00b8a9;content:"✓";flex-shrink:0;font-weight:700}.info-curr-row{align-items:flex-start;border-bottom:1px solid #dde6f0;display:flex;gap:11px;padding:9px 0}.info-curr-row:last-child{border-bottom:none}.info-curr-week{align-items:center;background:#3b7dd814;border:1px solid #3b7dd82e;border-radius:6px;color:#3b7dd8;display:flex;flex-shrink:0;font-size:10px;font-weight:700;height:23px;justify-content:center;width:46px}.info-curr-txt{color:#0d1f35;font-size:12px;line-height:1.6;padding-top:2px;word-break:keep-all}.bp-lg{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:12px;box-shadow:0 8px 28px #00b8a947;color:#fff;cursor:pointer;font-size:14.5px;font-weight:700;margin-top:18px;padding:15px 28px;transition:all .25s;width:100%}.bp-lg:hover{box-shadow:0 12px 36px #00b8a961;transform:translateY(-2px)}.aud-section{background:#f4f7fb;border-top:1px solid #e8eef5;padding:72px 6% 80px}.aud-inner{margin:0 auto;max-width:1060px}.aud-header{margin-bottom:44px;text-align:center}.aud-eyebrow{color:#00b8a9;font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:12px;text-transform:uppercase}.aud-title{color:#0d1f35;font-size:clamp(20px,3vw,28px);font-weight:900;letter-spacing:-.8px;word-break:keep-all}.aud-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.aud-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;cursor:pointer;display:flex;flex-direction:column;gap:8px;opacity:0;padding:26px 22px 24px;transform:translateY(20px);transition:transform .2s,box-shadow .2s,border-color .2s}.aud-card.aud-in{animation:aud-rise .45s cubic-bezier(.22,.61,.36,1) forwards}@keyframes aud-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.aud-card:hover{border-color:var(--aud-color);box-shadow:0 12px 36px #0d1f351a;transform:translateY(-4px)}.aud-card-icon{align-items:center;border-radius:14px;display:flex;flex-shrink:0;height:50px;justify-content:center;margin-bottom:4px;width:50px}.aud-card-eyebrow{color:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.aud-card-title{color:#0d1f35;font-size:17px;font-weight:900;letter-spacing:-.4px}.aud-card-desc{color:#64748b;flex:1 1;font-size:13px;line-height:1.75;word-break:keep-all}.aud-card-cta{align-items:center;display:flex;font-size:13px;font-weight:700;gap:5px;margin-top:8px;transition:gap .2s}.aud-card:hover .aud-card-cta{gap:8px}.cl-cta-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.cl-cta{border:none;border-radius:100px;cursor:pointer;font-size:14.5px;font-weight:800;padding:15px 32px;transition:all .25s}.cl-cta.primary{background:linear-gradient(135deg,#00b8a9,#3b7dd8);box-shadow:0 12px 36px #00b8a940;color:#06101e}.cl-cta.primary:hover{box-shadow:0 16px 44px #00b8a959;transform:translateY(-2px)}.cl-cta.secondary{background:#ffffff12;border:1.5px solid #fff3;color:#ffffffbf}.cl-cta.secondary:hover{background:#ffffff21;color:#fff}@media (max-width:1060px){.f-top{grid-template-columns:1fr 1fr}.aud-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.aud-section{padding:56px 5% 64px}.aud-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.aud-card{padding:20px 18px}.aud-card-title{font-size:15px}.aud-card-desc{font-size:12.5px}.nav-menu{display:none}.f-top{grid-template-columns:1fr 1fr}.rt-track{grid-template-columns:repeat(2,1fr);row-gap:32px}.rt-line-bg,.rt-line-fill{display:none}.rt-d1-grid,.rt-d4-grid{grid-template-columns:1fr}.rr-profile-grid,.rt-d2-body{grid-template-columns:1fr 1fr}.rr-gauge-card{grid-column:1/span 2;grid-row:auto}.cl-badges,.modal-roles,.rr-chart-row{grid-template-columns:1fr}.orbit-wrap{max-width:340px}.orbit-area{height:380px}.orbit-center-content{height:150px;width:150px}.orbit-center-name{font-size:14px;padding:0 8px}.orbit-node{font-size:17px;height:48px;margin:-24px 0 0 -24px;width:48px}.orbit-node.active{height:58px;margin:-29px 0 0 -29px;width:58px}}@media (max-width:480px){.mt-timeline{max-width:100%}.mt-val{display:none}.aud-grid{grid-template-columns:1fr}.aud-section{padding:48px 5% 56px}}.auth-wrap{background:linear-gradient(135deg,#f4f7fb,#eaf1fa);min-height:100vh}.auth-left,.auth-wrap{display:flex;overflow:hidden;position:relative}.auth-left{background:linear-gradient(170deg,#06101e,#0a1d33 60%,#08222e);flex-direction:column;flex-shrink:0;justify-content:space-between;padding:52px 48px;width:420px}.auth-left-logo{align-items:center;display:flex;gap:10px;position:relative;z-index:2}.auth-left-mark{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:10px;color:#fff;display:flex;font-size:13px;font-weight:800;height:36px;justify-content:center;width:36px}.auth-left-name{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.4px}.auth-left-name span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4c0,#3b7dd8);-webkit-background-clip:text}.auth-left-sub{color:#ffffff4d;font-size:9px;letter-spacing:1.6px;margin-top:2px}.auth-left-body{position:relative;z-index:2}.auth-left-eyebrow{color:#00d4c0b3;font-size:10.5px;font-weight:700;letter-spacing:1.8px;margin-bottom:20px;text-transform:uppercase}.auth-left-ttl{color:#fff;font-size:28px;font-weight:900;letter-spacing:-1px;line-height:1.35;margin-bottom:24px;word-break:keep-all}.auth-left-ttl .hl{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4c0,#3b7dd8);-webkit-background-clip:text}.auth-left-desc{color:#ffffff6b;font-size:13px;line-height:1.85;word-break:keep-all}.auth-left-stats{display:flex;gap:24px;position:relative;z-index:2}.auth-left-stat-val{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.5px}.auth-left-stat-lbl{color:#ffffff4d;font-size:10px;margin-top:3px}.auth-right{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 48px;position:relative;z-index:2}.auth-card{background:#fff;border:1px solid #dde6f0;border-radius:24px;box-shadow:0 24px 64px #0000001a,0 4px 12px #0000000d;max-width:440px;padding:40px;width:100%}.auth-tabs{background:#f4f7fb;border-radius:12px;display:flex;margin-bottom:28px;padding:4px}.auth-tab{background:none;border:none;border-radius:9px;color:#94a3b8;cursor:pointer;flex:1 1;font-size:13.5px;font-weight:600;padding:9px;transition:all .2s}.auth-tab.active{background:#fff;box-shadow:0 2px 8px #00000014;color:#0d1f35}.auth-card-ttl{color:#0d1f35;font-size:20px;font-weight:800;letter-spacing:-.4px;margin-bottom:6px}.auth-card-sub{color:#5a6e85;font-size:13px;margin-bottom:24px}.auth-roles{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.auth-role-btn{background:#fff;border:1.5px solid #dde6f0;border-radius:12px;cursor:pointer;padding:14px 12px;text-align:left;transition:all .2s}.auth-role-btn:hover{background:#f0fdfb;border-color:#00b8a9}.auth-role-btn.selected{background:#00b8a90f;border-color:#00b8a9}.auth-role-btn.selected .arb-ico{background:linear-gradient(135deg,#00b8a9,#3b7dd8)}.arb-ico{align-items:center;background:#f4f7fb;border-radius:9px;display:flex;font-size:15px;height:32px;justify-content:center;margin-bottom:8px;transition:background .2s;width:32px}.arb-ttl{color:#0d1f35;font-size:12.5px;font-weight:700}.arb-desc{color:#94a3b8;font-size:10.5px;line-height:1.4;margin-top:2px}.auth-field{margin-bottom:14px}.auth-field label{color:#5a6e85;display:block;font-size:12px;font-weight:600;letter-spacing:.2px;margin-bottom:6px}.auth-field input{background:#fff;border:1.5px solid #dde6f0;border-radius:10px;color:#0d1f35;font-family:inherit;font-size:14px;min-height:44px;outline:none;padding:13px 14px;transition:border-color .2s;width:100%}.auth-field input:focus{border-color:#00b8a9}.auth-field input::placeholder{color:#c4cfdb}.auth-forgot{margin-bottom:20px;text-align:right}.auth-forgot a{color:#00b8a9;font-size:12px;text-decoration:none}.auth-submit{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:12px;box-shadow:0 8px 24px #00b8a940;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:14px;transition:all .25s;width:100%}.auth-submit:hover{box-shadow:0 12px 32px #00b8a959;transform:translateY(-1px)}.auth-submit:disabled{opacity:.5;transform:none}.auth-divider{align-items:center;display:flex;gap:12px;margin:20px 0}.auth-divider-line{background:#dde6f0;flex:1 1;height:1px}.auth-divider-txt{color:#94a3b8;font-size:11px;white-space:nowrap}.auth-switch{color:#5a6e85;font-size:13px;margin-top:20px;text-align:center}.auth-switch a{color:#00b8a9;cursor:pointer;font-weight:600;text-decoration:none}.auth-back{align-items:center;color:#5a6e85;display:flex;font-size:13px;gap:7px;margin-bottom:20px;text-decoration:none}.auth-back:hover{color:#0d1f35}.auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#e85555;font-size:13px;font-weight:500;line-height:1.5;margin-bottom:14px;padding:10px 14px}.auth-submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:900px){.auth-left{display:none}.auth-right{padding:24px}}@media (max-width:480px){.auth-card{padding:28px 20px}.auth-roles{grid-template-columns:1fr 1fr}}:root{--teal:#00b8a9;--teal-dk:#008f83;--teal-lt:#d9f5f0;--teal-bg:#f0fdfb;--blue:#3b7dd8;--green:#10b981;--green-dk:#059669;--red:#ef4444;--orange:#f97316;--amber:#f59e0b;--ink:#0f172a;--ink2:#1e293b;--body:#475569;--muted:#94a3b8;--line:#e2e8f0;--bg:#f8fafc;--white:#fff;--dark:#0d1117;--sans:"Figtree","Noto Sans KR",sans-serif}.fl-wrap{-webkit-font-smoothing:antialiased;background:#fff;background:var(--white);color:#0f172a;color:var(--ink);font-family:Figtree,Noto Sans KR,sans-serif;font-family:var(--sans);overflow-x:hidden}html{scroll-padding-top:76px}@keyframes fl-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fl-progress{0%{width:0}to{width:71%}}.fl-gnb{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4f7fbeb;border-bottom:1px solid #0000000f;justify-content:space-between;left:0;padding:13px 6%;position:fixed;right:0;top:0;z-index:1000}.fl-gnb,.fl-gnb-logo{align-items:center;display:flex}.fl-gnb-logo{cursor:pointer;flex-shrink:0;gap:9px}.fl-gnb-mark{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:linear-gradient(135deg,var(--teal),var(--blue));border-radius:8px;color:#fff;display:flex;font-size:11px;font-weight:900;height:30px;justify-content:center;width:30px}.fl-gnb-name{color:#0f172a;color:var(--ink);font-size:16px;font-weight:800;letter-spacing:-.4px}.fl-gnb-name span{color:#00b8a9;color:var(--teal)}.fl-gnb-links{display:flex;gap:24px;margin-left:32px}.fl-gnb-links a{color:#475569;color:var(--body);cursor:pointer;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.fl-gnb-links a:hover{color:#00b8a9;color:var(--teal)}.fl-gnb-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.fl-gnb-back{color:#94a3b8;color:var(--muted);cursor:pointer;font-size:12px}.fl-gnb-back:hover{color:#0f172a;color:var(--ink)}.fl-gnb-cta{background:#00b8a9;background:var(--teal);border:none;border-radius:9px;box-shadow:0 4px 14px #00b8a94d;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:9px 20px;transition:all .2s}.fl-gnb-cta:hover{background:#008f83;background:var(--teal-dk);transform:translateY(-1px)}.fl-gnb-hamburger{align-items:center;background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:8px;color:#0f172a;color:var(--ink);cursor:pointer;display:none;flex-shrink:0;font-size:15px;height:38px;justify-content:center;width:38px}.fl-mobile-menu{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;gap:4px;left:50%;max-width:1100px;padding:12px 16px 18px;position:fixed;top:60px;transform:translateX(-50%);width:calc(100% - 40px);z-index:999}.fl-mobile-menu-link{background:none;border:none;border-radius:9px;color:#0f172a;color:var(--ink);cursor:pointer;display:block;font-size:15px;font-weight:600;padding:12px 14px;text-align:left;transition:background .15s;width:100%}.fl-mobile-menu-link:hover{background:#f8fafc;background:var(--bg)}.fl-mobile-menu-cta{background:#00b8a9;background:var(--teal);border:none;border-radius:11px;color:#fff;cursor:pointer;font-size:14.5px;font-weight:800;margin-top:8px;padding:14px;width:100%}.fl-mobile-menu-trial{background:#f8fafc;background:var(--bg);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:11px;color:#475569;color:var(--body);cursor:pointer;font-size:14px;font-weight:700;margin-top:6px;padding:12px;width:100%}.fl-hero{align-items:center;background:linear-gradient(155deg,#f0f9ff,#f8fafc 50%,#ecfdf5);display:flex;justify-content:center;min-height:100vh;padding:148px 32px 100px}.fl-hero-inner{grid-gap:64px;align-items:center;animation:fl-fade-up .7s ease both;display:grid;gap:64px;grid-template-columns:1fr 460px;margin:0 auto;max-width:1100px;width:100%}.fl-hero-kicker{align-items:center;background:#f0fdfb;background:var(--teal-bg);border:1px solid #00b8a92e;border-radius:20px;display:inline-flex;gap:8px;margin-bottom:28px;padding:6px 14px}.fl-hero-kicker-dot{background:#00b8a9;background:var(--teal);border-radius:50%;height:7px;width:7px}.fl-hero-kicker-txt{color:#008f83;color:var(--teal-dk);font-size:11.5px;font-weight:700;letter-spacing:.04em}.fl-hero-ttl{color:#0f172a;color:var(--ink);font-size:clamp(32px,4vw,56px);font-weight:800;letter-spacing:-.035em;line-height:1.12;margin-bottom:24px;word-break:keep-all}.fl-hero-sub{color:#475569;color:var(--body);font-size:clamp(14.5px,1.6vw,17px);line-height:1.9;margin-bottom:14px;word-break:keep-all}.fl-hero-positioning,.fl-hero-sub strong{color:#1e293b;color:var(--ink2);font-weight:700}.fl-hero-positioning{font-size:clamp(14px,1.6vw,18px);line-height:1.7;margin-bottom:40px;word-break:keep-all}.fl-hl-green{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#10b981,#34d399);background:linear-gradient(90deg,var(--green),#34d399);-webkit-background-clip:text}.fl-hero-cta-wrap{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:44px}.fl-hero-cta{background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));border:none;border-radius:10px;box-shadow:0 6px 20px #00b8a94d;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:16px 30px;transition:all .25s}.fl-hero-cta:hover{box-shadow:0 10px 30px #00b8a96b;transform:translateY(-2px)}.fl-hero-cta-sec{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:10px;color:#1e293b;color:var(--ink2);cursor:pointer;font-size:15px;font-weight:600;padding:16px 26px;transition:all .2s}.fl-hero-cta-sec:hover{border-color:#00b8a9;border-color:var(--teal);color:#00b8a9;color:var(--teal)}.fl-hero-stats{align-items:center;background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:14px;box-shadow:0 2px 12px #0000000a;display:inline-flex;flex-wrap:wrap;gap:28px;padding:18px 32px}.fl-hs{text-align:center}.fl-hs-val{color:#0f172a;color:var(--ink);font-size:22px;font-weight:900;letter-spacing:-.03em;margin-bottom:4px}.fl-hs-lbl{color:#94a3b8;color:var(--muted);font-size:11px}.fl-hs-div{background:#e2e8f0;background:var(--line);flex-shrink:0;height:32px;width:1px}.fl-hero-crisis-bar{align-items:center;background:#ef44440d;border:1px solid #ef444426;border-radius:9px;color:#475569;color:var(--body);display:flex;flex-wrap:wrap;font-size:12px;gap:6px 12px;margin-top:20px;padding:9px 18px}.fl-hcb-item strong{color:#dc2626;font-weight:700}.fl-hcb-sep{color:#e2e8f0;color:var(--line)}.fl-hcb-src{color:#94a3b8;color:var(--muted);font-size:10.5px}.fl-rd-wrap{align-items:center;display:flex;justify-content:center;position:relative}.fl-rd-shadow{background:#00b8a914;border-radius:16px;filter:blur(32px);inset:20px;pointer-events:none;position:absolute;transform:translateY(16px)}.fl-rd-doc{background:#fff;background:var(--white);border:1px solid #d1d5db;border-radius:12px;box-shadow:0 8px 40px #0000001f,0 2px 8px #0000000f;overflow:hidden;position:relative;width:440px;z-index:1}.fl-rd-header{background:linear-gradient(135deg,#0f172a,#1e3a5f);justify-content:space-between;padding:18px 24px}.fl-rd-header,.fl-rd-logo{align-items:center;display:flex}.fl-rd-logo{gap:10px}.fl-rd-badge-mark{align-items:center;background:#00b8a9;background:var(--teal);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:900;height:32px;justify-content:center;width:32px}.fl-rd-doc-title{color:#fff;font-size:13px;font-weight:800;letter-spacing:-.01em}.fl-rd-doc-sub{color:#fff6;font-size:9px;letter-spacing:.08em;margin-top:1px;text-transform:uppercase}.fl-rd-meta{text-align:right}.fl-rd-date{color:#ffffff80;font-size:10px}.fl-rd-sample-badge{background:#10b98133;border:1px solid #10b98166;border-radius:4px;color:#10b981;color:var(--green);display:inline-block;font-size:9px;font-weight:700;margin-top:4px;padding:3px 8px}.fl-rd-body{padding:18px 22px}.fl-rd-sec-ttl{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--line);color:#00b8a9;color:var(--teal);font-size:10px;font-weight:700;letter-spacing:.1em;margin-bottom:12px;padding-bottom:6px;text-transform:uppercase}.fl-rd-student-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:auto 1fr auto;margin-bottom:16px}.fl-rd-avatar{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:linear-gradient(135deg,var(--teal),var(--blue));border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:800;height:38px;justify-content:center;width:38px}.fl-rd-sname{color:#0f172a;color:var(--ink);font-size:13px;font-weight:800}.fl-rd-sgrade{color:#94a3b8;color:var(--muted);font-size:11px;margin-top:1px}.fl-rd-score-box{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:9px;padding:7px 14px;text-align:center}.fl-rd-score-num{color:#00b8a9;color:var(--teal);font-size:22px;font-weight:800;line-height:1}.fl-rd-score-lbl{color:#94a3b8;color:var(--muted);font-size:9px;letter-spacing:.04em;margin-top:2px}.fl-rd-metrics-grid{grid-gap:7px;display:grid;gap:7px;grid-template-columns:repeat(3,1fr);margin-bottom:14px}.fl-rd-metric{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:8px;padding:9px 10px}.fl-rd-m-lbl{color:#94a3b8;color:var(--muted);font-size:9px;font-weight:600;letter-spacing:.04em;margin-bottom:3px}.fl-rd-m-val{color:#0f172a;color:var(--ink);font-size:17px;font-weight:800;line-height:1}.fl-rd-m-val.warn{color:#f97316;color:var(--orange)}.fl-rd-m-val.ok{color:#10b981;color:var(--green)}.fl-rd-m-chg{font-size:9px;margin-top:3px}.fl-rd-m-chg.up{color:#059669;color:var(--green-dk)}.fl-rd-m-chg.down{color:#f97316;color:var(--orange)}.fl-rd-timeline{display:flex;gap:4px;margin-bottom:14px}.fl-rd-tl-item{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:7px;flex:1 1;padding:6px 3px;text-align:center}.fl-rd-tl-item.current{background:#d9f5f0;background:var(--teal-lt);border-color:#7dd3fc}.fl-rd-tl-month{color:#94a3b8;color:var(--muted);font-size:8px;margin-bottom:3px}.fl-rd-tl-val{color:#0f172a;color:var(--ink);font-size:11px;font-weight:800}.fl-rd-tl-item.current .fl-rd-tl-val{color:#00b8a9;color:var(--teal)}.fl-rd-tl-delta{color:#059669;color:var(--green-dk);font-size:8px;margin-top:1px}.fl-rd-ai-box{background:#f0fdfb;background:var(--teal-bg);border:1px solid #bae6fd;border-radius:8px;padding:10px 12px}.fl-rd-ai-tag{color:#00b8a9;color:var(--teal);font-size:9px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.fl-rd-ai-txt{color:#1e40af;font-size:10.5px;line-height:1.6;margin:0;word-break:keep-all}.fl-rd-footer{align-items:center;background:#f8fafc;background:var(--bg);border-top:1px solid #e2e8f0;border-top:1px solid var(--line);color:#94a3b8;color:var(--muted);display:flex;font-size:9px;justify-content:space-between;padding:9px 22px}.fl-partner-band{background:linear-gradient(90deg,#0f172a,#0c4a6e,#0f172a);border-bottom:1px solid #ffffff0f;padding:11px 24px}.fl-ub-inner{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0 auto;max-width:1100px}.fl-ub-badge{background:#ffffff1f;border:1px solid #fff3;border-radius:100px;color:#fff;font-size:11px;font-weight:800;padding:4px 12px;white-space:nowrap}.fl-ub-txt{color:#fffc;font-size:13px;font-weight:500;white-space:nowrap}.fl-ub-txt strong{color:#fff;font-weight:800}.fl-partner-band-cta{background:#ffffff1a;border:1px solid #ffffff40;border-radius:100px;color:#fff;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:700;padding:6px 14px;transition:background .2s}.fl-partner-band-cta:hover{background:#fff3}.fl-section{padding:100px 32px}.fl-section.white{background:#fff;background:var(--white)}.fl-section.gray{background:#f8fafc;background:var(--bg)}.fl-section.dark{background:linear-gradient(160deg,#0f172a,#1e293b)}.fl-section.fomo{background:linear-gradient(160deg,#0a0f1e,#1a0a2e 50%,#0f172a)}.fl-section.blue-bg{background:linear-gradient(160deg,#0f172a,#0c4a6e 50%,#0f172a)}.fl-section.green-bg{background:linear-gradient(160deg,#f0fdf4,#ecfdf5)}.fl-sec-inner{margin:0 auto;max-width:1100px}.fl-eyebrow{color:#00b8a9;color:var(--teal);display:block;font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:14px;text-align:center;text-transform:uppercase}.fl-eyebrow.light{color:#10b981cc}.fl-sec-ttl{color:#0f172a;color:var(--ink);font-size:clamp(24px,3.2vw,42px);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:14px;text-align:center;word-break:keep-all}.fl-sec-ttl.light{color:#fff}.fl-sec-sub{color:#475569;color:var(--body);font-size:16px;line-height:1.85;margin:0 auto 56px;max-width:640px;text-align:center;word-break:keep-all}.fl-sec-sub.light{color:#ffffff8c}.fl-sec-sub strong{color:#0f172a;color:var(--ink);font-weight:700}.fl-hl-blue{background:linear-gradient(90deg,#00b8a9,#008f83);background:linear-gradient(90deg,var(--teal),var(--teal-dk));-webkit-background-clip:text}.fl-hl-blue,.fl-hl-em{-webkit-text-fill-color:#0000}.fl-hl-em{background:linear-gradient(90deg,#10b981,#34d399);background:linear-gradient(90deg,var(--green),#34d399);-webkit-background-clip:text}.fl-hl-amber{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f59e0b,#fcd34d);background:linear-gradient(90deg,var(--amber),#fcd34d);-webkit-background-clip:text}.fl-crisis-alert{align-items:center;background:#ffffff14;border:1px solid #ffffff29;border-radius:8px;display:inline-flex;gap:10px;margin-bottom:36px;padding:9px 16px}.fl-crisis-alert-txt{color:#fff9;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.fl-crisis-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.fl-crisis-card{background:#ef44440d;border:1px solid #ef444426;border-radius:16px;padding:30px 26px}.fl-crisis-num{color:#ef4444;color:var(--red);font-size:58px;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:10px}.fl-crisis-num .unit{font-size:24px}.fl-crisis-desc{color:#ffffffd9;font-size:15px;font-weight:700;margin-bottom:6px;word-break:keep-all}.fl-crisis-note{color:#ffffff59;font-size:12px;line-height:1.65;word-break:keep-all}.fl-crisis-source{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;color:#fff6;display:inline-flex;font-size:12px;gap:8px;padding:9px 14px}.fl-pain-new-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:44px}.fl-pain-new-card{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:20px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;padding:30px 24px;position:relative;transition:transform .25s,box-shadow .25s}.fl-pain-new-card:hover{box-shadow:0 14px 40px #0000001a;transform:translateY(-4px)}.fl-pain-new-card.featured{background:linear-gradient(160deg,#eff6ff,#f0f9ff);border-color:#00b8a940;box-shadow:0 8px 32px #00b8a91a}.fl-pnc-badge{background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));border-radius:100px;box-shadow:0 2px 10px #00b8a94d;color:#fff;font-size:10px;font-weight:800;left:22px;padding:4px 14px;position:absolute;top:-13px}.fl-pnc-ico{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.fl-pnc-ico svg{height:24px;width:24px}.fl-pnc-ttl{color:#0f172a;color:var(--ink);font-size:16px;font-weight:800;letter-spacing:-.02em;line-height:1.45;margin-bottom:12px;word-break:keep-all}.fl-pnc-body{flex:1 1;margin-bottom:16px}.fl-pnc-body p{color:#475569;color:var(--body);font-size:13.5px;line-height:1.85;margin:0 0 10px;word-break:keep-all}.fl-pnc-body p:last-child{margin-bottom:0}.fl-pnc-body p strong{color:#1e293b;color:var(--ink2);font-weight:700}.fl-pnc-bars{display:flex;flex-direction:column;gap:9px;margin-bottom:10px}.fl-pnc-bar-row{align-items:center;display:flex;gap:8px}.fl-pnc-bar-lbl{color:#94a3b8;color:var(--muted);flex-shrink:0;font-size:11px;font-weight:500;width:50px}.fl-pnc-bar-track{background:#f8fafc;background:var(--bg);border-radius:4px;flex:1 1;height:7px;overflow:hidden}.fl-pnc-bar-fill{border-radius:4px;height:100%}.fl-pnc-bar-val{color:#475569;color:var(--body);flex-shrink:0;font-size:11px;font-weight:700;text-align:right;width:30px}.fl-pnc-ref{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:8px;color:#94a3b8;color:var(--muted);font-size:11px;font-weight:500;margin-top:auto;padding:8px 12px}.fl-pain-new-bridge{background:linear-gradient(135deg,#f0fdfb,#f0fdf4);background:linear-gradient(135deg,var(--teal-bg),#f0fdf4);border:1.5px solid #00b8a926;border-radius:18px;margin:0 auto;max-width:700px;padding:28px 36px;text-align:center}.fl-pnb-main{color:#00b8a9;color:var(--teal);font-size:19px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px;word-break:keep-all}.fl-pnb-sub{color:#475569;color:var(--body);font-size:14px;line-height:1.85;margin:0 0 4px;word-break:keep-all}.fl-pnb-sub:last-child{margin-bottom:0}.fl-pnb-sub strong{color:#0f172a;color:var(--ink);font-weight:700}.fl-ba-grid{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1fr auto 1fr}.fl-ba-arrow{color:#10b981;color:var(--green);flex-shrink:0;font-size:28px;font-weight:900;text-align:center}.fl-ba-card{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:20px;padding:28px 24px}.fl-ba-card.before{background:linear-gradient(160deg,#fff,#fff5f5);border-color:#ef444433}.fl-ba-card.after{background:linear-gradient(160deg,#f0fdf9,#f0fdfb);background:linear-gradient(160deg,#f0fdf9,var(--teal-bg));border-color:#00b8a940;box-shadow:0 8px 32px #00b8a914}.fl-ba-label{border-radius:100px;display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.5px;margin-bottom:20px;padding:5px 14px}.fl-ba-label.before{background:#ef44441a;color:#dc2626}.fl-ba-label.after{background:#00b8a91a;color:#00b8a9;color:var(--teal)}.fl-ba-chat{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.fl-ba-bubble{border-radius:12px;font-size:13px;line-height:1.75;padding:11px 14px;word-break:keep-all}.fl-ba-bubble.parent{background:#f1f5f9;border-bottom-left-radius:4px;color:#475569;color:var(--body)}.fl-ba-bubble.instructor{align-self:flex-end;background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));border-bottom-right-radius:4px;color:#fff}.fl-ba-inner-note{color:#94a3b8;color:var(--muted);font-size:11.5px;font-style:italic;padding:3px 0;text-align:center}.fl-ba-inner-note.after{color:#059669;color:var(--green-dk)}.fl-ba-outcome{border-radius:10px;font-size:13px;font-weight:800;padding:10px 16px;text-align:center}.fl-ba-outcome.before{background:#ef444414;color:#dc2626}.fl-ba-outcome.after{background:#00b8a914;color:#00b8a9;color:var(--teal)}.fl-onetime-badge{background:#10b98114;border:1.5px solid #10b98140;border-radius:100px;color:#059669;color:var(--green-dk);display:block;font-size:13px;font-weight:600;margin:0 auto 44px;max-width:560px;padding:11px 24px;text-align:center}.fl-process-steps{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(5,1fr);margin-bottom:36px;position:relative}.fl-process-steps:before{background:linear-gradient(90deg,#0000,#e2e8f0 20%,#e2e8f0 80%,#0000);background:linear-gradient(90deg,#0000,var(--line) 20%,var(--line) 80%,#0000);content:"";height:2px;left:10%;position:absolute;right:10%;top:28px}.fl-process-step{padding:0 10px;position:relative;text-align:center}.fl-proc-num{align-items:center;background:#fff;background:var(--white);border:2px solid #00b8a9;border:2px solid var(--teal);border-radius:50%;box-shadow:0 0 0 6px #f8fafc;box-shadow:0 0 0 6px var(--bg);font-size:17px;font-weight:800;height:56px;margin:0 auto 18px;position:relative;width:56px;z-index:1}.fl-proc-ico-svg,.fl-proc-num{color:#00b8a9;color:var(--teal);display:flex;justify-content:center}.fl-proc-ico-svg{margin-bottom:8px}.fl-proc-ttl{color:#0f172a;color:var(--ink);font-size:13.5px;font-weight:800;letter-spacing:-.02em;margin-bottom:6px;word-break:keep-all}.fl-proc-txt{color:#475569;color:var(--body);font-size:12px;line-height:1.65;word-break:keep-all}.fl-proc-tag{background:#00b8a914;border:1px solid #00b8a933;border-radius:100px;color:#00b8a9;color:var(--teal);margin-top:10px;padding:3px 10px}.fl-proc-privacy,.fl-proc-tag{display:inline-block;font-size:10px;font-weight:700}.fl-proc-privacy{background:#10b98114;border-radius:6px;color:#059669;color:var(--green-dk);margin-top:6px;padding:3px 8px}.fl-process-cta{margin-top:24px}.fl-pt-box{align-items:center;background:linear-gradient(135deg,#f0fdfb,#f0fdf9);background:linear-gradient(135deg,var(--teal-bg),#f0fdf9);border:1.5px solid #00b8a926;border-radius:16px;display:flex;gap:18px;margin:0 auto;max-width:780px;padding:22px 28px}.fl-pt-ico{flex-shrink:0;font-size:26px}.fl-pt-ttl{color:#0f172a;color:var(--ink);font-size:16px;font-weight:800;margin-bottom:4px}.fl-pt-ttl strong{color:#00b8a9;color:var(--teal)}.fl-pt-sub{color:#475569;color:var(--body);font-size:13px}.fl-pt-btn{background:#00b8a9;background:var(--teal);border:none;border-radius:9px;box-shadow:0 4px 14px #00b8a94d;color:#fff;cursor:pointer;flex-shrink:0;font-size:13.5px;font-weight:700;margin-left:auto;padding:11px 22px;transition:all .2s;white-space:nowrap}.fl-pt-btn:hover{background:#008f83;background:var(--teal-dk);transform:translateY(-1px)}.fl-roi-src-note{color:#94a3b8;color:var(--muted);font-size:11.5px;margin-bottom:48px;margin-top:-44px;text-align:center}.fl-roi-calc-box{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:22px;box-shadow:0 8px 32px #0000000f;margin:0 auto;max-width:820px;padding:40px}.fl-roi-inputs{display:flex;flex-direction:column;gap:26px;margin-bottom:30px}.fl-roi-input-group{display:flex;flex-direction:column;gap:10px}.fl-roi-lbl{color:#0f172a;color:var(--ink);font-size:13px;font-weight:700;letter-spacing:-.01em}.fl-roi-slider-wrap{align-items:center;display:flex;gap:16px}.fl-roi-slider{-webkit-appearance:none;background:linear-gradient(90deg,#00b8a9,#008f83);background:linear-gradient(90deg,var(--teal),var(--teal-dk));border-radius:3px;cursor:pointer;flex:1 1;height:5px;outline:none}.fl-roi-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#00b8a9;background:var(--teal);border:3px solid #fff;border:3px solid var(--white);border-radius:50%;box-shadow:0 2px 8px #00b8a966;cursor:pointer;height:20px;width:20px}.fl-roi-slider-val{color:#00b8a9;color:var(--teal);flex-shrink:0;font-size:20px;font-weight:900;min-width:60px;text-align:right}.fl-roi-slider-labels{color:#94a3b8;color:var(--muted);display:flex;font-size:11px;justify-content:space-between;padding:0 2px}.fl-roi-fee-btns{display:flex;flex-wrap:wrap;gap:8px}.fl-roi-fee-btn{background:#f8fafc;background:var(--bg);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:100px;color:#475569;color:var(--body);cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px;transition:all .18s}.fl-roi-fee-btn.active{background:#00b8a9;background:var(--teal);border-color:#00b8a9;border-color:var(--teal);color:#fff;font-weight:800}.fl-roi-fee-btn:hover:not(.active){border-color:#00b8a9;border-color:var(--teal);color:#00b8a9;color:var(--teal)}.fl-roi-divider{background:#e2e8f0;background:var(--line);height:1px;margin-bottom:26px}.fl-roi-results{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto 1fr auto 1fr;margin-bottom:20px}.fl-roi-rc{align-items:center;border-radius:16px;display:flex;flex-direction:column;gap:4px;padding:18px 14px;text-align:center}.fl-roi-rc.warn{background:#fffbeb;border:1.5px solid #f59e0b33}.fl-roi-rc.bad{background:linear-gradient(160deg,#fff5f5,#fff);background:linear-gradient(160deg,#fff5f5,var(--white));border:1.5px solid #ef444433}.fl-roi-rc.good{background:linear-gradient(160deg,#f0fdf9,#f0fdfb);background:linear-gradient(160deg,#f0fdf9,var(--teal-bg));border:1.5px solid #00b8a933}.fl-roi-rc-icon{font-size:24px;margin-bottom:4px}.fl-roi-rc-lbl{color:#94a3b8;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.02em}.fl-roi-rc-val{font-size:clamp(17px,2.4vw,24px);font-weight:900;letter-spacing:-.03em;line-height:1.2}.fl-roi-rc.warn .fl-roi-rc-val{color:#d97706}.fl-roi-rc.bad .fl-roi-rc-val{color:#dc2626}.fl-roi-rc.good .fl-roi-rc-val{color:#059669;color:var(--green-dk)}.fl-roi-rc-sub{color:#94a3b8;color:var(--muted);font-size:10.5px;line-height:1.4}.fl-roi-rc-arrow{color:#e2e8f0;color:var(--line);flex-shrink:0;font-size:18px;font-weight:900;text-align:center}.fl-roi-breakeven{align-items:center;background:linear-gradient(135deg,#f0fdfb,#f0fdf9);background:linear-gradient(135deg,var(--teal-bg),#f0fdf9);border:1.5px solid #00b8a926;border-radius:14px;color:#475569;color:var(--body);display:flex;font-size:14px;gap:14px;line-height:1.7;padding:16px 22px;word-break:keep-all}.fl-roi-be-ico{flex-shrink:0;font-size:20px}.fl-roi-be-num{color:#00b8a9;color:var(--teal);font-size:26px;font-weight:900;margin:0 2px;vertical-align:middle}.fl-roi-be-calc{color:#94a3b8;color:var(--muted);font-size:11.5px;margin-left:4px}.fl-roi-cta{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:40px;text-align:center}.fl-roi-cta-sub{color:#94a3b8;color:var(--muted);font-size:12px}.fl-prem-steps{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:44px}.fl-prem-step{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:24px 20px;text-align:center}.fl-prem-step-num{color:#059669;color:var(--green-dk);font-size:10.5px;font-weight:800;letter-spacing:.12em;margin-bottom:10px;text-transform:uppercase}.fl-prem-step-ttl{color:#0f172a;color:var(--ink);font-size:15px;font-weight:800;letter-spacing:-.02em;margin-bottom:6px;word-break:keep-all}.fl-prem-step-txt{color:#475569;color:var(--body);font-size:13px;line-height:1.65;word-break:keep-all}.fl-prem-calc-wrap{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:22px;margin:0 auto;max-width:840px;padding:44px}.fl-prem-calc-ttl{color:#0f172a;color:var(--ink);font-size:17px;font-weight:800;letter-spacing:-.02em;margin-bottom:32px}.fl-prem-row{margin-bottom:26px}.fl-prem-lbl{color:#0f172a;color:var(--ink);font-size:13px;font-weight:700;letter-spacing:-.01em;margin-bottom:10px}.fl-prem-btns{display:flex;flex-wrap:wrap;gap:8px}.fl-prem-btn{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:9px;color:#475569;color:var(--body);cursor:pointer;font-size:13px;font-weight:700;padding:9px 16px;transition:all .18s}.fl-prem-btn.active{background:#10b98114;font-weight:800}.fl-prem-btn.active,.fl-prem-btn:hover:not(.active){border-color:#10b981;border-color:var(--green);color:#059669;color:var(--green-dk)}.fl-prem-result{background:#fff;background:var(--white);border:1.5px solid #bbf7d0;border-radius:16px;margin-top:32px;padding:28px 32px}.fl-prem-result-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.fl-prem-ri{text-align:center}.fl-prem-ri-lbl{color:#065f46;font-size:11px;font-weight:700;letter-spacing:.07em;margin-bottom:6px;text-transform:uppercase}.fl-prem-ri-val{color:#059669;color:var(--green-dk);font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1}.fl-prem-ri-unit{color:#065f46;font-size:13px;font-weight:500}.fl-report-grid{grid-gap:64px;align-items:start;display:grid;gap:64px;grid-template-columns:1fr 1fr}.fl-report-feats{display:flex;flex-direction:column;gap:18px}.fl-report-feat{align-items:flex-start;display:flex;gap:12px}.fl-rf-ico{align-items:center;background:#ffffff1a;border:1px solid #ffffff26;border-radius:9px;color:#ffffffb3;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.fl-rf-ttl{color:#fff;font-size:14px;font-weight:700;letter-spacing:-.01em;margin-bottom:2px}.fl-rf-txt{color:#ffffff8c;font-size:13px;line-height:1.75;word-break:keep-all}.fl-report-quote{background:#ffffff0f;border:1px solid #ffffff1a;border-left:3px solid #10b981;border-left:3px solid var(--green);border-radius:0 12px 12px 0;color:#ffffffb3;font-size:13.5px;font-style:italic;line-height:1.8;margin-top:6px;padding:16px 18px}.fl-rq-author{color:#ffffff80;font-size:12px;font-style:normal;font-weight:600;margin-top:10px}.fl-report-cta{margin-top:28px}.fl-voices-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:36px}.fl-voice-card{background:#fff;border:1.5px solid #e8edf3;border-radius:16px;box-shadow:0 4px 18px #0d1f350f;display:flex;flex-direction:column;gap:14px;padding:22px 20px}.fl-voice-stars{display:flex;gap:3px}.fl-voice-star{fill:#f59e0b;color:#f59e0b;height:14px;width:14px}.fl-voice-body{color:#334155;flex:1 1;font-size:14px;font-style:italic;line-height:1.8}.fl-voice-footer{align-items:center;display:flex;gap:10px}.fl-voice-avatar{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:900;height:38px;justify-content:center;width:38px}.fl-voice-name{color:#0d1f35;font-size:13px;font-weight:800}.fl-voice-role{color:#64748b;font-size:11.5px;margin-top:2px}.fl-voice-tag{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;color:#0891b2;flex-shrink:0;font-size:11px;font-weight:700;margin-left:auto;padding:4px 9px}@media (max-width:640px){.fl-voices-grid{grid-template-columns:1fr}}.fl-rpt-sample-link{background:#ffffff1f;border:1.5px solid #ffffff4d;border-radius:9px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;padding:12px 24px;transition:all .2s}.fl-rpt-sample-link:hover{background:#ffffff38}.fl-trend-panel{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 20px #0000000f;overflow:hidden}.fl-trend-header{align-items:center;background:#f8fafc;background:var(--bg);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:16px 20px}.fl-trend-title{color:#0f172a;color:var(--ink);font-size:14px;font-weight:800;letter-spacing:-.02em}.fl-trend-badge{background:#10b9811a;border:1px solid #10b98140;border-radius:6px;color:#059669;color:var(--green-dk);font-size:11px;font-weight:700;padding:3px 10px}.fl-trend-tabs{display:flex;gap:4px;padding:12px 20px 0}.fl-trend-tab{background:none;border:none;border-radius:7px;color:#94a3b8;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700;padding:6px 11px;transition:all .18s}.fl-trend-tab.active{background:#d9f5f0;background:var(--teal-lt);color:#00b8a9;color:var(--teal)}.fl-trend-body{padding:14px 20px 18px}.fl-trend-metric-name{align-items:center;color:#0f172a;color:var(--ink);display:flex;justify-content:space-between;margin-bottom:10px}.fl-trend-chg,.fl-trend-metric-name{font-size:12px;font-weight:700}.fl-trend-chg.up{color:#059669;color:var(--green-dk)}.fl-trend-bars{grid-gap:4px;align-items:flex-end;display:grid;gap:4px;grid-template-columns:repeat(6,1fr);height:64px;margin-bottom:6px}.fl-trend-bar-wrap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end}.fl-trend-bar{border-radius:4px 4px 2px 2px;min-height:4px;transition:height .3s ease;width:100%}.fl-trend-months{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(6,1fr);margin-bottom:14px}.fl-trend-month{color:#94a3b8;color:var(--muted);font-size:10px;font-weight:500;text-align:center}.fl-trend-month.current{color:#00b8a9;color:var(--teal);font-weight:700}.fl-trend-divider{background:#e2e8f0;background:var(--line);height:1px;margin:4px 0 14px}.fl-trend-ind-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.fl-trend-ind{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:9px;padding:10px 11px}.fl-trend-ind-lbl{color:#94a3b8;color:var(--muted);font-size:9.5px;font-weight:600;letter-spacing:.03em;margin-bottom:4px}.fl-trend-ind-val{color:#0f172a;color:var(--ink);font-size:19px;font-weight:800;letter-spacing:-.03em;line-height:1}.fl-trend-ind-val.ok{color:#059669;color:var(--green-dk)}.fl-trend-ind-val.warn{color:#f97316;color:var(--orange)}.fl-trend-ind-chg{font-size:10.5px;font-weight:600;margin-top:3px}.fl-trend-ind-chg.up{color:#059669;color:var(--green-dk)}.fl-trend-ind-chg.down{color:#f97316;color:var(--orange)}.fl-priv-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:28px}.fl-priv-card{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:20px;overflow:hidden;padding:32px 24px;position:relative;transition:transform .25s,box-shadow .25s}.fl-priv-card:hover{box-shadow:0 16px 48px #0000001a;transform:translateY(-4px)}.fl-priv-card.featured{background:linear-gradient(160deg,#f0fdfb,#f0fdf9);background:linear-gradient(160deg,var(--teal-bg),#f0fdf9);border-color:#00b8a940;box-shadow:0 8px 32px #00b8a91a}.fl-priv-featured-badge{background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:linear-gradient(135deg,var(--teal),var(--blue));border-radius:0 0 10px 10px;color:#fff;font-size:10px;font-weight:700;padding:4px 14px;position:absolute;right:20px;top:0}.fl-priv-ico-box{align-items:center;border-radius:14px;display:flex;font-size:25px;height:58px;justify-content:center;margin-bottom:18px;width:58px}.fl-priv-ico-box.red{background:#ef44441a;border:1px solid #ef444433}.fl-priv-ico-box.blue{background:#00b8a91a;border:1px solid #00b8a933}.fl-priv-ico-box.green{background:#10b9811a;border:1px solid #10b98133}.fl-priv-ttl{color:#0f172a;color:var(--ink);font-size:15px;font-weight:800;letter-spacing:-.02em;line-height:1.45;margin-bottom:10px;word-break:keep-all}.fl-priv-desc{color:#475569;color:var(--body);font-size:13px;line-height:1.8;word-break:keep-all}.fl-priv-tech-bar{align-items:center;background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:12px;color:#475569;color:var(--body);display:flex;flex-wrap:wrap;font-size:12px;font-weight:500;gap:10px;justify-content:center;padding:14px 24px}.fl-priv-dot{color:#e2e8f0;color:var(--line)}.fl-tier-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.fl-tier-card{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:22px;box-shadow:0 4px 20px #0000000d;padding:32px 24px;position:relative;transition:transform .25s,box-shadow .25s}.fl-tier-card:hover{box-shadow:0 16px 48px #0000001a;transform:translateY(-4px)}.fl-tier-card.featured{background:linear-gradient(160deg,#f0fdfb,#f0fdf9);background:linear-gradient(160deg,var(--teal-bg),#f0fdf9);border-color:#00b8a94d;box-shadow:0 12px 48px #00b8a91f;transform:translateY(-6px)}.fl-tier-badge{background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));border-radius:100px;box-shadow:0 4px 14px #00b8a94d;color:#fff;font-size:11px;font-weight:800;left:50%;padding:5px 18px;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.fl-tier-name{color:#0f172a;color:var(--ink);font-size:22px;font-weight:900;letter-spacing:-.03em;margin-bottom:4px}.fl-tier-target{color:#94a3b8;color:var(--muted);font-size:12px;margin-bottom:18px}.fl-tier-price{align-items:flex-end;display:flex;gap:4px;margin-bottom:5px}.fl-tier-amount{color:#0f172a;color:var(--ink);font-size:48px;font-weight:900;letter-spacing:-.04em;line-height:1}.fl-tier-unit{color:#475569;color:var(--body);font-size:16px;font-weight:700;padding-bottom:7px}.fl-tier-unit em{font-size:12px;font-style:normal;font-weight:500}.fl-tier-annual{color:#059669;color:var(--green-dk);font-size:11.5px;font-weight:600;margin-bottom:22px}.fl-tier-list{display:flex;flex-direction:column;gap:9px;list-style:none;margin:0 0 22px;padding:0}.fl-tier-list li{align-items:flex-start;color:#475569;color:var(--body);display:flex;font-size:13px;gap:6px;line-height:1.5;word-break:keep-all}.fl-tier-list li strong{color:#0f172a;color:var(--ink)}.fl-tier-list .ok{color:#10b981;color:var(--green);flex-shrink:0;font-weight:700}.fl-tier-list .dim{color:#cbd5e1;flex-shrink:0}.fl-tier-list span.dim{color:#cbd5e1}.fl-tier-btn{border:none;border-radius:11px;cursor:pointer;font-size:14px;font-weight:800;padding:13px;transition:all .2s;width:100%}.fl-tier-btn.primary{background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));box-shadow:0 6px 20px #00b8a947;color:#fff}.fl-tier-btn.primary:hover{box-shadow:0 10px 30px #00b8a961;transform:translateY(-2px)}.fl-tier-btn.secondary{background:#f8fafc;background:var(--bg);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);color:#475569;color:var(--body)}.fl-tier-btn.secondary:hover{background:#e2e8f0;background:var(--line)}.fl-kit-note{color:#94a3b8;color:var(--muted);font-size:11px;line-height:1.65;margin-top:18px;text-align:center}.fl-trial-box{align-items:center;background:linear-gradient(135deg,#0f2744,#1e3a5f);border-radius:18px;display:flex;gap:32px;margin-top:16px;padding:30px 36px}.fl-trial-left{flex:1 1}.fl-trial-tag{color:#f97316;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.fl-trial-ttl{color:#fff;font-size:18px;font-weight:900;letter-spacing:-.03em;margin-bottom:8px;word-break:keep-all}.fl-trial-desc{color:#ffffff8c;font-size:13px;line-height:1.7;word-break:keep-all}.fl-trial-cta{background:#f97316;background:var(--orange);border:none;border-radius:12px;box-shadow:0 6px 20px #f9731659;color:#fff;cursor:pointer;flex-shrink:0;font-size:14.5px;font-weight:800;padding:15px 26px;transition:all .2s;white-space:nowrap}.fl-trial-cta:hover{box-shadow:0 10px 30px #f9731673;transform:translateY(-2px)}.fl-partner-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 1.4fr;margin-bottom:36px}.fl-partner-card{border:1.5px solid #ffffff1a;border-radius:22px;padding:30px 26px;position:relative}.fl-partner-card.general{background:#ffffff0d}.fl-partner-card.exclusive{background:linear-gradient(160deg,#f59e0b14,#00b8a91f);border-color:#f59e0b4d;box-shadow:0 12px 48px #f59e0b1a}.fl-partner-excl-badge{background:linear-gradient(135deg,#f59e0b,#fcd34d);background:linear-gradient(135deg,var(--amber),#fcd34d);border-radius:100px;box-shadow:0 4px 14px #f59e0b4d;color:#0f172a;color:var(--ink);font-size:11px;font-weight:800;left:22px;padding:5px 16px;position:absolute;top:-12px}.fl-partner-card-name{color:#fff;font-size:20px;font-weight:900;letter-spacing:-.03em;margin-bottom:6px}.fl-partner-card-tier{color:#fff6;font-size:11.5px;margin-bottom:22px}.fl-partner-feat-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 22px;padding:0}.fl-partner-feat-list li{align-items:flex-start;color:#ffffffb3;display:flex;font-size:13px;gap:8px;line-height:1.5;word-break:keep-all}.fl-partner-feat-list li strong{color:#fff}.fl-partner-feat-list .ok{color:#10b981;color:var(--green);flex-shrink:0;font-weight:700}.fl-partner-feat-list .dim{color:#ffffff40;flex-shrink:0}.fl-partner-feat-list span.dim{color:#ffffff40}.fl-partner-badge-preview{background:#ffffff12;border:1px solid #ffffff26;border-radius:13px;padding:16px 17px}.fl-pb-inner{gap:12px;margin-bottom:9px}.fl-pb-inner,.fl-pb-mark{align-items:center;display:flex}.fl-pb-mark{background:linear-gradient(135deg,#00b8a9,#3b7dd8);background:linear-gradient(135deg,var(--teal),var(--blue));border-radius:9px;color:#fff;flex-shrink:0;font-size:12px;font-weight:900;height:36px;justify-content:center;width:36px}.fl-pb-ttl{color:#fff;font-size:13px;font-weight:800;margin-bottom:3px}.fl-pb-sub{color:#ffffff80;font-size:11px}.fl-pb-note{color:#fcd34d;font-size:10.5px;font-weight:600}.fl-partner-warn{align-items:center;color:#fff9;display:flex;font-size:13.5px;gap:10px;justify-content:center;line-height:1.7;margin:0 auto 36px;max-width:600px;text-align:center;word-break:keep-all}.fl-fomo-cta{background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));border:none;border-radius:100px;box-shadow:0 12px 40px #00b8a966;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:800;margin:0 auto;padding:18px 48px;transition:all .3s}.fl-fomo-cta:hover{box-shadow:0 20px 56px #00b8a980;transform:translateY(-3px)}.fl-faq-list{display:flex;flex-direction:column;gap:8px;margin:0 auto 44px;max-width:740px}.fl-faq-item{background:#fff;background:var(--white);border:1.5px solid #e2e8f0;border:1.5px solid var(--line);border-radius:13px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.fl-faq-item.open{border-color:#00b8a940;box-shadow:0 4px 18px #00b8a914}.fl-faq-q{align-items:center;background:none;border:none;color:#0f172a;color:var(--ink);cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:16px;justify-content:space-between;line-height:1.5;padding:18px 22px;text-align:left;transition:background .15s;width:100%;word-break:keep-all}.fl-faq-item.open .fl-faq-q,.fl-faq-q:hover{background:#f8fafc;background:var(--bg)}.fl-faq-item.open .fl-faq-q{color:#00b8a9;color:var(--teal)}.fl-faq-arrow{color:#94a3b8;color:var(--muted);flex-shrink:0;font-size:10px}.fl-faq-a{color:#475569;color:var(--body);font-size:14px;line-height:1.9;padding:0 22px 18px;word-break:keep-all}.fl-faq-cta{align-items:center;display:flex;flex-direction:column;gap:14px;text-align:center}.fl-faq-more{color:#475569;color:var(--body);font-size:15px;font-weight:600}.fl-contact-steps{flex-wrap:wrap;gap:0;justify-content:center;margin-bottom:32px}.fl-contact-steps,.fl-cs-wrap{align-items:center;display:flex}.fl-cs-step{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;min-width:150px;padding:18px 24px;text-align:center}.fl-cs-num{color:#10b981;color:var(--green);font-size:11px;font-weight:800;letter-spacing:1px;margin-bottom:8px}.fl-cs-ttl{color:#fff;font-size:14px;font-weight:800;margin-bottom:4px}.fl-cs-sub{color:#fff6;font-size:11.5px}.fl-cs-arrow{color:#fff3;flex-shrink:0;font-size:18px;padding:0 10px}.fl-contact-mode-switch{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}.fl-cms-btn{background:#ffffff12;border:1.5px solid #ffffff26;border-radius:100px;color:#ffffff8c;cursor:pointer;font-size:13.5px;font-weight:600;padding:11px 24px;transition:all .2s;white-space:nowrap}.fl-cms-btn:hover{background:#ffffff1f;color:#fffc}.fl-cms-btn.active{background:#00b8a92e;border-color:#00b8a980;color:#67e8f9;font-weight:800}.fl-contact-form{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:22px;margin:0 auto;max-width:560px;padding:38px}.fl-form-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.fl-form-field{margin-bottom:14px}.fl-form-field label{color:#ffffff80;display:block;font-size:11.5px;font-weight:600;letter-spacing:.3px;margin-bottom:6px}.fl-form-field input,.fl-form-field select,.fl-form-field textarea{background:#ffffff12;border:1px solid #ffffff1f;border-radius:9px;box-sizing:border-box;color:#fff;font-family:Figtree,Noto Sans KR,sans-serif;font-family:var(--sans);font-size:14px;outline:none;padding:12px 14px;transition:border-color .2s;width:100%}.fl-form-field input::placeholder,.fl-form-field textarea::placeholder{color:#fff3}.fl-form-field input:focus,.fl-form-field select:focus,.fl-form-field textarea:focus{border-color:#00b8a9;border-color:var(--teal)}.fl-form-field select option{background:#0f172a;color:#fff}.fl-form-field textarea{min-height:80px;resize:vertical}.fl-form-submit{background:linear-gradient(135deg,#00b8a9,#008f83);background:linear-gradient(135deg,var(--teal),var(--teal-dk));border:none;border-radius:11px;box-shadow:0 8px 28px #00b8a94d;color:#fff;cursor:pointer;font-size:15px;font-weight:800;letter-spacing:-.01em;margin-top:4px;padding:15px;transition:all .2s;width:100%}.fl-form-submit:hover{box-shadow:0 14px 40px #00b8a966;transform:translateY(-2px)}.fl-form-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.fl-form-note{color:#ffffff47;font-size:11px;line-height:1.65;margin-top:12px;text-align:center}.fl-contact-success{background:#fff;background:var(--white);border-radius:18px;margin:0 auto;max-width:500px;padding:40px;text-align:center}.fl-cs-ok-icon{display:flex;justify-content:center;margin-bottom:16px}@media (max-width:1024px){.fl-hero-inner{gap:48px;grid-template-columns:1fr}.fl-rd-wrap{display:none}.fl-report-grid{gap:40px;grid-template-columns:1fr}.fl-tier-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:460px}.fl-tier-card.featured{transform:none}.fl-partner-grid{margin-left:auto;margin-right:auto;max-width:560px}.fl-ba-grid,.fl-partner-grid{grid-template-columns:1fr}.fl-ba-arrow{display:none}.fl-pain-new-grid{max-width:560px}.fl-crisis-grid,.fl-pain-new-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto}.fl-crisis-grid{max-width:440px}.fl-roi-results{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:340px}.fl-roi-rc-arrow{transform:rotate(90deg)}.fl-prem-calc-wrap{padding:30px 24px}.fl-process-steps{grid-template-columns:repeat(3,1fr)}.fl-process-steps:before{display:none}.fl-prem-steps{max-width:440px}.fl-prem-steps,.fl-priv-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto}.fl-priv-grid{max-width:500px}}@media (max-width:768px){.fl-gnb{padding:10px 16px;width:calc(100% - 20px)}.fl-gnb-back,.fl-gnb-cta,.fl-gnb-links{display:none}.fl-gnb-hamburger{display:flex}.fl-hero{min-height:auto;padding:100px 20px 60px}.fl-hero-inner{gap:32px}.fl-hero-ttl{font-size:clamp(26px,7vw,36px)}.fl-hero-sub{font-size:14.5px}.fl-hero-cta-wrap{flex-direction:column;gap:10px}.fl-hero-cta,.fl-hero-cta-sec{text-align:center;width:100%}.fl-hero-stats{grid-gap:1px;background:#e2e8f0;background:var(--line);border-radius:12px;display:grid;gap:1px;grid-template-columns:1fr 1fr;overflow:hidden;padding:0}.fl-hs{background:#fff;background:var(--white);padding:14px 10px}.fl-hs-div{display:none}.fl-hs-val{font-size:20px}.fl-section{padding:64px 20px}.fl-sec-ttl{font-size:clamp(22px,6vw,32px)}.fl-sec-sub{font-size:14.5px;margin-bottom:40px}.fl-ub-inner{flex-direction:column;gap:8px;text-align:center}.fl-ub-txt{font-size:12px;white-space:normal}.fl-ba-card{padding:22px 18px}.fl-process-steps{grid-template-columns:1fr 1fr}.fl-pt-box{flex-direction:column;gap:14px;text-align:center}.fl-pt-btn{margin-left:0;width:100%}.fl-roi-calc-box{padding:24px 18px}.fl-roi-breakeven{flex-direction:column;gap:8px;padding:14px 16px;text-align:center}.fl-prem-result-grid{gap:12px;grid-template-columns:1fr}.fl-trial-box{flex-direction:column;gap:18px;padding:24px 20px;text-align:center}.fl-trial-cta{width:100%}.fl-contact-form{padding:26px 18px}.fl-form-row{grid-template-columns:1fr}.fl-contact-steps{flex-direction:column;gap:8px}.fl-cs-arrow{transform:rotate(90deg)}.fl-cs-step{min-width:0;min-width:auto;width:100%}.fl-partner-card{padding:24px 20px}.fl-faq-q{font-size:14px;padding:16px 18px}.fl-faq-a{font-size:13.5px;padding:0 18px 16px}}.fl-credits-divider{align-items:center;display:flex;gap:16px;margin:44px 0 32px}.fl-credits-divider-line{background:#dde6f0;flex:1 1;height:1px}.fl-credits-divider-label{color:#94a3b8;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap}.fl-credits-head{margin-bottom:24px;text-align:center}.fl-credits-title{color:#0d1f35;font-size:18px;font-weight:900;letter-spacing:-.4px;margin-bottom:6px}.fl-credits-sub{color:#64748b;font-size:13px}.fl-credits-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:8px}.fl-credit-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;cursor:pointer;overflow:hidden;padding:20px 16px 18px;position:relative;text-align:center;transition:transform .2s,box-shadow .2s,border-color .2s}.fl-credit-card:hover{border-color:#3b7dd8;box-shadow:0 10px 28px #0d1f351a;transform:translateY(-3px)}.fl-credit-card.best{background:linear-gradient(160deg,#eff6ff,#f0fdf9);border-color:#3b7dd8;box-shadow:0 4px 20px #3b7dd826}.fl-credit-card.annual{background:linear-gradient(160deg,#fffbeb,#fff7ed);border-color:#d97706}.fl-credit-best-badge{background:linear-gradient(90deg,#3b7dd8,#00b8a9)}.fl-credit-annual-badge,.fl-credit-best-badge{border-radius:0 0 10px 10px;color:#fff;font-size:10px;font-weight:700;left:50%;padding:3px 14px;position:absolute;top:0;transform:translateX(-50%)}.fl-credit-annual-badge{background:linear-gradient(90deg,#d97706,#f59e0b)}.fl-credit-dc-tag{background:#f0fdfb;border:1px solid #9ee6d9;border-radius:6px;color:#00b8a9;display:inline-block;font-size:10.5px;font-weight:700;margin-bottom:10px;padding:3px 9px}.fl-credit-card.best .fl-credit-dc-tag{background:#eff6ff;border-color:#bfdbfe;color:#3b7dd8}.fl-credit-card.annual .fl-credit-dc-tag{background:#fffbeb;border-color:#fcd34d;color:#d97706}.fl-credit-amount{color:#0d1f35;font-size:32px;font-weight:900;letter-spacing:-1px;line-height:1}.fl-credit-amount span{color:#64748b;font-size:15px;font-weight:700}.fl-credit-price{color:#0d1f35;font-size:17px;font-weight:800;letter-spacing:-.3px;margin:8px 0 3px}.fl-credit-per{color:#94a3b8;font-size:11.5px;font-weight:600}.fl-credit-saved{background:#0fac7e14;border-radius:6px;color:#0fac7e;display:inline-block;font-size:11px;font-weight:700;margin-top:8px;padding:3px 8px}.fl-credit-cta-note{color:#94a3b8;font-size:11px;margin-top:16px;text-align:center}@media (max-width:900px){.fl-credits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.fl-gnb{top:10px;width:calc(100% - 16px)}.fl-hero{padding:88px 16px 48px}.fl-hero-ttl{font-size:clamp(24px,8vw,30px)}.fl-section{padding:52px 16px}.fl-process-steps{grid-template-columns:1fr}.fl-tier-card{padding:24px 20px}.fl-tier-amount{font-size:40px}.fl-contact-form{border-radius:14px;padding:20px 14px}.fl-prem-btn,.fl-roi-fee-btn{font-size:12px;padding:8px 12px}.fl-crisis-num{font-size:46px}.fl-contact-mode-switch{flex-direction:column}.fl-credits-grid{gap:10px;grid-template-columns:1fr 1fr}.fl-credit-amount{font-size:26px}.fl-credit-price{font-size:14px}}.sl-wrap{background:#fff;color:#0f172a;font-family:Figtree,Noto Sans KR,sans-serif;min-height:100vh}.sl-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4f7fbeb;border-bottom:1px solid #0000000f;height:60px;justify-content:space-between;left:0;padding:0 40px;position:fixed;right:0;top:0;z-index:100}.sl-nav,.sl-nav-logo{align-items:center;display:flex}.sl-nav-logo{background:none;border:none;cursor:pointer;gap:10px}.sl-nav-mark{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:7px;color:#fff;display:flex;font-size:11px;font-weight:800;height:28px;justify-content:center;width:28px}.sl-nav-brand{color:#0f172a;font-size:14px;font-weight:700}.sl-nav-brand span{color:#00b8a9}.sl-nav-right{align-items:center;display:flex;gap:12px}.sl-nav-back{color:#64748b;cursor:pointer;font-size:12px}.sl-nav-cta{background:#00b8a9;border:none;border-radius:7px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:13px;font-weight:700;padding:8px 18px;transition:background .2s}.sl-nav-cta:hover{background:#008f83}.sl-hero{background:#070e1c;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:100px 40px 80px;text-align:center}.sl-hero,.sl-hero-badge{align-items:center;position:relative}.sl-hero-badge{background:#00b8a91a;border:1px solid #00b8a933;border-radius:99px;color:#38bdf8;display:inline-flex;font-size:12px;font-weight:700;gap:8px;margin-bottom:36px;padding:6px 16px;z-index:2}.sl-hero-stat-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;margin-bottom:32px;padding:32px 48px;position:relative;z-index:2}.sl-hero-stat-num{color:#fff;font-family:Figtree,sans-serif;font-size:clamp(100px,18vw,160px);font-weight:900;letter-spacing:-.04em;line-height:1}.sl-hero-stat-unit{color:#00b8a9;font-size:clamp(52px,9vw,90px)}.sl-hero-stat-desc{color:#ffffff73;font-size:15px;line-height:1.6;margin:10px auto 0;max-width:500px}.sl-hero-h1{color:#fff;font-size:clamp(22px,3vw,38px);font-weight:800;letter-spacing:-.025em;line-height:1.3;margin-bottom:16px;position:relative;z-index:2}.sl-hero-h1 .hl{color:#10b981}.sl-hero-sub{color:#ffffff8c;font-size:16px;line-height:1.8;margin-bottom:36px;max-width:580px}.sl-hero-btns,.sl-hero-sub{position:relative;z-index:2}.sl-hero-btns{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.sl-btn-p{background:#00b8a9;border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:700;padding:13px 24px;transition:background .2s}.sl-btn-p:hover{background:#008f83}.sl-btn-s{background:#0000;border:1.5px solid #fff3;border-radius:9px;color:#ffffffb3;cursor:pointer;font-size:14px;padding:13px 24px;transition:border-color .2s,color .2s}.sl-btn-s:hover{border-color:#fff6;color:#fff}.sl-hero-source{color:#fff3;font-size:11px;position:relative;z-index:2}.sl-sec{padding:100px 40px}.sl-sec-inner{margin:0 auto;max-width:900px}.sl-sec.dark{background:#070e1c}.sl-sec.gray{background:#f8fafc}.sl-sec.dark-soft{background:#0a1628}.sl-eyebrow{color:#00b8a9;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.sl-eyebrow.light{color:#fff6}.sl-sec-h2{color:#0f172a;font-size:clamp(24px,3vw,36px);font-weight:800;letter-spacing:-.02em;line-height:1.25;margin-bottom:12px}.sl-sec-h2.light{color:#fff}.sl-sec-h2 .hl{color:#00b8a9}.sl-sec-sub{color:#64748b;font-size:15px;line-height:1.8;margin-bottom:40px}.sl-sec-sub.light{color:#ffffff80}.sl-chain{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:0;margin-bottom:32px;overflow:hidden}.sl-chain-node{border-right:1px solid #e2e8f0;flex:1 1;padding:24px 16px;text-align:center}.sl-chain-node:last-child{border-right:none}.sl-chain-tag{border-radius:4px;display:inline-block;font-size:10px;font-weight:700;margin-bottom:8px;padding:2px 8px}.sl-chain-tag.warn{background:#f973161a;color:#f97316}.sl-chain-tag.danger{background:#ef44441a;color:#dc2626}.sl-chain-tag.ok{background:#00b8a91a;color:#00b8a9}.sl-chain-ico{align-items:center;display:flex;font-size:24px;height:32px;justify-content:center;margin-bottom:6px}.sl-chain-ico svg{height:24px;width:24px}.sl-chain-lbl{color:#0f172a;font-size:13px;font-weight:700;margin-bottom:4px}.sl-chain-detail{color:#64748b;font-size:11px}.sl-chain-connector{align-items:center;display:flex;flex:0.5 1;flex-direction:column;justify-content:center;padding:12px}.sl-chain-arrow{color:#94a3b8;font-size:18px;margin-bottom:4px}.sl-chain-badge{border-radius:4px;font-size:10px;font-weight:700;padding:3px 8px}.sl-chain-badge.warn{background:#f973161a;color:#f97316}.sl-chain-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.sl-chain-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center}.sl-chain-stat-num{color:#dc2626;font-family:Figtree,sans-serif;font-size:24px;font-weight:900;margin-bottom:4px}.sl-chain-stat-desc{color:#64748b;font-size:11.5px;line-height:1.5}.sl-timeline{display:flex;flex-direction:column;gap:24px}.sl-tl-chapter{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden}.sl-tl-chapter-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:16px;padding:20px 24px}.sl-tl-ch-num{align-items:center;background:#0f172a;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-family:Figtree,sans-serif;font-size:16px;font-weight:900;height:44px;justify-content:center;width:44px}.sl-tl-ch-when{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:2px;text-transform:uppercase}.sl-tl-ch-scene{color:#0f172a;font-size:16px;font-weight:800;line-height:1.3}.sl-tl-chapter-body{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}.sl-tl-problem{background:#fff8f5;border-right:1px solid #f1f5f9;padding:20px 24px}.sl-tl-solution{background:#f0fdf4;padding:20px 24px}.sl-tl-side-label{font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.sl-tl-side-label.problem{color:#ef4444}.sl-tl-side-label.solution{color:#10b981}.sl-tl-text{color:#475569;font-size:13px;line-height:1.8;white-space:pre-wrap}.sl-tl-text.solution{color:#065f46}.sl-weeks{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.sl-week-card{border-radius:16px;overflow:hidden}.sl-week-num{color:#fff;font-size:14px;font-weight:800;padding:16px;text-align:center}.sl-week-num.w1{background:#00b8a9}.sl-week-num.w2{background:#10b981}.sl-week-num.w3{background:#8b5cf6}.sl-week-num.w4{background:#f59e0b}.sl-week-body{background:#f8fafc;border:1px solid #e2e8f0;border-radius:0 0 16px 16px;padding:16px}.sl-week-head{align-items:center;display:flex;gap:8px;margin-bottom:8px}.sl-week-ttl{color:#0f172a;font-size:14px;font-weight:700}.sl-week-desc{color:#64748b;font-size:12px;line-height:1.6;margin-bottom:10px}.sl-week-tags{display:flex;flex-wrap:wrap;gap:4px}.sl-week-tag{background:#e2e8f0;border-radius:4px;color:#475569;font-size:10px;padding:2px 7px}.sl-data-flow{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin-bottom:24px;overflow:hidden;padding:24px}.sl-df-step{padding:12px 20px;text-align:center}.sl-df-ico{font-size:28px;margin-bottom:6px}.sl-df-lbl{color:#0f172a;font-size:12px;font-weight:700}.sl-df-badge{background:#ef44441a;border-radius:4px;color:#dc2626;display:inline-block;font-size:10px;font-weight:700;margin-top:4px;padding:2px 8px}.sl-df-badge.safe{background:#10b9811a;color:#059669}.sl-df-step.danger .sl-df-lbl{color:#dc2626}.sl-df-step.safe .sl-df-lbl{color:#059669}.sl-df-arrow{color:#cbd5e1;font-size:20px;padding:0 4px}.sl-df-arrow.down{padding:0 20px}.sl-data-callout{background:#f0f9ff;border:1px solid #00b8a926;border-left:3px solid #00b8a9;border-radius:0 10px 10px 0;color:#0369a1;font-size:14px;line-height:1.6;padding:16px 20px}.sl-trust-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.sl-trust-card{align-items:flex-start;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;display:flex;gap:14px;padding:24px}.sl-trust-ico-box{align-items:center;background:#00b8a91a;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.sl-trust-ttl{color:#fff;font-size:15px;font-weight:700;margin-bottom:6px}.sl-trust-desc{color:#ffffff80;font-size:13px;line-height:1.6}.sl-cta-inner{margin:0 auto;max-width:600px;text-align:center}.sl-cta-eyebrow{color:#fff6;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.sl-cta-ttl{color:#fff;font-size:clamp(26px,3.5vw,40px);font-weight:900;letter-spacing:-.02em;line-height:1.2;margin-bottom:12px}.sl-cta-ttl .hl{color:#10b981}.sl-cta-sub{color:#ffffff80;font-size:15px;line-height:1.7;margin-bottom:36px}.sl-contact-form{grid-gap:14px;display:grid;gap:14px;text-align:left}.sl-form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.sl-form-field label{color:#ffffff80;display:block;font-size:12px;font-weight:700;margin-bottom:6px}.sl-form-field input,.sl-form-field select,.sl-form-field textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-family:Noto Sans KR,sans-serif;font-size:13px;outline:none;padding:11px 14px;transition:border-color .2s;width:100%}.sl-form-field input::placeholder,.sl-form-field textarea::placeholder{color:#fff3}.sl-form-field input:focus,.sl-form-field select:focus,.sl-form-field textarea:focus{border-color:#00b8a980}.sl-form-field select option{background:#0f172a}.sl-form-field textarea{min-height:90px;resize:vertical}.sl-form-submit{background:#00b8a9;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:15px;font-weight:700;padding:14px;transition:background .2s;width:100%}.sl-form-submit:hover:not(:disabled){background:#008f83}.sl-form-submit:disabled{cursor:default;opacity:.6}.sl-contact-success{align-items:center;display:flex;flex-direction:column;gap:12px;padding:40px 0;text-align:center}.sl-success-ttl{color:#fff;font-size:22px;font-weight:800}.sl-success-sub{color:#ffffff80;font-size:14px;line-height:1.7}.sl-success-sub a{color:#38bdf8}.sl-footer{background:#050b15;padding:40px;text-align:center}.sl-footer-brand{color:#fff;font-size:16px;font-weight:800;margin-bottom:8px}.sl-footer-brand span{color:#00b8a9}.sl-footer-copy{color:#fff3;font-size:12px}@media (max-width:900px){.sl-nav{padding:0 20px}.sl-sec{padding:60px 24px}.sl-chain{flex-direction:column}.sl-chain-node{border-bottom:1px solid #e2e8f0;border-right:none}.sl-chain-connector{display:none}.sl-chain-stats{grid-template-columns:1fr 1fr}.sl-tl-chapter-body{grid-template-columns:1fr}.sl-tl-problem{border-bottom:1px solid #f1f5f9;border-right:none}.sl-weeks{grid-template-columns:1fr 1fr}.sl-trust-grid{grid-template-columns:1fr}.sl-data-flow{flex-direction:column;gap:0}.sl-df-arrow{transform:rotate(90deg)}.sl-form-row{grid-template-columns:1fr}.sl-hero-stat-wrap{padding:24px 32px}}@media (max-width:520px){.sl-chain-stats,.sl-weeks{grid-template-columns:1fr}}.pl-root{background:#fff;color:#0f172a;font-family:Figtree,Noto Sans KR,sans-serif;min-height:100vh}.pl-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4f7fbeb;border-bottom:1px solid #0000000f;height:60px;justify-content:space-between;left:0;padding:0 40px;position:fixed;right:0;top:0;z-index:100}.pl-nav,.pl-nav-logo{align-items:center;display:flex}.pl-nav-logo{background:none;border:none;cursor:pointer;gap:10px}.pl-nav-mark{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:7px;color:#fff;display:flex;font-size:11px;font-weight:800;height:28px;justify-content:center;width:28px}.pl-nav-brand{color:#0f172a;font-size:14px;font-weight:700}.pl-nav-brand span{color:#00b8a9}.pl-nav-links{display:flex;gap:2px}.pl-nav-links button{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:13px;padding:7px 14px;transition:color .2s}.pl-nav-links button:hover{color:#0f172a}.pl-nav-cta{background:#00b8a9;border:none;border-radius:7px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:13px;font-weight:700;padding:8px 18px;transition:background .2s}.pl-nav-cta:hover{background:#008f83}.pl-hero{align-items:center;background:#070e1c;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:100px 40px 80px;position:relative;text-align:center}.pl-hero-badge{background:#00b8a91a;border:1px solid #00b8a933;border-radius:99px;color:#38bdf8;display:inline-block;font-size:12px;font-weight:700;margin-bottom:28px;padding:5px 16px;position:relative;z-index:2}.pl-hero-nums{align-items:center;display:flex;gap:32px;justify-content:center;margin-bottom:32px;position:relative;z-index:2}.pl-hn-item{text-align:center}.pl-hn-num{font-family:Figtree,sans-serif;font-size:clamp(80px,14vw,130px);font-weight:900;letter-spacing:-.04em;line-height:1}.pl-hn-num.blue{color:#00b8a9}.pl-hn-num.green{color:#10b981}.pl-hn-num.up{color:#f59e0b}.pl-hn-label{color:#fff6;font-size:12px;font-weight:600;margin-top:4px}.pl-hn-div{background:#ffffff1a;height:60px;width:1px}.pl-hero-h1{color:#fff;font-size:clamp(24px,3.5vw,44px);font-weight:900;letter-spacing:-.025em;line-height:1.2;margin-bottom:16px;position:relative;z-index:2}.pl-hero-h1 .hl{color:#00b8a9}.pl-hero-sub{color:#ffffff8c;font-size:16px;line-height:1.8;margin-bottom:36px;max-width:600px;position:relative;z-index:2}.pl-hero-sub strong{color:#fff}.pl-hero-btns{display:flex;gap:12px;justify-content:center;position:relative;z-index:2}.pl-btn-p{background:#00b8a9;border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:700;padding:13px 24px;transition:background .2s}.pl-btn-p:hover{background:#008f83}.pl-btn-g{background:#0000;border:1.5px solid #fff3;border-radius:9px;color:#ffffffb3;cursor:pointer;font-size:14px;padding:13px 24px;transition:border-color .2s,color .2s}.pl-btn-g:hover{border-color:#fff6;color:#fff}.pl-sec{padding:100px 40px}.pl-sec-inner{margin:0 auto;max-width:940px}.pl-sec.gray{background:#f8fafc}.pl-sec.dark{background:#070e1c}.pl-sec.dark-soft{background:#0a1628}.pl-eyebrow{color:#00b8a9;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.pl-eyebrow.light{color:#fff6}.pl-sec-h2{color:#0f172a;font-size:clamp(24px,3vw,38px);font-weight:800;letter-spacing:-.02em;line-height:1.25;margin-bottom:12px}.pl-sec-h2.light{color:#fff}.pl-sec-h2 .hl{color:#00b8a9}.pl-sec-h2 .hl-light{color:#38bdf8}.pl-sec-sub{color:#64748b;font-size:15px;line-height:1.8;margin-bottom:40px}.pl-sec-sub.light{color:#ffffff80}.pl-problem-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:32px}.pl-problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:26px}.pl-problem-ico{align-items:center;border-radius:12px;display:flex;height:44px;justify-content:center;margin-bottom:14px;width:44px}.pl-problem-ttl{color:#0f172a;font-size:15px;font-weight:700;margin-bottom:8px}.pl-problem-desc{color:#64748b;font-size:13px;line-height:1.7;margin:0}.pl-rev-compare{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1fr auto 1fr;margin-top:32px}.pl-rev-col{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.pl-rev-col-label{font-size:12px;font-weight:700;letter-spacing:.06em;padding:12px 20px;text-transform:uppercase}.pl-rev-col-label.before{background:#f8fafc;color:#64748b}.pl-rev-col-label.after{background:#00b8a9;color:#fff}.pl-rev-layer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:14px;padding:16px 20px}.pl-rev-layer-num{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:11px;font-weight:800;height:32px;justify-content:center;width:48px}.pl-rev-layer-num.base{background:#64748b1f;color:#64748b}.pl-rev-layer-num.health{background:#00b8a91f;color:#00b8a9}.pl-rev-layer-num.it{background:#8b5cf61f;color:#8b5cf6}.pl-rev-layer-body strong{color:#0f172a;display:block;font-size:13px;font-weight:700;margin-bottom:2px}.pl-rev-layer-body p{color:#64748b;font-size:12px;margin:0}.pl-rev-locked{border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:6px;padding:14px 20px}.pl-rev-locked span{align-items:center;color:#cbd5e1;display:flex;font-size:12px;gap:6px}.pl-rev-locked span:before{background:#e2e8f0;border-radius:50%;content:"";display:inline-block;height:10px;width:10px}.pl-rev-arrow{color:#94a3b8;font-size:28px;text-align:center}.pl-track-label{align-items:center;border-radius:8px;display:inline-flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.06em;margin-bottom:16px;padding:8px 16px}.pl-track-label.a{background:#00b8a914;border:1px solid #00b8a926;color:#00b8a9}.pl-track-label.b{background:#8b5cf614;border:1px solid #8b5cf626;color:#8b5cf6;margin-top:40px}.pl-channel-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);margin-bottom:32px}.pl-channel-grid.b4{grid-template-columns:repeat(4,1fr)}.pl-channel-card{border:1px solid;border-radius:14px;padding:18px;transition:transform .2s,box-shadow .2s}.pl-channel-card.a{background:#00b8a90a;border-color:#00b8a91f}.pl-channel-card.b{background:#8b5cf60a;border-color:#8b5cf61f}.pl-channel-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.pl-ch-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.pl-ch-code{font-size:10px;font-weight:800;letter-spacing:.06em}.pl-ch-code.a{color:#00b8a9}.pl-ch-code.b{color:#8b5cf6}.pl-ch-tag{border-radius:4px;font-size:9px;font-weight:700;padding:2px 7px}.pl-ch-tag.a{background:#00b8a91a;color:#00b8a9}.pl-ch-tag.b{background:#8b5cf61a;color:#8b5cf6}.pl-ch-name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.3;margin-bottom:4px}.pl-ch-desc{color:#64748b;font-size:11px;line-height:1.5;margin-bottom:8px}.pl-ch-budget{border-radius:4px;display:inline-block;font-size:11px;font-weight:700;padding:4px 8px}.pl-ch-budget.a{background:#00b8a914;color:#0369a1}.pl-ch-budget.b{background:#8b5cf614;color:#6d28d9}.pl-channel-note{background:#f8fafc;border-radius:8px;color:#94a3b8;font-size:11px;line-height:1.6;padding:12px 16px}.pl-ret-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:32px}.pl-ret-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:28px}.pl-ret-icon{align-items:center;background:#00b8a91a;border-radius:12px;display:flex;height:44px;justify-content:center;margin-bottom:16px;width:44px}.pl-ret-ttl{color:#fff;font-size:18px;font-weight:800;margin-bottom:10px}.pl-ret-desc{color:#ffffff80;font-size:13px;line-height:1.7;margin-bottom:14px}.pl-ret-points{list-style:none;margin:0;padding:0}.pl-ret-points li{align-items:center;border-bottom:1px solid #ffffff0a;color:#fff9;display:flex;font-size:12.5px;gap:8px;padding:5px 0}.pl-ret-points li:before{background:#00b8a9;border-radius:50%;content:"";flex-shrink:0;height:5px;width:5px}.pl-flywheel-grid{grid-gap:0;align-items:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;display:grid;gap:0;grid-template-columns:1fr auto 1fr;margin-top:40px;overflow:hidden}.pl-fw-node{padding:32px 28px}.pl-fw-node.partner{border-right:1px solid #ffffff0f}.pl-fw-node.bareunfit{border-left:1px solid #ffffff0f}.pl-fw-node-title{font-size:14px;font-weight:800;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.pl-fw-node-title.partner-t{color:#00b8a9}.pl-fw-node-title.bare-t{color:#10b981}.pl-fw-node ul{list-style:none;margin:0;padding:0}.pl-fw-node li{align-items:center;border-bottom:1px solid #ffffff0a;color:#fff9;display:flex;font-size:13px;gap:8px;padding:6px 0}.pl-fw-node li:before{background:#fff3;border-radius:50%;content:"";flex-shrink:0;height:5px;width:5px}.pl-fw-center{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:32px 20px}.pl-fw-up{background:#00b8a914;border:1px solid #00b8a926;border-radius:8px;color:#38bdf8;font-size:12px;font-weight:700;padding:10px 14px;text-align:center}.pl-fw-circle{align-items:center;background:#ffffff0a;border:2px solid #ffffff1a;border-radius:50%;display:flex;font-size:24px;height:60px;justify-content:center;width:60px}.pl-fw-circle-label{color:#ffffff4d;font-size:10px;margin-top:4px;text-align:center}.pl-fw-down{background:#10b98114;border:1px solid #10b98126;border-radius:8px;color:#34d399;font-weight:700;padding:10px 14px}.pl-fw-down,.pl-fw-note{font-size:12px;text-align:center}.pl-fw-note{background:#ffffff08;border-top:1px solid #ffffff0a;color:#ffffff4d;grid-column:1/-1;line-height:1.7;padding:16px 28px}.pl-contact-layout{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.pl-contact-badge{background:#00b8a91a;border:1px solid #00b8a933;border-radius:99px;color:#38bdf8;display:inline-block;font-size:11px;font-weight:700;margin-bottom:16px;padding:4px 12px}.pl-contact-title{color:#fff;font-size:clamp(24px,3vw,36px);font-weight:900;letter-spacing:-.02em;line-height:1.2;margin-bottom:14px}.pl-contact-sub{color:#ffffff80;font-size:14px;line-height:1.8;margin-bottom:24px}.pl-contact-promises{display:flex;flex-direction:column;gap:8px}.pl-contact-promise{align-items:center;color:#ffffffa6;display:flex;font-size:13px;gap:8px}.pl-promise-dot{align-items:center;background:#10b98126;border:1px solid #10b9814d;border-radius:50%;color:#34d399;display:flex;flex-shrink:0;font-size:9px;height:16px;justify-content:center;width:16px}.pl-contact-form{grid-gap:14px;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;display:grid;gap:14px;padding:28px}.pl-form-row-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.pl-form-field label{color:#fff6;display:block;font-size:12px;font-weight:700;margin-bottom:6px}.pl-form-field input,.pl-form-field textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-family:Noto Sans KR,sans-serif;font-size:13px;outline:none;padding:11px 14px;transition:border-color .2s;width:100%}.pl-form-field input::placeholder,.pl-form-field textarea::placeholder{color:#fff3}.pl-form-field input:focus,.pl-form-field textarea:focus{border-color:#00b8a980}.pl-form-field textarea{min-height:90px;resize:vertical}.pl-form-req{color:#00b8a9}.pl-form-submit{background:#00b8a9;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:700;padding:14px;transition:background .2s,transform .15s;width:100%}.pl-form-submit:hover:not(:disabled){background:#008f83;transform:translateY(-2px)}.pl-form-submit:disabled{cursor:default;opacity:.6}.pl-form-privacy{color:#ffffff40;font-size:11px;line-height:1.5;margin:0;text-align:center}.pl-form-error{color:#f87171;font-size:12px;text-align:center}.pl-form-success{flex-direction:column;gap:16px;padding:40px 0;text-align:center}.pl-form-success,.pl-form-success-icon{align-items:center;display:flex;justify-content:center}.pl-form-success-icon{background:#10b98126;border:2px solid #10b981;border-radius:50%;color:#10b981;font-size:28px;height:64px;width:64px}.pl-form-success h3{color:#fff;font-size:22px;margin:0}.pl-form-success p{color:#fff9;font-size:15px;margin:0}.pl-footer{background:#050b15;padding:40px}.pl-footer-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:940px}.pl-footer-logo{align-items:center;display:flex;gap:10px}.pl-footer-mark{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:7px;color:#fff;display:flex;font-size:11px;font-weight:800;height:28px;justify-content:center;width:28px}.pl-footer-brand{color:#fff;font-size:14px;font-weight:700}.pl-footer-brand span{color:#00b8a9}.pl-footer-info{color:#fff3;font-size:12px}.pl-footer-links{display:flex;gap:16px}.pl-footer-links button{background:none;border:none;color:#ffffff4d;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:12px;padding:0;transition:color .2s}.pl-footer-links button:hover{color:#fffc}@media (max-width:960px){.pl-nav{padding:0 20px}.pl-nav-links{display:none}.pl-sec{padding:60px 24px}.pl-problem-grid,.pl-rev-compare{grid-template-columns:1fr}.pl-rev-arrow{display:none}.pl-channel-grid,.pl-channel-grid.b4{grid-template-columns:1fr 1fr}.pl-flywheel-grid,.pl-ret-grid{grid-template-columns:1fr}.pl-fw-node.bareunfit,.pl-fw-node.partner{border:none;border-bottom:1px solid #ffffff0f}.pl-fw-center{flex-direction:row}.pl-fw-note{display:none}.pl-contact-layout,.pl-form-row-2{grid-template-columns:1fr}.pl-footer-inner{flex-direction:column;gap:16px;text-align:center}}@media (max-width:520px){.pl-hero-nums{gap:16px}.pl-hn-num{font-size:clamp(36px,8vw,60px)}.pl-channel-grid,.pl-channel-grid.b4{grid-template-columns:1fr}}.fd-wrap{background:#f4f7fb;font-family:Noto Sans KR,Inter,sans-serif;height:100vh}.fd-main,.fd-wrap{display:flex;overflow:hidden}.fd-main{flex:1 1;flex-direction:column}.fd-content{flex:1 1;min-height:0;overflow-y:auto;padding:28px 32px 40px}.fd-content>*+*{margin-top:24px}.fd-sidebar{background:#0d1f35;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;width:240px}.fd-sb-logo{border-bottom:1px solid #ffffff12;gap:10px;padding:22px 20px 18px}.fd-sb-logo,.fd-sb-mark{align-items:center;display:flex}.fd-sb-mark{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border-radius:10px;color:#fff;flex-shrink:0;font-size:13px;font-weight:900;height:36px;justify-content:center;width:36px}.fd-sb-name{color:#fff;font-size:16px;font-weight:800;letter-spacing:-.3px}.fd-sb-name span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00b8a9,#3b7dd8);-webkit-background-clip:text}.fd-sb-sub{color:#ffffff59;font-size:10px;margin-top:2px}.fd-sb-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow-y:auto;padding:16px 10px}.fd-sb-item{align-items:center;background:none;border:none;border-radius:10px;color:#ffffff8c;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;padding:10px 12px;position:relative;text-align:left;transition:all .2s;width:100%}.fd-sb-item:hover{background:#ffffff0f;color:#ffffffe6}.fd-sb-item.active{background:#00b8a924;color:#fff}.fd-sb-ico{flex-shrink:0;font-size:15px}.fd-sb-lbl{line-height:1.3}.fd-sb-bar{background:linear-gradient(180deg,#00b8a9,#3b7dd8);border-radius:3px 0 0 3px;height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px}.fd-sb-footer{border-top:1px solid #ffffff12;padding:16px 20px 24px}.fd-sb-credit-label{color:#ffffff59;font-size:10px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.fd-sb-credit-val{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:900;line-height:1;margin-bottom:8px}.fd-sb-credit-val span{color:#ffffff80;font-size:13px;font-weight:600;margin-left:2px}.fd-sb-credit-bar{background:#ffffff1a;border-radius:3px;height:5px;margin-bottom:6px;overflow:hidden}.fd-sb-credit-fill{background:linear-gradient(90deg,#00b8a9,#3b7dd8);border-radius:3px;height:100%;transition:width .6s ease}.fd-sb-credit-sub{color:#ffffff4d;font-size:10px}.fd-topbar{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 8px #0000000d;flex-shrink:0;height:64px;justify-content:space-between;padding:0 32px}.fd-tb-greeting,.fd-topbar{align-items:center;display:flex}.fd-tb-greeting{gap:4px}.fd-tb-hi{color:#64748b;font-size:14px}.fd-tb-name{color:#0d1f35;font-size:15px;font-weight:700}.fd-tb-facility{color:#94a3b8;font-size:13px}.fd-tb-right{align-items:center;display:flex;gap:14px}.fd-credit-warn{background:linear-gradient(90deg,#f59e0b1f,#f59e0b0f);border:1.5px solid #f59e0b59;border-radius:100px;font-weight:700;padding:6px 14px;transition:all .2s;white-space:nowrap}.fd-credit-warn:hover{background:#f59e0b33}.fd-tb-date{color:#94a3b8;font-size:12.5px;white-space:nowrap}.fd-logout{background:#f4f7fb;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;padding:7px 16px;transition:all .2s}.fd-logout:hover{background:#fee2e2;border-color:#fca5a5;color:#e85555}.fd-kpi-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.fd-kpi-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;display:flex;gap:16px;padding:22px 20px;transition:transform .2s,box-shadow .2s}.fd-kpi-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.fd-kpi-ico{align-items:center;border-radius:14px;display:flex;flex-shrink:0;font-size:22px;height:52px;justify-content:center;width:52px}.fd-kpi-card.blue .fd-kpi-ico{background:#3b7dd81a;border:1px solid #3b7dd833}.fd-kpi-card.green .fd-kpi-ico{background:#0fac7e1a;border:1px solid #0fac7e33}.fd-kpi-card.amber .fd-kpi-ico{background:#f59e0b1a;border:1px solid #f59e0b33}.fd-kpi-card.teal .fd-kpi-ico{background:#00b8a91a;border:1px solid #00b8a933}.fd-kpi-val{color:#0d1f35;font-family:Inter,sans-serif;font-size:22px;font-weight:900;line-height:1;margin-bottom:3px}.fd-kpi-label{color:#64748b;font-size:12px;font-weight:600;margin-bottom:2px}.fd-kpi-sub{color:#94a3b8;font-size:11px}.fd-pmf-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.fd-pmf-row-3{grid-template-columns:1fr 1fr 1fr}.fd-pmf-card{background:linear-gradient(135deg,#f0fdf9,#ecfdf5);border:1px solid #00b8a933;border-radius:16px;padding:18px 22px}.fd-pmf-label{color:#0d9488;font-size:11px;font-weight:700;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.fd-pmf-val{color:#0d1f35;font-family:Inter,sans-serif;font-size:28px;font-weight:900;line-height:1;margin-bottom:4px}.fd-pmf-sub{color:#64748b;font-size:11.5px}.fd-mid-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:340px 1fr}.fd-prog-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;padding:24px}.fd-prog-head{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.fd-prog-title{color:#0d1f35;font-size:15px;font-weight:800;margin-bottom:4px}.fd-prog-sub{color:#64748b;font-size:12px}.fd-prog-btn{background:none;border:none;color:#3b7dd8;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap}.fd-prog-body{align-items:center;display:flex;gap:20px}.fd-prog-legend{display:flex;flex:1 1;flex-direction:column;gap:10px}.fd-prog-leg-item{align-items:center;color:#64748b;display:flex;font-size:12.5px;gap:8px}.fd-prog-leg-item strong{color:#0d1f35}.fd-prog-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.fd-prog-dot.teal{background:#00b8a9}.fd-prog-dot.gray{background:#e2e8f0}.fd-prog-dot.amber{background:#f59e0b}.fd-prog-notice{background:#3b7dd80f;border:1px solid #3b7dd826;border-radius:8px;color:#3b7dd8;font-size:12px;font-weight:600;margin-top:6px;padding:8px 12px}.fd-qa-wrap{display:flex;flex-direction:column;gap:14px}.fd-qa-label{color:#94a3b8;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.fd-qa-btn{align-items:center;border:none;border-radius:16px;cursor:pointer;display:flex;flex:1 1;gap:16px;padding:22px 24px;text-align:left;transition:all .25s}.fd-qa-btn.register{background:linear-gradient(135deg,#0d1f35,#1a3a5c);box-shadow:0 8px 24px #0d1f3533}.fd-qa-btn.measure{background:linear-gradient(135deg,#00b8a9,#3b7dd8);box-shadow:0 8px 24px #00b8a940}.fd-qa-ico{flex-shrink:0;font-size:28px}.fd-qa-ttl{color:#fff;font-size:15px;font-weight:800;letter-spacing:-.3px;margin-bottom:4px}.fd-qa-desc{color:#ffffffa6;font-size:12px;line-height:1.5}.fd-qa-arrow{color:#ffffff80;flex-shrink:0;font-size:20px;margin-left:auto}.fd-qa-btn:hover{transform:translateY(-2px)}.fd-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;overflow:hidden}.fd-card-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:18px 24px}.fd-card-title{color:#0d1f35;font-size:15px;font-weight:800}.fd-card-sub{color:#94a3b8;font-size:12px}.fd-table-wrap{overflow-x:auto}.fd-table{border-collapse:collapse;font-size:13px;width:100%}.fd-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.4px;padding:11px 16px;text-align:left;text-transform:uppercase}.fd-table td{border-bottom:1px solid #f1f5f9;padding:13px 16px;vertical-align:middle}.fd-table tr:last-child td{border-bottom:none}.fd-table tr:hover td{background:#fafbfd}.fd-tr-attention td{background:#f59e0b08}.fd-td-name{color:#0d1f35;font-weight:700}.fd-td-muted{color:#64748b}.fd-score-wrap{align-items:center;display:flex;gap:8px}.fd-score-bar{background:#e2e8f0;border-radius:3px;height:5px;overflow:hidden;width:60px}.fd-score-fill{border-radius:3px;height:100%;transition:width .4s}.fd-score-num{font-family:Inter,sans-serif;font-size:12px;font-weight:700}.fd-status-chip{align-items:center;border-radius:100px;display:inline-flex;font-size:11px;font-weight:700;padding:3px 10px}.fd-status-chip.ok{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-status-chip.fail{background:#e855551a;border:1px solid #e8555533;color:#e85555}.fd-attention-chip{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:100px;color:#d97706;font-weight:700}.fd-attention-chip,.fd-normal-chip{display:inline-flex;font-size:11px;padding:3px 9px}.fd-normal-chip{background:#f4f7fb;border:1px solid #e2e8f0;border-radius:100px;color:#94a3b8;font-weight:600}.fd-schedule-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;overflow:hidden}.fd-sch-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:18px 24px}.fd-sch-title{color:#0d1f35;font-size:15px;font-weight:800}.fd-sch-date{color:#94a3b8;font-size:12px}.fd-sch-grid{grid-gap:0;border-top:1px solid #f1f5f9;display:grid;gap:0;grid-template-columns:repeat(3,1fr)}.fd-sch-col{border-right:1px solid #f1f5f9}.fd-sch-col:last-child{border-right:none}.fd-sch-col-head{align-items:center;display:flex;font-size:12px;font-weight:700;gap:8px;letter-spacing:.3px;padding:12px 20px}.fd-sch-col-head.blue{background:#3b7dd812;border-bottom:2px solid #3b7dd8;color:#3b7dd8}.fd-sch-col-head.amber{background:#f59e0b12;border-bottom:2px solid #f59e0b;color:#d97706}.fd-sch-col-head.green{background:#0fac7e12;border-bottom:2px solid #0fac7e;color:#0fac7e}.fd-sch-col-body{display:flex;flex-direction:column;gap:8px;padding:12px 16px}.fd-sch-item{align-items:flex-start;border:1px solid #0000;border-radius:10px;display:flex;gap:12px;padding:12px 14px;transition:all .2s}.fd-sch-item.measure{background:#f0f7ff;border-color:#3b7dd826}.fd-sch-item.measure.today{background:#3b7dd81a;border-color:#3b7dd84d}.fd-sch-item.measure.done{background:#f0fdf9;border-color:#0fac7e26;opacity:.8}.fd-sch-item.attention{background:#fffbeb;border-color:#f59e0b33}.fd-sch-item.attention.urgent{background:#fff7ed;border-color:#f59e0b66}.fd-sch-item.consult{background:#f0fdf9;border-color:#0fac7e33;text-align:left;width:100%}.fd-sch-item.consult:hover{background:#0fac7e1a;cursor:pointer;transform:translateY(-1px)}.fd-consult-btn{border:none}.fd-sch-time{color:#3b7dd8;flex-shrink:0;font-family:Inter,sans-serif;font-size:12px;font-weight:800;margin-top:1px;min-width:40px}.fd-sch-attn-due{color:#d97706;flex-shrink:0;font-size:11px;font-weight:700;margin-top:2px;min-width:38px}.fd-sch-content{flex:1 1}.fd-sch-cls{color:#0d1f35;font-size:13px;font-weight:700;margin-bottom:3px}.fd-sch-detail{color:#64748b;font-size:11.5px}.fd-sch-detail strong{color:#0d1f35}.fd-sch-now-badge{color:#e85555}.fd-sch-done-badge,.fd-sch-now-badge{display:inline-block;font-size:10.5px;font-weight:700;margin-top:5px}.fd-sch-done-badge{color:#0fac7e}.fd-sch-popup-hint{color:#0fac7e;font-size:10.5px;font-weight:600;margin-top:5px}.fd-sch-student{align-items:center;display:flex;gap:6px;margin-bottom:3px}.fd-sch-student-name{color:#0d1f35;font-size:13px;font-weight:700}.fd-urgent-dot{animation:fd-blink 1.2s ease-in-out infinite;background:#e85555;border-radius:50%;height:7px;width:7px}@keyframes fd-blink{0%,to{opacity:1}50%{opacity:.3}}.fd-sch-issue{color:#d97706;font-size:12px;font-weight:600;margin-bottom:2px}.fd-sch-note{background:#f8fafc;border-radius:8px;color:#94a3b8;font-size:10.5px;line-height:1.6;margin-top:6px;padding:8px 10px}.fd-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1f358c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:999}.fd-modal{background:#fff;border-radius:20px;box-shadow:0 32px 80px #00000040;max-width:520px;overflow:hidden;width:100%}.fd-modal-head{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#eff6ff);border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:22px 24px}.fd-modal-ttl{color:#0d1f35;font-size:16px;font-weight:800;margin-bottom:4px}.fd-modal-sub{color:#64748b;font-size:12px}.fd-modal-close{align-items:center;background:#f4f7fb;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;flex-shrink:0;font-size:15px;height:44px;justify-content:center;width:44px}.fd-modal-body{padding:20px 24px}.fd-modal-score-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.fd-modal-score-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 12px;text-align:center}.fd-modal-sc-lbl{color:#94a3b8;font-size:10.5px;font-weight:600;margin-bottom:6px}.fd-modal-sc-val{color:#0d1f35;font-family:Inter,sans-serif;font-size:20px;font-weight:900;line-height:1}.fd-modal-sc-val span{font-size:12px;font-weight:600}.fd-modal-sc-val.blue{color:#3b7dd8}.fd-modal-sc-val.teal{color:#00b8a9}.fd-modal-metrics{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:14px}.fd-modal-m{background:#fffbeb;border:1px solid #f59e0b33;border-radius:10px;padding:12px;text-align:center}.fd-modal-m.warn .fd-modal-m-val{color:#d97706}.fd-modal-m-ico{font-size:18px;margin-bottom:4px}.fd-modal-m-name{color:#64748b;font-size:10.5px;margin-bottom:4px}.fd-modal-m-val{font-family:Inter,sans-serif;font-size:16px;font-weight:900}.fd-modal-comment{background:linear-gradient(135deg,#eff6ff,#f0fdf9);border:1px solid #3b7dd826;border-radius:10px;padding:14px}.fd-modal-comment-tag{color:#3b7dd8;font-size:10.5px;font-weight:700;margin-bottom:6px}.fd-modal-comment p{color:#475569;font-size:13px;line-height:1.75;margin:0;word-break:keep-all}.fd-modal-foot{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.fd-modal-full-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:8px;color:#fff;font-weight:700}.fd-modal-close-btn,.fd-modal-full-btn{cursor:pointer;font-size:13px;padding:9px 20px}.fd-modal-close-btn{background:#f4f7fb;border:1px solid #e2e8f0;border-radius:8px;color:#64748b}.fd-sub-view{display:flex;flex-direction:column;gap:24px}.fd-sub-head{padding:4px 0}.fd-sub-title{color:#0d1f35;font-size:20px;font-weight:900;letter-spacing:-.5px;margin-bottom:6px}.fd-sub-desc{color:#64748b;font-size:13.5px}.fd-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;padding:32px}.fd-form-notice{margin-bottom:24px}.fd-form-section-title{color:#94a3b8;font-size:12px;font-weight:700;letter-spacing:.8px;margin-bottom:14px;text-transform:uppercase}.fd-reg-form{display:flex;flex-direction:column;gap:0}.fd-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.fd-form-submit{background:linear-gradient(135deg,#0d1f35,#1a3a5c);border:none;border-radius:12px;box-shadow:0 6px 20px #0d1f3540;color:#fff;cursor:pointer;font-size:15px;font-weight:800;margin-top:24px;padding:14px;transition:all .25s}.fd-form-submit:hover{box-shadow:0 10px 28px #0d1f3559;transform:translateY(-1px)}.fd-students-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.fd-student-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:20px 18px;transition:transform .2s}.fd-student-card:hover{transform:translateY(-2px)}.fd-student-card.attention{background:#fffdf7;border-color:#f59e0b59}.fd-student-card.unmeasured{background:#f8fbff;border-color:#3b7dd840}.fd-sc-top{align-items:center;display:flex;gap:10px;margin-bottom:14px}.fd-sc-avatar{font-size:26px}.fd-sc-name{color:#0d1f35;font-size:14px;font-weight:800}.fd-sc-grade{color:#94a3b8;font-size:11px}.fd-sc-warn{font-size:16px;margin-left:auto}.fd-sc-score-row{color:#64748b;display:flex;font-size:12px;justify-content:space-between;margin-bottom:6px}.fd-sc-bar{background:#e2e8f0;border-radius:3px;height:5px;margin-bottom:10px;overflow:hidden}.fd-sc-bar-fill{border-radius:3px;height:100%;transition:width .5s}.fd-sc-measured-badge{background:#0fac7e14;border:1px solid #0fac7e33;border-radius:100px;color:#0fac7e;display:inline-block;font-size:11px;font-weight:700;padding:4px 10px}.fd-sc-measure-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:10px;transition:all .2s;width:100%}.fd-sc-measure-btn:hover{opacity:.9}.fd-credit-stat-card{border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;padding:24px;text-align:center}.fd-csc-ico{font-size:32px;margin-bottom:10px}.fd-csc-val{font-family:Inter,sans-serif;font-size:28px;margin-bottom:5px}.fd-csc-warn{color:#d97706;font-size:11.5px;font-weight:600;margin-top:10px}.fd-charge-box{border:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000a;padding:28px}.fd-charge-title{font-weight:800}.fd-charge-options{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.fd-charge-opt{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:24px 20px;transition:all .2s}.fd-charge-opt:hover{background:#f0fdfb;border-color:#00b8a9}.fd-charge-opt.best{background:linear-gradient(160deg,#f0fdfb,#eff6ff);border-color:#00b8a9}.fd-charge-best{background:linear-gradient(90deg,#00b8a9,#3b7dd8);border-radius:100px;font-size:10px;padding:3px 12px;top:-10px;white-space:nowrap}.fd-charge-amount{font-family:Inter,sans-serif;font-size:26px;margin-bottom:6px}.fd-charge-price{color:#00b8a9;font-size:18px;font-weight:800;margin-bottom:4px}.fd-charge-unit{color:#94a3b8;font-size:11.5px;margin-bottom:16px}.fd-charge-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:9px;color:#fff;font-size:13px;padding:10px;transition:all .2s}.fd-charge-btn:hover{opacity:.9;transform:translateY(-1px)}.fd-placeholder{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:80px 24px;text-align:center}.fd-ph-ico{font-size:48px;margin-bottom:16px}.fd-ph-title{color:#0d1f35;font-size:20px;font-weight:800;margin-bottom:8px}.fd-ph-desc{color:#94a3b8;font-size:14px}.fd-cam-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000eb;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.fd-cam-modal{background:#0d1f35;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 32px 80px #0009;max-width:520px;overflow:hidden;width:100%}.fd-cam-head{align-items:flex-start;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:16px 20px}.fd-cam-title{color:#fff;font-size:15px;font-weight:800;margin-bottom:4px}.fd-cam-subtitle{color:#ffffff80;font-size:12px}.fd-cam-x{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;color:#ffffffb3;cursor:pointer;display:flex;flex-shrink:0;font-size:15px;height:44px;justify-content:center;width:44px}.fd-cam-x:hover{background:#e855554d;color:#fff}.fd-cam-vf{align-items:center;aspect-ratio:3/4;background:#000;display:flex;justify-content:center;max-height:55vh;overflow:hidden;position:relative}.fd-cam-vf.side{aspect-ratio:4/3}.fd-cam-video{display:block;height:100%;object-fit:cover;width:100%}.fd-cam-guide-wrap{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.fd-cam-svg{filter:drop-shadow(0 0 6px rgba(0,184,169,.5));height:90%;opacity:.9;width:auto}.fd-cam-corner{border-color:#00b8a9e6;border-style:solid;height:22px;position:absolute;width:22px}.fd-cam-corner.tl{border-radius:4px 0 0 0;border-width:2.5px 0 0 2.5px;left:12px;top:12px}.fd-cam-corner.tr{border-radius:0 4px 0 0;border-width:2.5px 2.5px 0 0;right:12px;top:12px}.fd-cam-corner.bl{border-radius:0 0 0 4px;border-width:0 0 2.5px 2.5px;bottom:48px;left:12px}.fd-cam-corner.br{border-radius:0 0 4px 0;border-width:0 2.5px 2.5px 0;bottom:48px;right:12px}.fd-cam-hint-bar{background:#000000b3;bottom:0;color:#ffffffbf;font-size:11.5px;left:0;line-height:1.5;padding:8px 14px;position:absolute;right:0;text-align:center}.fd-cam-shutter{align-items:center;background:#ffffff26;border:3px solid #fff;border-radius:50%;bottom:80px;cursor:pointer;display:flex;height:64px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);transition:all .15s;width:64px}.fd-cam-shutter:hover{background:#ffffff40;transform:translateX(-50%) scale(1.05)}.fd-cam-shutter:active{transform:translateX(-50%) scale(.94)}.fd-cam-shutter-ring{background:#fff;border-radius:50%;display:block;height:50px;width:50px}.fd-cam-error{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:200px;padding:40px 24px;text-align:center}.fd-cam-err-ico{font-size:44px}.fd-cam-error p{color:#ffffffa6;font-size:13.5px;line-height:1.75;white-space:pre-line}.fd-cam-preview{background:#000;display:flex;flex-direction:column;position:relative}.fd-cam-img{aspect-ratio:3/4;display:block;max-height:55vh;object-fit:cover;width:100%}.fd-cam-preview-btns{background:#0d1f35;border-top:1px solid #ffffff0f;display:flex;gap:12px;padding:14px 18px}.fd-cam-retake,.fd-cam-use{border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;padding:11px;transition:all .2s}.fd-cam-retake{background:#ffffff14;border:1.5px solid #ffffff26;color:#fffc}.fd-cam-retake:hover{background:#ffffff26}.fd-cam-use{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;color:#fff}.fd-cam-use:hover{opacity:.9}.fd-photo-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.fd-photo-row.compact .fd-photo-field{min-height:140px}.fd-photo-field{background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:14px;display:flex;flex-direction:column;gap:8px;min-height:180px;padding:18px;transition:border-color .2s}.fd-photo-field:hover{border-color:#00b8a9}.fd-photo-label{color:#0d1f35;font-size:12px;font-weight:700}.fd-photo-guide{color:#94a3b8;flex:1 1;font-size:11.5px;line-height:1.6}.fd-photo-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto}.fd-photo-cam-btn,.fd-photo-file-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 14px;text-align:left;transition:all .2s}.fd-photo-cam-btn{background:linear-gradient(135deg,#0d1f35,#1a3a5c);color:#fff}.fd-photo-cam-btn:hover{opacity:.9}.fd-photo-file-btn{background:#fff;border:1.5px solid #e2e8f0;color:#64748b}.fd-photo-file-btn:hover{border-color:#00b8a9;color:#00b8a9}.fd-photo-ico{font-size:15px}.fd-photo-done{align-items:center;display:flex;flex-direction:column;gap:10px}.fd-photo-thumb{aspect-ratio:3/4;border:2px solid #00b8a9;border-radius:10px;object-fit:cover;width:100%}.fd-photo-retake{background:#f4f7fb;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:12.5px;font-weight:600;padding:8px;transition:all .2s;width:100%}.fd-photo-retake:hover{border-color:#e85555;color:#e85555}.fd-photo-notice{background:#0fac7e0d;border:1px solid #0fac7e33;border-radius:10px;color:#057a55;font-size:12px;line-height:1.65;margin-top:4px;padding:12px 16px}.fd-photo-notice.small{font-size:11.5px}.fd-reg-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;gap:0;overflow:hidden}.fd-form-notice{background:#00b8a90f;border:1px solid #00b8a933;border-radius:10px;color:#008f83;font-size:12.5px;font-weight:600;margin:24px 28px 0;padding:12px 16px}.fd-form-section{border-bottom:1px solid #f1f5f9;padding:24px 28px}.fd-form-section:last-of-type{border-bottom:none}.fd-form-section-head{align-items:center;border-bottom:1.5px solid #f1f5f9;color:#0d1f35;display:flex;font-size:13px;font-weight:800;gap:8px;margin-bottom:18px;padding-bottom:12px}.fd-form-section-ico{font-size:16px}.fd-section-badge{background:#3b7dd81a;border:1px solid #3b7dd833;border-radius:100px;color:#3b7dd8;font-size:10.5px;font-weight:700;margin-left:auto;padding:3px 10px}.fd-section-badge.green{background:#0fac7e1a;border-color:#0fac7e33;color:#0fac7e}.fd-form-grid-3{grid-gap:16px;grid-template-columns:repeat(3,1fr)}.fd-form-grid-2,.fd-form-grid-3{display:grid;gap:16px;margin-bottom:14px}.fd-form-grid-2{grid-gap:16px;grid-template-columns:repeat(2,1fr)}.fd-form-grid-4{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:14px}.fd-form-field{display:flex;flex-direction:column;gap:5px}.fd-form-field label{color:#64748b;font-size:12px;font-weight:600}.fd-field-hint{color:#94a3b8;font-size:11px;font-weight:400}.fd-form-field input,.fd-form-field select{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;box-sizing:border-box;color:#0d1f35;font-family:inherit;font-size:14px;outline:none;padding:10px 13px;transition:border-color .2s;width:100%}.fd-form-field input:focus,.fd-form-field select:focus{background:#fff;border-color:#00b8a9;box-shadow:0 0 0 3px #00b8a91a}.fd-input-unit{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;display:flex;overflow:hidden;transition:border-color .2s}.fd-input-unit:focus-within{background:#fff;border-color:#00b8a9;box-shadow:0 0 0 3px #00b8a91a}.fd-input-unit input{background:none;border:none;color:#0d1f35;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:10px 13px}.fd-input-unit span{background:#00000005;border-left:1px solid #e2e8f0;color:#94a3b8;font-size:12px;font-weight:600;line-height:40px;padding:0 12px;white-space:nowrap}.fd-field-note{color:#94a3b8;font-size:11.5px;line-height:1.6;margin-top:8px}.fd-measure-tips{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;color:#64748b;display:flex;flex-wrap:wrap;font-size:11.5px;gap:16px;padding:10px 14px}.fd-reg-submit{background:linear-gradient(135deg,#0d1f35,#1a3a5c);border:none;border-radius:12px;box-shadow:0 6px 20px #0d1f3540;color:#fff;cursor:pointer;font-size:15px;font-weight:800;letter-spacing:-.2px;margin:0 28px 28px;padding:16px;transition:all .25s}.fd-reg-submit:hover{box-shadow:0 12px 32px #0d1f3559;transform:translateY(-2px)}.fd-reg-submit:active{transform:translateY(0)}.fd-st-toolbar{flex-wrap:wrap;gap:12px}.fd-st-search,.fd-st-toolbar{align-items:center;display:flex}.fd-st-search{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex:1 1;gap:8px;max-width:360px;min-width:220px;padding:0 12px;transition:border-color .2s}.fd-st-search:focus-within{border-color:#00b8a9;box-shadow:0 0 0 3px #00b8a91a}.fd-st-search-ico{color:#94a3b8;flex-shrink:0;font-size:14px}.fd-st-search-input{background:none;border:none;color:#0d1f35;flex:1 1;font-family:inherit;font-size:13.5px;outline:none;padding:10px 0}.fd-st-search-clear{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:13px;padding:4px}.fd-st-search-clear:hover{color:#e85555}.fd-st-filters{display:flex;flex-wrap:wrap;gap:6px}.fd-st-filter{background:#fff;border:1.5px solid #e2e8f0;border-radius:100px;color:#64748b;cursor:pointer;font-size:12px;font-weight:600;padding:7px 13px;transition:all .2s;white-space:nowrap}.fd-st-filter:hover{border-color:#00b8a9;color:#00b8a9}.fd-st-filter.active{background:#00b8a9;border-color:#00b8a9;color:#fff}.fd-st-count{color:#94a3b8;font-size:12.5px;margin-left:auto;white-space:nowrap}.fd-st-count strong{color:#0d1f35}.fd-sc-done-row{align-items:center;display:flex;justify-content:space-between}.fd-sc-reenter{color:#3b7dd8;cursor:pointer;font-size:11px;font-weight:600}.fd-student-card{cursor:pointer}.fd-sc-status-badge{border-radius:8px;display:inline-block;font-size:11.5px;font-weight:700;margin:4px 0 6px;padding:4px 10px}.fd-basic-save-row{align-items:center;display:flex;gap:12px;padding:14px 0 6px}.fd-basic-save-btn{background:#f1f5f9;border:2px solid #cbd5e1;border-radius:10px;color:#334155;cursor:pointer;font-size:14px;font-weight:700;padding:11px 22px;transition:all .2s;white-space:nowrap}.fd-basic-save-btn:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}.fd-basic-save-btn:disabled{cursor:not-allowed;opacity:.5}.fd-basic-save-hint{color:#94a3b8;font-size:12px}.fd-or-divider{align-items:center;color:#94a3b8;display:flex;font-size:12.5px;gap:10px;margin:10px 0 4px}.fd-or-divider:after,.fd-or-divider:before{background:#e2e8f0;content:"";flex:1 1;height:1px}.fd-st-empty{color:#94a3b8;font-size:14px;grid-column:1/-1;padding:48px;text-align:center}.fd-measure-modal{background:#fff;border-radius:20px;box-shadow:0 32px 80px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;width:100%}.fd-mm-head{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#eff6ff);border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:space-between;padding:22px 24px}.fd-mm-title{color:#0d1f35;font-size:16px;font-weight:800;margin-bottom:4px}.fd-mm-sub{color:#64748b;font-size:12px}.fd-mm-body{flex:1 1;overflow-y:auto;padding:22px 24px}.fd-mm-section-title{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:12px;text-transform:uppercase}.fd-mm-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr);margin-bottom:4px}.fd-mm-submit{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:12px;box-shadow:0 6px 20px #00b8a940;color:#fff;cursor:pointer;font-size:14px;font-weight:800;margin-top:20px;padding:14px;transition:all .25s;width:100%}.fd-mm-submit:hover{box-shadow:0 10px 28px #00b8a959;transform:translateY(-1px)}.fd-ar-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.fd-ar-card{border:1.5px solid;border-radius:12px;padding:14px 16px}.fd-ar-card.ok{background:#0fac7e0f;border-color:#0fac7e4d}.fd-ar-card.warn{background:#f59e0b0f;border-color:#f59e0b59}.fd-ar-card.fail{background:#e855550d;border-color:#e8555540}.fd-ar-card-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.fd-ar-icon{font-size:16px}.fd-ar-label{color:#1e293b;flex:1 1;font-size:13px;font-weight:600}.fd-ar-badge{border-radius:20px;font-size:11px;font-weight:700;padding:2px 8px}.fd-ar-badge.ok{background:#0fac7e26;color:#0a8a63}.fd-ar-badge.warn{background:#f59e0b26;color:#b45309}.fd-ar-badge.fail{background:#e855551f;color:#c0392b}.fd-ar-metrics{display:flex;flex-wrap:wrap;gap:8px}.fd-ar-metric{background:#ffffffb3;border:1px solid #94a3b833;border-radius:8px;display:flex;flex-direction:column;gap:2px;padding:6px 12px}.fd-ar-metric span{color:#64748b;font-size:10px}.fd-ar-metric strong{color:#0f172a;font-size:14px;font-weight:700}.fd-ar-fail-msg{color:#64748b;font-size:12px;line-height:1.6;margin:0}.fd-ar-retake-notice{background:#f59e0b14;border:1px solid #f59e0b4d;border-radius:10px;color:#92400e;font-size:12px;line-height:1.6;margin-bottom:16px;padding:10px 14px}.fd-ar-actions{display:flex;gap:10px}.fd-ar-btn-retake{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px;transition:all .15s}.fd-ar-btn-retake:hover{background:#f1f5f9;border-color:#cbd5e1}.fd-ar-btn-confirm{background:linear-gradient(135deg,#00b8a9,#09d);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:2 1;font-size:14px;font-weight:700;padding:12px;transition:all .15s}.fd-ar-btn-confirm:hover{box-shadow:0 6px 20px #00b8a94d;transform:translateY(-1px)}.fd-sv-tabs{border-bottom:2px solid #f1f5f9;display:flex;gap:6px;padding-bottom:0}.fd-sv-tab{background:none;border:1.5px solid #0000;border-bottom:none;border-radius:10px 10px 0 0;color:#94a3b8;cursor:pointer;font-size:13.5px;font-weight:700;margin-bottom:-2px;padding:10px 20px;transition:all .2s}.fd-sv-tab:hover{background:#f8fafc;color:#0d1f35}.fd-sv-tab.active{background:#fff;border-color:#e2e8f0 #e2e8f0 #fff;color:#0d1f35}.fd-cal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;overflow:hidden}.fd-cal-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:14px;padding:18px 24px}.fd-cal-header,.fd-cal-nav{align-items:center;display:flex}.fd-cal-nav{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;color:#0d1f35;cursor:pointer;flex-shrink:0;font-size:18px;height:34px;justify-content:center;transition:all .2s;width:34px}.fd-cal-nav:hover{background:#0d1f35;border-color:#0d1f35;color:#fff}.fd-cal-month{color:#0d1f35;font-family:Inter,sans-serif;font-size:18px;font-weight:900;min-width:140px}.fd-cal-legend{display:flex;flex-wrap:wrap;gap:14px;margin-left:auto}.fd-cal-leg-item{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.fd-cal-leg-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.fd-cal-weekdays{border-bottom:1px solid #f1f5f9;display:grid;grid-template-columns:repeat(7,1fr)}.fd-cal-wd{color:#94a3b8;font-size:12px;font-weight:700;letter-spacing:.3px;padding:10px 0;text-align:center}.fd-cal-wd.sun{color:#e85555}.fd-cal-wd.sat{color:#3b7dd8}.fd-cal-cells{display:grid;grid-template-columns:repeat(7,1fr)}.fd-cal-cell{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;cursor:pointer;min-height:100px;padding:8px 6px;position:relative;transition:background .15s;vertical-align:top}.fd-cal-cell:nth-child(7n){border-right:none}.fd-cal-cell:hover:not(.empty){background:#f8fafc}.fd-cal-cell.empty{background:#fafbfc;cursor:default}.fd-cal-cell.today{background:#00b8a90a}.fd-cal-cell.today .fd-cal-day-num{align-items:center;background:#00b8a9;border-radius:50%;color:#fff;display:flex;font-weight:900;height:24px;justify-content:center;width:24px}.fd-cal-cell.sun .fd-cal-day-num{color:#e85555}.fd-cal-cell.sat .fd-cal-day-num{color:#3b7dd8}.fd-cal-day-num{align-items:center;color:#0d1f35;display:flex;font-size:13px;font-weight:700;height:24px;justify-content:center;margin-bottom:4px;width:24px}.fd-cal-day-evs{display:flex;flex-direction:column;gap:2px}.fd-cal-ev-chip{border-radius:4px;cursor:pointer;font-size:10px;font-weight:600;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.fd-cal-ev-more{color:#94a3b8;font-size:10px;font-weight:600;padding:1px 4px}.fd-cal-summary{background:#f8fafc;border-top:1px solid #f1f5f9;padding:18px 24px}.fd-cal-summary-title{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.fd-cal-summary-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.fd-cal-summary-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:9px;display:flex;font-size:13px;gap:10px;padding:9px 12px 9px 14px}.fd-cal-sum-date{color:#3b7dd8;font-family:Inter,sans-serif;font-size:12px;font-weight:700;min-width:36px}.fd-cal-sum-type{font-size:11px;font-weight:700;min-width:80px}.fd-cal-sum-title{color:#0d1f35;flex:1 1;font-weight:600}.fd-cal-sum-note{color:#94a3b8;font-size:11.5px}.fd-cal-sum-del{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:13px;margin-left:auto;padding:2px 6px}.fd-cal-sum-del:hover{color:#e85555}.fd-day-modal{background:#fff;border-radius:20px;box-shadow:0 32px 80px #00000040;max-width:500px;overflow:hidden;width:100%}.fd-day-modal-body{max-height:60vh;overflow-y:auto;padding:18px 24px}.fd-day-ev-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.fd-day-ev-item{align-items:flex-start;border-radius:10px;display:flex;gap:10px;justify-content:space-between;padding:12px 14px}.fd-day-ev-type{font-size:10.5px;font-weight:700;margin-bottom:3px}.fd-day-ev-title{color:#0d1f35;font-size:14px;font-weight:700}.fd-day-ev-note{color:#64748b;font-size:12px;margin-top:2px}.fd-day-ev-del{background:#e855550f;border:1.5px solid #e855554d;border-radius:6px;color:#e85555;cursor:pointer;flex-shrink:0;font-size:11px;font-weight:700;padding:4px 10px;white-space:nowrap}.fd-day-ev-del:hover{background:#e8555526}.fd-day-empty-msg{color:#94a3b8;font-size:13px;padding:16px 0;text-align:center}.fd-day-add-section{border-top:1px solid #f1f5f9;padding-top:16px}.fd-day-add-label{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.4px;margin-bottom:12px}.fd-day-add-btn{background:linear-gradient(135deg,#0d1f35,#1a3a5c);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:11px;transition:all .2s;width:100%}.fd-day-add-btn:hover{transform:translateY(-1px)}.fd-sv-action-bar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fd-sv-action-info{align-items:center;color:#64748b;display:flex;font-size:14px;gap:10px}.fd-sv-action-info strong{color:#0d1f35}.fd-sv-action-hint{color:#94a3b8;font-size:12px}.fd-sv-add-btn{background:linear-gradient(135deg,#0d1f35,#1a3a5c);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:9px 18px;transition:all .2s;white-space:nowrap}.fd-sv-add-btn:hover{box-shadow:0 6px 16px #0d1f3540;transform:translateY(-1px)}.fd-attn-list{gap:12px}.fd-attn-empty{background:#fff;border:1px solid #e2e8f0;border-radius:14px;color:#94a3b8;font-size:14px;padding:40px;text-align:center}.fd-attn-card{background:#fff;border:1.5px solid #f59e0b40;border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:18px 20px}.fd-attn-card.monitor{background:#fafcff;border-color:#3b7dd833}.fd-attn-head{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.fd-attn-id{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.fd-attn-name{font-size:15px;font-weight:800}.fd-attn-grade{color:#94a3b8;font-size:12px}.fd-attn-score-badge{border-radius:100px;font-size:12px;font-weight:700;padding:2px 10px}.fd-attn-status-chip{border-radius:100px;font-size:11px;font-weight:700;padding:3px 10px}.fd-attn-status-chip.active{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-attn-status-chip.monitor{background:#3b7dd81a;border:1px solid #3b7dd833;color:#3b7dd8}.fd-attn-ctrl{display:flex;gap:8px}.fd-attn-edit-btn{background:#f4f7fb;border:1.5px solid #e2e8f0;border-radius:7px;color:#64748b;cursor:pointer;font-size:12px;font-weight:600;padding:5px 14px;transition:all .2s}.fd-attn-edit-btn:hover{border-color:#3b7dd8;color:#3b7dd8}.fd-attn-del-btn{background:#e855550f;border:1.5px solid #e8555533;border-radius:7px;color:#e85555;cursor:pointer;font-size:12px;font-weight:600;padding:5px 14px;transition:all .2s}.fd-attn-del-btn:hover{background:#e8555526}.fd-attn-issue{background:#f59e0b12;border:1px solid #f59e0b26;border-radius:8px;color:#d97706;font-size:13px;font-weight:700;margin-bottom:10px;padding:8px 12px}.fd-attn-meta-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.fd-attn-meta-chip{border-radius:100px;font-size:12px;font-weight:600;padding:4px 11px}.fd-attn-meta-chip.blue{background:#3b7dd81a;color:#3b7dd8}.fd-attn-meta-chip.gray{background:#f4f7fb;border:1px solid #e2e8f0;color:#64748b}.fd-attn-meta-memo{color:#64748b;font-size:12px}.fd-attn-edit-form{background:#f8fafc;border-radius:10px;padding:14px}.fd-attn-edit-actions{display:flex;gap:8px;justify-content:flex-end}.fd-attn-save{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:8px;color:#fff;font-weight:700}.fd-attn-cancel,.fd-attn-save{cursor:pointer;font-size:13px;padding:7px 18px}.fd-attn-cancel{background:#f4f7fb;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b}.fd-consult-chip{border-radius:100px;display:inline-flex;font-size:11.5px;font-weight:700;padding:3px 10px}.fd-consult-chip.book{background:#3b7dd81a;border:1px solid #3b7dd833;color:#3b7dd8}.fd-consult-chip.done{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-consult-chip.cancel{background:#94a3b81a;border:1px solid #94a3b833;color:#94a3b8}.fd-sh-stat-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr)}.fd-sh-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:18px 16px;text-align:center;transition:transform .2s}.fd-sh-stat-card:hover{transform:translateY(-2px)}.fd-sh-stat-ico{font-size:24px;margin-bottom:8px}.fd-sh-stat-val{color:#0d1f35;font-family:Inter,sans-serif;font-size:22px;font-weight:900;margin-bottom:4px}.fd-sh-stat-lbl{color:#94a3b8;font-size:11.5px;font-weight:600}.fd-sh-stat-card.blue .fd-sh-stat-val{color:#3b7dd8}.fd-sh-stat-card.green .fd-sh-stat-val{color:#0fac7e}.fd-sh-stat-card.red .fd-sh-stat-val{color:#e85555}.fd-sh-stat-card.amber .fd-sh-stat-val{color:#f59e0b}.fd-sh-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fd-sh-tab,.fd-sh-tabs{display:flex;gap:6px}.fd-sh-tab{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px;transition:all .2s}.fd-sh-tab:hover{border-color:#00b8a9;color:#00b8a9}.fd-sh-tab.active{background:#0d1f35;border-color:#0d1f35;color:#fff}.fd-sh-tab-cnt{align-items:center;background:#00000014;border-radius:100px;color:inherit;display:inline-flex;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 5px}.fd-sh-tab.active .fd-sh-tab-cnt{background:#ffffff26}.fd-sh-actions{align-items:center;display:flex;gap:10px}.fd-sh-credit-hint{background:#f59e0b14;border:1px solid #f59e0b33;border-radius:8px;color:#64748b;font-size:13px;padding:8px 14px;white-space:nowrap}.fd-sh-credit-hint strong{color:#d97706}.fd-sh-send-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:10px;box-shadow:0 4px 14px #00b8a94d;color:#fff;cursor:pointer;font-size:13.5px;font-weight:800;padding:10px 22px;transition:all .25s;white-space:nowrap}.fd-sh-send-btn:hover:not(.disabled){box-shadow:0 8px 20px #00b8a966;transform:translateY(-1px)}.fd-sh-send-btn.disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed}.fd-sh-send-btn.loading{cursor:wait;opacity:.7}.fd-sh-chk{accent-color:#00b8a9;cursor:pointer;height:16px;width:16px}.fd-sh-chk:disabled{cursor:not-allowed;opacity:.4}.fd-tr-selected td{background:#00b8a90a!important}.fd-sh-status{align-items:center;border-radius:100px;display:inline-flex;font-size:11.5px;font-weight:700;padding:4px 10px;white-space:nowrap}.fd-sh-status.done{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-sh-status.fail{background:#e855551a;border:1px solid #e8555533;color:#e85555}.fd-sh-status.wait{background:#3b7dd814;border:1px solid #3b7dd833;color:#3b7dd8}.fd-sh-action-btn{border:none;border-radius:7px;cursor:pointer;font-size:12px;font-weight:700;padding:5px 14px;transition:all .2s}.fd-sh-action-btn.send{background:linear-gradient(135deg,#00b8a9,#3b7dd8);color:#fff}.fd-sh-action-btn.send:hover{opacity:.88;transform:translateY(-1px)}.fd-sh-action-btn.resend{background:#f4f7fb;border:1.5px solid #e2e8f0;color:#64748b}.fd-sh-action-btn.resend:hover{border-color:#3b7dd8;color:#3b7dd8}.fd-sh-action-btn.copy-link{background:#f0fdf8;border:1.5px solid #0fac7e;color:#0fac7e}.fd-sh-action-btn.copy-link:hover{background:#0fac7e;color:#fff}.fd-sh-table-foot{border-top:1px solid #f1f5f9;color:#94a3b8;display:flex;font-size:12.5px;gap:8px;padding:12px 20px}.fd-sh-table-foot strong{color:#0d1f35}@media (max-width:1280px){.fd-kpi-row{grid-template-columns:repeat(2,1fr)}.fd-students-grid{grid-template-columns:repeat(3,1fr)}.fd-sh-stat-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.fd-mid-row,.fd-sch-grid{grid-template-columns:1fr}.fd-sch-col{border-bottom:1px solid #f1f5f9;border-right:none}.fd-charge-options.enhanced,.fd-form-grid-3,.fd-form-grid-4,.fd-students-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.fd-cal-cell{min-height:72px}.fd-cal-ev-chip{font-size:9px}}.fd-mob-menu-btn{align-items:center;background:none;border:none;border-radius:8px;color:#374151;cursor:pointer;display:none;flex-shrink:0;font-size:20px;height:38px;justify-content:center;transition:background .15s;width:38px}.fd-mob-menu-btn:hover{background:#f1f5f9}.fd-mob-overlay{background:#00000073;display:none;inset:0;position:fixed;z-index:299}.fd-sb-close-btn{background:none;border:none;border-radius:6px;color:#ffffff8c;cursor:pointer;display:none;font-size:18px;line-height:1;padding:4px}.fd-sb-close-btn:hover{background:#ffffff1a;color:#fff}@media (max-width:768px){.fd-sidebar{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);width:260px;z-index:300}.fd-sidebar.open{box-shadow:6px 0 32px #00000059;transform:translateX(0)}.fd-sb-close-btn{display:block}.fd-mob-menu-btn{display:flex}.fd-mob-overlay{display:block}.fd-topbar{gap:6px;padding:0 12px}.fd-tb-date,.fd-tb-facility{display:none}.fd-tb-greeting{flex:1 1;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fd-credit-warn,.fd-tb-hi{display:none}.fd-tb-right{gap:8px}.fd-logout{font-size:12px;padding:5px 10px;white-space:nowrap}.fd-content{padding:14px 14px 48px}.fd-content>*+*{margin-top:14px}.fd-kpi-row{gap:10px;grid-template-columns:1fr 1fr}.fd-kpi-card{border-radius:12px;padding:16px 14px}.fd-kpi-val{font-size:20px}.fd-kpi-sub{font-size:10px}.fd-mid-row{grid-template-columns:1fr}.fd-students-grid{grid-template-columns:1fr 1fr}.fd-charge-options,.fd-credits-cards{grid-template-columns:1fr}.fd-modal-score-row{grid-template-columns:1fr 1fr}.fd-form-grid-2,.fd-form-grid-3{grid-template-columns:1fr}.fd-form-grid-4{grid-template-columns:1fr 1fr}.fd-photo-row{grid-template-columns:1fr}.fd-mm-grid{grid-template-columns:1fr 1fr}.fd-cal-cell{min-height:56px;padding:4px}.fd-cal-month{font-size:15px}.fd-sv-tabs{flex-wrap:wrap;gap:4px}.fd-sv-tab{font-size:12px;padding:8px 12px}.fd-sv-action-bar{align-items:flex-start;flex-direction:column;gap:10px}.fd-sv-add-btn{width:100%}.fd-sch-grid{grid-template-columns:1fr}.fd-sch-col{border-bottom:1px solid #f1f5f9;border-right:none}.fd-sch-col:last-child{border-bottom:none}.fd-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.fd-modal-overlay{align-items:flex-end;padding:0}.fd-modal{max-height:92vh}.fd-day-modal,.fd-measure-modal,.fd-modal{border-radius:20px 20px 0 0;max-width:100%}.fd-form-section{padding:18px 16px}.fd-reg-submit{margin:0 16px 20px}.fd-form-notice{margin:16px 16px 0}.fd-reg-card{border-radius:12px}.fd-st-toolbar{flex-wrap:wrap;gap:8px}.fd-st-search{min-width:100%}.fd-st-count{margin-left:0;width:100%}.fd-stats-section{padding:18px 14px}.fd-stats-top-header{flex-direction:column;gap:12px}.fd-stats-kpi4{grid-template-columns:1fr 1fr}.fd-stats-ltv-3kpi,.fd-sv-attn-strip{flex-direction:column}.fd-sv-attn-strip{align-items:flex-start}.fd-sv-attn-goto{margin-left:0}.fd-card{border-radius:12px}}.fd-sb-ico-svg{flex-shrink:0;opacity:.75}.fd-sb-item.active .fd-sb-ico-svg{opacity:1}.fd-sb-credit-val.shortage{animation:fd-pulse 1.8s ease-in-out infinite;color:#e85555!important}@keyframes fd-pulse{0%,to{opacity:1}50%{opacity:.6}}.fd-sb-credit-ok{color:#0fac7e;font-size:11px;margin-top:6px;text-align:center}.fd-sb-shortage-alert{align-items:flex-start;background:linear-gradient(135deg,#e855552e,#f59e0b26);border:1px solid #e8555559;border-radius:10px;color:#e85555;cursor:pointer;display:flex;gap:8px;margin-top:10px;padding:10px 10px 9px;text-align:left;transition:background .2s;width:100%}.fd-sb-shortage-alert:hover{background:linear-gradient(135deg,#e8555547,#f59e0b38)}.fd-sb-alert-title{color:#e85555;font-size:12px;font-weight:700;line-height:1.3}.fd-sb-alert-sub{color:#ffffff8c;font-size:10.5px;margin-top:2px}.fd-sb-alert-cta{align-items:center;background:#f59e0b26;border-radius:6px;color:#f59e0b;display:flex;font-size:10px;font-weight:700;gap:3px;margin-top:4px;padding:3px 7px;white-space:nowrap}.fd-credit-warn{align-items:center;background:linear-gradient(90deg,#f59e0b26,#e855551a);border:1px solid #f59e0b66;border-radius:20px;color:#d97706;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;padding:5px 14px;transition:.2s}.fd-credit-warn:hover{background:linear-gradient(90deg,#f59e0b40,#e8555526)}.fd-sch-credit-banner{align-items:center;background:linear-gradient(135deg,#e8555514,#f59e0b12);border:1.5px solid #e855554d;border-radius:12px;display:flex;gap:14px;margin-bottom:4px;padding:14px 18px}.fd-scb-ico{color:#e85555;flex-shrink:0}.fd-scb-text{color:#0d1f35;flex:1 1;font-size:13px}.fd-scb-text strong{color:#e85555}.fd-scb-text span{color:#64748b;display:block;font-size:12px;margin-top:2px}.fd-scb-text em{color:#e85555;font-style:normal;font-weight:700}.fd-scb-btn{align-items:center;background:linear-gradient(135deg,#f59e0b,#e85555);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;gap:5px;padding:8px 14px;transition:.2s;white-space:nowrap}.fd-scb-btn:hover{opacity:.88;transform:translateY(-1px)}.fd-cal-credit-summary{align-items:center;background:#f1f5f9;border-radius:8px;color:#64748b;display:flex;font-size:12.5px;gap:6px;padding:5px 10px}.fd-cal-credit-summary.danger{background:#e8555514;color:#e85555}.fd-cal-credit-summary.safe{background:#0fac7e14;color:#0fac7e}.fd-cal-credit-summary strong{font-weight:700}.fd-cal-cs-warn{color:#e85555;font-weight:700;margin-left:2px}.fd-cal-cs-ok{color:#0fac7e;margin-left:2px}.fd-cal-summary-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:12px}.fd-cal-sum-credit-badge{align-items:center;background:#3b7dd81a;border-radius:6px;color:#3b7dd8;display:inline-flex;font-size:11px;font-weight:600;gap:4px;margin-top:4px;padding:2px 8px}.fd-cal-sum-credit-num{color:#e85555;font-weight:700;margin-left:4px}.fd-day-ev-credit{align-items:center;color:#3b7dd8;display:flex;font-size:11.5px;font-weight:600;gap:4px;margin-top:4px}.fd-credits-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:4px}.fd-credit-stat-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0d1f3512;padding:22px 20px;transition:box-shadow .2s}.fd-credit-stat-card.danger{background:#e8555508;border-color:#e8555559}.fd-credit-stat-card:hover{box-shadow:0 4px 16px #0d1f351a}.fd-csc-ico{font-size:28px;margin-bottom:8px}.fd-csc-val{color:#0d1f35;font-size:34px;font-weight:900;letter-spacing:-1px;margin-bottom:4px}.fd-csc-lbl{color:#64748b;font-size:13px;font-weight:500;margin-bottom:12px}.fd-csc-warn-box{align-items:flex-start;border-radius:8px;display:flex;font-size:12px;gap:7px;line-height:1.5;padding:9px 10px}.fd-csc-warn-box.danger{background:#e8555517;border:1px solid #e8555540;color:#b91c1c}.fd-csc-warn-box.ok{background:#0fac7e14;border:1px solid #0fac7e33;color:#065f46}.fd-csc-warn-box svg{flex-shrink:0;margin-top:1px}.fd-csc-bar-wrap{margin-top:10px}.fd-csc-bar{background:#e2e8f0;border-radius:6px;height:7px;margin-bottom:6px;overflow:hidden}.fd-csc-bar-fill{background:linear-gradient(90deg,#3b7dd8,#00b8a9);border-radius:6px;height:100%}.fd-csc-bar-label{color:#94a3b8;font-size:11px}.fd-csc-plan-info{align-items:center;background:#f8fafc;border-radius:8px;color:#64748b;display:flex;font-size:12px;gap:5px;margin-top:10px;padding:8px 10px}.fd-discount-banner{align-items:center;background:linear-gradient(135deg,#0d1f35,#1e3a5f);border-radius:16px;box-shadow:0 4px 20px #0d1f3540;color:#fff;display:flex;justify-content:space-between;padding:20px 28px}.fd-db-left{align-items:center;display:flex;gap:16px}.fd-db-ico{color:#f59e0b;flex-shrink:0}.fd-db-title{font-size:17px;font-weight:800;margin-bottom:4px}.fd-db-title span{color:#f59e0b}.fd-db-sub{color:#fff9;font-size:12px;line-height:1.5}.fd-db-badge{background:linear-gradient(135deg,#f59e0b,#e85555);border-radius:8px;color:#fff;flex-shrink:0;font-size:11px;font-weight:900;letter-spacing:1.5px;padding:6px 14px}.fd-charge-box{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0d1f3512;padding:28px 24px}.fd-charge-title{color:#0d1f35;font-size:15px;font-weight:700;margin-bottom:20px}.fd-charge-options.enhanced{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.fd-charge-opt{background:#fafbfc;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;overflow:hidden;padding:22px 18px;position:relative;text-align:center;transition:.2s}.fd-charge-opt:hover{border-color:#3b7dd8;box-shadow:0 4px 18px #3b7dd821;transform:translateY(-2px)}.fd-charge-opt.best{background:linear-gradient(160deg,#eff6ff,#f0fdf9);border-color:#3b7dd8;box-shadow:0 4px 24px #3b7dd833}.fd-charge-best{background:linear-gradient(90deg,#3b7dd8,#00b8a9);border-radius:0 0 10px 10px;color:#fff;font-size:11px;font-weight:700;left:50%;padding:3px 14px;position:absolute;top:0;transform:translateX(-50%)}.fd-charge-dc-badge{align-items:center;background:#f59e0b1f;border-radius:20px;color:#d97706;display:inline-flex;font-size:11px;font-weight:700;gap:4px;margin-bottom:10px;padding:3px 10px}.fd-charge-dc-badge.highlight{background:#3b7dd81f;color:#3b7dd8}.fd-charge-amount{color:#0d1f35;font-size:34px;font-weight:900;letter-spacing:-1px;margin-bottom:4px}.fd-charge-amount span{color:#64748b;font-size:16px;font-weight:600}.fd-charge-price-wrap{margin-bottom:6px}.fd-charge-original{color:#94a3b8;font-size:13px;margin-bottom:2px;text-decoration:line-through}.fd-charge-price-final{color:#e85555;font-size:22px;font-weight:900;letter-spacing:-.5px}.fd-charge-per-unit{color:#64748b;font-size:12px;margin-bottom:10px}.fd-charge-save-badge{align-items:center;background:#e855551a;border-radius:20px;color:#e85555;display:inline-flex;font-size:11.5px;font-weight:700;gap:4px;margin-bottom:8px;padding:3px 10px}.fd-charge-tagline{color:#64748b;font-size:11.5px;line-height:1.5;margin-bottom:16px;min-height:34px}.fd-charge-btn{background:#0000;border:2px solid #3b7dd8;border-radius:10px;color:#3b7dd8;cursor:pointer;font-size:13.5px;font-weight:700;padding:11px;transition:.2s;width:100%}.fd-charge-btn:hover{background:#3b7dd814}.fd-charge-btn.primary{background:linear-gradient(135deg,#3b7dd8,#00b8a9);border-color:#0000;color:#fff}.fd-charge-btn.primary:hover{box-shadow:0 4px 14px #3b7dd859;opacity:.9;transform:translateY(-1px)}.fd-credit-info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.fd-ci-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:14px;box-shadow:0 2px 8px #0d1f350f;padding:22px 20px;text-align:center}.fd-ci-ico{color:#3b7dd8;display:flex;justify-content:center;margin-bottom:10px}.fd-ci-title{color:#0d1f35;font-size:13.5px;font-weight:700;margin-bottom:6px}.fd-ci-desc{color:#64748b;font-size:12px;line-height:1.6}.fd-pay-summary{background:#f8fafc;border-radius:12px;margin-bottom:14px;padding:18px 20px}.fd-pay-row{font-size:14px;padding:7px 0}.fd-pay-row.striked s{color:#94a3b8;font-size:13px}.fd-pay-row.discount{color:#0fac7e}.fd-pay-save{color:#0fac7e!important}.fd-pay-divider{border:none;border-top:1px solid #e2e8f0;margin:8px 0}.fd-pay-row.total strong{font-size:16px}.fd-pay-final{color:#e85555!important;font-size:18px!important}.fd-pay-shortage-notice{background:#0fac7e14;border:1px solid #0fac7e33;border-radius:10px;color:#065f46;font-size:12.5px;line-height:1.5;padding:10px 14px}.fd-stats-top-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.fd-stats-period-selector{display:flex;flex-shrink:0;gap:6px}.fd-stats-period-btn{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:12.5px;font-weight:600;padding:7px 14px;transition:.2s}.fd-stats-period-btn.active{background:#0d1f35;border-color:#0d1f35;color:#fff}.fd-stats-period-btn:hover:not(.active){border-color:#3b7dd8;color:#3b7dd8}.fd-stats-section{background:#fff;border:1.5px solid #f1f5f9;border-radius:18px;box-shadow:0 2px 14px #0d1f3512;padding:28px 28px 26px}.fd-stats-sec-badge{align-items:center;background:#0fac7e1a;border-radius:20px;color:#0fac7e;display:inline-flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.4px;margin-bottom:10px;padding:4px 12px}.fd-stats-sec-badge.amber{background:#f59e0b1a;color:#d97706}.fd-stats-sec-badge.red{background:#e855551a;color:#e85555}.fd-stats-sec-title{color:#0d1f35;font-size:18px;font-weight:800;margin-bottom:4px}.fd-stats-sec-desc{color:#64748b;font-size:13px;line-height:1.5;margin-bottom:22px}.fd-stats-kpi4{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:22px}.fd-stats-kpi-c{align-items:flex-start;border:1.5px solid #0000;border-radius:14px;display:flex;flex-direction:column;padding:18px 16px}.fd-stats-kpi-c.emerald{background:linear-gradient(135deg,#0fac7e1a,#0fac7e0a);border-color:#0fac7e33}.fd-stats-kpi-c.blue{background:linear-gradient(135deg,#3b7dd81a,#3b7dd80a);border-color:#3b7dd833}.fd-stats-kpi-c.teal{background:linear-gradient(135deg,#00b8a91a,#00b8a90a);border-color:#00b8a933}.fd-stats-kpi-c.amber{background:linear-gradient(135deg,#f59e0b1a,#f59e0b0a);border-color:#f59e0b33}.fd-stats-kpi-ico{margin-bottom:10px}.fd-stats-kpi-c.emerald .fd-stats-kpi-ico{color:#0fac7e}.fd-stats-kpi-c.blue .fd-stats-kpi-ico{color:#3b7dd8}.fd-stats-kpi-c.teal .fd-stats-kpi-ico{color:#00b8a9}.fd-stats-kpi-c.amber .fd-stats-kpi-ico{color:#f59e0b}.fd-stats-kpi-cv{color:#0d1f35;font-size:26px;font-weight:900;letter-spacing:-1px;margin-bottom:4px}.fd-stats-kpi-cl{color:#64748b;font-size:12px;line-height:1.4}.fd-stats-chart-wrap{background:#fafbfc;border:1.5px solid #f1f5f9;border-radius:14px;padding:20px 20px 14px}.fd-stats-chart-hdr{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:14px}.fd-stats-chart-ttl{color:#0d1f35;font-size:13.5px;font-weight:700}.fd-stats-legend{display:flex;gap:18px}.fd-stats-leg-item{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.fd-stats-chart-footnote{align-items:center;color:#94a3b8;display:flex;font-size:10.5px;gap:5px;margin-top:12px}.fd-stats-vuln-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 360px}.fd-stats-vuln-left{display:flex;flex-direction:column;gap:18px}.fd-stats-vuln-row{align-items:center;display:flex;gap:16px}.fd-stats-vuln-meta{flex:1 1}.fd-stats-vuln-name{font-size:15px;font-weight:800;margin-bottom:4px}.fd-stats-vuln-age-tag{background:#f8fafc;border-radius:6px;color:#64748b;display:inline-block;font-size:11px;margin-bottom:8px;padding:2px 8px}.fd-stats-vuln-cnt{margin-bottom:8px}.fd-sv-n{font-size:22px;font-weight:900}.fd-sv-t{color:#64748b;font-size:12.5px}.fd-stats-minibar{background:#f1f5f9;border-radius:4px;height:6px;overflow:hidden}.fd-stats-minibar-fill{border-radius:4px;height:100%}.fd-stats-revenue-panel{background:linear-gradient(160deg,#0d1f35,#1a3352);border-radius:16px;color:#fff;padding:24px 22px}.fd-srv-head{align-items:center;display:flex;gap:12px;margin-bottom:16px}.fd-srv-ico-wrap{font-size:30px}.fd-srv-title{font-size:15px;font-weight:800;margin-bottom:2px}.fd-srv-sub{color:#ffffff80;font-size:11px}.fd-srv-big-val{color:#f59e0b;font-size:32px;font-weight:900;letter-spacing:-1.5px;margin-bottom:6px}.fd-srv-big-desc{color:#ffffffa6;font-size:12.5px;line-height:1.7;margin-bottom:18px}.fd-srv-big-desc strong{color:#f59e0b}.fd-srv-breakdown{background:#ffffff12;border-radius:10px;margin-bottom:12px;padding:12px 14px}.fd-srv-brow{align-items:center;border-bottom:1px solid #ffffff0f;color:#ffffffa6;display:flex;font-size:12px;justify-content:space-between;padding:4px 0}.fd-srv-brow:last-child{border-bottom:none}.fd-srv-brow strong{color:#fff;font-weight:700}.fd-srv-brow.total{border-top:1px solid #ffffff2e!important;margin-top:4px;padding-top:10px}.fd-srv-brow.total span{color:#f59e0b;font-weight:700}.fd-srv-brow.total strong{color:#f59e0b;font-size:15px}.fd-srv-notice{color:#ffffff80;font-size:11.5px;line-height:1.6;margin-bottom:18px}.fd-srv-notice strong{color:#f59e0b}.fd-srv-actions{display:flex;flex-direction:column;gap:8px}.fd-stats-cta-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:13.5px;font-weight:700;gap:7px;justify-content:center;padding:12px;transition:.2s;width:100%}.fd-stats-cta-btn.primary{background:linear-gradient(135deg,#0fac7e,#00b8a9);color:#fff}.fd-stats-cta-btn.primary:hover{box-shadow:0 4px 14px #0fac7e59;opacity:.9;transform:translateY(-1px)}.fd-stats-cta-btn.outline{background:#ffffff1a;border:1.5px solid #ffffff40;color:#ffffffd9}.fd-stats-cta-btn.outline:hover{background:#ffffff2e}.fd-stats-cta-btn.danger{background:linear-gradient(135deg,#e85555,#f59e0b);color:#fff}.fd-stats-cta-btn.danger:hover{box-shadow:0 4px 14px #e855554d;opacity:.9;transform:translateY(-1px)}.fd-stats-ltv-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.fd-stats-ltv-left{background:#fafbfc;border:1.5px solid #f1f5f9;border-radius:16px;padding:22px 20px}.fd-stats-ltv-card-head{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:18px}.fd-stats-ltv-card-title{color:#0d1f35;font-size:14px;font-weight:700}.fd-stats-ltv-badge{background:linear-gradient(90deg,#0fac7e26,#3b7dd81a);border-radius:20px;color:#0fac7e;font-size:12px;font-weight:700;padding:4px 12px}.fd-stats-ltv-bars{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}.fd-stats-ltv-bar-row{align-items:center;display:flex;gap:10px}.fd-stats-ltv-bar-lbl{color:#64748b;flex-shrink:0;font-size:12px;width:130px}.fd-stats-ltv-bar-track{background:#f1f5f9;border-radius:6px;flex:1 1;height:10px;overflow:hidden}.fd-stats-ltv-bar-fill{border-radius:6px;height:100%}.fd-stats-ltv-bar-val{flex-shrink:0;font-size:13px;font-weight:700;text-align:right;width:56px}.fd-stats-ltv-insight{align-items:flex-start;background:#0fac7e12;border:1px solid #0fac7e33;border-radius:10px;display:flex;gap:10px;margin-bottom:18px;padding:12px 14px}.fd-stats-ltv-insight-ico{flex-shrink:0;font-size:18px;margin-top:1px}.fd-stats-ltv-insight-body{color:#374151;font-size:12.5px;line-height:1.75}.fd-hl-green{color:#0fac7e;font-weight:700}.fd-stats-ltv-3kpi{display:flex;gap:10px}.fd-stats-mini-kpi{background:#fff;border:1.5px solid #f1f5f9;border-radius:10px;flex:1 1;padding:12px 8px;text-align:center}.fd-stats-mini-val{font-size:16px;font-weight:900;margin-bottom:4px}.fd-stats-mini-lbl{color:#64748b;font-size:10.5px;line-height:1.4}.fd-stats-risk-right{background:#fafbfc;border:1.5px solid #f1f5f9;border-radius:16px;padding:22px 20px}.fd-stats-risk-hdr{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:14px}.fd-stats-risk-title{color:#0d1f35;font-size:14px;font-weight:700;margin-bottom:3px}.fd-stats-risk-sub{color:#64748b;font-size:11.5px}.fd-stats-risk-cnt{align-items:center;background:#e855551a;border-radius:20px;color:#e85555;display:flex;font-size:14px;font-weight:800;gap:5px;padding:4px 12px}.fd-stats-risk-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.fd-stats-risk-item{align-items:center;background:#fff;border:1.5px solid #f1f5f9;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:.2s}.fd-stats-risk-item:hover{background:#3b7dd808;border-color:#3b7dd8;transform:translateX(2px)}.fd-stats-risk-av{flex-shrink:0;font-size:20px}.fd-stats-risk-info{flex:1 1}.fd-stats-risk-name-row{color:#0d1f35;font-size:13.5px;font-weight:700}.fd-stats-risk-gr{color:#64748b;font-size:11px;font-weight:400;margin-left:6px}.fd-stats-risk-rsn{font-size:11.5px;margin-top:2px}.fd-stats-risk-rsn.miss{color:#3b7dd8}.fd-stats-risk-rsn.drop{color:#e85555}.fd-stats-risk-sc{color:#e85555;flex-shrink:0;font-size:14px;font-weight:800}.fd-stats-risk-arr{color:#94a3b8;flex-shrink:0;font-size:14px}.fd-stats-defense-box{background:#e8555512;border:1px solid #e8555533;border-radius:10px;margin-bottom:14px;padding:12px 14px}.fd-stats-def-row{align-items:center;color:#0d1f35;display:flex;font-size:13px;justify-content:space-between}.fd-stats-def-row strong{color:#e85555;font-size:17px}.fd-stats-def-note{color:#94a3b8;font-size:11px;margin-top:4px}.fd-reg-result{border-radius:8px;font-size:13.5px;font-weight:600;line-height:1.5;margin-bottom:14px;padding:11px 16px}.fd-reg-result.ok{background:#ecfdf5;border:1px solid #a7f3d0;color:#0fac7e}.fd-reg-result.err{background:#fef2f2;border:1px solid #fecaca;color:#e85555}.fd-st-api-msg{border-radius:8px;color:#64748b;font-size:13px;margin-bottom:8px;padding:14px 18px;text-align:center}.fd-st-api-msg.err{background:#fef2f2;color:#e85555}.fd-mm-submit:disabled,.fd-reg-submit:disabled{cursor:not-allowed;opacity:.6}.fd-sv-attn-strip{align-items:center;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;padding:10px 16px}.fd-sv-attn-strip-label{color:#92400e;flex-shrink:0;font-size:12px;font-weight:700;white-space:nowrap}.fd-sv-attn-chips{display:flex;flex:1 1;flex-wrap:wrap;gap:8px}.fd-sv-attn-chip{align-items:center;border:1px solid #0000;border-radius:20px;cursor:pointer;display:flex;gap:6px;padding:5px 12px;transition:opacity .15s}.fd-sv-attn-chip:hover{opacity:.8}.fd-sv-attn-chip.active{background:#e855551a;border-color:#e855554d}.fd-sv-attn-chip.resolved{background:#0fac7e14;border-color:#0fac7e40}.fd-sv-attn-chip-name{color:#0d1f35;font-size:12px;font-weight:700}.fd-sv-attn-chip-issue{color:#64748b;font-size:11px}.fd-sv-attn-goto{background:#fff;border:1px solid #e2e8f0;border-radius:7px;color:#3b7dd8;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:600;margin-left:auto;padding:5px 12px;transition:background .15s;white-space:nowrap}.fd-sv-attn-goto:hover{background:#f1f5f9}@media (max-width:1200px){.fd-stats-vuln-grid{grid-template-columns:1fr}}@media (max-width:1024px){.fd-stats-kpi4{grid-template-columns:1fr 1fr}.fd-stats-ltv-grid{grid-template-columns:1fr}}.fd-dp-overlay{animation:fd-dp-fade-in .18s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d1f3573;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:500}@keyframes fd-dp-fade-in{0%{opacity:0}to{opacity:1}}.fd-dp-panel{animation:fd-dp-slide-in .22s cubic-bezier(.25,.46,.45,.94);background:#fff;box-shadow:-8px 0 40px #0d1f352e;display:flex;flex-direction:column;height:100vh;max-width:98vw;overflow:hidden;width:540px}@keyframes fd-dp-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.fd-dp-head{align-items:flex-start;background:linear-gradient(135deg,#0d1f35,#1a3558);border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:18px 20px 14px}.fd-dp-info{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.fd-dp-avatar{flex-shrink:0;font-size:34px}.fd-dp-name{color:#fff;font-size:17px;font-weight:900}.fd-dp-meta{color:#ffffff8c;font-size:12px;margin-top:2px}.fd-dp-score-badge{background:#ffffff1a;border:1.5px solid;border-radius:20px;flex-shrink:0;font-size:13px;font-weight:800;padding:4px 10px}.fd-dp-warn-badge{background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:12px;color:#f59e0b;flex-shrink:0;font-size:11px;font-weight:700;padding:2px 8px}.fd-dp-head-btns{align-items:center;display:flex;flex-shrink:0;gap:8px}.fd-dp-measure-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:7px 13px;transition:opacity .15s;white-space:nowrap}.fd-dp-measure-btn:hover{opacity:.88}.fd-dp-close{align-items:center;background:#ffffff1f;border:none;border-radius:10px;color:#fffc;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:44px;justify-content:center;width:44px}.fd-dp-close:hover{background:#ffffff38}.fd-dp-tabs{background:#fafbfc;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0}.fd-dp-tab{background:none;border:none;border-bottom:2px solid #0000;color:#94a3b8;cursor:pointer;flex:1 1;font-family:inherit;font-size:12.5px;font-weight:700;padding:11px 8px;transition:.15s}.fd-dp-tab:hover{background:#f1f5f9;color:#374151}.fd-dp-tab.active{background:#fff;border-bottom-color:#00b8a9;color:#0d1f35}.fd-dp-body{flex:1 1;overflow-y:auto;padding:18px 20px 32px}.fd-dp-loading{padding:40px 0}.fd-dp-empty,.fd-dp-loading{color:#94a3b8;font-size:13px;text-align:center}.fd-dp-empty{align-items:center;display:flex;flex-direction:column;gap:8px;padding:48px 0}.fd-dp-table-wrap{overflow-x:auto}.fd-dp-table{border-collapse:collapse;font-size:12.5px;min-width:400px;width:100%}.fd-dp-table th{background:#f8fafc;border-bottom:1px solid #f1f5f9;color:#64748b;font-size:11px;font-weight:700;padding:8px 10px;text-align:left;white-space:nowrap}.fd-dp-table td{border-bottom:1px solid #f8fafc;color:#374151;padding:10px}.fd-dp-table tr:last-child td{border-bottom:none}.fd-dp-table tr.fd-dp-latest td{background:#00b8a90a;font-weight:700}.fd-dp-trend{background:#f8fafc;border:1px solid #f1f5f9;border-radius:9px;font-size:12px;margin-top:12px;padding:9px 13px}.fd-dp-report-list{display:flex;flex-direction:column;gap:10px}.fd-dp-report-row{align-items:center;background:#fafbfc;border:1px solid #f1f5f9;border-radius:11px;display:flex;gap:10px;justify-content:space-between;padding:13px 15px}.fd-dp-report-date{color:#0d1f35;font-size:13px;font-weight:700;margin-bottom:3px}.fd-dp-report-meta{color:#64748b;font-size:11.5px}.fd-dp-report-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.fd-dp-sent-badge{background:#0fac7e1a;border:1px solid #0fac7e33;border-radius:12px;color:#0fac7e}.fd-dp-sent-badge,.fd-dp-unsent-badge{font-size:11px;font-weight:700;padding:2px 9px}.fd-dp-unsent-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;color:#94a3b8}.fd-dp-dl-btn{background:#3b7dd812;border:1.5px solid #3b7dd840;border-radius:7px;color:#3b7dd8;cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:700;padding:5px 11px;transition:.15s;white-space:nowrap}.fd-dp-dl-btn:hover{background:#3b7dd824}.fd-dp-notes-toolbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.fd-dp-notes-count{color:#94a3b8;font-size:12px;font-weight:600}.fd-dp-add-note-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:700;padding:7px 14px;transition:opacity .15s}.fd-dp-add-note-btn:hover{opacity:.88}.fd-dp-note-form{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:14px}.fd-dp-form-row{display:flex;gap:8px;margin-bottom:10px}.fd-dp-date-input,.fd-dp-tag-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0d1f35;font-family:inherit;font-size:12.5px;outline:none;padding:7px 10px;transition:border-color .15s}.fd-dp-date-input:focus,.fd-dp-tag-select:focus{border-color:#00b8a9}.fd-dp-tag-select{cursor:pointer}.fd-dp-note-ta{background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;color:#0d1f35;display:block;font-family:inherit;font-size:13px;line-height:1.7;outline:none;padding:10px 12px;resize:vertical;transition:border-color .15s;width:100%}.fd-dp-note-ta:focus{border-color:#00b8a9;box-shadow:0 0 0 3px #00b8a914}.fd-dp-form-btns{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}.fd-dp-save-btn{background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:700;padding:8px 18px;transition:opacity .15s}.fd-dp-save-btn:disabled{cursor:not-allowed;opacity:.45}.fd-dp-cancel-btn{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:700;padding:8px 14px}.fd-dp-notes-list{display:flex;flex-direction:column;gap:10px}.fd-dp-note-card{background:#fff;border:1px solid #f1f5f9;border-radius:11px;box-shadow:0 1px 6px #0d1f350a;padding:13px 15px}.fd-dp-note-head{align-items:center;display:flex;gap:8px;margin-bottom:8px}.fd-dp-note-date{color:#94a3b8;font-size:12px;font-weight:600}.fd-dp-tag{border:1px solid;border-radius:10px;font-size:11px;font-weight:700;padding:2px 8px;white-space:nowrap}.fd-dp-note-del{align-items:center;background:#f1f5f9;border:none;border-radius:5px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;font-size:11px;height:22px;justify-content:center;margin-left:auto;width:22px}.fd-dp-note-del:hover{background:#e855551a;color:#e85555}.fd-dp-note-body{color:#374151;font-size:13px;line-height:1.75;margin:0;white-space:pre-wrap}@media (max-width:640px){.fd-dp-overlay{align-items:flex-end}.fd-dp-panel{animation:fd-dp-slide-up .22s cubic-bezier(.25,.46,.45,.94);border-radius:20px 20px 0 0;box-shadow:0 -8px 40px #0d1f3538;height:92vh;max-height:92vh;max-width:100vw;padding-bottom:env(safe-area-inset-bottom,0);width:100vw}@keyframes fd-dp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.fd-dp-head{flex-wrap:wrap;gap:10px;padding:14px 14px 12px}.fd-dp-info{flex:1 1;min-width:0}.fd-dp-avatar{font-size:26px}.fd-dp-name{font-size:15px}.fd-dp-meta{font-size:11px}.fd-dp-score-badge{font-size:12px;padding:3px 8px}.fd-dp-head-btns{gap:6px}.fd-dp-measure-btn{font-size:11.5px;padding:6px 10px}.fd-dp-close{font-size:15px;height:44px;width:44px}.fd-dp-tab{font-size:11.5px;padding:10px 4px}.fd-dp-body{padding:14px 14px 24px}.fd-dp-report-row{align-items:flex-start;flex-direction:column;gap:8px}.fd-dp-report-actions{justify-content:flex-end;width:100%}.fd-dp-form-row{flex-direction:column}.fd-dp-date-input,.fd-dp-tag-select{width:100%}.fd-dp-table td,.fd-dp-table th{font-size:11.5px;padding:7px 6px}.fd-dp-trend{font-size:11.5px}}@media (max-width:480px){.fd-kpi-val{font-size:18px}.fd-kpi-card{padding:13px 12px}.fd-students-grid{grid-template-columns:1fr}.fd-student-card{padding:14px}.fd-sc-measure-btn{font-size:13px;min-height:44px}.fd-sub-title{font-size:15px}.fd-sub-desc{font-size:11.5px}.fd-st-toolbar{flex-direction:column;gap:8px}.fd-st-search{width:100%}.fd-st-filters{display:flex;gap:6px;width:100%}.fd-st-filter{flex:1 1;font-size:12px;padding:7px 6px}.fd-mm-grid{grid-template-columns:1fr}.fd-dp-name{font-size:14px}.fd-dp-avatar{font-size:22px}.fd-charge-options.enhanced{gap:12px;grid-template-columns:1fr 1fr}}@media (max-width:375px){.fd-charge-options.enhanced{grid-template-columns:1fr}}.fd-consent-link-box{background:#f0fdf9;border:1.5px solid #99f6e4;border-radius:12px;margin:10px 0 4px;padding:14px 16px}.fd-consent-link-label{color:#0fac7e;font-size:12px;font-weight:700;margin-bottom:8px}.fd-consent-link-row{align-items:center;display:flex;gap:8px}.fd-consent-link-input{background:#fff;border:1px solid #a7f3d0;border-radius:8px;color:#0d1f35;cursor:text;flex:1 1;font-size:12px;min-width:0;padding:8px 10px}.fd-consent-link-copy{background:#0fac7e;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:700;padding:8px 16px;transition:background .15s;white-space:nowrap}.fd-consent-link-copy:hover{background:#0d9a6e}.fd-consent-link-note{color:#64748b;font-size:11px;margin-top:6px}.fd-dp-consent-btn{background:#f0fdf9;border:1.5px solid #99f6e4;border-radius:8px;color:#0fac7e;cursor:pointer;font-size:12px;font-weight:700;padding:7px 14px;transition:background .15s}.fd-dp-consent-btn:hover{background:#dcfce7}.fd-dp-consent-btn:disabled{cursor:not-allowed;opacity:.6}.fd-send-notice-banner{background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;color:#92400e;font-size:12.5px;line-height:1.5;margin-bottom:4px;padding:10px 14px}.fd-bulk-consent-card{align-items:center;background:#f0fdf9;border:1.5px solid #6ee7c7;border-radius:12px;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin-bottom:8px;padding:14px 16px}.fd-bulk-consent-info{flex:1 1;min-width:0}.fd-bulk-consent-title{color:#0d6b50;font-size:13px;font-weight:800;margin-bottom:3px}.fd-bulk-consent-desc{color:#065f46;font-size:11.5px;line-height:1.5}.fd-bulk-consent-btn{background:#0fac7e;border:none;border-radius:9px;color:#fff;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:13px;font-weight:700;padding:9px 18px;transition:background .15s;white-space:nowrap}.fd-bulk-consent-btn:hover{background:#0d9a6e}.fd-bulk-consent-btn:disabled{cursor:default;opacity:.6}.fd-parent-link-box{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:12px;margin-bottom:8px;padding:14px 16px}.fd-parent-link-head{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px}.fd-parent-link-title{color:#1e40af;font-size:13px;font-weight:700;margin-bottom:3px}.fd-parent-link-sub{color:#3b82f6;font-size:11.5px}.fd-parent-link-close{background:none;border:none;color:#94a3b8;cursor:pointer;flex-shrink:0;font-size:14px;padding:0}.fd-parent-link-close:hover{color:#64748b}.fd-sub-header-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.fd-btn-primary{align-items:center;background:linear-gradient(135deg,#00b8a9,#3b7dd8);border:none;border-radius:9px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:700;gap:6px;padding:9px 18px;transition:opacity .2s;white-space:nowrap}.fd-btn-primary:hover{opacity:.88}.fd-btn-primary:disabled{cursor:not-allowed;opacity:.5}.fd-btn-ghost{align-items:center;background:#f4f7fb;border:1px solid #e2e8f0;border-radius:9px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:border-color .2s,color .2s}.fd-btn-ghost:hover{border-color:#00b8a9;color:#00b8a9}.fd-icon-btn{align-items:center;background:#f4f7fb;border:1px solid #e2e8f0;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s;width:28px}.fd-icon-btn:hover{border-color:#3b7dd8;color:#3b7dd8}.fd-icon-btn.fd-icon-btn-red{background:#e8555514;border-color:#e8555533;color:#e85555}.fd-icon-btn.fd-icon-btn-red:hover{background:#e8555526}.fd-badge{align-items:center;border-radius:100px;display:inline-flex;font-size:11px;font-weight:700;padding:3px 10px}.fd-badge-blue{background:#3b7dd81a;border:1px solid #3b7dd833;color:#3b7dd8}.fd-badge-green{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-badge-red{background:#e855551a;border:1px solid #e8555533;color:#e85555}.fd-empty-state{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;padding:64px 24px;text-align:center}.fd-attn-panel{background:#fff;border:1.5px solid #0fac7e40;border-radius:14px;box-shadow:0 4px 16px #0fac7e14;margin-bottom:14px;overflow:hidden}.fd-attn-panel-head{align-items:center;background:linear-gradient(135deg,#0fac7e0f,#3b7dd80a);border-bottom:1px solid #0fac7e26;display:flex;justify-content:space-between;padding:12px 18px}.fd-attn-list{display:flex;flex-direction:column;max-height:320px;overflow-y:auto}.fd-attn-row{align-items:center;border-bottom:1px solid #f8fafc;cursor:pointer;display:flex;gap:10px;padding:10px 18px;transition:background .15s;-webkit-user-select:none;user-select:none}.fd-attn-row:last-child{border-bottom:none}.fd-attn-row:hover{background:#f8fafc}.fd-attn-row.present{background:#0fac7e05}.fd-attn-row.absent{background:#e8555505}.fd-attn-toggle{display:flex;flex-shrink:0}.fd-attn-name{color:#0d1f35;flex:1 1;font-size:14px;font-weight:600}.fd-attn-chip{align-items:center;border-radius:100px;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:700;justify-content:center;padding:2px 9px;text-align:center;width:60px}.fd-attn-chip.present{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-attn-chip.absent{background:#e855551a;border:1px solid #e8555533;color:#e85555}.fd-attn-chip.none{background:#94a3b81a;border:1px solid #94a3b833;color:#94a3b8}.fd-attn-chip.sent{background:#3b7dd81a;border:1px solid #3b7dd833;color:#3b7dd8}.fd-attn-chip.ready{background:#f59e0b1f;border:1px solid #f59e0b40;color:#d97706}.fd-attn-col-head{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;color:#94a3b8;display:flex;font-size:11.5px;font-weight:700;gap:8px;letter-spacing:.5px;padding:6px 18px;text-transform:uppercase}.fd-attn-col-lbl{flex-shrink:0;text-align:center;width:60px}.fd-attn-send-summary{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:4px;padding:10px 18px 6px}.fd-attn-panel-foot{background:#fafbfc;border-top:1px solid #f1f5f9;display:flex;gap:10px;padding:12px 18px}.fd-attn-history{display:flex;flex-direction:column;gap:7px}.fd-attn-history-row{align-items:center;display:flex;gap:12px}.fd-attn-history-name{color:#0d1f35;flex-shrink:0;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:72px}.fd-attn-history-bar-wrap{align-items:center;display:flex;flex:1 1;gap:8px}.fd-attn-history-bar{background:#e2e8f0;border-radius:4px;flex:1 1;height:6px;overflow:hidden}.fd-attn-history-fill{border-radius:4px;height:100%;transition:width .4s}.fd-attn-history-stat{color:#64748b;white-space:nowrap}.fd-attn-history-rate,.fd-attn-history-stat{font-family:Inter,sans-serif;font-size:11.5px}.fd-attn-history-rate{flex-shrink:0;font-weight:700;text-align:right;width:34px}.fd-class-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 10px #0000000a;overflow:hidden;transition:box-shadow .2s}.fd-class-card:hover{box-shadow:0 6px 20px #00000014}.fd-class-card-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:18px 20px;transition:background .15s}.fd-class-card-header:hover{background:#f8fafc}.fd-class-card-body{background:#fafbfc;border-top:1px solid #f1f5f9;padding:16px 20px}.fd-class-member-list{display:flex;flex-direction:column;gap:6px}.fd-class-member-row{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;font-size:13px;gap:8px;padding:9px 12px;transition:border-color .15s}.fd-class-member-row:hover{border-color:#c7d2fe}.fd-class-member-row span:first-child{color:#0d1f35;flex:1 1;font-weight:600}.fd-pay-kpi-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.fd-pay-kpi{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0000000a;display:flex;gap:16px;padding:18px 20px;transition:transform .2s}.fd-pay-kpi:hover{transform:translateY(-2px)}.fd-pay-kpi-ico{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.fd-pay-kpi.green .fd-pay-kpi-ico{background:#0fac7e1a;border:1px solid #0fac7e33;color:#0fac7e}.fd-pay-kpi.red .fd-pay-kpi-ico{background:#e855551a;border:1px solid #e8555533;color:#e85555}.fd-pay-kpi.blue .fd-pay-kpi-ico{background:#3b7dd81a;border:1px solid #3b7dd833;color:#3b7dd8}.fd-pay-kpi-v{color:#0d1f35;font-family:Inter,sans-serif;font-size:22px;font-weight:900;line-height:1;margin-bottom:3px}.fd-pay-kpi-l{color:#64748b;font-size:12px;font-weight:600}.fd-pay-kpi.green .fd-pay-kpi-v{color:#0fac7e}.fd-pay-kpi.red .fd-pay-kpi-v{color:#e85555}.fd-pay-kpi.blue .fd-pay-kpi-v{color:#3b7dd8}.fd-pay-cols{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.fd-pay-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.fd-pay-sec-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:13px;font-weight:700;gap:8px;padding:14px 18px}.fd-pay-sec-head.red{background:#e855550a;color:#e85555}.fd-pay-sec-head.green{background:#0fac7e0a;color:#0fac7e}.fd-pay-row{align-items:center;border-bottom:1px solid #f8fafc;color:#0d1f35;display:flex;font-size:13px;justify-content:space-between;padding:10px 18px}.fd-pay-row:last-child{border-bottom:none}.fd-pay-row:hover{background:#fafbfd}.fd-pay-name{font-weight:600}@media (max-width:768px){.fd-pay-cols,.fd-pay-kpi-row{grid-template-columns:1fr}}:root{--rs-navy:#0f2557;--rs-green:#137333;--rs-amber:#b45309;--rs-red:#b91c1c;--rs-warn:#92400e;--rs-blue:#1e40af;--rs-gray:#6b7280;--rs-light:#f9fafb;--rs-border:#e5e7eb}.rs-wrap{background:#f3f4f6;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.rs-content{margin:0 auto;max-width:1380px;padding:0 24px 80px}.rs-gnb{background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--rs-border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.rs-gnb-inner{gap:16px;height:60px;margin:0 auto;max-width:1380px;padding:0 24px}.rs-gnb-inner,.rs-gnb-logo{align-items:center;display:flex}.rs-gnb-logo{cursor:pointer;flex-shrink:0;gap:8px;text-decoration:none}.rs-gnb-mark{align-items:center;background:#0f2557;background:var(--rs-navy);border-radius:8px;color:#fff;display:flex;font-size:13px;font-weight:800;height:34px;justify-content:center;width:34px}.rs-gnb-name{color:#0f2557;color:var(--rs-navy);font-size:15px;font-weight:700}.rs-gnb-name span{color:#2563eb}.rs-gnb-center{color:#6b7280;color:var(--rs-gray);flex:1 1;font-size:13px;text-align:center}.rs-gnb-actions{display:flex;flex-shrink:0;gap:8px}.rs-gnb-back{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rs-border);border-radius:6px;color:#6b7280;color:var(--rs-gray)}.rs-gnb-back,.rs-gnb-cta{cursor:pointer;font-size:13px;padding:6px 14px}.rs-gnb-cta{background:#0f2557;background:var(--rs-navy);border:none;border-radius:6px;color:#fff;font-weight:600}.rs-gnb-facility{background:#0000;border:1px solid #1e3a8a40;border-radius:6px;color:#0f2557;color:var(--rs-navy);cursor:pointer;font-size:12px;padding:6px 12px;transition:background .18s;white-space:nowrap}.rs-gnb-facility:hover{background:#1e3a8a0f}.rs-page-hero{background:linear-gradient(135deg,#0f2557,#1e3a8a);background:linear-gradient(135deg,var(--rs-navy) 0,#1e3a8a 100%);margin-bottom:40px;padding:56px 24px}.rs-page-hero-inner{margin:0 auto;max-width:1380px;text-align:center}.rs-page-hero-badge{background:#ffffff26;border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:16px;padding:4px 12px}.rs-page-hero-ttl{color:#fff;font-size:34px;font-weight:800;line-height:1.3;margin:0 0 14px}.rs-page-hero-sub{color:#ffffffbf;font-size:16px;margin:0 0 28px}.rs-page-hero-anchors{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.rs-anchor-chip{background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:inline-block;font-size:13px;font-weight:500;padding:6px 14px;text-decoration:none;transition:background .2s}.rs-anchor-chip:hover{background:#ffffff47}.rs-pdf-header-block{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rs-border);border-radius:12px;box-shadow:0 1px 4px #0000000f;margin-bottom:32px;padding:24px 28px}.rs-pdf-masthead{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.rs-pdf-brand{align-items:center;display:flex;gap:10px}.rs-pdf-logo-mark{align-items:center;background:#0f2557;background:var(--rs-navy);border-radius:8px;color:#fff;display:flex;font-size:16px;font-weight:900;height:36px;justify-content:center;width:36px}.rs-pdf-brand-title{color:#0f2557;color:var(--rs-navy);font-size:15px;font-weight:800}.rs-pdf-brand-sub{font-size:11px}.rs-pdf-brand-sub,.rs-pdf-meta{color:#6b7280;color:var(--rs-gray)}.rs-pdf-meta{display:flex;flex-direction:column;font-size:12px;gap:2px;text-align:right}.rs-pdf-ml{color:#374151;font-weight:500;margin-right:6px}.rs-pdf-mv{color:#111827}.rs-pdf-round{color:#0f2557;color:var(--rs-navy);font-size:13px;font-weight:700;margin-top:4px}.rs-pdf-disclaimer{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;font-size:11.5px;line-height:1.6;padding:10px 14px}.rs-section-row{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 420px;margin-bottom:32px;scroll-margin-top:80px}.rs-pdf-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rs-border);border-radius:12px;box-shadow:0 1px 4px #0000000f;padding:24px 28px}.rs-pdf-sec-head{align-items:center;border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--rs-border);display:flex;gap:10px;margin-bottom:20px;padding-bottom:12px}.rs-pdf-sec-idx{background:#0f2557;background:var(--rs-navy);border-radius:4px;color:#fff;font-family:Courier New,monospace;font-size:11px;font-weight:800;padding:3px 7px}.rs-pdf-sec-title{color:#0f2557;color:var(--rs-navy);font-size:15px;font-weight:700}.rs-pdf-sec-rule{background:#e5e7eb;flex:1 1;height:1px}.rs-pdf-sec-tag{background:#f3f4f6;border-radius:4px;color:#6b7280;color:var(--rs-gray);font-size:11px;font-weight:600;letter-spacing:.04em;padding:2px 8px}.rs-pdf-profile-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.rs-pdf-pitem{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px}.rs-pdf-plabel{color:#6b7280;color:var(--rs-gray);font-size:11px;font-weight:600;letter-spacing:.03em;margin-bottom:4px}.rs-pdf-pvalue{color:#111827;font-size:17px;font-weight:800}.rs-pdf-pvalue--accent{color:#1d4ed8}.rs-pdf-pvalue--green{color:#137333;color:var(--rs-green)}.rs-pdf-pvalue--navy{color:#0f2557;color:var(--rs-navy)}.rs-pdf-unit{font-size:12px}.rs-pdf-sub,.rs-pdf-unit{color:#6b7280;color:var(--rs-gray);font-weight:500}.rs-pdf-sub{display:block;font-size:11px;margin-top:2px}.rs-pdf-sub.up{color:#137333;color:var(--rs-green)}.rs-pdf-improvement{color:#6b7280;color:var(--rs-gray);font-size:11px;line-height:1.5;margin-top:4px}.rs-pdf-score-area{align-items:flex-start;display:flex;gap:28px;margin-bottom:24px}.rs-gauge-wrap{flex-shrink:0;text-align:center}.rs-gauge-label{color:#6b7280;color:var(--rs-gray);font-size:11px;font-weight:600;margin-top:6px}.rs-pdf-score-right{flex:1 1}.rs-pdf-score-desc{background:#f9fafb;border-left:3px solid #b45309;border-left:3px solid var(--rs-amber);border-radius:8px;color:#374151;font-size:14px;line-height:1.6;margin-bottom:12px;padding:12px 14px}.rs-pdf-score-range{display:flex;flex-direction:column;gap:6px}.rs-pdf-sr-row{align-items:center;color:#374151;display:flex;font-size:12px;gap:8px}.dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.dot.green{background:#137333;background:var(--rs-green)}.dot.amber{background:#d97706}.dot.red{background:#b91c1c;background:var(--rs-red)}.rs-pdf-history{margin-top:8px}.rs-pdf-history-title{color:#6b7280;color:var(--rs-gray);font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:10px}.rs-pdf-history-table{display:flex;flex-direction:column;gap:4px}.rs-pdf-ht-head,.rs-pdf-ht-row{grid-gap:8px;border-radius:6px;display:grid;gap:8px;grid-template-columns:80px 100px 100px auto;padding:8px 10px}.rs-pdf-ht-head{background:#f3f4f6;color:#6b7280;color:var(--rs-gray);font-size:11px;font-weight:700}.rs-pdf-ht-row{background:#fafafa;border:1px solid #e5e7eb;color:#374151;font-size:13px}.rs-pdf-ht-row.current{background:#eff6ff;border-color:#bfdbfe;color:#1e40af;font-weight:700}.rs-pdf-ht-row .up{color:#137333;color:var(--rs-green);font-weight:600}.rs-pdf-ind-row{grid-gap:12px;align-items:center;border:1px solid;border-radius:8px;display:grid;gap:12px;grid-template-columns:160px 80px 64px auto;margin-bottom:8px;padding:14px}.rs-pdf-ind-row--normal{background:#f0fdf4;border-color:#bbf7d0}.rs-pdf-ind-row--warning{background:#fffbeb;border-color:#fde68a}.rs-pdf-ind-row--danger{background:#fef2f2;border-color:#fecaca}.rs-pdf-ind-label{color:#374151;font-size:13px;font-weight:600}.rs-pdf-ind-val{color:#111827;font-family:Courier New,monospace;font-size:18px;font-weight:800}.rs-pdf-ind-desc{font-size:12px;line-height:1.4}.rs-pdf-ind-desc,.rs-pdf-ind-ref{color:#6b7280;color:var(--rs-gray)}.rs-pdf-ind-ref{background:#f9fafb;border-radius:6px;font-size:11.5px;line-height:1.6;margin-top:4px;padding:10px 12px}.rs-pdf-ind-sub-row{color:#374151;display:flex;font-size:13px;gap:24px;margin-top:8px}.rs-pdf-ind-slabel{color:#6b7280;color:var(--rs-gray);font-size:11px;margin-right:4px}.rs-badge{border-radius:4px;display:inline-block;font-size:11px;font-weight:700;padding:3px 8px;white-space:nowrap}.rs-badge--ok{background:#dcfce7;color:#137333;color:var(--rs-green)}.rs-badge--warn{background:#fef3c7;color:#92400e}.rs-badge--danger{background:#fee2e2;color:#b91c1c;color:var(--rs-red)}.rs-cva-chart-wrap{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;padding:12px 14px 8px}.rs-cva-chart-title{color:#6b7280;color:var(--rs-gray);font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:6px}.rs-pelvis-visual-wrap{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;padding:12px 14px 8px}.rs-pelvis-visual-title{color:#6b7280;color:var(--rs-gray);font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:4px}.rs-pelvis-visual-note{align-items:center;color:#b45309;color:var(--rs-amber);display:flex;font-size:11px;font-weight:500;gap:6px;margin-top:6px}.rs-pelvis-warn-dot{background:#d97706;border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.rs-pdf-action-grid{display:flex;flex-direction:column;gap:16px}.rs-pdf-action-card{border:1px solid;border-radius:10px;padding:16px 18px}.rs-pdf-action-card.exercise{background:#eff6ff;border-color:#bfdbfe}.rs-pdf-action-card.nutrition{background:#f0fdf4;border-color:#bbf7d0}.rs-pdf-action-card.lifestyle{background:#faf5ff;border-color:#e9d5ff}.rs-pdf-ac-title{color:#1e3a8a;font-size:13px;font-weight:700;margin-bottom:12px}.rs-pdf-action-card.nutrition .rs-pdf-ac-title{color:#137333;color:var(--rs-green)}.rs-pdf-action-card.lifestyle .rs-pdf-ac-title{color:#7c3aed}.rs-pdf-ex-row{background:#ffffffb3;border-radius:7px;margin-bottom:8px;padding:10px 12px}.rs-pdf-ex-name{color:#1e293b;font-size:13px;font-weight:700;margin-bottom:4px}.rs-pdf-ex-meta{display:flex;gap:10px;margin-bottom:4px}.rs-pdf-ex-dur,.rs-pdf-ex-freq{border-radius:4px;font-size:11px;font-weight:600;padding:2px 6px}.rs-pdf-ex-freq{background:#dbeafe;color:#1d4ed8}.rs-pdf-ex-dur{background:#f3e8ff;color:#7c3aed}.rs-pdf-ex-desc{color:#4b5563;font-size:12px;line-height:1.5}.rs-pdf-ex-note{color:#b45309;color:var(--rs-amber);font-size:11.5px;font-weight:500;margin-top:6px}.rs-col-explain{align-self:start;position:-webkit-sticky;position:sticky;top:76px}.rs-explain-box{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rs-border);border-radius:12px;box-shadow:0 1px 4px #0000000f;padding:22px 24px}.rs-eb-head{border-bottom:2px solid #eff6ff;color:#0f2557;color:var(--rs-navy);font-size:15px;font-weight:800;margin-bottom:16px;padding-bottom:10px}.rs-eb-item{border-bottom:1px solid #f3f4f6;margin-bottom:16px;padding-bottom:16px}.rs-eb-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.rs-eb-item-ttl{background:#f9fafb;border-left:3px solid #2563eb;border-radius:4px;color:#374151;font-size:12.5px;font-weight:700;margin-bottom:6px;padding:5px 8px}.rs-eb-item-desc{color:#4b5563;font-size:13px;line-height:1.7}.rs-cta-section{background:linear-gradient(135deg,#0f2557,#1e3a8a);background:linear-gradient(135deg,var(--rs-navy) 0,#1e3a8a 100%);border-radius:16px;margin-top:48px;padding:56px 32px;text-align:center}.rs-cta-inner{margin:0 auto;max-width:600px}.rs-cta-ttl{color:#fff;font-size:26px;font-weight:800;line-height:1.3;margin-bottom:14px}.rs-cta-sub{color:#ffffffc7;font-size:15px;line-height:1.7;margin-bottom:28px}.rs-cta-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:14px}.rs-cta-primary{background:#fff;border:none;border-radius:8px;color:#0f2557;color:var(--rs-navy);cursor:pointer;font-size:15px;font-weight:800;padding:14px 28px;transition:transform .15s}.rs-cta-primary:hover{transform:translateY(-1px)}.rs-cta-sec{background:#ffffff26;border:1px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:14px 28px;transition:background .2s}.rs-cta-sec:hover{background:#ffffff3d}.rs-cta-note{color:#ffffff8c;font-size:12px;line-height:1.6;margin:0}.rs-modal-backdrop{align-items:center;background:#00000085;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.rs-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000038;max-height:90vh;max-width:520px;overflow-y:auto;padding:36px 32px 28px;position:relative;width:100%}.rs-modal-close{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:18px;line-height:1;padding:4px 8px;position:absolute;right:16px;top:16px}.rs-modal-close:hover{color:#475569}.rs-modal-ttl{color:#0f2557;color:var(--rs-navy);font-size:20px;font-weight:800;margin-bottom:8px}.rs-modal-sub{color:#64748b;font-size:13px;line-height:1.6;margin-bottom:24px}.rs-modal-sub-note{color:#f59e0b;display:block;font-size:12px;margin-top:6px}.rs-modal-form{display:flex;flex-direction:column;gap:16px}.rs-modal-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.rs-modal-field{display:flex;flex-direction:column;gap:6px}.rs-modal-field label{color:#475569;font-size:12px;font-weight:600}.rs-modal-field input,.rs-modal-field select,.rs-modal-field textarea{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#0d1f35;font-family:inherit;font-size:14px;outline:none;padding:10px 12px;transition:border-color .18s}.rs-modal-field input:focus,.rs-modal-field select:focus,.rs-modal-field textarea:focus{background:#fff;border-color:#0f2557;border-color:var(--rs-navy)}.rs-modal-field textarea{resize:vertical}.rs-modal-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.rs-modal-chip{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:100px;color:#475569;cursor:pointer;font-family:inherit;font-size:13px;padding:6px 14px;transition:all .16s}.rs-modal-chip.active{background:#1e3a8a14;border-color:#0f2557;border-color:var(--rs-navy);color:#0f2557;color:var(--rs-navy);font-weight:600}.rs-modal-submit{background:#0f2557;background:var(--rs-navy);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;margin-top:4px;padding:14px;transition:background .18s}.rs-modal-submit:hover:not(:disabled){background:#1e3a8a}.rs-modal-submit:disabled{cursor:not-allowed;opacity:.6}.rs-modal-note{color:#94a3b8;font-size:11px;margin:4px 0 0;text-align:center}.rs-modal-success{align-items:center;display:flex;flex-direction:column;gap:12px;padding:20px 0;text-align:center}.rs-modal-success-ico{font-size:48px}.rs-modal-success-ttl{color:#0f2557;color:var(--rs-navy);font-size:20px;font-weight:800}.rs-modal-success-sub{color:#64748b;font-size:14px;line-height:1.7}@media (max-width:480px){.rs-modal{padding:28px 20px 24px}.rs-modal-row{grid-template-columns:1fr}.rs-modal-ttl{font-size:17px}}@media (max-width:1100px){.rs-section-row{grid-template-columns:1fr}.rs-col-explain{position:static}}@media (max-width:768px){.rs-gnb-center{display:none}.rs-gnb-inner{height:54px;padding:0 16px}.rs-gnb-back{font-size:12px;padding:5px 10px}.rs-gnb-facility{font-size:11px;padding:5px 10px}.rs-gnb-cta{font-size:12px;padding:5px 12px}.rs-gnb-name{font-size:14px}.rs-gnb-mark{font-size:12px;height:30px;width:30px}.rs-page-hero{margin-bottom:24px;padding:40px 20px}.rs-page-hero-ttl{font-size:24px}.rs-page-hero-sub{font-size:14px}.rs-anchor-chip{font-size:12px;padding:5px 11px}.rs-content{padding:0 16px 60px}.rs-pdf-header-block{padding:18px}.rs-pdf-masthead{flex-direction:column;gap:10px}.rs-pdf-meta{text-align:left}.rs-pdf-card{padding:18px}.rs-pdf-sec-title{font-size:13.5px}.rs-pdf-sec-rule,.rs-pdf-sec-tag{display:none}.rs-pdf-profile-grid{gap:10px;grid-template-columns:1fr}.rs-pdf-pitem{padding:10px 12px}.rs-pdf-pvalue{font-size:15px}.rs-pdf-score-area{align-items:center;flex-direction:column}.rs-pdf-score-right{width:100%}.rs-pdf-ht-head,.rs-pdf-ht-row{font-size:12px;gap:4px;grid-template-columns:60px 80px 72px auto;padding:7px 8px}.rs-pdf-ind-row{gap:4px 8px;grid-template-columns:1fr auto}.rs-pdf-ind-label{font-size:12px;grid-column:1;grid-row:1}.rs-pdf-ind-val{font-size:16px;grid-column:2;grid-row:1;text-align:right}.rs-pdf-ind-row .rs-badge{grid-column:1/-1;grid-row:2;justify-self:start}.rs-pdf-ind-desc{grid-column:1/-1;grid-row:3}.rs-explain-box{padding:18px}.rs-eb-head{font-size:14px}.rs-eb-item-desc{font-size:12.5px}.rs-cta-section{border-radius:12px;margin-top:32px;padding:40px 20px}.rs-cta-ttl{font-size:22px}.rs-cta-sub{font-size:14px}.rs-cta-primary,.rs-cta-sec{font-size:14px;padding:14px 20px;width:100%}.rs-cta-btns{flex-direction:column;gap:10px}}@media (max-width:480px){.rs-gnb-back,.rs-gnb-facility{display:none}.rs-gnb-cta{font-size:13px;font-weight:700;padding:7px 14px}.rs-page-hero{padding:32px 16px}.rs-page-hero-ttl{font-size:20px;line-height:1.35}.rs-page-hero-sub{font-size:13px;margin-bottom:20px}.rs-page-hero-badge{font-size:11px}.rs-anchor-chip{font-size:11px;padding:4px 10px}.rs-content{padding:0 12px 52px}.rs-section-row{margin-bottom:24px}.rs-pdf-header-block{border-radius:10px;padding:14px}.rs-pdf-brand-title{font-size:13px}.rs-pdf-brand-sub{font-size:10px}.rs-pdf-round{font-size:12px}.rs-pdf-disclaimer{font-size:11px;padding:8px 10px}.rs-pdf-card{border-radius:10px;padding:14px}.rs-pdf-sec-head{margin-bottom:14px;padding-bottom:10px}.rs-pdf-sec-title{font-size:13px}.rs-pdf-pvalue{font-size:14px}.rs-pdf-improvement,.rs-pdf-plabel{font-size:10.5px}.rs-gauge-wrap svg{height:110px;width:110px}.rs-pdf-ht-head,.rs-pdf-ht-row{font-size:11px;gap:2px;grid-template-columns:48px 70px 58px auto;padding:6px}.rs-pdf-history-title{font-size:11px}.rs-pdf-ind-row{padding:10px 12px}.rs-pdf-ind-val{font-size:15px}.rs-pdf-ind-label{font-size:11.5px}.rs-pdf-ind-ref{font-size:11px;padding:8px 10px}.rs-pdf-ind-sub-row{flex-direction:column;font-size:12px;gap:4px}.rs-pdf-action-card{padding:14px}.rs-pdf-ac-title,.rs-pdf-ex-name{font-size:12.5px}.rs-pdf-ex-desc{font-size:11.5px}.rs-pdf-ex-note{font-size:11px}.rs-explain-box{border-radius:10px;padding:14px}.rs-eb-head{font-size:13px;margin-bottom:12px}.rs-eb-item{margin-bottom:12px;padding-bottom:12px}.rs-eb-item-ttl{font-size:12px}.rs-eb-item-desc{font-size:12px;line-height:1.65}.rs-cva-chart-wrap,.rs-pelvis-visual-wrap{padding:10px 12px 6px}.rs-pelvis-visual-note{font-size:10.5px}.rs-cta-section{border-radius:10px;padding:32px 16px}.rs-cta-ttl{font-size:19px;line-height:1.35}.rs-cta-sub{font-size:13px;margin-bottom:20px}.rs-cta-primary{font-size:14px;padding:14px}.rs-cta-sec{font-size:13.5px;padding:13px}.rs-cta-note{font-size:11px}}
/*# sourceMappingURL=main.6faf7269.css.map*/