#pecadino-chat-root{position:fixed;right:18px;bottom:18px;z-index:999999;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#172033}#pecadino-chat-root *{box-sizing:border-box}.pc-fab{width:58px;height:58px;border:0;border-radius:50%;background:#1368e8;color:#fff;font-size:25px;box-shadow:0 12px 35px #1368e866;cursor:pointer}.pc-panel{display:none;width:min(440px,calc(100vw - 24px));height:min(720px,calc(100vh - 40px));background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #0f172a3d;flex-direction:column}#pecadino-chat-root[data-open="1"] .pc-panel{display:flex}#pecadino-chat-root[data-open="1"] .pc-fab{display:none}.pc-head{height:62px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1368e8,#19a7e8);color:#fff}.pc-close{border:0;background:#fff0;color:#fff;font-size:34px;line-height:1;cursor:pointer}.pc-messages{flex:1;overflow-y:auto;padding:14px;background:#f4f7fb;display:flex;flex-direction:column;gap:10px}.pc-msg{max-width:88%;padding:11px 12px;border-radius:16px;line-height:1.4;font-size:14px;white-space:pre-wrap}.pc-msg.ai{align-self:flex-start;background:#fff;border:1px solid #dbe6f4}.pc-msg.user{align-self:flex-end;background:#172033;color:#fff}.pc-input{display:flex;gap:8px;padding:11px;border-top:1px solid #e1e8f2;background:#fff}.pc-input input,.pc-picker input,.pc-inline input,.pc-inline select{width:100%;border:1px solid #cbd7e6;border-radius:11px;padding:11px;font:inherit;background:#fff;color:#172033}.pc-input button,.pc-inline button{border:0;border-radius:11px;padding:0 15px;background:#1368e8;color:#fff;font-weight:700}.pc-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.pc-btn,.pc-link{border:1px solid #b8cae2;border-radius:10px;padding:8px 10px;background:#fff;color:#174a8b;font-weight:700;font-size:12px;cursor:pointer;text-decoration:none;display:inline-block}.pc-btn.primary,.pc-link{background:#1368e8;color:#fff;border-color:#1368e8}.pc-btn.danger{color:#b42318}.pc-products{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.pc-product{display:flex;flex-direction:column;gap:5px;border:1px solid #dbe6f4;border-radius:12px;padding:8px;background:#fff;white-space:normal}.pc-product img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.pc-price{font-weight:800}.pc-stock{font-size:12px}.pc-stock.ok{color:#16803c}.pc-stock.no{color:#b42318}.pc-detail{font-size:12px;color:#1368e8}.pc-picker,.pc-inline{display:grid;gap:8px;margin-top:10px;padding:10px;border:1px solid #dbe6f4;border-radius:12px;background:#f8fbff}.pc-picker-results{display:grid;gap:5px}.pc-picker-results .pc-btn{text-align:left}.pc-selected{display:grid;gap:7px}.pc-selected-row{display:grid;grid-template-columns:1fr 60px 34px;gap:6px;align-items:center}.pc-selected-row input{min-width:0}.pc-inline .pc-auth-fields{display:grid;gap:7px}@media(max-width:768px){html.pecadino-chat-open,html.pecadino-chat-open body{overflow:hidden!important}#pecadino-chat-root{right:12px;bottom:12px}#pecadino-chat-root[data-open="1"]{inset:0}.pc-panel,#pecadino-chat-root[data-open="1"] .pc-panel{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;border-radius:0}.pc-head{height:calc(58px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);flex-shrink:0}.pc-messages{padding:12px}.pc-input{padding-bottom:calc(11px + env(safe-area-inset-bottom));flex-shrink:0}.pc-products{grid-template-columns:1fr 1fr}.pc-msg{max-width:94%}}@media(max-width:390px){.pc-products{grid-template-columns:1fr}}.pc-fab{width:62px;height:62px;border-radius:20px;background:linear-gradient(145deg,#1668f2,#00b7ff);display:grid;place-items:center;transition:transform .2s ease,box-shadow .2s ease}.pc-fab:hover{transform:translateY(-3px) rotate(-2deg);box-shadow:0 18px 44px #1368e880}.pc-nudge{position:absolute;right:0;bottom:74px;width:max-content;max-width:230px;padding:11px 38px 11px 14px;border:1px solid #dbe6f4;border-radius:14px 14px 4px 14px;background:#fff;color:#172033;font-size:14px;font-weight:700;box-shadow:0 12px 38px #0f172a2b;opacity:0;transform:translateY(8px) scale(.96);pointer-events:none;transition:.22s ease}.pc-nudge.show{opacity:1;transform:none;pointer-events:auto;cursor:pointer}.pc-nudge>button{position:absolute;z-index:2;right:5px;top:4px;width:28px;height:28px;padding:0;border:0;background:#fff0;color:#718096;font-size:21px;line-height:28px;cursor:pointer;pointer-events:auto;touch-action:manipulation}.pc-inline small{color:#5b6b80;line-height:1.35}