:root{--bg-0: #070a16;--bg-1: #0b1330;--text: #eef3ff;--muted: #9cabcc;--line: rgba(155, 183, 235, .22);--line-strong: rgba(171, 198, 250, .38);--panel: rgba(11, 17, 38, .84);--panel-strong: rgba(16, 25, 53, .94);--brand: #4a8dff;--brand-2: #34d3ff;--success: #22c55e;--neutral: #50597a;--accent: #ffcf63}*{box-sizing:border-box;min-width:0}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;width:100%;overflow-x:hidden;font-family:Inter,Segoe UI,sans-serif;line-height:1.5;letter-spacing:.003em;color:var(--text);background:radial-gradient(circle at 12% 16%,rgba(180,119,255,.2),transparent 36%),radial-gradient(circle at 88% 12%,rgba(71,146,255,.26),transparent 36%),radial-gradient(circle at 20% 36%,rgba(255,255,255,.08) 1px,transparent 2px),radial-gradient(circle at 70% 60%,rgba(255,255,255,.06) 1px,transparent 2px),linear-gradient(145deg,var(--bg-0),var(--bg-1));background-size:auto,auto,120px 120px,160px 160px,auto}h1,h2,h3,strong,button,.brand,.tag{font-family:Chakra Petch,Inter,sans-serif}.page-shell{min-height:100vh;position:relative;overflow-x:clip}.ambient{position:absolute;width:50vw;height:50vw;border-radius:50%;filter:blur(72px);opacity:.22;animation:drift 13s ease-in-out infinite alternate;pointer-events:none}.ambient-top{right:-12vw;top:-20vw;background:linear-gradient(45deg,#5958ff99,#8159ff99)}.ambient-bottom{left:-16vw;bottom:-22vw;background:linear-gradient(45deg,#33a5ff8c,#5c82ff8c);animation-delay:1.8s}@keyframes drift{0%{transform:translateY(0) scale(1)}to{transform:translateY(-24px) scale(1.08)}}.container{width:min(1160px,calc(100% - 1.2rem));margin:0 auto;padding:0 0 2.5rem;position:relative;z-index:1}.content-shell{width:min(880px,100%);margin:1rem auto 0;display:grid;gap:.95rem}.card{border:1px solid var(--line);border-radius:18px;padding:1.2rem;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%),linear-gradient(165deg,var(--panel-strong),var(--panel));box-shadow:0 20px 48px -34px #050a18f2,inset 0 1px #ffffff14;position:relative;overflow:hidden}.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.72rem;padding:.6rem .9rem;border:1px solid rgba(114,151,219,.32);border-radius:14px;background:linear-gradient(180deg,#070e21f5,#081026e6),radial-gradient(circle at 12% 0,rgba(84,183,255,.15),transparent 36%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 42px -30px #020716f2;width:100%;margin-left:0;padding-left:clamp(.72rem,2vw,.9rem);padding-right:clamp(.72rem,2vw,.9rem)}.topbar>*{min-width:0}.brand-group{display:inline-flex;align-items:center;gap:.52rem}.logo-slot{width:44px;height:44px;border:1px solid rgba(159,188,238,.38);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#6cdcff4d,#0d162ee0);box-shadow:0 8px 18px -12px #40beffbf;overflow:hidden}.logo-slot img{width:100%;height:100%;object-fit:contain;display:block;transform:scale(1.06)}.brand{position:relative;font-size:1.18rem;font-weight:700;color:#d9ebff;background:linear-gradient(120deg,#8fe9ff 5%,#34d3ff 45%,#9de3ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.04em;text-shadow:0 0 18px rgba(70,191,255,.3);animation:brand-glow 3.2s ease-in-out infinite}@keyframes brand-glow{0%,to{filter:drop-shadow(0 0 0 rgba(60,196,255,.16))}50%{filter:drop-shadow(0 0 8px rgba(60,196,255,.5))}}.mini-nav{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.24rem;border:1px solid rgba(113,151,219,.36);border-radius:999px;background:#08122eb8}.mini-nav a{text-decoration:none;color:#c3d8fb;font-size:.8rem;font-weight:700;letter-spacing:.01em;padding:.34rem .68rem;border-radius:999px;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.mini-nav a:hover{color:#f2f8ff;background:#56aaff38;border-color:#89c9ff70}.topbar-right{display:inline-flex;align-items:center;gap:.45rem}.lang-switch{display:inline-flex;align-items:center;gap:.32rem;flex-wrap:wrap}.lang-switch span{color:var(--muted);font-size:.8rem}.lang-switch button,.currency-picker button{border:1px solid rgba(145,178,243,.44);border-radius:999px;background:#080e1dbd;color:#e6f2ff;cursor:pointer;padding:.3rem .66rem;font-size:.76rem;font-weight:700}.lang-switch .active,.currency-picker .active{background:linear-gradient(145deg,#95d8ff,#abffcc);border-color:transparent;color:#021225}.nav-login{border:1px solid rgba(255,212,120,.6);border-radius:999px;padding:.34rem .82rem;background:#090e1dcc;color:#ffd889;font-size:.8rem;font-weight:700;cursor:pointer}.hero{display:grid;grid-template-columns:1fr;gap:.85rem}.tag{display:inline-flex;padding:.36rem .6rem;border:1px solid rgba(109,167,255,.54);border-radius:999px;color:#c6e6ff;background:#4387ff21;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.hero h1{margin:.45rem 0 .5rem;max-width:23ch;font-size:clamp(1.8rem,3.8vw,2.7rem);line-height:1.06}.hero p{margin:0 0 .8rem;color:var(--muted);max-width:70ch;line-height:1.62}.hero-highlights{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.48rem}.hero-highlights li{border:1px solid rgba(133,176,243,.28);border-radius:11px;padding:.52rem .62rem;color:#dcedff;font-size:.84rem;font-weight:700;background:linear-gradient(165deg,#080d1bc7,#0f19318f)}.hero-modules{margin-top:.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.46rem}.hero-module-item{border:1px solid rgba(133,176,243,.28);border-radius:12px;background:linear-gradient(165deg,#080d1bc7,#0f19318f);overflow:hidden;min-height:54px}.hero-module-item.is-open{border-color:#63cbff9e;box-shadow:0 0 0 1px #63cbff2e}.hero-module-trigger{width:100%;border:0;background:transparent;color:#e6f3ff;text-align:left;font:inherit;font-weight:700;font-size:.86rem;padding:.62rem .72rem;cursor:pointer}.hero-module-item p{margin:0;color:#a9bfdf;font-size:.86rem;line-height:1.48;padding:0 .72rem .66rem}.hero-actions{display:flex;gap:.55rem;flex-wrap:wrap}.hero-actions .btn{flex:1;min-width:160px;min-height:44px;padding:.66rem 1rem}.hero-actions .home-hero-cta,.home-pricing-actions .home-hero-cta{margin-top:0}.home-pricing-actions .btn{min-height:44px;padding:.66rem 1rem}.hero-flow{border:1px solid rgba(140,169,230,.22);border-radius:14px;padding:.85rem;background:linear-gradient(160deg,#090f1eb8,#0c142a8c)}.hero-flow h3{margin:0 0 .46rem;font-size:1rem}.hero-flow ol{margin:0;padding-left:1.2rem;color:#d7e9ff;display:grid;gap:.35rem}.metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.metric-card{padding:.92rem}.metric-card p{margin:0;color:var(--muted);font-size:.82rem}.metric-card strong{display:block;margin-top:.2rem;font-size:1.22rem;background:linear-gradient(135deg,#d8efff,#9ad9ff 55%,#ffd98d);-webkit-background-clip:text;background-clip:text;color:transparent}.section-copy{margin:.2rem 0 .85rem;color:var(--muted);line-height:1.58;font-size:clamp(.9rem,1.2vw,1rem)}.features-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem}.feature-item{border:1px solid rgba(150,177,230,.24);border-radius:14px;padding:.86rem;background:linear-gradient(160deg,#080d1bbd,#0e182e8c)}.feature-item h3{margin:0;font-size:.97rem}.feature-item p{margin:.44rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.commercial-banner{display:grid;grid-template-columns:1.45fr 1fr;gap:1rem;border-color:#77c5ff61;background:radial-gradient(circle at 92% 14%,rgba(79,178,255,.2),transparent 42%),radial-gradient(circle at 10% 100%,rgba(255,209,115,.14),transparent 44%),linear-gradient(165deg,#0a1430f5,#080f22eb);box-shadow:0 28px 58px -36px #000000f2,inset 0 1px #dcf0ff2e}.commercial-copy h2{margin:0;font-size:clamp(1.4rem,2.8vw,1.86rem);letter-spacing:.02em}.commercial-copy .section-copy{margin:.42rem 0 .9rem;max-width:60ch;color:#b5caeb}.commercial-points{margin:0;padding:0;list-style:none;display:grid;gap:.42rem}.commercial-points li{position:relative;border:1px solid rgba(146,188,246,.28);border-radius:11px;padding:.58rem .72rem .58rem 2rem;background:linear-gradient(155deg,#0b142db8,#0c162f61);color:#e6f3ff;font-weight:600}.commercial-points li:before{content:"";position:absolute;left:.72rem;top:50%;width:.74rem;height:.74rem;border-radius:50%;transform:translateY(-50%);background:linear-gradient(145deg,#6ad6ff,#b1fff0);box-shadow:0 0 0 3px #6ad6ff38}.commercial-actions{display:grid;align-content:center;gap:.62rem}.commercial-actions .btn{width:100%;min-height:48px;border-radius:12px}.topbar-current-page-btn{border-color:#6edfff94;color:#e8f6ff}.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.profile-action-btn{margin-top:0}.profile-action-buttons{display:grid;gap:.55rem;margin-top:.55rem}.plan-item{border:1px solid rgba(150,177,230,.24);border-radius:14px;padding:.9rem;background:linear-gradient(160deg,#080d1bc7,#0e182e8c);position:relative}.plan-item.is-selected{border-color:#64d6ffd1;box-shadow:0 0 0 1px #64d6ff3d}.plan-badge{display:inline-flex;margin-bottom:.42rem;padding:.2rem .5rem;border-radius:999px;border:1px solid rgba(255,206,97,.5);color:#ffe7ae;background:#ffce6124;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.plan-item h3{margin:0;font-size:1.02rem}.plan-price{margin:.56rem 0;font-size:1.45rem;font-weight:800}.plan-price span{color:var(--muted);font-size:.82rem;margin-left:.24rem}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:.72rem}.payment-hint{margin:-.15rem 0 .75rem;color:#99b1da;font-size:.88rem}.currency-picker{margin-bottom:.78rem}.currency-picker strong{display:block;margin-bottom:.38rem;font-size:.88rem}.currency-picker div{display:flex;flex-wrap:wrap;gap:.34rem}.summary,.checkout-box,.deploy-box{border:1px solid rgba(150,177,230,.24);border-radius:12px;padding:.72rem;background:linear-gradient(160deg,#080d1ac2,#0e172d80)}.form-grid{display:grid;gap:.66rem}label{display:grid;gap:.2rem;color:var(--muted);font-size:.86rem}input,select{border:1px solid rgba(149,175,218,.34);border-radius:10px;padding:.68rem;background:#070c18a6;color:var(--text);font:inherit;outline:none}textarea{border:1px solid rgba(149,175,218,.34);border-radius:10px;padding:.68rem;background:#070c18a6;color:var(--text);font:inherit;outline:none;resize:vertical;min-height:96px}input:focus,select:focus,textarea:focus{border-color:#6dc5ffd1;box-shadow:0 0 0 3px #44b1ff26}.btn{border:0;border-radius:10px;padding:.72rem 1rem;font-size:.88rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;max-width:100%;color:#031326;background:linear-gradient(145deg,var(--brand),var(--brand-2));box-shadow:0 10px 20px -14px #34d3ffb8;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px -14px #34d3ffdb}.btn-outline{color:#ddf3ff;background:#60cdff1a;border:1px solid rgba(96,205,255,.45);box-shadow:none}.btn-outline:hover{border-color:#82e3ffb8;background:#55beff33}.btn-accent{color:#2f1c00;background:linear-gradient(140deg,#ffe8ad,var(--accent))}.btn-muted{color:#d8e9ff;background:#97b0de29;border:1px solid rgba(151,176,222,.36)}.btn-anchor{min-width:132px}.actions-row{display:flex;gap:.56rem;flex-wrap:wrap}.stack{display:grid;gap:.7rem}.checkout-box a,.deploy-box a{color:#8dd9ff}.deploy-box ul,.messages{margin:.45rem 0 0;padding-left:1rem}.status-line{color:var(--muted)}.site-footer{text-align:center;color:#9fb4d8;font-size:.82rem;padding:.2rem 0 .6rem}.modules-hero h1{margin:.48rem 0 .45rem;font-size:clamp(1.7rem,3.4vw,2.35rem)}.modules-filter-row{margin-top:.72rem;display:flex;gap:.36rem;flex-wrap:wrap}.modules-filter-chip{border:1px solid rgba(108,141,210,.55);border-radius:999px;background:#06102ceb;color:#b9c8e7;font-size:.72rem;font-weight:700;padding:.34rem .68rem;cursor:pointer}.modules-filter-chip.active{border-color:transparent;background:linear-gradient(145deg,#8bffd7,#63d7ff);color:#04203e}.modules-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem}.module-card-plain{width:100%;text-align:left;cursor:pointer;font:inherit}.module-card-thumb{display:block;width:100%;margin-bottom:.62rem;border:1px solid rgba(89,154,238,.46);border-radius:10px;overflow:hidden;background:linear-gradient(165deg,#08112cf2,#0b183ad9)}.module-card-thumb img{width:100%;display:block;aspect-ratio:16 / 8;object-fit:cover;opacity:.95}.module-card-plain:hover{border-color:#599fffbf;box-shadow:0 10px 24px -20px #38a1fff2}.module-card-plain:focus-visible{outline:2px solid rgba(99,203,255,.86);outline-offset:2px}.module-card-plain p{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.module-group-card{display:flex;flex-direction:column;gap:.4rem;min-height:100%}.module-group-description{color:#acc4e4}.module-group-category{color:#7adfff;font-size:.72rem;font-weight:700;letter-spacing:.04em}.module-group-inline-features{margin:0;padding-left:1rem;display:grid;gap:.22rem;color:#d7e8ff;font-size:.8rem;line-height:1.38}.module-group-meta{margin-top:auto;color:#68dfff;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.module-card{text-align:left;width:100%}.module-card img{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.module-card-title{display:block;text-align:left;border-top:1px solid rgba(146,178,236,.28);padding:.72rem .78rem;background:#0a1022d9;color:#e7f4ff;font:inherit;font-size:.95rem;font-weight:700}.module-modal-overlay{position:fixed;inset:0;z-index:50;background:#030816c2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;padding:1rem;animation:modal-overlay-in .18s ease-out}.module-modal{width:min(920px,100%);border:1px solid rgba(146,178,236,.38);border-radius:16px;background:linear-gradient(160deg,#080d1bf2,#0e182ee6);box-shadow:0 30px 70px -44px #000000f2;padding:.9rem;animation:modal-in .24s cubic-bezier(.2,.8,.2,1)}.module-modal-close{border:1px solid rgba(146,178,236,.4);border-radius:999px;background:#0a1022e0;color:#dcecff;cursor:pointer;font-weight:700;font-size:.76rem;padding:.28rem .65rem;display:block;margin-left:auto;margin-bottom:.56rem}.module-modal img{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover;border:1px solid rgba(146,178,236,.26);border-radius:12px}.module-modal h3{margin:.75rem 0 .35rem;font-size:1.08rem}.module-modal p{margin:0;color:#a9c0df;line-height:1.5;font-size:.92rem}.module-modal-copy{margin-top:.6rem;display:grid;gap:.44rem}.module-modal-copy h4{margin:.2rem 0 0;font-size:.84rem;letter-spacing:.09em;text-transform:uppercase;color:#71dbff}.module-modal-feature-list{margin:0;padding-left:1.1rem;display:grid;gap:.28rem;color:#dcecff;font-size:.88rem}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.pricing-page-layout{display:grid;grid-template-columns:2fr 1fr;gap:.82rem;align-items:start}.pricing-catalog-card,.pricing-summary-card{border-color:#7eadf757;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%),linear-gradient(165deg,#0a142ff2,#081229e6);box-shadow:0 22px 42px -34px #030918fa,inset 0 1px #d4ebff1f}.pricing-catalog-card h2,.pricing-summary-card h2{margin-top:0}.feature-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.price-feature-card{border:1px solid rgba(146,178,236,.28);border-radius:14px;overflow:hidden;background:linear-gradient(160deg,#080d1bd1,#0e182e9e);display:grid;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease}.price-feature-card:hover{transform:translateY(-2px);border-color:#7ed0ff8a;box-shadow:0 18px 34px -26px #2e80ffcc}.price-feature-card.is-selected{border-color:#71dfffc7;box-shadow:0 0 0 1px #71dfff33}.price-feature-card img{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.price-feature-card h3{margin:.62rem .72rem .3rem;font-size:.98rem;line-height:1.3}.price-feature-card p{margin:0 .72rem .5rem;color:#a9c0df;font-size:.88rem;line-height:1.5}.price-feature-card .btn{margin:.55rem .72rem .72rem}.price-feature-card .btn-add-feature{color:#072038;border:1px solid rgba(130,237,255,.7);background:linear-gradient(145deg,#8af9d2,#63d7ff);box-shadow:0 10px 20px -14px #63d7ffe6}.price-feature-card .btn-add-feature:hover{transform:translateY(-1px);box-shadow:0 12px 24px -14px #67e4fff2}.price-feature-card .btn-add-feature.is-selected{color:#dff2ff;border-color:#6edfff8a;background:linear-gradient(160deg,#0b1b39e0,#08142de0);box-shadow:inset 0 0 0 1px #6edfff42}.price-tags{display:flex;gap:.34rem;flex-wrap:wrap;margin:0 .72rem}.price-tags span{border:1px solid rgba(146,178,236,.28);border-radius:999px;padding:.2rem .48rem;font-size:.74rem;color:#d8ebff;background:#0c152cb8}.pricing-summary-card{position:sticky;top:76px}.pricing-selected-modules{display:grid;gap:.44rem;margin:.62rem 0 .82rem}.pricing-selected-module-item{display:flex;justify-content:space-between;align-items:center;gap:.55rem;border:1px solid rgba(146,178,236,.28);border-radius:10px;padding:.5rem .58rem;background:#0c152c8f}.pricing-selected-module-item span{color:#d8ebff;font-size:.82rem}.pricing-selected-module-item strong{color:#9cf3cb;font-size:.8rem;white-space:nowrap}.pricing-selected-empty{border:1px dashed rgba(146,178,236,.3);border-radius:10px;padding:.5rem .58rem;color:#9fb7d8;font-size:.82rem}.summary-line{margin:.36rem 0}.selected-feature-list{display:flex;flex-wrap:wrap;gap:.34rem;margin:.6rem 0 .8rem}.selected-feature-list span{border:1px solid rgba(146,178,236,.28);border-radius:999px;padding:.2rem .48rem;font-size:.74rem;color:#d8ebff;background:#0c152cb8}.native-included-box{margin:.72rem 0;border:1px solid rgba(100,214,255,.34);border-radius:12px;padding:.7rem;background:linear-gradient(160deg,#081630bd,#09142b8f)}.native-included-box h3{margin:0;font-size:.86rem;color:#9be9ff;letter-spacing:.04em;text-transform:uppercase}.native-included-box p{margin:.36rem 0 .56rem;font-size:.82rem;color:#b5cdef;line-height:1.45}.native-included-list{display:flex;flex-wrap:wrap;gap:.34rem}.native-included-list span{border:1px solid rgba(110,223,255,.34);border-radius:999px;padding:.2rem .5rem;font-size:.74rem;color:#e6f6ff;background:#0d1f3fbd}.configure-counts-row{margin:.18rem 0 .72rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.configure-count-card{border:1px solid rgba(98,143,223,.44);border-radius:10px;padding:.56rem .66rem;background:linear-gradient(160deg,#071436b3,#06102b8f)}.configure-count-card span{display:block;color:#a8c0e3;font-size:.78rem}.configure-count-card strong{margin-top:.22rem;display:block;color:#eef7ff;font-size:1.18rem}@media(max-width:680px){.configure-counts-row{grid-template-columns:1fr}}.pricing-helper{margin:.72rem 0 0;color:#9fb7d8;font-size:.83rem;line-height:1.5}.request-observations-field{margin-top:.2rem}.request-next-step-btn{margin-top:.7rem}.request-saved-message{margin:.52rem 0 0;border:1px solid rgba(105,235,169,.5);border-radius:10px;padding:.48rem .58rem;color:#c8ffe3;background:#10533957;font-size:.82rem;line-height:1.45}.request-submitting-message{margin:.52rem 0 0;border:1px solid rgba(117,209,255,.44);border-radius:10px;padding:.48rem .58rem;color:#d8f1ff;background:#10345357;font-size:.82rem;line-height:1.45}.request-error-message{margin:.52rem 0 0;border:1px solid rgba(255,145,145,.52);border-radius:10px;padding:.48rem .58rem;color:#ffd8d8;background:#611d1d57;font-size:.82rem;line-height:1.45}.profile-panel-card{width:min(620px,100%);margin:0 auto}.profile-tabs-card{width:min(980px,100%)}.profile-tabs-row{margin-top:.6rem;display:flex;gap:.4rem;flex-wrap:wrap}.profile-tab-btn{border:1px solid rgba(146,178,236,.32);background:#0c152c7a;color:#d8ebff;border-radius:999px;padding:.36rem .7rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.profile-tab-btn:hover{border-color:#83d5ff94;color:#f2f8ff;background:#142a52ad}.profile-tab-btn.active{border-color:#6edfff8a;color:#e9f5ff;background:linear-gradient(160deg,#0b1b39e0,#08142de0)}.profile-tab-panel{margin-top:.72rem;display:grid;gap:.62rem}.profile-password-form{display:grid;gap:.5rem;border:1px solid rgba(146,178,236,.28);border-radius:12px;padding:.66rem;background:#0a142c85}.profile-password-form h2{margin:0;font-size:.96rem;color:#dff2ff}.profile-password-form label,.profile-platform-lock-grid label{display:grid;gap:.24rem}.profile-platform-lock-grid{display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-billing-total{border-color:#6edfff75}@media(max-width:860px){.profile-platform-lock-grid{grid-template-columns:1fr}}.profile-panel-grid{display:grid;gap:.62rem;margin-top:.5rem}.profile-panel-item{border:1px solid rgba(146,178,236,.28);border-radius:10px;padding:.58rem .66rem;background:#0c152c8f;box-shadow:inset 0 1px #c4e2ff14}.profile-panel-item strong{display:block;color:#a8c6ea;font-size:.82rem}.profile-panel-item span{display:block;margin-top:.22rem;color:#e9f5ff;font-size:.93rem;line-height:1.45}.profile-environments-block{margin-top:1rem}.profile-environments-block h2{margin:0;font-size:.98rem;color:#cfe8ff}.profile-environments-list{display:grid;gap:.92rem;margin-top:.62rem}.profile-pending-highlight{margin-top:.62rem;border:1px solid rgba(250,189,75,.52);border-radius:12px;padding:.62rem;background:linear-gradient(160deg,#583d1073,#2f210a52)}.profile-pending-highlight strong{color:#ffe4ab;font-size:.88rem}.profile-pending-highlight p{margin:.3rem 0 0;color:#ffeecf;font-size:.82rem}.profile-environment-item{border:1px solid rgba(118,167,255,.42);border-radius:14px;padding:.85rem;background:linear-gradient(160deg,#081228c7,#0919389e);box-shadow:inset 0 0 0 1px #9ac0ff24;border-left-width:6px;border-left-color:#90b1ec8c;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease}.profile-environment-item:hover{transform:translateY(-2px);box-shadow:0 16px 28px -22px #092c67e6,inset 0 0 0 1px #abcfff33}.profile-environment-item-active{border-left-color:#64ed8fe6}.profile-environment-item-inactive{border-left-color:#ffc660eb}.profile-environment-item-pending{border-left-color:#74caffeb}.profile-environment-item-cancelled,.profile-environment-item-expired{border-left-color:#ff7f7feb}.profile-environment-item-unknown{border-left-color:#acbcd6bf}.profile-environment-item p{margin:.3rem 0;color:#d6ebff;font-size:.84rem}.billing-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .56rem;font-size:.72rem;letter-spacing:.02em;border:1px solid rgba(170,198,236,.35);margin-bottom:.42rem}.billing-status-badge-warning{color:#ffe8b5;border-color:#fdc3649e;background:#603d1380}.billing-status-badge-info{color:#d2f1ff;border-color:#74caffa3;background:#10325680}.billing-status-badge-neutral{color:#e0ebff;border-color:#aec1e380;background:#26345073}.profile-environment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;padding-bottom:.62rem;margin-bottom:.7rem;border-bottom:1px solid rgba(154,192,255,.24)}.profile-environment-status-block{min-width:240px;padding:.45rem .58rem;border-radius:10px;border:1px solid rgba(129,191,255,.26);background:#091b3a85}.profile-environment-status-block p{margin:.18rem 0}.profile-environment-id{margin-top:.24rem;opacity:.84}.profile-environment-title{display:inline-flex;align-items:center;gap:.45rem}.profile-status-icon{width:.55rem;height:.55rem;border-radius:999px;display:inline-block;background:#acbcd6cc;box-shadow:0 0 0 2px #acbcd633;flex:0 0 auto}.profile-status-icon-active{background:#64ed8ff2;box-shadow:0 0 0 2px #64ed8f42}.profile-status-icon-inactive{background:#ffc660f2;box-shadow:0 0 0 2px #ffc66042}.profile-status-icon-pending{background:#74cafff2;box-shadow:0 0 0 2px #74caff42}.profile-status-icon-cancelled,.profile-status-icon-expired{background:#ff7f7ff2;box-shadow:0 0 0 2px #ff7f7f38}.profile-status-icon-validating-payment{background:#74cafff2;box-shadow:0 0 0 2px #74caff42}.profile-status-icon-deleted,.profile-status-icon-unknown{background:#acbcd6d1;box-shadow:0 0 0 2px #acbcd638}.profile-module-pill{padding:.26rem .62rem;font-size:.75rem}.profile-module-pill-active{border-color:#6fe5ffb8!important;color:#04233c!important;background:linear-gradient(145deg,#9cf3ff,#7adfff)!important}.profile-platforms-block{margin-top:.54rem;display:grid;gap:.42rem}.profile-platform-item{border:1px solid rgba(146,178,236,.28);border-radius:10px;padding:.5rem;background:#0c152c7a}.profile-platform-item p{margin:.24rem 0}@media(max-width:880px){.profile-environment-header{flex-direction:column}.profile-environment-status-block{width:100%;min-width:0}}.profile-commercial-summary{margin-top:.45rem;border:1px solid rgba(110,223,255,.34);border-radius:10px;padding:.52rem;background:#0b1d3c6b}.profile-commercial-summary strong{display:block;color:#9be9ff;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase}.profile-commercial-summary p{margin:.28rem 0 0}.env-status-chip{display:inline-block;border-radius:999px;padding:.12rem .45rem;text-transform:uppercase;letter-spacing:.03em;font-size:.68rem;border:1px solid rgba(160,196,255,.35)}.env-status-active{color:#caffdf;border-color:#73e49199;background:#195b3866}.env-status-inactive{color:#ffe6b3;border-color:#fabd4b85;background:#6946156b}.env-status-deleted{color:#ffd2d2;border-color:#ff82828a;background:#6d222273}.env-status-validating_payment{color:#d8efff;border-color:#75d1ff8f;background:#10345370}.admin-environment-item{display:grid;gap:.34rem}.admin-controls-grid{margin-top:.3rem;display:grid;gap:.44rem;grid-template-columns:minmax(0,1fr) auto;align-items:end}.admin-filter-row{margin-top:.62rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.admin-filter-row{grid-template-columns:1fr}}@media(max-width:760px){.admin-controls-grid{grid-template-columns:1fr}}.config-section-box{border:1px solid rgba(146,178,236,.3);border-radius:12px;padding:.75rem;margin-bottom:.72rem;background:linear-gradient(160deg,#0a142c9e,#0810227a);box-shadow:inset 0 1px #d3ebff14}.config-section-box h3{margin:0 0 .6rem;color:#a5ebff;font-size:.92rem;letter-spacing:.03em;text-transform:uppercase}.config-section-box h4{margin:.72rem 0 .5rem;color:#d8ecff;font-size:.84rem}.config-form-grid{display:grid;gap:.58rem}.config-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.config-role-grid{grid-template-columns:1fr}}.pricing-currency-picker{margin-top:.35rem}.pricing-rate-note{margin:.38rem 0 0;color:#a6c0e4;font-size:.82rem}.reveal{opacity:0;transform:translateY(14px);animation:section-reveal .52s ease forwards}.reveal-1{animation-delay:.04s}.reveal-2{animation-delay:.1s}.reveal-3{animation-delay:.16s}.reveal-4{animation-delay:.22s}.reveal-5{animation-delay:.28s}.reveal-6{animation-delay:.34s}.reveal-7{animation-delay:.4s}.reveal-8{animation-delay:.46s}@keyframes section-reveal{to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.commercial-banner{grid-template-columns:1fr}.hero-modules,.modules-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-page-layout,.feature-price-grid{grid-template-columns:1fr}.pricing-summary-card{position:static}.plans-grid,.checkout-grid{grid-template-columns:1fr}}@media(max-width:760px){.commercial-points li{font-size:.92rem}.mini-nav{width:100%;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.12rem}.mini-nav a{white-space:nowrap;flex:0 0 auto}.topbar{padding:.55rem .66rem}.topbar-right{width:100%;justify-content:space-between;flex-wrap:wrap}.topbar-actions{width:100%;justify-content:flex-start}.auth-user-pill{white-space:normal;overflow-wrap:anywhere}.content-shell{margin-top:.76rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-highlights,.hero-modules,.metrics-grid,.features-grid{grid-template-columns:1fr}.card{border-radius:16px;padding:1rem}.profile-tabs-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.profile-tab-btn{flex:0 0 auto;white-space:nowrap}.pricing-selected-module-item{flex-direction:column;align-items:flex-start}.profile-environment-title,.summary-line,.profile-environment-id{overflow-wrap:anywhere;word-break:break-word}}.home-screen{min-height:100vh;background:linear-gradient(rgba(88,124,196,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(88,124,196,.09) 1px,transparent 1px),radial-gradient(circle at 18% -8%,rgba(45,147,255,.17),transparent 42%),radial-gradient(circle at 85% 2%,rgba(34,92,196,.15),transparent 46%),linear-gradient(180deg,#061232,#040b22 55%,#060d27);background-size:24px 24px,24px 24px,auto,auto,auto}.home-screen .container{width:min(1060px,calc(100% - 1.25rem))}.home-screen .topbar{position:sticky;top:0;width:100%;margin-left:0;padding:.58rem .75rem;border:1px solid rgba(82,125,205,.55);border-radius:14px;background:linear-gradient(180deg,#040e28f5,#061231eb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 16px 42px -28px #03091af2;margin-top:.8rem}.home-screen .brand{font-size:1.62rem;font-weight:700;letter-spacing:.06em}.topbar-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.topbar-login-btn{min-height:36px;padding:.42rem .78rem;font-size:.74rem;border-radius:999px;border-color:#6ec7ff94;background:linear-gradient(170deg,#091637eb,#08122adb);color:#dff1ff}.topbar-login-btn:hover{border-color:#91dfffd1;background:linear-gradient(170deg,#0d1e47f0,#081533e6)}.auth-user-pill{border:1px solid rgba(96,144,233,.52);border-radius:999px;padding:.32rem .62rem;background:#081435d1;color:#d8ebff;font-size:.74rem;white-space:nowrap}.home-mini-nav a{color:#88a9d8}.home-mini-nav a:hover{color:#e6f4ff;background:#356ac238}.compact-switch{border:1px solid rgba(108,141,210,.55);border-radius:999px;background:#06102cdb;padding:.2rem;gap:.16rem}.compact-switch button{border:0;border-radius:999px;min-width:34px;padding:.26rem .54rem;font-size:.68rem;font-weight:700;color:#b9c8e7;background:transparent}.compact-switch .active{background:linear-gradient(145deg,#8bffd7,#63d7ff);color:#04203e}.home-screen .content-shell{width:min(920px,100%);margin:1.4rem auto 0;gap:1.65rem}.home-hero{max-width:760px}.home-hero-eyebrow{display:inline-flex;color:#78e2ff;font-size:.62rem;letter-spacing:.18em;font-weight:700;text-transform:uppercase}.home-hero h1{margin:.46rem 0 .7rem;max-width:14ch;color:#f1f6ff;font-size:clamp(2.2rem,5.4vw,4rem);line-height:1.04;letter-spacing:.01em}.home-hero p{margin:0;max-width:64ch;color:#b0c5e6;font-size:clamp(.98rem,1.5vw,1.05rem);line-height:1.58}.home-hero .hero-actions{margin-top:.62rem}.home-hero-cta{margin-top:1rem;color:#e8f7ff;background:linear-gradient(145deg,#1eb0ff,#4bc8ff);border-radius:10px;padding:.66rem 1rem;font-size:.84rem}.home-delivery h2{margin:0;color:#f4f8ff;font-size:clamp(1.35rem,2.4vw,2.1rem)}.home-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.62rem}.home-metric-card{border:1px solid rgba(65,110,195,.64);border-radius:10px;background:linear-gradient(180deg,#061335e0,#050f2bb3);padding:.72rem}.home-metric-card span{display:block;color:#93afd3;font-size:.82rem}.home-metric-card strong{margin-top:.26rem;display:block;color:#f0f7ff;font-size:1.16rem}.home-delivery-subtitle{margin:.3rem 0 .9rem;color:#90abcf}.home-module-category-groups{display:grid;gap:.8rem}.home-module-category-block{border:1px solid rgba(110,153,230,.34);border-radius:12px;padding:.72rem;background:linear-gradient(180deg,#060e259e,#060f275c)}.home-module-category-block.is-security{border-color:#4fabff61}.home-module-category-block.is-operations{border-color:#ca9e5357}.home-module-category-block.is-communication{border-color:#52c7a257}.home-module-category-title{margin:0 0 .58rem;font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;color:#c8ddff}.home-module-grid-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem}.home-module-item-card{border:1px solid rgba(65,110,195,.64);border-radius:10px;background:linear-gradient(180deg,#061335e0,#050f2bb3);min-height:168px;padding:.72rem;box-shadow:inset 3px 0 #6eb2ff61}.home-module-item-card.is-security{border-color:#4fabffa3;box-shadow:inset 3px 0 #56cfffd1}.home-module-item-card.is-communication{border-color:#52c7a2a3;box-shadow:inset 3px 0 #52ddaccc}.home-module-item-card.is-operations{border-color:#ca9e53a3;box-shadow:inset 3px 0 #ffcd5bb8}.home-module-item-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-module-item-label{display:inline-flex;color:#53dbff;font-size:.56rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.home-module-item-category{display:inline-flex;align-items:center;border:1px solid rgba(128,173,241,.4);border-radius:999px;padding:.16rem .46rem;color:#d8ebff;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#081026bf}.home-module-item-category.is-security{border-color:#56cfff85;color:#85e6ff}.home-module-item-category.is-communication{border-color:#52ddac75;color:#86f0c4}.home-module-item-category.is-operations{border-color:#ffcd5b7a;color:#ffe59e}.home-module-item-card h3{margin:.4rem 0 .38rem;font-size:1.04rem;line-height:1.3;color:#f2f7ff}.home-module-item-card p{margin:0;color:#9eb7dd;font-size:.92rem;line-height:1.48}.home-pricing-banner{border:1px solid rgba(65,110,195,.64);border-radius:10px;background:linear-gradient(180deg,#061335e0,#050f2bb3);padding:1rem;display:grid;grid-template-columns:1.6fr 1fr;gap:1rem}.home-pricing-banner h2,.home-faq h2{margin:0;color:#f4f8ff;font-size:clamp(1.3rem,2.2vw,1.95rem)}.home-pricing-banner p{margin:.34rem 0 .62rem;color:#9eb7dd}.home-pricing-points{margin:0;padding-left:1.1rem;color:#d7e7ff;display:grid;gap:.35rem}.home-pricing-actions{display:grid;align-content:center;gap:.55rem}.home-faq{display:grid;gap:.65rem}.home-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.home-faq-card{border:1px solid rgba(65,110,195,.64);border-radius:10px;background:linear-gradient(180deg,#061335e0,#050f2bb3);padding:.78rem}.home-faq-card h3{margin:0;color:#f2f7ff;font-size:1.03rem;line-height:1.34}.home-faq-card p{margin:.4rem 0 0;color:#9eb7dd;line-height:1.5;font-size:.92rem}.auth-card{width:min(560px,100%);margin:0 auto;border:1px solid rgba(65,110,195,.64);border-radius:12px;background:linear-gradient(180deg,#061335e0,#050f2bb3);padding:1rem}.auth-tabs{display:inline-flex;gap:.3rem;border:1px solid rgba(82,125,205,.55);border-radius:999px;padding:.2rem;background:#05112edb}.auth-tab{border:0;border-radius:999px;padding:.38rem .76rem;background:transparent;color:#b9cae7;cursor:pointer;font-size:.82rem;font-weight:700}.auth-tab.active{background:linear-gradient(145deg,#8bffd7,#63d7ff);color:#04203e}.auth-card h1{margin:.72rem 0 .35rem;color:#f2f7ff;font-size:clamp(1.4rem,3vw,2rem);line-height:1.14}.auth-card p{margin:0;color:#9eb7dd}.auth-form{margin-top:.8rem;display:grid;gap:.62rem}.auth-remember-row{display:inline-flex;align-items:center;gap:.48rem;color:#cfe1ff;font-size:.86rem}.auth-remember-row input{width:16px;height:16px;margin:0}.auth-password-strength{border:1px solid rgba(82,125,205,.45);border-radius:10px;background:#06133594;padding:.58rem .68rem}.auth-password-strength-header{display:flex;align-items:center;justify-content:space-between;gap:.45rem;color:#cfe1ff;font-size:.82rem}.auth-strength-text{font-size:.82rem}.auth-strength-text.weak{color:#fda4af}.auth-strength-text.medium{color:#fcd34d}.auth-strength-text.strong{color:#86efac}.auth-strength-track{margin-top:.36rem;height:8px;border-radius:999px;background:#0f172ae6;overflow:hidden}.auth-strength-fill{display:block;height:100%;transition:width .16s ease}.auth-strength-fill.weak{background:linear-gradient(145deg,#ef4444,#fb7185)}.auth-strength-fill.medium{background:linear-gradient(145deg,#f59e0b,#facc15)}.auth-strength-fill.strong{background:linear-gradient(145deg,#16a34a,#4ade80)}.auth-password-rules{margin-top:.44rem;display:grid;gap:.2rem}.auth-password-rules span{color:#b2c6e8;font-size:.78rem}.auth-password-rules span.ok{color:#86efac}.auth-error{color:#fecaca;border:1px solid rgba(239,68,68,.45);border-radius:8px;background:#7f1d1d42;padding:.52rem .66rem;font-size:.84rem}.auth-switch-line{margin-top:.7rem;font-size:.88rem}.auth-link-btn{border:0;background:transparent;color:#77dbff;font-weight:700;cursor:pointer;padding:0}@media(max-width:980px){.topbar{grid-template-columns:auto minmax(0,1fr);align-items:start;row-gap:.52rem}.mini-nav{grid-column:1 / -1;justify-content:flex-start}.home-metrics-grid{grid-template-columns:1fr}.home-module-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-slot{width:38px;height:38px;border-radius:10px}.home-pricing-banner,.home-faq-grid{grid-template-columns:1fr}.topbar-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:520px){.container,.home-screen .container{width:calc(100% - .8rem)}.card,.auth-card{padding:.82rem;border-radius:12px}.topbar-login-btn,.btn-anchor,.hero-actions .btn,.home-pricing-actions .btn{width:100%;min-width:0}.home-hero h1,.modules-hero h1{font-size:clamp(1.45rem,8vw,1.95rem);line-height:1.16}.home-hero p,.section-copy{font-size:.93rem;line-height:1.6}.home-module-item-card h3,.home-faq-card h3,.price-feature-card h3{font-size:.98rem}.home-module-item-card p,.home-faq-card p,.price-feature-card p,.profile-panel-item span{font-size:.88rem;line-height:1.5}.compact-switch{width:100%;justify-content:center}}@media(max-width:680px){.topbar{grid-template-columns:1fr;gap:.5rem;padding:.56rem;border-radius:12px}.brand-group,.topbar-actions,.mini-nav{width:100%}.mini-nav{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-type:x proximity}.mini-nav a{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start}.topbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.38rem;align-items:stretch}.topbar-login-btn,.auth-user-pill,.compact-switch{width:100%}.auth-user-pill{grid-column:1 / -1;text-align:center;white-space:normal;overflow-wrap:anywhere}.compact-switch,.topbar-login-btn{justify-content:center}.home-screen .content-shell{margin-top:.7rem}.home-hero h1{max-width:100%}.home-module-grid-cards,.modules-page-grid{grid-template-columns:1fr}}
