.container{max-width:1200px;margin:0 auto;padding:1.5rem;height:100vh;display:flex;flex-direction:column}.header{text-align:center;margin-bottom:1rem;color:#fff}.title{font-size:3rem;font-weight:700;margin-bottom:0;text-shadow:0 4px 8px rgba(0,0,0,.3);animation:fadeInDown .8s ease-out;position:relative;display:inline-block}.info-icon{cursor:pointer;opacity:.8;transition:all .2s ease;vertical-align:super;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;top:-.2em}.info-icon:hover{opacity:1;transform:scale(1.1);background:#fff3}.info-icon svg{width:12px;height:12px;color:#fff}.main{flex:1;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;min-height:0}.input-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #0000001a;animation:slideInUp .8s ease-out .4s both}.input-form{width:100%}.input-wrapper{display:flex;gap:.5rem;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;box-shadow:0 20px 40px #0000001a;animation:slideInUp .8s ease-out .4s both}.input{flex:1;padding:.75rem 1rem;border:2px solid #e1e5e9;border-radius:12px 0 0 12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;height:48px;box-sizing:border-box}.input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-2px)}.search-btn-icon{padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:0 12px 12px 0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:48px;height:46px;flex-shrink:0}.submit-icon{width:20px;height:20px;transition:all .3s ease}.search-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.search-btn-icon:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.search-btn-icon:disabled{opacity:.6;cursor:not-allowed;transform:none}.search-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.search-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.results-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;box-shadow:0 20px 40px #0000001a;animation:slideInUp .8s ease-out}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.results-title{font-size:1.5rem;font-weight:600;color:#333}.controls{display:flex;gap:.5rem}.control-btn{padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.control-btn:hover{background:#e9ecef;transform:translateY(-1px)}.reposters-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1rem;max-height:285px;overflow-y:auto;position:relative;min-height:200px}.reposter-item{background:#fff;border:2px solid #e1e5e9;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;cursor:pointer;min-height:60px}.reposter-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.reposter-item.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.checkbox{width:20px;height:20px;border:2px solid #667eea;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.checkbox.checked{background:#667eea;color:#fff}.reposter-avatar{width:52px;height:52px;min-width:42px;min-height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.reposter-avatar-fallback{width:52px;height:52px;min-width:42px;min-height:42px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reposter-info{flex:1;min-width:0;overflow:hidden}.reposter-name{font-weight:600;color:#333;margin-bottom:.25rem;display:flex;justify-content:space-between;align-items:center}.reposter-npub{font-size:.85rem;color:#666;font-family:Courier New,monospace;word-break:break-all;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;line-height:1.3}.repost-type-badge{display:inline-block;padding:.2rem .4rem;border-radius:4px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-shrink:0;margin-left:.5rem}.wheel-section{text-align:center}.spin-btn{padding:1rem 2rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.spin-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #28a7454d}.spin-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.wheel-display{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;box-shadow:0 20px 40px #0000001a;text-align:center;animation:slideInUp .8s ease-out}.picker-container{position:relative;width:100%;max-width:600px;margin:0 auto 2rem;min-height:400px;display:flex;align-items:center;justify-content:center}.picker-display{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.text-picker-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:2rem}.cycling-name{font-size:2.5rem;font-weight:700;color:#333;text-align:center;padding:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1);transition:all .1s ease;animation:pulse .5s ease-in-out;white-space:nowrap}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.loading-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:0;pointer-events:none}.loading-overlay .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}.winner-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease;padding:1rem}.winner-modal{background:#fff;border-radius:20px;box-shadow:0 25px 60px #0000004d,0 0 0 1px #667eea33;max-width:380px;width:100%;padding:2rem;text-align:center;position:relative;animation:slideInUp .4s cubic-bezier(.16,1,.3,1)}.winner-modal-close{position:absolute;top:1rem;right:1rem;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;padding:.4rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.winner-modal-close:hover{background:#f1f5f9;color:#475569}.winner-modal-header{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#667eea;margin-bottom:1.25rem}.winner-modal-avatar-wrapper{margin-bottom:1rem}.winner-modal-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #667eea;box-shadow:0 8px 24px #667eea4d}.winner-modal-avatar-fallback{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:2.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto;border:4px solid rgba(102,126,234,.3);box-shadow:0 8px 24px #667eea4d}.winner-modal-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.winner-modal-npub{font-size:.85rem;color:#64748b;font-family:Courier New,monospace;margin-bottom:1.5rem}.winner-modal-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.winner-modal-btn{padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.winner-modal-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.winner-modal-btn.secondary{background:#f1f5f9;color:#475569}.winner-modal-btn.secondary:hover{background:#e2e8f0;box-shadow:none}.spin-again-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.winner-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.back-btn{padding:1rem 2rem;background:linear-gradient(135deg,#6c757d,#495057);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.back-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6c757d4d}.pick-remove-btn{padding:1rem 2rem;background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.pick-remove-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #dc35454d}.pick-keep-btn{padding:1rem 2rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.pick-keep-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #28a7454d}.picker-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1rem}.picker-buttons-row{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;max-width:500px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.container{padding:1.25rem}.title{font-size:1.8rem}.info-icon{width:16px;height:16px;top:-.15em}.info-icon svg{width:10px;height:10px}.input-wrapper{padding:21px;gap:.5rem}.results-section{padding:21px}.results-title{font-size:1rem}.input{height:44px;padding:.6rem .8rem}.search-btn-icon{min-width:44px;height:42px;padding:.6rem}.submit-icon{width:18px;height:18px}.search-btn{width:100%}.results-header{flex-direction:column;align-items:stretch}.controls{justify-content:center}.reposters-list{grid-template-columns:1fr;max-height:240px;gap:.25rem}.reposter-item{padding:.5rem .75rem;min-height:40px;border-radius:4px;border-left:3px solid #667eea}.reposter-name{font-size:.9rem;margin-bottom:.1rem;font-weight:500}.reposter-npub{font-size:.7rem;line-height:1.1;color:#666}.repost-type-badge{font-size:.5rem;padding:.15rem .3rem;margin-left:.25rem}.checkbox{width:16px;height:16px;font-size:.7rem;flex-shrink:0}.reposter-avatar,.reposter-avatar-fallback{width:42px;height:42px}.picker-container{max-width:500px;min-height:300px}.picker-display{min-height:300px}.cycling-name{font-size:1.8rem;min-width:250px;min-height:100px}.picker-buttons-row{flex-direction:row;gap:.5rem}.picker-buttons-row .search-btn{flex:1;min-width:140px;font-size:.9rem;padding:.75rem 1rem;white-space:nowrap}.winner-modal{padding:1.5rem;max-width:320px}.winner-modal-avatar{width:80px;height:80px}.winner-modal-avatar-fallback{width:80px;height:80px;font-size:2rem}.winner-modal-name{font-size:1.25rem}.winner-buttons .search-btn{font-size:.85rem;padding:.75rem 1rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out;padding:1rem}.modal-content{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040,0 0 0 1px #ffffff1a;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;animation:slideInUp .4s cubic-bezier(.16,1,.3,1);position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #f1f5f9;position:relative}.modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-close{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.modal-close:hover{background:#f1f5f9;color:#475569;border-color:#cbd5e1;transform:scale(1.05)}.modal-body{padding:0 2rem 2rem}.modal-description{margin-bottom:1.5rem}.modal-description p{font-size:1rem;color:#475569;line-height:1.7;margin:0}.modal-features{margin-bottom:1.5rem}.modal-features h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.modal-features ul{list-style:none;padding:0;margin:0}.modal-features li{font-size:.95rem;color:#475569;line-height:1.6;padding:.5rem 0;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:.5rem}.modal-features li:last-child{border-bottom:none}.modal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.modal-info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:center}.info-label{font-size:.8rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.info-value{font-size:1rem;font-weight:600;color:#1e293b}.modal-footer{text-align:center;padding-top:1rem;border-top:1px solid #f1f5f9}.modal-footer p{font-size:.9rem;color:#64748b;margin:0}.modal-footer a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.modal-footer a:hover{color:#764ba2;text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.modal-overlay{padding:.5rem}.modal-content{max-width:100%;border-radius:16px}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-body{padding:0 1.5rem 1.5rem}.modal-title{font-size:1.25rem}.modal-info-grid{grid-template-columns:1fr;gap:.75rem}.modal-features li{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);height:100vh;color:#333;line-height:1.6;overflow:hidden}#root{height:100vh}
