@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--background: #09090b;--background-secondary: #0c0c0f;--card: #0f0f12;--card-hover: #141418;--primary: #FFD700;--primary-hover: #E5C200;--primary-foreground: #000000;--accent: #18181b;--accent-hover: #27272a;--foreground: #fafafa;--foreground-secondary: #a1a1aa;--muted: #71717a;--border: #27272a;--border-hover: #3f3f46;--success: #22c55e;--warning: #eab308;--error: #ef4444;--ring: #FFD700;--radius: 8px;--radius-sm: 6px;--radius-lg: 12px;--hero-section-min-height: calc(100vh - 60px) ;--hero-section-padding-top: 3rem;--hero-section-padding-bottom: 3rem;--hero-section-padding-horizontal: 1.5rem;--hero-content-max-width: 800px;--hero-content-width: 100%;--card-max-width: 600px;--card-padding: 2rem;--card-wide-max-width: 900px;--image-gallery-gap: 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.space-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.space-bg canvas{display:block;width:100%!important;height:100%!important}.app{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.logo{height:140px;width:auto;margin-bottom:2rem;transition:transform .2s ease}.logo:hover{transform:scale(1.02)}.logo-header{text-align:center;padding:3rem 0 2rem}.container{width:100%;max-width:100%;margin:0 auto;padding:1.5rem}@media (min-width: 768px){.container{max-width:720px;padding:2rem}}@media (min-width: 1024px){.container{max-width:960px;padding:2.5rem}}@media (min-width: 1280px){.container{max-width:1100px;padding:3rem}}.container-wide{max-width:1400px}.card{background:#0f0f12d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s ease,background .2s ease;max-width:600px;margin-left:auto;margin-right:auto}.card:hover{border-color:var(--border-hover);background:#0f0f12e6}@media (min-width: 768px){.card{padding:2rem}}h1,h2,h3{font-family:League Spartan,sans-serif;font-weight:700;letter-spacing:-.025em;color:var(--foreground)}h1{font-size:2rem;line-height:1.2;margin-bottom:.5rem}@media (min-width: 768px){h1{font-size:2.5rem}}h2{font-size:1.5rem;line-height:1.3;margin-bottom:.5rem}h3{font-size:1.125rem;line-height:1.4;margin-bottom:.25rem}p{margin-bottom:1rem;color:var(--foreground-secondary)}.text-muted{color:var(--muted)}.text-center{text-align:center}.text-primary{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;border:none;border-radius:var(--radius);cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{background:var(--accent);color:var(--muted);cursor:not-allowed}.btn-secondary{background:var(--accent);color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background:var(--accent-hover);border-color:var(--border-hover)}.btn-outline{background:transparent;color:var(--foreground);border:1px solid var(--border)}.btn-outline:hover{background:var(--accent);border-color:var(--border-hover)}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-block{width:100%}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.form-input{width:100%;padding:.625rem .75rem;font-family:Outfit,sans-serif;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground);transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #ffd7001a}.form-input::placeholder{color:var(--muted)}select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1em 1em;padding-right:2.5rem}textarea.form-input{min-height:100px;resize:vertical}.file-upload{border:2px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease;background:var(--background)}.file-upload:hover{border-color:var(--primary);background:#ffd70005}.file-upload-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.progress-bar{height:4px;background:var(--accent);border-radius:2px;overflow:hidden;margin-bottom:1.5rem}.progress-bar-fill{height:100%;background:var(--primary);transition:width .3s ease}.options-grid{display:grid;gap:.75rem}.option-btn{padding:1rem;background:var(--accent);border:1px solid var(--border);border-radius:var(--radius);text-align:left;font-family:Outfit,sans-serif;font-size:.9375rem;color:var(--foreground);cursor:pointer;transition:all .15s ease}.option-btn:hover{border-color:var(--border-hover);background:var(--accent-hover)}.option-btn.selected{border-color:var(--primary);background:#ffd70014}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:var(--card-max-width);max-height:90vh;overflow-y:auto}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin-bottom:0}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;gap:.75rem;justify-content:flex-end}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted);padding:.25rem;line-height:1;transition:color .15s ease}.modal-close:hover{color:var(--foreground)}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--image-gallery-gap)}.image-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .15s ease}.image-card:hover{border-color:var(--border-hover)}.image-card img{width:100%;height:140px;object-fit:cover}.image-card-body{padding:1rem}.summary-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.summary-header{padding:1.25rem 1.5rem;background:var(--primary);color:var(--primary-foreground)}.summary-header h3{color:var(--primary-foreground);margin:0}.summary-body{padding:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.summary-row:last-child{border-bottom:none}.summary-label{color:var(--muted);font-size:.875rem}.summary-value{font-weight:500;color:var(--foreground)}.summary-total{font-family:League Spartan,sans-serif;font-size:1.5rem;font-weight:700;color:var(--primary)}.alert{padding:1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.875rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.admin-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{font-size:1.75rem}.admin-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;padding:.25rem;background:var(--accent);border-radius:var(--radius);width:fit-content}.admin-tab{padding:.5rem 1rem;background:transparent;border:none;color:var(--muted);font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:var(--radius-sm);transition:all .15s ease}.admin-tab:hover{color:var(--foreground)}.admin-tab.active{color:var(--primary-foreground);background:var(--primary)}.data-table{width:100%;border-collapse:collapse;background:var(--card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.data-table th,.data-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{background:var(--accent);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.data-table tbody tr{transition:background .1s ease}.data-table tbody tr:hover{background:var(--accent)}.data-table tbody tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-new{background:var(--primary);color:var(--primary-foreground)}.badge-contacted{background:#3b82f6;color:#fff}.badge-pending{background:var(--warning);color:#000}.clickable-row{cursor:pointer}.clickable-row:hover{background:var(--accent)!important}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input-error{border-color:var(--error)!important}.field-error{color:var(--error);font-size:.8125rem;margin-top:.25rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}::selection{background:var(--primary);color:var(--primary-foreground)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (max-width: 640px){h1{font-size:1.75rem}.card{padding:1.25rem}.btn-lg{padding:.625rem 1.25rem}.logo{height:100px}}.hero-section{min-height:var(--hero-section-min-height);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:var(--hero-section-padding-top) var(--hero-section-padding-horizontal) var(--hero-section-padding-bottom);text-align:center}.hero-title{font-family:League Spartan,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem;color:var(--foreground)}.hero-title-gold{background:linear-gradient(135deg,var(--primary) 0%,#FFA500 50%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-family:Outfit,sans-serif;font-size:clamp(1.125rem,3vw,1.5rem);color:var(--foreground-secondary);max-width:600px;margin:0 auto 2rem;line-height:1.5}.hero-card{background:#0f0f12b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,215,0,.1);border-radius:24px;padding:var(--card-padding);max-width:var(--card-max-width);width:100%;margin:0 auto}.hero-card-wide{max-width:var(--card-wide-max-width)}.hero-card-narrow{max-width:480px}.hero-content{max-width:var(--hero-content-max-width);width:var(--hero-content-width);margin:0 auto}.hero-logo{height:400px;width:auto;margin-bottom:2.5rem;filter:drop-shadow(0 0 50px rgba(255,215,0,.5));animation:float 4s ease-in-out infinite}@media (max-width: 640px){.hero-logo{height:220px}.hero-card{padding:2rem 1.5rem;border-radius:16px}}.hero-upload{border:2px dashed rgba(255,215,0,.3);border-radius:20px;padding:4rem 2rem;background:#ffd70005;transition:all .3s ease;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-upload:hover{border-color:var(--primary);background:#ffd7000d;transform:translateY(-2px)}.hero-upload.drag-over{border-color:var(--primary);background:#ffd7001a;box-shadow:0 0 40px #ffd70033}.hero-upload-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.8}.btn-hero{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:12px;min-width:200px}.btn-hero-gold{background:linear-gradient(135deg,var(--primary) 0%,#E5C200 100%);color:#000;box-shadow:0 4px 20px #ffd7004d}.btn-hero-gold:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ffd70066}.hero-options{display:grid;gap:1rem;margin:1.5rem 0}.hero-option{padding:1.25rem 1.5rem;background:#27272a80;border:1px solid var(--border);border-radius:12px;text-align:left;font-size:1rem;color:var(--foreground);cursor:pointer;transition:all .2s ease}.hero-option:hover{border-color:#ffd7004d;background:#27272ab3}.hero-option.selected{border-color:var(--primary);background:#ffd7001a;box-shadow:0 0 20px #ffd7001a}.hero-question{font-family:League Spartan,sans-serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;margin-bottom:1.5rem;color:var(--foreground)}.hero-progress{position:fixed;top:0;left:0;right:0;height:3px;background:#ffffff1a;z-index:100}.hero-progress-bar{height:100%;background:linear-gradient(90deg,var(--primary),#FFA500);transition:width .3s ease;box-shadow:0 0 10px var(--primary)}.hero-nav{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.hero-nav .btn{min-width:140px}.hero-summary{background:#0f0f12cc;border:1px solid rgba(255,215,0,.2);border-radius:16px;overflow:hidden}.hero-summary-header{background:linear-gradient(135deg,var(--primary) 0%,#E5C200 100%);color:#000;padding:1.25rem 1.5rem;font-family:League Spartan,sans-serif;font-size:1.25rem;font-weight:700}.hero-summary-body{padding:1.5rem}.hero-summary-row{display:flex;justify-content:space-between;padding:.875rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.hero-summary-row:last-child{border-bottom:none}.hero-summary-label{color:var(--muted)}.hero-summary-value{font-weight:500;color:var(--foreground)}.hero-summary-total{font-family:League Spartan,sans-serif;font-size:2rem;font-weight:800;color:var(--primary)}.hero-form-group{margin-bottom:1.5rem;text-align:left}.hero-label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.hero-input{width:100%;padding:1rem 1.25rem;font-size:1rem;border:1px solid var(--border);border-radius:12px;background:#09090bcc;color:var(--foreground);transition:all .2s ease}.hero-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ffd7001a}.hero-input::placeholder{color:var(--muted)}.hero-success-icon{font-size:6rem;color:var(--success);margin-bottom:1.5rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.hero-loading{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-spinner{width:60px;height:60px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.meteors-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.meteor{position:absolute;width:2px;height:80px;background:linear-gradient(180deg,var(--primary),transparent);border-radius:50%;animation:meteor-fall linear infinite;opacity:0}.meteor:before{content:"";position:absolute;width:4px;height:4px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px 2px var(--primary);top:0;left:-1px}@keyframes meteor-fall{0%{opacity:1;transform:translateY(-100px) translate(0) rotate(45deg)}70%{opacity:1}to{opacity:0;transform:translateY(100vh) translate(200px) rotate(45deg)}}.shiny-text{background:linear-gradient(90deg,var(--foreground) 0%,var(--foreground) 40%,var(--primary) 50%,var(--foreground) 60%,var(--foreground) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shine 3s ease-in-out infinite}@keyframes shine{0%,to{background-position:200% center}50%{background-position:-200% center}}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,#FFA500 25%,var(--primary) 50%,#FFA500 75%,var(--primary) 100%);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.btn-shine{position:relative;overflow:hidden}.btn-shine:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:none;animation:btn-shine-sweep 3s ease-in-out infinite}@keyframes btn-shine-sweep{0%{left:-100%}50%,to{left:100%}}.btn-glow{animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 0 5px var(--primary),0 0 10px #ffd7004d}50%{box-shadow:0 0 20px var(--primary),0 0 40px #ffd70066}}.card-animated-border{position:relative;background:var(--card);border-radius:var(--radius-lg);overflow:hidden}.card-animated-border:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:var(--radius-lg);background:linear-gradient(var(--border-angle, 0deg),var(--primary),var(--border),var(--primary),var(--border));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:border-rotate 4s linear infinite}@keyframes border-rotate{to{--border-angle: 360deg}}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.card-shine{position:relative;overflow:hidden}.card-shine:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 40%,rgba(255,215,0,.03) 50%,transparent 60%);animation:card-shine-sweep 6s ease-in-out infinite;pointer-events:none}@keyframes card-shine-sweep{0%{transform:translate(-50%) translateY(-50%) rotate(0)}to{transform:translate(50%) translateY(50%) rotate(0)}}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffd7004d;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.ripple:active:after{width:200%;height:200%;opacity:0;transition:width .4s ease-out,height .4s ease-out,opacity .4s ease-out}.fade-in-up{animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stagger-children>*{opacity:0;animation:fadeInUp .5s ease-out forwards}.stagger-children>*:nth-child(1){animation-delay:.1s}.stagger-children>*:nth-child(2){animation-delay:.2s}.stagger-children>*:nth-child(3){animation-delay:.3s}.stagger-children>*:nth-child(4){animation-delay:.4s}.stagger-children>*:nth-child(5){animation-delay:.5s}.stagger-children>*:nth-child(6){animation-delay:.6s}.hover-scale{transition:transform .2s ease}.hover-scale:hover{transform:scale(1.02)}.input-spotlight{position:relative}.input-spotlight:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:calc(var(--radius) + 2px);background:conic-gradient(from var(--spotlight-angle, 0deg) at 50% 50%,transparent 0%,var(--primary) 10%,transparent 20%);opacity:0;transition:opacity .3s ease;z-index:-1}.input-spotlight:focus-within:before{opacity:1;animation:spotlight-rotate 2s linear infinite}@keyframes spotlight-rotate{to{--spotlight-angle: 360deg}}@property --spotlight-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.badge-pulse{animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.float{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.solar-drift-canvas.svelte-tv7xak{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}
