@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap";.loan-assistant{position:fixed;bottom:60px;right:20px;width:420px;max-width:95vw;max-height:80vh;background:linear-gradient(145deg,#fff,#f8faf5);border-radius:20px;box-shadow:0 25px 60px #00000026,0 10px 30px #2e7d321a,inset 0 1px #ffffffe6;display:flex;flex-direction:column;overflow:hidden;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.loan-assistant .loan-assistant-content{padding:20px;display:flex;flex-direction:column;gap:16px;max-height:calc(80vh - 140px);overflow-y:auto}.loan-assistant.inline{position:relative;bottom:auto;right:auto;width:100%;max-width:100%;max-height:none;border-radius:12px;box-shadow:none;animation:none}.loan-assistant.inline .loan-assistant-header{border-radius:8px 8px 0 0}.loan-assistant.inline .loan-assistant-content{padding:18px;max-height:none}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.loan-assistant-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff}.loan-assistant-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:600;margin:0;color:#fff}.title-icon{font-size:1.4rem}.close-btn{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{background:#ffffff4d;transform:scale(1.1);align-items:center;gap:8px;font-size:.9rem;border-bottom:1px solid #ffcc80}.intent-selector{display:flex;flex-direction:column;gap:20px}.intent-header{text-align:center}.intent-header h3{margin:0 0 4px;font-size:1.2rem;color:#1b5e20}.intent-header-hi{margin:0;font-size:.95rem;color:#558b2f}.intent-options{display:flex;flex-direction:column;gap:12px}.intent-card{display:flex;align-items:center;gap:15px;padding:18px 16px;background:#fff;border:2px solid #e8f5e9;border-radius:14px;cursor:pointer;transition:all .25s ease;text-align:left}.intent-card:hover{border-color:#4caf50;background:linear-gradient(135deg,#f1f8e9,#e8f5e9);transform:translate(5px);box-shadow:0 4px 15px #4caf5026}.intent-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px}.intent-text{flex:1;display:flex;flex-direction:column;gap:2px}.intent-label{font-weight:600;color:#1b5e20;font-size:1rem}.intent-label-hi{font-size:.85rem;color:#558b2f}.intent-desc{font-size:.8rem;color:#689f38}.intent-arrow{font-size:1.5rem;color:#81c784;transition:transform .2s}.intent-card:hover .intent-arrow{transform:translate(4px);color:#4caf50}.intent-footer{text-align:center}.help-text{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#757575;background:#f5f5f5;padding:8px 14px;border-radius:20px}.question-flow{display:flex;flex-direction:column;gap:20px}.question-header{text-align:center}.question-number{font-size:.8rem;color:#689f38;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.question-content{text-align:center}.question-text{margin:0 0 6px;font-size:1.15rem;color:#1b5e20;font-weight:600}.question-text-hi{margin:0;font-size:.95rem;color:#558b2f}.options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-height:280px;overflow-y:auto;padding:4px}.option-card{display:flex;align-items:center;gap:10px;padding:14px 12px;background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.85rem}.option-card:hover{border-color:#81c784;background:#f9fbe7}.option-card.selected{border-color:#4caf50;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);box-shadow:0 2px 8px #4caf5033}.option-check{font-size:1rem;color:#9e9e9e;width:20px}.option-card.selected .option-check{color:#2e7d32}.option-label{flex:1;color:#424242;line-height:1.3}.question-actions{display:flex;gap:12px;padding-top:10px}.btn-primary,.btn-secondary{flex:1;padding:14px 20px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;box-shadow:0 4px 12px #4caf504d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.btn-primary:disabled{background:#bdbdbd;box-shadow:none;cursor:not-allowed}.btn-secondary{background:#fff;color:#558b2f;border:2px solid #c8e6c9}.btn-secondary:hover{background:#f1f8e9;border-color:#81c784}.progress-bar{position:relative;height:6px;background:#e8f5e9;border-radius:3px;margin:0 20px 20px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#66bb6a,#43a047);border-radius:3px;transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-text{position:absolute;top:12px;left:50%;transform:translate(-50%);font-size:.75rem;color:#757575}.results-display{display:flex;flex-direction:column;gap:16px}.results-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e8f5e9}.results-summary{display:flex;align-items:baseline;gap:8px}.results-count{font-size:2rem;font-weight:700;color:#2e7d32}.results-label{font-size:.9rem;color:#689f38}.badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.badge-high{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.schemes-list{display:flex;flex-direction:column;gap:12px;max-height:350px;overflow-y:auto}.scheme-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .2s ease}.scheme-card.confidence-high{border-color:#81c784;background:linear-gradient(135deg,#fff,#f1f8e9)}.scheme-card.confidence-medium{border-color:#ffb74d}.scheme-card.confidence-low{border-color:#e0e0e0}.scheme-header{display:flex;justify-content:space-between;align-items:flex-start;padding:14px;cursor:pointer}.scheme-header:hover{background:#00000005}.scheme-info{flex:1}.scheme-name{margin:0 0 2px;font-size:1rem;font-weight:600;color:#1b5e20}.scheme-name-hi{display:block;font-size:.85rem;color:#558b2f;margin-bottom:6px}.confidence-badge{display:inline-block;font-size:.75rem;padding:3px 8px;border-radius:12px}.confidence-badge.confidence-high{background:#c8e6c9;color:#2e7d32}.confidence-badge.confidence-medium{background:#ffe0b2;color:#e65100}.confidence-badge.confidence-low{background:#eee;color:#616161}.expand-icon{font-size:1.5rem;color:#9e9e9e;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.scheme-highlights{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 12px}.highlight-tag{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;padding:4px 10px;border-radius:15px;font-size:.75rem;font-weight:500}.scheme-details{padding:12px 14px 32px;border-top:1px solid #f0f0f0;margin-top:0;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scheme-description{font-size:.85rem;color:#616161;margin:0 0 12px;line-height:1.5}.documents-section h5{margin:0 0 8px;font-size:.85rem;color:#424242}.documents-list{margin:0;padding-left:20px;font-size:.8rem;color:#616161}.documents-list li{margin-bottom:4px}.match-reason{display:flex;align-items:flex-start;gap:6px;margin-top:12px;padding:10px;background:#fffde7;border-radius:8px;font-size:.8rem;color:#f57f17}.scheme-actions{margin-top:12px;margin-bottom:12px;display:flex;justify-content:flex-end}.btn-chat{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#1976d2,#0d47a1);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #0d47a133}.btn-chat:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0d47a14d}.chat-icon{font-size:1rem}.results-actions{display:flex;gap:12px;padding-top:12px}.results-footer{text-align:center;padding-top:8px}.disclaimer{font-size:.75rem;color:#9e9e9e;margin:0}.results-empty{text-align:center;padding:20px 0}.empty-icon{font-size:3rem;margin-bottom:12px}.results-empty h3{margin:0 0 8px;color:#424242}.empty-reason{color:#757575;font-size:.9rem;margin-bottom:16px}.suggestions{text-align:left;background:#fff8e1;padding:12px 16px;border-radius:10px;margin-bottom:16px}.suggestions h4{margin:0 0 8px;font-size:.85rem;color:#f57f17}.suggestions ul{margin:0;padding-left:20px;font-size:.85rem;color:#795548}.offline-indicator{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;background:#e8f5e9;font-size:.75rem;color:#2e7d32}.offline-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:480px){.loan-assistant{width:100%;max-width:100%;bottom:0;right:0;border-radius:20px 20px 0 0;max-height:85vh}.options-grid{grid-template-columns:1fr}}.chat-panel{display:flex;flex-direction:column;height:100%;min-height:400px;background:#fff}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8faf5;border-bottom:1px solid #e8f5e9}.chat-title{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#1b5e20}.chat-icon{color:#4caf50}.chat-actions{display:flex;gap:8px}.icon-btn{background:none;border:none;color:#757575;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.icon-btn:hover{background:#eee;color:#212121}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;background:#fafafa}.message-wrapper{display:flex;gap:10px;max-width:85%}.message-wrapper.user{align-self:flex-end;flex-direction:row-reverse}.message-wrapper.assistant{align-self:flex-start}.message-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.assistant .message-icon{background:#e8f5e9;color:#2e7d32}.user .message-icon{background:#e3f2fd;color:#1565c0}.message-content{padding:10px 14px;border-radius:14px;font-size:.9rem;line-height:1.4;position:relative;box-shadow:0 1px 2px #0000000d}.assistant .message-content{background:#fff;color:#212121;border-top-left-radius:2px}.user .message-content{background:#1976d2;color:#fff;border-top-right-radius:2px}.message-content.error{background:#ffebee;color:#c62828;border:1px solid #ffcdd2}.message-content .hi{margin-top:6px;padding-top:6px;border-top:1px solid rgba(0,0,0,.05);font-size:.85rem;color:#558b2f}.user .message-content .hi{color:#ffffffe6;border-top-color:#fff3}.timestamp{display:block;font-size:.7rem;margin-top:4px;opacity:.6}.chat-input-area{padding:12px 16px;background:#fff;border-top:1px solid #eeeeee;display:flex;gap:10px}.chat-input-area input{flex:1;padding:10px 14px;border:1px solid #e0e0e0;border-radius:20px;font-size:.9rem;outline:none;transition:border-color .2s}.chat-input-area input:focus{border-color:#4caf50}.chat-input-area button{width:40px;height:40px;border-radius:50%;background:#2e7d32;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.chat-input-area button:hover:not(:disabled){transform:scale(1.05);background:#1b5e20}.chat-input-area button:disabled{background:#bdbdbd;cursor:not-allowed}.typing{display:flex;gap:4px;padding:12px 16px!important}.dot{width:6px;height:6px;background:#bdbdbd;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.debug-visibility{font-size:.65rem;color:#bdbdbd;padding:4px 16px;background:#fafafa;border-top:1px solid #f0f0f0}:root{--primary-dark-green: #3d5a3d;--primary-green: #4a7c4e;--orange-cta: #e8a23a;--orange-hover: #d4922f;--cream-bg: #f8f5e4;--white: #ffffff;--text-dark: #2c3e2d;--text-muted: #5a6b5a;--light-green-tint: #e9f0e6;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Poppins", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--cream-bg);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-dark-green);line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.8rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;font-family:var(--font-body)}.btn-primary{background-color:var(--orange-cta);color:var(--white);box-shadow:0 4px 15px #e8a23a4d}.btn-primary:hover{background-color:var(--orange-hover);transform:translateY(-2px)}.btn-secondary{background-color:var(--white);color:var(--text-dark);border:1px solid #ddd}.btn-secondary:hover{border-color:var(--primary-green)}.lang-select{background:#ffffff26;color:var(--white);border:1px solid rgba(255,255,255,.3);padding:.35rem .6rem;border-radius:8px;font-family:var(--font-body)}.lang-select option{color:#333}.auth-lang{display:flex;justify-content:center;margin-bottom:1rem}.auth-page .lang-select{background:#f7f4e6;color:var(--text-dark);border-color:#e2dbc1}.section{padding:var(--spacing-xl) 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:var(--spacing-lg);max-width:600px;margin-left:auto;margin-right:auto}.card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:1.5rem}.card-title{font-size:1.25rem;margin-bottom:.5rem}.card-text{color:var(--text-muted);font-size:.95rem}.badge{display:inline-block;padding:.4rem 1rem;background:var(--light-green-tint);color:var(--primary-dark-green);border-radius:50px;font-size:.85rem;font-weight:500}.badge.offline{background:#fff4e5;color:#7a4b00;border:1px solid #f0c36d}.offline-banner{margin-bottom:1rem;padding:.75rem 1rem;border-radius:12px;border:1px dashed #f0c36d;background:#fff4e5;color:#7a4b00;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#0a0a0a80;display:grid;place-items:center;z-index:1000;padding:1.5rem}.modal{width:min(720px,95vw);background:#fff;border-radius:18px;box-shadow:0 20px 50px #0003;padding:1.5rem;max-height:90vh;overflow:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--spacing-lg) 0}.section-title{font-size:2rem}.cart-layout{grid-template-columns:1fr}.cart-header-row{display:none}.cart-row{grid-template-columns:1fr;gap:.5rem}.cart-cell{display:flex;justify-content:space-between}.cart-row .remove{margin-left:auto}}.loan-assistant-fab{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 8px 25px #2e7d3259,0 4px 10px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1101;font-family:var(--font-body);animation:fabPulse 3s ease-in-out infinite}.loan-assistant-fab:hover{transform:scale(1.05);box-shadow:0 12px 35px #2e7d3273,0 6px 15px #00000026}.loan-assistant-fab:active{transform:scale(.98)}.fab-icon{font-size:1.4rem}.fab-text{white-space:nowrap}@keyframes fabPulse{0%,to{box-shadow:0 8px 25px #2e7d3259,0 4px 10px #0000001a}50%{box-shadow:0 8px 30px #2e7d3280,0 4px 15px #00000026}}.loan-assistant-fab.on-loans{bottom:120px}@media(max-width:480px){.loan-assistant-fab{padding:12px 18px;font-size:.9rem;bottom:16px;right:16px}.fab-text{display:none}.loan-assistant-fab{width:56px;height:56px;padding:0;justify-content:center;border-radius:50%}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:radial-gradient(circle at top,rgba(232,162,58,.15),transparent 55%),linear-gradient(135deg,#fefaf0,#f5f1df)}.auth-card{width:min(480px,100%);background:var(--white);border-radius:20px;box-shadow:0 20px 45px #00000014;padding:2.5rem}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-brand{font-family:var(--font-heading);font-size:1.5rem;color:var(--primary-dark-green)}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem}.auth-toggle button{border:1px solid #e0e0e0;background:transparent;padding:.6rem;border-radius:8px;cursor:pointer;font-weight:500}.auth-toggle button.active{background:var(--primary-dark-green);color:var(--white)}.auth-form{display:grid;gap:1rem}.form-row{display:grid;gap:.35rem}.form-row input,.form-row select,.form-row textarea{padding:.7rem .9rem;border-radius:8px;border:1px solid #ddd;font-family:var(--font-body)}.role-toggle{display:flex;gap:.5rem}.role-toggle button{flex:1;padding:.6rem;border-radius:8px;border:1px solid #ddd;background:transparent;cursor:pointer}.role-toggle button.active{background:var(--primary-green);color:var(--white);border-color:var(--primary-green)}.location-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0}.location-label{font-weight:600;display:block}.form-error{color:#b00020;font-size:.95rem}.form-info{color:var(--primary-green);font-size:.95rem}.dashboard{min-height:100vh;background:#f6f3e6}.dashboard-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--primary-dark-green);color:var(--white);position:sticky;top:0;z-index:10}.buyer-nav{background:#1f2a44}.nav-brand{font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.nav-links{display:flex;gap:1rem}.nav-links button{background:transparent;border:none;color:inherit;cursor:pointer;font-weight:500;padding:.4rem .6rem;border-radius:6px}.nav-links button.active{background:#fff3}.cart-count{margin-left:.4rem;background:var(--orange-cta);color:var(--white);border-radius:50%;padding:.1rem .4rem;font-size:.75rem}.logout{background:#ffffff26;border:none;color:var(--white);padding:.45rem .8rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.4rem}.profile-button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#fff3;color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer}.dashboard-body{padding:2rem}.panel{background:var(--white);padding:2rem;border-radius:18px;box-shadow:0 16px 40px #0000000d}.panel-header{margin-bottom:1.5rem}.panel-header p{color:var(--text-muted)}.listing-form{display:grid;gap:1.5rem;margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid .span-2{grid-column:span 2}.listing-preview{margin-top:1rem}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:1rem}.listing-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000000f;display:grid;grid-template-rows:180px 1fr}.listing-card img{width:100%;height:100%;object-fit:cover}.listing-info{padding:1rem;display:grid;gap:.6rem}.listing-meta{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.9rem}.listing-actions{display:flex;gap:.75rem}.form-actions{display:flex;gap:.75rem;align-items:center;margin-top:.75rem}.qty-row{display:flex;align-items:center;gap:.6rem}.qty-row input{width:90px;padding:.3rem .5rem;border-radius:8px;border:1px solid #ddd}.assistant-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.tip-list{list-style:disc;padding-left:1.2rem;color:var(--text-muted)}.assistant-message{display:grid;gap:.8rem}.assistant-overlay{margin-top:1.5rem;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 12px 30px #0000001a}.profile-card{display:flex;align-items:center;justify-content:space-between;background:var(--light-green-tint);padding:1.5rem;border-radius:14px}.shop-toolbar{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.shop-toolbar input{flex:1;padding:.7rem .9rem;border-radius:8px;border:1px solid #ddd}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.cart-items{background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 12px 28px #0000000d}.cart-header-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 40px;gap:1rem;font-weight:600;color:var(--text-muted);padding:.5rem .25rem;border-bottom:1px solid #eee;text-transform:uppercase;font-size:.75rem}.cart-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 40px;gap:1rem;align-items:center;padding:1rem .25rem;border-bottom:1px solid #f0f0f0}.cart-row:last-child{border-bottom:none}.cart-cell{color:var(--text-dark)}.cart-product{display:flex;align-items:center;gap:.9rem}.cart-product img{width:72px;height:72px;object-fit:cover;border-radius:12px}.qty-control{display:inline-flex;align-items:center;gap:.5rem;padding:.2rem .5rem;border:1px solid #ddd;border-radius:999px;background:#fff}.qty-control button{border:none;background:transparent;padding:0 .4rem;font-weight:600;cursor:pointer}.cart-row .remove{border:none;background:#ffe9e9;color:#b00020;width:28px;height:28px;border-radius:50%;cursor:pointer}.cart-summary{background:var(--light-green-tint);padding:1.5rem;border-radius:16px;height:fit-content}.cart-toast{position:fixed;right:24px;top:84px;background:#fff;color:var(--text-dark);border-radius:12px;padding:.75rem 1.1rem;box-shadow:0 12px 30px #0000001f;border:1px solid #f0e3b0;z-index:999;font-weight:600}.action-toast{position:fixed;right:24px;top:84px;background:#fff;color:var(--text-dark);border-radius:12px;padding:.75rem 1.1rem;box-shadow:0 12px 30px #0000001f;border:1px solid #e0e0e0;z-index:999;font-weight:600}.checkout-form{display:grid;gap:1rem;margin-top:1rem}.checkout-section{background:#fff;border-radius:14px;padding:1rem;border:1px solid #eee}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.checkout-grid input,.checkout-grid select{padding:.65rem .8rem;border-radius:10px;border:1px solid #ddd;font-family:var(--font-body)}.checkout-button{width:100%;justify-content:center;margin-top:.5rem}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.review-form{display:grid;gap:.75rem;margin-top:1rem}.review-form input{padding:.7rem .8rem;border-radius:10px;border:1px solid #ddd;background:#fff;font-size:.95rem}.order-list{display:grid;gap:1rem}.order-card{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:12px;background:#fff;box-shadow:0 8px 20px #0000000d}.total{font-weight:600}.muted{color:var(--text-muted)}@media(max-width:900px){.dashboard-nav{flex-direction:column;align-items:flex-start;gap:1rem}.nav-links{flex-wrap:wrap}.form-grid,.cart-layout{grid-template-columns:1fr}.profile-card{flex-direction:column;align-items:flex-start;gap:1rem}}.weather-card{background:#fdf6e3;border-radius:14px;padding:1rem;border:1px solid #f0e3b0}.chat-box{max-height:220px;overflow-y:auto;background:#f7f7f7;border-radius:12px;padding:.8rem;display:grid;gap:.6rem}.chat-bubble{padding:.6rem .8rem;border-radius:12px;max-width:90%;font-size:.95rem}.chat-bubble.user{background:var(--primary-green);color:#fff;justify-self:end}.chat-bubble.assistant{background:#fff;border:1px solid #e5e5e5}.chat-actions{display:flex;gap:.6rem;flex-wrap:wrap}.impact-grid{display:grid;gap:.6rem}.impact-block{background:#f7f5eb;border:1px solid #e7e0c8;border-radius:10px;padding:.6rem}.impact-label{display:inline-block;font-weight:600;font-size:.85rem;margin-bottom:.35rem}.impact-list{margin:0;padding-left:1.1rem;color:var(--text-muted);font-size:.9rem}.news-title-button{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.news-title-button h4{margin:0}.skeleton{background:linear-gradient(90deg,#ececec 25%,#f6f6f6 37%,#ececec 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:8px}.skeleton-title{height:20px;width:80%}.skeleton-meta{height:14px;width:50%}.skeleton-line{height:14px;width:100%}.skeleton-badge{height:18px;width:90px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@media(max-width:900px){.checkout-grid{grid-template-columns:1fr}.cart-toast,.action-toast{right:16px;left:16px;top:76px}}
