*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--secondary: #8b5cf6;--background: #0f172a;--surface: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8}body{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--background);color:var(--text-primary);line-height:1.6;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600}button{font-family:inherit;cursor:pointer}a{text-decoration:none;color:inherit}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#1e293b;box-shadow:0 2px 10px #0000004d;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-links{display:flex;gap:2rem}.nav-links a{color:#94a3b8;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#f1f5f9}.nav-links a.active{color:#6366f1}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#6366f1}.main-content{flex:1}.footer{background:#1e293b;text-align:center;padding:2rem;margin-top:4rem;color:#94a3b8}.home{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;margin-bottom:3rem}.hero h1{font-size:3rem;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#1e293b;border-radius:16px;padding:2rem;transition:transform .3s ease}.project-card:hover{transform:translateY(-8px)}.wheel-of-fortune{max-width:1400px;margin:0 auto;padding:2rem}.wheel-header{text-align:center;margin-bottom:3rem}.wheel-header h1{font-size:3rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.wheel-content{display:flex;gap:2rem;justify-content:center;align-items:flex-start}.input-panel{background:#1e293b;border-radius:16px;padding:2rem;width:400px;flex-shrink:0}.input-group{display:flex;gap:.5rem;margin-bottom:1rem}.input-group input{flex:1;padding:.75rem;background:#0f172a;border:2px solid transparent;border-radius:8px;color:#fff}.input-group input:focus{outline:none;border-color:#6366f1}.btn-add{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer}.presets{display:flex;gap:.5rem;margin-bottom:1.5rem;align-items:center}.btn-small{padding:.4rem .8rem;background:#334155;color:#fff;border:none;border-radius:6px;cursor:pointer}.options-list{list-style:none;max-height:300px;overflow-y:auto;margin-bottom:1.5rem}.options-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#334155;border-radius:8px;margin-bottom:.5rem}.color-dot{width:20px;height:20px;border-radius:50%;flex-shrink:0}.options-list li span:nth-child(2){flex:1}.remove-btn{width:28px;height:28px;border:none;background:#ef4444;color:#fff;border-radius:50%;cursor:pointer;flex-shrink:0;margin-left:auto}.actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-spin{background:#10b981;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;cursor:pointer}.btn-spin:disabled{opacity:.5;cursor:not-allowed}.btn-clear{background:#ef4444;color:#fff;border:none;padding:1rem;border-radius:8px;cursor:pointer}.wheel-panel{display:flex;flex-direction:column;align-items:center;gap:2rem}.wheel-container{position:relative;background:#1e293b;border-radius:50%;padding:2rem}.wheel-pointer{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:3rem;color:#6366f1;z-index:10}canvas{display:block;border-radius:50%}.result{background:linear-gradient(135deg,#10b981,#059669);padding:2rem;border-radius:16px;text-align:center;min-width:300px;animation:bounce .6s ease}.result h2{font-size:1.5rem;margin-bottom:1rem}.result p{font-size:2rem;font-weight:700;color:#fff}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1024px){.wheel-content{grid-template-columns:1fr}}.under-construction{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--background) 0%,#1a1a2e 100%);padding:20px}.construction-content{text-align:center;max-width:600px}.construction-image{max-width:400px;width:100%;height:auto;margin-bottom:30px;border-radius:10px;box-shadow:0 10px 30px #00000080}.under-construction h1{font-size:3rem;margin-bottom:20px;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.under-construction p{font-size:1.3rem;color:var(--text-secondary);margin-bottom:10px}.subtext{font-size:1.1rem!important;color:var(--text-secondary);opacity:.8}.spinner{width:50px;height:50px;border:4px solid rgba(99,102,241,.1);border-top-color:var(--primary);border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.construction-image{max-width:300px}.under-construction h1{font-size:2rem}.under-construction p{font-size:1.1rem}}
