@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body{margin:0;font-family:-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:linear-gradient(135deg,#374151,#2d3748,#1f2937);color:#f3f4f6;min-height:100vh;line-height:1.6;transition:all .3s ease}body.light-theme{background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);color:#1e293b}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media (max-width: 640px){.container{padding:0 .5rem;max-width:100%}}h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#6b7280,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1.2}h2{font-size:1.5rem;font-weight:700;color:#f3f4f6;margin:0 0 .5rem;line-height:1.3}h3{font-size:1.25rem;font-weight:600;color:#f3f4f6;margin:0;line-height:1.3}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.25rem}h3{font-size:1.1rem}}p{margin:0 0 1rem;color:#d1d5db}body.light-theme h1{background:linear-gradient(135deg,#2d3748,#4a5568)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}body.light-theme h2,body.light-theme h3{color:#2d3748}body.light-theme p{color:#4a5568}button{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){button{width:100%;max-width:100%;padding:12px 20px;font-size:16px}.flex.space-x-4{flex-direction:column;gap:.75rem}.flex.space-x-4>*{margin-left:0}}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}button:disabled{background:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}button.secondary{background:#374151cc;border:1px solid rgba(75,85,99,.5)}button.secondary:hover:not(:disabled){background:#4b5563cc;transform:translateY(-1px)}body.light-theme button.secondary{background:#f1f5f9e6;border:1px solid rgba(203,213,225,.8);color:#475569}body.light-theme button.secondary:hover:not(:disabled){background:#e2e8f0e6;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.bg-gradient-to-r{background:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.to-purple-600{--tw-gradient-to: #7c3aed}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb}.hover\:to-purple-700:hover{--tw-gradient-to: #6d28d9}.bg-gradient-to-r.from-blue-500.to-purple-600{background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 4px 15px #3b82f64d}.bg-gradient-to-r.from-blue-500.to-purple-600:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}input,select{background:#374151cc;border:1px solid rgba(75,85,99,.5);border-radius:12px;padding:12px 16px;color:#fff;font-size:16px;transition:all .2s ease;width:100%}input:focus,select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}input::-moz-placeholder{color:#9ca3af}input::placeholder{color:#9ca3af}input:disabled{background:#37415166;color:#6b7280;cursor:not-allowed}body.light-theme input,body.light-theme select{background:#fffffff2;border:1px solid rgba(203,213,225,.8);color:#1e293b;box-shadow:0 2px 4px -1px #0000000d}body.light-theme input:focus,body.light-theme select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 2px 4px -1px #0000000d}body.light-theme input::-moz-placeholder{color:#64748b}body.light-theme input::placeholder{color:#64748b}body.light-theme input:disabled{background:#f1f5f9cc;color:#94a3b8}.card{background:#1f2937cc;border:1px solid rgba(75,85,99,.5);border-radius:16px;padding:24px;backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0003,0 4px 6px -2px #0000001a;border-color:#6366f14d}@media (max-width: 768px){.card{padding:16px;border-radius:12px;margin:0 .5rem}}body.light-theme .card{background:#fffffff2;border:1px solid rgba(203,213,225,.8);box-shadow:0 8px 25px -5px #0000001a,0 4px 6px -2px #0000000d;backdrop-filter:blur(20px)}body.light-theme .card:hover{transform:translateY(-2px);box-shadow:0 12px 35px -5px #00000026,0 8px 10px -2px #0000001a;border-color:#6366f180}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;border-radius:12px;transition:all .2s ease;cursor:pointer;color:#9ca3af;background:none;border:none;font-size:12px;font-weight:500;min-width:60px}.nav-item:hover{background:#3b82f61a;color:#3b82f6}.nav-item.active{color:#3b82f6;background:#3b82f61a}body.light-theme .nav-item{color:#64748b}body.light-theme .nav-item:hover{background:#3b82f61a;color:#3b82f6}body.light-theme .nav-item.active{color:#3b82f6;background:#3b82f61a}.nav-item svg{width:20px;height:20px}.nav-item span{font-size:11px;font-weight:500;line-height:1}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-800{font-weight:800}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-blue-500{color:#3b82f6}.text-green-500{color:#10b981}.text-green-400{color:#4ade80}.text-red-400{color:#f87171}.text-red-500{color:#ef4444}.text-orange-400{color:#fb923c}.text-orange-600{color:#ea580c}.text-yellow-400{color:#facc15}body.light-theme .text-white{color:#1e293b}body.light-theme .text-gray-300{color:#475569}body.light-theme .text-gray-400{color:#64748b}body.light-theme .text-gray-500{color:#6b7280}body.light-theme .text-gray-600{color:#4b5563}body.light-theme .text-green-400{color:#059669}body.light-theme .text-green-500{color:#047857}body.light-theme button{background:linear-gradient(135deg,#3730a3,#4f46e5)!important;color:#fff!important}body.light-theme .discount-text{color:#059669;text-shadow:0 0 8px rgba(5,150,105,.3)}body.light-theme .bg-green-900\/10{background:#10b9811a!important;border:1px solid rgba(16,185,129,.2)!important}body.light-theme .bg-green-900\/20{background:#10b98126!important;border:1px solid rgba(16,185,129,.3)!important}body.light-theme .border-green-500\/30{border-color:#10b98166!important}.discount-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:600;box-shadow:0 2px 4px #10b9814d}.discount-text{color:#10b981;font-weight:600;text-shadow:0 0 8px rgba(16,185,129,.3)}.line-through{text-decoration:line-through}.bg-gray-700{background-color:#374151cc}.bg-gray-800{background-color:#1f2937cc}.bg-blue-500{background-color:#3b82f6}.bg-green-500{background-color:#10b981}.border{border:1px solid rgba(75,85,99,.5)}.border-t{border-top:1px solid rgba(75,85,99,.5)}.border-b{border-bottom:1px solid rgba(75,85,99,.5)}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-full{top:100%}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.inset-0{inset:0}.w-full{width:100%}.w-64{width:16rem}.max-w-sm{max-width:24rem}.max-w-4xl{max-width:56rem}.max-h-60{max-height:15rem}.max-h-90vh{max-height:90vh}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-100{z-index:100}.modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;animation:modalFadeIn .3s ease-out;padding-bottom:80px}@keyframes modalFadeIn{0%{opacity:0;backdrop-filter:blur(0px)}to{opacity:1;backdrop-filter:blur(8px)}}.modal-content{position:relative;z-index:101;background:#1f2937fa;border:1px solid rgba(75,85,99,.8);box-shadow:0 25px 50px -12px #00000080;animation:modalSlideIn .3s ease-out;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(75,85,99,.5) transparent}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}body.light-theme .modal-overlay{background:#0009}body.light-theme .modal-content{background:#fffffffa;border:1px solid rgba(203,213,225,.8);box-shadow:0 25px 50px -12px #0000004d}.modal-content .bg-gray-700\/50{background:#374151cc;border:1px solid rgba(75,85,99,.5)}.modal-content .bg-blue-900\/20{background:#1e3a8a4d;border:1px solid rgba(59,130,246,.4)}body.light-theme .modal-content .bg-gray-700\/50{background:#f1f5f9e6;border:1px solid rgba(203,213,225,.8)}body.light-theme .modal-content .bg-blue-900\/20{background:#3b82f61a;border:1px solid rgba(59,130,246,.3)}.overflow-y-auto{overflow-y:auto}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:transparent}.modal-content::-webkit-scrollbar-thumb{background:#4b556380;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#4b5563b3}*{scrollbar-width:thin;scrollbar-color:rgba(75,85,99,.3) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#4b55634d;border-radius:4px;border:1px solid transparent}*::-webkit-scrollbar-thumb:hover{background:#4b556380}*::-webkit-scrollbar-corner{background:transparent}body.light-theme *{scrollbar-color:rgba(148,163,184,.3) transparent}body.light-theme *::-webkit-scrollbar-thumb{background:#94a3b84d}body.light-theme *::-webkit-scrollbar-thumb:hover{background:#94a3b880}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.backdrop-blur-sm{backdrop-filter:blur(4px)}.transition-all{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.rotate-180{transform:rotate(180deg)}.scale-105{transform:scale(1.05)}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-nav{position:fixed;bottom:0;left:0;right:0;background:#1f2937d9;border-top:1px solid rgba(75,85,99,.3);backdrop-filter:blur(15px);z-index:30;box-shadow:0 -4px 6px -1px #0000001a;transform:translateY(0);transition:transform .3s ease}body.light-theme .footer-nav{background:#fffffffa;border-top:1px solid rgba(203,213,225,.8);box-shadow:0 -8px 25px -5px #0000001a,0 -4px 6px -2px #0000000d;backdrop-filter:blur(20px)}.footer-nav .container{padding:12px 1rem}.footer-nav .flex{justify-content:space-around;align-items:center}.main-content{padding-bottom:80px}.footer-nav.hidden{transform:translateY(100%)}.main-content{min-height:calc(100vh - 80px)}@supports (-webkit-touch-callout: none){body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}button{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}input,textarea,select{-webkit-appearance:none;border-radius:0}}@supports (padding: max(0px)){.main-content{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.footer-nav{padding-bottom:max(12px,env(safe-area-inset-bottom))}}:root{--mobile-padding: 1rem;--mobile-gap: .75rem;--mobile-button-height: 48px;--mobile-font-scale: .9}.container{width:100%;max-width:100%;margin:0 auto;padding:0 var(--mobile-padding)}h1{font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.1}h2{font-size:clamp(1.25rem,4vw,1.5rem);line-height:1.2}h3{font-size:clamp(1.1rem,3.5vw,1.25rem);line-height:1.3}button{min-height:var(--mobile-button-height);width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.5rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.card{width:100%;padding:var(--mobile-padding);border-radius:16px;margin-bottom:var(--mobile-gap)}@media (min-width: 769px){:root{--mobile-padding: 1.5rem;--mobile-gap: 1rem;--mobile-button-height: auto}.container{max-width:1200px;padding:0 1rem}button{width:auto;min-width:120px;padding:12px 24px;font-size:16px}.card{padding:24px;margin-bottom:0}h1{font-size:2.5rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.3}}.mobile-layout{display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.hero-section{text-align:center;padding:2rem 0}.hero-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.1rem,4vw,1.25rem);color:#60a5fa;font-weight:600;margin:0 0 1rem}.hero-description{font-size:clamp(.9rem,3vw,1rem);color:#9ca3af;margin:0 0 2rem;line-height:1.5;max-width:100%}.features-list{display:flex;flex-direction:column;gap:.75rem;margin:0 0 2rem}.feature-item{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4ade80;font-weight:500;font-size:.9rem}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.primary-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:12px;padding:.75rem 1rem;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;width:100%;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.primary-button:hover{background:linear-gradient(135deg,#3730a3,#4f46e5)!important;transform:translateY(-1px);box-shadow:0 4px 12px #3730a340}.secondary-button{background:#374151cc;color:#fff;border:1px solid rgba(75,85,99,.5);border-radius:12px;padding:.75rem 1rem;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;width:100%;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.secondary-button:hover{background:linear-gradient(135deg,#3730a3,#4f46e5)!important;border-color:#3730a34d!important;transform:translateY(-1px);box-shadow:0 4px 12px #3730a340}@media (min-width: 769px){.mobile-layout{gap:3rem;padding:2rem 0}.hero-section{padding:3rem 0}.hero-description{max-width:600px;margin:0 auto 2rem}.features-list{flex-direction:row;justify-content:center;gap:2rem;margin:0 0 2rem}.feature-item{font-size:1rem}.action-buttons{flex-direction:row;justify-content:center;gap:1rem}.primary-button,.secondary-button{width:auto;min-width:160px;padding:12px 24px}}@media (max-width: 768px){.container{padding:0 .75rem}.card{padding:16px;margin:0 .5rem}h1{font-size:2rem;line-height:1.2}h2{font-size:1.25rem;line-height:1.3}h3{font-size:1.1rem;line-height:1.3}.flex{flex-direction:column;gap:.75rem}.space-x-4{margin-left:0}.space-x-4>*+*{margin-left:0;margin-top:1rem}.px-4{padding-left:.75rem;padding-right:.75rem}.py-8{padding-top:1.5rem;padding-bottom:1.5rem}.text-4xl{font-size:1.875rem}.text-xl{font-size:1.1rem}.text-lg{font-size:1rem}.max-w-4xl{max-width:100%}button{min-height:44px;padding:12px 20px;font-size:16px;touch-action:manipulation}button.primary{width:100%;margin-bottom:.5rem}input,textarea,select{min-height:44px;font-size:16px;padding:12px 16px}.footer-nav .container{padding:8px .5rem}.nav-item{padding:8px 12px;min-width:60px;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-item svg{width:20px;height:20px}.nav-item span{font-size:10px;margin-top:2px}.main-content{padding-bottom:100px}.space-y-6>*+*{margin-top:1rem}.space-y-2>*+*{margin-top:.5rem}.modal-overlay{padding-bottom:80px}.modal-content{margin:.75rem .75rem 5rem;max-width:calc(100vw - 1.5rem);max-height:calc(100vh - 6.5rem);padding:1rem}.modal-content .qr-code{width:120px;height:120px}.modal-content .space-y-3>*+*{margin-top:.75rem}.modal-content .space-y-2>*+*{margin-top:.5rem}}@media (max-width: 480px){.container{padding:0 .5rem}.card{padding:12px;margin:0 .25rem}h1{font-size:1.5rem;line-height:1.1}h2{font-size:1rem;line-height:1.2}h3{font-size:.9rem;line-height:1.2}.text-2xl{font-size:1.1rem}.text-lg{font-size:.85rem}.text-xl{font-size:1rem}.text-lg{font-size:.9rem}.px-4{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:1rem;padding-bottom:1rem}.main-content{padding-bottom:90px}.space-y-6>*+*{margin-top:.75rem}.space-y-2>*+*{margin-top:.375rem}.card{padding:.75rem}.modal-overlay{padding-bottom:75px}.footer-nav .container{padding:6px .25rem}.nav-item{padding:6px 8px;min-width:50px;min-height:40px}.nav-item svg{width:18px;height:18px}.nav-item span{font-size:9px;margin-top:1px}button{min-height:36px;padding:8px 12px;font-size:14px}input,textarea,select{min-height:36px;font-size:14px;padding:8px 10px}.flex.space-x-4{gap:.5rem}.flex.space-x-4>*{flex:1}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.modal-content{margin:.5rem .5rem 4.5rem;max-width:calc(100vw - 1rem);max-height:calc(100vh - 5.5rem);padding:.75rem}.modal-content .qr-code{width:100px;height:100px}.modal-content .space-y-3>*+*{margin-top:.5rem}.modal-content .space-y-2>*+*{margin-top:.375rem}.modal-content .mb-4{margin-bottom:.75rem}.modal-content .mb-3{margin-bottom:.5rem}.modal-content .mt-6{margin-top:1rem}}@media (max-width: 896px) and (orientation: landscape){.modal-content{margin:.25rem .25rem 3rem;max-width:calc(100vw - .5rem);max-height:calc(100vh - 3.5rem);padding:.5rem}.modal-content .qr-code{width:80px;height:80px}.modal-content .space-y-3>*+*{margin-top:.25rem}.modal-content .space-y-2>*+*{margin-top:.25rem}.modal-content .mb-4{margin-bottom:.5rem}.modal-content .mb-3{margin-bottom:.375rem}.modal-content .mt-6{margin-top:.75rem}.main-content,.modal-overlay{padding-bottom:60px}.footer-nav{padding-bottom:8px}.nav-item{padding:4px 8px;min-height:36px}.nav-item svg{width:16px;height:16px}.nav-item span{font-size:8px}h1{font-size:1.5rem}.py-8{padding-top:.75rem;padding-bottom:.75rem}}@media (max-width: 414px) and (max-height: 896px){.main-content{padding-top:env(safe-area-inset-top,1rem)}.footer-nav{padding-bottom:env(safe-area-inset-bottom,12px)}}
