.ask-mog-page{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - var(--nav-height, 60px));padding:32px var(--section-px, 20px) 48px;background:var(--page-bg, #152038)}.mog-chat{width:100%;max-width:540px;height:min(780px,calc(100vh - var(--nav-height, 60px) - 64px));display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:#0d1729;box-shadow:0 4px 32px #00000059,0 0 0 1px #c8a0341a}.mog-chat__header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#1e2b44,#152038);border-bottom:1px solid rgba(200,160,52,.15);flex-shrink:0}.mog-chat__header-text{min-width:0}.mog-chat__title{font-family:var(--font-heading, "Oswald", sans-serif);font-size:1.15rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin:0;line-height:1.2}.mog-chat__subtitle{font-family:var(--font-body, "Lato", sans-serif);font-size:.65rem;color:#ffffff73;margin:2px 0 0;line-height:1.3}.mog-chat__messages{flex:1;overflow-y:auto;padding:20px 16px 8px;display:flex;flex-direction:column;gap:6px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(200,160,52,.2) transparent}.mog-chat__messages::-webkit-scrollbar{width:5px}.mog-chat__messages::-webkit-scrollbar-track{background:transparent}.mog-chat__messages::-webkit-scrollbar-thumb{background:#c8a03433;border-radius:4px}.mog-chat__row{display:flex;align-items:flex-end;gap:8px;max-width:88%}.mog-chat__row--mog{align-self:flex-start}.mog-chat__row--user{align-self:flex-end;flex-direction:row-reverse}.mog-chat__bubble-avatar{flex-shrink:0;width:28px;height:28px}.mog-chat__bubble{font-family:var(--font-body, "Lato", sans-serif);font-size:.72rem;line-height:1.55;padding:10px 16px;border-radius:18px;word-break:break-word}.mog-chat__bubble--mog{background:#1e2b44;color:#ffffffe6;border-bottom-left-radius:6px}.mog-chat__bubble--user{background:linear-gradient(135deg,#c8a034,#a8862a);color:#0d1729;font-weight:600;border-bottom-right-radius:6px}.mog-chat__typing{display:flex;align-items:center;gap:5px;padding:12px 20px;min-height:40px}.mog-dot{width:7px;height:7px;border-radius:50%;background:#c8a03499;animation:mogBounce 1.2s ease-in-out infinite}.mog-dot:nth-child(2){animation-delay:.15s}.mog-dot:nth-child(3){animation-delay:.3s}@keyframes mogBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.mog-chat__options{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0 4px 36px}.mog-chat__option{font-family:var(--font-body, "Lato", sans-serif);font-size:.68rem;font-weight:600;padding:8px 18px;border-radius:20px;border:1.5px solid rgba(200,160,52,.45);background:transparent;color:#c8a034e6;cursor:pointer;transition:all .18s ease;animation:mogOptionIn .3s ease-out both}.mog-chat__option:hover:not(:disabled){background:#c8a0341f;border-color:#c8a034;color:#c8a034;transform:translateY(-1px)}.mog-chat__option:active:not(:disabled){transform:translateY(0);background:#c8a03433}.mog-chat__option:disabled{opacity:.4;cursor:not-allowed}.mog-chat__option--primary{background:linear-gradient(135deg,#c8a034,#a8862a);color:#0d1729;border-color:transparent}.mog-chat__option--primary:hover:not(:disabled){background:linear-gradient(135deg,#d4aa3a,#b8922e);color:#0d1729;box-shadow:0 2px 12px #c8a0344d}@keyframes mogOptionIn{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.mog-chat__specs{padding:12px 0 4px 36px}.mog-chat__spec-group{margin-bottom:12px}.mog-chat__spec-label{display:block;font-family:var(--font-heading, "Oswald", sans-serif);font-size:.58rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c8a03480;margin-bottom:6px}.mog-chat__spec-chips{display:flex;flex-wrap:wrap;gap:6px}.mog-chat__chip{font-family:var(--font-body, "Lato", sans-serif);font-size:.6rem;font-weight:500;padding:5px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#fff9;cursor:pointer;transition:all .15s ease}.mog-chat__chip:hover{border-color:#c8a03459;color:#fffc}.mog-chat__chip--on{background:#c8a03426;border-color:#c8a034;color:#c8a034;font-weight:700}.mog-chat__spec-actions{margin-top:14px}.mog-chat__results{padding:8px 0}.mog-chat__summary{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px;margin-bottom:14px}.mog-chat__summary-title{font-family:var(--font-heading, "Oswald", sans-serif);font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#c8a03499;display:block;margin-bottom:10px}.mog-chat__summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}.mog-chat__summary-item{display:flex;flex-direction:column}.mog-chat__summary-key{font-size:.52rem;color:#ffffff59;text-transform:capitalize}.mog-chat__summary-val{font-size:.62rem;font-weight:600;color:#ffffffd9}.mog-chat__confidence{font-family:var(--font-body, "Lato", sans-serif);font-size:.62rem;padding:8px 16px;border-radius:10px;margin-bottom:14px;text-align:center}.mog-chat__confidence--high{background:#34c8501f;color:#5ad67d;border:1px solid rgba(52,200,80,.2)}.mog-chat__confidence--medium{background:#c8a0341f;color:#c8a034;border:1px solid rgba(200,160,52,.2)}.mog-chat__confidence--low{background:#c850341f;color:#e07040;border:1px solid rgba(200,80,52,.2)}.mog-chat__product{background:linear-gradient(135deg,#f7f7f6,#eeeee9);border-radius:16px;padding:18px;margin-bottom:10px;position:relative;animation:mogSlideUp .4s ease-out both}.mog-chat__product-rank{position:absolute;top:14px;right:16px;font-family:var(--font-heading, "Oswald", sans-serif);font-size:.9rem;font-weight:700;color:#c8a03440}.mog-chat__product-name{font-family:var(--font-heading, "Oswald", sans-serif);font-size:.82rem;font-weight:700;color:#1e2b44;margin:0 0 2px;padding-right:36px}.mog-chat__product-grade{display:inline-block;font-family:var(--font-body, "Lato", sans-serif);font-size:.58rem;font-weight:700;background:#1e2b44;color:#c8a034;padding:2px 10px;border-radius:8px;margin-bottom:8px}.mog-chat__product-desc{font-size:.62rem;line-height:1.55;color:#1e2b44b3;margin:0 0 10px}.mog-chat__product-matches,.mog-chat__product-missing{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.mog-chat__match-tag{font-size:.52rem;font-weight:600;padding:2px 8px;border-radius:6px;background:#34c8501f;color:#2a8c40}.mog-chat__missing-tag{font-size:.52rem;font-weight:600;padding:2px 8px;border-radius:6px;background:#c850341a;color:#b05030}.mog-chat__product-link{display:inline-block;font-size:.6rem;font-weight:700;color:#c8a034;text-decoration:none;margin-top:4px;transition:color .15s}.mog-chat__product-link:hover{color:#d4aa3a;text-decoration:underline}.mog-chat__disclaimer{font-size:.58rem;line-height:1.6;color:#ffffff8c;padding:14px 16px;border:1px solid rgba(200,160,52,.15);border-radius:10px;background:#c8a0340f;margin-top:12px}.mog-chat__actions{display:flex;gap:8px;padding:4px 0 8px}.mog-chat__action{flex:1;display:flex;align-items:center;justify-content:center;font-family:var(--font-body, "Lato", sans-serif);font-size:.64rem;font-weight:700;padding:10px 16px;border-radius:12px;border:none;cursor:pointer;text-decoration:none;text-align:center;transition:all .18s ease}.mog-chat__action--primary{background:linear-gradient(135deg,#c8a034,#a8862a);color:#0d1729}.mog-chat__action--primary:hover{background:linear-gradient(135deg,#d4aa3a,#b8922e);box-shadow:0 2px 12px #c8a0344d;transform:translateY(-1px)}.mog-chat__action--secondary{background:#ffffff0f;color:#ffffffb3;border:1px solid rgba(255,255,255,.12)}.mog-chat__action--secondary:hover{background:#ffffff1a;color:#ffffffe6}.mog-chat__input-bar{display:flex;align-items:center;gap:10px;padding:12px 16px 16px;border-top:1px solid rgba(200,160,52,.15);background:linear-gradient(180deg,#0d1729,#0f1a2e);flex-shrink:0}.mog-chat__input{flex:1;font-family:var(--font-body, "Lato", sans-serif);font-size:.78rem;padding:12px 18px;border-radius:22px;border:1.5px solid rgba(200,160,52,.2);background:#ffffff0f;color:#fffffff2;outline:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.mog-chat__input::placeholder{color:#ffffff59;font-size:.7rem}.mog-chat__input:focus{border-color:#c8a0348c;background:#ffffff14;box-shadow:0 0 0 3px #c8a0341a}.mog-chat__input:disabled{opacity:.35;cursor:not-allowed}.mog-chat__send{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#c8a034,#a8862a);color:#0d1729;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}.mog-chat__send:hover:not(:disabled){transform:scale(1.06);box-shadow:0 2px 10px #c8a0344d}.mog-chat__send:disabled{opacity:.3;cursor:not-allowed}.mog-animate-in{animation:mogSlideUp .3s ease-out both}@keyframes mogSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.ask-mog-page{padding:0}.mog-chat{max-width:100%;height:calc(100vh - var(--nav-height, 60px));height:calc(100dvh - var(--nav-height, 60px));border-radius:0}.mog-chat__messages{padding:16px 12px 8px}.mog-chat__options,.mog-chat__specs{padding-left:12px}.mog-chat__row{max-width:92%}.mog-chat__summary-grid{grid-template-columns:1fr}.mog-chat__input-bar{padding:10px 12px 14px}.mog-chat__input{font-size:16px;padding:12px 16px}}@media(min-width:601px)and (max-width:900px){.mog-chat{max-width:480px}}.mog-chat__disclaimer-gate{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 20px;overflow-y:auto}.mog-chat__disclaimer-inner{max-width:380px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.mog-chat__disclaimer-title{margin:0;font-family:var(--font-heading, "Oswald", sans-serif);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff}.mog-chat__disclaimer-text{margin:0;font-size:.82rem;line-height:1.65;color:#fff9}.mog-chat__disclaimer-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;text-align:left;width:100%}.mog-chat__disclaimer-list li{display:flex;align-items:flex-start;gap:10px;font-size:.78rem;line-height:1.5;color:#ffffffb3}.mog-chat__disclaimer-list li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#c8a034;flex-shrink:0;margin-top:6px}.mog-chat__disclaimer-list li strong{color:#ffffffe6}.mog-chat__disclaimer-btn{margin-top:4px;padding:14px 32px;border:none;border-radius:999px;background:linear-gradient(135deg,#d4aa3a,#b8922e);color:#fff;font-family:var(--font-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 18px #c8a0344d;transition:transform .18s ease,box-shadow .18s ease}.mog-chat__disclaimer-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c8a03473}.mog-chat__disclaimer-legal{margin:0;font-size:.62rem;line-height:1.5;color:#ffffff4d}.mog-chat__disclaimer-legal a{color:#ffffff73;text-decoration:underline;text-underline-offset:2px;transition:color .14s ease}.mog-chat__disclaimer-legal a:hover{color:#ffffffb3}
