body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-widget-container{bottom:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:fixed;right:20px;z-index:9999}.chat-bubble{align-items:center;background:linear-gradient(135deg,#8a2be2,#6a1fb2);border-radius:50%;box-shadow:0 4px 20px #8a2be280;color:#fff;cursor:pointer;display:flex;font-size:28px;height:60px;justify-content:center;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:60px}.chat-bubble:hover{box-shadow:0 6px 25px #8a2be2b3;transform:scale(1.1)}.chat-bubble.hidden{opacity:0;pointer-events:none;transform:scale(0)}.chat-window{background-color:#0a0a0f;border:1px solid #8a2be24d;border-radius:15px;bottom:0;box-shadow:0 5px 30px #00000080;display:flex;flex-direction:column;height:520px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;transform:translateY(20px);transition:all .3s ease;width:370px}.chat-window.open{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-header{align-items:center;background:linear-gradient(135deg,#8a2be2,#6a1fb2);color:#fff;display:flex;justify-content:space-between;padding:15px 20px}.chat-header h3{font-size:16px;font-weight:700;margin:0}.chat-header .close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;line-height:1;opacity:.8;padding:0;transition:opacity .2s}.chat-header .close-button:hover{opacity:1}.chat-messages{display:flex;flex-direction:column;flex-grow:1;gap:12px;overflow-y:auto;padding:15px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#0000}.chat-messages::-webkit-scrollbar-thumb{background:#8a2be24d;border-radius:3px}.message{word-wrap:break-word;border-radius:12px;font-size:14px;line-height:1.5;max-width:85%;padding:10px 14px}.message p{margin:0}.message.user{align-self:flex-end;background:linear-gradient(135deg,#8a2be2,#6a1fb2);border-bottom-right-radius:4px;color:#fff}.message.bot{align-self:flex-start;background:#8a2be21a;border:1px solid #8a2be233;border-bottom-left-radius:4px;color:#e0e0e0}.typing-indicator{align-items:center;display:flex;gap:4px;padding:12px 16px!important}.typing-indicator .dot{animation:typingBounce 1.4s ease-in-out infinite;background-color:#0f8;border-radius:50%;height:8px;width:8px}.typing-indicator .dot:first-child{animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-input-form{align-items:center;background:#0a0a0ff2;border-top:1px solid #8a2be233;display:flex;gap:8px;padding:12px 15px}.chat-input-form input{background-color:#ffffff0d;border:1px solid #8a2be24d;border-radius:25px;color:#fff;flex-grow:1;font-size:14px;min-width:0;outline:none;padding:10px 14px;transition:border-color .3s}.chat-input-form input:focus{border-color:#8a2be2}.chat-input-form input::placeholder{color:#888}.chat-input-form button[type=submit]{background:linear-gradient(135deg,#0f8,#00cc6a);border:none;border-radius:25px;color:#0a0a0f;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:700;padding:10px 18px;transition:all .3s ease;white-space:nowrap}.chat-input-form button[type=submit]:hover{box-shadow:0 2px 10px #00ff884d;transform:scale(1.05)}.mic-button{align-items:center;background:linear-gradient(135deg,#0f8,#00cc6a);border:none;border-radius:50%;box-shadow:0 2px 8px #0f83;color:#0a0a0f;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.mic-button:hover{box-shadow:0 4px 14px #0f86;transform:scale(1.08)}.mic-button.listening{animation:micPulse 1.4s ease-out infinite;background:linear-gradient(135deg,#f44,#c00);box-shadow:0 0 0 0 #ff4444b3;color:#fff}.mic-button.listening:hover{animation:micPulse 1.4s ease-out infinite;transform:scale(1.08)}@keyframes micPulse{0%{box-shadow:0 0 0 0 #ff4444b3}50%{box-shadow:0 0 0 10px #f443}to{box-shadow:0 0 0 18px #f440}}@media (max-width:600px){.chat-widget-container{bottom:10px;right:10px}.chat-window{border-radius:15px;height:calc(100vh - 80px);max-height:600px;width:calc(100vw - 20px)}.chat-bubble{font-size:24px;height:55px;width:55px}.chat-input-form button[type=submit]{font-size:13px;padding:10px 14px}.mic-button{height:36px;width:36px}.chat-input-form{gap:6px;padding:10px 12px}}.login-container{align-items:center;background:linear-gradient(135deg,#0a0a0f,#1a0f2e);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #a855f74d;border-radius:1.5rem;max-width:450px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-logo{color:#a855f7;filter:drop-shadow(0 0 20px rgba(168,85,247,.5));height:4rem;margin:0 auto 1rem;width:4rem}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#10b981);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900;margin-bottom:.5rem}.login-header p{color:#9ca3af;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{position:relative}.input-icon{color:#6b7280;height:1.25rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);width:1.25rem}.input-group input{background:#ffffff0d;border:1px solid #fff3;border-radius:.75rem;color:#fff;font-size:1rem;padding:1rem 1rem 1rem 3rem;width:100%}.input-group input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733;outline:none}.input-group input::placeholder{color:#6b7280}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;color:#ef4444;font-size:.875rem;padding:.75rem}.login-button{background:linear-gradient(135deg,#a855f7,#7c3aed);border:none;border-radius:.75rem;box-shadow:0 10px 30px #a855f766;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.login-button:hover:not(:disabled){box-shadow:0 15px 40px #a855f799;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.toggle-button{background:none;border:none;color:#a855f7;cursor:pointer;font-size:.875rem;padding:.5rem;transition:color .3s}.toggle-button:hover{color:#10b981}.login-footer{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem;text-align:center}.login-footer p{color:#6b7280;font-size:.875rem}@media (max-width:768px){.login-box{padding:2rem}.login-header h1{font-size:1.5rem}}.dashboard-container{background:linear-gradient(135deg,#0a0a0f,#1a0f2e);color:#fff;min-height:100vh}.dashboard-header{background:#ffffff0d;border-bottom:1px solid #a855f733;justify-content:space-between;padding:2rem}.dashboard-header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.dashboard-logo{color:#a855f7;filter:drop-shadow(0 0 10px rgba(168,85,247,.5));height:3rem;width:3rem}.dashboard-header h1{font-size:1.5rem;margin-bottom:.25rem}.dashboard-header p{color:#9ca3af;font-size:.875rem}.logout-button{align-items:center;background:#ef444433;border:1px solid #ef44444d;border-radius:.5rem;color:#ef4444;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.logout-button:hover{background:#ef44444d}.dashboard-content{margin:0 auto;max-width:1400px;padding:2rem}.deals-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.deals-header h2{font-size:2rem}.add-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.75rem;box-shadow:0 10px 30px #10b98166;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:1rem 2rem;transition:all .3s}.add-button:hover{box-shadow:0 15px 40px #10b98199;transform:translateY(-2px)}.button-icon{height:1.25rem;width:1.25rem}.deal-form-container{background:#ffffff0d;border:1px solid #a855f74d;border-radius:1rem;margin-bottom:2rem;padding:2rem}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.form-header h3{font-size:1.5rem}.cancel-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;transition:color .3s}.cancel-button:hover{color:#ef4444}.deal-form{width:100%}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#d1d5db;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{background:#ffffff0d;border:1px solid #fff3;border-radius:.5rem;color:#fff;font-size:1rem;padding:.75rem}.form-group input:focus,.form-group select:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733;outline:none}.form-group input::placeholder{color:#6b7280}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-form-button{background:#ffffff0d;border:1px solid #fff3;border-radius:.5rem;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:all .3s}.cancel-form-button:hover{background:#ffffff1a}.save-button{align-items:center;background:linear-gradient(135deg,#a855f7,#7c3aed);border:none;border-radius:.5rem;box-shadow:0 10px 30px #a855f766;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:.75rem 2rem;transition:all .3s}.save-button:hover{box-shadow:0 15px 40px #a855f799;transform:translateY(-2px)}.deals-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.deal-item{background:#ffffff0d;border:1px solid #a855f733;border-radius:1rem;padding:1.5rem;transition:all .3s}.deal-item:hover{border-color:#a855f780;box-shadow:0 10px 30px #a855f733;transform:translateY(-4px)}.deal-item-header{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.deal-item-header h3{font-size:1.25rem;margin-bottom:.5rem}.deal-type{border-radius:9999px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.deal-type.indica{background:#a855f733;color:#a855f7}.deal-type.sativa{background:#fb923c33;color:#fb923c}.deal-type.hybrid{background:#3b82f633;color:#3b82f6}.deal-actions{display:flex;gap:.5rem}.icon-button{background:none;border:none;border-radius:.5rem;cursor:pointer;padding:.5rem;transition:all .3s}.icon-button.edit{color:#10b981}.icon-button.edit:hover{background:#10b9811a}.icon-button.delete{color:#ef4444}.icon-button.delete:hover{background:#ef44441a}.deal-item-body{display:flex;flex-direction:column;gap:1rem}.deal-price{align-items:baseline;display:flex;gap:.75rem}.deal-price .current{color:#10b981;font-size:2rem;font-weight:900}.deal-price .original{color:#6b7280;font-size:1.25rem;text-decoration:line-through}.deal-price .discount{background:linear-gradient(135deg,#10b981,#059669);border-radius:.5rem;font-size:.875rem;font-weight:700;padding:.25rem .75rem}.deal-details{display:flex;flex-direction:column;gap:.5rem}.deal-details p{color:#d1d5db;font-size:.875rem}.deal-details strong{color:#9ca3af}.empty-state{background:#ffffff0d;border:1px solid #a855f733;border-radius:1rem;padding:4rem 2rem;text-align:center}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:#9ca3af}@media (max-width:768px){.dashboard-header{gap:1rem;text-align:center}.dashboard-header,.deals-header,.header-left{flex-direction:column}.deals-header{align-items:flex-start;gap:1rem}.deals-grid,.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-form-button,.save-button{justify-content:center;width:100%}}
/*# sourceMappingURL=main.4a97c1bc.css.map*/