@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#17251f;--muted:#728078;--line:#e7ebe8;--paper:#fff;--canvas:#f5f7f5;--green:#236b52;--green-dark:#174e3d;--soft:#eaf4ef;--orange:#f1a15a;--danger:#b54d4d;--shadow:0 10px 30px rgba(20,48,35,.06);font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}body{margin:0;background:var(--canvas);font-size:14px}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-dark)}button,input,select,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:272px;background:#fbfcfb;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20;padding:22px 15px 14px}.brand{display:flex;align-items:center;gap:11px;padding:0 10px 23px;color:#17251f;font:800 18px Manrope,sans-serif;letter-spacing:-.7px}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:12px;background:var(--green);color:#fff;font:800 20px Manrope;box-shadow:0 6px 13px #236b5233}.brand small{display:block;color:#87948c;font:700 9px 'DM Sans';letter-spacing:1.3px;margin-top:2px}.brand i{font:600 10px 'DM Sans';color:var(--green);background:var(--soft);border-radius:9px;padding:4px 7px;margin-left:2px}.workspace-select{display:flex;align-items:center;gap:10px;padding:10px;background:#f5f8f6;border:1px solid #edf0ed;border-radius:12px;margin:0 3px 17px}.workspace-select b,.workspace-select small{display:block}.workspace-select b{font-size:12px}.workspace-select small{font-size:10px;color:var(--muted);margin-top:3px}.workspace-avatar,.avatar,.top-avatar{display:grid;place-items:center;flex:none;border-radius:10px;background:#d8ece2;color:var(--green-dark);font-weight:700}.workspace-avatar{width:33px;height:33px}.dots{margin-left:auto;font-size:19px;color:#89958e}.side-nav{overflow:auto;padding:0 2px 12px;scrollbar-width:thin}.nav-group{margin:0 0 14px}.nav-heading{font-size:9px;letter-spacing:1px;font-weight:700;color:#89948e;padding:8px 10px}.nav-link{display:flex;align-items:center;gap:11px;padding:8px 10px;border-radius:8px;color:#526158;font-size:12px;margin:2px 0;min-height:34px;transition:background .15s,color .15s}.nav-link:hover{background:#f0f5f1;color:var(--green-dark)}.nav-link.active{background:#e7f2ec;color:#14523b;font-weight:700}.nav-icon{width:19px;text-align:center;font-size:16px;color:#809088}.nav-link.active .nav-icon{color:var(--green)}.sidebar-bottom{margin-top:auto}.help-card{background:linear-gradient(145deg,#eff6f1,#f8faf8);border:1px solid #e5eee8;border-radius:12px;padding:13px;margin:8px 3px 14px;position:relative}.help-card>span{position:absolute;right:12px;top:11px;color:var(--green)}.help-card b,.help-card small{display:block}.help-card b{font-size:12px}.help-card small{font-size:10px;color:var(--muted);margin:5px 0 9px}.help-card a{font-size:10px;font-weight:700}.user-bar{border-top:1px solid var(--line);padding:14px 6px 0;display:flex;align-items:center;gap:9px}.avatar{width:31px;height:31px;border-radius:50%}.user-bar b,.user-bar small{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-bar b{font-size:11px}.user-bar small{font-size:9px;color:var(--muted);margin-top:3px}.user-bar form{margin-left:auto}.icon-button{border:0;background:none;color:#718077;cursor:pointer;font-size:15px}.main-area{margin-left:272px;min-height:100vh}.topbar{height:64px;padding:0 34px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.breadcrumbs{font-size:12px;color:#8a968f}.breadcrumbs span{padding:0 9px;color:#c2cac5}.breadcrumbs b{font-weight:600;color:#435149}.top-actions{display:flex;align-items:center;gap:17px}.top-help{font-size:11px;color:#758279}.top-avatar{width:30px;height:30px;border-radius:50%;font-size:12px}.menu-button{display:none;border:0;background:none;font-size:20px}.content-area{max-width:1440px;margin:auto;padding:30px 36px 20px}.page-title-row{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 23px}.eyebrow{font-size:9px;font-weight:700;letter-spacing:1.15px;color:#839188}.page-title-row h1{font:800 28px Manrope,sans-serif;letter-spacing:-1px;margin:6px 0}.page-title-row p{margin:0;color:var(--muted);font-size:12px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:21px;margin-bottom:18px;box-shadow:var(--shadow)}.panel h2{font:700 16px Manrope,sans-serif;margin:0 0 7px;letter-spacing:-.3px}.panel>p,.panel-head p{color:var(--muted);font-size:11px;line-height:1.65;margin:0 0 12px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-head p{margin:0}.panel-head>a{font-size:11px;font-weight:700}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:17px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:17px 18px;min-height:106px}.metric-card>span,.metric-card>small{display:block;color:var(--muted);font-size:10px}.metric-card strong{display:block;font:800 24px Manrope,sans-serif;letter-spacing:-.8px;margin:10px 0 4px}.metric-card>small{font-size:9px}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chart-bars{height:140px;display:flex;align-items:flex-end;gap:13px;border-bottom:1px solid var(--line);padding:15px 8px 0}.chart-col{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px}.chart-col span{display:block;width:min(28px,70%);min-height:4px;border-radius:6px 6px 1px 1px;background:linear-gradient(180deg,#78b996,#287253)}.chart-col small{font-size:9px;color:var(--muted);padding-bottom:6px}.chart-caption{font-size:9px;color:#9aa49e;margin-top:10px}.order-line{display:flex;align-items:center;gap:10px;border-top:1px solid #f0f2f0;padding:11px 0}.order-line>div{flex:1;min-width:0}.order-line b,.order-line small{display:block}.order-line b{font-size:11px}.order-line small{font-size:9px;color:var(--muted);margin-top:4px}.order-line strong{font-size:11px}.avatar.soft{width:29px;height:29px;border-radius:50%;font-size:11px}.empty-state{text-align:center;padding:28px 12px}.empty-state h3{margin:7px 0;font:700 15px Manrope}.empty-state p{color:var(--muted);font-size:11px}.empty-state.compact{padding:18px}.empty-state.compact b{font-size:12px}.empty-state.compact p{margin:6px 0}.empty-icon{margin:auto;display:grid;place-items:center;border-radius:13px;background:var(--soft);color:var(--green);width:44px;height:44px;font-size:21px}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.store-card{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.store-cover{height:91px;display:flex;align-items:center;justify-content:space-between;padding:17px;color:white}.store-cover b{font:800 35px Manrope}.store-cover span{font-size:9px;font-weight:700;border:1px solid #ffffff70;background:#ffffff28;border-radius:20px;padding:5px 8px}.store-card-body{padding:14px}.store-card-body h3{font:700 13px Manrope;margin:0}.store-card-body p{margin:4px 0 15px;color:var(--muted);font-size:10px}.store-card-actions{display:flex;justify-content:space-between;gap:9px;padding-top:10px;border-top:1px solid var(--line)}.store-card-actions a{font-size:9px;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:37px;padding:0 14px;border:1px solid transparent;border-radius:8px;cursor:pointer;font-size:11px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s}.btn:hover{transform:translateY(-1px);box-shadow:0 5px 12px #163b2820}.btn.primary{background:var(--green);color:#fff}.btn.primary:hover{background:var(--green-dark)}.btn.secondary{background:#fff;border-color:#dfe6e1;color:#35483e}.btn.danger{background:#fff0ef;border-color:#f3d4d2;color:var(--danger)}.btn.small{min-height:28px;padding:0 9px;font-size:9px}.btn.full{width:100%;min-height:43px}.inline-form,.product-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;align-items:end}.product-form{grid-template-columns:repeat(3,minmax(0,1fr))}.product-form label,.inline-form label,.stack-form label,.store-picker label{display:flex;flex-direction:column;gap:6px;color:#44544a;font-size:10px;font-weight:700}.product-form input,.product-form select,.product-form textarea,.inline-form input,.inline-form select,.stack-form input,.stack-form select,.stack-form textarea,.store-picker select,.table-action select{width:100%;min-height:37px;border:1px solid #dfe6e1;border-radius:7px;padding:8px 10px;background:#fff;color:var(--ink);outline:none}.product-form textarea,.stack-form textarea{resize:vertical}.product-form input:focus,.product-form select:focus,.product-form textarea:focus,.inline-form input:focus,.stack-form input:focus{border-color:#63a889;box-shadow:0 0 0 3px #63a88920}.product-form .wide,.wide{grid-column:1/-1}.product-form button{justify-self:start}.inline-form{grid-template-columns:2fr 1.4fr 1fr auto}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{padding:10px 11px;color:#89948e;font-size:8px;letter-spacing:.8px;border-bottom:1px solid var(--line)}td{padding:11px;font-size:10px;border-bottom:1px solid #eff2ef}td small.block{display:block;color:#98a29c;font-size:9px;margin-top:4px}tbody tr:last-child td{border-bottom:0}.badge{display:inline-grid;place-items:center;border-radius:20px;min-width:21px;height:21px;background:#eff5f1;color:var(--green);font:700 10px 'DM Sans';vertical-align:middle}.stock-tag,.status-pill,.mode-pill{display:inline-block;padding:5px 8px;border-radius:20px;background:#e8f5ee;color:#26704e;font-size:9px;font-weight:700}.stock-tag.low{background:#fff4e4;color:#ad6a18}.status-pill.muted{background:#f0f2f1;color:#66736a}.mode-pill{background:#fff5e8;color:#9c681d;letter-spacing:.3px}.table-action{display:flex;align-items:center;gap:5px}.table-action select{min-height:29px;padding:4px;font-size:9px;width:95px}.alert{padding:11px 13px;border-radius:8px;margin:0 0 15px;font-size:11px;line-height:1.5}.alert.success{background:#e9f6ee;color:#276648}.alert.error{background:#fff0ef;color:#a23c3c}.alert.info{background:#eef5f9;color:#42677b}.muted-note{font-size:10px;line-height:1.65;color:var(--muted);margin-top:12px}.provider-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:7px 0 15px}.provider-card{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:9px;cursor:pointer}.provider-card:has(input:checked){border-color:#60a185;background:#f1f8f4}.provider-card input{accent-color:var(--green)}.provider-card b,.provider-card small{display:block}.provider-card b{font-size:11px}.provider-card small{font-size:9px;color:var(--muted);margin-top:3px}.secure-note{border:1px solid #e7eee9;background:#f6faf7;border-radius:9px;padding:13px;color:#526158;font-size:10px;line-height:1.65;margin:13px 0}.secure-note p{margin:5px 0}.check-list{padding-left:19px;color:#546259;font-size:11px;line-height:2}.check-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f0f2f0;font-size:11px}.check-row>b{color:var(--green);font-size:15px}.check-row em{margin-left:auto;color:var(--green);font-style:normal;font-size:9px}.check-row.pending>b,.check-row.pending em{color:#9a8060}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.feature-grid article{border:1px solid var(--line);border-radius:10px;padding:15px}.feature-grid article>span{font-size:19px;color:var(--green)}.feature-grid h3{font:700 13px Manrope;margin:8px 0}.feature-grid p{font-size:10px;line-height:1.6;color:var(--muted);min-height:45px}.feature-grid a{font-size:10px;font-weight:700}.nested-panel{margin-top:17px;background:#fbfcfb}.nested-panel h2{font-size:14px}.store-picker{margin-bottom:17px}.store-picker label{max-width:370px}.store-picker select{margin-top:2px}.page-footer{display:flex;justify-content:space-between;gap:12px;color:#9aa39d;font-size:9px;padding:10px 3px 20px}.page-footer i{font-style:normal;color:#819b8b;background:#e9f1ec;padding:3px 6px;border-radius:12px;margin-left:4px}.auth-body{min-height:100vh;background:radial-gradient(ellipse at 50% 0%,#dceee3 0,#f4f8f5 46%,#f6f7f6 100%);display:grid;place-items:center;padding:25px}.auth-shell{width:min(100%,470px)}.auth-brand{justify-content:center;padding:0 0 20px}.auth-card{background:#fff;border:1px solid #e4ebe6;border-radius:16px;padding:30px;box-shadow:0 22px 60px #183b2814}.auth-card h1{font:800 24px Manrope;letter-spacing:-.8px;margin:8px 0}.auth-card>p{color:var(--muted);font-size:12px;line-height:1.6;margin:0 0 19px}.stack-form{display:grid;gap:13px}.stack-form h2{font:700 12px Manrope;border-top:1px solid var(--line);padding-top:13px;margin:4px 0 0}.stack-form label small{font-weight:400;color:var(--muted)}.auth-switch{text-align:center;font-size:11px;color:var(--muted);margin:17px 0}.auth-switch a{font-weight:700}.auth-card .muted-note{text-align:center}.scrim{display:none}.storefront-body{background:#fbfaf7;color:#252b26}.storefront-head{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 max(6vw,20px);background:#fff;border-bottom:1px solid #eceeea}.storefront-brand{display:flex;align-items:center;gap:10px;color:#1c2923;font:800 16px Manrope}.storefront-brand span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--store-accent);color:#fff}.storefront-head>span{font-size:10px;color:var(--muted)}.storefront-wrap{max-width:1160px;margin:auto;padding:30px 24px 50px}.store-hero{min-height:270px;background:linear-gradient(120deg,#163e32,#266850);border-radius:15px;padding:44px;color:white;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:hidden;position:relative}.store-hero:after{content:'';position:absolute;width:280px;height:280px;border:1px solid #ffffff2b;border-radius:50%;right:5%;top:-50px;box-shadow:0 0 0 30px #ffffff08,0 0 0 65px #ffffff06}.store-hero .eyebrow{color:#cae0d3}.store-hero h1{font:800 clamp(30px,5vw,49px) Manrope;letter-spacing:-2px;margin:9px 0}.store-hero p{color:#deebe3;font-size:12px;margin:0 0 17px}.store-hero .btn{position:relative;z-index:1;background:white;color:#174e3d}.store-catalog-head{display:flex;align-items:flex-end;justify-content:space-between;margin:33px 0 15px}.store-catalog-head h2{font:800 22px Manrope;margin:5px 0}.store-catalog-head>span{font-size:10px;color:var(--muted)}.public-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.public-product{border:1px solid #e7e9e5;border-radius:12px;background:#fff;overflow:hidden}.public-product-art{height:145px;display:grid;place-items:center}.public-product-art span{display:grid;place-items:center;width:80px;height:80px;border-radius:25px;background:#fff;color:var(--store-accent);font:800 40px Manrope;box-shadow:0 10px 30px #183b2816}.public-product-body{padding:14px}.public-product-body>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.public-product h3{font:700 13px Manrope;margin:0}.public-product-body>div:first-child b{font-size:10px;color:var(--store-accent)}.public-product-body>p{height:33px;overflow:hidden;color:var(--muted);font-size:9px;line-height:1.5}.buy-form{border-top:1px solid #eff1ee;padding-top:10px;margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.buy-form label{display:grid;gap:4px;color:#6f7b73;font-size:8px}.buy-form input{width:100%;min-height:31px;border:1px solid #e1e6e1;border-radius:6px;padding:6px 7px;font-size:9px}.buy-form button{grid-column:1/-1;width:100%;min-height:33px}.storefront-test-note{max-width:700px;margin:23px auto 0}.storefront-footer{text-align:center;background:white;border-top:1px solid #e8ebe8;padding:20px;font-size:10px;color:#7f8982}
@media(max-width:1100px){.sidebar{width:245px}.main-area{margin-left:245px}.content-area{padding:25px 24px}.store-grid{grid-template-columns:repeat(2,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.sidebar{transform:translateX(-102%);transition:transform .22s ease;width:min(82vw,290px);box-shadow:none}.sidebar.open{transform:translateX(0);box-shadow:15px 0 40px #13251c20}.main-area{margin-left:0}.menu-button{display:block}.topbar{height:56px;padding:0 16px;justify-content:flex-start;gap:14px}.top-help{display:none}.top-actions{margin-left:auto}.content-area{padding:23px 15px}.page-title-row{align-items:flex-start;gap:10px;flex-direction:column}.page-title-row h1{font-size:24px}.page-title-row p{font-size:11px}.metric-grid{gap:9px}.metric-card{padding:13px;min-height:95px}.metric-card strong{font-size:20px}.grid-two{grid-template-columns:1fr}.store-grid{grid-template-columns:1fr}.inline-form,.product-form{grid-template-columns:1fr 1fr}.product-form .wide{grid-column:1/-1}.inline-form .btn{grid-column:1/-1}.provider-grid,.feature-grid{grid-template-columns:1fr}.panel{padding:16px}.panel-head{align-items:flex-start;flex-wrap:wrap}.page-footer{flex-direction:column}.scrim.open{display:block;position:fixed;inset:0;background:#0e20184d;z-index:15}.public-product-grid{grid-template-columns:repeat(2,1fr)}.storefront-wrap{padding:20px 14px}.store-hero{min-height:245px;padding:27px}.storefront-head{padding:0 16px}.storefront-head>span{max-width:45%;text-align:right;font-size:9px}.auth-card{padding:23px}.breadcrumbs{font-size:10px}}@media(max-width:430px){.metric-grid{grid-template-columns:1fr 1fr}.metric-card strong{font-size:18px}.inline-form,.product-form{grid-template-columns:1fr}.product-form .wide{grid-column:auto}.public-product-grid{grid-template-columns:1fr}.public-product-art{height:165px}.store-hero h1{font-size:34px}.provider-grid{grid-template-columns:1fr}.page-title-row .btn{width:100%}}
.public-page{max-width:850px;margin:30px auto;min-height:320px;padding:clamp(25px,5vw,55px)}.public-page h1{font:800 clamp(29px,4vw,43px) Manrope;letter-spacing:-1.5px;margin:9px 0 25px}.public-page-body{font-size:14px;line-height:1.9;color:#49564e;white-space:normal}

.sidebar-create-store{display:flex;justify-content:center;margin:0 20px 14px;min-height:38px}.page-title-row>.btn{flex-shrink:0}.empty-state .btn{margin-top:8px}

.nav-heading-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;padding:8px 10px;color:#89948e;font-size:9px;letter-spacing:1px;font-weight:700;text-align:left;cursor:pointer}.nav-heading-toggle:hover{color:var(--green-dark)}.nav-chevron{font-size:14px;line-height:1;transition:transform .16s}.nav-heading-toggle[aria-expanded="true"] .nav-chevron{transform:rotate(180deg)}.nav-submenu[hidden]{display:none}.nav-submenu .nav-link{padding-left:10px}.sidebar-create-store{flex:none}.nav-heading-toggle:focus-visible,.nav-link:focus-visible,.menu-button:focus-visible,.btn:focus-visible{outline:3px solid #72b796;outline-offset:2px}
@media(max-width:760px){.page-title-row>.btn{width:100%;min-height:44px}.nav-link{min-height:42px}.nav-heading-toggle{min-height:38px}}

/* Additional commerce workspace controls */
.draft-line{display:grid;grid-template-columns:minmax(0,2fr) minmax(100px,1fr);gap:14px;align-items:end;grid-column:1/-1;padding:14px;border:1px solid var(--line,#e4e8e5);border-radius:14px;background:#fbfcfb}.draft-line label{margin:0}.settings-section-label{font-weight:750;color:#45564f;border-bottom:1px solid var(--line,#e4e8e5);padding:12px 0 8px;margin-top:8px}.panel-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.table-action input[type=number]{width:100px}.product-form[id=page-editor]{scroll-margin-top:30px}
@media(max-width:680px){.draft-line{grid-template-columns:1fr}.panel-actions{width:100%}.panel-actions .btn{flex:1;text-align:center}}
.quick-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quick-action-grid a{display:flex;flex-direction:column;gap:6px;padding:15px;border:1px solid var(--line,#e4e8e5);border-radius:13px;color:inherit;text-decoration:none;background:#fff}.quick-action-grid a:hover{border-color:#83a99a;background:#f8fbf9}.quick-action-grid small{color:var(--muted,#718078);line-height:1.45}@media(max-width:760px){.quick-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.quick-action-grid{grid-template-columns:1fr}}
.report-list{display:grid;gap:8px}.report-list>a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px;border:1px solid var(--line,#e4e8e5);border-radius:12px;text-decoration:none;color:inherit}.report-list>a:hover{background:#f7faf8}.report-list span{display:flex;flex-direction:column;gap:4px}.report-list small{color:var(--muted,#718078)}.report-list em{font-style:normal;font-size:.8rem;padding:5px 9px;border-radius:999px;background:#eef3f0;color:#496358}
.live-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#18a875;box-shadow:0 0 0 5px #e6f6ef;margin-right:8px}.live-layout{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.5fr);gap:18px;align-items:start}.live-map-placeholder{min-height:270px;border:1px solid var(--line,#e4e8e5);border-radius:15px;background:radial-gradient(circle at 50% 45%,#ecf7f4,#f6faf8 65%,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:20px}.live-map-placeholder span{font-size:3rem;color:#18886f}.live-map-placeholder small{color:var(--muted,#718078)}@media(max-width:800px){.live-layout{grid-template-columns:1fr}}
.app-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.app-market-grid article{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;border:1px solid var(--line,#e4e8e5);border-radius:15px;background:#fff}.app-market-grid article>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#edf5f1;color:#1f6b55;font-size:1.2rem}.app-market-grid article p{margin:0 0 auto;color:var(--muted,#718078);line-height:1.55}.app-market-grid .btn{margin-top:10px}@media(max-width:650px){.app-market-grid{grid-template-columns:1fr}}
