/* Сервис Контроль — shared, responsive design system */
:root{color-scheme:light;--bg:#f6f7f9;--surface:#fff;--soft:#f0f3f8;--text:#182334;--muted:#5a687b;--line:#dce2ea;--input-line:#8694a7;--blue:#235bd7;--blue-hover:#194ab6;--blue-soft:#eaf0ff;--positive:#20744c;--positive-soft:#eaf6ef;--danger:#ad2940;--danger-soft:#fff0f2;--shadow:0 2px 4px #192c4610,0 16px 40px #192c4608;--radius:12px;--sidebar:236px}
:root[data-theme=dark]{color-scheme:dark;--bg:#151a22;--surface:#1d2430;--soft:#252e3b;--text:#f4f6fa;--muted:#a9b6c8;--line:#3b4656;--input-line:#8191a8;--blue:#8ab3ff;--blue-hover:#b2ccff;--blue-soft:#263650;--positive:#89d5ad;--positive-soft:#21392e;--danger:#ffafba;--danger-soft:#422731;--shadow:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:var(--blue);text-underline-offset:4px}button:disabled{cursor:not-allowed;opacity:.55}a,button{touch-action:manipulation}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.16;letter-spacing:-.035em}h1{font-size:40px;font-weight:750}h2{font-size:28px}h3{font-size:20px}p{color:var(--muted)}svg{display:block;flex-shrink:0}button svg,a svg{pointer-events:none}.icon{width:20px;height:20px}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:4px}[hidden]{display:none!important}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-80px;left:16px;padding:12px 20px;background:var(--surface);z-index:100}.skip-link:focus{top:12px}.wrap{width:min(1120px,calc(100% - 64px));margin-inline:auto}.eyebrow{display:flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:650;letter-spacing:.05em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;background:currentColor;border-radius:2px}.muted{color:var(--muted)}.small{font-size:14px;line-height:1.55}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.stack{display:grid;gap:16px}.brand{display:inline-flex;gap:12px;align-items:center;color:var(--text);text-decoration:none;font-weight:750;font-size:17px;line-height:1.16;letter-spacing:-.04em;min-height:44px}.brand-mark{width:38px;height:38px;display:grid;grid-template-columns:repeat(2,8px);grid-template-rows:repeat(2,8px);place-content:center;gap:4px;background:#235bd7;border-radius:9px;flex-shrink:0}.brand-mark i{background:white;border-radius:1px}.brand-mark i:last-child{width:5px;height:5px;align-self:end;justify-self:end}.brand-word{display:block}.brand-word span{display:block}.btn{min-height:46px;padding:11px 18px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--text);display:inline-flex;justify-content:center;align-items:center;gap:10px;text-decoration:none;font-size:14px;font-weight:650;line-height:1.45;transition:background .18s,border-color .18s,transform .18s}.btn:hover{background:var(--soft);border-color:var(--input-line)}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}:root[data-theme=dark] .btn.primary{color:#121c2d}.btn.primary:hover{background:var(--blue-hover);border-color:var(--blue-hover)}.btn.quiet{background:transparent;border-color:transparent;color:var(--muted)}.btn.quiet:hover{background:var(--soft);color:var(--text)}.btn.wide{width:100%}.icon-btn{width:44px;height:44px;padding:0;display:grid;place-items:center;background:var(--surface);color:var(--muted);border:1px solid var(--line);border-radius:8px}.icon-btn:hover{color:var(--blue);background:var(--blue-soft)}.tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:14px;white-space:nowrap}.tag.blue{background:var(--blue-soft);border-color:transparent;color:var(--blue)}.tag.green{background:var(--positive-soft);border-color:transparent;color:var(--positive)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line);flex-wrap:wrap}.panel-head h2{font-size:18px;letter-spacing:-.02em;min-width:0}.panel-body{padding:24px}.section-title{display:flex;gap:12px;align-items:center;margin-bottom:20px}.section-number{width:30px;height:30px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);border-radius:7px;font-size:14px;font-weight:650;flex-shrink:0}.section-title h2,.section-title h3{font-size:18px}.form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.field{display:grid;gap:8px;align-content:start;min-width:0}.field.full{grid-column:1/-1}.field label,.field-label{font-size:14px;font-weight:600;color:var(--text)}.field input,.field select,.field textarea{width:100%;min-width:0;min-height:46px;border:1px solid var(--input-line);border-radius:8px;padding:11px 12px;color:var(--text);background:var(--surface);transition:border-color .15s}.field input::placeholder,.field textarea::placeholder{color:var(--muted);opacity:.85}.field textarea{resize:vertical;min-height:112px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue)}.field input[aria-invalid=true]{border-color:var(--danger)}.field input[type=range]{padding:0;border:0;accent-color:var(--blue)}.field input[type=file]{font-size:14px;padding:8px}.field input[type=file]::file-selector-button{border:0;background:var(--blue-soft);color:var(--blue);padding:8px;border-radius:5px;margin-right:10px;font:inherit;cursor:pointer}.field .hint{font-size:14px;color:var(--muted)}.check-row{display:flex;gap:10px;align-items:flex-start;min-height:44px;cursor:pointer;font-size:14px;color:var(--muted)}.check-row input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--blue);flex-shrink:0}.notice{font-size:14px;line-height:1.6;padding:14px 16px;border:1px solid var(--line);border-radius:8px;overflow-wrap:anywhere}.notice.error{background:var(--danger-soft);color:var(--danger);border-color:currentColor}.notice.success{background:var(--positive-soft);color:var(--positive)}.notice.info{background:var(--blue-soft);color:var(--blue)}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.form-actions p{max-width:290px;font-size:14px}.busy{display:flex;align-items:center;justify-content:center;gap:12px;min-height:220px;color:var(--muted)}.spinner{width:24px;height:24px;border:2px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
/* Marketing site: real interactive product, not fictional metrics. */
.site-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-block:24px}.site-nav{display:flex;align-items:center;gap:24px}.site-nav>a:not(.btn){font-size:14px;color:var(--muted);text-decoration:none;min-height:44px;display:flex;align-items:center}.site-nav>a:hover{color:var(--blue)}.hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:64px;padding-block:64px 72px}.hero-copy h1{font-size:clamp(40px,4.5vw,60px);margin:24px 0;line-height:1.04;letter-spacing:-.052em;max-width:620px}.hero-copy h1 span{color:var(--blue)}.hero-copy>p{font-size:18px;line-height:1.65;max-width:460px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 24px}.hero-note{display:flex;gap:12px;align-items:center;font-size:14px;color:var(--muted)}.hero-note>span:last-child{border-left:1px solid var(--line);padding-left:12px}.hero-stage{background:var(--blue-soft);border:1px solid var(--line);border-radius:12px;padding:24px;position:relative}.stage-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;font-size:14px;color:var(--muted)}.stage-heading .dot{width:7px;height:7px;background:var(--blue);border-radius:50%;display:inline-block;margin-right:6px}.stage-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;font-size:14px;color:var(--muted)}.stage-footer .btn{padding:8px;min-height:44px}.hero-stage .widget-card{box-shadow:var(--shadow);width:100%;max-width:none}.integrations{display:flex;align-items:center;justify-content:space-between;gap:24px;border-block:1px solid var(--line);padding:24px 0}.integrations p{font-size:14px}.integration-list{display:flex;flex-wrap:wrap;align-items:center;gap:32px;color:var(--muted);font-size:16px;font-weight:650;letter-spacing:-.02em}.integration-list span{display:flex;align-items:center;gap:8px}.integration-list b{color:var(--blue);font-size:18px}.section{padding-block:72px}.section-intro{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:32px}.section-intro h2{font-size:36px;max-width:520px;margin-top:16px}.section-intro p{max-width:340px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{border-top:2px solid var(--line);padding-top:24px}.feature .feature-icon{color:var(--blue);width:44px;height:44px;display:grid;place-items:center;background:var(--blue-soft);border-radius:10px;margin-bottom:24px}.feature h3{margin-bottom:12px}.feature p{font-size:16px;line-height:1.65}.workflow{background:var(--surface);border-block:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-num{font:14px ui-monospace,Consolas,monospace;color:var(--blue);display:block;margin-bottom:20px}.steps h3{margin-bottom:12px}.cta{padding:40px;background:var(--blue-soft);border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:32px}.cta h2{margin-bottom:12px;max-width:580px}.site-footer{border-top:1px solid var(--line);padding-block:24px;display:flex;justify-content:space-between;align-items:center;gap:24px}.site-footer p{font-size:14px}.footer-links{display:flex;gap:16px}.footer-links a{font-size:14px;color:var(--muted);min-height:44px;display:flex;align-items:center}
/* Feedback states and contact dialog. */
.widget-page{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;gap:24px}.widget-top{display:flex;align-items:center;justify-content:space-between;width:min(440px,100%);gap:16px}.widget-card{padding:32px 24px;background:var(--surface);border:1px solid var(--line);border-radius:12px;max-width:440px;width:100%}.widget-card h1,.widget-card h2{font-size:26px;overflow-wrap:anywhere}.widget-card .widget-intro{margin:12px 0 24px;font-size:14px}.widget-monogram{width:44px;height:44px;background:var(--blue-soft);color:var(--blue);border-radius:10px;display:grid;place-items:center;margin-bottom:24px}.widget-eyebrow{font-size:14px;color:var(--muted);margin-bottom:12px}.stars-box{display:flex;justify-content:space-between;gap:4px;margin:24px 0 12px}.star-btn{background:var(--soft);border:1px solid var(--line);color:var(--input-line);width:52px;height:56px;border-radius:8px;display:grid;place-items:center;transition:background .15s,transform .15s}.star-btn svg{width:28px;height:28px;fill:transparent}.star-btn.active{background:#fff3d1;border-color:#c49620;color:#896008}.star-btn.active svg{fill:#edbe42}.star-btn:hover{transform:translateY(-2px);border-color:var(--blue)}.rating-label{min-height:24px;color:var(--muted);text-align:center;font-size:14px}.rating-ends{display:flex;justify-content:space-between;font-size:14px;color:var(--muted)}.rating-footer{border-top:1px solid var(--line);padding-top:20px;margin-top:24px;font-size:14px;display:flex;gap:8px;align-items:flex-start;color:var(--muted)}.negative-form{display:grid;gap:16px;margin-top:24px}.tags-grid{display:flex;flex-wrap:wrap;gap:8px}.tag-choice{padding:9px 12px;min-height:44px;font-size:14px;color:var(--muted);background:var(--surface);border:1px solid var(--input-line);border-radius:8px}.tag-choice[aria-pressed=true]{background:var(--blue-soft);border-color:var(--blue);color:var(--blue)}.status-state{text-align:center;padding-block:16px}.status-symbol{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 24px;border-radius:12px;background:var(--positive-soft);color:var(--positive)}.status-symbol .icon{width:28px;height:28px}.status-state p{font-size:14px;margin-top:12px}.status-state .stack{margin-top:24px}.maps-link{justify-content:space-between}.map-letter{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;font-weight:750;color:#fff;background:#d52c25}.map-letter.gis{background:#237b3e;font-size:14px}.widget-back{margin-top:20px}.widget-page .widget-foot{font-size:14px;color:var(--muted);text-align:center}.widget-card .notice{margin-top:16px}.demo-banner{font-size:14px;color:var(--blue);padding:10px 12px;border-radius:8px;background:var(--blue-soft);margin-bottom:20px}.contact-dialog{padding:32px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);width:min(440px,calc(100% - 32px));max-height:calc(100svh - 32px);box-shadow:var(--shadow)}.contact-dialog::backdrop{background:#0b142b99;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.contact-dialog h2{font-size:28px;margin-bottom:12px}.contact-dialog>p{font-size:14px}.contact-list{display:grid;gap:12px;margin-top:24px}.contact-link{display:flex;gap:16px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:8px;color:var(--text);text-decoration:none}.contact-link:hover{background:var(--soft);border-color:var(--input-line)}.contact-link>span:nth-child(2){flex:1}.contact-link strong{display:block;font-size:16px}.contact-link small{display:block;font-size:14px;color:var(--muted)}.contact-icon{width:40px;height:40px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);border-radius:8px;font-size:14px;font-weight:750}
/* Workspace shell shared by admin and print studio. */
.app-sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:28px 20px;z-index:10}.app-sidebar .brand{margin-bottom:48px}.nav-label{font-size:14px;color:var(--muted);padding-inline:12px;margin-bottom:12px}.app-nav{display:grid;gap:8px}.app-nav a{display:flex;align-items:center;gap:12px;border-radius:8px;padding:12px;color:var(--muted);font-size:14px;text-decoration:none;min-height:46px}.app-nav a:hover{background:var(--soft);color:var(--text)}.app-nav a[aria-current=page]{background:var(--blue-soft);color:var(--blue);font-weight:650}.sidebar-bottom{margin-top:auto;padding-top:24px}.sidebar-note{padding:16px;border:1px solid var(--line);border-radius:8px;font-size:14px;color:var(--muted)}.sidebar-note strong{display:block;color:var(--text);margin-bottom:8px}.app-main{margin-left:var(--sidebar);min-height:100svh}.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:80px;padding:16px 40px;border-bottom:1px solid var(--line);background:var(--surface)}.breadcrumbs{font-size:14px;color:var(--muted);display:flex;align-items:center;gap:12px}.breadcrumbs strong{color:var(--text);font-weight:500}.app-content{max-width:1240px;margin:0 auto;padding:40px}.page-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.page-heading h1{font-size:36px;margin-bottom:12px}.page-heading p{max-width:620px}.editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.editor-grid>*{min-width:0}.editor-grid>.stack{min-width:0}.summary-panel{position:sticky;top:24px}.summary-panel .mini-stand{margin:24px;background:#172438;border-radius:8px;padding:24px 20px;color:white;text-align:center;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.mini-stand .icon{width:56px;height:56px;margin:0 auto;color:#b8d2ff}.mini-stand strong{font-size:20px;line-height:1.25;overflow-wrap:anywhere}.mini-stand span{font:14px ui-monospace,monospace;color:#b7c7df;overflow-wrap:anywhere}.summary-list{list-style:none;padding:0 24px 24px;margin:0;display:grid;gap:16px}.summary-list li{display:flex;gap:12px;align-items:center;font-size:14px;color:var(--muted)}.summary-list li.done{color:var(--positive)}.summary-list .step-dot{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:14px;flex-shrink:0}.summary-list li.done .step-dot{background:var(--positive-soft);border-color:currentColor}.access-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:20px 24px;min-height:64px;font-weight:600;font-size:14px}.access-details summary::-webkit-details-marker{display:none}.access-details[open] summary{border-bottom:1px solid var(--line)}.access-details[open] summary>.icon{transform:rotate(45deg)}.access-details .notice{margin-top:20px}.channels-grid{display:grid;gap:20px}.channel-label{display:flex;align-items:center;gap:10px}.channel-label .icon{color:var(--blue)}.result-link{display:block;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow-wrap:anywhere;margin:16px 0;font-size:14px}.result-actions{display:flex;gap:8px;flex-wrap:wrap}.auth-main{min-height:100svh}.auth-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px}.auth-layout{width:min(980px,calc(100% - 64px));margin:56px auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.auth-story h1{font-size:48px;margin:24px 0;line-height:1.08}.auth-story>p{font-size:18px}.auth-points{display:grid;gap:24px;margin-top:40px}.auth-point{display:flex;gap:16px;align-items:flex-start}.auth-point>span{width:40px;height:40px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;flex-shrink:0;border-radius:8px}.auth-point strong{display:block;margin-bottom:4px;font-size:16px}.auth-point p{font-size:14px}.auth-card{padding:32px}.auth-card h2{margin:24px 0 12px}.auth-card>p{font-size:14px;margin-bottom:24px}.auth-card form{display:grid;gap:20px}.auth-foot{border-top:1px solid var(--line);padding-top:20px;margin-top:24px;font-size:14px;color:var(--muted)}.password-wrap{display:flex;position:relative;min-width:0}.password-wrap input{padding-right:54px}.password-wrap .icon-btn{position:absolute;right:2px;top:2px;border:0;background:transparent;height:42px}.admin-save{margin-top:0;padding:20px 24px}.admin-save p{font-size:14px}.readiness{color:var(--muted);font-size:14px;margin-bottom:20px}.readiness strong{color:var(--text)}
@media(min-width:1600px){.app-content{padding-top:48px}}
@media(max-width:1200px){:root{--sidebar:208px}.app-content{padding:32px 24px}.app-topbar{padding-inline:24px}.editor-grid{grid-template-columns:minmax(0,1fr) 260px}.hero{gap:32px}.hero-copy h1{font-size:48px}.integration-list{gap:20px}}
@media(max-width:1020px){.editor-grid{grid-template-columns:minmax(0,1fr)}.summary-panel{position:static}.summary-panel .mini-stand{display:none}.summary-list{grid-template-columns:1fr 1fr;padding-top:24px}.hero-copy h1{font-size:44px}.hero{gap:24px}.hero-stage{padding:16px}.auth-layout{gap:40px}.auth-story h1{font-size:40px}.integrations{align-items:start;flex-direction:column;gap:16px}}
@media(max-width:780px){.wrap{width:calc(100% - 40px)}.site-header{padding-block:16px}.site-nav{gap:8px}.site-nav>a:not(.btn){display:none}.hero{grid-template-columns:1fr;padding-block:40px 48px;gap:40px}.hero-copy h1{font-size:48px;max-width:600px}.hero-copy>p{max-width:560px}.hero-stage{padding:20px;max-width:480px;width:100%;justify-self:center}.features{grid-template-columns:1fr;gap:32px}.feature{display:grid;grid-template-columns:44px 1fr;gap:12px 16px}.feature .feature-icon{grid-row:1/3;margin:0}.feature h3{margin:0;align-self:center}.feature p{grid-column:2}.section{padding-block:48px}.section-intro{display:block;margin-bottom:32px}.section-intro>.btn{margin-top:24px}.section-intro h2{font-size:30px}.section-intro p{margin-top:16px;max-width:500px}.steps{grid-template-columns:1fr;gap:32px}.step-num{margin-bottom:12px}.cta{padding:28px;align-items:start;flex-direction:column}.site-footer{flex-wrap:wrap}.app-sidebar{position:static;width:auto;display:block;padding:16px;border-right:0;border-bottom:1px solid var(--line)}.app-sidebar .brand{margin:0 0 16px}.nav-label,.sidebar-bottom{display:none}.app-nav{display:flex;gap:8px}.app-nav a{flex:1;justify-content:center;padding:10px;gap:8px;white-space:nowrap}.app-nav a .icon{width:18px;height:18px}.app-main{margin:0}.app-topbar{min-height:64px;padding:12px 20px}.app-content{padding:28px 20px}.page-heading{align-items:start}.page-heading h1{font-size:30px}.page-heading p{font-size:14px}.auth-layout{grid-template-columns:1fr;width:min(460px,calc(100% - 32px));margin:24px auto;gap:24px}.auth-story{display:none}.auth-header{padding:16px}.auth-card{padding:28px}.breadcrumbs>span:first-child{display:none}.breadcrumbs .separator{display:none}}
@media(max-width:440px){.wrap{width:calc(100% - 32px)}.brand{font-size:15px;gap:8px}.site-nav .btn{padding-inline:12px}.hero-copy h1{font-size:40px}.hero-copy>p{font-size:16px}.hero-note{flex-wrap:wrap;font-size:14px}.hero-note>span:last-child{padding-left:0;border-left:0}.hero-actions .btn{flex:1;padding-inline:12px}.hero-stage{padding:12px}.stage-heading{font-size:14px;gap:8px}.widget-card{padding:24px 20px}.hero-stage .widget-card{padding:24px 16px}.widget-card h1,.widget-card h2{font-size:24px}.star-btn{width:46px;height:50px}.stars-box{gap:4px}.rating-ends{font-size:14px}.integration-list{column-gap:20px;row-gap:12px;font-size:14px}.form-grid{grid-template-columns:minmax(0,1fr)}.panel-body{padding:20px}.panel-head{padding:16px 20px}.form-actions{flex-direction:column;align-items:stretch}.form-actions p{max-width:none}.page-heading{flex-wrap:wrap;gap:16px}.summary-list{grid-template-columns:1fr;padding:20px}.app-nav a{font-size:14px;padding:10px 6px;gap:6px}.app-nav a .icon{width:16px}.app-content{padding:24px 16px}.app-topbar{padding-inline:16px}.app-topbar .tag{display:none}.access-details summary{padding:16px 20px}.contact-dialog{padding:24px}.contact-link{padding:12px}.contact-link small{font-size:14px}.contact-icon{width:36px;height:36px}.auth-card{padding:24px}.result-actions .btn{flex:1}.hero-note .icon{display:none}.cta{padding:24px}.site-footer{gap:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
