.profile-page{min-height:100vh;background:#f9f8f4;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.profile-header{background:#0c5a37;color:#fff;padding:40px 24px}.profile-header h1{margin:0 0 6px}.profile-sector{display:inline-block;background:#ffffff26;border-radius:999px;padding:4px 12px;font-size:.8rem;margin-bottom:12px}.profile-website{display:block;color:#cdeede;margin-bottom:12px}.profile-description{max-width:640px;color:#d9e6df;margin:0}.profile-products{max-width:960px;margin:0 auto;padding:32px 24px}.profile-products h2{color:#0c5a37;margin-bottom:16px}.profile-empty{color:#777}.profile-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.profile-product-card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 2px 8px #0000000f}.profile-product-card h3{margin:0 0 8px;font-size:1rem;color:#222}.profile-product-card p{font-size:.85rem;color:#555;margin:0 0 12px}.profile-product-meta{color:#888!important;font-size:.78rem!important;text-transform:uppercase;letter-spacing:.03em}.profile-product-promo{color:#0c5a37!important;font-weight:700}.profile-product-footer{display:flex;align-items:center;justify-content:space-between;font-size:.82rem}.profile-price{font-weight:700;color:#ef8c15}.profile-installments{color:#888}.chat-fab{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;border:none;background:#ef8c15;color:#fff;font-size:1.4rem;cursor:pointer;box-shadow:0 6px 16px #00000040;z-index:1000}.chat-panel{position:fixed;right:20px;bottom:88px;width:min(340px,calc(100vw - 40px));height:min(460px,calc(100vh - 140px));background:#fff;border-radius:12px;box-shadow:0 12px 32px #00000040;display:flex;flex-direction:column;overflow:hidden;z-index:1000}.chat-panel-header{background:#0c5a37;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.9rem}.chat-panel-header button{background:none;border:none;color:#fff;font-size:1.3rem;line-height:1;cursor:pointer}.chat-panel-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:#f9f8f4}.chat-bubble{max-width:80%;padding:10px 12px;border-radius:12px;font-size:.88rem;line-height:1.35;white-space:pre-wrap}.chat-bubble--bot{align-self:flex-start;background:#eceae3;color:#222;border-bottom-left-radius:2px}.chat-bubble--user{align-self:flex-end;background:#13a15c;color:#fff;border-bottom-right-radius:2px}.chat-bubble--loading{opacity:.7;font-style:italic}.chat-bubble-links{display:flex;flex-direction:column;gap:6px;margin-top:8px}.chat-source-link{color:#0c5a37;background:#fff;border:1px solid #0c5a37;border-radius:8px;padding:6px 10px;font-size:.8rem;font-weight:700;text-decoration:none;text-align:center}.chat-panel-input{display:flex;border-top:1px solid #eee}.chat-panel-input input{flex:1;border:none;padding:12px 14px;font-size:.9rem}.chat-panel-input input:focus{outline:none}.chat-panel-input button{border:none;background:#ef8c15;color:#fff;font-weight:700;padding:0 16px;cursor:pointer}.chat-panel-input button:disabled{opacity:.6;cursor:default}@media (max-width: 420px){.chat-panel{right:12px;bottom:80px}.chat-fab{right:12px;bottom:12px}}:root{--green-dark: #0c5a37;--green-bright: #13a15c;--tan-bg: #f1efe9;--input-bg: #f9f8f4;--orange: #ef8c15}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-panel{background:var(--green-dark);color:#fff;padding:32px 24px 48px;display:flex;flex-direction:column}.auth-logo{width:120px;border-radius:12px;background:#fff;padding:8px;margin-bottom:24px}.auth-hero--desktop{display:none}.auth-hero--mobile h1{font-size:1.6rem;margin:0 0 6px}.auth-hero--mobile p{margin:0;color:#d9e6df}.auth-features{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}.auth-features li{background:#ffffff14;border-radius:8px;padding:12px 14px;font-weight:600;font-size:.9rem}.auth-form-wrapper{flex:1;background:#fff;display:flex;align-items:flex-start;justify-content:center;padding:0 20px}.auth-card{width:100%;max-width:420px;margin-top:-28px;background:#fff;border-radius:16px 16px 0 0;padding:28px 22px 24px;box-shadow:0 -8px 24px #00000014}.auth-card--standalone{margin-top:0;border-radius:16px;align-self:center;text-align:center;padding:40px 24px}.auth-tabs{display:none}.auth-card form{display:flex;flex-direction:column}.auth-card label{font-size:.85rem;font-weight:600;color:#333;margin-bottom:6px}.auth-card input[type=email],.auth-card input[type=password],.auth-card input[type=text],.auth-card input[type=url]{background:var(--input-bg);border:1px solid #ddd9cf;border-radius:8px;padding:12px 14px;font-size:1rem;margin-bottom:18px;width:100%}.auth-success{text-align:center}.auth-success h2{color:var(--green-dark);margin:0 0 12px}.auth-success p{color:#555;margin:0 0 20px}.auth-card input:focus{outline:none;border-color:var(--green-bright);box-shadow:0 0 0 2px #13a15c33}.auth-row{display:none}.auth-error{color:#b91c1c;font-size:.85rem;margin:-8px 0 12px}.auth-submit{background:var(--orange);color:#fff;border:none;border-radius:8px;padding:14px;font-size:1rem;font-weight:700;cursor:pointer}.auth-submit:disabled{opacity:.6;cursor:default}.auth-divider{display:none}.auth-google{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #ddd9cf;border-radius:8px;padding:12px;font-size:.95rem;font-weight:600;color:#333;cursor:pointer}.auth-google-dot{width:18px;height:18px;border-radius:50%;background:#ddd9cf}.auth-lgpd{display:none}.auth-signup-mobile{text-align:center;margin:18px 0 0;font-size:.9rem;color:#555}.auth-signup-mobile a{color:var(--green-bright);font-weight:700;text-decoration:none}.auth-link{color:var(--green-bright);font-size:.85rem;text-decoration:none}.auth-subtitle{color:#555}.auth-footer{display:none}@media (min-width: 900px){.auth-page{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;min-height:100vh}.auth-panel{grid-column:1;grid-row:1;padding:48px 56px;justify-content:center}.auth-hero--desktop{display:block;max-width:480px}.auth-hero--desktop h1{font-size:2.1rem;line-height:1.25;margin:0 0 16px}.auth-hero--desktop p{color:#d9e6df;margin:0 0 8px}.auth-hero--mobile{display:none}.auth-form-wrapper{grid-column:2;grid-row:1;align-items:center;padding:40px}.auth-card{margin-top:0;border-radius:16px;padding:32px;box-shadow:none}.auth-tabs{display:flex;background:var(--tan-bg);border-radius:999px;padding:4px;margin-bottom:24px}.auth-tab{flex:1;border:none;background:transparent;padding:10px;border-radius:999px;font-weight:700;cursor:pointer;color:#555}.auth-tab--active{background:var(--green-bright);color:#fff}.auth-row{display:flex;align-items:center;justify-content:space-between;margin:-8px 0 18px;font-size:.85rem;color:#555}.auth-checkbox{display:flex;align-items:center;gap:6px;font-weight:400;margin:0}.auth-divider{display:flex;align-items:center;gap:12px;color:#999;font-size:.75rem;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e2da}.auth-lgpd{display:block;font-size:.78rem;color:#777;margin:18px 0 0}.auth-signup-mobile{display:none}.auth-footer{display:flex;grid-column:1 / 3;grid-row:2;align-items:center;justify-content:space-between;padding:16px 40px;border-top:1px solid #eee;font-size:.8rem;color:#666}.auth-footer-logo{height:28px}.auth-footer-credit{color:#999}}
