:root{--bg:#f7f8fa;--panel:#fff;--panel-soft:#f1f4f7;--text:#15202b;--muted:#667281;--line:#d9e0e7;--brand:#176b87;--brand-dark:#0f4f64;--accent:#c76f2a;--green:#27745f;--red:#b94747;--shadow:0 16px 40px #15202b14}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{background:linear-gradient(180deg, #176b8714, transparent 420px), var(--bg);min-height:100vh}.site-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f8fae0;border-bottom:1px solid #d9e0e7d1;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;max-width:1180px;margin:0 auto;padding:16px 24px;display:flex}.brand{align-items:center;gap:10px;font-weight:760;display:flex}.brand-mark{background:var(--brand);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.nav-links{align-items:center;gap:6px;display:flex}.nav-links a{color:var(--muted);border-radius:8px;padding:9px 12px}.nav-links a:hover{background:var(--panel-soft);color:var(--text)}.container{max-width:1180px;margin:0 auto;padding:32px 24px 64px}.hero{grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:28px;padding:40px 0 28px;display:grid}.hero h1{max-width:760px;margin:0;font-size:clamp(40px,7vw,72px);line-height:.96}.hero p{max-width:670px;color:var(--muted);margin:18px 0 0;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{background:var(--brand);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;font-weight:680;display:inline-flex}.button:hover{background:var(--brand-dark)}.button.secondary{border-color:var(--line);background:var(--panel);color:var(--text)}.button.secondary:hover{background:var(--panel-soft)}.button.disabled{cursor:not-allowed;opacity:.58}.stat-panel{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:8px;align-content:center;gap:12px;padding:24px;display:grid}.stat-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding-bottom:12px;display:flex}.stat-row:last-child{border-bottom:0;padding-bottom:0}.stat-row span{color:var(--muted)}.stat-row strong{font-size:22px}.section{margin-top:34px}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px;display:flex}.section-head h2,.page-title h1{margin:0}.section-head p,.page-title p{color:var(--muted);margin:8px 0 0}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;flex-direction:row;min-height:210px;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);border-color:#176b8773}.cover{background:var(--panel-soft);flex-direction:column;flex:0 0 188px;justify-content:space-between;align-items:center;width:188px;min-height:100%;padding:18px;display:flex}.cover img{width:68px;height:68px}.type-pill,.status-pill{color:var(--brand-dark);background:#176b871a;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:740;display:inline-flex}.status-pill{color:var(--green);background:#27745f1c}.status-pill.archived{color:var(--red);background:#b947471c}.product-body{flex-direction:column;flex:1;min-width:0;padding:18px 18px 16px;display:flex}.product-body h3{margin:0 0 8px;font-size:20px}.product-body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.58;display:-webkit-box;overflow:hidden}.meta{color:var(--muted);flex-wrap:wrap;gap:8px;margin-top:16px;font-size:13px;display:flex}.card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.filters{grid-template-columns:minmax(220px,1fr) 170px 170px 130px;gap:10px;margin:24px 0;display:grid}.input,.select,.textarea{border:1px solid var(--line);background:var(--panel);width:100%;min-height:42px;color:var(--text);border-radius:8px;padding:10px 12px}.textarea{resize:vertical;min-height:120px}.detail-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:22px;display:grid}.panel{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:22px}.detail-hero{align-items:center;gap:20px;margin-bottom:22px;display:flex}.detail-hero img{width:86px;height:86px}.detail-hero h1{margin:0 0 8px}.stack{gap:16px;display:grid}.release-table{border-collapse:collapse;width:100%}.release-table th,.release-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 8px}.release-table th{color:var(--muted);font-size:13px;font-weight:720}.admin-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:22px;display:grid}.admin-sidebar{border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:8px;padding:12px;display:grid;position:sticky;top:88px}.admin-sidebar a{color:var(--muted);border-radius:8px;padding:11px 12px}.admin-sidebar a:hover{background:var(--panel-soft);color:var(--text)}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.metric{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:18px}.metric span{color:var(--muted);font-size:13px}.metric strong{margin-top:8px;font-size:28px;display:block}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid .full{grid-column:1/-1}.store-shell{background:linear-gradient(180deg, #176b871f, #f7f8fa00 460px), var(--bg)}.store-nav{max-width:1280px}.nav-search{min-width:240px}.nav-search .input{background:#ffffffd6;min-height:38px}.store-hero{border:1px solid var(--line);background:linear-gradient(135deg, #176b87eb, #27745fdb), var(--brand);color:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) 380px;align-items:stretch;gap:28px;min-height:390px;padding:42px;display:grid;overflow:hidden}.store-hero .type-pill{color:#fff;background:#ffffff29}.hero-copy{flex-direction:column;justify-content:center;display:flex}.hero-copy h1{margin:16px 0 0;font-size:clamp(42px,7vw,78px);line-height:.96}.hero-copy p{color:#ffffffd1;max-width:720px;margin:18px 0 0;font-size:18px;line-height:1.7}.hero-product-art{text-align:center;background:#ffffff1c;border:1px solid #fff3;border-radius:8px;align-content:center;justify-items:center;gap:22px;padding:26px;display:grid}.hero-product-art img{filter:drop-shadow(0 18px 36px #00000038);width:150px;height:150px}.hero-product-art strong,.hero-product-art span{display:block}.hero-product-art strong{font-size:28px}.hero-product-art span{color:#ffffffc7;margin-top:8px}.store-filters{grid-template-columns:minmax(240px,1fr) 190px 170px 120px}.store-card{cursor:pointer}.product-cover{background-position:50%;background-size:cover;flex-basis:210px;width:210px;min-height:100%}.product-cover img{border-radius:8px;box-shadow:0 12px 24px #15202b2e}.horizontal-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.mini-product,.hot-list button,.hot-list a,.category-tile{border:1px solid var(--line);background:var(--panel);color:var(--text);cursor:pointer;border-radius:8px}.mini-product{text-align:left;align-items:center;gap:14px;min-height:86px;padding:14px;display:flex}.mini-product:hover,.hot-list button:hover,.hot-list a:hover,.category-tile:hover{box-shadow:var(--shadow);border-color:#176b8773}.mini-product img{width:52px;height:52px}.mini-product strong,.mini-product small{display:block}.mini-product small,.hot-list small,.category-tile span{color:var(--muted)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.category-tile{text-align:left;min-height:130px;padding:20px}.category-tile strong{margin-bottom:10px;font-size:22px;display:block}.hot-panel{padding:10px}.hot-list{gap:8px;margin:0;padding:0;list-style-position:inside;display:grid}.hot-list li{color:var(--muted)}.hot-list button,.hot-list a{text-align:left;justify-content:space-between;align-items:center;gap:18px;width:calc(100% - 28px);margin-left:10px;padding:14px;display:inline-flex}.hot-list span,.hot-list small{display:block}.product-detail-page{gap:18px;display:grid}.detail-cover{border:1px solid var(--line);background-position:50%;background-size:cover;border-radius:8px;align-items:end;min-height:260px;padding:24px;display:flex;overflow:hidden}.detail-cover img{border-radius:8px;width:104px;height:104px;box-shadow:0 16px 34px #15202b3d}.detail-main p{color:var(--muted);line-height:1.72}.screenshot-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.screenshot-strip img{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;width:100%}.download-box{position:sticky;top:88px}.download-facts{gap:10px;display:grid}.download-facts div{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding-top:10px;display:flex}.download-facts span{color:var(--muted)}.admin-entry{margin-top:48px}.admin-entry>details>summary{cursor:pointer;color:var(--muted);font-weight:680}.admin-panel{gap:16px;margin-top:16px;display:grid}@media (max-width:900px){.hero,.store-hero,.detail-layout,.admin-layout,.grid,.metrics,.horizontal-list,.category-grid,.filters,.store-filters,.form-grid{grid-template-columns:1fr}}@media (max-width:640px){.nav{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.container{padding:24px 16px 48px}.grid,.metrics,.horizontal-list,.category-grid,.screenshot-strip{grid-template-columns:1fr}.product-card{flex-direction:column;min-height:0}.cover,.product-cover{flex-direction:row;flex-basis:auto;width:100%;min-height:148px}.section-head{flex-direction:column;align-items:start}}.os-page{background:linear-gradient(#ffffffb8,#ffffffb8),linear-gradient(90deg,#3663ff0f 1px,#0000 1px) 0 0/44px 44px,linear-gradient(#3663ff0f 1px,#0000 1px) 0 0/44px 44px,radial-gradient(circle at 18% 18%,#7ac6ff57,#0000 34%),radial-gradient(circle at 82% 12%,#c6b5ff4d,#0000 32%),radial-gradient(circle at 72% 86%,#a3efd742,#0000 34%),#f7faff;min-height:100vh;padding:clamp(18px,4vw,52px);position:relative;overflow:hidden}.os-page:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffffb8,#ffffff2e);position:absolute;inset:0}.os-tablet{z-index:1;-webkit-backdrop-filter:blur(28px)saturate(1.3);backdrop-filter:blur(28px)saturate(1.3);background:linear-gradient(145deg,#ffffffad,#ffffff57);border:1px solid #ffffffbd;border-radius:34px;gap:24px;width:min(1360px,100%);min-height:calc(100vh - clamp(36px,8vw,104px));margin:0 auto;padding:clamp(18px,3vw,34px);display:grid;position:relative;box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #fff6,0 34px 90px #2d4b8229}.os-topbar{justify-content:space-between;align-items:center;gap:22px;display:flex}.os-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.os-kicker{color:#34435b99;margin:0 0 6px;font-size:13px;font-weight:760}.os-topbar h1{color:#172033;margin:0;font-size:clamp(28px,4vw,44px);line-height:1}.segmented{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff6b;border:1px solid #fffc;border-radius:999px;gap:4px;padding:5px;display:inline-flex;box-shadow:inset 0 1px #ffffffe6,0 12px 30px #4d608c1a}.segment{color:#222f46a8;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:86px;padding:10px 16px;font-weight:760}.segment.active{color:#172033;background:#ffffffdb;box-shadow:0 8px 24px #2d4b821f}.platform-segmented .segment{min-width:78px}.publish-trigger,.account-trigger{color:#172033;cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffffb8,#ffffff57);border:1px solid #fffc;border-radius:999px;min-height:44px;padding:0 20px;font-weight:780;box-shadow:inset 0 1px #ffffffeb,0 12px 30px #4d608c1c}.account-trigger{color:#172033c2}.os-hero{background:linear-gradient(135deg,#ffffffb8,#ffffff5c),radial-gradient(circle at 20% 20%,#5da8ff2e,#0000 36%),radial-gradient(circle at 84% 48%,#9980ff29,#0000 34%);border:1px solid #ffffffc2;border-radius:26px;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:24px;padding:clamp(20px,3vw,34px);display:grid;box-shadow:inset 0 1px #ffffffeb}.os-chip{color:#1e3456b8;background:#ffffff8c;border:1px solid #ffffffd1;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:780;display:inline-flex}.os-hero h2{color:#162033;max-width:760px;margin:18px 0 0;font-size:clamp(34px,6vw,66px);line-height:1.02}.os-hero p{color:#253652ad;max-width:680px;margin:16px 0 0;font-size:17px;line-height:1.75}.orbital-stack{justify-self:end;width:240px;height:180px;position:relative}.orbital-stack span{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff6b;border:1px solid #ffffffc2;border-radius:30px;position:absolute;box-shadow:inset 0 1px #ffffffe6,0 18px 38px #3d56871f}.orbital-stack span:first-child{inset:22px 46px 38px 20px}.orbital-stack span:nth-child(2){inset:48px 18px 16px 58px}.orbital-stack span:nth-child(3){border-radius:24px;inset:0 76px 92px 72px}.library-view{min-height:360px}.all-view{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.collection-card,.single-panel{-webkit-backdrop-filter:blur(22px)saturate(1.24);backdrop-filter:blur(22px)saturate(1.24);background:linear-gradient(145deg,#ffffffa3,#ffffff4d);border:1px solid #ffffffc7;border-radius:28px;box-shadow:inset 0 1px #ffffffeb,0 18px 50px #2d4b821c}.collection-card{padding:20px}.collection-head,.single-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.collection-head span,.single-head span{color:#273a588c;font-size:12px;font-weight:780}.collection-head h3,.single-head h3{color:#172033;margin:4px 0 0;font-size:22px}.collection-head strong,.single-head strong{color:#222f46b8;background:#ffffff94;border:1px solid #ffffffd1;border-radius:999px;place-items:center;min-width:44px;height:34px;font-size:13px;display:inline-grid}.icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.app-tile{cursor:pointer;background:#ffffff57;border:1px solid #ffffff9e;border-radius:22px;gap:10px;min-width:0;padding:12px;transition:transform .18s,box-shadow .18s,background .18s;display:grid;box-shadow:inset 0 1px #ffffffd1}.app-tile:hover{background:#ffffff80;transform:translateY(-2px);box-shadow:inset 0 1px #ffffffe6,0 14px 30px #2d4b821c}.app-tile.wide{grid-template-columns:76px minmax(0,1fr);align-items:center;min-height:116px;padding:18px}.app-icon{background:linear-gradient(135deg, var(--from), var(--to)), #fff;border-radius:18px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff94,0 12px 24px #2b416e29}.app-tile.wide .app-icon{border-radius:20px;width:68px;height:68px}.app-icon span{color:#fff;text-shadow:0 1px 8px #00000029;font-size:17px;font-weight:850}.app-icon.image-icon{background:#ffffffad}.app-icon.image-icon img{object-fit:cover;width:100%;height:100%}.app-tile h4{color:#172033;margin:6px 0 0;font-size:15px}.platform-badge{color:#222f469e;background:#ffffff7a;border:1px solid #ffffffb8;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:780;display:inline-flex}.app-tile p{color:#2a39529e;margin:4px 0 0;font-size:12px;line-height:1.45}.single-view{display:block}.single-panel{padding:clamp(20px,3vw,32px)}.wide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modal-layer{z-index:30;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#e4ecf96b;place-items:center;padding:18px;transition:opacity .18s;display:grid;position:fixed;inset:0}.modal-layer.open{opacity:1;pointer-events:auto}.app-modal{-webkit-backdrop-filter:blur(30px)saturate(1.25);backdrop-filter:blur(30px)saturate(1.25);background:linear-gradient(145deg,#ffffffc7,#ffffff6b),#ffffff80;border:1px solid #ffffffc7;border-radius:34px;width:min(860px,100%);max-height:min(860px,100vh - 36px);padding:clamp(20px,3vw,34px);transition:transform .18s;position:relative;overflow:auto;transform:translateY(10px)scale(.98);box-shadow:inset 0 1px #fffffff5,0 38px 100px #2b416e33}.modal-layer.open .app-modal{transform:translateY(0)scale(1)}.modal-close{color:#172033bd;cursor:pointer;background:#ffffff94;border:1px solid #ffffffc7;border-radius:50%;place-items:center;width:36px;height:36px;font-size:24px;line-height:1;display:grid;position:absolute;top:18px;right:18px}.detail-app-head{grid-template-columns:116px minmax(0,1fr);align-items:center;gap:22px;padding-right:48px;display:grid}.app-icon.jumbo{border-radius:30px;width:112px;height:112px}.app-icon.jumbo span{font-size:30px}.detail-tag{color:#222f46ad;background:#ffffff94;border:1px solid #ffffffd1;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:780;display:inline-flex}.detail-app-head h2,.publish-head h2{color:#172033;margin:12px 0 0;font-size:clamp(30px,5vw,52px);line-height:1.02}.detail-app-head p,.detail-app-head small,.publish-head p{color:#2a3952a3}.detail-app-head p{margin:10px 0 6px;font-size:17px}.detail-sections{gap:18px;margin-top:28px;display:grid}.detail-sections section{background:#ffffff57;border:1px solid #ffffff9e;border-radius:22px;padding:18px}.detail-sections h3{color:#172033;margin:0 0 10px}.detail-sections p{color:#2a3952a8;margin:0;line-height:1.68}.feature-pills{flex-wrap:wrap;gap:8px;display:flex}.feature-pills span{color:#222f46b8;background:#ffffff7a;border:1px solid #ffffffb8;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:720}.preview-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.preview-row span{aspect-ratio:16/9;background:linear-gradient(135deg, var(--from), var(--to)), #fff6;border:1px solid #ffffffad;border-radius:22px;min-height:0;box-shadow:inset 0 1px #ffffff9e}.uploaded-screenshot{aspect-ratio:16/9;cursor:pointer;object-fit:cover;background:#ffffff6b;border:1px solid #ffffffad;border-radius:22px;grid-column:1/-1;width:100%;min-height:0;max-height:none;transition:opacity .16s,transform .16s;box-shadow:inset 0 1px #ffffffb8,0 14px 32px #2b416e1f}.uploaded-screenshot:active{opacity:.82;transform:scale(.992)}.preview-dots{justify-content:center;gap:7px;margin-top:12px;display:flex}.preview-dots button{cursor:pointer;background:#30466e38;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:background .16s,width .16s}.preview-dots button.active{background:#2877ffad;width:24px}.detail-footer{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff8f;border-top:1px solid #ffffffad;margin:24px -34px -34px;padding:18px 34px;position:sticky;bottom:-34px}.install-button,.publish-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d74ff,#6aa8ff);border:0;border-radius:999px;width:100%;min-height:52px;font-size:16px;font-weight:820;box-shadow:0 16px 34px #1d74ff38}.install-button.loading{background:linear-gradient(135deg,#6f8fbf,#9eb8df)}.install-button.installed{background:linear-gradient(135deg,#10a37f,#7bdcbd)}.publish-head{padding-right:44px}.publish-head p{margin:12px 0 0;line-height:1.65}.publish-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.publish-form label{color:#222f46b8;font-size:13px;font-weight:760}.subscription-toggle{background:#ffffff57;border:1px solid #ffffff9e;border-radius:18px;align-items:center;gap:10px;padding:12px 14px;display:flex}.subscription-toggle input{width:18px;height:18px}.auth-code-button{width:100%;margin-top:21px}.form-note{color:#2a39529e;margin:0;font-size:13px;line-height:1.55}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 16px;display:grid}.payment-methods button{color:#172033;cursor:pointer;background:#ffffff6b;border:1px solid #ffffffbd;border-radius:20px;min-height:58px;font-weight:800;box-shadow:inset 0 1px #ffffffd1}.payment-methods button.active{background:linear-gradient(135deg,#2877ff29,#ffffff9e);border-color:#2877ff6b;box-shadow:inset 0 1px #ffffffe6,0 12px 28px #2877ff1f}.publish-form .full{grid-column:1/-1}.glass-input{color:#172033;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff73;border:1px solid #ffffffb8;border-radius:16px;outline:none;width:100%;min-height:46px;margin-top:8px;padding:12px 14px;display:block}textarea.glass-input{resize:vertical;min-height:96px}.upload-card{cursor:pointer;text-align:center;background:linear-gradient(145deg,#ffffff8c,#ffffff47),#ffffff5c;border:1px dashed #526fa352;border-radius:24px;place-items:center;min-height:170px;padding:22px;display:grid}.asset-upload-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.asset-upload-row .upload-card{min-height:150px}.icon-upload .upload-icon{color:#7048ff}.screenshot-upload .upload-icon{color:#10a37f}.upload-card input{display:none}.screenshot-uploader{align-content:center}.screenshot-slots{grid-template-columns:repeat(5,36px);justify-content:center;gap:8px;margin-top:12px;display:grid}.screenshot-slots label{color:#222f469e;cursor:pointer;background:#ffffff75;border:1px solid #ffffffbd;border-radius:12px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:820;display:grid;box-shadow:inset 0 1px #ffffffc7}.screenshot-slots label.filled{color:#fff;background:linear-gradient(135deg,#10a37fe0,#7bdcbde6)}.screenshot-slots input{display:none}.upload-icon{color:#2877ff;background:linear-gradient(135deg,#edf5ff,#fff);border-radius:18px;place-items:center;width:54px;height:54px;font-size:24px;font-weight:900;display:grid;box-shadow:inset 0 1px #fff,0 10px 24px #2d4b821f}.upload-card strong{color:#172033}.upload-card small{color:#2a395294}@media (max-width:1060px){.all-view{grid-template-columns:1fr}.icon-grid,.wide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:780px){.os-page{padding:12px}.os-tablet{border-radius:24px}.os-topbar,.os-hero{grid-template-columns:1fr}.os-topbar{flex-direction:column;align-items:stretch}.segmented{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.os-actions{flex-direction:column;align-items:stretch}.segment{min-width:0;padding-inline:10px}.orbital-stack{display:none}.icon-grid,.wide-grid,.publish-form,.asset-upload-row,.detail-app-head,.preview-row,.payment-methods{grid-template-columns:1fr}.detail-app-head{padding-right:44px}}@media (max-width:520px){.app-tile.wide{grid-template-columns:1fr}}
