@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#2aabee;--primary-hover:#229ed9;--bg:#0f172a;--bg-card:#1e293bb3;--text:#f8fafc;--text-muted:#94a3b8;--error:#ef4444;--border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0000005e;--glass-blur:blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative}.background-shapes{z-index:-1;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.shape{filter:blur(80px);opacity:.5;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:absolute}.shape-1{background:#3b82f6;width:400px;height:400px;top:-100px;left:-100px}.shape-2{background:#8b5cf6;width:500px;height:500px;animation-delay:-5s;bottom:-150px;right:-100px}.shape-3{background:var(--primary);opacity:.3;width:300px;height:300px;animation-delay:-10s;top:40%;left:30%}@keyframes float{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.content{flex-direction:column;flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem;display:flex}.app-header{text-align:center;margin-bottom:3rem;animation:.6s ease-out forwards slideDown}.app-header h1{background:linear-gradient(135deg, #60a5fa, var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.subtitle{color:var(--text-muted);font-size:1.1rem}.card{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border);box-shadow:var(--glass-shadow);border-radius:16px;width:100%;max-width:450px;margin:0 auto;padding:2rem}.large-card{max-width:900px}.auth-form{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}label{color:var(--text-muted);font-size:.875rem;font-weight:500}.input-field{border:1px solid var(--border);color:var(--text);background:#0f172a80;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #2aabee33}.input-field:disabled{opacity:.5;cursor:not-allowed}.code-input{letter-spacing:.5rem;text-align:center;font-size:1.25rem;font-weight:600}.primary-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.primary-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.primary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled{opacity:.5;cursor:not-allowed}.text-button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-family:inherit;transition:color .2s}.text-button:hover{color:var(--text)}.text-sm{font-size:.875rem}.table-container{border:1px solid var(--border);background:#0f172a4d;border-radius:8px;margin-top:1.5rem;overflow-x:auto}.beautiful-table{border-collapse:collapse;text-align:left;width:100%}.beautiful-table th{color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;background:#1e293bcc;padding:1rem;font-size:.875rem;font-weight:600}.beautiful-table td{border-bottom:1px solid #ffffff0d;padding:1rem}.beautiful-table tr:hover td{background:#ffffff08}.beautiful-table tr:last-child td{border-bottom:none}.avatar-icon{width:40px;height:40px;color:var(--primary);border:1px solid var(--border);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:50%;justify-content:center;align-items:center;display:flex}.truncate-cell{white-space:nowrap;text-overflow:ellipsis;max-width:300px;overflow:hidden}.badge{background:var(--primary);color:#fff;border-radius:9999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-center-y{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.gap-sm{gap:.5rem}.font-medium{font-weight:500}.text-light{color:var(--text)}.text-muted{color:var(--text-muted)}.error-message{color:var(--error);background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin:1rem 0;padding:.75rem;font-size:.875rem}.m-lg{margin:2rem 0}.spinner{border:3px solid #ffffff1a;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin-right:1rem;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.4s ease-out forwards fadeIn}.slide-in{animation:.3s ease-out forwards slideDown}
