/* All UI is live HTML/CSS, not a raster screenshot. */
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:116px}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--paper);font-size:17px;line-height:1.7;word-break:keep-all;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.35}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}img,svg{vertical-align:middle}svg.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}button{color:inherit}::selection{background:#cddaff;color:#132b68}:focus-visible{outline:3px solid var(--blue);outline-offset:4px}button:focus-visible,a:focus-visible{border-radius:8px}[hidden]{display:none!important}.container{width:min(calc(100% - 64px),var(--container));margin:auto}.skip-link{position:fixed;top:-80px;left:18px;z-index:500;background:var(--navy);color:white;padding:12px 20px;border-radius:8px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tiny{font-size:13px}.small{font-size:14px}.muted{color:var(--muted)}.blue{color:var(--blue)}.mint{color:var(--mint)}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;word-break:break-all}.icon-box{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--blue-soft);color:var(--blue);flex-shrink:0}.icon-box.mint-box{background:#dff8e9;color:#22795a}.icon-box.white-box{background:rgba(255,255,255,.13);color:var(--mint)}.eyeline{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:14px;font-weight:700;letter-spacing:.03em}.eyeline:before{content:"";width:23px;height:2px;background:currentColor}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:700;border-radius:6px;white-space:nowrap}.pill.green{background:var(--green-soft);color:var(--green)}.pill.amber{background:var(--amber-soft);color:var(--amber)}.pill.neutral{background:#f0f3f8;color:var(--muted)}.dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block}.topline{background:#f5f7fb;border-bottom:1px solid #edf0f6;font-size:12px;color:#5d6a80}.topline .container{display:flex;justify-content:space-between;padding:5px 0}.topline span:last-child{color:#6c7890}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(225,231,242,.75)}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand-mark{display:grid;place-items:center;background:var(--blue);color:white;width:42px;height:42px;border-radius:12px;box-shadow:0 5px 13px #245af224}.brand-mark svg{width:26px;height:26px}.brand-name{font-size:20px;font-weight:800;letter-spacing:-.045em}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.09em;font-weight:550;line-height:1.5}.site-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.site-nav a{font-size:15px;font-weight:550;min-height:44px;display:flex;align-items:center;position:relative;white-space:nowrap}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--blue)}.site-nav a[aria-current=page]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--blue);border-radius:9px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:13px 23px;border:1px solid transparent;border-radius:11px;background:var(--blue);color:white;font-size:16px;font-weight:650;line-height:1.5;letter-spacing:-.02em;transition:background .2s,transform .2s,box-shadow .2s;text-align:center;white-space:nowrap}.btn:hover{background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 7px 19px #245af226}.btn .icon{width:18px;height:18px}.btn.secondary{background:white;border-color:#dce3ed;color:var(--ink)}.btn.secondary:hover{background:#f7f9fc;border-color:#c0cce0;box-shadow:none}.btn.light{background:white;color:var(--blue)}.btn.light:hover{background:#ecf2ff}.btn.ghost{background:transparent;color:var(--blue);padding-left:4px;padding-right:4px}.btn.ghost:hover{box-shadow:none;background:transparent}.btn.outline-light{background:transparent;border:1px solid #617397;color:white}.btn.outline-light:hover{background:#ffffff0b}.btn.compact{min-height:43px;padding:10px 16px;font-size:14px;border-radius:9px}.btn:disabled{background:#edf0f5;color:#8a96a7;border-color:#e2e7ef;transform:none;box-shadow:none}.btn-group{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:15px;font-weight:650;min-height:44px}.text-link .icon{width:17px;height:17px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.menu-toggle{display:none;background:transparent;border:0;width:44px;height:44px;align-items:center;justify-content:center}.menu-toggle .icon{width:24px;height:24px}.nav-mobile-cta{display:none!important}
/* FIRST VIEWPORT */
.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 43%,#fafcff 100%)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;min-height:615px;padding-top:56px;padding-bottom:56px}.hero-copy{position:relative;z-index:2;padding-bottom:14px}.hero h1{font-size:clamp(42px,4.4vw,64px);line-height:1.24;font-weight:850;letter-spacing:-.065em;margin-bottom:23px}.hero h1 span{display:block;color:var(--blue)}.hero-desc{font-size:18px;line-height:1.9;color:var(--muted);letter-spacing:-.025em;margin-bottom:30px}.hero .btn{min-height:57px;padding-inline:25px}.hero .btn.secondary{gap:10px}.hero-note{display:flex;align-items:center;gap:7px;margin-top:19px;font-size:13px;color:#758198}.hero-note .icon{width:16px;height:16px;color:#658370}.hero-art{height:494px;position:relative;min-width:0;isolation:isolate}.art-halo{position:absolute;width:470px;height:470px;top:7px;left:50px;border-radius:50%;background:radial-gradient(circle at 62% 38%,#d3e1ff 0,#f0f5ff 58%,#f5f8ff00 70%);z-index:-3}.art-ring{position:absolute;width:440px;height:440px;border:1px solid #dee7ff;border-radius:50%;top:29px;left:70px;transform:rotate(-20deg);z-index:-2}.art-ring:after{content:"";width:9px;height:9px;border:4px solid #d3e2ff;background:white;box-sizing:content-box;position:absolute;top:56px;right:47px;border-radius:50%}.art-ring.two{width:520px;height:520px;top:-11px;left:29px;border-color:#eaf0fb;transform:rotate(73deg)}.art-blue{position:absolute;background:linear-gradient(140deg,#3273ff,#2655ed 62%,#2044b8);width:334px;height:329px;border-radius:100px 110px 120px 83px;top:102px;right:12px;transform:rotate(17deg);box-shadow:0 28px 70px #255bf22c;z-index:-2}.art-blue:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#ffffff28 1px,transparent 1px);background-size:18px 18px;border-radius:inherit}.art-spark{position:absolute;top:29px;right:89px;font-size:45px;line-height:1;color:#b6d7cc;font-weight:300;transform:rotate(12deg)}.preview-browser{position:absolute;left:4px;top:62px;width:467px;border-radius:15px;background:#fff;box-shadow:0 25px 80px #23437524,0 1px 4px #13295414;border:1px solid #e2e9f6;overflow:hidden;transform:rotate(-4deg)}.browser-chrome{height:36px;background:#fafbfe;border-bottom:1px solid #edf0f6;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:9px;color:#7e8aa0}.window-dots{display:flex;gap:4px}.window-dots i{width:5px;height:5px;background:#d2dae9;border-radius:50%}.browser-sample{font-size:9px;border:1px solid #e0e7f3;border-radius:4px;padding:0 6px;color:#7a879b}.browser-app{display:flex;min-height:273px}.browser-side{width:97px;padding:18px 9px;background:#f9fbfe;border-right:1px solid #edf1f7;font-size:9px;color:#7b89a0}.browser-mini-brand{display:flex;align-items:center;gap:5px;color:#223b67;font-size:10px;font-weight:800;margin-bottom:23px}.browser-mini-brand .icon{color:var(--blue);width:15px;height:15px}.mini-nav{padding:7px 8px;margin-bottom:4px;border-radius:5px}.mini-nav.selected{color:var(--blue);background:#eaf0ff;font-weight:700}.browser-content{flex:1;padding:22px 19px 20px}.browser-content h3{font-size:16px;letter-spacing:-.045em}.browser-subtitle{font-size:9px;color:#97a0af;margin-top:3px;margin-bottom:15px}.mini-stats{display:flex;border:1px solid #e6edf8;border-radius:8px;margin-bottom:17px;padding:12px 8px;gap:8px}.mini-stat{flex:1;border-right:1px solid #e6edf8;padding-left:4px}.mini-stat:last-child{border-right:0}.mini-stat span{display:block;font-size:8px;color:#7d89a0}.mini-stat b{font-size:18px;line-height:1.2}.mini-table-head{font-size:8px;color:#8b98aa;display:grid;grid-template-columns:1.25fr 1fr 1fr;padding-bottom:6px;border-bottom:1px solid #edf1f7}.mini-table-row{display:grid;grid-template-columns:1.25fr 1fr 1fr;padding:9px 0;border-bottom:1px solid #f0f3f8;align-items:center;font-size:9px;color:#4c5d77}.mini-table-row .pill{font-size:8px;padding:1px 4px;justify-self:start}.phone-preview{position:absolute;right:-5px;bottom:14px;width:189px;background:#fff;border:6px solid #182a4a;border-radius:29px;overflow:hidden;box-shadow:0 22px 52px #14294935;transform:rotate(6deg);z-index:3}.phone-top{height:21px;background:var(--blue);position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:7px;color:#fff}.phone-top:after{content:"";width:55px;height:10px;background:#182a4a;position:absolute;left:50%;top:0;transform:translateX(-50%);border-radius:0 0 8px 8px}.phone-blue{background:var(--blue);color:white;padding:14px 15px 18px}.phone-blue small{font-size:9px;opacity:.76}.phone-blue h3{font-size:17px;letter-spacing:-.045em;line-height:1.4}.phone-blue .phone-place{font-size:10px;margin-top:7px;opacity:.85}.phone-body{padding:13px 12px 18px}.phone-progress{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#728097;margin-bottom:12px}.phone-line{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf1f7;font-size:10px;color:#304766}.phone-line .check-circle{display:flex;align-items:center;justify-content:center;border-radius:50%;width:17px;height:17px;background:#edf6ff;color:var(--blue)}.phone-line .icon{width:10px;height:10px;stroke-width:2.3}.phone-submit{padding:8px 6px;border-radius:7px;background:var(--blue);color:white;text-align:center;font-size:10px;margin-top:14px;font-weight:600}.phone-home{height:4px;width:44px;background:#d3d9e3;border-radius:10px;margin:10px auto 0}.float-note{position:absolute;left:22px;bottom:27px;display:flex;align-items:center;gap:10px;background:white;border:1px solid #e0e8f4;border-radius:11px;padding:13px 18px;box-shadow:0 12px 30px #1b39651a;transform:rotate(-3deg);font-size:12px}.float-note .icon-box{width:32px;height:32px;border-radius:9px}.float-note .icon{width:17px;height:17px}.float-note b{font-size:12px;display:block}.float-note small{font-size:9px;color:var(--muted);display:block}.qr-floating{position:absolute;right:9px;top:35px;width:63px;height:63px;display:grid;place-items:center;background:white;border-radius:14px;border:1px solid #dce5f5;transform:rotate(13deg);box-shadow:0 10px 25px #24385916;color:var(--blue)}.qr-floating .icon{width:35px;height:35px;stroke-width:1.4}.art-caption{position:absolute;bottom:-7px;right:5px;font-size:10px;color:#96a1b3}.quicklinks{position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:17px;background:#fff;margin-top:-3px;box-shadow:0 9px 34px #233e6806}.quicklink{display:flex;align-items:center;gap:17px;padding:25px 26px;position:relative;transition:background .2s}.quicklink:first-child{border-radius:17px 0 0 17px}.quicklink:last-child{border-radius:0 17px 17px 0}.quicklink:not(:last-child):after{content:"";height:45px;width:1px;background:var(--line);position:absolute;right:0;top:50%;transform:translateY(-50%)}.quicklink:hover{background:#f7faff}.quicklink small{font-size:12px;color:var(--muted);display:block;margin-bottom:3px}.quicklink strong{font-size:17px;letter-spacing:-.04em}.quicklink>.icon{margin-left:auto;width:18px;color:#8796ac}.quicklink .icon-box{width:43px;height:43px;border-radius:12px}.section{padding:104px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:44px}.section h2{font-size:38px;line-height:1.4;letter-spacing:-.055em;font-weight:800}.section-sub{font-size:16px;color:var(--muted);line-height:1.9}.section-head .section-sub{max-width:380px}.section-head .eyeline{margin-bottom:15px}.steps-line{display:grid;grid-template-columns:repeat(4,1fr);margin-top:45px}.flow-step{padding-right:37px;position:relative}.flow-step:not(:last-child):before{content:"";height:1px;background:#dce4f1;position:absolute;top:25px;left:60px;right:25px}.flow-step:not(:last-child):after{content:"";width:6px;height:6px;border-top:1px solid #bcc9de;border-right:1px solid #bcc9de;transform:rotate(45deg);position:absolute;top:22px;right:25px}.flow-number{display:flex;align-items:center;justify-content:center;width:49px;height:49px;border-radius:14px;background:var(--blue-soft);color:var(--blue);font-size:17px;font-weight:750;position:relative;z-index:1;margin-bottom:24px}.flow-step:last-child .flow-number{background:#e7f7ee;color:#2e8962}.flow-step h3{font-size:20px;letter-spacing:-.04em;margin-bottom:10px}.flow-step p{font-size:15px;color:var(--muted);line-height:1.8}.flow-footnote{margin-top:35px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;gap:9px;font-size:13px;color:#6e7b90}.flow-footnote .icon{width:16px;height:16px}.ownership{background:var(--navy-deep);color:white;position:relative;overflow:hidden}.ownership:after{content:"";width:700px;height:700px;border:1px solid #ffffff07;position:absolute;right:-200px;top:-300px;border-radius:50%;box-shadow:0 0 0 70px #ffffff02,0 0 0 140px #ffffff02;pointer-events:none}.ownership-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:96px;position:relative;z-index:1}.ownership .eyeline{color:var(--mint);margin-bottom:21px}.ownership h2{font-size:41px;line-height:1.5;margin-bottom:20px}.ownership .section-sub{color:#a9b8d1;margin-bottom:28px;max-width:415px}.ownership .btn{font-size:14px;min-height:46px}.school-vault{background:linear-gradient(145deg,#213659,#1a2b49);border:1px solid #384b6b;border-radius:20px;padding:28px;box-shadow:0 20px 70px #070e2226}.vault-top{display:flex;align-items:center;gap:12px;margin-bottom:24px}.vault-top .icon-box{width:43px;height:43px;border-radius:12px}.vault-top h3{font-size:18px;color:#eef5ff}.vault-top p{font-size:12px;color:#9fb2cf;margin-top:3px}.vault-top .icon:last-child{margin-left:auto;width:17px;color:var(--mint)}.vault-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-top:1px solid #344668}.vault-row>.icon{color:#a6bfdc;width:24px;height:24px}.vault-row strong{font-size:14px;font-weight:650;display:block}.vault-row small{font-size:11px;color:#9badc8;display:block;margin-top:2px}.vault-row>span{margin-left:auto;font-size:10px;color:var(--mint);background:#b5f3d310;border:1px solid #b5f3d319;padding:2px 8px;border-radius:5px}.vault-bottom{margin-top:7px;border-radius:8px;background:#b5f3d30b;padding:11px 10px;font-size:12px;color:#c1d8d4;text-align:center}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.role-card{background:#eff4ff;border:1px solid #e5edff;border-radius:20px;padding:34px 34px 31px;position:relative;overflow:hidden}.role-card.inspector{background:#f0f8f4;border-color:#e6f0e9}.role-card .role-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.role-card .icon-box{background:white;width:47px;height:47px}.role-card .role-code{font-size:12px;color:#8493ad}.role-card h3{font-size:26px;letter-spacing:-.05em;margin-bottom:13px}.role-card p{color:#63718a;font-size:15px;margin-bottom:22px;line-height:1.8}.role-card .text-link{font-size:14px}.inspector .text-link{color:#2c7a56}.soft-section{background:var(--canvas)}.faq-layout{display:grid;grid-template-columns:.85fr 1.6fr;gap:84px}.faq-layout h2{margin-bottom:15px}.faq-layout .section-sub{font-size:15px}.faq-layout .text-link{margin-top:24px}.faq-list{border-top:1px solid #cbd5e5}.faq-item{border-bottom:1px solid #dfe5ef}.faq-item summary{list-style:none;padding:23px 34px 23px 0;position:relative;font-weight:600;font-size:17px;cursor:pointer;line-height:1.6;letter-spacing:-.025em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .icon{position:absolute;right:0;top:25px;width:19px;height:19px;color:#8996ab;transition:transform .2s}.faq-item[open] summary{color:var(--blue)}.faq-item[open] summary .icon{transform:rotate(45deg);color:var(--blue)}.faq-item .faq-answer{color:var(--muted);font-size:15px;padding:0 35px 24px 0;line-height:1.9}.faq-answer a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.bottom-cta{padding:76px 0;background:#eaf1ff;position:relative;overflow:hidden}.bottom-cta:after{content:"";width:340px;height:340px;border:45px solid #dde8ff;border-radius:50%;position:absolute;right:-110px;top:-130px}.bottom-cta-inner{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;gap:30px}.bottom-cta h2{font-size:32px;letter-spacing:-.055em;line-height:1.5;margin-bottom:11px}.bottom-cta p{color:#637594;font-size:15px}.site-footer{padding:42px 0 27px;background:#fff;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:30px}.site-footer .brand-mark{width:33px;height:33px;border-radius:9px;background:var(--navy);box-shadow:none}.site-footer .brand-mark .icon{width:20px;height:20px}.site-footer .brand-name{font-size:17px}.footer-desc{font-size:12px;color:#8792a5;margin-top:13px;line-height:1.9}.footer-links{display:flex;gap:25px;font-size:13px;color:#5d6c85;padding-top:5px}.footer-bottom{padding-top:19px;border-top:1px solid #edf0f5;display:flex;justify-content:space-between;gap:20px;color:#9aa4b5;font-size:11px}.footer-bottom strong{font-weight:500;color:#76859e}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:120;background:#162747;color:white;padding:13px 23px;border-radius:12px;box-shadow:0 10px 35px #16274735;font-size:14px;width:max-content;max-width:min(520px,calc(100% - 32px));text-align:center;pointer-events:none}
/* SUBPAGE SHELL */
.page-sub{background:var(--canvas)}.subhero{padding:45px 0 34px;background:#fff;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;align-items:center;gap:7px;color:#8692a6;font-size:12px;margin-bottom:19px}.breadcrumbs .icon{width:13px;height:13px}.breadcrumbs a:hover{color:var(--blue)}.subhero-grid{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.subhero h1{font-size:39px;font-weight:800;letter-spacing:-.055em;margin-bottom:12px;line-height:1.35}.subhero p{font-size:16px;color:var(--muted);line-height:1.9;max-width:740px}.subhero .sub-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:var(--blue-soft);color:var(--blue);margin-bottom:4px;transform:rotate(-7deg)}.subhero .sub-icon .icon{width:31px;height:31px}.page-content{padding:32px 0 80px;min-height:500px}.preview-note{display:flex;align-items:flex-start;gap:10px;border:1px solid #dbe6f9;background:#f0f5ff;border-radius:10px;padding:12px 16px;font-size:13px;color:#4d638b;line-height:1.75;margin-bottom:25px}.preview-note .icon{width:17px;height:17px;margin-top:3px;color:var(--blue)}.preview-note b{font-weight:650}.status-note{display:flex;align-items:flex-start;gap:11px;background:var(--amber-soft);border:1px solid #f1e1c6;border-radius:11px;padding:16px 19px;color:#855c22;font-size:14px;line-height:1.8}.status-note>.icon{width:19px;height:19px;margin-top:3px}.status-note b{display:block;font-size:14px;margin-bottom:2px}.surface{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:32px}.surface h2{font-size:24px;letter-spacing:-.04em;margin-bottom:10px}.surface-lead{font-size:15px;color:var(--muted);line-height:1.9;margin-bottom:25px}.page-grid{display:grid;grid-template-columns:1fr 300px;gap:23px;align-items:start}.aside-card{background:white;border:1px solid var(--line);border-radius:16px;padding:24px;margin-bottom:20px}.aside-card h3{font-size:16px;margin-bottom:13px}.aside-card p{font-size:13px;color:var(--muted);line-height:1.85}.aside-card .text-link{font-size:13px;margin-top:10px}.aside-card.tint{background:#edf3ff;border-color:#dfe8fa}.aside-card .icon-box{width:38px;height:38px;border-radius:11px;margin-bottom:14px}.check-list{list-style:none;margin:0;padding:0}.check-list li{display:flex;align-items:flex-start;gap:10px;margin-top:12px;font-size:14px;color:#52617a}.check-list li .icon{width:17px;height:17px;color:var(--blue);margin-top:4px}.rule{height:1px;background:var(--line);margin:25px 0}.fields-two{display:grid;grid-template-columns:1fr 1fr;gap:19px}.field{margin-bottom:22px}.field label{display:block;font-size:14px;font-weight:650;margin-bottom:9px}.required{color:var(--blue);margin-left:2px}.field input,.field textarea,.field select,.search-input{display:block;width:100%;border:1px solid #d8e0ed;background:#fff;border-radius:9px;min-height:50px;padding:12px 14px;color:var(--ink);font-size:15px;line-height:1.6;transition:border-color .2s,box-shadow .2s;min-width:0}.field input::placeholder,.field textarea::placeholder,.search-input::placeholder{color:#9aa5b6}.field input:focus,.field select:focus,.field textarea:focus,.search-input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px #245af219}.field textarea{resize:vertical;min-height:105px}.field small{display:block;color:#7f8ca2;font-size:12px;line-height:1.8;margin-top:7px}.input-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.input-label-row label{margin:0}.field .inline-button{background:none;border:0;color:var(--blue);font-size:12px;padding:3px 0;font-weight:650}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:24px;border-top:1px solid var(--line);margin-top:10px}.inline-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--muted);cursor:pointer}.inline-check input{width:17px;height:17px;accent-color:var(--blue);margin:3px 0 0;flex-shrink:0}.wizard-layout{display:grid;grid-template-columns:239px 1fr;gap:26px;align-items:start}.wizard-rail{padding-top:6px}.wizard-rail-heading{font-size:12px;color:var(--subtle);margin-bottom:22px;letter-spacing:.05em}.wizard-step-button{width:100%;display:flex;text-align:left;align-items:center;gap:12px;border:0;background:transparent;padding:14px 12px 14px 0;border-radius:10px;margin-bottom:8px}.wizard-step-button:hover{background:#edf2fa}.wizard-step-number{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#e5eaf3;color:#8290a6;font-size:13px;font-weight:700;flex-shrink:0}.wizard-step-button strong{font-size:14px;color:#6c7a91;display:block;font-weight:550}.wizard-step-button small{display:block;font-size:11px;color:#929db0;margin-top:3px}.wizard-step-button[aria-current=step] .wizard-step-number{background:var(--blue);color:white;box-shadow:0 4px 11px #245af223}.wizard-step-button[aria-current=step] strong{color:var(--blue);font-weight:700}.wizard-aside{margin-top:27px;padding:21px;border:1px solid #dfe5f0;border-radius:13px;background:#ffffff89}.wizard-aside h3{font-size:13px;margin-bottom:9px}.wizard-aside p{font-size:12px;color:var(--muted);line-height:1.9}.wizard-main .surface{padding:35px 37px}.wizard-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:12px;color:#8995a9}.wizard-meta strong{color:var(--blue);font-weight:650}.wizard-progress{height:3px;background:#edf1f8;border-radius:5px;margin-bottom:27px;overflow:hidden}.wizard-progress span{display:block;width:25%;height:100%;background:var(--blue);transition:width .3s}.wizard-main .surface h2{font-size:26px}.wizard-bottom-note{font-size:12px;color:#8b96a8;padding-top:17px;text-align:center}.permission-list{border:1px solid var(--line);border-radius:12px;margin:22px 0}.permission-row{display:flex;align-items:center;gap:15px;padding:18px}.permission-row:not(:last-child){border-bottom:1px solid var(--line)}.permission-row .icon{color:var(--blue)}.permission-row strong{font-size:14px;display:block}.permission-row small{font-size:12px;color:var(--muted);display:block;margin-top:2px}.resource-list{display:grid;gap:12px;margin:23px 0}.resource-card{display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:12px;padding:18px}.resource-card .icon-box{width:42px;height:42px;border-radius:10px}.resource-card strong{font-size:14px;display:block}.resource-card small{font-size:12px;color:var(--muted);display:block}.resource-card .pill{margin-left:auto}.setup-list{counter-reset:setup;margin:23px 0;padding:0;list-style:none}.setup-list>li{counter-increment:setup;position:relative;padding-left:37px;margin-bottom:24px;font-size:14px;color:var(--muted)}.setup-list>li:before{content:counter(setup);position:absolute;left:0;top:0;background:var(--blue-soft);color:var(--blue);border-radius:8px;width:24px;height:24px;display:grid;place-items:center;font-size:12px;font-weight:700}.setup-list strong{display:block;color:var(--ink);font-size:15px;margin-bottom:6px}.code-line{padding:11px 14px;background:#f4f6fa;border:1px solid var(--line);border-radius:8px;font-size:13px;margin:10px 0;display:flex;justify-content:space-between;align-items:center;gap:15px;overflow-wrap:anywhere}.copy-button{border:0;background:white;min-height:32px;min-width:32px;border-radius:6px;color:#6e7c94;display:grid;place-items:center;flex-shrink:0}.copy-button .icon{width:15px;height:15px}.url-placeholder{border:1px dashed #cfd9eb;border-radius:9px;padding:14px;color:#8a97ad;font-size:13px;background:#fbfcfe;margin:14px 0}.wizard-completion-actions{display:flex;gap:10px;flex-wrap:wrap}.tabs{display:flex;border-bottom:1px solid #dce4f0;margin-bottom:27px;gap:30px}.tab-button{border:0;background:none;font-size:16px;font-weight:650;position:relative;min-height:56px;padding:12px 3px 17px;color:#8390a6;display:flex;gap:9px;align-items:center}.tab-button .icon{width:19px;height:19px}.tab-button[aria-selected=true]{color:var(--blue)}.tab-button[aria-selected=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;background:var(--blue);height:3px;border-radius:3px}.demo-form-grid{display:grid;grid-template-columns:1fr 318px;gap:23px;align-items:start}.demo-side-visual{background:var(--blue);padding:31px 26px;border-radius:18px;color:white;position:relative;overflow:hidden}.demo-side-visual h3{font-size:25px;letter-spacing:-.045em;line-height:1.45;margin:18px 0 14px}.demo-side-visual p{font-size:13px;color:#d0dcff;line-height:1.9}.demo-side-visual .icon-box{background:#ffffff20;color:white}.demo-side-visual:after{content:"";width:160px;height:160px;border:27px solid #ffffff0b;border-radius:50%;position:absolute;right:-90px;top:20px}.demo-mini-flow{margin-top:25px;padding-top:22px;border-top:1px solid #ffffff2b;display:flex;gap:8px;align-items:center;color:#e4ecff;font-size:11px;justify-content:space-between}.demo-mini-flow .icon{width:14px;height:14px}.success-message{display:flex;gap:9px;align-items:flex-start;background:var(--green-soft);border:1px solid #cfe9dd;color:var(--green);border-radius:10px;padding:14px 16px;font-size:13px;margin-top:19px}.success-message .icon{width:18px;height:18px;margin-top:2px}.demo-status-choice{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:22px}.status-radio{position:relative;padding:15px;border:1px solid var(--line);border-radius:10px;display:flex;gap:10px;align-items:center;cursor:pointer;color:var(--muted);font-size:14px}.status-radio input{accent-color:var(--blue);width:16px;height:16px;margin:0}.status-radio:has(input:checked){border-color:var(--blue);background:#f4f7ff;color:var(--blue)}.demo-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.demo-stat{background:#fff;border:1px solid var(--line);padding:23px 26px;border-radius:15px;display:flex;justify-content:space-between;align-items:center}.demo-stat small{display:block;color:var(--muted);font-size:13px;margin-bottom:7px}.demo-stat b{font-size:30px;line-height:1.3;font-weight:750;letter-spacing:-.03em}.demo-stat b span{font-size:14px;font-weight:500;color:#8593a9;margin-left:6px}.demo-stat .icon-box{width:43px;height:43px}.table-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;flex-wrap:wrap}.table-top h2{font-size:21px;margin:0}.table-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filter-select{font:inherit;font-size:13px;min-height:42px;border:1px solid #d9e1ee;border-radius:8px;background:white;padding:8px 31px 8px 12px;color:var(--muted)}.table-scroll{overflow-x:auto;border-top:1px solid #d8e0ed}.record-table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap;min-width:720px;text-align:left}.record-table th{background:#f8fafd;color:#7b88a0;font-weight:550;font-size:12px;padding:15px 13px;border-bottom:1px solid var(--line)}.record-table td{border-bottom:1px solid #eaf0f7;padding:16px 13px;color:#63728d}.record-table td strong{color:#30445f;font-weight:650}.record-table .row-button{font-size:12px;color:var(--blue);background:white;border:1px solid #dfe6f2;min-height:32px;border-radius:7px;padding:4px 9px}.record-table .row-button:hover{background:#eff4ff}.record-table .pill{font-size:11px}.table-bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8795aa;margin-top:19px;gap:20px}.table-bottom .btn{font-size:12px}.table-empty{text-align:center;padding:40px!important;color:#8b97ab!important}.demo-record-dialog{border:1px solid var(--line);border-radius:19px;padding:30px;width:min(520px,calc(100% - 36px));color:var(--ink);box-shadow:0 30px 120px #10213e45}.demo-record-dialog::backdrop{background:#13284970;backdrop-filter:blur(3px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:21px}.dialog-header h2{font-size:23px;letter-spacing:-.035em}.dialog-close{display:grid;place-items:center;background:#f1f4f9;border:0;width:35px;height:35px;border-radius:9px}.detail-grid{display:grid;grid-template-columns:90px 1fr;gap:14px 15px;font-size:14px;margin:0}.detail-grid dt{color:#8390a5}.detail-grid dd{margin:0;overflow-wrap:anywhere}.detail-note{background:#f6f8fc;padding:16px;border-radius:10px;color:#66758d;font-size:14px;margin-top:23px;white-space:pre-wrap;overflow-wrap:anywhere}.dialog-actions{display:flex;justify-content:flex-end;margin-top:23px}.guide-layout{display:grid;grid-template-columns:1fr 278px;gap:26px;align-items:start}.guide-list{counter-reset:guide}.guide-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:13px;overflow:hidden}.guide-item summary{display:flex;align-items:center;gap:15px;list-style:none;padding:21px 23px;cursor:pointer;font-size:17px;font-weight:650;letter-spacing:-.03em}.guide-item summary::-webkit-details-marker{display:none}.guide-item summary .guide-num{display:grid;place-items:center;background:#eef3fc;color:#6a84aa;width:31px;height:31px;border-radius:9px;font-size:12px;flex-shrink:0}.guide-item summary .icon{margin-left:auto;width:18px;height:18px;color:#8797af;flex-shrink:0}.guide-item[open] summary .guide-num{background:var(--blue);color:white}.guide-item[open] summary{color:var(--blue)}.guide-item[open] summary>.icon{transform:rotate(180deg)}.guide-body{padding:0 25px 25px 70px;font-size:14px;line-height:1.9;color:var(--muted)}.guide-body p+p{margin-top:12px}.guide-body ol{padding-left:20px;margin:12px 0}.guide-body ul{padding-left:20px;margin:12px 0}.guide-body li{margin:5px 0}.guide-body .text-link{font-size:13px}.guide-body code{font-size:12px;background:#edf2fb;border-radius:4px;padding:2px 5px;color:#335884;overflow-wrap:anywhere}.guide-body .code-line code{background:none;padding:0}.guide-body .status-note{font-size:12px;padding:12px 14px;margin-top:17px}.checklist-local{display:grid;gap:16px}.checklist-local .inline-check{font-size:13px}.checklist-local .inline-check:has(input:checked){color:var(--green)}.guide-print{width:100%;margin-top:17px}.inspector-flow-step{display:flex;align-items:flex-start;gap:21px;padding:25px 0;border-bottom:1px solid var(--line)}.inspector-flow-step:first-child{padding-top:6px}.inspector-flow-step:last-child{border-bottom:0;padding-bottom:0}.inspector-flow-step .flow-number{margin:0;width:39px;height:39px;border-radius:12px;font-size:14px;flex-shrink:0}.inspector-flow-step h3{font-size:18px;letter-spacing:-.025em;margin:2px 0 9px}.inspector-flow-step p{font-size:14px;color:var(--muted);line-height:1.9}.help-search-wrap{position:relative;width:min(600px,100%);margin-top:28px}.help-search-wrap .icon{position:absolute;left:16px;top:16px;width:19px;height:19px;color:#8191ad}.help-search-wrap .search-input{padding-left:47px;min-height:53px;background:#f9fbfe}.help-grid{display:grid;grid-template-columns:220px 1fr;gap:42px;align-items:start}.help-category{display:block;width:100%;background:transparent;border:0;padding:13px 16px;text-align:left;color:#75839b;border-radius:9px;font-size:14px;margin-bottom:6px;min-height:45px}.help-category[aria-pressed=true]{background:#e9f0ff;color:var(--blue);font-weight:700}.help-category:hover{background:#edf2fa}.help-main{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}.help-main .faq-list{border-top:0}.help-main .faq-item:last-child{border-bottom:0}.help-main .faq-item summary{font-size:16px;padding-block:21px}.help-main h2{font-size:23px;letter-spacing:-.04em;margin-bottom:12px}.help-main .faq-answer{font-size:14px}.help-search-summary{font-size:13px;color:#8390a6;margin-bottom:3px}.help-empty{padding:35px 0;color:var(--muted);font-size:15px;line-height:1.9}.release-empty{padding:45px 35px;text-align:center;border-radius:20px;border:1px solid var(--line);background:#fff}.release-empty .empty-icon{margin:0 auto 24px;position:relative;display:grid;place-items:center;width:86px;height:86px;border-radius:27px;background:#edf3ff;color:var(--blue);transform:rotate(-6deg)}.empty-icon .icon{width:36px;height:36px}.release-empty h2{font-size:24px;letter-spacing:-.04em;margin-bottom:12px}.release-empty p{font-size:14px;color:var(--muted);line-height:1.9;margin:0 auto;max-width:460px}.release-empty .pill{margin-bottom:18px}.release-empty .btn-group{justify-content:center;margin-top:25px}.release-foot{padding-top:22px;margin-top:30px;border-top:1px solid var(--line);font-size:12px;color:#8c98ab;line-height:1.9}.update-procedure{margin-top:26px}.update-procedure h2{font-size:22px;letter-spacing:-.04em;margin-bottom:5px}.update-steps{display:grid;grid-template-columns:1fr 1fr;gap:24px 28px;margin-top:27px}.update-step{display:flex;gap:13px;align-items:flex-start}.update-step .flow-number{width:29px;height:29px;border-radius:9px;font-size:12px;margin:0;flex-shrink:0}.update-step h3{font-size:15px;margin:3px 0 8px}.update-step p{font-size:13px;color:var(--muted);line-height:1.9}.help-bottom{margin-top:24px;background:#eff4ff;border:1px solid #dfe8f9;border-radius:14px;padding:22px 25px;display:flex;align-items:center;justify-content:space-between;gap:25px}.help-bottom h3{font-size:16px;margin-bottom:5px}.help-bottom p{font-size:13px;color:var(--muted)}.help-bottom .text-link{font-size:13px;white-space:nowrap}.source-status{font-size:12px;color:#8090a6;line-height:1.9;margin-top:20px}.mobile-only{display:none}
/* RESPONSIVE */
@media(min-width:1150px) and (prefers-reduced-motion:no-preference){.phone-preview{animation:phone-float 7s ease-in-out infinite}.float-note{animation:note-float 7s ease-in-out infinite 1s}@keyframes phone-float{0%,100%{transform:rotate(6deg) translateY(0)}50%{transform:rotate(6deg) translateY(-7px)}}@keyframes note-float{0%,100%{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-5px)}}}
@media(max-width:1170px){.site-nav{gap:20px}.header-inner{gap:18px}.brand-name{font-size:18px}.header-cta{font-size:13px;padding-inline:15px;gap:7px;min-height:44px}.hero-art{transform:scale(.88);transform-origin:right center;margin-left:-60px}.hero-inner{gap:10px;min-height:575px}.hero h1{font-size:54px}.hero-desc{font-size:16px}.hero-copy{z-index:4}.ownership-grid{gap:60px}.quicklink{padding:24px 20px;gap:12px}.quicklink strong{font-size:15px}.faq-layout{gap:60px}}
@media(max-width:960px){.container{width:calc(100% - 48px)}.site-nav{gap:18px}.brand small{display:none}.header-cta{display:none}.hero-inner{min-height:555px}.hero h1{font-size:45px}.hero-desc{font-size:15px}.hero .btn{font-size:14px;padding-inline:17px;gap:8px;min-height:51px}.hero-note{font-size:11px}.hero-art{transform:scale(.73);transform-origin:right center;margin-left:-120px}.hero-copy{min-width:0}.quicklink{padding:21px 16px;gap:10px}.quicklink .icon-box{width:35px;height:35px;border-radius:10px}.quicklink .icon-box .icon{width:18px}.quicklink strong{font-size:14px}.quicklink small{font-size:10px}.quicklink>.icon{width:14px}.section{padding:78px 0}.section h2{font-size:32px}.section-head .section-sub{font-size:14px;max-width:300px}.flow-step{padding-right:25px}.flow-step h3{font-size:17px}.flow-step p{font-size:13px}.ownership-grid{gap:35px}.ownership h2{font-size:33px}.school-vault{padding:22px}.role-card{padding:28px}.role-card h3{font-size:23px}.role-card p{font-size:14px}.faq-layout{grid-template-columns:.85fr 1.2fr;gap:40px}.faq-item summary{font-size:15px}.bottom-cta h2{font-size:27px}.bottom-cta .btn{font-size:14px}.page-grid{grid-template-columns:1fr 245px;gap:19px}.wizard-layout{grid-template-columns:199px 1fr;gap:20px}.wizard-main .surface{padding:28px}.wizard-step-button{gap:9px}.wizard-step-button strong{font-size:13px}.wizard-step-button small{font-size:10px}.demo-form-grid{grid-template-columns:1fr 255px;gap:19px}.surface{padding:25px}.demo-side-visual{padding:25px 22px}.demo-side-visual h3{font-size:22px}.guide-layout{grid-template-columns:1fr 239px;gap:20px}.help-grid{grid-template-columns:175px 1fr;gap:25px}.demo-stat{padding:18px 20px}}
@media(max-width:760px){body{font-size:16px}.container{width:calc(100% - 40px)}.topline .container{font-size:10px;padding-block:5px}.topline span:first-child{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-inner{height:69px;gap:12px}.brand-mark{width:36px;height:36px;border-radius:10px}.brand-mark .icon{width:22px;height:22px}.brand-name{font-size:18px}.brand small{display:block;font-size:8px;letter-spacing:.08em}.menu-toggle{display:flex;margin-left:auto}.site-nav{display:none;position:absolute;top:69px;left:0;right:0;padding:14px 20px 20px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #182f4910}.site-nav.is-open{display:flex;align-items:stretch;gap:0;flex-direction:column}.site-nav a{padding:10px 12px;font-size:15px}.site-nav a[aria-current=page]:after{display:none}.site-nav a[aria-current=page]{background:#f2f6fe;border-radius:8px}.site-nav .nav-mobile-cta{display:flex!important;color:white;background:var(--blue);border-radius:9px;margin-top:9px;justify-content:center}.hero-inner{display:flex;flex-direction:column;gap:0;padding-top:45px;padding-bottom:21px;min-height:0}.hero-copy{width:100%;text-align:left;padding-bottom:0}.hero h1{font-size:clamp(37px,7.8vw,56px);letter-spacing:-.065em;line-height:1.3;margin-bottom:21px}.hero-desc{font-size:15px;line-height:1.9;margin-bottom:25px;max-width:450px}.hero-desc br{display:none}.hero .btn{font-size:14px;min-height:51px;padding-inline:19px}.hero .btn-group{gap:10px}.hero-note{margin-top:16px;font-size:11px;gap:5px}.hero-note .icon{width:14px}.hero-art{width:540px;max-width:none;flex-shrink:0;height:490px;transform:scale(.73);transform-origin:top center;margin:31px 0 -115px;align-self:center}.preview-browser{left:14px}.phone-preview{right:14px}.qr-floating{right:30px}.art-caption{right:25px;font-size:11px}.quicklinks{grid-template-columns:1fr;margin-top:10px;border-radius:14px}.quicklink{padding:18px 20px;gap:15px}.quicklink .icon-box{width:40px;height:40px;border-radius:11px}.quicklink .icon-box .icon{width:21px}.quicklink strong{font-size:15px}.quicklink small{font-size:11px;margin-bottom:1px}.quicklink:first-child{border-radius:14px 14px 0 0}.quicklink:last-child{border-radius:0 0 14px 14px}.quicklink:not(:last-child):after{width:auto;left:20px;right:20px;bottom:0;top:auto;height:1px;transform:none}.quicklink>.icon{width:18px}.section{padding:67px 0}.section-head{display:block;margin-bottom:30px}.section h2{font-size:29px;letter-spacing:-.055em}.section-head .section-sub{margin-top:16px;max-width:100%;font-size:14px}.eyeline{font-size:12px}.section-head .eyeline{margin-bottom:13px}.steps-line{grid-template-columns:1fr 1fr;gap:31px 27px;margin-top:31px}.flow-step{padding:0}.flow-number{width:42px;height:42px;border-radius:12px;font-size:15px;margin-bottom:18px}.flow-step:before,.flow-step:after{display:none}.flow-step h3{font-size:17px;line-height:1.5;margin-bottom:7px}.flow-step p{font-size:13px;line-height:1.85}.flow-footnote{font-size:11px;line-height:1.9;align-items:flex-start;margin-top:29px;padding-top:20px}.flow-footnote .icon{margin-top:4px;flex-shrink:0;width:14px}.ownership-grid{grid-template-columns:1fr;gap:33px}.ownership h2{font-size:31px;margin-bottom:18px}.ownership .section-sub{font-size:14px;max-width:100%;margin-bottom:20px}.school-vault{padding:23px 22px;border-radius:17px}.vault-top{margin-bottom:18px}.vault-top h3{font-size:16px}.vault-row{padding:16px 0}.vault-bottom{font-size:11px}.role-grid{grid-template-columns:1fr;gap:17px}.role-card{padding:28px}.role-card .role-top{margin-bottom:20px}.role-card h3{font-size:24px}.role-card p{font-size:14px;margin-bottom:17px}.faq-layout{grid-template-columns:1fr;gap:28px}.faq-layout .text-link{margin-top:12px}.faq-item summary{font-size:15px;padding:21px 30px 21px 0}.faq-item summary .icon{top:23px}.faq-item .faq-answer{font-size:14px;padding-right:16px;line-height:1.9}.bottom-cta{padding:48px 0}.bottom-cta-inner{display:block}.bottom-cta h2{font-size:25px}.bottom-cta p{font-size:13px;max-width:270px}.bottom-cta .btn-group{margin-top:26px;gap:12px}.bottom-cta .btn{font-size:13px;min-height:46px;padding-inline:18px}.site-footer{padding:33px 0 24px}.footer-top{display:block;margin-bottom:23px}.footer-desc{font-size:11px}.footer-links{gap:23px;margin-top:24px;font-size:12px;flex-wrap:wrap}.footer-bottom{display:block;font-size:10px;line-height:1.9}.footer-bottom span{display:block;margin-top:7px}.subhero{padding:29px 0 27px}.breadcrumbs{margin-bottom:16px;font-size:11px}.subhero h1{font-size:29px;line-height:1.45;margin-bottom:9px}.subhero p{font-size:14px}.subhero .sub-icon{display:none}.page-content{padding:23px 0 52px}.preview-note{font-size:12px;padding:12px 13px;gap:8px;margin-bottom:21px}.preview-note .icon{width:16px}.page-grid{grid-template-columns:1fr}.surface{padding:23px 20px;border-radius:16px}.surface h2{font-size:21px}.surface-lead{font-size:13px;margin-bottom:23px}.aside-card{padding:22px;border-radius:14px}.status-note{font-size:12px;padding:14px;gap:9px}.status-note b{font-size:13px}.wizard-layout{display:flex;flex-direction:column;gap:21px}.wizard-rail{width:100%;padding:0}.wizard-rail-heading{display:none}.wizard-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.wizard-step-button{flex-direction:column;padding:0 0 8px;gap:8px;align-items:center;text-align:center;margin:0}.wizard-step-button strong{font-size:11px;line-height:1.5;font-weight:550}.wizard-step-button small{display:none}.wizard-step-number{width:31px;height:31px;border-radius:10px;font-size:12px}.wizard-aside{display:none}.wizard-main{width:100%;min-width:0}.wizard-main .surface{padding:23px 20px}.wizard-main .surface h2{font-size:22px}.wizard-meta{font-size:11px;margin-bottom:16px}.wizard-progress{margin-bottom:23px}.field{margin-bottom:20px}.field label{font-size:13px}.field input,.field select,.field textarea{font-size:16px;padding:11px 12px}.field small{font-size:11px}.fields-two{grid-template-columns:1fr;gap:0}.form-actions{padding-top:20px;gap:10px;flex-wrap:wrap}.form-actions .btn{font-size:13px;padding-inline:15px;min-height:46px}.form-actions .muted{font-size:11px}.wizard-bottom-note{font-size:10px}.permission-row{padding:15px 12px;gap:12px}.permission-row strong{font-size:13px}.permission-row small{font-size:11px}.resource-card{padding:14px 12px;gap:10px;flex-wrap:wrap}.resource-card .icon-box{width:36px;height:36px}.resource-card strong{font-size:13px}.resource-card small{font-size:10px}.resource-card .pill{font-size:10px}.setup-list>li{font-size:12px;padding-left:32px}.setup-list strong{font-size:14px}.code-line{font-size:11px;padding:10px}.tabs{gap:25px;margin-bottom:23px}.tab-button{font-size:14px;gap:7px;min-height:49px}.tab-button .icon{width:17px}.demo-form-grid{grid-template-columns:1fr}.demo-side-visual h3 br{display:none}.demo-side-visual{padding:24px}.demo-stat-row{gap:8px;margin-bottom:19px}.demo-stat{padding:15px 12px;border-radius:12px}.demo-stat small{font-size:10px;margin-bottom:6px}.demo-stat b{font-size:24px}.demo-stat b span{font-size:10px;margin-left:3px}.demo-stat .icon-box{display:none}.table-top{gap:15px;margin-bottom:17px}.table-top h2{font-size:20px}.table-controls{width:100%;gap:8px}.filter-select{font-size:12px;min-height:40px;max-width:100%}.table-controls .btn{font-size:11px;padding-inline:12px;min-height:40px}.table-bottom{font-size:10px;gap:10px;flex-wrap:wrap}.record-table{font-size:12px;min-width:680px}.record-table th{font-size:11px}.table-bottom .btn{font-size:11px}.demo-record-dialog{padding:22px}.detail-grid{font-size:13px;grid-template-columns:73px 1fr}.dialog-header h2{font-size:21px}.guide-layout{grid-template-columns:1fr;gap:20px}.guide-item summary{padding:18px 17px;gap:12px;font-size:15px}.guide-item summary .guide-num{width:27px;height:27px;border-radius:8px;font-size:11px}.guide-body{padding:0 19px 22px 19px;font-size:13px}.guide-body .code-line{font-size:11px}.guide-body code{font-size:11px}.help-grid{grid-template-columns:1fr;gap:16px}.help-nav{display:flex;gap:7px;flex-wrap:wrap}.help-category{display:inline-flex;align-items:center;justify-content:center;width:auto;border:1px solid #dce4f0;background:white;border-radius:8px;padding:8px 14px;font-size:12px;min-height:39px;margin:0}.help-category[aria-pressed=true]{border-color:#c8d8fc}.help-nav .aside-card{display:none}.help-main{padding:23px 19px;border-radius:16px;min-width:0}.help-main h2{font-size:20px}.help-main .faq-item summary{font-size:14px}.help-main .faq-answer{font-size:13px;padding-right:0}.help-search-wrap{margin-top:22px}.help-search-wrap .search-input{font-size:16px;min-height:51px}.help-bottom{padding:19px;display:block}.help-bottom h3{font-size:15px}.help-bottom p{font-size:12px}.help-bottom .text-link{margin-top:6px}.release-empty{padding:32px 20px;border-radius:17px}.release-empty h2{font-size:21px}.release-empty p{font-size:13px}.release-empty .empty-icon{width:71px;height:71px;border-radius:23px;margin-bottom:21px}.empty-icon .icon{width:31px;height:31px}.release-foot{font-size:11px;padding-top:18px;margin-top:23px}.update-procedure h2{font-size:20px}.update-steps{grid-template-columns:1fr;gap:23px;margin-top:24px}.update-step p{font-size:12px}.source-status{font-size:11px}.mobile-only{display:block}.desktop-only{display:none}}
@media(max-width:390px){.container{width:calc(100% - 34px)}.brand-name{font-size:17px}.hero h1{font-size:36px}.hero .btn{font-size:13px;padding-inline:15px}.hero-note{font-size:10px}.hero-art{transform:scale(.64);margin-bottom:-158px;margin-top:26px}.section h2{font-size:27px}.wizard-step-button strong{font-size:10px}.demo-status-choice{gap:9px}.status-radio{font-size:13px;padding:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.topline,.site-header,.site-footer,.preview-note,.tabs,.guide-aside,.toast,.btn,.copy-button,.sub-icon,.breadcrumbs{display:none!important}body{background:#fff;color:#111;font-size:12pt}.container{width:100%;max-width:none}.page-content,.subhero{padding:0}.guide-layout,.page-grid{display:block}.guide-item{break-inside:avoid;border:1px solid #ddd}.guide-body{display:block!important}details:not([open])>*:not(summary){display:block!important}.subhero h1{font-size:24pt}a{text-decoration:none}main{overflow:visible!important}}

/* Final interaction polish. */
.dialog-close{min-width:44px;min-height:44px}.copy-button{min-width:40px;min-height:40px}.field .inline-button{min-height:32px}.wizard-main{scroll-margin-top:106px}.help-main .faq-item{scroll-margin-top:110px}
@media(max-width:760px){.field .inline-button{min-height:40px}.record-table .row-button{min-height:40px}.copy-button{min-width:44px;min-height:44px}}
