@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-primary: #09090b;--bg-secondary: #0c0c0e;--surface-primary: #121214;--surface-secondary: #18181b;--surface-tertiary: #27272a;--border-subtle: rgba(255, 255, 255, .08);--border-active: rgba(255, 255, 255, .15);--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--brand-primary: #6366f1;--brand-secondary: #8b5cf6;--brand-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--brand-glow: 0 0 20px rgba(99, 102, 241, .3);--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--font-main: "Inter", sans-serif;--font-display: "Outfit", sans-serif;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--glass: backdrop-filter: blur(12px) saturate(180%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--radius-md);font-weight:600;gap:8px;transition:all .2s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.btn-primary{background:var(--brand-gradient);color:#fff;box-shadow:var(--brand-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 25px #6366f180}.btn-secondary{background:var(--surface-secondary);color:var(--text-primary);border:1px solid var(--border-subtle)}.btn-secondary:hover{background:var(--surface-tertiary);border-color:var(--border-active)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:rgba(255,255,255,.05);color:var(--text-primary)}.card{background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;transition:border-color .2s ease}.card:hover{border-color:var(--border-active)}.glass-card{background:rgba(24,24,27,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.gap-2{gap:8px}.gap-4{gap:16px}.gap-8{gap:32px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease forwards}.text-gradient{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--surface-tertiary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.editor-grid{display:grid;grid-template-columns:280px 1fr 340px;height:100vh;overflow:hidden}.editor-sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);overflow-y:auto}.editor-canvas-area{background:#000;display:flex;align-items:center;justify-content:center;overflow:auto;padding:40px;position:relative}.editor-floating-toolbar{position:absolute;top:24px;left:50%;transform:translate(-50%);z-index:10}.device-wrapper{perspective:1000px;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.device-frame{transform-style:preserve-3d;box-shadow:0 25px 50px -12px #00000080;border-radius:2.5rem;overflow:hidden;position:relative;background:#000}.device-inner{width:100%;height:100%;object-fit:cover}.tilt-5{transform:rotateY(-15deg) rotateX(5deg) rotate(-2deg)}.tilt-15{transform:rotateY(-25deg) rotateX(10deg) rotate(-5deg)}.badge-plus{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}.badge-pro{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}
