:root{--color-primary:#10b981;--color-primary-dark:#059669;--color-primary-rgb:16, 185, 129;--color-secondary:#3b82f6;--color-secondary-dark:#2563eb;--color-accent:#6366f1;--color-background:#f8fafc;--color-surface:#fff;--color-surface-hover:#f1f5f9;--color-text:#1e293b;--color-text-secondary:#64748b;--color-text-tertiary:#94a3b8;--color-success:#10b981;--color-success-bg:#d1fae5;--color-success-rgb:16, 185, 129;--color-danger:#ef4444;--color-danger-bg:#fee2e2;--color-warning:#f59e0b;--color-warning-bg:#fef3c7;--color-border:#e2e8f0;--font-family:"Inter", system-ui, -apple-system, sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;--shadow-card:0 2px 8px #0000000a}*{box-sizing:border-box;overscroll-behavior:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;width:100%;height:100%;min-height:100vh;margin:0;line-height:1.6;overflow-y:auto}main,.scrollable-content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;overflow-y:auto}input,textarea{-webkit-user-select:text;user-select:text}h1,h2,h3,h4,h5,h6{color:var(--color-text);letter-spacing:-.02em;margin:0;font-weight:600}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{color:var(--color-text-secondary);margin:0}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none;transition:color .2s}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-text-secondary)}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hidden{display:none!important}.block{display:block!important}@media (width>=768px){.md-hidden{display:none!important}.md-block{display:block!important}.md-flex{display:flex!important}}@media (width<=767px){.sm-hidden{display:none!important}.sm-block{display:block!important}}
