/* Fácil Shop 4.5.0 — experiencia premium, comparador, licencias y entregas. */
:root{--market-ink:#17152b;--market-muted:#6d7185;--market-border:#e7e8f1;--market-surface:#fff;--market-soft:#f6f7fb;--market-shadow:0 24px 70px rgba(30,24,77,.12)}
.marketplace-page,.premium-product-page,.download-error-page{background:#f7f8fc;color:var(--market-ink)}
.marketplace-mini-hero{padding:64px 0;background:linear-gradient(135deg,#17122f,#423289 64%,#6450bd);color:#fff}
.marketplace-mini-hero h1{margin:8px 0 12px;font-size:clamp(2.1rem,4vw,4rem)}
.marketplace-mini-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.8)}
.marketplace-account-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;margin-bottom:22px;border:1px solid var(--market-border);border-radius:24px;background:linear-gradient(145deg,#fff,#f9f7ff)}
.marketplace-account-heading h2{margin:4px 0 7px;font-size:clamp(1.55rem,3vw,2.3rem)}
.marketplace-account-heading p{margin:0;color:var(--market-muted)}
.marketplace-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.marketplace-product-card{overflow:hidden;border:1px solid var(--market-border);border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(31,26,75,.08);transition:.22s transform,.22s box-shadow}
.marketplace-product-card:hover{transform:translateY(-5px);box-shadow:var(--market-shadow)}
.marketplace-product-card-media{position:relative;display:block;aspect-ratio:16/10;padding:18px;background:linear-gradient(145deg,#f2f4fb,#ebe7fa)}
.marketplace-product-card-media img{width:100%;height:100%;object-fit:contain;border-radius:14px}
.marketplace-product-card-media>span{position:absolute;left:12px;bottom:12px;padding:6px 9px;border-radius:999px;background:rgba(23,18,47,.86);color:#fff;font-size:.7rem;font-weight:800}
.marketplace-product-card-media>b{position:absolute;right:12px;top:12px;padding:6px 9px;border-radius:999px;background:var(--fs-secondary);color:#fff;font-size:.66rem}
.marketplace-product-card-body{padding:19px}.marketplace-product-card-body>a{text-decoration:none;color:inherit}.marketplace-product-card h3{margin:0 0 8px;font-size:1.08rem}.marketplace-product-card p{min-height:48px;margin:0;color:var(--market-muted);font-size:.9rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.marketplace-product-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:18px}.marketplace-product-card-bottom>div:first-child{display:grid;gap:2px}.marketplace-product-card-bottom small{color:var(--market-muted)}.marketplace-product-card-bottom strong{font-size:1.18rem}.marketplace-product-card-bottom del{font-size:.78rem;color:#999}
.marketplace-product-card-actions{display:flex;gap:7px}.marketplace-product-card-actions form{margin:0}.marketplace-product-card-actions button,.marketplace-product-card-actions a{display:grid;place-items:center;width:37px;height:37px;border:1px solid var(--market-border);border-radius:11px;background:#fff;color:var(--fs-primary);font-size:1.1rem;text-decoration:none;cursor:pointer}.marketplace-product-card-actions button:hover,.marketplace-product-card-actions a:hover{background:var(--fs-primary);color:#fff}
.marketplace-empty{display:grid;justify-items:center;text-align:center;padding:64px 24px;border:1px dashed #cfcbe2;border-radius:26px;background:#fff}.marketplace-empty>span{display:grid;place-items:center;width:70px;height:70px;border-radius:22px;background:#f0edff;color:var(--fs-primary);font-size:2rem}.marketplace-empty.compact{padding:24px}.marketplace-empty h2,.marketplace-empty h3{margin:14px 0 6px}.marketplace-empty p{max-width:620px;color:var(--market-muted)}
.comparison-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.comparison-scroll{overflow:auto;border:1px solid var(--market-border);border-radius:22px;background:#fff}.comparison-table{min-width:900px;width:100%;border-collapse:separate;border-spacing:0}.comparison-table th,.comparison-table td{padding:16px;border-right:1px solid var(--market-border);border-bottom:1px solid var(--market-border);vertical-align:top}.comparison-table thead th{min-width:210px;background:#fafaff;text-align:center}.comparison-table thead th:first-child{min-width:190px;text-align:left}.comparison-table thead img{display:block;width:130px;height:90px;margin:0 auto 12px;object-fit:contain}.comparison-table thead a{display:block;color:var(--market-ink);font-weight:800;text-decoration:none}.comparison-table thead strong{display:block;margin-top:8px;color:var(--fs-primary)}.comparison-remove{text-align:right}.comparison-remove button{border:0;background:transparent;font-size:1.3rem;cursor:pointer}.comparison-group th{background:#2b2264;color:#fff;text-align:left}.comparison-table tr.is-highlighted td,.comparison-table tr.is-highlighted th{background:#fff9f4}
/* Landing premium */
.premium-product-hero{position:relative;isolation:isolate;overflow:hidden;padding:86px 0 76px;color:#fff;background:linear-gradient(125deg,#100c27 5%,#291f62 55%,#423289)}
.premium-product-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--product-hero-image);background-position:center;background-size:cover;opacity:.17;filter:blur(1px) saturate(1.15)}.premium-product-hero-shade{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 77% 45%,rgba(9,138,237,.25),transparent 34%),linear-gradient(90deg,rgba(15,10,38,.97) 0%,rgba(32,22,77,.88) 57%,rgba(66,50,137,.62) 100%)}
.premium-product-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;align-items:center}.premium-product-badges{display:flex;flex-wrap:wrap;gap:8px}.premium-product-badges>*{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);font-style:normal;font-size:.72rem;font-weight:850}.premium-product-badges b{background:var(--fs-secondary);border-color:transparent}.premium-product-hero h1{max-width:850px;margin:18px 0 18px;font-size:clamp(2.7rem,5.6vw,5.7rem);line-height:.98;letter-spacing:-.045em}.premium-product-hero-copy>p{max-width:730px;font-size:1.12rem;line-height:1.7;color:rgba(255,255,255,.79)}.premium-product-meta{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.premium-product-meta span{padding:7px 11px;border-radius:9px;background:rgba(255,255,255,.1);font-size:.78rem}.premium-product-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:28px}.premium-product-hero-actions form{margin:0}.premium-icon-action{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:13px;background:rgba(255,255,255,.08);color:#fff;font-size:1.15rem;cursor:pointer}.premium-icon-action.is-active,.premium-icon-action:hover{background:var(--fs-secondary);border-color:var(--fs-secondary)}.premium-product-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;font-size:.79rem;color:rgba(255,255,255,.73)}
.premium-product-hero-media{position:relative;min-width:0}.premium-product-device-frame{padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.04));box-shadow:0 40px 90px rgba(0,0,0,.35);transform:perspective(1000px) rotateY(-5deg)}.premium-product-device-frame img{display:block;width:100%;aspect-ratio:16/10;object-fit:contain;border-radius:18px;background:#f5f6fb}.premium-product-floating-stat{position:absolute;right:-18px;bottom:-20px;display:grid;padding:15px 20px;border-radius:17px;background:#fff;color:var(--market-ink);box-shadow:0 20px 55px rgba(0,0,0,.28)}.premium-product-floating-stat small{color:var(--market-muted)}.premium-product-floating-stat strong{font-size:1.25rem;color:var(--fs-primary)}
.premium-product-section-nav{position:sticky;top:0;z-index:48;border-bottom:1px solid var(--market-border);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.premium-product-section-nav .container{display:flex;gap:7px;overflow:auto;padding-top:10px;padding-bottom:10px}.premium-product-section-nav a{white-space:nowrap;padding:9px 13px;border-radius:10px;color:#4d4d61;font-size:.84rem;font-weight:750;text-decoration:none}.premium-product-section-nav a:hover{background:#f0edfb;color:var(--fs-primary)}
.premium-product-content-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.6fr);gap:32px}.premium-section-heading{display:flex;gap:16px;align-items:flex-start;margin-bottom:30px}.premium-section-heading>span{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:15px;background:#ece8fa;color:var(--fs-primary);font-weight:900}.premium-section-heading small{font-size:.7rem;letter-spacing:.16em;color:var(--fs-secondary);font-weight:900}.premium-section-heading h2{margin:3px 0 7px;font-size:clamp(1.8rem,3.7vw,3.2rem);line-height:1.08}.premium-section-heading p{margin:0;color:var(--market-muted)}.premium-section-heading.compact h2{font-size:1.8rem}.premium-rich-content{color:#444759;line-height:1.85;font-size:1.03rem}.premium-product-facts{align-self:start;padding:26px;border:1px solid var(--market-border);border-radius:22px;background:#fff;box-shadow:0 17px 48px rgba(36,29,87,.08)}.premium-product-facts h3{margin-top:0}.premium-product-facts dl{display:grid;margin:0}.premium-product-facts dl div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #eee}.premium-product-facts dt{color:var(--market-muted)}.premium-product-facts dd{margin:0;text-align:right;font-weight:750}.premium-fact-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}.premium-fact-tags span{padding:6px 9px;border-radius:999px;background:#f1eff9;font-size:.72rem}.premium-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.premium-highlight-grid article{display:grid;padding:18px;border:1px solid var(--market-border);border-radius:17px;background:#fff}.premium-highlight-grid article.is-highlighted{border-color:#f1b689;background:#fff8f2}.premium-highlight-grid small,.premium-highlight-grid span{color:var(--market-muted);font-size:.73rem}.premium-highlight-grid strong{margin:5px 0;font-size:1.13rem}
.premium-feature-section{background:#fff}.premium-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.premium-feature-grid article{display:flex;gap:13px;padding:22px;border:1px solid var(--market-border);border-radius:19px;background:#fff}.premium-feature-grid article>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;background:#eaf8f0;color:#16834a;font-weight:900}.premium-feature-grid h3{margin:1px 0 7px;font-size:1rem}.premium-feature-grid p{margin:0;color:var(--market-muted);line-height:1.6}
.premium-gallery{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;gap:12px;align-items:center}.premium-gallery>button{width:48px;height:48px;border:1px solid var(--market-border);border-radius:50%;background:#fff;font-size:2rem;color:var(--fs-primary);cursor:pointer}.premium-gallery-stage{overflow:hidden;padding:20px;border-radius:25px;background:linear-gradient(145deg,#eceff8,#fafbff);box-shadow:var(--market-shadow)}.premium-gallery-stage img{display:block;width:100%;max-height:620px;object-fit:contain}.premium-gallery-thumbs{grid-column:1/-1;display:flex;gap:10px;overflow:auto;padding:8px 0}.premium-gallery-thumbs button{flex:0 0 120px;height:75px;padding:5px;border:2px solid transparent;border-radius:13px;background:#fff;cursor:pointer}.premium-gallery-thumbs button.is-active{border-color:var(--fs-primary)}.premium-gallery-thumbs img{width:100%;height:100%;object-fit:contain}
.premium-demo-section{background:linear-gradient(150deg,#191331,#332775);color:#fff}.premium-demo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.premium-demo-grid article{display:flex;flex-direction:column;padding:25px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.08)}.premium-demo-grid article>div>span{font-size:.69rem;letter-spacing:.12em;color:#b7dfff}.premium-demo-grid h3{margin:8px 0}.premium-demo-grid p{color:rgba(255,255,255,.7);line-height:1.6}.premium-demo-grid dl{margin:auto 0 18px;padding:12px;border-radius:13px;background:rgba(0,0,0,.17)}.premium-demo-grid dl div{display:flex;justify-content:space-between;gap:14px}.premium-demo-grid dd{margin:0;font-family:monospace}.premium-demo-section .premium-section-heading>span{background:rgba(255,255,255,.13);color:#fff}.premium-demo-section .premium-section-heading p{color:rgba(255,255,255,.7)}
.premium-license-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.65fr);gap:28px;align-items:start}.premium-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.premium-plan-card{display:flex;flex-direction:column;text-align:left;padding:24px;border:2px solid var(--market-border);border-radius:22px;background:#fff;color:inherit;cursor:pointer;transition:.2s}.premium-plan-card:hover,.premium-plan-card.is-selected{border-color:var(--fs-primary);box-shadow:0 17px 45px rgba(66,50,137,.14);transform:translateY(-2px)}.premium-plan-card header{display:flex;justify-content:space-between;gap:10px}.premium-plan-card header span{font-size:.7rem;color:var(--fs-primary);font-weight:900}.premium-plan-card header b{padding:5px 7px;border-radius:999px;background:#fff1e6;color:#b7520e;font-size:.62rem}.premium-plan-card h3{margin:14px 0 8px;font-size:1.3rem}.premium-plan-card p{min-height:48px;color:var(--market-muted);line-height:1.55}.premium-plan-price{display:flex;align-items:baseline;gap:9px;margin:13px 0}.premium-plan-price strong{font-size:1.7rem;color:var(--fs-primary)}.premium-plan-price del{color:#999}.premium-plan-card ul{display:grid;gap:8px;margin:7px 0 18px;padding:0;list-style:none;color:#56586a;font-size:.88rem}.premium-plan-card li:before{content:"✓";margin-right:7px;color:#15844c;font-weight:900}.premium-plan-select{margin-top:auto;padding-top:13px;border-top:1px solid var(--market-border);color:var(--fs-primary);font-weight:800}.premium-purchase-panel{position:sticky;top:76px;padding:27px;border:1px solid var(--market-border);border-radius:24px;background:#fff;box-shadow:var(--market-shadow)}.premium-purchase-panel>span{font-size:.7rem;color:var(--market-muted);letter-spacing:.12em}.premium-purchase-panel h3{margin:7px 0 3px}.premium-purchase-panel>strong{display:block;margin-bottom:18px;font-size:2rem;color:var(--fs-primary)}.premium-purchase-panel label{display:grid;gap:6px;margin-bottom:16px;font-weight:750}.premium-purchase-panel select{width:100%}.premium-purchase-panel form{display:grid;gap:9px}.premium-purchase-guarantees{display:grid;gap:7px;margin-top:19px;padding-top:17px;border-top:1px solid var(--market-border);font-size:.78rem;color:var(--market-muted)}.premium-quote-panel{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:32px;border-radius:24px;background:linear-gradient(135deg,#ece8fa,#fff3e9)}
.premium-changelog-section{background:#fff}.premium-version-timeline{display:grid;gap:12px;max-width:1000px;margin:auto}.premium-version-timeline details{border:1px solid var(--market-border);border-radius:17px;background:#fff}.premium-version-timeline summary{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:19px 22px;cursor:pointer;list-style:none}.premium-version-timeline summary>div:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.premium-version-timeline summary span{padding:4px 7px;border-radius:7px;background:#edeafa;color:var(--fs-primary);font-size:.68rem}.premium-version-timeline summary small{color:var(--market-muted)}.premium-version-timeline summary>div:last-child{display:flex;gap:6px}.premium-version-timeline summary b{padding:5px 8px;border-radius:999px;background:#e9f8ef;color:#167547;font-size:.65rem}.premium-version-timeline summary b.critical{background:#fff0ef;color:#b82424}.premium-version-timeline summary i{font-style:normal}.premium-version-body{padding:0 22px 22px;color:#505265;line-height:1.7}.premium-version-body>div{padding:15px;border-radius:12px;background:#f7f7fb}
.premium-two-column{display:grid;grid-template-columns:1fr 1fr;gap:38px}.premium-requirements-list,.premium-faq-list{display:grid;gap:11px}.premium-requirements-list article{display:flex;gap:12px;padding:17px;border:1px solid var(--market-border);border-radius:16px;background:#fff}.premium-requirements-list article>span{align-self:start;padding:5px 7px;border-radius:7px;background:#ece9fa;font-size:.65rem}.premium-requirements-list h3{margin:0 0 5px;font-size:.96rem}.premium-requirements-list p{margin:0;color:var(--market-muted)}.premium-faq-list details{border:1px solid var(--market-border);border-radius:15px;background:#fff}.premium-faq-list summary{display:flex;justify-content:space-between;gap:15px;padding:17px;font-weight:800;cursor:pointer}.premium-faq-list p{margin:0;padding:0 17px 17px;color:var(--market-muted);line-height:1.65}
/* Cuenta, licencias y actualizaciones */
.license-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.license-card{padding:22px;border:1px solid var(--market-border);border-radius:22px;background:#fff}.license-card-head{display:grid;grid-template-columns:60px minmax(0,1fr) auto;gap:13px;align-items:center}.license-card-head img{width:60px;height:60px;object-fit:contain;border-radius:14px;background:#f1f2f7}.license-card-head h3{margin:3px 0}.license-card-head small,.license-card-head div>span{color:var(--market-muted);font-size:.75rem}.license-card-key{display:flex;justify-content:space-between;gap:14px;margin:18px 0;padding:13px;border-radius:12px;background:#f7f7fb}.license-card-key code{color:var(--fs-primary);font-weight:800}.license-card dl{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 17px}.license-card dl div{padding:11px;border-bottom:1px solid #eee}.license-card dt{font-size:.72rem;color:var(--market-muted)}.license-card dd{margin:4px 0 0;font-weight:800}.license-detail-hero{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:18px;align-items:center;padding:24px;border-radius:22px;background:linear-gradient(135deg,#21184d,#423289);color:#fff}.license-detail-hero img{width:80px;height:80px;object-fit:contain;border-radius:16px;background:#fff}.license-detail-hero h2{margin:4px 0}.license-detail-hero p{margin:0;color:rgba(255,255,255,.7)}.license-secret-panel{display:flex;justify-content:space-between;gap:22px;align-items:center;margin:20px 0;padding:22px;border:1px solid #dbd7ed;border-radius:20px;background:#fff}.license-secret-panel>div:first-child{display:grid}.license-secret-panel span{font-size:.72rem;color:var(--market-muted)}.license-secret-control{display:flex;align-items:center;gap:8px}.license-secret-control code{padding:13px;border-radius:10px;background:#16132c;color:#b8f0ff;font-size:.96rem}.license-secret-control button{padding:12px;border:0;border-radius:10px;background:var(--fs-primary);color:#fff;cursor:pointer}.license-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.license-condition-list{display:grid;margin:0}.license-condition-list div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #eee}.license-condition-list dd{margin:0;font-weight:750}.activation-list{display:grid;gap:9px}.activation-list article{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:#f7f7fb}.activation-list article div{display:grid}.activation-list small{color:var(--market-muted)}.version-download-panel{margin-top:18px}.customer-version-list{display:grid;gap:14px}.customer-version-card{padding:19px;border:1px solid var(--market-border);border-radius:17px}.customer-version-card header{display:flex;justify-content:space-between;gap:15px}.customer-version-card header>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.version-channel{padding:5px 8px;border-radius:8px;background:#eeeafa;color:var(--fs-primary);font-size:.68rem}.customer-version-card h3{margin:0}.customer-version-card header>b{color:#b42626;font-size:.7rem}.version-changelog{padding:12px;border-radius:10px;background:#f7f7fb}.version-file-list{display:grid;gap:8px;margin-top:14px}.version-file-list form{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px;border:1px solid #eee;border-radius:12px}.version-file-list form>div{display:grid}.version-file-list small{color:var(--market-muted)}.update-center-list{display:grid;gap:15px}.update-center-card{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:17px;align-items:center;padding:20px;border:1px solid var(--market-border);border-radius:20px;background:#fff}.update-center-card.is-unread{border-left:4px solid var(--fs-secondary);box-shadow:0 15px 35px rgba(237,116,37,.08)}.update-center-card>img{width:76px;height:76px;object-fit:contain;border-radius:15px;background:#f2f3f8}.update-card-meta{display:flex;gap:6px;align-items:center}.update-card-meta span{font-size:.72rem;color:var(--market-muted)}.update-card-meta b,.update-card-meta i{padding:4px 7px;border-radius:999px;font-style:normal;font-size:.62rem}.update-card-meta b{background:#ffefed;color:#b32323}.update-card-meta i{background:#fff1e5;color:#ad4a08}.update-center-card h3{margin:6px 0}.update-center-card p{margin:0 0 8px;color:var(--market-muted)}.update-center-card small{color:var(--market-muted)}.update-card-actions{display:grid;gap:7px}.delivery-table{width:100%}.download-error-page{min-height:70vh;display:grid;place-items:center;padding:60px 20px}.download-error-page section{max-width:600px;text-align:center;padding:45px;border:1px solid var(--market-border);border-radius:25px;background:#fff}.download-error-page section>span{display:grid;place-items:center;width:64px;height:64px;margin:auto;border-radius:20px;background:#ffefed;color:#bd2929;font-size:2rem}
@media(max-width:1100px){.marketplace-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-product-hero-grid{grid-template-columns:1fr 420px;gap:35px}.premium-highlight-grid{grid-template-columns:repeat(2,1fr)}.premium-license-layout{grid-template-columns:1fr}.premium-purchase-panel{position:static}.premium-feature-grid,.premium-demo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:840px){.marketplace-account-heading{align-items:flex-start;flex-direction:column}.marketplace-product-grid{grid-template-columns:1fr}.premium-product-hero{padding:58px 0 48px}.premium-product-hero-grid{grid-template-columns:1fr}.premium-product-hero h1{font-size:clamp(2.35rem,12vw,4.1rem)}.premium-product-hero-media{order:-1}.premium-product-device-frame{max-width:620px;margin:auto;transform:none}.premium-product-floating-stat{right:8px}.premium-product-section-nav{top:0}.premium-product-content-grid,.premium-two-column,.license-detail-grid{grid-template-columns:1fr}.premium-feature-grid,.premium-demo-grid,.premium-plan-grid{grid-template-columns:1fr}.premium-product-facts{order:-1}.license-card-grid{grid-template-columns:1fr}.update-center-card{grid-template-columns:60px minmax(0,1fr)}.update-center-card>img{width:60px;height:60px}.update-card-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.license-secret-panel{align-items:stretch;flex-direction:column}.license-secret-control{align-items:stretch;flex-direction:column}.license-secret-control code{overflow:auto}.premium-quote-panel{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.premium-product-hero-actions .button{width:100%}.premium-product-trust{display:grid}.premium-gallery{grid-template-columns:1fr}.premium-gallery>button{display:none}.premium-gallery-stage{padding:9px}.premium-highlight-grid{grid-template-columns:1fr}.license-card-head{grid-template-columns:55px minmax(0,1fr)}.license-card-head>.status{grid-column:1/-1;justify-self:start}.license-card dl{grid-template-columns:1fr}.license-detail-hero{grid-template-columns:60px minmax(0,1fr)}.license-detail-hero img{width:60px;height:60px}.license-detail-hero>.status{grid-column:1/-1;justify-self:start}.version-file-list form{align-items:stretch;flex-direction:column}.update-center-card{grid-template-columns:1fr}.update-card-actions{grid-template-columns:1fr}.marketplace-product-card-media{aspect-ratio:16/9}}
.marketplace-toast{position:fixed;right:22px;bottom:90px;z-index:300;max-width:360px;padding:14px 18px;border-radius:13px;background:#1d1938;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.25);opacity:0;transform:translateY(15px);pointer-events:none;transition:.2s}.marketplace-toast.is-visible{opacity:1;transform:none}.marketplace-toast.is-error{background:#a82b2b}
