*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f1eb,#e8e2d6);color:#3c2414;min-height:100vh}#root{height:100vh;display:flex;flex-direction:column}.nav-container{background:linear-gradient(135deg,#8b4513,sienna,#d2691e);box-shadow:0 4px 6px -1px #00000026;position:sticky;top:0;z-index:1000}.nav-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:all .2s ease}.nav-logo:hover{transform:translateY(-1px);color:#e2e8f0}.nav-menu{display:flex;gap:.5rem}.nav-link{color:#fffc;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease;position:relative}.nav-link:hover{background-color:#ffffff1a;color:#fff;transform:translateY(-1px)}.nav-link.active{background-color:#fff3;color:#fff;box-shadow:0 2px 4px #0000001a}.user-menu{display:flex;align-items:center;gap:1rem}.user-avatar-container{position:relative}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);border:2px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.user-avatar:hover{transform:scale(1.05);border-color:#fff6}.avatar-text{color:#fff;font-weight:600;font-size:.875rem}.user-dropdown{position:absolute;top:3rem;right:0;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;min-width:12rem;padding:.5rem;z-index:50}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-decoration:none;color:#374151;border-radius:.5rem;transition:all .2s ease;font-size:.875rem;font-weight:500}.dropdown-item:hover{background-color:#f1f5f9;color:#1e293b}.dropdown-button{background:none;border:none;text-align:left;cursor:pointer;font-family:inherit}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:0}.hamburger-line{width:100%;height:2px;background-color:#fff;margin:2px 0;transition:.2s;border-radius:1px}.mobile-nav{background:linear-gradient(135deg,#667eea,#764ba2);border-top:1px solid rgba(255,255,255,.1);padding:1rem}.mobile-nav-link{display:block;color:#ffffffe6;text-decoration:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;margin-bottom:.25rem;transition:all .2s ease}.mobile-nav-link:hover,.mobile-nav-link.active{background-color:#ffffff1a;color:#fff}.mobile-nav-button{background:none;border:none;width:100%;text-align:left;font-family:inherit;cursor:pointer}.mobile-user-section{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.mobile-user-info{display:flex;align-items:center;padding:1rem;margin-bottom:.5rem}.mobile-user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;margin-right:.75rem}.mobile-user-name{color:#fff;font-weight:600;font-size:1rem}.mobile-user-email{color:#ffffffb3;font-size:.875rem}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.form-container{max-width:28rem;margin:0 auto;padding:2rem}.form-header{text-align:center;margin-bottom:2rem}.form-icon{font-size:3rem;margin-bottom:1rem}.form-title{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.form-subtitle{color:#64748b;font-size:.875rem}.form-subtitle a{color:#667eea;text-decoration:none;font-weight:600}.form-subtitle a:hover{color:#764ba2}.form-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0;padding:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-label.required:after{content:" *";color:#ef4444}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #DEB887;border-radius:.5rem;background-color:#fff8dccc;transition:all .2s ease;font-size:.875rem;font-family:inherit;color:#8b4513}.form-input:focus{outline:none;border-color:peru;box-shadow:0 0 0 3px #cd853f26;background-color:#fff8dc}.form-input:invalid{border-color:#ef4444}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;text-decoration:none;cursor:pointer;border:none;transition:all .2s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#8b4513,sienna,peru);color:#fff8dc;box-shadow:0 4px 6px -1px #8b451366}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 8px -1px #8b451380;background:linear-gradient(135deg,sienna,peru,#daa520)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:wheat;color:#8b4513;border:2px solid #DEB887;box-shadow:0 2px 4px -1px #8b45131a}.btn-secondary:hover{background:#f4e4bc;border-color:peru;color:sienna;transform:translateY(-1px)}.btn-full{width:100%}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;border:1px solid}.alert-error{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.card{background:#fff8dcf2;border-radius:1rem;box-shadow:0 4px 6px -1px #8b451326,0 2px 4px -1px #a0522d1a;border:1px solid #DEB887;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #DEB887;background:#f5deb34d}.card-title{font-size:1.125rem;font-weight:700;color:#8b4513;margin-bottom:.5rem}.card-subtitle{color:sienna;font-size:.875rem}.card-body{padding:1.5rem}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px -1px #00000026}.stat-title{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.25rem}.stat-change{font-size:.75rem;color:#059669;font-weight:600}.quick-action{display:block;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid transparent;border-radius:.75rem;text-decoration:none;color:#374151;font-weight:600;transition:all .2s ease;margin-bottom:.75rem}.quick-action:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #667eea4d}.min-h-full{min-height:100%}.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-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.w-full{width:100%}.h-full{height:100%}.max-w-md{max-width:28rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-2xl{font-size:1.5rem;line-height:2rem;font-weight:700}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.spinner{width:2rem;height:2rem;border:3px solid #f3f4f6;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.nav-menu{display:none}.mobile-menu-btn{display:flex}.main-content,.form-container{padding:1rem}.form-card{padding:1.5rem}.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3,.grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.nav-content{padding:0 1rem}.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:1fr}.stat-value{font-size:1.5rem}}.coming-soon{text-align:center;padding:4rem 2rem}.coming-soon-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.coming-soon-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.coming-soon-text{color:#64748b;font-size:1rem}.cigar-icon{display:inline-block;width:1.5em;height:1.5em;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 32"><ellipse cx="45" cy="16" rx="40" ry="14" fill="%23F5DEB3" stroke="%23CD853F" stroke-width="2"/><ellipse cx="15" cy="16" rx="8" ry="8" fill="%23DEB887"/><ellipse cx="75" cy="16" rx="8" ry="8" fill="%23DEB887"/><rect x="30" y="9" width="30" height="3" fill="%23CD853F"/><rect x="32" y="20" width="26" height="2" fill="%23CD853F"/><circle cx="82" cy="16" r="5" fill="%23FF4500"/><circle cx="85" cy="13" r="2.5" fill="%23FF6B00"/><circle cx="86" cy="18" r="2" fill="%23FFB347"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle}.cigar-icon-large{width:3em;height:3em}.cigar-icon-small{width:1.2em;height:1.2em}
