*{box-sizing:border-box;margin:0;padding:0}body{color:#1a2e1a;background:linear-gradient(135deg,#fdf8f5 0%,#f0f7f0 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #2e9e4f26;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding:16px 0;display:flex}.logo{background:linear-gradient(135deg,#1e6e3a,#2e9e4f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:8px;font-size:1.6rem;font-weight:700;text-decoration:none;display:flex}.logo-icon{-webkit-text-fill-color:initial;font-size:2rem}.nav-links{gap:32px;display:flex}.nav-links a{color:#1a2e1a;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#2e9e4f}.footer{text-align:center;color:#666;background:#fff;border-top:1px solid #2e9e4f1a;margin-top:60px;padding:32px 0}.footer p:first-child{color:#2e9e4f;margin-bottom:8px;font-weight:500}.main{min-height:70vh;padding:40px 0}.chat-container{background:#fff;border:1px solid #2e9e4f1a;border-radius:28px;margin-bottom:40px;overflow:hidden}.messages{scroll-behavior:smooth;height:460px;padding:24px;overflow-y:auto}.message{margin-bottom:20px;display:flex}.user-message{justify-content:flex-end}.ai-message{justify-content:flex-start}.bubble{border-radius:20px;max-width:75%;padding:12px 18px;font-size:.95rem;line-height:1.5}.user-bubble{color:#fff;background:linear-gradient(135deg,#2e9e4f,#1e6e3a);border-radius:20px 20px 5px}.ai-bubble{color:#1a2e1a;background:#f8faf8;border:1px solid #2e9e4f1a;border-radius:20px 20px 20px 5px}.typing{background:#f8faf8;border:1px solid #2e9e4f1a;border-radius:20px;gap:6px;width:fit-content;padding:12px 18px;display:flex}.dot{background:#2e9e4f;border-radius:50%;width:8px;height:8px;animation:1.2s infinite pulse}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.input-area{background:#fff;border-top:1px solid #2e9e4f1a;gap:12px;padding:20px;display:flex}.input-area input{border:2px solid #e8f0e8;border-radius:40px;outline:none;flex:1;padding:14px 20px;font-size:1rem;transition:all .2s}.input-area input:focus{border-color:#2e9e4f}.input-area button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2e9e4f,#1e6e3a);border:none;border-radius:50%;width:52px;height:52px;font-size:1.3rem;transition:transform .2s}.input-area button:disabled{cursor:not-allowed;background:#ccc}.input-area button:hover:not(:disabled){transform:scale(1.05)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px;margin-top:32px;display:grid}.product-card{color:inherit;text-align:center;background:#fff;border:1px solid #2e9e4f1a;border-radius:24px;padding:20px;text-decoration:none;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.product-image{margin-bottom:12px;font-size:3rem}.product-card h3{margin-bottom:8px;font-size:1.2rem}.price{justify-content:center;align-items:center;gap:10px;margin:12px 0;display:flex}.current{color:#2e9e4f;font-size:1.2rem;font-weight:700}.original{color:#999;font-size:.9rem;text-decoration:line-through}.discount{color:#fff;background:#ff69b4;border-radius:30px;padding:2px 8px;font-size:.7rem;font-weight:600}.product-card p{color:#666;font-size:.85rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;margin-top:32px;display:grid}.blog-card{color:inherit;background:#fff;border:1px solid #2e9e4f1a;border-radius:24px;padding:24px;text-decoration:none;transition:transform .2s;display:block}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.blog-card h2{color:#1a2e1a;margin-bottom:12px;font-size:1.4rem}.blog-card p{color:#555;margin-bottom:16px;line-height:1.5}.tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag{color:#2e9e4f;background:#e8f5e9;border-radius:30px;padding:4px 12px;font-size:.75rem;font-weight:500}@media (max-width:768px){.header-inner{flex-direction:column;gap:12px}.nav-links{gap:20px}.container{padding:0 16px}.bubble{max-width:85%}}.icon-btn{cursor:pointer;background:#e8f0e8;border:none;border-radius:50%;width:48px;height:48px;font-size:1.4rem;transition:all .2s}.icon-btn:hover{background:#d0e0d0}.feedback-popup{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.feedback-popup-content{text-align:center;background:#fff;border-radius:24px;max-width:300px;padding:2rem}.feedback-popup-content .stars{justify-content:center;gap:12px;margin:1rem 0;display:flex}.feedback-popup-content .stars button{cursor:pointer;background:0 0;border:none;font-size:1.8rem}
