@import "https://fonts.googleapis.com/css2?family=Cookie&family=Rouge+Script&display=swap";
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;touch-action:manipulation;background:#000;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}html,body{overscroll-behavior:none}input,textarea,select{font-size:16px}.light{--bg-primary:#fff;--bg-secondary:#f0f2f5;--bg-tertiary:#e4e6ea;--text-primary:#1c1e21;--text-secondary:#65676b;--accent:#0084ff;--accent-hover:#006ce7;--border:#e4e6ea;--shadow:#0000001a;--message-sent:#0084ff;--message-received:#f0f2f5}.dark{--bg-primary:#1a1a1a;--bg-secondary:#2a2a2a;--bg-tertiary:#3a3a3a;--text-primary:#fff;--text-secondary:#b0b3b8;--accent:#8b5cf6;--accent-hover:#7c3aed;--border:#3a3a3a;--shadow:#0000004d;--message-sent:#8b5cf6;--message-received:#3a3a3a}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#8b5cf6}::selection{color:#fff;background:#8b5cf64d}:focus{outline:none}.fade-in{animation:.3s ease-in-out fadeIn}.slide-up{animation:.3s ease-out slideUp}.bounce-in{animation:.5s ease-out bounceIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){html,body{height:100dvh}}.loading-screen{color:#fff;background:#000;justify-content:center;align-items:center;height:100dvh;display:flex}.loading-spinner{flex-direction:column;align-items:center;gap:16px;display:flex}.spinner{border:3px solid #8b5cf64d;border-top-color:#8b5cf6;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loading-spinner p{color:#8696a0;font-size:16px}.animate-spin{animation:1s linear infinite spin}.home-container{color:#fff;background:#0a0a0a;flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden auto}.home-bg{z-index:0;position:fixed;inset:0;overflow:hidden}.gradient-orb{filter:blur(100px);opacity:.4;will-change:transform;contain:layout style paint;border-radius:50%;position:absolute}.orb-1{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);width:600px;height:600px;animation:20s ease-in-out infinite orb-float;top:-200px;left:-150px}.orb-2{background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);width:500px;height:500px;animation:25s ease-in-out infinite reverse orb-float;bottom:-150px;right:-100px}.orb-3{background:linear-gradient(135deg,#06b6d4 0%,#6366f1 100%);width:350px;height:350px;animation:15s ease-in-out infinite orb-pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.grid-pattern{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}@keyframes orb-float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(80px,-50px)scale(1.1)}50%{transform:translate(40px,80px)scale(.9)}75%{transform:translate(-60px,30px)scale(1.05)}}@keyframes orb-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.5;transform:translate(-50%,-50%)scale(1.3)}}.home-nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0acc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 60px;animation:.5s ease-out fadeInDown;display:flex;position:fixed;top:0;left:0;right:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.nav-logo{align-items:center;gap:12px;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.logo-text{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}.nav-links{align-items:center;gap:24px;display:flex}.nav-link{color:#ffffffb3;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.nav-btn-primary{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.nav-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #8b5cf666}.user-name{color:#fffc;padding:0 8px;font-size:15px;font-weight:500}.nav-btn-logout{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.nav-btn-logout:hover{background:#ef444433;border-color:#ef444480;transform:translateY(-2px)}.hero-section{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 24px 80px;animation:.6s ease-out fadeInUp;display:flex;position:relative}.hero-badge{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:10px 20px;font-size:14px;font-weight:500;animation:.6s ease-out .1s both fadeInUp;display:inline-flex}.hero-title{color:#fff;margin-bottom:24px;font-size:clamp(40px,8vw,72px);font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 50%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fff9;max-width:600px;margin-bottom:48px;font-size:18px;line-height:1.7}.hero-cta{align-items:center;gap:16px;margin-bottom:64px;display:flex}.cta-primary{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:16px;align-items:center;gap:10px;padding:18px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px #8b5cf666}.cta-secondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:10px;padding:18px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.cta-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:40px;padding:32px 48px;display:flex}.stat-item{flex-direction:column;align-items:center;gap:4px;display:flex}.stat-number{color:#fff;font-size:28px;font-weight:700}.stat-label{color:#ffffff80;font-size:14px}.stat-divider{background:#ffffff1a;width:1px;height:40px}.features-section{z-index:1;padding:100px 24px;position:relative}.features-header{text-align:center;margin-bottom:64px}.features-header h2{color:#fff;margin-bottom:16px;font-size:36px;font-weight:700}.features-header p{color:#ffffff80;font-size:18px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:32px;transition:all .3s}.feature-card:hover{background:#ffffff0d;border-color:#8b5cf64d}.feature-icon{color:#8b5cf6;background:linear-gradient(135deg,#8b5cf633 0%,#6366f133 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.feature-card h3{color:#fff;margin-bottom:12px;font-size:20px;font-weight:600}.feature-card p{color:#ffffff80;font-size:15px;line-height:1.6}.cta-section{z-index:1;padding:80px 24px 120px;position:relative}.cta-card{text-align:center;background:linear-gradient(135deg,#8b5cf61a 0%,#6366f11a 100%);border:1px solid #8b5cf633;border-radius:32px;max-width:800px;margin:0 auto;padding:64px}.cta-card h2{color:#fff;margin-bottom:16px;font-size:32px;font-weight:700}.cta-card p{color:#fff9;margin-bottom:32px;font-size:18px}.cta-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:16px;align-items:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px #8b5cf666}.home-footer{z-index:1;border-top:1px solid #ffffff0d;padding:32px 24px;position:relative}.footer-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-logo{color:#8b5cf6;align-items:center;gap:8px;font-weight:600;display:flex}.home-footer p{color:#fff6;font-size:14px}.not-found-container{background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.not-found-bg{z-index:0;position:fixed;inset:0}.not-found-bg .gradient-orb{opacity:.3}.floating-shapes{position:absolute;inset:0}.shape{border:1px solid #8b5cf633;border-radius:8px;animation:10s ease-in-out infinite float-shape;position:absolute}.shape-1{width:80px;height:80px;animation-delay:0s;top:15%;left:10%}.shape-2{width:60px;height:60px;animation-delay:1s;top:70%;left:15%}.shape-3{width:100px;height:100px;animation-delay:2s;top:20%;right:15%}.shape-4{width:50px;height:50px;animation-delay:3s;top:60%;right:20%}.shape-5{width:70px;height:70px;animation-delay:4s;bottom:20%;left:40%}.shape-6{width:40px;height:40px;animation-delay:5s;top:40%;left:30%}@keyframes float-shape{0%,to{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.6;transform:translateY(-30px)rotate(180deg)}}.not-found-content{text-align:center;z-index:1;padding:24px;position:relative}.not-found-logo{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:48px;display:inline-flex}.error-code{justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex}.digit{color:#fff;text-shadow:0 0 60px #8b5cf680;font-size:clamp(80px,15vw,150px);font-weight:800}.digit.middle{background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.not-found-title{color:#fff;margin-bottom:16px;font-size:32px;font-weight:700}.not-found-description{color:#fff9;max-width:450px;margin:0 auto 40px;font-size:16px;line-height:1.7}.not-found-actions{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.action-btn{border-radius:14px;align-items:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.action-btn.primary{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%)}.action-btn.primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #8b5cf666}.action-btn.secondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.action-btn.secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.not-found-help{color:#fff6;justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}@media (max-width:1024px){.home-nav{padding:16px 40px}.hero-section{padding:130px 24px 70px}.hero-stats{gap:30px;padding:28px 40px}.features-section{padding:80px 24px}.cta-card{padding:50px 40px}}@media (max-width:768px){.home-container{height:auto;min-height:100dvh;overflow-y:auto}.home-nav{padding:14px 20px}.nav-link{display:none}.nav-links{gap:12px}.user-name{display:none}.logo-icon{width:38px;height:38px}.hero-section{min-height:auto;padding:100px 20px 50px}.hero-title{font-size:clamp(32px,7vw,48px)}.hero-subtitle{margin-bottom:36px;padding:0 10px;font-size:16px}.hero-cta{flex-direction:column;width:100%;max-width:320px;margin-bottom:48px}.cta-primary,.cta-secondary{justify-content:center;width:100%;padding:16px 28px}.hero-stats{flex-direction:column;gap:20px;width:100%;max-width:320px;padding:24px 32px}.stat-divider{width:60px;height:1px}.stat-number{font-size:24px}.features-section{padding:50px 16px}.features-header h2{font-size:28px}.features-header p{font-size:16px}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}.cta-section{padding:50px 16px 80px}.cta-card{border-radius:24px;padding:36px 20px}.cta-card h2{font-size:24px}.cta-card p{font-size:15px}.cta-btn{padding:14px 28px;font-size:15px}.footer-content{text-align:center;flex-direction:column;gap:16px}.not-found-content{padding:20px}.not-found-actions{flex-direction:column;width:100%;max-width:280px}.action-btn{justify-content:center;width:100%}.not-found-title{font-size:26px}.not-found-description{font-size:14px}.orb-1{width:350px;height:350px;top:-150px;left:-100px}.orb-2{width:300px;height:300px}.orb-3{width:200px;height:200px}}@media (max-width:480px){.home-nav{padding:12px 16px}.logo-icon{border-radius:10px;width:36px;height:36px}.logo-text{font-size:20px}.nav-btn-primary{border-radius:10px;padding:10px 16px;font-size:13px}.nav-btn-logout{padding:8px 14px;font-size:13px}.hero-section{padding:90px 16px 40px}.hero-title{margin-bottom:16px;font-size:clamp(28px,8vw,36px)}.hero-subtitle{margin-bottom:28px;font-size:14px;line-height:1.6}.hero-badge{margin-bottom:24px;padding:8px 14px;font-size:12px}.hero-cta{max-width:100%;margin-bottom:40px;padding:0 10px}.cta-primary,.cta-secondary{border-radius:12px;padding:14px 24px;font-size:14px}.hero-stats{border-radius:16px;max-width:100%;padding:20px 24px}.stat-number{font-size:22px}.stat-label{font-size:12px}.features-section{padding:40px 16px}.features-header{margin-bottom:40px}.features-header h2{font-size:24px}.features-header p{font-size:14px}.feature-card{border-radius:16px;padding:20px}.feature-icon{border-radius:12px;width:48px;height:48px;margin-bottom:16px}.feature-card h3{font-size:18px}.feature-card p{font-size:14px}.cta-section{padding:40px 16px 60px}.cta-card{border-radius:20px;padding:28px 16px}.cta-card h2{margin-bottom:12px;font-size:20px}.cta-card p{margin-bottom:24px;font-size:14px}.cta-btn{border-radius:12px;padding:12px 24px;font-size:14px}.home-footer{padding:24px 16px}.home-footer p{font-size:12px}.not-found-logo{border-radius:18px;width:60px;height:60px;margin-bottom:36px}.digit{font-size:clamp(60px,15vw,100px)}.not-found-title{font-size:22px}.not-found-description{margin-bottom:32px;font-size:13px}.action-btn{padding:14px 24px;font-size:14px}.orb-1{width:250px;height:250px}.orb-2{width:200px;height:200px}.orb-3{width:150px;height:150px}}@media (max-width:360px){.home-nav{padding:10px 12px}.logo-text{font-size:18px}.nav-btn-primary{padding:8px 12px;font-size:12px}.hero-title{font-size:26px}.hero-subtitle{font-size:13px}.cta-primary,.cta-secondary{padding:12px 20px;font-size:13px}.features-header h2{font-size:22px}.cta-card h2{font-size:18px}}@media (max-height:500px) and (orientation:landscape){.home-container{height:auto}.hero-section{min-height:auto;padding:80px 24px 40px}.hero-title{font-size:32px}.hero-stats{flex-flow:wrap;justify-content:center}.not-found-content{padding:20px}.not-found-logo{width:50px;height:50px;margin-bottom:24px}.digit{font-size:60px}}
