.wheel-container{position:relative;display:flex;justify-content:center;align-items:center}.wheel-wrapper{position:relative;border-radius:50%;box-shadow:0 10px 30px #0000004d;background:#fff;padding:10px}.wheel-canvas{border-radius:50%;display:block}.wheel-pointer{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:25px solid #ff4757;z-index:10;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4))}.wheel-pointer:after{content:"";position:absolute;top:-22px;left:-12px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:20px solid #ffffff}@media (max-width: 768px){.wheel-wrapper{padding:5px}.wheel-canvas{width:300px;height:300px}.wheel-pointer{top:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:20px solid #ff4757}.wheel-pointer:after{top:-18px;left:-10px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:16px solid #ffffff}}@media (max-width: 480px){.wheel-canvas{width:250px;height:250px}.wheel-pointer{top:-10px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:16px solid #ff4757}.wheel-pointer:after{top:-15px;left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid #ffffff}}.input-panel{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);color:#fff;max-height:80vh;overflow-y:auto}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-header h3{margin:0;font-size:1.2rem}.panel-controls{display:flex;gap:.5rem}.panel-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.panel-btn:hover{background:#ffffff4d}.entries-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.entry-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.entry-item:hover{background:#ffffff26}.entry-color{width:20px;height:20px;border-radius:50%;border:2px solid white;flex-shrink:0}.entry-text{flex:1;cursor:pointer;padding:.25rem 0;border-radius:4px;transition:background-color .2s ease}.entry-text:hover{background:#ffffff1a}.entry-input{flex:1;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:inherit}.entry-input::placeholder{color:#fff9}.color-picker{width:30px;height:30px;border:none;border-radius:50%;cursor:pointer;background:none}.edit-btn,.remove-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.edit-btn:hover{background:#4a90e24d}.remove-btn:hover{background:#ff6b6b4d}.add-btn{width:100%;background:linear-gradient(45deg,#4ecdc4,#44a08d);border:none;color:#fff;padding:.75rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4ecdc466}.history-panel,.stats-panel{background:#ffffff1a;border-radius:12px;padding:1rem;margin-top:1rem;border:1px solid rgba(255,255,255,.2)}.history-panel h4,.stats-panel h4{margin:0 0 .75rem;font-size:1rem}.history-list,.stats-list{max-height:200px;overflow-y:auto}.history-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff1a;border-radius:8px;margin-bottom:.5rem}.history-color{width:12px;height:12px;border-radius:50%;border:1px solid white}.history-item span{flex:1}.history-item small{opacity:.7;font-size:.8rem}.stat-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.stat-text{min-width:100px;font-size:.9rem}.stat-bar{flex:1;height:20px;background:#fff3;border-radius:10px;position:relative;overflow:hidden}.stat-fill{height:100%;background:linear-gradient(45deg,#4ecdc4,#44a08d);border-radius:10px;transition:width .3s ease}.stat-count{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.8rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.empty-message{text-align:center;opacity:.7;font-style:italic;margin:1rem 0}.mode-info{background:#ffffff1a;border-radius:12px;padding:1rem;margin-top:1rem;border:1px solid rgba(255,255,255,.2)}.mode-info p{margin:0 0 .5rem}.mode-info small{opacity:.8;line-height:1.4}.input-panel::-webkit-scrollbar,.history-list::-webkit-scrollbar,.stats-list::-webkit-scrollbar{width:6px}.input-panel::-webkit-scrollbar-track,.history-list::-webkit-scrollbar-track,.stats-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.input-panel::-webkit-scrollbar-thumb,.history-list::-webkit-scrollbar-thumb,.stats-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.input-panel::-webkit-scrollbar-thumb:hover,.history-list::-webkit-scrollbar-thumb:hover,.stats-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 1024px){.input-panel{max-height:none}}@media (max-width: 768px){.input-panel{padding:1rem}.entry-item{flex-wrap:wrap;gap:.5rem}.entry-text{min-width:120px}.color-picker{width:25px;height:25px}}.settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.settings-modal{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.2)}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.2);color:#fff}.settings-header h2{margin:0;font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.close-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.settings-content{padding:2rem;color:#fff}.setting-group{margin-bottom:2rem}.setting-group:last-child{margin-bottom:0}.setting-group h3{margin:0 0 1rem;font-size:1.1rem;opacity:.9;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem}.setting-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.setting-item:last-child{margin-bottom:0}.setting-item label{display:flex;align-items:center;gap:.5rem;font-weight:500;flex:1}.range-container{display:flex;align-items:center;gap:1rem;min-width:150px}.range-input{flex:1;height:6px;background:#ffffff4d;border-radius:3px;outline:none;-webkit-appearance:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}.range-input::-moz-range-thumb{width:18px;height:18px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d}.range-value{min-width:60px;text-align:right;font-weight:700;font-size:.9rem}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ffffff4d;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.toggle-slider{background:#4ecdc4}input:checked+.toggle-slider:before{transform:translate(26px)}.theme-selector{display:flex;flex-direction:column;gap:.75rem;width:100%}.theme-option{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.theme-option:hover{background:#ffffff26}.theme-option.active{border-color:#ffffff80;background:#fff3}.theme-colors{display:flex;gap:2px}.theme-color{width:16px;height:16px;border-radius:50%;border:1px solid rgba(255,255,255,.3)}.theme-name{font-size:.9rem;font-weight:500}.reset-btn{background:#ff6b6b4d;border:1px solid rgba(255,107,107,.5);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.reset-btn:hover{background:#ff6b6b80;transform:translateY(-1px)}.sound-test-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.test-sound-btn{background:#4ecdc433;border:1px solid rgba(78,205,196,.4);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .3s ease}.test-sound-btn:hover{background:#4ecdc466;transform:translateY(-1px)}.settings-modal::-webkit-scrollbar{width:6px}.settings-modal::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.settings-modal::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.settings-modal::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 768px){.settings-modal{width:95%;max-height:90vh}.settings-header{padding:1rem 1.5rem}.settings-content{padding:1.5rem}.setting-item{flex-direction:column;align-items:flex-start;gap:1rem}.setting-item label{width:100%}.range-container{width:100%;min-width:auto}.theme-selector{width:100%}}@media (max-width: 480px){.settings-header h2{font-size:1.2rem}.setting-item{padding:.75rem}.theme-option{padding:.5rem}.theme-color{width:12px;height:12px}}.result-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.result-modal{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:2rem;max-width:400px;width:90%;position:relative;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.2)}.close-btn{position:absolute;top:1rem;right:1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.result-content{text-align:center;color:#fff}.result-icon{font-size:4rem;margin-bottom:1rem}.result-content h2{font-size:2rem;margin:0 0 1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.result-winner{display:flex;align-items:center;justify-content:center;gap:1rem;background:#fff3;padding:1.5rem;border-radius:15px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.winner-color{width:30px;height:30px;border-radius:50%;border:3px solid white;box-shadow:0 2px 8px #0003}.winner-text{font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.result-message{font-size:1rem;opacity:.9;margin-bottom:2rem;line-height:1.5}.result-actions{display:flex;gap:1rem;justify-content:center}.action-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.action-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.share-btn:hover{box-shadow:0 4px 15px #4ecdc466}.copy-btn:hover{box-shadow:0 4px 15px #744ba266}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;overflow:hidden}.confetti-piece{position:absolute;width:10px;height:10px;background:#ff6b6b;animation:confetti-fall linear infinite;transform-origin:center}@keyframes confetti-fall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media (max-width: 480px){.result-modal{padding:1.5rem;margin:1rem}.result-icon{font-size:3rem}.result-content h2{font-size:1.5rem}.winner-text{font-size:1.2rem}.result-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}}.app{min-height:100vh;max-width:100%;margin:0 auto}.container{max-width:1400px;margin:0 auto;padding:0 20px}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;padding:0}.app-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px;position:relative;z-index:2}.nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700}.brand-icon{color:gold;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.brand-text{background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:25px;position:relative}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.header-controls{display:flex;gap:.75rem;align-items:center}.control-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.control-btn:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 15px #fff3}.hero-spinner-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;padding:2rem 0 4rem}.hero-spinner-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{text-align:center;margin-top:3rem;position:relative;z-index:2}.hero-title{font-size:4rem;margin:0 0 1rem;font-weight:800;line-height:1.1;background:linear-gradient(45deg,#fff,gold,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{display:block;font-size:2.5rem;margin-top:.5rem;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.3rem;margin:1.5rem auto 3rem;max-width:600px;opacity:.95;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.1rem;background:#fff3;padding:1rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.app-main{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start;position:relative;z-index:2}.wheel-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.wheel-controls{display:flex;gap:1rem;align-items:center}.spin-btn{background:linear-gradient(45deg,#ff6b6b,#ee5a52);border:none;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #ff6b6b66}.spin-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.spin-btn:disabled{opacity:.6;cursor:not-allowed}.reset-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reset-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.mode-selector{display:flex;align-items:center;gap:1rem;color:#fff;font-weight:500}.mode-selector select{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.mode-selector select option{background:#333;color:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-weight:700}.features-section{padding:6rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.feature-card:hover{box-shadow:0 20px 40px #00000026}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333;font-weight:600}.feature-card p{color:#666;line-height:1.6}.how-to-section{padding:6rem 0;background:#fff}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.3rem;margin-bottom:.5rem;color:#333;font-weight:600}.step-content p{color:#666;line-height:1.6}.use-cases-section{padding:6rem 0;background:linear-gradient(135deg,#ffecd2,#fcb69f)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease}.use-case:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.use-case-icon{width:50px;height:50px;margin:0 auto 1rem;color:#ff6b6b}.use-case h3{font-size:1.2rem;margin-bottom:.5rem;color:#333;font-weight:600}.use-case p{color:#666;font-size:.9rem;line-height:1.5}.comparison-section{padding:6rem 0;background:linear-gradient(135deg,#a8edea,#fed6e3)}.comparison-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;max-width:800px;margin:0 auto}.comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1.1rem}.comparison-header>div{padding:1.5rem;text-align:center}.comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #eee}.comparison-row:last-child{border-bottom:none}.comparison-row>div{padding:1.5rem;text-align:center;display:flex;align-items:center;justify-content:center}.feature-name{font-weight:600;color:#333;text-align:left!important;justify-content:flex-start!important}.competitor{color:#e74c3c;font-weight:500}.us{color:#27ae60;font-weight:600;background:linear-gradient(135deg,#d4edda,#c3e6cb)}.app-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.3rem;margin-bottom:1.5rem;color:gold;font-weight:600}.footer-description{line-height:1.6;opacity:.9;margin-bottom:1.5rem}.social-links{display:flex;align-items:center;gap:.5rem;color:gold;font-weight:500}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.75rem;opacity:.9;display:flex;align-items:center;gap:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-stats{display:flex;gap:2rem;flex-wrap:wrap}.footer-stats span{font-size:.9rem;opacity:.8}@media (max-width: 1024px){.app-main{grid-template-columns:1fr;gap:2rem}.nav-links{display:none}.hero-title{font-size:3rem}.hero-subtitle{font-size:2rem}.hero-stats{gap:1.5rem}}@media (max-width: 768px){.container{padding:0 15px}.navbar{padding:1rem 15px}.hero-content{margin-top:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.8rem}.hero-description{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1rem}.header-controls{gap:.5rem}.wheel-controls{flex-direction:column;gap:1rem}.spin-btn{padding:.75rem 1.5rem;font-size:1rem}.section-title{font-size:2rem}.features-grid,.steps-container{grid-template-columns:1fr}.use-cases-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.comparison-header,.comparison-row{grid-template-columns:1fr}.comparison-header>div,.comparison-row>div{text-align:left!important;justify-content:flex-start!important}.footer-bottom{flex-direction:column;text-align:center}.footer-stats{justify-content:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.control-btn{padding:.5rem}.feature-card,.use-case{padding:1.5rem}.step{flex-direction:column;text-align:center}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{width:100%;margin:0 auto;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}body{background:linear-gradient(135deg,#74b9ff,#0984e3)}}
