:root{--dott-blue:#5b5fff;--dott-fuchsia:#d946ef;--dott-orange:#f97316;--dott-yellow:#facc15;--dott-bg:#0c0a09;--dott-surface:#ffffff05;--dott-surface-hover:#ffffff0a;--dott-surface-active:#ffffff14;--dott-border:#ffffff0f;--dott-border-subtle:#ffffff08;--dott-text:#f5f0e8;--dott-text-muted:#a8a29e;--dott-text-dim:#78716c;--dott-text-faint:#57534e;--dott-text-ghost:#3a3733;--dott-card-bg:#3a373326;--dott-card-border:#ffffff0f;--dott-glass-bg:#3a37334d;--dott-glass-border:#3a3733}@keyframes colorCycle{0%,to{color:#5b5fff}25%{color:#d946ef}50%{color:#f97316}75%{color:#facc15}}.dott-dot{font-style:normal;animation:6s ease-in-out infinite colorCycle}@keyframes bgCycle{0%,to{background:#5b5fff}25%{background:#d946ef}50%{background:#f97316}75%{background:#facc15}}.dott-dot-bg{animation:6s ease-in-out infinite bgCycle}.cycling-border{background:linear-gradient(135deg,#5b5fff,#d946ef,#f97316,#facc15,#5b5fff,#d946ef,#f97316,#facc15) 0 0/200% 200%;border:none;padding:2px;animation:8s ease-in-out infinite gradientShift;position:relative}.cycling-border>*{position:relative}.cycling-border-inline{background-image:linear-gradient(#0c0a09,#0c0a09),linear-gradient(135deg,#5b5fff,#d946ef,#f97316,#facc15);background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000;animation:8s ease-in-out infinite gradientShift}@keyframes gradientSlide{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.grad-bar{background:linear-gradient(90deg,#5b5fff,#d946ef,#f97316,#facc15,#5b5fff) 0 0/200% 100%;animation:4s ease-in-out infinite gradientSlide}.phase-bar{gap:6px;display:flex}.phase-bar>div{border-radius:2px;flex:1;height:3px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes popupBounce{0%{opacity:0;transform:translateY(8px)scale(.95)}60%{opacity:1;transform:translateY(-3px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ctaPulse{0%,to{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 12px #fff0}}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes glowCycle{0%,to{box-shadow:0 0 16px #5b5fff59,0 0 4px #5b5fff26}25%{box-shadow:0 0 16px #d946ef59,0 0 4px #d946ef26}50%{box-shadow:0 0 16px #f9731659,0 0 4px #f9731626}75%{box-shadow:0 0 16px #facc1559,0 0 4px #facc1526}}@keyframes cursorColorCycle{0%,to{background:#5b5fff}25%{background:#d946ef}50%{background:#f97316}75%{background:#facc15}}@keyframes pulseYellow{0%,to{box-shadow:0 0 #facc154d}50%{box-shadow:0 0 0 4px #facc1500}}.page-fade-in{animation:.3s cubic-bezier(.4,0,.2,1) both fadeIn}.hero-fade{animation:.6s cubic-bezier(.16,1,.3,1) .1s both fadeInUp}.cards-fade{animation:.6s cubic-bezier(.16,1,.3,1) .25s both fadeInUp}.section-fade{animation:.6s cubic-bezier(.16,1,.3,1) .35s both fadeInUp}.section-fade-2{animation:.6s cubic-bezier(.16,1,.3,1) .45s both fadeInUp}.section-fade-3{animation:.6s cubic-bezier(.16,1,.3,1) .55s both fadeInUp}.popup-card{animation:.5s cubic-bezier(.16,1,.3,1) both popupBounce}.modal-backdrop{animation:.3s ease-out both modalFadeIn}.modal-content{animation:.4s cubic-bezier(.16,1,.3,1) .1s both modalSlideUp}.cta-glow{animation:2s ease-in-out infinite ctaPulse}.glow-cycle{animation:6s ease-in-out infinite glowCycle}.pulse-yellow{animation:2s ease-in-out infinite pulseYellow}.dot-pulse-1{animation:1.4s ease-in-out infinite dotPulse}.dot-pulse-2{animation:1.4s ease-in-out .2s infinite dotPulse}.dot-pulse-3{animation:1.4s ease-in-out .4s infinite dotPulse}.dott-cursor{pointer-events:none;z-index:9999;mix-blend-mode:screen;opacity:0;border-radius:2px;width:10px;height:10px;transition:opacity .15s,width .15s,height .15s;animation:3s ease-in-out infinite cursorColorCycle;position:fixed;transform:translate(-50%,-50%)}.dott-cursor.visible{opacity:1}.dott-cursor.hovering{opacity:.6;border-radius:3px;width:16px;height:16px}.has-dott-cursor,.has-dott-cursor *,.has-dott-cursor a,.has-dott-cursor button{cursor:none!important}.dott-nav{border-bottom:1px solid var(--dott-border);justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:16px 24px;display:flex}@media (min-width:640px){.dott-nav{padding:16px 40px}}.dott-nav-item{color:var(--dott-text-faint);background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.dott-nav-item:hover{color:var(--dott-text-muted);background:var(--dott-surface-hover)}.dott-nav-item.active{color:#fff;background:var(--dott-surface-active)}.btn-dott{color:#1a1814;background-color:#f5f0e8;border:none;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .25s}.btn-dott:hover{box-shadow:0 0 20px #facc1573,0 0 40px #facc1526}.btn-dott:active{transform:scale(.98);box-shadow:0 0 12px #facc1599,0 0 24px #facc1533}.btn-dott:disabled{opacity:.3;pointer-events:none}.btn-dott-outline{color:var(--dott-text);border:1px solid var(--dott-border);background:0 0;border-radius:10px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s}.btn-dott-outline:hover{background:var(--dott-surface-hover);border-color:#ffffff1f}.btn-dott-ghost{color:var(--dott-text-muted);background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.btn-dott-ghost:hover{color:var(--dott-text);background:var(--dott-surface-hover)}.dott-card{background:var(--dott-card-bg);border:1px solid var(--dott-card-border);border-radius:16px;padding:24px;transition:all .2s}.dott-card:hover{background:#3a373333;border-color:#ffffff1a}.dott-card-glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--dott-glass-bg);border:1px solid var(--dott-glass-border);border-radius:16px;padding:24px;box-shadow:0 4px 32px #0006}.dott-card-header{border-bottom:1px solid var(--dott-border);align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}.card-dot{border-radius:1px;flex-shrink:0;width:6px;height:6px}.card-label{letter-spacing:.02em;text-transform:uppercase;color:var(--dott-text-faint);font-size:12px;font-weight:600}.dott-input{border:1px solid var(--dott-text-faint);width:100%;color:var(--dott-text);background:#29252480;border-radius:12px;outline:none;padding:12px 16px;font-size:14px;transition:all .2s}.dott-input::placeholder{color:var(--dott-text-faint)}.dott-input:focus{border-color:#a78bfa;box-shadow:0 0 0 2px #a78bfa40}.dott-input:disabled{opacity:.5}.dott-th{text-transform:uppercase;letter-spacing:.05em;color:var(--dott-text-faint);text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px 16px;font-size:11px;font-weight:600;transition:color .2s}.dott-th:hover{color:var(--dott-text-muted)}.dott-td{border-bottom:1px solid var(--dott-border-subtle);color:var(--dott-text);padding:16px;font-size:13px}.dott-tr{transition:background .15s}.dott-tr:hover{background:var(--dott-surface-hover)}.dott-badge{letter-spacing:.02em;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.dott-badge-blue{color:#818cf8;background:#5b5fff1a;border:1px solid #5b5fff33}.dott-badge-fuchsia{color:#d946ef;background:#d946ef1a;border:1px solid #d946ef33}.dott-badge-orange{color:#fb923c;background:#f973161a;border:1px solid #f9731633}.dott-badge-yellow{color:#facc15;background:#facc151a;border:1px solid #facc1533}.dott-section-header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.dott-section-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.dott-section-title{letter-spacing:-.02em;color:var(--dott-text);font-size:18px;font-weight:600}.dott-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--dott-text-faint);font-size:11px;font-weight:600}.dott-page{background:var(--dott-bg);min-height:100vh;color:var(--dott-text);font-family:var(--font-plus-jakarta),"Plus Jakarta Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.dott-content{max-width:1200px;margin:0 auto;padding:32px 24px}@media (min-width:640px){.dott-content{padding:32px 40px}}.dott-content-wide{max-width:1400px;margin:0 auto;padding:32px 24px}@media (min-width:640px){.dott-content-wide{padding:32px 40px}}.dott-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;animation:.3s ease-out both modalFadeIn;position:fixed;inset:0}.dott-modal{z-index:101;border:1px solid var(--dott-glass-border);background:#1c1917;border-radius:20px;width:calc(100% - 48px);max-width:520px;max-height:calc(100vh - 48px);animation:.4s cubic-bezier(.16,1,.3,1) .1s both modalSlideUp;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 24px 80px #0009}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dott-tooltip{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--dott-glass-border);color:var(--dott-text);background:#1c1917e6;border-radius:10px;padding:8px 14px;font-size:12px;animation:.2s ease-out both tooltipFadeIn;position:absolute;box-shadow:0 8px 24px #0006}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}::selection{color:#fff;background:#5b5fff4d}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.dott-skeleton{background:linear-gradient(90deg,var(--dott-surface)0px,#ffffff0a 40px,var(--dott-surface)80px);background-size:200px 100%;border-radius:8px;animation:1.5s ease-in-out infinite shimmer}
