@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans:wght@400;500;600;700;800&display=swap');
:root{--ink:#202137;--muted:#818498;--purple:#6d5efc;--lavender:#f0edff;--line:#e9eaf0;--bg:#f7f8fc;--radius:18px}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:14px/1.65 'Manrope','Noto Sans',system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--purple);text-decoration:none}a:hover{opacity:.86}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}h1,h2,h3,p{margin-top:0}h1{font-size:30px;letter-spacing:-1.2px;line-height:1.3;margin-bottom:12px;font-weight:800}h2{font-size:18px;letter-spacing:-.35px;line-height:1.5;margin-bottom:7px}h3{font-size:16px;line-height:1.5;margin-bottom:8px}small{font-size:11px}strong{font-weight:700}img{max-width:100%}.purple{color:var(--purple)}.muted{color:var(--muted)}.preserve{white-space:pre-wrap;overflow-wrap:anywhere}.small-text{font-size:12px}.grow{flex:1;min-width:0}.between{display:flex;align-items:center;justify-content:space-between;gap:12px}.button{display:inline-flex;justify-content:center;align-items:center;gap:15px;background:var(--purple);color:white;border:1px solid transparent;border-radius:10px;padding:12px 19px;font-weight:700;font-size:12px;line-height:1.6;box-shadow:0 4px 8px #6d5efc0a}.button:hover{background:#5d4fed;color:white}.button.secondary{background:white;border-color:var(--line);color:var(--ink);box-shadow:none}.button.secondary:hover{background:var(--bg)}.button.dark{background:var(--ink)}.button.full{width:100%;margin-top:14px}.button.large{padding:15px 22px;font-size:13px}.text-button,.icon-button{border:0;background:transparent;color:var(--muted);padding:7px;font-size:13px}.icon-button{font-size:20px}.wordmark{display:flex;align-items:center;color:var(--ink);font-weight:800;font-size:23px;letter-spacing:-1px;gap:10px}.wordmark-dot{color:var(--purple);margin-left:-10px}.mark{display:grid;place-items:center;background:var(--purple);color:white;font-style:italic;width:34px;height:36px;border-radius:11px;font-size:26px;box-shadow:0 6px 13px #6d5efc28}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:800;color:var(--purple);display:inline-flex;align-items:center;gap:9px;margin-bottom:13px}.pill{display:inline-flex;align-items:center;white-space:nowrap;border-radius:6px;padding:4px 9px;background:#eeedf7;color:#76758a;font-weight:700;font-size:10px;letter-spacing:.15px}.pill.green,.status-published{background:#e6f7ee;color:#349771}.status-scheduled{background:#eeeaff;color:#7361e1}.status-review{background:#fff0df;color:#bd752c}.status-publishing{background:#e6f1ff;color:#3b7dc0}.status-draft{background:#eeeff4;color:#858797}.status-dot{display:inline-block;width:6px;height:6px;background:#55be96;border-radius:50%}.notice{display:block;padding:15px 19px;border:1px solid var(--line);border-radius:12px;margin-bottom:20px;font-size:13px}.notice.success{background:#effbf4;border-color:#d6efdf;color:#2f7d52}.notice.error{background:#fff2f3;border-color:#f8d8dc;color:#a63d50}.notice.warning{background:#fff9ec;border-color:#f5e6c6;color:#9c6f2e}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:white;border-right:1px solid var(--line);padding:30px 22px 0;display:flex;flex-direction:column;z-index:30}.workspace-tile{display:flex;align-items:center;gap:10px;margin:35px 0 29px;padding:12px 10px;border:1px solid var(--line);border-radius:12px}.workspace-tile strong{display:block;max-width:133px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.workspace-tile small{display:block;font-size:9px;color:var(--muted)}.avatar{flex-shrink:0;display:inline-grid;place-items:center;width:37px;height:37px;border-radius:10px;background:#c6bafa;color:white;font-weight:800;font-size:18px;overflow:hidden}.avatar img{height:100%;width:100%;object-fit:contain;background:white}.avatar.small{width:31px;height:31px;font-size:14px}.nav-label{color:#acafbf;font-size:9px;font-weight:700;letter-spacing:1.8px;margin:0 12px 12px}.nav-item{display:flex;align-items:center;gap:11px;margin:4px 0;padding:11px 12px;border-radius:9px;color:#7c7e92;font-weight:600;font-size:12px}.nav-item>span{width:20px;font-size:19px;line-height:1.2;color:#9b9cae}.nav-item.active{color:var(--purple);background:var(--lavender);font-weight:800}.nav-item.active>span{color:var(--purple)}.sidebar-note{padding:20px 16px;margin-top:auto;background:linear-gradient(145deg,#f2efff,#f9f9ff);border:1px solid #eae5ff;border-radius:13px}.sidebar-note .pill{font-size:8px}.sidebar-note strong{display:block;line-height:1.75;font-size:12px;margin:12px 0 7px}.sidebar-note small{font-size:10px;color:#8e8aa9;display:block;line-height:1.6}.sidebar-user{display:flex;align-items:center;gap:8px;margin:25px -22px 0;padding:20px 16px;border-top:1px solid var(--line)}.sidebar-user>div{flex:1;min-width:0}.sidebar-user strong{font-size:11px;display:block;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{display:block;color:var(--muted);font-size:9px}.shell{margin-left:244px;min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.topbar{height:76px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;background:#ffffffd9;border-bottom:1px solid var(--line);padding:0 38px;font-size:11px;color:#9395a7}.topbar strong{font-weight:600;color:#55576b}.crumb{margin:0 13px;color:#b6b8c5}.topbar-right{display:flex;align-items:center;gap:9px;font-size:10px}.topbar-right .pill{margin-left:7px}.mobile-toggle{display:none}.shell main{padding:34px 38px;max-width:1600px;width:100%;margin:0 auto;flex:1}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 27px}.page-heading p{font-size:12px;color:var(--muted);margin:0}.page-heading .button{flex-shrink:0}.page-heading .eyebrow{font-size:9px;margin-bottom:8px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:27px}.stat-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:20px 23px}.stat-card>div{display:flex;justify-content:space-between;font-size:11px;color:#818499;gap:5px}.stat-card>div>span{background:#f4f2ff;color:#a393e6;border-radius:8px;padding:3px 8px;font-size:18px;margin-top:-3px}.stat-card>strong{display:block;font-size:33px;line-height:1.8;letter-spacing:-1px}.stat-card>small{display:block;color:#a0a2b2;font-size:10px}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:23px;overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:24px 26px 19px;gap:15px}.panel-heading p{font-size:11px;color:var(--muted);margin:0}.panel-heading a{font-size:10px;font-weight:700}.panel-heading h2{font-size:16px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:23px}.empty-state{padding:40px 22px 47px;text-align:center}.empty-state .empty-icon{margin:0 auto 18px}.empty-icon{display:grid;place-items:center;background:var(--lavender);border:7px solid #f8f6ff;color:#b0a1f0;width:66px;height:66px;font-size:30px;border-radius:20px}.empty-state h3{font-size:15px}.empty-state p{font-size:12px;color:var(--muted);margin-bottom:21px}.empty-state .button{font-size:11px}.empty-inline{text-align:center;padding:28px;color:var(--muted);font-size:12px}.brand-panel{padding:24px 23px;text-align:center;background:linear-gradient(180deg,#fdfcff,#fff)}.brand-panel .pill{font-size:8px}.brand-monogram{margin:22px auto 16px;width:65px;height:65px;background:var(--brand);display:grid;place-items:center;color:white;border-radius:19px;font-size:30px;box-shadow:0 9px 30px #2a1b7a10}.brand-monogram img{width:100%;height:100%;object-fit:contain;background:white;border-radius:19px}.brand-panel h2{font-size:17px}.brand-panel p{font-size:11px;color:var(--muted);line-height:1.8}.brand-panel .button{font-size:10px}.usage-block{margin-top:22px;padding-top:15px;border-top:1px solid var(--line);text-align:left}.usage-block .between{font-size:10px}.usage-block .between span{color:var(--muted)}progress{display:block;width:100%;height:5px;border:0;border-radius:5px;overflow:hidden;margin:11px 0;background:#f0eff6}progress::-webkit-progress-bar{background:#f0eff6}progress::-webkit-progress-value{background:var(--purple);border-radius:5px}.usage-block>small{font-size:9px;color:#a4a5b4;display:block}.post-row{display:flex;align-items:center;gap:15px;padding:16px 25px;border-top:1px solid #f0f0f6;color:var(--ink);overflow:hidden}.post-row strong{font-size:12px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.post-row small{display:block;color:var(--muted);font-size:10px}.post-row>span:last-child{color:#9490b8}.post-row:hover{background:#fdfcff}.type-icon{display:grid;place-items:center;flex-shrink:0;width:39px;height:39px;border-radius:11px;background:#f1edff;color:#9a89df;font-size:21px}.date-tile{min-width:54px;text-align:center;background:#f2efff;padding:5px 7px;border-radius:10px}.date-tile strong{font-size:20px;line-height:1.25;color:var(--purple)}.date-tile small{font-size:8px;color:#988cb8}.app-footer{display:flex;justify-content:space-between;padding:10px 38px 21px;font-size:9px;color:#a5a6b4}.app-footer a{color:#9293a5}.tabs{display:flex;gap:5px;margin-bottom:25px;flex-wrap:wrap}.tabs a{padding:8px 14px;border-radius:8px;font-size:11px;font-weight:600;color:#8c8da0}.tabs a.active{background:var(--ink);color:white}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.content-card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;color:var(--ink)}.content-thumb,.content-placeholder{height:185px;width:100%;object-fit:cover;background:#efecff;display:grid;place-items:center;color:#c1b2f5;font-size:72px}.content-card-body{padding:19px}.content-card h3{font-size:13px;margin:13px 0 7px;min-height:39px}.content-card p{color:var(--muted);font-size:11px}.content-card small{font-size:10px;color:var(--muted)}.wide{grid-column:1/-1}.pagination{margin-top:22px}.pagination svg{width:18px;height:18px}.pagination nav{display:flex;justify-content:space-between;gap:20px}.pagination nav>div{display:flex;gap:14px;align-items:center}.pagination nav span,.pagination nav a{padding:2px 4px}.pagination nav p{margin:0}.composer-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.form-panel{padding:26px}.form-panel>h2{margin-bottom:20px}.form-panel>p{color:#777c91;font-size:12px}.step-title{display:flex;align-items:center;gap:11px;margin-bottom:22px}.step-title>span{background:#f1edff;color:#9d8edc;display:grid;place-items:center;width:28px;height:28px;font-size:10px;font-weight:800;border-radius:8px}.step-title h2{font-size:15px;margin:0}label{display:block;font-size:11px;font-weight:700;color:#65697e;margin-bottom:18px}label small{font-weight:400;color:#9b9fb1;font-size:10px;margin-top:7px}input:not([type=checkbox]):not([type=color]),select,textarea{display:block;width:100%;border:1px solid #e4e6ef;border-radius:9px;background:#fff;color:var(--ink);padding:11px 13px;outline:none;margin-top:7px;font-size:12px;transition:border-color .15s}input::placeholder,textarea::placeholder{color:#b2b3c0}input:focus,select:focus,textarea:focus{border-color:#a799f7!important;box-shadow:0 0 0 3px #8a78f312}textarea{resize:vertical;line-height:1.8}input[type=checkbox]{accent-color:var(--purple);width:15px;height:15px;flex-shrink:0}.check{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:500}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-actions{display:flex;gap:8px;flex-wrap:wrap}.form-actions .button{font-size:10px;padding:11px 14px}.channel-options{display:flex;flex-wrap:wrap;gap:10px}.channel-option{display:flex;align-items:center;border:1px solid var(--line);gap:8px;padding:10px 12px;border-radius:10px;font-size:11px;max-width:100%;margin-bottom:0;cursor:pointer}.channel-option:has(input:checked){border-color:#b2a7f5;background:#f9f7ff}.channel-option small{display:block;font-size:9px;margin:0}.network{display:inline-grid;place-items:center;flex-shrink:0;width:33px;height:33px;border-radius:10px;color:white;font-weight:800;font-size:20px}.network.facebook{background:#eaf0ff;color:#517ee3}.network.instagram{background:#fbeefa;color:#c671b6}.network.linkedin{background:#eaf5fb;color:#4d96bf;font-size:15px}.network.youtube{background:#fff0f0;color:#dd787b;font-size:15px}.ai-box{padding:17px 20px;border:1px solid #e4ddff;background:linear-gradient(120deg,#f9f7ff,#fdfcff);border-radius:11px;margin:20px 0}.ai-box strong{font-size:12px;color:#8a77d8}.ai-box p{font-size:10px;color:#9690ac;margin:5px 0 0}.ai-box .button{font-size:10px;margin-top:10px;padding:8px 12px}.upload-zone{border:1px dashed #c9c3e4;border-radius:11px;text-align:center;background:#fcfbff;padding:22px;color:#a496cf;font-size:25px}.upload-zone strong{font-size:12px;color:#767287;display:block;margin:5px 0}.upload-zone span{font-size:10px;display:block;color:#a0a0b1}.upload-zone input{border:none!important;background:transparent!important;font-size:10px!important;max-width:300px;margin:10px auto 0!important;padding:5px!important}.preview-column{position:sticky;top:24px}.preview-column h3{font-size:12px;margin:0}.preview-column>.between{margin-bottom:16px}.preview-column .pill{font-size:8px}.preview-card{border:1px solid var(--line);background:white;border-radius:14px;overflow:hidden}.example-top{display:flex;align-items:center;gap:10px;padding:16px}.example-top>div{flex:1;min-width:0}.example-top strong{font-size:11px;display:block}.example-top small{font-size:9px;color:#9b9bac;display:block}.example-top>span:last-child:not(.avatar){font-size:10px;color:#9898a8}.preview-media{aspect-ratio:1.1;background:linear-gradient(135deg,#f3effe,#e7e1fa);display:grid;place-items:center;text-align:center;color:#c0b5dc;font-size:20px;font-weight:600;overflow:hidden}.preview-media small{font-size:11px;font-weight:400}.preview-media img,.preview-media video{height:100%;width:100%;object-fit:cover}.preview-copy{padding:15px;font-size:11px}.preview-copy p{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:7px}#preview-hashtags{color:#8574c7;font-size:10px}.example-bottom{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--line);font-size:19px;color:#9794a9}.preview-note{font-size:10px;color:#a3a1b3;padding:15px 5px;line-height:1.8}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:20px}.media-grid img,.media-grid video{width:100%;max-height:400px;object-fit:contain;background:#f4f3f9;border-radius:10px}.delivery{padding:20px 0;border-top:1px solid var(--line)}.delivery:first-of-type{border-top:0}.delivery strong{font-size:13px}.delivery small{display:block;color:var(--muted);font-size:10px}.delivery .notice{font-size:11px;margin-top:15px}.delivery .check{font-size:10px}.delivery .button{font-size:10px}dl{font-size:12px}dt{color:var(--muted);font-size:10px;margin-top:16px}dd{margin:5px 0 15px}.connection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.connection-card{padding:25px}.connection-card>.network{width:43px;height:43px;margin-bottom:18px}.connection-card h2{font-size:15px}.connection-card p{font-size:11px;color:var(--muted);min-height:55px}.connection-card label{font-size:10px}.connection-card input{font-size:10px!important}.connection-card .button{font-size:10px}.connection-card form>small{display:block;font-size:9px;margin-top:8px}.advanced summary{cursor:pointer;color:#747489;font-size:12px;font-weight:700}.advanced p{margin-top:18px}.brand-logo{width:80px;height:80px;object-fit:contain;border:1px solid var(--line);border-radius:14px;margin-bottom:15px}input[type=color]{display:block;width:100%;height:43px;border:1px solid var(--line);border-radius:9px;padding:5px;background:white;margin-top:7px}.public-page{background:#fafbff}.public-header{max-width:1240px;margin:auto;padding:30px 30px;display:flex;justify-content:space-between;align-items:center}.public-header nav{display:flex;align-items:center;gap:27px;font-size:12px;font-weight:700}.public-header nav>a:not(.button){color:#7e7c93}.public-header .wordmark{font-size:25px}.landing{max-width:1240px;margin:auto;padding:0 30px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:50px;align-items:center;padding:72px 0 65px}.hero h1{font-size:53px;line-height:1.24;letter-spacing:-2.9px;margin:20px 0 27px}.hero h1 em{font-style:normal;color:var(--purple)}.hero>div>p{font-size:14px;line-height:1.9;color:#8c8b9c;max-width:460px}.hero-actions{display:flex;align-items:center;gap:23px;margin-top:30px}.hero-actions>a:not(.button){font-size:11px;color:#8b879e}.hero-details{display:flex;gap:22px;margin:22px 0;color:#a7a2b7;font-size:10px}.hero-visual{position:relative;padding:30px 40px;background:radial-gradient(ellipse at center,#eee5ff,transparent 70%)}.example-card{width:345px;max-width:100%;margin:auto;background:#fff;border:1px solid #e9e4f5;border-radius:18px;box-shadow:0 25px 75px #33267015;transform:rotate(-3deg);overflow:hidden}.example-card .example-top{padding:18px}.example-card>p{font-size:10px;padding:16px 18px 0;color:#7e788e}.example-card .pill{font-size:7px!important}.abstract-art{height:290px;position:relative;overflow:hidden;background:#c4b9e9;color:#f8f6ff;padding:32px}.abstract-art>span{position:relative;z-index:2;display:block;font-size:43px;line-height:.98;font-weight:800;letter-spacing:-1px}.abstract-art>span>i{color:#594b84}.abstract-art small{position:absolute;bottom:24px;left:32px;font-size:8px;letter-spacing:2px;font-weight:800;color:#6d5e99}.art-ring{position:absolute;width:230px;height:230px;border:45px solid #edebfdaa;border-radius:50%;right:-65px;top:50px;box-shadow:0 0 0 30px #b4a5df44}.floating-note{position:absolute;z-index:3;top:5px;right:0;background:white;padding:10px 16px;font-size:10px;box-shadow:0 6px 30px #65569810;border:1px solid #eee8ff;border-radius:10px;color:#9b8bb6;transform:rotate(3deg)}.platform-strip{position:relative;display:flex;gap:8px;justify-content:center;align-items:center;margin-top:25px}.platform-strip .network{background:white;border:1px solid var(--line);width:35px;height:35px;box-shadow:0 4px 10px #54436b05}.platform-strip strong{font-size:10px;color:#9185aa;margin-left:8px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;padding:48px 0 55px;border-top:1px solid var(--line)}.feature-grid h3{font-size:15px;margin:17px 0 12px}.feature-grid p{font-size:12px;color:#9390a6;line-height:1.85}.feature-icon{width:37px;height:37px;border-radius:11px;background:#ede8fd;display:grid;place-items:center;color:#a693e0;font-size:20px}.landing-cta{border-radius:23px;background:#eee9ff;text-align:center;padding:55px 25px;margin:15px 0 80px}.landing-cta h2{font-size:32px;font-weight:800;line-height:1.35;letter-spacing:-1px;margin:8px 0 25px}.landing-cta p{font-size:10px;color:#9c8cba;margin:20px 0 0}.public-footer{border-top:1px solid var(--line);max-width:1180px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:27px 5px;font-size:10px;color:#a29cb1}.public-footer .wordmark{font-size:18px}.public-footer>a:last-child{color:#958ca7}.auth-wrap{max-width:700px;min-height:calc(100vh - 209px);margin:auto;padding:45px 25px 65px;display:flex;justify-content:center;align-items:center}.auth-card{width:440px;background:white;border:1px solid var(--line);border-radius:22px;padding:35px 36px;box-shadow:0 12px 60px #84749708}.auth-card h1{font-size:26px;letter-spacing:-.8px;margin:10px 0 14px}.auth-card>.muted{font-size:12px;margin-bottom:26px}.auth-card .eyebrow{font-size:8px}.auth-card .between>a{font-size:10px}.auth-card .check{margin:0}.auth-card .between{margin-bottom:16px}.auth-bottom{font-size:10px;text-align:center;color:#a39aaa;margin:25px 0 0}.policy{max-width:680px;padding:35px}.policy h1{font-size:28px}.policy h2{font-size:15px;margin-top:25px}.policy p{font-size:12px}.mobile-toggle:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #b8abf8;outline-offset:3px}[hidden]{display:none!important}
@media(min-width:1500px){.shell main{padding:45px 55px}.page-heading h1{font-size:34px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 325px}.composer-grid{grid-template-columns:minmax(0,1fr) 360px}.preview-media{aspect-ratio:1.05}}
@media(max-width:1200px){.sidebar{width:220px;padding-left:17px;padding-right:17px}.sidebar-user{margin-left:-17px;margin-right:-17px}.shell{margin-left:220px}.shell main{padding:28px}.topbar{padding:0 28px}.page-heading h1{font-size:25px}.stat-grid{gap:12px}.stat-card{padding:18px 15px}.stat-card>div{font-size:10px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 250px;gap:18px}.composer-grid{grid-template-columns:minmax(0,1fr) 270px;gap:18px}.form-panel{padding:21px}.hero h1{font-size:46px}.connection-grid{gap:14px}.connection-card{padding:20px}}
@media(max-width:1020px){.sidebar{width:195px;padding-left:13px;padding-right:13px}.sidebar .wordmark{font-size:21px;gap:7px}.sidebar-user{margin-left:-13px;margin-right:-13px}.shell{margin-left:195px}.workspace-tile{padding:9px 7px}.workspace-tile strong{max-width:103px}.workspace-tile small{font-size:8px}.nav-item{font-size:11px;padding:10px 8px}.shell main{padding:24px}.topbar-right{display:none}.stat-grid{grid-template-columns:repeat(2,1fr)}.composer-grid{grid-template-columns:1fr}.preview-column{position:static;max-width:350px;width:100%;margin:auto}.dashboard-grid{grid-template-columns:1fr}.brand-panel{display:none}.content-grid{grid-template-columns:repeat(2,1fr)}.connection-grid{grid-template-columns:1fr}.connection-card p{min-height:auto}.hero{gap:25px;padding-top:45px}.hero h1{font-size:39px;letter-spacing:-2px}.hero-visual{padding:30px 5px}.hero-actions{flex-direction:column;align-items:start;gap:15px}.feature-grid{gap:25px}.floating-note{font-size:9px;right:0}.page-heading{align-items:flex-start}.page-heading>.pill{display:none}.public-footer{margin:0 25px}}
@media(max-width:700px){.sidebar{transform:translateX(-100%);width:244px;transition:transform .2s;box-shadow:10px 0 30px #1d153819}.sidebar.open{transform:translateX(0)}.shell{margin-left:0}.mobile-toggle{display:block;margin-right:14px}.topbar{padding:0 20px;justify-content:flex-start;height:63px}.shell main{padding:23px 17px}.page-heading{display:block;margin-bottom:23px}.page-heading h1{font-size:24px}.page-heading>.button{margin-top:18px;padding:10px 17px}.stat-grid{gap:10px;margin-bottom:20px}.stat-card{padding:16px}.stat-card>strong{font-size:29px}.stat-card>small{font-size:9px}.stat-card>div>span{display:none}.panel-heading{padding:20px;align-items:flex-start}.panel-heading h2{font-size:14px}.panel-heading a{font-size:9px;max-width:90px;text-align:right}.post-row{padding:15px 18px;gap:10px}.post-row .pill{font-size:8px}.post-row form .text-button{font-size:9px}.post-row strong{font-size:11px}.post-row small{font-size:9px}.app-footer{padding:8px 18px 20px;font-size:8px}.content-grid{gap:14px}.content-thumb,.content-placeholder{height:145px}.content-card-body{padding:14px}.content-card h3{font-size:12px}.content-card small{font-size:8px}.content-card p{font-size:9px}.form-two{grid-template-columns:1fr;gap:0}.form-panel{padding:20px}.form-actions{flex-direction:column}.form-actions .button{width:100%}.hero{display:flex;flex-direction:column;align-items:start;padding:30px 0 50px;gap:38px}.hero h1{font-size:42px;letter-spacing:-2px}.hero>div>p{font-size:13px;max-width:400px}.hero-visual{width:100%;max-width:400px;margin:auto}.hero-actions{flex-direction:row;flex-wrap:wrap;align-items:center;gap:20px}.hero-details{font-size:9px;gap:14px}.public-header{padding:22px}.public-header .wordmark{font-size:22px}.public-header .mark{width:29px;height:32px;font-size:23px}.public-header nav{gap:13px;font-size:10px}.public-header nav .button{font-size:9px;padding:8px 11px}.landing{padding:0 22px}.feature-grid{grid-template-columns:1fr;padding:35px 0;gap:18px}.feature-grid article{padding:8px 0}.feature-grid h3{margin:12px 0 8px}.feature-grid p{font-size:12px;margin-bottom:10px}.landing-cta{padding:40px 20px;margin-bottom:40px}.landing-cta h2{font-size:28px}.public-footer{padding:22px 0;gap:12px;font-size:8px}.public-footer .wordmark{font-size:15px}.public-footer>span{display:none}.auth-wrap{padding:20px 18px 40px}.auth-card{padding:29px 23px}.auth-card h1{font-size:24px}.pagination nav{font-size:10px;flex-wrap:wrap}.delivery>.between{align-items:flex-start;gap:12px}.media-grid{grid-template-columns:1fr}}
