*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#0f172a;line-height:1.6;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;color:#0f172a;padding:1rem 0;border-bottom:1px solid #e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:50}.header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem;color:#f59e0b}.logo h1{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;margin:0;color:#0f172a}.logo p{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.main{flex:1;padding:2rem 0}.container{max-width:7xl;margin:0 auto;padding:0 1.5rem;width:100%}@media (min-width: 1200px){.container{max-width:1200px;padding:0 2rem}}.intro{text-align:center;margin-bottom:2rem}.intro h2{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.intro p{font-size:1rem;color:#64748b;max-width:600px;margin:0 auto;font-weight:500}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:2rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid #e2e8f0;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.stat-card:hover{box-shadow:0 4px 12px #00000026;border-color:#f59e0b}.stat-icon{width:2rem;height:2rem;color:#f59e0b;margin-bottom:.75rem}.stat-number{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;border:1px solid #e2e8f0;width:100%;max-width:none}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff;color:#0f172a}.select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;width:100%}@media (min-width: 768px){.category-grid{grid-template-columns:1fr 1fr}}.category-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#0f172a}.category-card:hover{border-color:#f59e0b;background:#fef3c7}.category-card.active{border-color:#f59e0b;background:#fef3c7;color:#0f172a}.category-icon{width:1.25rem;height:1.25rem;color:#f59e0b}.textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:100px;transition:all .2s ease;color:#0f172a}.textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.form-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f59e0b;color:#fff;border:1px solid #f59e0b;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px;justify-content:center}.btn-primary:hover:not(:disabled){background:#d97706;border-color:#d97706;box-shadow:0 4px 12px #f59e0b66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.75rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-icon{width:1rem;height:1rem}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:.75rem}.equipment-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;min-height:48px}.equipment-checkbox:hover{border-color:#f59e0b;background:#fef3c7}.equipment-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#f59e0b;cursor:pointer;margin:0;flex-shrink:0}.equipment-checkbox input[type=checkbox]:checked+span{font-weight:600;color:#0f172a}.equipment-checkbox.checked{border-color:#f59e0b;background:#fef3c7}.equipment-checkbox span{flex:1;line-height:1.4;margin-left:.25rem}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.history-item:hover{border-color:#fdd835;background:#fefdf3}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.history-header h4{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.history-meta{display:flex;gap:1rem;font-size:.85rem;color:#64748b}.history-meta span{background:#fff;padding:.25rem .5rem;border-radius:6px;border:1px solid #e2e8f0}.history-actions{display:flex;gap:.5rem}.history-btn{padding:.5rem 1rem;background:#fdd835;color:#1e293b;border:1px solid #1e293b;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.history-btn:hover{background:#374151;color:#fdd835;border-color:#fdd835}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(30,41,59,.3);border-top:2px solid #1e293b;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.football-spinner{display:inline-block;font-size:1.25rem;margin-right:.5rem;animation:footballSpin 1.5s linear infinite}@keyframes footballSpin{0%{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.response-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 25px -5px #0000001a}.response-section h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.response-content{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.response-content pre{white-space:pre-wrap;font-family:inherit;font-size:1rem;line-height:1.7;color:#374151;margin:0}.footer{background:#1e293b;color:#fff;padding:2rem 0;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content p{margin:.5rem 0;opacity:.8}@media (max-width: 768px){.container{padding:0 1rem;max-width:98vw}.form-section{padding:1.5rem;margin:0 -.5rem 2rem}.intro h2{font-size:2rem}.logo h1{font-size:1.5rem}.category-grid,.stats-section{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.equipment-grid{grid-template-columns:1fr;gap:.75rem}.equipment-checkbox{padding:.875rem 1rem;min-height:50px;font-size:.9rem}.equipment-checkbox input[type=checkbox]{width:1.1rem;height:1.1rem}}.admin-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.admin-container .login{max-width:400px;margin:100px auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0003;text-align:center}.admin-container .login h2{margin-bottom:30px;color:#333}.admin-container .login input{width:100%;padding:12px;margin-bottom:20px;border:1px solid #ddd;border-radius:6px;font-size:16px}.admin-container .login button{width:100%;padding:12px;background:#fdd835;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background .2s}.admin-container .login button:hover{background:#e6c230}.admin-container .logs{max-width:1400px;margin:0 auto;background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 30px #0000001a}
