.header{background:#09070bb8;background:var(--glass-bg,#09070bb8);-webkit-backdrop-filter:blur(28px)saturate(180%);backdrop-filter:blur(28px)saturate(180%);border-bottom:1px solid var(--glass-border,#ffffff14);z-index:1000;width:100%;transition:var(--transition);padding:1rem 0;position:fixed;top:0;left:0;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff0d}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.5px;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.logo-wrapper{background:radial-gradient(circle at 35% 20%,#ffffff2e,#f43f5e14 42%,#ffffff05);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 24px #f43f5e33,inset 0 1px #ffffff1f}.crystal-logo{object-fit:contain;filter:drop-shadow(0 8px 18px #f43f5e47)saturate(1.08);width:100%;height:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),filter .4s}.logo-wrapper:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);width:100%;height:100%;animation:6s ease-in-out infinite shine-logo;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes shine-logo{0%{left:-150%}15%{left:150%}to{left:150%}}.logo:hover .crystal-logo{filter:drop-shadow(0 0 8px #f43f5e99)saturate(1.2);transform:scale(1.1)rotate(3deg)}.nav-links{align-items:center;gap:2rem;margin-left:auto;display:flex}.nav-item{color:var(--text-muted);transition:var(--transition);cursor:pointer;font-size:.95rem;font-weight:600}.nav-item:hover{color:var(--primary-color)}.dropdown{position:relative}.dropdown-trigger{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;display:flex}.chevron{transition:transform .2s}.chevron.rotated{transform:rotate(180deg)}.dropdown-menu{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0f0f12f2;border:1px solid #ffffff14;flex-direction:column;gap:.25rem;width:250px;padding:.75rem;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000080}.dropdown-menu:before{content:"";height:15px;position:absolute;top:-15px;left:0;right:0}.dropdown-item{border-radius:var(--radius-sm);transition:var(--transition);flex-direction:column;padding:.75rem 1rem;display:flex}.dropdown-item:hover{background:#f43f5e14}.dropdown-item .item-title{color:var(--text-main);transition:var(--transition);font-size:.95rem;font-weight:700}.dropdown-item:hover .item-title{color:var(--primary-color)}.dropdown-item .item-tagline{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.header-actions{align-items:center;gap:1rem;display:flex}.user-avatar-header{border:2px solid var(--primary-color);cursor:pointer;width:38px;height:38px;transition:var(--transition);border-radius:50%;box-shadow:0 0 10px #f43f5e33}.user-avatar-header:hover{transform:scale(1.05)}.profile-dropdown-container{position:relative}.profile-dropdown-menu{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0f0f12fa;border:1px solid #ffffff14;flex-direction:column;gap:.25rem;width:240px;padding:.75rem;display:flex;position:absolute;top:100%;right:0;transform:translateY(10px);box-shadow:0 10px 30px #00000080}.profile-dropdown-menu:before{content:"";height:15px;position:absolute;top:-15px;left:0;right:0}.profile-menu-header{border-bottom:1px solid #ffffff0d;flex-direction:column;margin-bottom:.5rem;padding:.5rem 1rem .75rem;display:flex}.profile-menu-header strong{color:var(--text-main);font-size:.95rem}.profile-menu-header span{color:var(--text-muted);font-size:.75rem}.profile-menu-item{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--text-muted);font-size:.9rem;font-family:var(--font-family);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.6rem 1rem;display:block}.profile-menu-item:hover{color:var(--text-main);background:#ffffff08}.logout-btn{color:var(--primary-color)}.logout-btn:hover{color:var(--primary-color);background:#f43f5e14}.login-btn-header{padding:.5rem 1.25rem!important;font-size:.9rem!important}.cta-btn{padding:.5rem 1.25rem;font-size:.9rem}@media (width>=1025px) and (width<=1200px){.nav-links{gap:1.25rem}.header-actions{gap:.75rem}}.mobile-menu-toggle{width:42px;height:42px;color:var(--text-main);cursor:pointer;pointer-events:auto;z-index:2;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none;position:relative}.mobile-menu-toggle span{width:18px;height:2px;transition:var(--transition);background:currentColor;border-radius:999px}.mobile-menu-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1024px){.header{padding:.75rem 0}.header-container{flex-wrap:wrap;gap:.75rem;position:relative}.mobile-menu-toggle{margin-left:auto;display:flex}.nav-links{width:100%;display:none}.nav-links.mobile-open,.header.mobile-menu-open .nav-links,.header:focus-within .nav-links{display:flex}.nav-links{border-radius:var(--radius-md);background:#0f0f12f5;border:1px solid #ffffff14;flex-direction:column;order:3;align-items:stretch;gap:.5rem;margin-left:0;padding:1.25rem}.nav-item,.dropdown-trigger{width:100%}.dropdown-menu{width:100%;box-shadow:none;margin-top:.75rem;position:static;transform:none}.header.mobile-menu-open .dropdown-menu,.header:focus-within .dropdown-menu{display:flex}.dropdown-menu:before,.profile-dropdown-menu:before{display:none}.header-actions{border-top:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;margin-top:1rem;padding-top:1rem;display:flex}.header-actions .btn{justify-content:center;width:100%}.profile-dropdown-container{width:100%}.profile-dropdown-menu{width:100%;box-shadow:none;background:#ffffff05;border:1px solid #ffffff0d;margin-top:.75rem;position:static;transform:none}}@media (width<=520px){.logo span{font-size:1.05rem}}.footer-section{background:var(--ink-950);border-top:1px solid var(--line-soft);z-index:2;padding:6rem 0 3rem;position:relative}.footer-container-grid{grid-template-columns:1.4fr .8fr 1fr .8fr;gap:4rem;margin-bottom:2rem;display:grid}.footer-brand{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.footer-logo-link{color:var(--text-strong);align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;display:flex}.footer-logo{filter:drop-shadow(0 4px 12px #f5356826);height:36px}.footer-tagline{color:var(--text-muted);max-width:320px;margin:0;font-size:.9rem;line-height:1.5}.footer-nav-col{flex-direction:column;display:flex}.footer-col-title{color:var(--text-strong);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.25rem;font-size:.9rem;font-weight:700}.footer-col-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-col-links a{color:var(--text-muted);transition:var(--transition);font-size:.9rem}.footer-col-links a:hover{color:var(--ruby-400)}.footer-bottom{border-top:1px solid var(--line-soft);justify-content:center;align-items:center;margin-top:6rem;padding-top:2.5rem;padding-bottom:2.5rem;display:flex}.footer-copyright{color:var(--text-soft);margin:0;font-size:.8rem}@media (width<=992px){.footer-container-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=576px){.footer-container-grid{grid-template-columns:1fr;gap:2rem}.footer-section{padding:4rem 0 2rem}.footer-bottom{margin-top:2.5rem}}.support-float-container{z-index:9999;position:fixed;bottom:2rem;right:2rem}.support-bubble{background:var(--primary-color);color:#fff;border-radius:100px;align-items:center;gap:.75rem;padding:.5rem .5rem .5rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 25px #f43f5e66,0 0 0 1px #ffffff1a}.bubble-text{white-space:nowrap;opacity:0;max-width:0;transition:all .3s;overflow:hidden}.support-bubble:hover{padding:.5rem 1.25rem;transform:translateY(-5px);box-shadow:0 15px 30px #f43f5e99}.support-bubble:hover .bubble-text{opacity:1;max-width:100px}.bubble-icon{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.bubble-icon svg{width:20px;height:20px}.workstation-window{background:var(--ink-900);border:1px solid var(--line-soft);border-radius:var(--radius-md);-webkit-user-select:none;user-select:none;flex-direction:column;width:100%;height:380px;font-size:13px;display:flex;overflow:hidden;box-shadow:0 30px 70px #000000b3,0 0 50px #f535680d}.workstation-header{background:var(--ink-950);border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;height:36px;padding:0 12px;display:flex}.workstation-dots{gap:6px;display:flex}.workstation-dots .dot{opacity:.7;border-radius:50%;width:10px;height:10px}.workstation-dots .dot.red{background:#ff5f56}.workstation-dots .dot.yellow{background:#ffbd2e}.workstation-dots .dot.green{background:#27c93f}.workstation-title{color:var(--text-muted);letter-spacing:.03em;font-size:11px;font-weight:500}.workstation-actions .window-btn{background:var(--panel-strong);border-radius:3px;width:12px;height:12px;display:inline-block}.workstation-body{flex:1;display:flex;position:relative;overflow:hidden}.workstation-sidebar{background:var(--ink-950);border-right:1px solid var(--line-soft);flex-direction:column;gap:12px;width:130px;padding:10px;display:flex}.sidebar-section{flex-direction:column;gap:4px;display:flex}.sidebar-section .section-title{text-transform:uppercase;color:var(--text-soft);letter-spacing:.05em;margin-bottom:4px;font-size:9px;font-weight:700}.sidebar-item{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:var(--transition);align-items:center;gap:6px;padding:6px 8px;display:flex}.sidebar-item.active{background:var(--panel-strong);color:var(--text-strong)}.sidebar-item:hover:not(.active){background:var(--panel);color:var(--text-main)}.sidebar-item span{font-size:11px}.node-preset{color:var(--text-soft);align-items:center;gap:6px;padding:4px 6px;font-size:11px;display:flex}.preset-dot{border-radius:50%;width:6px;height:6px}.preset-dot.pink{background:var(--ruby-400)}.preset-dot.violet{background:var(--violet-400)}.preset-dot.berry{background:var(--berry-400)}.workstation-canvas{background:var(--ink-850);flex:1;position:relative;overflow:hidden}.canvas-grid-bg{pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:0}.canvas-connections{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.path-active{stroke:var(--ruby-400);fill:none;stroke-width:1.5px;opacity:.8}.path-pending{stroke:var(--line-soft);fill:none;stroke-width:1.5px}@keyframes dash-flow{to{stroke-dashoffset:-20px}}.animate-dash{stroke-dasharray:4 4;animation:.8s linear infinite dash-flow}.node-box{background:var(--ink-900);border:1px solid var(--line-soft);z-index:2;width:120px;transition:var(--transition);border-radius:8px;padding:8px;position:absolute;box-shadow:0 10px 25px #00000080}.node-box.active{border-color:#f5356840;box-shadow:0 10px 25px #00000080,0 0 12px #f535681a}.node-box.processing{border-color:var(--violet-400);animation:2s ease-in-out infinite alternate border-pulse}.node-box.pending{opacity:.4}@keyframes border-pulse{0%{border-color:#a78bfa33;box-shadow:0 10px 25px #00000080}to{border-color:#a78bfab3;box-shadow:0 10px 25px #00000080,0 0 12px #a78bfa33}}.node-pin-in,.node-pin-out{background:var(--ink-700);border:1px solid var(--line-soft);border-radius:50%;width:6px;height:6px;position:absolute}.node-box.active .node-pin-in,.node-box.active .node-pin-out{background:var(--ruby-400);border-color:var(--ruby-300);box-shadow:0 0 4px var(--ruby-400)}.node-pin-in{top:50%;left:-4px;transform:translateY(-50%)}.node-pin-out{top:50%;right:-4px;transform:translateY(-50%)}.node-header{color:var(--text-strong);border-bottom:1px solid var(--line-soft);align-items:center;gap:4px;margin-bottom:4px;padding-bottom:4px;font-size:11px;font-weight:600;display:flex}.node-icon{font-size:10px}.node-content{color:var(--text-muted);font-size:9px}.node-prompt p{white-space:nowrap;text-overflow:ellipsis;font-style:italic;overflow:hidden}.char-badge{background:var(--panel-strong);border-radius:4px;align-items:center;gap:4px;padding:2px 4px;display:flex}.char-avatar{background:var(--ruby-500);border-radius:50%;width:8px;height:8px}.image-preview-placeholder{background:#111;border-radius:4px;justify-content:center;align-items:center;height:48px;display:flex;position:relative;overflow:hidden}.shimmer-img{background:linear-gradient(90deg,#ffffff03 25%,#ffffff0d 50%,#ffffff03 75%) 0 0/200% 100%;width:100%;height:100%;animation:2.5s infinite shimmer-load}@keyframes shimmer-load{0%{background-position:-200% 0}to{background-position:200% 0}}.percent-badge{color:var(--ruby-300);background:#000000b3;border:1px solid #f535684d;border-radius:3px;padding:1px 3px;font-size:8px;font-weight:700;position:absolute}.video-progress{flex-direction:column;gap:4px;display:flex}.progress-bar{background:var(--line-soft);border-radius:2px;height:4px;overflow:hidden}.progress-fill{background:var(--violet-400);border-radius:2px;width:35%;height:100%;animation:4s linear infinite progress-fill-anim}@keyframes progress-fill-anim{0%{width:0%}to{width:100%}}.node-video-ai .status-text{color:var(--text-soft);font-size:8px}.format-label{background:var(--panel);color:var(--text-soft);border-radius:3px;padding:2px 4px;display:inline-block}.workstation-inspector{background:var(--ink-950);border-left:1px solid var(--line-soft);flex-direction:column;gap:12px;width:130px;padding:10px;display:flex}.inspector-title{text-transform:uppercase;color:var(--text-soft);letter-spacing:.05em;font-size:9px;font-weight:700}.inspector-section{flex-direction:column;gap:4px;display:flex}.inspector-section label{color:var(--text-soft);font-size:9px}.inspector-value{background:var(--panel);color:var(--text-main);border:1px solid var(--line-soft);border-radius:4px;padding:4px 6px;font-size:10px}.inspector-slider{align-items:center;gap:6px;display:flex}.slider-track{background:var(--line-soft);border-radius:2px;flex:1;height:3px;position:relative}.slider-thumb{background:var(--ruby-400);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;transform:translate(-50%,-50%)}.inspector-slider span{color:var(--text-muted);font-size:9px}.workstation-footer{background:var(--ink-950);border-top:1px solid var(--line-soft);height:26px;color:var(--text-soft);justify-content:space-between;align-items:center;padding:0 12px;font-size:10px;display:flex}.footer-status{align-items:center;gap:6px;display:flex}.status-indicator{background:#10b981;border-radius:50%;width:6px;height:6px}.footer-stats{gap:12px;display:flex}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.animate-pulse{animation:1.5s ease-in-out infinite pulse}@media (width<=768px){.workstation-window{height:300px}.workstation-sidebar,.workstation-inspector{display:none}}.hero-section{padding:10rem 0 6rem;position:relative;overflow:hidden}.hero-container-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;display:grid}.hero-left-content{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.hero-eyebrow{color:var(--ruby-400);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:700}.hero-h1{color:var(--text-strong);letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,5.5vw,3.8rem);font-weight:800;line-height:1.05}.hero-description-text{color:var(--text-muted);max-width:620px;margin:0;font-size:1.1rem;line-height:1.65}.hero-btn-group{gap:1rem;width:100%;display:flex}.hero-features-proof{color:var(--text-soft);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.78rem;display:flex}.proof-separator{color:var(--ruby-400);opacity:.6}.hero-right-visual{z-index:2;width:100%;position:relative}.hero-right-visual:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#f5356814 0%,#0000 60%);position:absolute;inset:-10%}@media (width<=1024px){.hero-container-grid{grid-template-columns:1fr;gap:3rem}.hero-section{padding-top:8rem}}@media (width<=576px){.hero-btn-group{flex-direction:column}.hero-btn-group .btn{width:100%}.hero-features-proof{justify-content:flex-start}}.proof-strip{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:linear-gradient(180deg, var(--ink-950) 0%, #ffffff03 100%);z-index:2;padding:3rem 0;position:relative}.proof-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.proof-item{align-items:flex-start;gap:1rem;display:flex}.proof-number{font-family:var(--font-family);color:var(--ruby-400);font-size:1.25rem;font-weight:800;line-height:1}.proof-text{flex-direction:column;gap:.25rem;display:flex}.proof-title{color:var(--text-strong);margin:0;font-size:.95rem;font-weight:600}.proof-desc{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.4}@media (width<=992px){.proof-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}}@media (width<=576px){.proof-grid{grid-template-columns:1fr;gap:1.5rem}.proof-strip{padding:2rem 0}}.product-ecosystem-section{padding:8rem 2rem;position:relative}.section-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto 5rem;display:flex}.section-header h2{color:var(--text-strong);font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1}.section-subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.ecosystem-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.ecosystem-card{background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;justify-content:space-between;gap:2rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.ecosystem-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ecosystem-card:hover{border-color:#f5356833;transform:translateY(-4px);box-shadow:0 30px 60px -10px #0009,0 0 50px #f535680d}.card-top{flex-direction:column;gap:1rem;display:flex}.product-badge{text-transform:uppercase;color:var(--ruby-400);letter-spacing:.1em;font-size:.75rem;font-weight:700}.product-title{color:var(--text-strong);margin:0;font-size:2rem}.product-description{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.product-bullets{flex-direction:column;gap:.6rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.product-bullets li{color:var(--text-main);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.bullet-dot{background:var(--ruby-400);width:5px;height:5px;box-shadow:0 0 6px var(--ruby-400);border-radius:50%}.card-visual-wrapper{background:var(--ink-950);border:1px solid var(--line-soft);border-radius:var(--radius-md);height:180px;position:relative;overflow:hidden}.mini-node-canvas{align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.canvas-grid{pointer-events:none;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:12px 12px;position:absolute;inset:0}.mini-node{background:var(--ink-900);border:1px solid var(--line-soft);color:var(--text-muted);z-index:2;transition:var(--transition);border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:10px;display:flex;position:absolute;box-shadow:0 8px 16px #00000080}.mini-node.active{color:var(--text-strong);border-color:#f5356833;box-shadow:0 8px 16px #00000080,0 0 10px #f535681a}.node-a{top:35px;left:16px}.node-b{top:95px;left:135px}.node-c{top:60px;left:245px}.mini-node-pin-in,.mini-node-pin-out{background:var(--ruby-400);width:4px;height:4px;box-shadow:0 0 3px var(--ruby-400);border-radius:50%;position:absolute}.mini-node-pin-in{top:50%;left:-3px;transform:translateY(-50%)}.mini-node-pin-out{top:50%;right:-3px;transform:translateY(-50%)}.mini-node-icon{font-size:11px}.mini-svg-connections{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.mini-timeline-container{flex-direction:column;justify-content:center;gap:1rem;height:100%;padding:1rem;display:flex}.timeline-header{color:var(--text-soft);justify-content:space-between;align-items:center;font-size:10px;display:flex}.timeline-tag{color:var(--violet-400);background:#8b5cf626;border:1px solid #8b5cf633;border-radius:4px;padding:2px 6px}.timeline-track{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.timeline-block{background:var(--ink-900);border:1px solid var(--line-soft);transition:var(--transition);border-radius:8px;flex-direction:column;gap:8px;padding:8px;display:flex}.timeline-block.success{border-color:#10b98133}.timeline-block.active{border-color:var(--ruby-400);box-shadow:0 0 10px #f5356814}.timeline-block.pending{opacity:.3}.block-preview{background:var(--ink-850);border-radius:4px;height:48px;position:relative;overflow:hidden}.timeline-block.success .block-preview{background:linear-gradient(135deg,#10b9810d,#10b98126)}.timeline-block.active .block-preview{background:linear-gradient(135deg,#f535680d,#f5356826)}.mini-shimmer{background:linear-gradient(90deg,#0000,#f5356833,#0000);width:100%;height:100%;animation:2s linear infinite mini-scan;position:absolute;top:0;left:0}@keyframes mini-scan{0%{transform:translate(-100%)}to{transform:translate(100%)}}.block-meta{justify-content:space-between;align-items:center;font-size:9px;display:flex}.block-num{color:var(--text-muted)}.block-status{font-weight:600}.success .block-status{color:#10b981}.active .block-status{color:var(--ruby-400)}.pending .block-status{color:var(--text-soft)}.card-actions{display:flex}.card-actions .btn{width:100%}@media (width<=992px){.ecosystem-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=576px){.product-ecosystem-section{padding:5rem 1rem}.ecosystem-card{padding:1.5rem}}.workflow-steps-section{padding:8rem 2rem;position:relative}.steps-container{margin-top:4rem;position:relative}.steps-flow-line{background:var(--line-soft);z-index:1;height:2px;position:absolute;top:15px;left:12.5%;right:12.5%}.flow-progress{background:linear-gradient(90deg, var(--ruby-500), var(--violet-500));width:66%;height:100%;box-shadow:0 0 8px var(--ruby-400)}.steps-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.step-card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.step-num-node{background:var(--ink-950);border:2px solid var(--line-soft);width:32px;height:32px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.step-dot{background:var(--text-soft);width:6px;height:6px;transition:var(--transition);border-radius:50%}.step-card:nth-child(-n+3) .step-num-node{border-color:var(--ruby-400);box-shadow:0 0 12px #f5356833}.step-card:nth-child(-n+3) .step-dot{background:var(--ruby-400);box-shadow:0 0 6px var(--ruby-400)}.step-card:last-child .step-num-node{border-color:var(--line-soft)}.step-number{font-family:var(--font-family);color:var(--text-soft);letter-spacing:.05em;font-size:.8rem;font-weight:700;position:absolute;top:-24px}.step-card:nth-child(-n+3) .step-number{color:var(--ruby-400)}.step-info{flex-direction:column;gap:.75rem;display:flex}.step-title{color:var(--text-strong);margin:0;font-size:1.25rem;font-weight:700}.step-desc{color:var(--text-muted);max-width:240px;margin:0;font-size:.9rem;line-height:1.6}@media (width<=768px){.steps-flow-line{width:2px;height:auto;inset:0 auto 2rem 16px}.flow-progress{background:linear-gradient(180deg, var(--ruby-500), var(--violet-500));width:100%;height:66%}.steps-grid{grid-template-columns:1fr;gap:3rem}.step-card{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem}.step-num-node{flex-shrink:0}.step-number{white-space:nowrap;display:none;top:50%;left:45px;transform:translateY(-50%)}.step-info{gap:.4rem}.step-desc{max-width:none}}.feature-grid-section{padding:8rem 2rem;position:relative}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius-md);transition:var(--transition);flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2rem;display:flex;position:relative}.feature-card:hover{background:#ffffff09;border-color:#f535682e;transform:translateY(-2px);box-shadow:0 15px 35px #0006}.feature-card-icon{width:44px;height:44px;color:var(--ruby-400);transition:var(--transition);background:#f535680a;border:1px solid #f535681a;border-radius:8px;justify-content:center;align-items:center;display:flex}.feature-card:hover .feature-card-icon{color:var(--ruby-300);background:#f535681a;border-color:#f5356840;box-shadow:0 0 12px #f5356826}.feature-card-icon svg{width:22px;height:22px}.feature-card-title{color:var(--text-strong);margin:0;font-size:1.2rem;font-weight:600}.feature-card-desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}@media (width<=992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.desktop-first-section{padding:8rem 2rem;position:relative}.desktop-first-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.desktop-text{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.desktop-text h2{color:var(--text-strong);font-size:clamp(2.2rem,4vw,3rem);line-height:1.15}.desktop-desc{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.desktop-features-list{flex-direction:column;gap:1.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.desktop-features-list li{align-items:flex-start;gap:1.25rem;display:flex}.list-icon{width:40px;height:40px;color:var(--ruby-400);background:#f535680d;border:1px solid #f535681a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.list-icon svg{width:20px;height:20px}.desktop-features-list strong{color:var(--text-strong);margin-bottom:.25rem;font-size:1.05rem;display:block}.desktop-features-list p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.cockpit-panel{background:var(--ink-900);border:1px solid var(--line-soft);border-radius:var(--radius-md);flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 40px #f5356808}.cockpit-header{background:var(--ink-950);border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;height:38px;padding:0 16px;display:flex}.cockpit-title{color:var(--text-muted);letter-spacing:.02em;font-size:11px;font-weight:600}.cockpit-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b981}.cockpit-content{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.cockpit-card{background:var(--ink-950);border:1px solid var(--line-soft);border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.cockpit-card-header{color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;display:flex}.badge-small{letter-spacing:.02em;border-radius:100px;padding:2px 6px;font-size:8px;font-weight:700}.badge-small.green{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.badge-small.pink{color:var(--ruby-400);background:#f535681a;border:1px solid #f5356833}.cockpit-stat-row{justify-content:space-between;font-size:11px;display:flex}.stat-label{color:var(--text-muted)}.stat-val{color:var(--text-strong);font-weight:500}.cockpit-input-mock{background:var(--ink-900);border:1px solid var(--line-soft);color:var(--text-muted);border-radius:6px;padding:8px 12px;font-size:11px}.cockpit-footer{background:var(--ink-950);border-top:1px solid var(--line-soft);height:44px;color:var(--text-soft);justify-content:space-between;align-items:center;padding:0 16px;font-size:10px;display:flex}.cockpit-btn{background:var(--panel-strong);border:1px solid var(--line-soft);color:var(--text-strong);cursor:pointer;transition:var(--transition);border-radius:4px;padding:6px 12px;font-size:10px;font-weight:600}.cockpit-btn:hover{background:#ffffff1a;border-color:#fff3}@media (width<=992px){.desktop-first-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=576px){.desktop-first-section{padding:5rem 1rem}}.pricing-preview-section{padding:8rem 2rem;position:relative}.pricing-preview-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.pricing-preview-card{background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;justify-content:space-between;gap:2rem;padding:3rem 2rem 2.5rem;display:flex;position:relative;overflow:hidden}.pricing-preview-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.pricing-preview-card.popular{box-shadow:var(--shadow-ruby);background:linear-gradient(#f535680a 0%,#ffffff01 100%);border-color:#f5356859}.pricing-preview-card.popular:hover{border-color:#f5356880;box-shadow:0 24px 80px #f5356840,0 0 40px #f535680d}.popular-ribbon{background:var(--ruby-500);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:14px;right:14px;box-shadow:0 0 10px #f535684d}.tier-header{flex-direction:column;gap:.5rem;display:flex}.tier-name{color:var(--text-strong);margin:0;font-size:1.6rem;font-weight:700}.tier-desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.tier-divider{background:var(--line-soft);width:100%;height:1px}.tier-features{flex-direction:column;flex:1;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.tier-features li{color:var(--text-main);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.4;display:flex}.tier-check-icon{color:var(--ruby-400);flex-shrink:0;margin-top:2px}.tier-cta-btn{width:100%;margin-top:1rem}@media (width<=992px){.pricing-preview-grid{grid-template-columns:1fr;gap:2rem;max-width:420px;margin:0 auto}}@media (width<=576px){.pricing-preview-section{padding:5rem 1rem}}.faq-section{padding:8rem 2rem}.faq-wrapper{background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius-xl);grid-template-columns:1fr 1.5fr;gap:4rem;padding:4rem;display:grid;position:relative;box-shadow:0 20px 50px #00000059}.faq-info{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.faq-info h2{font-size:clamp(2rem,4vw,2.75rem);line-height:1.2}.faq-intro-desc{color:var(--text-muted);margin:0 0 1rem;line-height:1.6}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-details{border:1px solid var(--line-soft);border-radius:var(--radius-md);transition:var(--transition);background:#ffffff04;overflow:hidden}.faq-details:hover{background:#ffffff08;border-color:#f5356826}.faq-summary{cursor:pointer;outline:none;justify-content:space-between;align-items:center;padding:1.5rem;list-style:none;display:flex}.faq-summary::-webkit-details-marker{display:none}.faq-summary h4{color:var(--text-strong);margin:0;padding-right:1.5rem;font-size:1.05rem;font-weight:600}.faq-icon{color:var(--text-soft);flex-shrink:0;transition:transform .3s,color .3s}.faq-details[open]{background:#f5356808;border-color:#f5356847;box-shadow:inset 0 0 20px #f535680a}.faq-details[open] .faq-icon{color:var(--ruby-400);transform:rotate(180deg)}.faq-content{padding:0 1.5rem 1.5rem}.faq-content p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.support-link-btn{text-align:center;width:100%}@media (width<=992px){.faq-wrapper{grid-template-columns:1fr;gap:3rem;padding:2.5rem}.support-link-btn{width:auto}}@media (width<=576px){.faq-section{padding:5rem 1rem}.faq-wrapper{padding:1.5rem}}.cta-box{border-radius:var(--radius-xl);background:radial-gradient(circle at 82% 30%,#f43f5e3d,#0000 32%),linear-gradient(135deg,#f43f5e1a 0%,#8b5cf60d 100%);border:1px solid #f43f5e33;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:3rem;padding:4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000073,inset 0 0 44px #f43f5e0d}.cta-box:before{content:"";z-index:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-content{z-index:1;flex-direction:column;align-items:flex-start;max-width:560px;display:flex;position:relative}.cta-content h2{margin:1rem 0 1.25rem;font-size:clamp(2.2rem,4vw,3.35rem)}.cta-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.08rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.cta-trust{color:var(--text-muted);flex-wrap:wrap;gap:.85rem 1.25rem;font-size:.9rem;font-weight:500;display:flex}.cta-demo-card{z-index:1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0a0a12c2;border:1px solid #ffffff1a;border-radius:28px;min-height:360px;position:relative;overflow:hidden;box-shadow:0 35px 100px #00000073,0 0 80px #f43f5e29,inset 0 1px #ffffff14}.cta-demo-header{background:#ffffff09;border-bottom:1px solid #ffffff14;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem 1.2rem;display:grid}.cta-demo-header strong{color:var(--text-main);font-size:.95rem}.cta-demo-header em{color:#fb7185;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-style:normal;font-weight:800}.cta-demo-dots{gap:.4rem;display:flex}.cta-demo-dots span{background:#ffffff2e;border-radius:50%;width:10px;height:10px}.cta-demo-dots span:first-child{background:#fb7185}.cta-demo-dots span:nth-child(2){background:#fbbf24}.cta-demo-dots span:nth-child(3){background:#34d399}.cta-demo-body{background:linear-gradient(#ffffff09 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#ffffff09 1px,#0000 1px) 0 0/28px 28px,radial-gradient(circle at 72% 28%,#f43f5e38,#0000 34%);min-height:310px;position:relative}.cta-node{z-index:2;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;padding:.82rem 1rem;font-size:.84rem;font-weight:800;animation:4s ease-in-out infinite cta-node-float;position:absolute;box-shadow:0 16px 35px #00000052}.node-input{background:#f43f5e2b;border-color:#f43f5e73;top:2.2rem;left:2rem}.node-image{animation-delay:.35s;top:7rem;left:14.3rem}.node-video{animation-delay:.7s;top:2.8rem;right:2.1rem}.cta-demo-lines{z-index:1;width:100%;height:100%;position:absolute;inset:0}.cta-demo-lines path{fill:none;stroke:#f43f5ead;stroke-width:3px;stroke-linecap:round;stroke-dasharray:10 10;filter:drop-shadow(0 0 10px #f43f5e80);animation:1.4s linear infinite cta-dash-flow}.cta-preview-panel{background:linear-gradient(135deg,#f43f5e2b,#8b5cf624);border:1px solid #ffffff1c;border-radius:22px;justify-content:center;align-items:center;height:96px;display:flex;position:absolute;bottom:4.8rem;left:2rem;right:2rem;overflow:hidden}.cta-preview-panel span{z-index:2;color:#ffffffe0;letter-spacing:.08em;text-transform:uppercase;font-weight:800;position:relative}.cta-preview-glow{background:linear-gradient(90deg,#0000,#ffffff38,#0000);width:52%;height:180%;animation:3s ease-in-out infinite cta-preview-scan;position:absolute;transform:rotate(18deg)}.cta-timeline{grid-template-columns:1.4fr 1fr .8fr 1.2fr;gap:.7rem;display:grid;position:absolute;bottom:1.7rem;left:2rem;right:2rem}.cta-timeline span{background:#ffffff1a;border-radius:999px;height:10px;overflow:hidden}.cta-timeline span:nth-child(2){background:linear-gradient(90deg,#fb7185,#a78bfa);box-shadow:0 0 22px #f43f5e47}@keyframes cta-node-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes cta-dash-flow{to{stroke-dashoffset:-20px}}@keyframes cta-preview-scan{0%{opacity:0;left:-60%}20%{opacity:1}80%{opacity:1}to{opacity:0;left:110%}}@media (width<=980px){.cta-box{grid-template-columns:1fr;padding:3rem 2rem}.cta-content{text-align:center;align-items:center;max-width:none}}@media (width<=768px){.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px}.cta-trust{flex-direction:column;gap:1rem}.cta-demo-card{min-height:320px}.node-image{left:42%}.cta-demo-header{grid-template-columns:auto 1fr}.cta-demo-header em{display:none}}.product-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:12rem;display:grid}.product-showcase.reverse{direction:rtl}.product-showcase.reverse .product-info{direction:ltr}.product-info{flex-direction:column;gap:1.5rem;display:flex}.product-info h2{font-size:2.5rem}.product-desc{color:var(--text-muted);font-size:1.15rem;line-height:1.7}.audiences{margin-top:.5rem}.audiences-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.audience-tags{flex-wrap:wrap;gap:.5rem;display:flex}.audience-tag{color:var(--text-main);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;padding:.3rem .8rem;font-size:.85rem}.audience-tag:hover{color:var(--primary-color);background:#f43f5e26;border-color:#f43f5e4d}.product-features{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.feature-item{border-radius:var(--radius-md);transition:var(--transition);background:#ffffff03;border:1px solid #0000;align-items:flex-start;gap:1.25rem;padding:1rem;display:flex}.feature-item:hover{background:#ffffff08;border-color:#ffffff14;transform:translate(10px)}.feature-icon{width:48px;height:48px;color:var(--primary-color);background:linear-gradient(135deg,#f43f5e1a 0%,#8b5cf61a 100%);border:1px solid #f43f5e33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex;box-shadow:0 4px 15px #f43f5e1a}.feature-icon svg{width:100%;height:100%}.feature-text h4{color:var(--text-main);margin-bottom:.35rem;font-size:1.1rem}.feature-text p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.product-cta{margin-top:1.5rem}.product-visual{z-index:1;position:relative}.visual-glow{z-index:-1;filter:blur(40px);background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-showcase.reverse .visual-glow{background:radial-gradient(circle,#f43f5e26 0%,#0000 70%)}.ui-mockup{aspect-ratio:16/10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#141416cc;border:1px solid #ffffff1a;flex-direction:column;width:100%;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.product-visual:hover .ui-mockup{border-color:#f43f5e4d;transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px -15px #0009,0 0 30px #f43f5e33}.ui-header{background:#0006;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;height:36px;padding:0 16px;display:flex}.ui-dot{background:#ff5f56;border-radius:50%;width:12px;height:12px}.ui-dot:nth-child(2){background:#ffbd2e}.ui-dot:nth-child(3){background:#27c93f}.ui-title{color:var(--text-muted);margin-left:auto;font-size:13px;font-weight:500}.ui-body{flex:1;gap:16px;padding:16px;display:flex;position:relative}@keyframes slide-right{0%{width:0%}50%{width:100%}to{width:0%;left:auto;right:0}}@media (width<=1024px){.product-showcase,.product-showcase.reverse{direction:ltr;grid-template-columns:1fr;gap:4rem}}.pricing-container{width:100%;margin-top:3rem}.pricing-title-area{text-align:center;margin-bottom:2rem}.pricing-title-area h3{font-size:1.75rem;font-weight:700}.pricing-table{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:2rem;display:grid}.pricing-card{-webkit-backdrop-filter:blur(28px)saturate(180%);border-radius:var(--radius-lg);transition:var(--transition);background:linear-gradient(135deg,#ffffff08 0%,#ffffff01 100%);border:1px solid #ffffff0d;flex-direction:column;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 20px 45px #00000059,inset 0 1px #ffffff14}.pricing-card.popular{background:linear-gradient(#f43f5e0f 0%,#ffffff01 100%);border:1px solid #f43f5e59;box-shadow:0 20px 45px #f43f5e14,inset 0 1px #ffffff1f}.pricing-card:hover{border-color:#ffffff26;transform:translateY(-8px);box-shadow:0 30px 60px #00000073,inset 0 1px #ffffff26}.pricing-card.popular:hover{border-color:var(--primary-color);box-shadow:0 30px 60px #f43f5e26,inset 0 1px #fff3}.popular-badge{background:var(--primary-color);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.plan-header{margin-bottom:2rem}.plan-header h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem}.plan-desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.plan-price{align-items:baseline;margin-bottom:2.5rem;display:flex}.plan-price .amount{color:var(--text-main);font-size:2.25rem;font-weight:800}.plan-price .period{color:var(--text-muted);margin-left:.5rem;font-size:.95rem}.plan-btn{width:100%;margin-bottom:2.5rem;border-radius:var(--radius-md)!important}.plan-features-list{flex-direction:column;gap:1rem;margin-top:auto;list-style:none;display:flex}.plan-features-list li{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.4;display:flex}.check-icon{color:var(--primary-color);flex-shrink:0;margin-top:2px}.billing-toggle{background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.35rem;margin:1.25rem auto 0;padding:.35rem;display:inline-flex;box-shadow:inset 0 1px #ffffff14,0 18px 40px #00000040}.billing-toggle button{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:0;border-radius:999px;padding:.75rem 1.15rem;font-weight:700}.billing-toggle button span{color:#fecdd3;margin-left:.35rem;font-size:.75rem}.billing-toggle button.active{color:#fff;background:linear-gradient(135deg,#fb7185 0%,#e11d48 100%);box-shadow:0 12px 28px #e11d4859}.savings-note{color:#fecdd3;margin:-1.8rem 0 1.8rem;font-size:.85rem;font-weight:700}@media (width<=640px){.billing-toggle{width:100%}.billing-toggle button{flex:1;padding:.7rem .75rem}}.pricing-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:100px;justify-content:center;gap:1rem;width:fit-content;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:.5rem;display:flex}.tab-btn{color:var(--text-muted);font-family:var(--font-family);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:100px;padding:.75rem 2rem;font-size:1rem;font-weight:600}.tab-btn:hover{color:var(--text-main);background:#ffffff08}.tab-btn.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 15px #f43f5e4d}@media (width<=600px){.pricing-tabs{border-radius:var(--radius-md);flex-direction:column;width:100%}.tab-btn{width:100%}}.dashboard-page.container{padding:10rem 2rem 6rem}.dashboard-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;display:flex}.user-profile{align-items:center;gap:1.5rem;display:flex}.user-avatar-large{border:2px solid var(--primary-color);border-radius:50%;width:72px;height:72px;box-shadow:0 0 20px #f43f5e33}.user-profile h2{color:var(--text-main);font-size:2rem}.user-email{color:var(--text-muted);font-size:1rem}.dashboard-content{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.section-title{color:var(--text-main);margin-bottom:1.5rem;font-size:1.5rem}.purchase-list{flex-direction:column;gap:2rem;display:flex}.purchase-card{border-radius:var(--radius-lg);padding:2.5rem}.purchase-card-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.purchase-card-header h4{color:var(--text-main);margin-bottom:.25rem;font-size:1.35rem}.purchase-plan{color:var(--primary-color);font-size:.9rem;font-weight:600}.status-badge{text-transform:uppercase;border-radius:100px;padding:.35rem .85rem;font-size:.8rem;font-weight:700}.status-badge.pending{color:#eab308;background:#eab3081a;border:1px solid #eab30833}.status-badge.active{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.purchase-card-body{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.info-row{color:var(--text-muted);justify-content:space-between;font-size:.95rem;display:flex}.info-row strong{color:var(--text-main)}.pending-notice{border-radius:var(--radius-md);color:#eab308;background:#eab3080d;border:1px solid #eab30826;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.9rem;line-height:1.5;display:flex}.muted-notice{color:var(--text-muted);background:#94a3b814;border-color:#94a3b82e}.pending-countdown{color:#facc15;white-space:nowrap;background:#eab3081a;border:1px solid #eab3083d;border-radius:999px;margin-left:auto;padding:.25rem .65rem;font-size:.82rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-icon{flex-shrink:0;margin-top:2px;animation:3s linear infinite spin}.key-display{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.key-label{color:var(--text-muted);text-transform:uppercase;font-size:.85rem;font-weight:600}.key-box{border-radius:var(--radius-md);background:#0006;border:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.5rem .5rem .5rem 1rem;display:flex}.key-box code{color:#22c55e;letter-spacing:.5px;font-family:monospace;font-size:1.1rem}.copy-btn{color:var(--text-main);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.copy-btn:hover{background:var(--primary-color);border-color:var(--primary-color)}.purchase-card-footer{border-top:1px solid #ffffff0d;gap:1rem;padding-top:1.5rem;display:flex}.sidebar-card{border-radius:var(--radius-lg);margin-bottom:2rem;padding:2rem}.sidebar-card h3{color:var(--text-main);margin-bottom:1.25rem;font-size:1.25rem}.instructions-list{color:var(--text-muted);flex-direction:column;gap:.75rem;padding-left:1.25rem;font-size:.95rem;line-height:1.7;display:flex}.support-card p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.support-btn{width:100%}@media (width<=900px){.dashboard-content{grid-template-columns:1fr}}.dashboard-section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-section-header .section-title{margin-bottom:0}.dashboard-refresh-btn{min-width:110px;padding:.7rem 1rem}@media (width<=640px){.dashboard-section-header{flex-direction:column;align-items:flex-start}.dashboard-refresh-btn{width:100%}}.checkout-page.container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:8.5rem 2rem 3rem;display:flex}.login-gate{border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:1.35rem;max-width:500px;margin:0 auto;padding:3.25rem 3rem;display:flex}.login-gate h2{color:var(--text-main);font-size:2rem}.login-gate p{color:var(--text-muted);font-size:1rem;line-height:1.6}.google-login-btn{width:100%;margin-top:1rem}.checkout-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:3rem;display:grid}.payment-box{border-radius:var(--radius-xl);padding:3rem}.payment-box h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem}.payment-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.qr-container{justify-content:center;margin-bottom:2.5rem;display:flex}.qr-box{border-radius:var(--radius-md);background:#fff;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex;box-shadow:0 16px 40px #00000047}.vietqr-image{border-radius:12px;width:min(280px,78vw);max-width:100%;height:auto;display:block}.qr-label{letter-spacing:.08em;color:#111827;font-size:.75rem;font-weight:800}.banking-details{border-radius:var(--radius-md);background:#0000004d;border:1px solid #ffffff0d;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.detail-row{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.detail-row strong{color:var(--text-main);font-family:monospace;font-size:1.05rem}.copyable{cursor:pointer;transition:var(--transition);text-align:right;word-break:break-word;justify-content:flex-end;align-items:center;gap:.5rem;display:inline-flex}.copyable:hover{color:var(--primary-color)!important}.payment-amount{color:var(--primary-color)!important;font-size:1.25rem!important}.payment-content{letter-spacing:.02em;color:var(--accent-color)!important;font-size:1.1rem!important}.detail-row-important{align-items:flex-start}.payment-notice{border-radius:var(--radius-md);background:#eab3080d;border:1px solid #eab30826;margin-bottom:2rem;padding:1rem}.payment-notice p{color:#eab308;margin:0;font-size:.85rem;line-height:1.5}.confirm-payment-btn{width:100%}.summary-box{border-radius:var(--radius-xl);padding:3rem}.summary-box h3{color:var(--text-main);margin-bottom:1.5rem;font-size:1.5rem}.summary-card{border-radius:var(--radius-md);background:#0003;border:1px solid #ffffff0d;margin-bottom:2rem;padding:1.5rem}.summary-product{border-bottom:1px solid #ffffff0d;margin-bottom:1.25rem;padding-bottom:1rem}.summary-product h4{color:var(--text-main);font-size:1.25rem}.summary-tagline{color:var(--primary-color);font-size:.85rem;font-weight:500}.summary-detail{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:.85rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.sum-row{color:var(--text-muted);justify-content:space-between;font-size:.9rem;display:flex}.sum-row strong{color:var(--text-main)}.summary-total{justify-content:space-between;align-items:center;display:flex}.summary-total span{color:var(--text-main);font-size:1.1rem;font-weight:600}.total-amount{color:var(--primary-color)!important;font-size:1.5rem!important;font-weight:800!important}.summary-guarantees{flex-direction:column;gap:1rem;display:flex}.guarantee-item{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.85rem;line-height:1.5;display:flex}.guarantee-item svg{color:var(--primary-color);flex-shrink:0;margin-top:2px}.success-box{border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;margin:0 auto;padding:5rem 3rem;display:flex}.success-icon{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;display:flex;box-shadow:0 0 30px #22c55e26}.success-box h2{color:var(--text-main);font-size:2.25rem}.success-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.success-actions{gap:1rem;margin-top:1.5rem;display:flex}@media (width<=900px){.checkout-grid{grid-template-columns:1fr}}.checkout-container{width:100%}.qr-filter-defs{width:0;height:0;position:absolute;overflow:hidden}.checkout-focus{flex-direction:column;justify-content:center;align-items:center;gap:.9rem;width:100%;min-height:calc(100dvh - 10.5rem);display:flex}.checkout-heading{text-align:center}.checkout-heading h1{color:var(--text-main);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.6rem)}.checkout-heading p{color:var(--text-muted);font-size:.95rem}.payment-card{background:#18182de0;border:1px solid #ffffff14;border-radius:18px;width:min(100%,530px);padding:1.35rem;box-shadow:0 28px 80px #0000006b}.payment-card-active{grid-template-columns:minmax(330px,.92fr) minmax(360px,1fr);align-items:center;gap:1.35rem;width:min(100%,980px);max-height:calc(100vh - 9.75rem);display:grid;overflow:hidden}.payment-card-start{text-align:center}.payment-card-start h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.6rem}.payment-card-start>p{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.6}.start-summary-box{gap:0;padding:0;overflow:hidden}.start-summary-row{align-items:center;padding:.95rem 1rem}.start-summary-row+.start-summary-row{border-top:1px solid #ffffff0f}.start-summary-row span{min-width:96px}.countdown-pill{width:fit-content;color:var(--text-muted);background:#ffffff0e;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:.75rem;margin:0 auto .75rem;padding:.75rem 1.1rem;display:flex}.countdown-pill strong{color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.1rem}.countdown-line{background:linear-gradient(90deg,#20d36b,#2ef2a1);border-radius:999px;width:min(220px,60%);height:4px;margin:0 auto 1.5rem;box-shadow:0 0 18px #2ef2a14d}.compact-qr{flex-direction:column;align-items:center;gap:.55rem;margin-bottom:0;position:relative}.checkout-qr-panel,.checkout-detail-panel{min-width:0}.checkout-detail-panel{flex-direction:column;gap:.75rem;display:flex}.qr-orbit{background:linear-gradient(135deg,#f43f5ee6,#8b5cf6bf,#22d3eeb3) border-box;border-radius:34px;padding:.55rem;position:relative;box-shadow:0 0 0 1px #ffffff14,0 24px 70px #f43f5e38,0 10px 45px #8b5cf62e}.qr-orbit:before{content:"";z-index:-1;filter:blur(8px);background:radial-gradient(circle,#f43f5e3d,#0000 62%);border-radius:42px;position:absolute;inset:-16px}.payment-card .branded-qr-box{background:linear-gradient(#fff5f7,#fff5f7) padding-box padding-box,linear-gradient(145deg,#fffffff2,#ffe4ecbf) border-box;border:1px solid #0000;border-radius:28px;padding:1.15rem;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #1118270d,0 18px 45px #00000052}.payment-card .branded-qr-box:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff2e,#0000 38%,#f43f5e14);position:absolute;inset:0}.styled-vietqr,.styled-vietqr svg,.styled-vietqr canvas{border-radius:18px;display:block;overflow:hidden;width:min(280px,30vw)!important;height:min(280px,30vw)!important}.payment-card .ruby-vietqr-image{filter:url(#rubyQrFilter)contrast(1.16)saturate(1.35);background:#fff5f7;border-radius:18px;width:min(305px,72vw)}.qr-logo-badge{z-index:2;background:#fffffff5;border:1px solid #f43f5e38;border-radius:16px;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 26px #0f172a33}.qr-logo-badge img{object-fit:contain;border-radius:9px;width:32px;height:32px}.qr-caption{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.order-info-box{background:#ffffff0b;border:1px solid #ffffff0e;border-radius:10px;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.order-info-row{color:var(--text-muted);justify-content:space-between;gap:1rem;font-size:.92rem;display:flex}.order-info-row strong{color:var(--text-main);text-align:right;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.amount-box .payment-amount{color:#23e583!important}.amount-box .payment-content{cursor:pointer;color:#a78bfa!important}.payment-success-note{background:#10b9811f;border:1px solid #10b9813d;border-radius:10px;flex-direction:column;gap:.4rem;margin:0;padding:.85rem;display:flex}.payment-success-note strong{color:#34d399;font-size:.92rem}.payment-success-note span{color:#b8f5dbd1;font-size:.84rem;line-height:1.5}.waiting-status{color:var(--text-muted);justify-content:center;align-items:center;gap:.6rem;margin:.15rem 0 0;font-size:.86rem;display:flex}.waiting-dot{background:#22c55e;border-radius:999px;width:8px;height:8px;animation:1.2s ease-in-out infinite waitingPulse;box-shadow:0 0 14px #22c55ebf}.check-now-btn{width:100%;margin-top:.35rem}@keyframes waitingPulse{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}@media (height<=760px) and (width>=761px){.checkout-page.container{padding-top:6.85rem;padding-bottom:.75rem}.checkout-focus{gap:.45rem;min-height:calc(100dvh - 6.6rem)}.checkout-heading h1,.checkout-heading p{display:none}.payment-card-active{grid-template-columns:minmax(270px,.82fr) minmax(330px,1fr);gap:.85rem;max-height:calc(100dvh - 6.75rem);padding:.85rem}.countdown-pill{margin-bottom:.35rem;padding:.45rem .75rem;font-size:.84rem}.countdown-pill strong{font-size:.92rem}.countdown-line{height:3px;margin-bottom:.65rem}.qr-orbit{border-radius:26px;padding:.38rem}.payment-card .branded-qr-box{border-radius:22px;padding:.72rem}.styled-vietqr,.styled-vietqr svg,.styled-vietqr canvas{width:min(205px,22vw)!important;height:min(205px,22vw)!important}.qr-caption,.payment-success-note span{display:none}.checkout-detail-panel{gap:.55rem}.order-info-box,.payment-success-note{gap:.45rem;margin-bottom:0;padding:.62rem}.order-info-row{font-size:.82rem}.payment-amount{font-size:1rem!important}.payment-content{font-size:.9rem!important}.waiting-status{display:none}}@media (height<=520px) and (width>=761px){.checkout-page.container{padding-top:5.95rem;padding-bottom:.4rem}.checkout-focus{min-height:calc(100dvh - 5.35rem)}.payment-card-active{grid-template-columns:minmax(220px,.72fr) minmax(320px,1fr);gap:.58rem;width:min(100%,880px);max-height:calc(100dvh - 5.45rem);padding:.58rem}.countdown-pill,.countdown-line,.payment-success-note,.waiting-status,.qr-caption{display:none}.qr-orbit{border-radius:20px;padding:.28rem}.payment-card .branded-qr-box{border-radius:16px;padding:.45rem}.styled-vietqr,.styled-vietqr svg,.styled-vietqr canvas{width:min(155px,16vw)!important;height:min(155px,16vw)!important}.checkout-detail-panel{gap:.38rem}.order-info-box{gap:.32rem;padding:.48rem .58rem}.order-info-row{font-size:.76rem}.payment-amount{font-size:.92rem!important}.payment-content{font-size:.82rem!important}.check-now-btn{min-height:34px;margin-top:0}}@media (width<=760px){.checkout-page.container{justify-content:center;align-items:flex-start;min-height:100dvh;padding:0 .85rem 1rem}.checkout-container{padding-top:calc(92px + env(safe-area-inset-top,0px))}.checkout-focus{justify-content:flex-start;gap:.65rem;min-height:calc(100dvh - 8.35rem)}.login-gate{gap:1rem;padding:2.4rem 1.35rem}.checkout-heading h1{font-size:1.55rem}.checkout-heading p{font-size:.82rem}.payment-card-start{width:min(100%,460px);margin-top:.25rem;padding:1rem}.payment-card-start h3{margin-bottom:.55rem;font-size:1.6rem}.payment-card-start>p{margin-bottom:1rem;font-size:.94rem;line-height:1.45}.start-summary-box{gap:0;padding:0}.start-summary-row{text-align:left;grid-template-columns:1fr;align-items:start;gap:.4rem;padding:.9rem .95rem;display:grid}.start-summary-row span,.start-summary-row strong{text-align:left}.start-summary-row span{min-width:0;font-size:.82rem}.start-summary-row strong{font-size:.95rem}.start-summary-row .payment-amount{font-size:1.1rem!important}.confirm-payment-btn{min-height:50px}.payment-card{padding:.95rem}.payment-card-active{grid-template-columns:1fr;gap:.85rem;max-height:none;overflow:visible}.countdown-pill{margin-bottom:.45rem;padding:.55rem .85rem}.countdown-line{margin-bottom:.85rem}.styled-vietqr,.styled-vietqr svg,.styled-vietqr canvas{width:min(245px,68vw)!important;height:min(245px,68vw)!important}.order-info-box{margin-bottom:0;padding:.8rem}.order-info-row{flex-direction:column;gap:.25rem;font-size:.84rem}.order-info-row strong{text-align:left}.payment-success-note span{display:none}}@media (width<=760px) and (height<=640px){.checkout-page{padding-top:0;padding-bottom:.5rem}.checkout-container{padding-top:calc(82px + env(safe-area-inset-top,0px))}.checkout-heading{display:none}.payment-card-active{gap:.55rem;padding:.65rem}.checkout-qr-panel{grid-template-columns:auto 1fr;align-items:center;gap:.65rem;display:grid}.countdown-pill,.countdown-line,.qr-caption,.payment-success-note,.waiting-status{display:none}.qr-orbit{border-radius:22px;padding:.32rem}.payment-card .branded-qr-box{border-radius:18px;padding:.55rem}.styled-vietqr,.styled-vietqr svg,.styled-vietqr canvas{width:min(178px,40vw)!important;height:min(178px,40vw)!important}.checkout-detail-panel{gap:.45rem}.order-info-box{gap:.35rem;padding:.58rem}.order-info-row{font-size:.78rem}.check-now-btn{min-height:38px;margin-top:0}}@media (width<=380px){.styled-vietqr,.styled-vietqr svg,.styled-vietqr canvas{width:min(220px,66vw)!important;height:min(220px,66vw)!important}}.admin-page.container{min-height:100vh;padding:10rem 2rem 5rem}.admin-gate,.admin-hero,.admin-toolbar,.transaction-list{border-radius:var(--radius-lg);padding:2rem}.admin-gate{text-align:center;max-width:560px;margin:5rem auto}.admin-gate h1,.admin-hero h1{margin:1rem 0;font-size:clamp(2rem,4vw,3.2rem)}.admin-gate p,.admin-hero p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.admin-hero{background:radial-gradient(circle at top left, #f43f5e2e, transparent 35%), var(--glass-bg);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.admin-alert{border-radius:var(--radius-md);color:#fecdd3;background:#f43f5e1a;border:1px solid #f43f5e59;margin-bottom:1.25rem;padding:1rem 1.25rem}.admin-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-tabs,.admin-filters{flex-wrap:wrap;gap:.6rem;display:flex}.admin-tabs button,.admin-filters button{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:.7rem 1rem}.admin-tabs button.active,.admin-filters button.active,.admin-tabs button:hover,.admin-filters button:hover{color:#fff;background:#f43f5e29;border-color:#f43f5e80}.admin-toolbar input,.license-admin-box input{width:100%;color:var(--text-main);border-radius:var(--radius-sm);background:#ffffff0a;border:1px solid #ffffff14;outline:none;padding:.85rem 1rem}.admin-toolbar input{max-width:420px}.admin-filters{margin:1.2rem 0 1.5rem}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.25rem;display:grid}.admin-order-card{border-radius:var(--radius-lg);padding:1.4rem}.admin-card-head{justify-content:space-between;gap:1rem;margin-bottom:1.2rem;display:flex}.admin-card-head h3{margin-bottom:.3rem}.admin-card-head span,.admin-info span{color:var(--text-muted);font-size:.85rem}.admin-status{white-space:nowrap;border-radius:999px;align-self:flex-start;padding:.45rem .7rem;font-size:.78rem;font-weight:700}.admin-status.pending_payment{color:#fde68a;background:#f59e0b24}.admin-status.paid{color:#93c5fd;background:#3b82f624}.admin-status.key_issued{color:#86efac;background:#22c55e24}.admin-info{gap:.65rem;margin-bottom:1.2rem;display:grid}.admin-info p{justify-content:space-between;gap:1rem;margin:0;display:flex}.admin-info strong{text-align:right;color:var(--text-main)}.license-admin-box{grid-template-columns:1fr auto;gap:.75rem;display:grid}.transaction-list{gap:.8rem;display:grid}.transaction-row{border-radius:var(--radius-sm);background:#ffffff09;grid-template-columns:150px 1fr 120px;gap:1rem;padding:1rem;display:grid}.empty-state{color:var(--text-muted);text-align:center;padding:2rem}@media (width<=768px){.admin-hero,.admin-toolbar,.license-admin-box,.transaction-row{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.admin-toolbar input{max-width:none}}.preloader-wrapper{z-index:99999;background-color:#030303;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;top:0;left:0}.preloader-wrapper.fade-out{opacity:0;pointer-events:none;transform:scale(1.05)}.preloader-content{flex-direction:column;align-items:center;display:flex;position:relative}.logo-glow-ring{filter:blur(20px);z-index:0;background:radial-gradient(circle,#f43f5e4d 0%,#0000 70%);border-radius:50%;width:160px;height:160px;animation:2s ease-in-out infinite alternate logo-pulse;position:absolute;top:20px}.preloader-logo-container{z-index:1;border-radius:24px;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;overflow:hidden}.preloader-logo{object-fit:contain;filter:drop-shadow(0 10px 20px #00000080);width:100%;height:100%;animation:1.2s cubic-bezier(.34,1.56,.64,1) forwards scale-up-logo}.preloader-logo-container:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:1.8s ease-in-out infinite shine-preloader;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes shine-preloader{0%{left:-150%}35%{left:150%}to{left:150%}}@keyframes logo-pulse{0%{opacity:.5;transform:scale(.9)}to{opacity:.9;transform:scale(1.1)}}@keyframes scale-up-logo{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.preloader-brand{letter-spacing:-.5px;gap:.25rem;margin-top:1.5rem;font-size:1.75rem;font-weight:700;display:flex}.brand-ruby{color:var(--primary-color);animation:2s ease-in-out infinite text-pulse}.brand-origin{color:var(--text-main)}.preloader-bar{background:#ffffff0d;border-radius:10px;width:120px;height:2px;margin-top:1.5rem;overflow:hidden}.preloader-progress{background:linear-gradient(90deg, var(--primary-color), var(--accent-color));width:100%;height:100%;animation:1.5s cubic-bezier(.65,.05,.36,1) forwards load-progress;transform:translate(-100%)}@keyframes load-progress{0%{transform:translate(-100%)}to{transform:translate(0)}}:root{--ruby-50:#fff1f5;--ruby-100:#ffe4ec;--ruby-300:#ff8aad;--ruby-400:#fb5f8d;--ruby-500:#f53568;--ruby-600:#e11d48;--ruby-700:#be123c;--berry-400:#d946ef;--violet-400:#a78bfa;--violet-500:#8b5cf6;--ink-950:#050407;--ink-900:#09070b;--ink-850:#0e0b11;--ink-800:#151019;--ink-700:#211926;--text-strong:#fff;--text-main:#e7dde7;--text-muted:#a89aaa;--text-soft:#756a78;--line-soft:#ffffff14;--line-ruby:#f5356842;--panel:#ffffff0b;--panel-strong:#ffffff13;--glass-bg:#09070bb8;--glass-border:#ffffff14;--shadow-ruby:0 24px 80px #f535682e;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--max-page:1340px;--bg-color:var(--ink-950);--surface-color:var(--ink-900);--surface-color-light:var(--ink-850);--primary-color:var(--ruby-500);--primary-color-hover:var(--ruby-600);--accent-color:var(--violet-500);--border-color:var(--line-soft);--font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:all .3s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:var(--max-page);margin:0 auto;padding:0 2rem}.gradient-text{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-primary{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.liquid-glass{-webkit-backdrop-filter:blur(28px)saturate(180%);z-index:1;background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;position:relative;box-shadow:0 20px 50px #0006,inset 0 1px #ffffff1a,inset 0 -1px #0003}@keyframes liquid-morph{0%{border-radius:42% 58% 70% 30%/45% 45% 55% 55%;transform:translate(0)scale(1)rotate(0)}33%{border-radius:70% 30% 52% 48%/60% 40%;transform:translate(60px,-40px)scale(1.15)rotate(120deg)}66%{border-radius:50% 50% 30% 70%/50% 60% 40% 50%;transform:translate(-40px,50px)scale(.9)rotate(240deg)}to{border-radius:42% 58% 70% 30%/45% 45% 55% 55%;transform:translate(0)scale(1)rotate(360deg)}}.liquid-blob-container{z-index:-2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.liquid-blob{filter:blur(90px);mix-blend-mode:screen;border-radius:50%;animation:18s ease-in-out infinite alternate liquid-morph;position:absolute}.reveal{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #f43f5e66}70%{box-shadow:0 0 0 15px #f43f5e00}to{box-shadow:0 0 #f43f5e00}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.btn{cursor:pointer;transition:var(--transition);text-align:center;font-size:1rem;font-weight:600;font-family:var(--font-family);border:1px solid #0000;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-hover) 100%);color:#fff;box-shadow:0 10px 25px -5px #f43f5e66}.btn-primary:hover{animation:1.5s infinite pulse-glow;transform:translateY(-2px);box-shadow:0 20px 35px -5px #f43f5e80}.btn-outline{color:var(--text-main);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff03 100%);border:1px solid #ffffff14}.btn-outline:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.badge{color:var(--primary-color);letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f43f5e14;border:1px solid #f43f5e26;border-radius:100px;align-items:center;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}
