:root{--ink:#202026;--muted:#777781;--paper:#faf9f6;--surface:#fff;--line:#e9e7e3;--brand:#ff603b;--soft:#fff0e9;--dark:#18181d;--radius:18px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);font-size:14px;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--paper)}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}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #ff603b80;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em}p{line-height:1.7}button{color:inherit}img,svg{max-width:100%}.wrap{width:min(1180px,calc(100% - 80px));margin-inline:auto}.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.brand-symbol{display:flex;align-items:center;justify-content:center;background:var(--brand);color:#18181d;font-size:29px;font-weight:850;width:39px;height:39px;border-radius:12px;line-height:1;position:relative}.brand-symbol>span{position:absolute;font-size:14px;top:4px;right:4px}.brand-name{font-weight:780;font-size:23px;letter-spacing:-1px}.brand-name>span{font-size:20px;font-weight:400;margin-left:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:13px 20px;background:#fff;border:1px solid var(--line);border-radius:10px;font-weight:650;font-size:12px;line-height:1.3;min-height:43px;transition:background .2s,transform .2s}.button:hover{background:#f0eeea;transform:translateY(-1px)}.button.primary{background:var(--brand);border-color:var(--brand);color:#1b1817}.button.primary:hover{background:#ef4d29}.button.small{padding:10px 15px;font-size:11px;min-height:38px}.button.full{width:100%}.button.danger{color:#a73335;border-color:#f0cece;background:#fff7f7}.text-link{font-weight:600;font-size:12px}.eyebrow{font-size:9px;letter-spacing:.17em;font-weight:760;display:block;line-height:1.8}.eyebrow i{display:inline-block;width:6px;height:6px;background:var(--brand);border-radius:100%;margin-right:7px}.muted{color:var(--muted)}.skip{position:fixed;top:-70px;left:15px;background:#fff;padding:12px;z-index:100}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
/* Public presentation */
.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.site-header nav{display:flex;gap:30px;font-size:12px;color:#64646b}.site-header nav a:hover{color:var(--brand)}.hero{display:grid;grid-template-columns:1fr 1.06fr;gap:35px;align-items:center;padding-top:55px;padding-bottom:90px;min-height:660px}.hero h1{font-size:clamp(60px,6.7vw,88px);font-weight:650;line-height:1.02;letter-spacing:-.072em;margin:23px 0}.hero h1 em{font-style:normal;color:var(--brand)}.hero-copy>p{font-size:14px;max-width:370px;color:#73737c;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.hero-foot{display:flex;align-items:center;gap:13px;margin-top:34px;color:#83838b;font-size:10px;line-height:1.6}.stack-dots{display:flex;padding-left:6px}.stack-dots b{width:29px;height:29px;border-radius:100%;border:2px solid var(--paper);background:#e3e0db;color:#676571;display:grid;place-items:center;margin-left:-6px;font-size:9px}.stack-dots b:nth-child(2){background:#f7d9c9}.stack-dots b:nth-child(3){background:#cfd7ce}.hero-art{height:450px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 75% 40%,#ffd8c9a0,transparent 68%)}.orbit{position:absolute;pointer-events:none;inset:8px 30px;border:1px solid #e9dcd3;border-radius:50%;transform:rotate(-24deg)}.orbit-two{inset:45px -10px;transform:rotate(26deg)}.concept-note{position:absolute;top:15px;left:44px;font-size:9px;letter-spacing:.17em;color:#ab9588}.preview-window{position:relative;background:#fff;box-shadow:0 30px 70px #50453620,0 4px 10px #50453608;border:1px solid #e8e4df;border-radius:14px;width:100%;max-width:535px;transform:rotate(-3deg);overflow:hidden;z-index:1}.preview-top{height:38px;border-bottom:1px solid #eceae6;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fdfcfb;font-size:8px;color:#a3a0a0}.window-dots{color:#d7d3ce;letter-spacing:3px}.preview-body{display:flex;min-height:290px}.preview-body aside{width:48px;flex-shrink:0;background:#1d1d22;display:flex;align-items:center;flex-direction:column;gap:22px;color:#77777e;padding:17px 0}.tiny-logo{color:#ff714b;font-size:18px;font-weight:700}.preview-body aside b{background:#ff603b25;color:#ff714b;padding:5px;border-radius:5px;line-height:1}.preview-content{padding:28px 24px;flex:1}.preview-content>small{font-size:7px;letter-spacing:.13em;color:#9a9797}.preview-content h2{font-size:20px;line-height:1.3;font-weight:630;margin:10px 0 18px}.preview-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-cards>div{padding:13px;background:#f5f4f1;border:1px solid #eae7e3;border-radius:8px;display:flex;gap:15px}.preview-cards span{font-size:25px;letter-spacing:-2px;color:#d0c5bd}.preview-cards b{font-size:10px;line-height:1.6;font-weight:550}.preview-note{display:flex;gap:12px;align-items:center;padding-top:18px;font-size:9px}.preview-note>span{color:#ff603b;background:#fff1e9;padding:8px;border-radius:8px}.preview-note small{display:block;color:#9b9696;font-size:8px;margin-top:4px}.floating-label{position:absolute;z-index:2;bottom:58px;right:-10px;transform:rotate(3deg);padding:14px 20px;background:#222228;color:white;border-radius:11px;box-shadow:0 8px 30px #0002;font-size:10px}.floating-label span{display:inline-grid;place-items:center;background:#b9dca6;color:#25412b;border-radius:100%;width:19px;height:19px;margin-right:8px}.concept-caption{position:absolute;bottom:13px;color:#9b9290;font-size:8px}.audience-strip{border-block:1px solid var(--line);padding:25px 0;background:#f4f2ee}.audience-strip>.wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.audience-strip span{font-size:8px;line-height:1.6;letter-spacing:.12em;color:#89858a}.audience-strip b{font-weight:540;font-size:16px;color:#77747a;letter-spacing:-.5px}.section{padding-block:90px}.section-heading{max-width:510px}.section-heading h2,.audience-section h2,.access-section h2{font-size:43px;line-height:1.12;font-weight:610;margin:17px 0}.section-heading>p{color:var(--muted);font-size:13px;max-width:440px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:35px}.feature-grid article{padding:25px 22px;background:#fff;border:1px solid var(--line);border-radius:15px}.feature-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:#fff0e8;color:#de5e38;font-size:21px;margin-bottom:27px}.feature-grid small{font-size:8px;letter-spacing:.1em;color:#769077}.feature-grid h3{font-size:17px;letter-spacing:-.025em;margin:12px 0}.feature-grid p{font-size:12px;color:var(--muted);margin-bottom:0}.feature-grid .upcoming{background:#f3f1ed}.upcoming small{color:#978c80}.audience-section{border-top:1px solid var(--line);padding-block:60px 90px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.audience-list article{display:flex;align-items:center;gap:20px;padding:23px 0;border-bottom:1px solid var(--line)}.audience-list article>span{color:#b7afa8;font-size:11px}.audience-list article>b{margin-left:auto;color:#9b9188}.audience-list h3{font-size:19px;margin-bottom:5px}.audience-list p{color:var(--muted);font-size:12px;margin:0}.access-section{border-radius:24px;padding:50px;background:#202026;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px}.access-section .eyebrow{color:#fe9b7d}.access-section h2{font-size:42px}.access-section p{color:#a8a7af;font-size:13px;max-width:330px}.workspace-finder{padding:28px;background:#2b2b32;border:1px solid #3a3a42;border-radius:15px;align-self:center}.workspace-finder label{color:#c8c7cf;font-size:11px}.domain-input{display:flex;align-items:center;background:#202026;border:1px solid #4a4241;border-radius:8px;margin:10px 0 15px;overflow:hidden}.domain-input input{background:transparent;color:#fff;border:0;min-width:0;flex:1;width:100%;padding:13px}.domain-input span{padding-right:10px;color:#a6a2a7;font-size:10px}.workspace-finder .button{width:100%}.workspace-finder>small{display:block;color:#a5a0a8;font-size:10px;line-height:1.7;margin-top:15px}.faq{display:grid;grid-template-columns:1fr 1fr;gap:60px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-size:13px;font-weight:600;line-height:1.7}.faq details p{font-size:12px;color:var(--muted);margin:12px 0 0}.site-footer{padding-block:30px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer>span,.site-footer>small{color:#89858d;font-size:10px}
/* Authentication */
.auth-layout{min-height:100svh;display:grid;grid-template-columns:1fr 1fr}.auth-story{background:#19191e;color:#fff;padding:55px 65px;display:flex;flex-direction:column;justify-content:space-between;gap:60px;position:relative;overflow:hidden}.auth-story:after{content:'';position:absolute;width:450px;height:450px;background:radial-gradient(circle,#b2412825,transparent 65%);right:-230px;bottom:90px;pointer-events:none}.auth-story h1{font-size:clamp(42px,4.8vw,66px);line-height:1.13;font-weight:580;margin:20px 0}.auth-story h1 em{font-style:normal;color:#ff835f}.auth-story .eyebrow{color:#a29ca1}.auth-story p{max-width:280px;color:#aba6b0;font-size:13px}.auth-story>small{font-size:9px;color:#77717c}.auth-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:55px 45px;position:relative}.auth-form{width:100%;max-width:350px}.auth-form h2{font-size:32px;font-weight:630;margin:15px 0;line-height:1.15;overflow-wrap:anywhere}.auth-form .muted{font-size:12px;margin-bottom:26px}.auth-form form p{margin:18px 0}.auth-back{margin-top:35px;font-size:11px;color:var(--muted)}label{font-weight:600;font-size:12px;display:block;margin-bottom:8px}input:not([type=hidden]),select,textarea{width:100%;border:1px solid #dfdcd9;border-radius:8px;padding:11px 12px;color:var(--ink);background:#fff;line-height:1.4;min-width:0}textarea{resize:vertical;max-width:100%}input[type=checkbox]{width:auto}.helptext{display:block;font-size:10px;line-height:1.6;color:var(--muted);margin-top:7px}.helptext ul{padding-left:17px}.errorlist{padding:10px 14px 10px 28px;background:#fff0f0;border-radius:8px;font-size:11px;line-height:1.7;color:#a32a2c}.form-foot{font-size:10px;color:var(--muted);margin-top:22px;line-height:1.7}.notice{border:1px solid #e6ddd5;background:#fff8eb;color:#75623a;border-radius:9px;padding:13px 16px;font-size:12px;line-height:1.7;margin-bottom:20px}.notice.success{border-color:#d4e3d3;background:#f2f8ef;color:#3a633b}.notice.error{background:#fff0f0;color:#a22f2f;border-color:#f0d4d4}
/* Compact application */
.app{font-size:12px;background:#f5f4f1}.sidebar{position:fixed;inset:0 auto 0 0;width:236px;padding:28px 20px 20px;background:#19191e;color:#bab8c2;display:flex;flex-direction:column;z-index:20}.sidebar .brand{color:#fff;margin:0 8px 28px}.sidebar .brand-name{font-size:22px}.sidebar .brand-name>span{font-size:18px}.sidebar .brand-symbol{width:34px;height:34px;font-size:26px}.environment{display:flex;align-items:center;gap:11px;padding:14px 9px;border-block:1px solid #303037}.avatar{display:grid;place-items:center;width:33px;height:33px;flex-shrink:0;border-radius:10px;background:#e8e1d7;color:#796957;font-weight:700;font-size:12px}.environment .avatar{background:#343039;color:#d6c4bb}.environment strong{font-size:11px;color:#e1dde4;display:block;overflow-wrap:anywhere}.environment small{font-size:9px;display:block;color:#7c7984;margin-top:4px}.nav-caption{font-size:8px;letter-spacing:.13em;color:#686572;margin:29px 11px 12px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav a{font-size:11px;display:flex;align-items:center;gap:13px;padding:12px;border-radius:8px}.sidebar nav a>span{font-size:17px;line-height:1}.sidebar nav a.active{color:#ff9978;background:#ff603b13}.sidebar nav a:hover{background:#ffffff08}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:17px;padding:20px 10px 0}.version-label{font-size:8px;letter-spacing:.1em;color:#62606a}.sidebar-bottom a,.sidebar-bottom button{font-size:10px;color:#a6a2af;background:transparent;border:0;padding:0}.app-shell{margin-left:236px;min-height:100svh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 35px;background:#fcfbf9;border-bottom:1px solid var(--line);gap:14px}.topbar>div>small{display:block;font-size:8px;color:#9b959b;letter-spacing:.09em;margin-bottom:5px;overflow-wrap:anywhere}.topbar>div>strong{font-size:12px;font-weight:620}.user-pill{display:flex;align-items:center;gap:10px;font-size:11px}.user-pill>span{display:grid;place-items:center;background:#ffe1d4;color:#8d482f;width:31px;height:31px;border-radius:100%;font-weight:650}.user-pill small{display:block;color:#aaa2a5;font-size:9px;margin-top:3px}.menu-toggle{display:none;background:none;border:0;font-size:20px}.app-content{padding:33px 35px 40px;max-width:1450px;width:100%;margin-inline:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:0 0 27px}.page-heading h1{font-size:32px;line-height:1.13;font-weight:640;margin:10px 0;overflow-wrap:anywhere}.page-heading .eyebrow{color:#948780;font-size:8px}.page-heading p{color:var(--muted);font-size:12px;margin-bottom:0}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:28px}.metrics article{padding:23px 25px;border:1px solid var(--line);background:#fff;border-radius:13px}.metrics small{color:#969098;font-size:8px;letter-spacing:.08em;display:block}.metrics strong{display:block;font-weight:550;font-size:34px;letter-spacing:-1.5px;margin:10px 0 3px}.metrics span{color:#a59ca0;font-size:10px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:22px;overflow:hidden}.panel-header{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #f0eeeb}.panel h2{font-size:15px;font-weight:650;letter-spacing:-.02em;margin:0}.panel-header p{font-size:10px;color:#999198;margin:5px 0 0}.search{display:flex;gap:7px}.search input{max-width:220px;font-size:11px;padding:9px 12px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:8px;color:#99939a;background:#fdfcfb;padding:13px 24px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;white-space:nowrap}td{padding:18px 24px;border-top:1px solid #f0eeeb;font-size:11px}td strong{font-weight:620;white-space:nowrap}td small{display:block;color:#b0a8ac;font-size:9px;margin-top:4px}.domain-cell{color:#8d858d;font-size:10px;overflow-wrap:anywhere}.badge{font-size:9px;display:inline-block;border-radius:6px;padding:5px 9px;background:#f1eee9;color:#88795f;white-space:nowrap}.badge.active{background:#eff7eb;color:#5f8054}.badge.suspended{background:#fff2e8;color:#a87643}.table-link{font-size:10px;color:#b86443;font-weight:650;white-space:nowrap}.empty{padding:35px 15px;text-align:center}.empty>span{display:block;color:#c3b4a4;font-size:31px;margin-bottom:13px}.empty h3{font-size:15px;font-weight:600;letter-spacing:-.015em;margin-bottom:8px}.empty p{color:#a099a1;font-size:11px;margin:0}.empty-inline{padding:20px 24px;color:#aaa0a7;font-size:11px}.history .panel-header{border:0;padding-bottom:15px}.event{margin:0 24px;display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid #f0eeeb}.event-dot{width:6px;height:6px;border-radius:100%;background:#e5b99c}.event strong{font-size:10px;font-weight:550}.event small{display:block;font-size:9px;color:#9e969f;margin-top:4px}.event time{margin-left:auto;font-size:9px;color:#a79ea6;white-space:nowrap}.app-footer{padding:10px 35px 24px;margin-top:auto;font-size:9px;color:#aca4ad;display:flex;justify-content:space-between}.form-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:25px}.form-panel{padding:25px}.form-panel h2{margin-bottom:13px}.form-panel p{font-size:12px}.form-panel form>p,.form-panel>p{margin-bottom:22px}.form-panel input,.form-panel select,.form-panel textarea{font-size:12px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.info-card{padding:30px;background:#eee9e1;border-radius:14px;align-self:start}.info-card>span{font-size:33px;color:#ab8d6b}.info-card h2{font-size:22px;font-weight:600;margin:15px 0}.info-card p{font-size:12px;color:#8b7e71}.info-card hr{border:0;border-top:1px solid #ddd4c7;margin:24px 0}.back-link{display:inline-block;font-size:10px;color:#948992;margin-bottom:23px}.detail-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:23px}.spaced{display:inline-block;margin-top:22px}.invite-result{max-width:750px}.invite-result textarea{font-size:11px;background:#faf8f4;overflow-wrap:anywhere}.pagination{padding:15px 24px;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:11px}.welcome-banner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:32px;background:#27252b;color:#fff;border-radius:15px;margin-bottom:25px;overflow:hidden}.welcome-banner .eyebrow{color:#c4a99d;font-size:8px}.welcome-banner h2{font-size:29px;font-weight:550;line-height:1.2;margin:15px 0}.welcome-banner p{max-width:480px;color:#b5aeb9;font-size:11px;margin:0}.welcome-art{font-size:135px;line-height:1;color:#ff7f58;font-weight:300}.member{display:flex;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.member b{font-size:11px;font-weight:600}.member small{display:block;color:#9a9299;font-size:10px;margin-top:4px}.notes{margin-top:25px}.notes article{padding:17px 0;border-top:1px solid var(--line)}.notes article>div{display:flex;justify-content:space-between;gap:10px}.notes b{font-size:11px}.notes time{font-size:9px;color:#a59ba5}.notes p{font-size:12px;color:#79717a;overflow-wrap:anywhere;margin:10px 0 0}*{scrollbar-width:thin;scrollbar-color:#c8b5a9 transparent}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background:#c8b5a9;border-radius:8px}
@media(min-width:1600px){.hero{padding-block:75px 110px}.hero h1{font-size:92px}}
@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.hero{gap:20px}.hero h1{font-size:65px}.hero-art{height:380px}.floating-label{right:0;bottom:30px}.preview-content{padding:20px 17px}.preview-content h2{font-size:17px}.preview-cards>div{padding:10px;gap:8px}.preview-cards span{font-size:20px}.feature-grid{grid-template-columns:repeat(2,1fr)}.sidebar{width:205px;padding-inline:14px}.app-shell{margin-left:205px}.app-content{padding:25px}.topbar{padding-inline:25px}.detail-grid{grid-template-columns:1fr 1fr}.auth-story{padding:45px 35px}.auth-panel{padding:45px 35px}.panel-header{flex-wrap:wrap}.access-section{gap:30px;padding:35px}.hero-actions{gap:14px}.hero-actions .text-link{font-size:10px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.site-header{height:80px;gap:10px}.site-header nav{display:none}.site-header>.button{font-size:9px;padding:10px}.brand-name{font-size:20px}.brand-name>span{font-size:18px}.hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:30px;gap:10px}.hero h1{font-size:65px;max-width:420px}.hero-copy>p{max-width:400px;font-size:13px}.hero-art{max-width:550px;width:100%;margin-inline:auto;height:365px}.preview-window{width:93%}.concept-note{top:22px}.concept-caption{bottom:5px}.hero-foot{margin-top:26px}.audience-strip{padding:20px 0}.audience-strip>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px}.audience-strip b{font-size:12px}.section{padding-block:55px}.section-heading h2,.audience-section h2{font-size:34px}.feature-grid{gap:10px}.feature-grid article{padding:19px 16px}.feature-grid h3{font-size:15px}.feature-grid p{font-size:11px}.audience-section{grid-template-columns:1fr;gap:10px;padding-block:45px}.access-section{grid-template-columns:1fr;gap:20px;padding:27px 22px}.access-section h2{font-size:35px}.workspace-finder{padding:20px}.faq{grid-template-columns:1fr;gap:10px}.site-footer{flex-wrap:wrap;padding-block:25px}.site-footer>small{width:100%}.auth-layout{grid-template-columns:1fr;background:linear-gradient(145deg,#18181d,#30201e);min-height:100svh}.auth-story{padding:30px 25px 0;gap:0;background:transparent}.auth-story>div,.auth-story>small{display:none}.auth-panel{padding:40px 25px;justify-content:flex-start;color:#f0e9e6}.auth-form{max-width:440px}.auth-form h2{font-size:30px}.auth-form .eyebrow{color:#ca9b82}.auth-form .muted{color:#b1a5a8}.auth-form input{background:#ffffff08;border-color:#5a4845;color:#fff}.auth-form .helptext{color:#b5a5a8}.auth-form .errorlist{background:#632f2f;color:#ffd3c7}.auth-form label{color:#d9cbcc}.auth-back,.auth-form .form-foot{color:#a9949b}.sidebar{transform:translateX(-100%);width:236px;transition:transform .2s}.menu-open .sidebar{transform:translateX(0);box-shadow:20px 0 60px #0004}.app-shell{margin-left:0}.menu-toggle{display:block}.topbar{height:68px;padding:0 18px}.topbar>div:nth-child(2){margin-right:auto}.user-pill>div{display:none}.app-content{padding:25px 18px}.page-heading{align-items:flex-start;gap:13px}.page-heading h1{font-size:28px}.page-heading>.button{font-size:10px;padding:11px;white-space:nowrap}.page-heading p{font-size:11px}.metrics{gap:9px;margin-bottom:20px}.metrics article{padding:17px 13px}.metrics small{font-size:7px;letter-spacing:0}.metrics strong{font-size:28px}.metrics span{font-size:9px}.panel-header{padding:18px}.search{width:100%}.search input{max-width:none}.form-grid,.detail-grid{grid-template-columns:1fr;gap:0}.form-panel{padding:20px}.info-card{padding:25px}.app-footer{padding-inline:18px}.event{margin-inline:18px}.welcome-banner{padding:25px}.welcome-art{font-size:75px}.welcome-banner h2{font-size:24px}.welcome-banner p{font-size:10px}.form-actions{flex-wrap:wrap}.panel h2{font-size:14px}.empty{padding:25px 10px}th,td{padding:14px 18px}.topbar small{max-width:210px}.brand-symbol{width:34px;height:34px;font-size:25px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
