*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.container{flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.header{text-align:center;padding:2rem}.header h1{color:#e6b220;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:2.5rem}.header p{color:#fafaf5;opacity:.8;max-width:600px;margin:0 auto;font-size:1.1rem}.tab-container{background:linear-gradient(135deg,#0a0a0ff2,#023c7133);border:2px solid #e6b220;border-radius:12px;width:100%;max-width:800px;min-height:600px;margin-bottom:10vw;position:relative;overflow:hidden;box-shadow:0 10px 30px #000000b3}.tab-container:before{content:"";opacity:.3;z-index:-1;background:linear-gradient(45deg,#023c714d,#e6b2201a);width:100%;height:100%;position:absolute;top:0;left:0}.tab-headers{scrollbar-width:none;-ms-overflow-style:none;background:#023c711a;border-bottom:1px solid #e6b2204d;padding:0 1rem;display:flex;position:relative;overflow-x:auto}.tab-headers::-webkit-scrollbar{display:none}.tab-header{color:#ffffffb3;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;flex-shrink:0;justify-content:center;align-items:center;min-height:48px;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex;position:relative}.tab-header.active{color:#e6b220}.tab-header:hover:not(.active){color:#e6b220cc;background:#e6b2200d}.tab-header .tab-icon{margin-right:8px;font-size:1.2rem}.tab-indicator{z-index:1;will-change:transform, width;pointer-events:none;background:#e6b220;height:4px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0}.tab-contents{min-height:500px;padding:2.5rem;position:relative}.tab-content{animation:.3s fadeIn;display:none}.tab-content.active{display:block}.tab-content h2{color:#e6b220;text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group label{color:#fafaf5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.form-control{color:#fafaf5;background:#ffffff0d;border:1px solid #e6b2204d;border-radius:8px;width:100%;padding:.9rem 1rem;font-size:1rem;transition:all .3s}.form-control:focus{background:#ffffff14;border-color:#e6b220;outline:none;box-shadow:0 0 0 2px #e6b22033}.form-control::placeholder{color:#ffffff80}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e6b220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px}textarea.form-control{resize:vertical;min-height:120px}.submit-btn{color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#e6b220,#d4a41c);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.submit-btn:hover{background:linear-gradient(135deg,#d4a41c,#c29518);transform:translateY(-2px);box-shadow:0 5px 15px #e6b2204d}.submit-btn:active{transform:translateY(0)}.status-message{text-align:center;border-radius:8px;margin:1rem 0;padding:1rem;font-weight:500;display:none}.success{color:#2ecc71;background:#2ecc7133;border:1px solid #2ecc71}.error{color:#e74c3c;background:#e74c3c33;border:1px solid #e74c3c}:root{--bg:#0b1b2b;--surface:#111e2b;--surface-2:#0f1a28;--text:#e9f4ff;--muted:#a6c1d9;--accent:#2b9af3;--border:#2a3a50;--dropdowns:#0e1a29}.custom-select{user-select:none;width:100%;position:relative}.select-face{width:100%;color:var(--text);cursor:pointer;background:#ffffff0d;border:1px solid #e6b2204d;border-radius:10px;justify-content:space-between;align-items:center;min-height:40px;padding:12px 14px;font-family:inherit;font-size:1rem;display:flex;box-shadow:inset 0 1px #ffffff0a,0 8px 20px #0006}.select-face .title{align-items:center;gap:8px;font-weight:500;display:inline-flex}.select-face .arrow{border-top:8px solid #e6b220;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;transition:transform .3s;transform:translateY(-1px)}.dropdowns{backdrop-filter:blur(3px);z-index:99;background:#0e141bcc;border:1px solid #485158;border-radius:12px;width:100%;max-height:260px;padding:6px;display:none;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 8px 24px #0009}.option{cursor:pointer;color:var(--text);white-space:nowrap;border-radius:8px;align-items:center;padding:5px 12px;font-size:14px;display:flex}.option:hover{background:#1565bb80}.option.active{background:#1565bb}.dropdowns-header{background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;margin-bottom:6px}select.hidden-native{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.select-face:focus-within{outline-offset:2px;outline:2px solid #e6b220}@media (width<=768px){.option{padding:10px 14px;font-size:20px}.header h1{font-size:2rem}.tab-container{border-radius:8px;min-height:500px}.tab-contents{padding:1.5rem}.tab-header{text-align:center;flex:1;min-height:44px;padding:.8rem 1rem}.tab-header .tab-icon{margin-right:6px}}@media (width<=480px){.tab-contents{padding:1rem}.header h1{font-size:1.8rem}.tab-header{padding:.7rem .5rem}.tab-header .tab-icon{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading{border:3px solid #ffffff4d;border-top-color:#e6b220;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.material-icons{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.tab-scroll-container{position:relative}
