@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg: #07080c;--panel: rgba(10, 11, 14, .88);--panel-2: rgba(8, 9, 12, .86);--border: rgba(255, 255, 255, .06);--text: #f6f7ff;--muted: rgba(226, 227, 235, .64);--accent: #ff2b2b;--radius-lg: 0px;--radius: 0px;--radius-sm: 0px;--radius-xs: 0px;--shadow: 0 8px 18px rgba(0, 0, 0, .25);color:var(--text);background-color:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.45}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);overflow-x:hidden}a{color:inherit}.container{max-width:1680px;margin:0 auto;padding:1.25rem 1.5rem 3rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;background:#07080ca6;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 14px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:1rem;z-index:10}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.brand-dot{width:10px;height:10px;background:var(--accent);border-radius:999px;box-shadow:0 0 16px #ff2b2b73}.brand-title{font-weight:700;letter-spacing:.02em;font-size:1.05rem}.brand-logo{width:34px;height:34px;object-fit:contain;display:block}.brand-subtitle{color:var(--muted);font-size:.9rem}.topnav{display:flex;gap:.5rem;align-items:center}.navlink{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid transparent;text-decoration:none;font-weight:700;color:var(--muted);transition:color .15s ease,background .15s ease,transform .15s ease,border .15s ease}.navlink:hover{color:var(--text);background:#ffffff0a;transform:translateY(-1px)}.navlink.active{color:var(--text);border-color:#ff2b2b73;background:#ff2b2b1f}.count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:0;background:#ff2b2b2e;border:1px solid rgba(255,43,43,.4);color:var(--text);font-size:.8rem}.link{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);text-decoration:none;font-weight:600;background:#ffffff0a;transition:border .15s ease,background .15s ease,transform .15s ease}.link:hover{border-color:#ff2b2b73;background:#ff2b2b1f;transform:translateY(-1px)}.card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.25rem;margin-top:1.25rem}.inset{background:var(--panel-2);box-shadow:none}.hero{margin-top:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#ff2b2b29,#ffffff0a),var(--panel)}.eyebrow{margin:0 0 .35rem;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.hero-title{margin:.15rem 0 .5rem;font-size:clamp(1.7rem,2.4vw,2.35rem);letter-spacing:-.02em}.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.hero-cta{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.landing{margin-top:1.5rem;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 2rem;position:relative}.landing-hero{margin-top:1.25rem}.landing-hero-inner{width:min(1160px,100%);margin-left:auto;margin-right:auto}.landing-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.landing-bg-layer{position:absolute;top:-12vh;right:-10vw;bottom:-12vh;left:-10vw;background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.05);will-change:transform}.landing-bg-layer:nth-child(1){filter:blur(1px) saturate(1.1) contrast(1.05)}.landing-bg-layer:nth-child(2){mix-blend-mode:screen}.landing-bg-layer:nth-child(3){filter:blur(.5px) saturate(1.05)}.landing-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07080ca6,#07080ceb)}.landing-block{background:#121420c7;border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:min(1160px,100%);margin-left:auto;margin-right:auto}.landing-hero,.landing-sections,.landing-cta,.landing-products{position:relative;z-index:1}.landing-hero-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.75rem;align-items:center}.landing-hero-copy{text-align:center}.landing-title{margin:.35rem 0 .75rem;font-size:clamp(2rem,3.2vw,3.1rem);letter-spacing:-.03em;line-height:1.1;text-shadow:0 16px 34px rgba(0,0,0,.65)}.landing-hero-logo{display:block;margin:0 auto .85rem;height:96px;width:auto;max-width:min(560px,92%);object-fit:contain;filter:drop-shadow(0 18px 38px rgba(0,0,0,.55))}.landing-subtitle{max-width:56ch;font-size:1.05rem;margin-left:auto;margin-right:auto;text-shadow:0 14px 28px rgba(0,0,0,.7)}.hero-actions{margin-top:1.1rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero-floats{margin-top:1.25rem;display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}.float-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .6rem;border:1px solid var(--border);background:#00000040;color:var(--muted);font-size:.9rem}.float-dot{width:8px;height:8px;background:var(--accent);box-shadow:0 0 12px #ff2b2b59}.landing-sections,.landing-section{margin-top:2rem}.landing-row{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}.landing-row.landing-block{padding:1.5rem 1.25rem}.section-kicker{width:100%;display:flex;justify-content:center;align-items:center;gap:.75rem;color:var(--muted);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;margin-bottom:.75rem}.section-kicker:before,.section-kicker:after{content:"";height:1px;width:min(120px,18vw);background:#ff2b2b40}.landing-row.reverse .landing-copy{order:2}.landing-row.reverse .landing-media{order:1}.landing-copy h2{margin:0 0 .5rem;font-size:1.55rem;letter-spacing:-.02em;text-align:center}.landing-copy p{max-width:62ch;margin:0 auto;text-align:center}.media-frame{border-radius:var(--radius);border:1px solid var(--border);background:#0003;overflow:hidden;height:320px}.media-frame.placeholder{display:grid;place-items:center}.parallax-media{width:100%;height:100%;object-fit:cover;display:block;transform:translate3d(0,var(--parallax-y, 0px),0) scale(1.04);will-change:transform}.landing-cta{margin-top:2.5rem}.cta-box{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;flex-wrap:wrap;border-radius:var(--radius);border:1px solid var(--border);background:#ffffff08;padding:1.5rem 1.25rem}.cta-actions{display:flex;gap:.75rem;flex-wrap:wrap}.landing-products{margin-top:2rem}.shop-products{margin-top:1.5rem;display:grid;justify-items:center}.landing-products-inner{padding:1.5rem 1.25rem;background:#0a0b0e6b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.logo-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;justify-items:center}.logo-card{display:grid;gap:.75rem;text-decoration:none;padding:1rem .75rem;border:0;background:transparent;transition:transform .15s ease;justify-items:center;text-align:center}.logo-card:hover{transform:translateY(-1px)}.logo-img{max-width:220px;max-height:120px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.55));transform:translateZ(0)}.logo-card:hover .logo-img,.logo-tile:hover .logo-img{filter:drop-shadow(0 12px 30px rgba(0,0,0,.62))}.logo-placeholder{height:120px;display:grid;place-items:center;width:min(220px,100%);border:1px dashed rgba(255,255,255,.12)}.logo-tile{justify-items:center;text-align:center}.primary{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;border-radius:var(--radius-sm);background:var(--accent);color:#0b0b0f;text-decoration:none;font-weight:800;border:0}.primary:hover{transform:translateY(-1px);filter:saturate(1.1)}.pill{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:0;background:#ffffff0f;border:1px solid var(--border);color:var(--muted);font-size:.88rem}.grid{display:grid;grid-template-columns:520px 1fr;gap:1.25rem;align-items:start;margin-top:1.25rem}.shop-grid,.cart-grid{grid-template-columns:1fr 420px}.product-grid-layout{grid-template-columns:minmax(0,1fr) minmax(240px,300px)}.product-page{position:relative;isolation:isolate;gap:clamp(1rem,1.6vw,1.5rem);--radius: 6px;--radius-sm: 4px;--radius-xs: 3px;--panel: rgba(11, 12, 16, .92);--panel-2: rgba(10, 11, 15, .9);--border: rgba(255, 255, 255, .1);--shadow: 0 16px 30px rgba(0, 0, 0, .35);--accent: #ff2b2b;--muted: rgba(219, 222, 234, .68);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.product-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.product-bg-layer{position:absolute;top:-12vh;right:-10vw;bottom:-12vh;left:-10vw;background-size:cover;background-position:center;filter:saturate(.9) contrast(1.05);will-change:transform}.product-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#07080cfa}.product-page .product-bg-layer{opacity:.12!important}.product-grid-layout>.card,.product-grid-layout>.card.side{position:relative;z-index:2}.product-main{position:relative;overflow:hidden;background:var(--panel);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 36px #00000059;animation:productEnter .6s ease both;padding:0}.product-hero{display:grid;gap:.4rem;padding:2rem 2.25rem 1.6rem;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.product-hero:after{content:"";position:absolute;left:0;bottom:-1px;width:160px;height:3px;background:var(--accent)}.product-page .hero-title{font-size:clamp(2.4rem,3.6vw,3.5rem);letter-spacing:-.02em;font-weight:800}.product-page .eyebrow{letter-spacing:.22em;font-weight:700}.product-summary{background:var(--panel);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 30px #00000052;animation:productEnter .7s ease both;animation-delay:.08s}.product-summary .section-head h2{font-size:1.25rem;font-weight:700}.product-summary .list li::marker{color:var(--accent)}.product-config{background:var(--panel-2);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px #ffffff0a}.product-page .actions button{background:var(--accent);box-shadow:0 12px 24px #ff2b2b4d}.product-page .actions button:hover{filter:saturate(1.1);transform:translateY(-1px)}.product-page .link{border-color:#ffffff29;background:#ffffff0f}.product-page .richtext{font-size:1.02rem}.product-main>.richtext{padding:0 2.25rem 2rem}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.video-frame{border:1px solid var(--border);background:#00000040;aspect-ratio:16 / 9}.video-frame iframe,.video-frame video{width:100%;height:100%;border:0;display:block}.portal-grid{grid-template-columns:1fr}.side{position:sticky;top:5.25rem}.section-head h2{margin:0 0 .2rem;font-size:1.15rem}.section-head p{margin:0;color:var(--muted);font-size:.95rem}.list{margin:.85rem 0 0;padding-left:1.1rem;color:var(--muted)}.list li{margin:.4rem 0}.product-list{display:grid;gap:.85rem;margin-top:1rem}.product-card{text-align:left;width:100%;border-radius:var(--radius);border:1px solid var(--border);padding:1rem;cursor:pointer;background:#ffffff08;transition:border .15s ease,transform .15s ease,background .15s ease}.product-card:hover{transform:translateY(-1px);border-color:#ff2b2b59;background:#ffffff0a}.product-card.active{border-color:#ff2b2b99;box-shadow:0 0 0 3px #ff2b2b26}.product-head{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:start}.product-title{font-weight:700;font-size:1.02rem}.product-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:150px;gap:.75rem;padding:0 2.25rem 2rem}.product-gallery .gallery-item:first-child{grid-column:span 2;grid-row:span 2}.product-gallery .gallery-item:only-child{grid-column:1 / -1;grid-row:span 1}.gallery-item{display:block;border-radius:var(--radius-sm);overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#ffffff0a;box-shadow:0 10px 24px #0000004d;transition:transform .2s ease,border .2s ease,box-shadow .2s ease}.gallery-item:hover{transform:translateY(-2px);border-color:#ff2b2b73;box-shadow:0 18px 30px #00000059}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.product-sections{display:grid;gap:1.6rem;margin-top:0}.product-section{display:grid;--section-media-w: clamp(360px, 48vw, 640px);grid-template-columns:minmax(0,1fr) var(--section-media-w);grid-template-areas:"copy media";gap:1.6rem;padding:2.6rem 2.25rem;border-radius:0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(135deg,#ffffff08,#0006),#121212;box-shadow:none;position:relative;align-items:center;animation:productRise .7s ease both}.product-section.reverse{grid-template-columns:var(--section-media-w) minmax(0,1fr);grid-template-areas:"media copy"}.product-section+.product-section{border-top:0}.product-section:nth-child(2n){background:linear-gradient(315deg,#ffffff08,#00000073),#101010}.product-section-copy{grid-area:copy;width:100%;max-width:74ch;justify-self:start;padding-left:1.25rem;position:relative;z-index:1}.product-section-copy:before{content:"";position:absolute;left:0;top:.2rem;bottom:.2rem;width:3px;border-radius:999px;background:linear-gradient(180deg,#ff2b2be6,#ff2b2b00)}.product-section-title{margin:0 0 .35rem;font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.product-section-media{grid-area:media;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;text-align:inherit;color:inherit;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.12);background:#0000004d;cursor:zoom-in;overflow:hidden;min-height:360px;width:100%;box-shadow:0 16px 32px #00000059;transition:border .2s ease,transform .2s ease,background .2s ease,box-shadow .2s ease;position:relative;z-index:1}.product-section-media img{width:100%;height:100%;min-height:320px;object-fit:contain;display:block}.product-section-media video{width:100%;height:100%;object-fit:contain;display:block}.product-section-media.is-video{min-height:unset;height:auto;aspect-ratio:var(--media-ar, 16 / 9)}.product-section-media:hover{border-color:#ff2b2bb3;background:#00000057;transform:translateY(-2px);box-shadow:0 18px 32px #00000059}.product-section-media:active{transform:translateY(0) scale(.99)}.product-section-media:focus-visible{outline:none;box-shadow:0 0 0 3px #ff2b2b40}.product-section.media-only{grid-template-columns:1fr;grid-template-areas:"media";padding:2.2rem 2.25rem}.product-section.media-only .product-section-media img,.product-section.media-only .product-section-media video{min-height:480px;object-fit:cover}.product-section.media-only .product-section-media video{min-height:unset;object-fit:contain}.product-sections .product-section:nth-child(1){animation-delay:.05s}.product-sections .product-section:nth-child(2){animation-delay:.12s}.product-sections .product-section:nth-child(3){animation-delay:.2s}.product-sections .product-section:nth-child(4){animation-delay:.28s}.product-sections .product-section:nth-child(5){animation-delay:.36s}@media (max-width: 980px){.product-section,.product-section.reverse{grid-template-columns:1fr;grid-template-areas:"copy" "media"}.product-section-media img{min-height:260px}.product-section-media video{min-height:unset}.product-section.media-only .product-section-media img,.product-section.media-only .product-section-media video{min-height:360px}.product-section-media.is-video{min-height:unset}.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:140px}.product-gallery .gallery-item:first-child{grid-column:span 2;grid-row:span 1}}.media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:2rem 1.25rem;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.media-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;border:none;cursor:zoom-out}.media-lightbox-panel{position:relative;width:min(1480px,92vw);max-height:88vh;border:1px solid var(--border);background:#0a0b0eeb;box-shadow:0 18px 40px #00000073;animation:mediaLightboxIn .18s ease-out;z-index:1}.media-lightbox-panel.reduced-motion{animation:none}.media-lightbox-close{position:absolute;top:.75rem;right:.75rem;border:1px solid var(--border);background:#ffffff0f;color:var(--text);font-weight:800;padding:.5rem .75rem;border-radius:var(--radius-sm);cursor:pointer}.media-lightbox-close:hover{border-color:#ff2b2b80;background:#ff2b2b2e}.media-lightbox-content{padding:3.25rem 1.25rem 1.25rem;display:grid;place-items:center}.media-lightbox-content img,.media-lightbox-content video{width:100%;max-width:100%;max-height:calc(88vh - 5rem);display:block;object-fit:contain;background:#00000038}@keyframes mediaLightboxIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes productEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes productRise{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.product-main,.product-summary,.product-sections .product-section{animation:none}}.richtext{color:var(--text);line-height:1.65}.richtext-p{margin:.5rem 0;color:var(--muted)}.richtext-list{margin:.6rem 0 .6rem 1.25rem;color:var(--muted)}.licenses-list{display:grid;gap:.85rem;margin-top:1rem}.license-card{border-radius:var(--radius);border:1px solid var(--border);padding:1rem;background:#ffffff08}.license-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.download-buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin:.75rem 0}.download-btn{display:inline-flex;align-items:center;gap:.55rem;background:#ffffff0f;color:var(--text);border:1px solid var(--border);padding:.6rem .8rem;border-radius:var(--radius-sm);font-weight:800}.download-btn.win{border-color:#3b82f673}.download-btn.mac{border-color:#eab30873}.download-tag{font-size:.72rem;padding:.18rem .45rem;border-radius:0;border:1px solid var(--border);background:#00000040;letter-spacing:.08em}.table-scroll{margin-top:.75rem;overflow:auto;border-radius:var(--radius);border:1px solid var(--border)}.table-scroll table{width:100%;border-collapse:collapse;min-width:660px}.table-scroll th,.table-scroll td{padding:.55rem .65rem;border-bottom:1px solid var(--border);text-align:left;color:var(--muted);font-size:.92rem}.table-scroll th{color:var(--text);font-weight:800}.badges{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}@media (max-width: 1020px){.landing-hero-grid{grid-template-columns:1fr;padding:1.5rem 1.25rem}.landing-row{grid-template-columns:1fr}.landing-row.reverse .landing-copy,.landing-row.reverse .landing-media{order:unset}.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid,.video-grid{grid-template-columns:1fr}}.product-tile{display:grid;gap:.45rem;text-decoration:none;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:#ffffff08;transition:border .15s ease,transform .15s ease,background .15s ease}.tile-media{width:100%;height:150px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);background:#0003}.tile-media img{width:100%;height:100%;object-fit:cover;display:block}.tile-media.placeholder{display:grid;place-items:center}.product-tile:hover{transform:translateY(-1px);border-color:#ff2b2b59;background:#ffffff0a}.tile-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.35rem}.badge{padding:.25rem .55rem;border-radius:0;font-size:.75rem;font-weight:700;border:1px solid var(--border);color:var(--muted);background:#00000040;text-transform:uppercase;letter-spacing:.08em}.badge.active{border-color:#ff2b2b8c;color:#ff2b2bf2;background:#ff2b2b1f}.price-line{margin-top:.75rem;font-size:.95rem}.muted{color:var(--muted)}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:-.01em}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-top:1rem}label{display:grid;gap:.35rem;font-size:.95rem;color:var(--muted)}.field-label{font-weight:700;color:var(--text);font-size:.95rem;margin-bottom:.35rem}.seats{display:grid;grid-template-columns:44px 1fr 44px;gap:.5rem;align-items:center}input,select{width:100%;padding:.7rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:#0003;color:var(--text);font-size:.95rem}input:focus,select:focus{outline:none;border-color:#ff2b2b99;box-shadow:0 0 0 3px #ff2b2b26}button{background:var(--accent);color:#0b0b0f;border:none;border-radius:var(--radius-sm);padding:.7rem .95rem;font-weight:800;cursor:pointer;transition:transform .15s ease,filter .15s ease}button:hover{transform:translateY(-1px);filter:saturate(1.1)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button.secondary{background:#ffffff0f;color:var(--text);border:1px solid var(--border)}.actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.85rem}.tabs{display:flex;flex-wrap:wrap;gap:.5rem}.google-signin{display:flex;justify-content:flex-start;margin-top:.5rem}.tab{background:#ffffff0f;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .85rem;font-weight:700}.tab.active{border-color:#ff2b2b8c;background:#ff2b2b1f}.small{font-size:.9rem}.paypal{margin-top:1rem}.success{margin-top:1rem;border-radius:var(--radius);border:1px solid rgba(22,163,74,.4);background:#16a34a1f;padding:1rem}code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#00000040;border:1px solid var(--border);padding:.15rem .35rem;border-radius:0}.error-text{color:#ff2b2bf2;margin-top:.75rem}.session{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.session-actions{display:flex;gap:.5rem;flex-wrap:wrap}.cart-list{display:grid;gap:.85rem;margin-top:1rem}.cart-item{display:grid;grid-template-columns:1fr 280px 140px;gap:1rem;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:#ffffff08}.cart-controls{display:grid;gap:.6rem}.cart-price{display:flex;justify-content:flex-end;align-items:center}.cart-summary{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid var(--border)}.summary-actions{display:flex;gap:.6rem;flex-wrap:wrap}.license-list{display:grid;gap:.5rem;margin-top:.75rem}.license-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.footer{padding:2rem 0 .5rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1080px){.grid{grid-template-columns:1fr}.side{position:static;top:auto}.cart-item{grid-template-columns:1fr}.cart-price{justify-content:flex-start}}@media (max-width: 720px){.container{padding:1.25rem 1rem 2.5rem}.landing{padding:0 1rem}.topbar{top:.75rem;border-radius:var(--radius)}.checkout-grid{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr;grid-auto-rows:200px}.product-gallery .gallery-item:first-child{grid-column:span 1;grid-row:span 1}button{width:100%}}
