:root{color:#17233c;background:#fff;font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #1777f2;--blue-hover: #0f68dc;--blue-soft: #e9f3ff;--blue-mist: #f4f9ff;--blue-border: #d5e7f8;--ink: #17233c;--muted: #64738c;--soft-muted: #8b98ad;--border: #d4deec;--surface: #ffffff;--success: #1ba769;--danger: #cc3f4a;--header-height: 74px;--footer-height: 112px}*{box-sizing:border-box}html{background:#fff}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(23,119,242,.22);outline-offset:2px}.app-frame{min-height:100vh;background:#fff}.app-header{height:var(--header-height);padding:0 29px;display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--blue-border);background:#fffffffa;position:relative;z-index:20}.brand{color:#10213e;text-decoration:none;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;font-size:24px;line-height:1;font-weight:720;letter-spacing:-.6px}.brand img{width:39px;height:39px;display:block;object-fit:contain}.header-divider{width:1px;height:26px;background:#cfdae8}.tagline{margin:0;color:#66748c;font-size:15px}.top-nav{margin-left:auto;width:322px;flex:0 0 322px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:0}.top-nav>button,.user-trigger{border:0;background:transparent;padding:10px 0;font-weight:650;cursor:pointer}.top-nav>button:hover,.user-trigger:hover{color:var(--blue)}.user-menu{position:relative}.user-trigger{display:flex;align-items:center;gap:9px}.avatar{width:40px;height:40px;display:grid;place-items:center;color:var(--blue);background:#dfeeff;border-radius:50%}.menu-popover{position:absolute;top:calc(100% + 10px);right:0;width:146px;padding:8px;border:1px solid var(--blue-border);border-radius:10px;background:#fff;box-shadow:0 14px 34px #1e4a7e21;z-index:40}.menu-popover button{border:0;background:transparent;width:100%;padding:10px 12px;text-align:left;border-radius:7px;cursor:pointer}.menu-popover button:hover{background:var(--blue-mist);color:var(--blue)}.workspace{min-height:calc(100vh - var(--header-height));display:grid;grid-template-columns:260px minmax(560px,1fr) 348px;grid-template-rows:minmax(0,1fr) var(--footer-height)}.stepper-panel{grid-column:1;grid-row:1 / 3;background:#f7fbff;border-right:1px solid var(--blue-border);padding:34px 19px}.stepper-list{margin:0;padding:0;list-style:none;position:relative}.stepper-list:before{content:"";position:absolute;top:27px;bottom:27px;left:31px;border-left:1px dashed #b9cbe0}.stepper-list li{position:relative;margin-bottom:31px}.step-card{min-height:64px;width:100%;display:flex;align-items:center;gap:18px;padding:9px 14px;border:1px solid transparent;border-radius:11px;background:transparent;text-align:left;cursor:pointer;position:relative;z-index:1}.step-card:disabled{cursor:default}.step-card.is-active{background:#e6f2ff;border-color:#d1e5fb}.step-number{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1.5px solid #a6b5ca;border-radius:50%;background:#f7fbff;color:#5e6d84;font-size:16px;font-weight:600}.step-card.is-active .step-number,.step-card.is-complete .step-number{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 4px 12px #1777f23b}.step-label{font-size:17px;color:#485975;white-space:nowrap}.step-card.is-active .step-label{color:#132440;font-weight:700}.step-short{display:none}.main-panel{grid-column:2;grid-row:1;min-width:0;padding:37px 38px 31px 43px;overflow-y:auto;background:#fff}.step-content{width:100%;max-width:780px;margin:0 auto;position:relative}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:16px;line-height:1.3;font-weight:650}.step-content h1{margin:0;font-size:36px;line-height:1.22;letter-spacing:-1px;font-weight:760}.step-description{margin:11px 0 37px;color:#62718a;font-size:15px;line-height:1.7}.section-block{margin-top:0;margin-bottom:26px}.section-block h2,.cookie-block h2{margin:0 0 15px;display:flex;align-items:center;gap:8px;font-size:17px;line-height:1.4;font-weight:700}.subject-block{margin-bottom:24px}.subject-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px}.choice-row{min-height:66px;padding:13px 17px;display:flex;align-items:center;gap:10px;border:1px solid #ccd7e7;border-radius:8px;background:#fff;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.choice-row:hover{border-color:#94bdf0;background:#fbfdff}.choice-row.is-selected{border:1.5px solid var(--blue);background:#f1f7ff;box-shadow:0 0 0 1px #1777f20a}.choice-radio{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border:1.5px solid #bdcadb;border-radius:50%;background:#fff}.choice-radio span{width:9px;height:9px;border-radius:50%;background:#fff}.choice-row.is-selected .choice-radio{border-color:var(--blue);background:var(--blue)}.choice-icon{color:#6d7a90}.choice-row.is-selected .choice-icon,.choice-row.is-selected .choice-copy strong{color:var(--blue)}.choice-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.choice-copy strong{font-size:16px;font-weight:650}.choice-copy small{color:#748299;font-size:12px;line-height:1.4}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:21px;row-gap:18px}.compact-grid{margin-top:31px}.span-2{grid-column:span 2}.field{min-width:0}.field>label{display:block;margin-bottom:8px;color:#22324b;font-size:14px;line-height:1.35;font-weight:650}.label-info{margin-left:6px;color:#6f819b;vertical-align:-3px}.required{color:#ef6a43}.optional{color:#34445e;font-weight:500}.field input,.field select,.search-box input{width:100%;min-width:0;height:50px;padding:0 14px;border:1px solid #cad6e6;border-radius:7px;color:#263751;background:#fff;font-size:15px;transition:border-color .15s ease,box-shadow .15s ease}.field input::placeholder,.search-box input::placeholder{color:#a1adbd}.field input:hover,.field select:hover{border-color:#9eb7d5}.field input:focus,.field select:focus{border-color:var(--blue);outline:0;box-shadow:0 0 0 3px #1777f21a}.field input:disabled{color:#a3adbb;background:#f6f8fb;cursor:not-allowed}.select-wrap,.input-with-count{position:relative}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:42px}.select-wrap>svg{position:absolute;top:50%;right:14px;transform:translateY(-50%);color:#6f819b;pointer-events:none}.input-with-count input{padding-right:68px}.input-with-count span{position:absolute;top:50%;right:13px;transform:translateY(-50%);color:#99a6b9;font-size:12px}.field-error{margin:7px 0 0;display:flex;align-items:center;gap:5px;color:var(--danger);font-size:12px}.narrow-field{max-width:280px}.business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.business-grid .choice-row{min-height:56px;padding:11px 13px}.business-grid .choice-copy strong{font-size:14px}.toggle-list{border-top:1px solid #e0e7f0}.toggle-row{width:100%;padding:18px 2px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;border-bottom:1px solid #e0e7f0;background:transparent;text-align:left;cursor:pointer}.toggle-copy{display:flex;flex-direction:column;gap:5px}.toggle-copy strong{font-size:15px}.toggle-copy small{color:#718097;font-size:12px}.switch{width:42px;height:24px;flex:0 0 auto;padding:3px;border-radius:999px;background:#c3cedd;transition:background .16s ease}.switch span{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #1b2d4638;transition:transform .16s ease}.toggle-row.is-checked .switch{background:var(--blue)}.toggle-row.is-checked .switch span{transform:translate(18px)}.check-list,.permission-list,.sdk-list{border-top:1px solid #dbe5f0}.check-row,.permission-row,.sdk-row{width:100%;min-height:68px;padding:13px 10px;display:flex;align-items:center;gap:12px;border:0;border-bottom:1px solid #dbe5f0;background:transparent;text-align:left;cursor:pointer}.check-row:hover,.permission-row:hover,.sdk-row:hover{background:#f8fbff}.check-row.is-selected,.permission-row.is-selected,.sdk-row.is-selected{background:#f3f8ff}.check-box{width:21px;height:21px;flex:0 0 21px;display:grid;place-items:center;border:1.5px solid #aebdd0;border-radius:5px;color:#fff;background:#fff}.is-selected>.check-box,.inline-checks .is-selected .check-box{border-color:var(--blue);background:var(--blue)}.check-row>span:last-child,.permission-copy,.sdk-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.check-row strong,.permission-copy strong,.sdk-copy strong{color:#243550;font-size:14px}.check-row small,.permission-copy small,.sdk-copy small{color:#7a879b;font-size:12px;line-height:1.4}.permission-copy,.sdk-copy{flex:1}.platform-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.platform-tags>span{padding:3px 7px;color:#496787;background:#eef5fc;border-radius:5px;font-size:10px;font-weight:650}.cookie-block{margin-top:30px}.cookie-block h2 svg{color:var(--blue)}.inline-checks{display:flex;flex-wrap:wrap;gap:10px}.inline-checks button{padding:9px 12px;display:inline-flex;align-items:center;gap:8px;border:1px solid #ccd8e7;border-radius:7px;background:#fff;cursor:pointer}.inline-checks button.is-selected{border-color:var(--blue);background:#f1f7ff}.sdk-toolbar{margin-bottom:19px;display:flex;align-items:center;gap:12px}.search-box{flex:1;position:relative}.search-box>svg{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:#71819a;z-index:1}.search-box input{padding-left:43px;padding-right:42px}.search-box button{position:absolute;top:50%;right:11px;transform:translateY(-50%);padding:5px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.custom-sdk{margin:0 0 20px;padding:16px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;background:var(--blue-mist);border:1px solid var(--blue-border);border-radius:9px}.small-button{height:50px}.sdk-meta{min-width:165px;display:flex;flex-direction:column;align-items:flex-end;gap:7px;color:#64748a;font-size:11px}.empty-state{padding:38px 20px;color:#75839a;text-align:center}.review-list{border-top:1px solid #dbe5ef}.review-list>div{min-height:61px;padding:13px 4px;display:grid;grid-template-columns:145px 1fr;align-items:center;gap:18px;border-bottom:1px solid #dbe5ef}.review-list span{color:#718096;font-size:13px}.review-list strong{font-size:14px}.ready-notice{margin-top:21px;padding:15px 17px;display:flex;gap:12px;color:#245b43;background:#f0faf5;border:1px solid #c9ead8;border-radius:8px}.ready-notice>svg{color:var(--success);flex:0 0 auto}.ready-notice strong{font-size:14px}.ready-notice p{margin:4px 0 0;color:#557565;font-size:12px;line-height:1.55}.inline-generate{margin-top:24px}.generated-panel{border-top:1px solid #d9e4ef;padding-top:21px}.generated-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.success-kicker{display:flex;align-items:center;gap:6px;color:var(--success);font-size:13px;font-weight:650}.generated-head h2{margin:6px 0 0;font-size:20px}.document-tabs{display:flex;border:1px solid #cbd8e8;border-radius:7px;overflow:hidden}.document-tabs button{padding:8px 13px;border:0;border-right:1px solid #cbd8e8;background:#fff;color:#65758d;cursor:pointer}.document-tabs button:last-child{border-right:0}.document-tabs button.is-active{color:var(--blue);background:#eef6ff}.document-preview{max-height:355px;margin-top:17px;padding:23px 25px;overflow-y:auto;border:1px solid #d9e4ee;border-radius:9px;background:#fff;box-shadow:0 6px 20px #26476e12}.document-preview h3{margin:0 0 7px;font-size:24px}.document-preview h4{margin:23px 0 9px;font-size:17px}.document-preview p{margin:0;color:#4c5d75;font-size:13px;line-height:1.85}.document-preview mark{padding:1px 3px;color:#153d70;background:#e4f1ff}.publish-button,.published-link{margin-top:17px}.publish-button{height:46px;padding:0 17px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--blue);border-radius:7px;color:var(--blue);background:#fff;font-weight:650;cursor:pointer}.published-link{padding:13px 14px;display:flex;align-items:center;gap:11px;border:1px solid #cfe4d9;border-radius:8px;color:#245b43;background:#f2faf6}.published-link>svg{flex:0 0 auto;color:var(--success)}.published-link>div{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.published-link small{color:#6b8377;font-size:11px}.published-link strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.published-link button{padding:7px 9px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:6px;color:#246448;background:#dff2e8;cursor:pointer}.generating-overlay{position:absolute;top:96px;right:0;bottom:0;left:0;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid var(--blue-border);border-radius:11px;background:#fffffff5;z-index:10}.generating-overlay svg{color:var(--blue)}.generating-overlay strong{margin-top:4px}.generating-overlay span{color:#728197;font-size:13px}.help-panel{grid-column:3;grid-row:1;padding:194px 29px 31px 26px;overflow-y:auto;background:#f7fbff}.help-section{padding-bottom:30px;margin-bottom:31px;border-bottom:1px dashed #cbd9e8}.help-section:last-child{margin-bottom:0;border-bottom:0}.help-section h2{margin:0 0 16px;display:flex;align-items:center;gap:9px;color:var(--blue);font-size:17px;line-height:1.4}.help-section h2 svg{flex:0 0 auto}.help-section>p{margin:0;color:#5d6e87;font-size:15px;line-height:2.15}.example-box{margin-top:17px;padding:12px 13px;border-radius:7px;background:#e5f1ff}.example-box span{color:var(--blue);font-size:13px}.example-box p{margin:6px 0 0;color:#405774;font-size:12px;line-height:1.75}.action-footer{grid-column:2 / 4;grid-row:2;padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--blue-border);background:#fff;position:relative;z-index:5}.save-status{display:flex;align-items:flex-start;gap:9px;color:var(--success)}.save-status.saving{color:var(--blue)}.save-status>span{display:flex;flex-direction:column;gap:5px}.save-status strong{color:#63738b;font-size:14px;font-weight:500}.save-status small{color:#8c9aad;font-size:12px}.footer-actions{display:flex;align-items:center;gap:26px;margin-right:344px}.primary-button,.secondary-button,.previous-button{height:54px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:7px;font-size:15px;font-weight:650;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.primary-button{border:1px solid var(--blue);color:#fff;background:var(--blue);box-shadow:0 7px 17px #1777f22e}.primary-button:hover{border-color:var(--blue-hover);background:var(--blue-hover)}.secondary-button{border:1px solid #c8d5e5;color:#273b58;background:#fff}.secondary-button:hover,.previous-button:hover{border-color:#91b4dd;background:#f7fbff}.previous-button{display:none;border:1px solid transparent;color:#586981;background:transparent}.next-button{min-width:166px}.save-button{min-width:190px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.workspace{grid-template-columns:230px minmax(0,1fr)}.help-panel{display:none}.action-footer{grid-column:2}.footer-actions{margin-right:0}.tagline,.header-divider{display:none}.main-panel{padding-right:42px}}@media(max-width:820px){:root{--header-height: 64px}.app-header{padding:0 17px}.brand{font-size:18px}.brand img{width:31px;height:31px}.top-nav{width:auto;flex:0 0 auto;gap:16px}.top-nav>button{display:none}.user-trigger{font-size:0}.user-trigger>svg{display:none}.avatar{width:35px;height:35px}.workspace{height:calc(100dvh - var(--header-height));min-height:0;display:flex;flex-direction:column;overflow:hidden}.stepper-panel{width:100%;padding:12px 16px;border-right:0;border-bottom:1px solid var(--blue-border);flex:0 0 auto;position:relative;z-index:12}.stepper-list{display:flex;justify-content:space-between;gap:4px}.stepper-list:before{top:17px;bottom:auto;left:28px;right:28px;border-left:0;border-top:1px dashed #b9cbe0}.stepper-list li{flex:1;margin:0}.step-card{min-height:50px;padding:0;flex-direction:column;justify-content:center;gap:5px;border:0;background:transparent}.step-card.is-active{border:0;background:transparent}.step-number{width:32px;height:32px;flex-basis:32px;font-size:13px}.step-label{display:none}.step-short{display:block;color:#74839a;font-size:10px}.step-card.is-active .step-short{color:var(--blue);font-weight:700}.main-panel{flex:1;min-height:0;padding:27px 18px 37px;overflow-y:auto}.step-content{max-width:none}.eyebrow{font-size:14px}.step-content h1{font-size:30px}.step-description{margin-bottom:28px}.subject-options,.form-grid,.business-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.desktop-spacer{display:none}.choice-row{min-height:62px}.business-grid{gap:9px}.permission-row,.sdk-row{align-items:flex-start}.permission-row .platform-tags,.sdk-meta{display:none}.sdk-toolbar{align-items:stretch;flex-direction:column}.sdk-toolbar .secondary-button{width:100%}.custom-sdk{grid-template-columns:1fr}.review-list>div{grid-template-columns:108px 1fr}.generated-head{flex-direction:column}.action-footer{width:100%;min-height:96px;padding:14px 18px;flex-direction:column;align-items:stretch;border-top:1px solid var(--blue-border);flex:0 0 auto;position:relative;background:#fffffffa}.save-status{display:none}.footer-actions{width:100%;gap:9px}.previous-button{display:inline-flex;width:46px;padding:0;font-size:0}.previous-button svg{width:19px;height:19px}.save-button,.next-button{min-width:0;flex:1;padding:0 13px}}@media(max-width:460px){.brand span{max-width:205px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nav{display:none}.field input,.field select{font-size:16px}.inline-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.inline-checks button{justify-content:flex-start}.document-tabs{width:100%}.document-tabs button{flex:1}.published-link{align-items:flex-start;flex-wrap:wrap}.published-link button{margin-left:31px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-page,.auth-page,.dashboard-page,.public-page{min-height:100vh;color:var(--ink);background:#fff}.site-page{overflow-x:clip}.site-header{width:min(1220px,calc(100% - 48px));height:76px;margin:0 auto;display:flex;align-items:center;gap:24px;border-bottom:1px solid #e4edf7}.site-header>p{margin:0;padding-left:23px;border-left:1px solid #dbe5f0;color:#77849a;font-size:14px}.site-header nav{margin-left:auto;display:flex;align-items:center;gap:28px}.site-header nav>a{color:#4c5b71;text-decoration:none;font-size:14px;font-weight:620}.site-header nav>a:hover{color:var(--blue)}.site-header .site-login-link{color:#263851}.site-header .site-primary-link{height:40px;padding:0 17px;display:inline-flex;align-items:center;border-radius:7px;color:#fff;background:var(--blue)}.site-header .site-primary-link:hover{color:#fff;background:var(--blue-hover)}.site-header.is-compact{width:100%;padding:0 clamp(20px,4vw,56px);border-bottom-color:#dce9f7}.site-user-menu{position:relative}.site-user-menu>button{padding:5px 0;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;font-weight:650;cursor:pointer}.site-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#e3f0ff}.site-user-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:160px;padding:7px;border:1px solid #d8e4f1;border-radius:9px;background:#fff;box-shadow:0 18px 40px #1a3e6c26}.site-user-popover a,.site-user-popover button{width:100%;min-height:37px;padding:0 10px;display:flex;align-items:center;gap:7px;border:0;border-radius:6px;color:#3c4c62;background:transparent;text-decoration:none;font-size:13px;cursor:pointer}.site-user-popover a:hover,.site-user-popover button:hover{color:var(--blue);background:#f1f7ff}.hero{width:min(1220px,calc(100% - 48px));min-height:620px;margin:0 auto;padding:80px 0 76px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(48px,7vw,96px)}.hero-copy{position:relative;z-index:2}.hero-kicker{display:inline-flex;align-items:center;gap:7px;color:#1766c8;font-size:13px;font-weight:720;letter-spacing:.04em}.hero-copy h1{margin:18px 0 23px;color:#14213a;font-size:clamp(42px,4.2vw,60px);line-height:1.14;letter-spacing:-.045em}.hero-copy h1 span{color:var(--blue)}.hero-copy>p{max-width:540px;margin:0;color:#5e6e84;font-size:17px;line-height:1.85}.hero-actions{margin-top:31px;display:flex;align-items:center;gap:13px}.hero-actions a{height:50px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:7px;text-decoration:none;font-size:15px;font-weight:700}.hero-primary{color:#fff;background:var(--blue);box-shadow:0 9px 22px #1777f233}.hero-primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.hero-secondary{border:1px solid #cbd9e9;color:#38506c;background:#fff}.hero-secondary:hover{border-color:#a9c5e4;color:var(--blue);background:#f8fbff}.hero-trust{margin-top:22px;display:flex;flex-wrap:wrap;gap:18px;color:#758399;font-size:12px}.hero-trust span{display:inline-flex;align-items:center;gap:5px}.hero-trust svg{color:var(--success)}.hero-preview{min-width:0;position:relative;border:1px solid #cfe1f4;border-radius:14px;background:#fff;box-shadow:0 30px 70px #20589729}.hero-preview:before{content:"";position:absolute;top:-56px;right:-44px;bottom:-50px;left:-52px;z-index:-1;border-radius:50%;background:radial-gradient(circle,#ddeffff2,#f4faff00 70%)}.preview-window-bar{height:42px;padding:0 15px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #dae7f3;background:#f9fcff;border-radius:14px 14px 0 0}.preview-window-bar>span{width:8px;height:8px;border-radius:50%;background:#c7d7e8}.preview-window-bar small{margin:0 auto;padding-right:42px;color:#97a5b7;font-size:10px}.preview-body{min-height:400px;display:grid;grid-template-columns:174px 1fr}.preview-body aside{padding:23px 15px;border-right:1px solid #d9e7f4;background:#f4f9ff;border-radius:0 0 0 14px}.preview-body aside div{height:43px;padding:0 9px;display:flex;align-items:center;gap:9px;border-radius:7px;color:#718098;font-size:11px;font-weight:630}.preview-body aside div>span{width:23px;height:23px;display:grid;place-items:center;border:1px solid #c6d6e8;border-radius:50%;background:#fff;font-size:10px}.preview-body aside div.is-active{color:#176dcc;background:#e5f1ff}.preview-body aside div.is-active>span{border-color:var(--blue);color:#fff;background:var(--blue)}.preview-form{padding:45px 42px 34px}.preview-form>small{color:var(--blue);font-size:10px;font-weight:750}.preview-form h2{margin:6px 0;font-size:26px}.preview-form>p{margin:0 0 29px;color:#7a889b;font-size:11px}.preview-form label{margin-bottom:17px;display:block;color:#42536a;font-size:10px;font-weight:680}.preview-form label>span{height:38px;margin-top:7px;padding:0 12px;display:flex;align-items:center;border:1px solid #cfdbea;border-radius:6px;color:#34465f;background:#fff;font-size:11px;font-weight:500}.preview-form>button{height:38px;margin-top:5px;margin-left:auto;padding:0 14px;display:flex;align-items:center;gap:7px;border:0;border-radius:6px;color:#fff;background:var(--blue);font-size:11px}.feature-strip{width:min(1220px,calc(100% - 48px));min-height:116px;margin:0 auto;padding:24px 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dce8f4;border-bottom:1px solid #dce8f4}.feature-strip>div{padding:0 28px;display:grid;grid-template-columns:38px 1fr;align-content:center;column-gap:9px;border-right:1px solid #e3ebf4}.feature-strip>div:first-child{padding-left:0}.feature-strip>div:last-child{padding-right:0;border-right:0}.feature-strip svg{grid-row:1 / span 2;color:var(--blue)}.feature-strip strong{font-size:14px}.feature-strip span{margin-top:4px;color:#7b889b;font-size:11px}.included-section,.how-section{width:min(1120px,calc(100% - 48px));margin:0 auto}.included-section{padding:110px 0 100px}.section-heading{max-width:640px}.section-heading>span{color:var(--blue);font-size:12px;font-weight:760;letter-spacing:.14em}.section-heading h2{margin:10px 0 12px;font-size:clamp(30px,3vw,42px);line-height:1.25;letter-spacing:-.035em}.section-heading p{margin:0;color:#6a798e;line-height:1.8}.included-layout{margin-top:52px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);align-items:center;gap:80px}.included-list{display:grid;gap:2px}.included-list>div{min-height:90px;padding:17px 10px;display:flex;align-items:flex-start;gap:15px;border-bottom:1px solid #e0e8f1}.included-list>div:first-child{border-top:1px solid #e0e8f1}.included-list svg{flex:0 0 auto;color:var(--blue)}.included-list span{display:flex;flex-direction:column;gap:7px}.included-list strong{font-size:15px}.included-list small{color:#758398;font-size:12px;line-height:1.55}.document-sample{padding:32px 36px;position:relative;border:1px solid #d4e2f0;border-radius:12px;background:#fff;box-shadow:0 22px 50px #2d527c1f}.document-sample:before{content:"";position:absolute;top:18px;right:-18px;bottom:-18px;left:18px;z-index:-1;border:1px solid #dbe9f6;border-radius:12px;background:#f2f8ff}.document-sample>div{display:flex;align-items:center;justify-content:space-between}.document-sample>div>small{color:#8995a6;font-size:10px}.sample-status{display:inline-flex;align-items:center;gap:5px;color:var(--success);font-size:11px;font-weight:690}.document-sample h3{margin:30px 0 12px;font-size:27px}.document-sample p,.document-sample li{color:#5f7086;font-size:12px;line-height:1.85}.document-sample h4{margin:24px 0 8px;font-size:15px}.document-sample ul{margin:0 0 27px;padding-left:18px}.sample-link{display:block;padding-top:14px;border-top:1px solid #e2eaf2;color:#3575bc;font-size:11px}.how-section{margin-bottom:100px;padding:78px clamp(32px,6vw,72px);border:1px solid #d5e7f8;border-radius:14px;background:#f3f9ff}.how-section .section-heading{text-align:center;margin:0 auto}.how-section ol{margin:48px 0 40px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);list-style:none}.how-section li{padding:0 36px;display:flex;flex-direction:column;border-right:1px solid #ccdef0}.how-section li:first-child{padding-left:0}.how-section li:last-child{padding-right:0;border-right:0}.how-section li>span{color:#8cb8e8;font-size:13px;font-weight:760}.how-section li>strong{margin-top:10px;font-size:18px}.how-section li>p{margin:8px 0 0;color:#6b7d92;font-size:13px;line-height:1.7}.how-section>a{width:max-content;height:46px;margin:0 auto;padding:0 19px;display:flex;align-items:center;gap:8px;border-radius:7px;color:#fff;background:var(--blue);text-decoration:none;font-size:14px;font-weight:700}.site-footer{min-height:160px;padding:40px max(24px,calc((100% - 1220px)/2));display:grid;grid-template-columns:1fr auto;align-content:center;gap:12px 30px;border-top:1px solid #dce7f2;background:#f8fbff}.site-footer .brand{font-size:19px}.site-footer .brand img{width:31px;height:31px}.site-footer p{grid-column:1;margin:0;color:#7a879a;font-size:12px}.site-footer>span{grid-column:2;grid-row:1 / span 2;align-self:center;color:#9aa5b4;font-size:11px}.auth-page{background:linear-gradient(90deg,#f3f9ff,#f3f9ff 47%,#fff 47%,#fff)}.auth-main{width:min(1100px,calc(100% - 48px));min-height:calc(100vh - 76px);margin:0 auto;display:grid;grid-template-columns:1fr 470px;align-items:center;gap:clamp(70px,10vw,130px);padding:56px 0 72px}.auth-intro{max-width:480px}.auth-intro>span{display:inline-flex;align-items:center;gap:7px;color:#1e6fcf;font-size:13px;font-weight:720}.auth-intro h1{margin:18px 0;font-size:clamp(36px,4vw,50px);line-height:1.22;letter-spacing:-.04em}.auth-intro>p{margin:0;color:#68798f;font-size:16px;line-height:1.8}.auth-intro ul{margin:34px 0 0;padding:0;display:grid;gap:13px;list-style:none}.auth-intro li{display:flex;align-items:center;gap:9px;color:#4f627b;font-size:13px}.auth-intro li svg{color:var(--success)}.auth-panel{padding:39px 42px 33px;border:1px solid #d8e4f0;border-radius:12px;background:#fff;box-shadow:0 25px 60px #2048761f}.auth-panel-heading{margin-bottom:27px}.auth-panel-heading h2{margin:0;font-size:26px;letter-spacing:-.02em}.auth-panel-heading p{margin:8px 0 0;color:#7b899d;font-size:13px}.auth-icon{width:52px;height:52px;margin-bottom:18px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#eaf4ff}.auth-form{display:grid;gap:18px}.auth-form>label,.new-project-dialog form>label{display:grid;gap:8px;color:#354760;font-size:12px;font-weight:680}.auth-form input,.new-project-dialog input{width:100%;height:47px;padding:0 13px;border:1px solid #cbd8e6;border-radius:7px;color:#243750;background:#fff;font-size:14px;font-weight:450;transition:border-color .16s ease,box-shadow .16s ease}.auth-form input::placeholder,.new-project-dialog input::placeholder{color:#a3adba}.auth-form input:focus,.new-project-dialog input:focus{border-color:#6ca7e9;outline:0;box-shadow:0 0 0 3px #1777f21c}.label-row{display:flex;justify-content:space-between}.label-row a{color:var(--blue);text-decoration:none;font-weight:600}.auth-submit{width:100%;height:48px;margin-top:2px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:7px;color:#fff;background:var(--blue);font-size:14px;font-weight:720;cursor:pointer}.auth-submit:hover:not(:disabled){background:var(--blue-hover)}.auth-submit:disabled{cursor:wait;opacity:.68}.form-message{min-height:40px;padding:10px 12px;display:flex;align-items:flex-start;gap:8px;border:1px solid #dce5ef;border-radius:7px;color:#617188;background:#f7faff;font-size:12px;line-height:1.5}.form-message svg{flex:0 0 auto;margin-top:1px}.form-message.is-error{border-color:#f0ced1;color:#a13f48;background:#fff7f7}.form-message.is-success{border-color:#cbe8d8;color:#26714f;background:#f2faf6}.form-terms{color:#96a1b0;text-align:center;font-size:10px;line-height:1.5}.auth-switch{margin:25px -42px -33px;padding:18px 20px;border-top:1px solid #e1e9f2;color:#728096;background:#fbfdff;text-align:center;font-size:12px;border-radius:0 0 12px 12px}.auth-switch a{margin-left:4px;color:var(--blue);text-decoration:none;font-weight:690}.demo-login{margin-top:22px;padding-top:20px;position:relative;border-top:1px solid #e0e8f1}.demo-login>span{padding:0 9px;position:absolute;top:-8px;left:50%;color:#95a0af;background:#fff;font-size:10px;transform:translate(-50%);white-space:nowrap}.demo-login p{margin:0 0 10px;color:#8491a3;text-align:center;font-size:11px}.demo-login button{width:100%;height:42px;border:1px solid #cbd9e8;border-radius:7px;color:#3f5672;background:#fff;font-size:12px;font-weight:680;cursor:pointer}.demo-login button:hover{border-color:#a8c5e4;color:var(--blue);background:#f7fbff}.dev-token-box{padding:17px;border:1px solid #cfe2f5;border-radius:8px;background:#f4f9ff}.dev-token-box>strong{font-size:13px}.dev-token-box>p{margin:6px 0 15px;color:#718198;font-size:11px;line-height:1.55}.dev-reset-link{height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border:1px dashed #9fc3e9;border-radius:7px;color:#2771bf;background:#f3f9ff;text-decoration:none;font-size:12px;font-weight:650}.dashboard-page{background:#f6faff}.dashboard-header{height:74px;padding:0 max(28px,calc((100% - 1220px)/2));display:flex;align-items:center;border-bottom:1px solid #d6e4f2;background:#fff}.dashboard-header nav{height:100%;margin-left:auto;display:flex;align-items:center;gap:25px}.dashboard-header nav>a{height:100%;display:flex;align-items:center;position:relative;color:#56667c;text-decoration:none;font-size:13px;font-weight:650}.dashboard-header nav>a.is-active{color:var(--blue)}.dashboard-header nav>a.is-active:after{content:"";height:2px;position:absolute;right:0;bottom:0;left:0;background:var(--blue)}.dashboard-header nav>button{height:39px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--blue);border-radius:7px;color:var(--blue);background:#fff;font-size:12px;font-weight:680;cursor:pointer}.dashboard-user{position:relative}.dashboard-user>button{display:flex;align-items:center;gap:8px;border:0;background:transparent;font-size:12px;font-weight:680;cursor:pointer}.dashboard-user>button>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#e3f0ff}.dashboard-user>div{width:210px;padding:10px;position:absolute;top:calc(100% + 11px);right:0;z-index:30;border:1px solid #d5e2f0;border-radius:9px;background:#fff;box-shadow:0 18px 40px #1e426b24}.dashboard-user>div small{padding:5px 7px 10px;display:block;overflow:hidden;border-bottom:1px solid #e3eaf2;color:#8793a4;text-overflow:ellipsis}.dashboard-user>div button{width:100%;height:38px;margin-top:5px;padding:0 7px;display:flex;align-items:center;gap:7px;border:0;border-radius:6px;color:#5e6d81;background:transparent;font-size:12px;cursor:pointer}.dashboard-user>div button:hover{color:#bd4450;background:#fff5f5}.dashboard-main{width:min(1160px,calc(100% - 48px));margin:0 auto;padding:66px 0 90px}.dashboard-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.dashboard-title>div>span{color:var(--blue);font-size:12px;font-weight:720}.dashboard-title h1{margin:7px 0 8px;font-size:36px;letter-spacing:-.035em}.dashboard-title p{margin:0;color:#75849a;font-size:13px}.dashboard-title>button,.empty-projects>button{height:45px;padding:0 17px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:7px;color:#fff;background:var(--blue);font-size:13px;font-weight:700;cursor:pointer}.quota-bar{min-height:56px;margin:30px 0 24px;padding:11px 16px;display:flex;align-items:center;gap:9px;border:1px solid #cee2f6;border-radius:8px;color:#53718f;background:#edf6ff;font-size:12px}.quota-bar svg{color:var(--blue)}.quota-bar strong{color:#2469b7}.quota-bar small{margin-left:auto;color:#7d93aa}.project-list{overflow:hidden;border:1px solid #d8e3ef;border-radius:10px;background:#fff;box-shadow:0 9px 28px #28486b0d}.project-list-head,.project-list article{display:grid;grid-template-columns:minmax(270px,1.5fr) minmax(160px,.8fr) minmax(160px,.8fr) 170px;align-items:center}.project-list-head{min-height:45px;padding:0 22px;border-bottom:1px solid #dfe8f1;color:#8c98a8;background:#f9fbfe;font-size:10px;font-weight:700;letter-spacing:.04em}.project-list article{min-height:92px;padding:0 22px;border-bottom:1px solid #e2e9f1}.project-list article:last-child{border-bottom:0}.project-list article:hover{background:#fbfdff}.project-main-button{min-width:0;padding:0;display:flex;align-items:center;gap:13px;border:0;background:transparent;text-align:left;cursor:pointer}.project-type-icon{width:45px;height:45px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:#2673c8;background:#e8f3ff}.project-type-icon.is-website{color:#307a65;background:#eaf7f1}.project-main-button>span:last-child{min-width:0;display:flex;flex-direction:column;gap:5px}.project-main-button strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.project-main-button small{color:#8491a2;font-size:10px}.project-status{display:flex;flex-direction:column;gap:5px}.project-status>span{width:max-content;padding:4px 7px;display:inline-flex;align-items:center;gap:5px;border-radius:5px;color:#68778a;background:#eff3f7;font-size:10px;font-weight:650}.project-status>span.is-published{color:#26714f;background:#eaf7f0}.project-status>span.is-draft{color:#7a6d4c;background:#f8f3e7}.project-status small{color:#98a2af;font-size:9px}.project-list time{color:#738197;font-size:11px}.project-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.project-actions>button:first-child{height:36px;padding:0 11px;display:inline-flex;align-items:center;gap:6px;border:1px solid #bfd5ec;border-radius:6px;color:#286db9;background:#fff;font-size:11px;font-weight:650;cursor:pointer}.delete-project{width:36px;height:36px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;color:#9aa5b3;background:transparent;cursor:pointer}.delete-project:hover{border-color:#f0d1d4;color:#bd4450;background:#fff7f7}.dashboard-loading,.empty-projects{min-height:330px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #d8e3ef;border-radius:10px;color:#718197;background:#fff;font-size:13px}.empty-projects{padding:50px 20px;flex-direction:column;text-align:center}.empty-projects>span{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#ebf5ff}.empty-projects h2{margin:10px 0 0;font-size:21px}.empty-projects p{margin:0 0 14px;color:#7b899b;font-size:12px}.dialog-backdrop{padding:24px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#10233d61;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.new-project-dialog{width:min(510px,100%);max-height:calc(100vh - 48px);padding:31px 34px 28px;overflow-y:auto;border:1px solid #d8e4f0;border-radius:12px;background:#fff;box-shadow:0 32px 80px #15325440}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-heading span{color:var(--blue);font-size:10px;font-weight:750}.dialog-heading h2{margin:6px 0 7px;font-size:25px}.dialog-heading p{margin:0;color:#78869a;font-size:11px;line-height:1.55}.dialog-heading>button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:6px;color:#7c8999;background:#f3f6fa;font-size:22px;cursor:pointer}.new-project-dialog form{margin-top:27px}.new-project-dialog fieldset{margin:21px 0 19px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:9px;border:0}.new-project-dialog legend{width:100%;margin-bottom:8px;color:#354760;font-size:12px;font-weight:680}.new-project-dialog fieldset>button{min-height:77px;padding:12px;display:grid;grid-template-columns:16px 25px 1fr;align-items:center;gap:8px;border:1px solid #cedae7;border-radius:8px;color:#58687e;background:#fff;text-align:left;cursor:pointer}.new-project-dialog fieldset>button.is-selected{border-color:#5a9ee7;color:#236bc0;background:#f0f7ff;box-shadow:0 0 0 1px #5a9ee7}.dialog-radio{width:15px;height:15px;display:grid;place-items:center;border:1px solid #aebdce;border-radius:50%;background:#fff}.dialog-radio>span{width:7px;height:7px;border-radius:50%;background:var(--blue)}.new-project-dialog fieldset>button>span:last-child{display:flex;flex-direction:column;gap:4px}.new-project-dialog fieldset strong{color:#30445e;font-size:12px}.new-project-dialog fieldset small{color:#8491a2;font-size:9px;line-height:1.4}.dialog-actions{margin-top:23px;display:flex;justify-content:flex-end;gap:9px}.dialog-actions button{height:42px;padding:0 15px;display:inline-flex;align-items:center;gap:7px;border:1px solid #ccd9e7;border-radius:7px;color:#607086;background:#fff;font-size:12px;font-weight:670;cursor:pointer}.dialog-actions button:last-child{border-color:var(--blue);color:#fff;background:var(--blue)}.public-page{background:#f5f9fd}.public-page>header{height:70px;padding:0 max(24px,calc((100% - 900px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce6f0;background:#fff}.public-page>header .brand{font-size:18px}.public-page>header .brand img{width:31px;height:31px}.public-page>header>span{display:inline-flex;align-items:center;gap:6px;color:#5f7187;font-size:11px}.public-page>main{width:min(800px,calc(100% - 40px));margin:38px auto;padding:clamp(34px,6vw,64px);border:1px solid #dbe5ef;border-radius:10px;background:#fff;box-shadow:0 14px 40px #24426412}.public-document-meta{display:flex;gap:8px}.public-document-meta span{padding:5px 8px;border-radius:5px;color:#3474bb;background:#eaf4ff;font-size:10px;font-weight:650}.public-page main>h1{margin:20px 0 9px;font-size:clamp(29px,5vw,40px);letter-spacing:-.035em}.public-effective{margin:0 0 38px;padding-bottom:24px;border-bottom:1px solid #e0e8f0;color:#8792a2;font-size:11px}.public-page main section{margin-top:30px}.public-page main section h2{margin:0 0 12px;font-size:18px}.public-page main section p,.public-page main section li{color:#52647b;font-size:13px;line-height:1.95}.public-page main section p{margin:8px 0}.public-page main section ul{padding-left:22px}.public-footnote{margin-top:38px;padding:13px 15px;display:flex;align-items:center;gap:8px;border:1px solid #cfe7da;border-radius:7px;color:#3d7258;background:#f1faf5;font-size:11px}.public-footnote svg{color:var(--success)}.public-page>footer{padding:0 20px 35px;color:#929dab;text-align:center;font-size:10px}.public-page>footer a{color:#5c86b4;text-decoration:none}.public-loading,.public-error,.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:9px;color:#718197;background:#f6faff;font-size:13px}.app-loading{flex-direction:column}.app-loading img{width:48px;height:48px;margin-bottom:7px}.public-error{padding:30px;flex-direction:column;color:#758399;text-align:center}.public-error .brand{margin-bottom:38px}.public-error>svg{color:#7caee3}.public-error h1{margin:10px 0 0;color:#283b55;font-size:26px}.public-error p{margin:0 0 12px}.public-error>a:last-child{height:40px;padding:0 14px;display:inline-flex;align-items:center;border-radius:7px;color:#fff;background:var(--blue);text-decoration:none;font-weight:650}.wizard-loading,.wizard-error{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:9px;color:#6d7d92;background:#f6faff;font-size:13px}.wizard-error{padding:24px;flex-direction:column;text-align:center}.wizard-error svg{color:#d06a73}.wizard-error h1{margin:5px 0 0;color:#283950;font-size:24px}.wizard-error p{margin:0 0 8px}.wizard-error button{height:40px;padding:0 14px;border:0;border-radius:7px;color:#fff;background:var(--blue);cursor:pointer}.save-status.error{color:var(--danger)}.generation-error{margin-top:16px}.generated-meta{margin-top:5px;display:flex;flex-wrap:wrap;gap:7px;color:#7d8a9d;font-size:10px}.generated-meta span{padding:3px 6px;border-radius:4px;background:#f0f4f8}.document-preview ul{margin:8px 0 0;padding-left:20px}.document-preview li{margin:4px 0;color:#4c5d75;font-size:13px;line-height:1.7}.publication-actions{margin-top:17px;display:flex;align-items:center;gap:9px}.publication-actions .publish-button{margin-top:0}.deactivate-button,.history-button{height:46px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid #cdd9e6;border-radius:7px;color:#65758a;background:#fff;font-size:12px;font-weight:650;cursor:pointer}.deactivate-button:hover{border-color:#e4bfc3;color:#b54650;background:#fff8f8}.history-button{margin-top:15px}.version-history{margin-top:10px;overflow:hidden;border:1px solid #dbe4ed;border-radius:8px}.version-history>div{min-height:47px;padding:8px 11px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;border-bottom:1px solid #e4ebf2}.version-history>div:last-child{border-bottom:0}.version-history span{display:flex;flex-direction:column;gap:3px}.version-history strong{font-size:11px}.version-history small{color:#8b97a7;font-size:9px}.version-history button{height:30px;padding:0 9px;border:1px solid #c7d9eb;border-radius:5px;color:#3474ba;background:#fff;font-size:10px;cursor:pointer}.version-history em{color:var(--success);font-size:10px;font-style:normal}.remaining-count{margin-top:12px;display:block;color:#8390a2;font-size:10px}@media(max-width:1000px){.site-header>p,.site-header nav>a:not(.site-login-link):not(.site-primary-link){display:none}.hero{grid-template-columns:1fr;padding-top:66px}.hero-copy{max-width:680px}.hero-preview{max-width:700px}.included-layout{grid-template-columns:1fr 1fr;gap:45px}.auth-page{background:#f3f9ff}.auth-main{grid-template-columns:minmax(0,1fr) 440px;gap:50px}.project-list-head,.project-list article{grid-template-columns:minmax(250px,1.4fr) 150px 150px}.project-list-head span:nth-child(3),.project-list article time{display:none}}@media(max-width:760px){.site-header,.hero,.feature-strip,.included-section,.how-section,.dashboard-main{width:min(100% - 32px,100%)}.site-header{height:66px}.site-header .brand{font-size:18px}.site-header .brand img{width:32px;height:32px}.site-header nav{gap:11px}.site-header .site-primary-link{height:37px;padding:0 12px;font-size:12px}.site-header .site-login-link{font-size:12px}.site-user-menu>button{font-size:0}.site-user-menu>button>svg{display:none}.hero{min-height:0;padding:56px 0 60px;gap:50px}.hero-copy h1{font-size:40px}.hero-copy>p{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions a{width:100%}.hero-preview{overflow:hidden}.hero-preview:before{display:none}.preview-body{grid-template-columns:96px 1fr}.preview-body aside{padding:17px 8px}.preview-body aside div{padding:0;justify-content:center;font-size:0}.preview-form{padding:34px 24px}.feature-strip{grid-template-columns:1fr 1fr}.feature-strip>div{padding:20px 12px;border-bottom:1px solid #e3ebf4}.feature-strip>div:nth-child(2){border-right:0}.feature-strip>div:nth-child(n+3){border-bottom:0}.feature-strip>div:first-child{padding-left:12px}.included-section{padding:75px 0}.included-layout{grid-template-columns:1fr;gap:44px}.document-sample{padding:27px 25px}.how-section{margin-bottom:70px;padding:54px 25px}.how-section ol{grid-template-columns:1fr;gap:0}.how-section li,.how-section li:first-child,.how-section li:last-child{padding:18px 0;border-right:0;border-bottom:1px solid #ccdef0}.how-section li:last-child{border-bottom:0}.site-footer{grid-template-columns:1fr}.site-footer>span{grid-column:1;grid-row:auto}.auth-main{width:min(100% - 30px,470px);min-height:calc(100vh - 66px);padding:38px 0 60px;display:block}.auth-intro{margin-bottom:31px}.auth-intro h1{font-size:34px}.auth-intro ul{display:none}.auth-panel{padding:31px 24px 27px}.auth-switch{margin:24px -24px -27px}.dashboard-header{height:66px;padding:0 16px}.dashboard-header .brand{font-size:18px}.dashboard-header .brand img{width:32px;height:32px}.dashboard-header nav{gap:10px}.dashboard-header nav>a,.dashboard-header nav>button{display:none}.dashboard-user>button{font-size:0}.dashboard-user>button>svg{display:none}.dashboard-main{padding:43px 0 65px}.dashboard-title{align-items:flex-start}.dashboard-title h1{font-size:31px}.dashboard-title>button{width:43px;padding:0;justify-content:center;font-size:0}.quota-bar{align-items:flex-start;flex-wrap:wrap}.quota-bar small{width:100%;margin-left:29px}.project-list{border:0;overflow:visible;background:transparent;box-shadow:none}.project-list-head{display:none}.project-list article{min-height:0;margin-bottom:12px;padding:17px;display:grid;grid-template-columns:1fr auto;gap:16px;border:1px solid #d8e3ef;border-radius:9px;background:#fff}.project-status{grid-column:1}.project-actions{grid-column:2;grid-row:1 / span 2;flex-direction:column}.project-actions>button:first-child{width:38px;padding:0;justify-content:center;font-size:0}.new-project-dialog{padding:26px 22px 23px}.new-project-dialog fieldset{grid-template-columns:1fr}.public-page>main{margin:20px auto;padding:30px 22px}.publication-actions{align-items:stretch;flex-direction:column}.publication-actions button{justify-content:center}}@media(max-width:430px){.site-header nav>.site-login-link{display:none}.site-header.is-compact nav{display:none}.hero-copy h1{font-size:35px}.hero-trust{gap:10px}.feature-strip{grid-template-columns:1fr}.feature-strip>div,.feature-strip>div:nth-child(n+3),.feature-strip>div:last-child{border-right:0;border-bottom:1px solid #e3ebf4}.feature-strip>div:last-child{border-bottom:0}.document-sample>div{align-items:flex-start;flex-direction:column;gap:6px}.dashboard-title p{max-width:230px}.project-main-button strong{max-width:170px}}
