:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#e8e8e8;background:linear-gradient(135deg,#1e1e2e,#2d2d44);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;width:100%}h1{font-size:2.5em;line-height:1.2;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:1.8em;font-weight:600;color:#e8e8e8}h3{font-size:1.2em;font-weight:600;color:#b8b8b8}input{width:100%;padding:12px 16px;font-size:16px;border:2px solid #3a3a4f;border-radius:8px;background-color:#2a2a3e;color:#e8e8e8;transition:all .3s ease;font-family:inherit}input:focus{outline:none;border-color:#667eea;background-color:#323248;box-shadow:0 0 0 3px #667eea1a}input::placeholder{color:#888}button{border-radius:8px;border:none;padding:12px 24px;font-size:16px;font-weight:600;font-family:inherit;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:transparent;border:2px solid #667eea;box-shadow:none}button.secondary:hover:not(:disabled){background:#667eea1a}a{font-weight:500;color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}
