*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.text-left{text-align:left}.w-full{width:100%}.h-auto{height:auto}.h-14{height:3.5rem}.h-24{height:6rem}.h-28{height:7rem}.h-8{height:2rem}.min-h-screen{min-height:100vh}.min-h-480{min-height:30rem}.max-w-lg{max-width:32rem}.container{width:100%;max-width:1200px;margin:0 auto}.p-4{padding:1rem}.p-8{padding:2rem}.p-12{padding:3rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-8{margin-bottom:2rem}.gap-4{gap:1rem}.gap-y-6{row-gap:1.5rem}.space-y-4>*+*{margin-top:1rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.border{border:1px solid}.border-0{border:0}.border-white-10{border-color:hsla(0,0%,100%,.1)}.bg-white-10{background-color:hsla(0,0%,100%,.1)}.bg-white{background-color:#fff}.bg-black{background-color:#000}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.font-sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-white{color:#fff}.text-black{color:#000}.text-gray-100{color:#f3f4f6}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-900{color:#111827}.text-red-400{color:#f87171}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.transition-all{transition:all .2s ease}.duration-200{transition-duration:.2s}.antialiased{-webkit-font-smoothing:antialiased}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.-top-2{top:-.5rem}.-left-4{left:-1rem}.-left-8{left:-2rem}.z-50{z-index:50}.tracking-wider{letter-spacing:.05em}.w-auto{width:auto}.mr-2{margin-right:.5rem}.h-4{height:1rem}.w-4{width:1rem}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}@media (min-width:768px){.md\:text-left{text-align:left}.md\:p-12{padding:3rem}.md\:text-2xl{font-size:1.5rem}.md\:h-28{height:7rem}.md\:-left-8{left:-2rem}.md\:flex-row{flex-direction:row}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:gap-y-0{row-gap:0}}@media (min-width:640px){.sm\:inline{display:inline}}body{background:linear-gradient(180deg,#2a2218,#000);color:#fff;font-family:sans-serif}.bussola-button-primary{background-color:#e0c59a;color:#000;font-weight:600;transition:all .2s ease;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.bussola-button-primary:hover{background-color:#d4b98a}.bussola-button-secondary{background-color:#f5a623;color:#000;font-weight:700;box-shadow:0 10px 15px -3px rgba(245,166,35,.2);transition:all .2s ease}.bussola-button-secondary:hover{background-color:#e89c1e}.bussola-button-success{background-color:#22c55e;color:#fff;box-shadow:0 10px 15px -3px rgba(34,197,94,.2);transition:all .2s ease}.bussola-button-success:hover{background-color:#16a34a}.bussola-modal-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.bussola-modal-content{background-color:#2c2822;padding:2rem;border-radius:1rem;width:100%;max-width:32rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.1)}@media (min-width:768px){.bussola-modal-content{padding:3rem}}.bussola-input{width:100%;background-color:#fff;color:#111827;padding:.875rem 1rem;border-radius:.5rem;border:0;outline:none;transition:all .2s ease}.bussola-input:focus{box-shadow:0 0 0 2px #f5a623}.bussola-input::placeholder{color:#6b7280}