/* Scoped to the assistant so WooCommerce and theme controls retain their native styles. */
body .mobile-buy{display:none!important}
#magnetika-chat-root{--mc-wine:#7b1f35;--mc-wine-dark:#571428;--mc-ink:#322521;--mc-muted:#776b64;--mc-cream:#fbf8f3;--mc-line:#e8e1d8;--mc-sage:#5c775f;font:14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--mc-ink);letter-spacing:normal;text-align:left}
#magnetika-chat-root *,#magnetika-chat-root *::before,#magnetika-chat-root *::after{box-sizing:border-box}
#magnetika-chat-root [hidden]{display:none!important}
#magnetika-chat-root button,#magnetika-chat-root input,#magnetika-chat-root select,#magnetika-chat-root textarea{font:inherit;letter-spacing:inherit}
#magnetika-chat-root button{cursor:pointer;text-transform:none;box-shadow:none;margin:0;line-height:1.4;appearance:none}
#magnetika-chat-root button:disabled{cursor:default;opacity:.5}
#magnetika-chat-root summary:focus-visible,#magnetika-chat-root button:focus-visible,#magnetika-chat-root a:focus-visible,#magnetika-chat-root input:focus-visible,#magnetika-chat-root select:focus-visible,#magnetika-chat-root textarea:focus-visible,#magnetika-chat-root [tabindex]:focus-visible{outline:3px solid #b77887;outline-offset:3px}
#magnetika-chat-root svg{width:20px;height:20px;flex:0 0 auto;vertical-align:middle}
#magnetika-chat-root p,#magnetika-chat-root h2,#magnetika-chat-root h3,#magnetika-chat-root h4{padding:0}
#magnetika-chat-root a{color:var(--mc-wine);text-decoration:underline;text-underline-offset:3px}
#magnetika-chat-root .mchat-launcher{position:fixed;z-index:99980;right:24px;bottom:24px;display:flex;gap:13px;align-items:center;min-height:62px;border:1px solid rgba(255,255,255,.35);border-radius:50px;background:var(--mc-wine);color:#fff;padding:11px 24px 11px 18px;box-shadow:0 6px 24px #4e1b3130;transition:transform .18s,background .18s}
#magnetika-chat-root .mchat-launcher:hover{background:var(--mc-wine-dark);transform:translateY(-2px)}
#magnetika-chat-root .mchat-launcher>svg{width:27px;height:27px}
#magnetika-chat-root .mchat-launcher>span{text-align:left;font-weight:650;font-size:13px}
#magnetika-chat-root .mchat-launcher small{display:block;font-size:10px;color:#fff4f5;letter-spacing:.025em;font-weight:650;margin-top:2px}
#magnetika-chat-root .mchat-unread{position:absolute;right:4px;top:-4px;background:#f1d8b0;color:var(--mc-wine-dark);font-style:normal;min-width:22px;padding:2px;border-radius:50%;font-size:12px;font-weight:700}
#magnetika-chat-root .mchat-shade{position:fixed;inset:0;z-index:99989;background:rgba(35,24,21,.2);backdrop-filter:blur(1px)}
#magnetika-chat-root .mchat-panel{position:fixed;z-index:99990;right:24px;bottom:24px;width:470px;height:min(810px,calc(100dvh - 48px));min-height:320px;display:flex;flex-direction:column;background:var(--mc-cream);border-radius:24px;border:1px solid #e1d7cb;box-shadow:0 28px 110px #33221e36,0 4px 24px #33221e12;overflow:hidden;animation:mchat-appear .2s ease}
#magnetika-chat-root.is-viewport-managed .mchat-panel{top:calc(var(--mchat-viewport-top) + max(24px,calc(var(--mchat-viewport-height) - 834px)));bottom:auto;height:min(810px,calc(var(--mchat-viewport-height) - 48px));min-height:0;max-height:calc(var(--mchat-viewport-height) - 48px)}
#magnetika-chat-root .mchat-header{display:flex;align-items:center;gap:12px;padding:17px 20px;border-bottom:1px solid var(--mc-line);background:#fffdf9;flex-shrink:0}
#magnetika-chat-root .mchat-home{position:relative;display:grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0;border:0;border-radius:12px;background:transparent;color:var(--mc-wine);flex:none;transition:background .18s,transform .18s}
#magnetika-chat-root .mchat-home:hover{background:#f3e9e7;transform:translateY(-1px)}
#magnetika-chat-root .mchat-shop-logo{position:relative;display:block;width:34px;height:38px}
#magnetika-chat-root .mchat-shop-logo i{position:absolute;display:block;width:22px;height:29px;background:var(--mc-wine);box-shadow:0 4px 12px rgba(123,31,53,.18);transform:rotate(-7deg)}
#magnetika-chat-root .mchat-shop-logo i:first-child{left:2px;top:2px;z-index:2}
#magnetika-chat-root .mchat-shop-logo i:last-child{right:1px;bottom:1px;z-index:1;background:#d6a58d}
#magnetika-chat-root .mchat-home-dot{position:absolute;width:8px;height:8px;right:1px;bottom:1px;border:2px solid #fffdf9;border-radius:50%;background:#899d78}
#magnetika-chat-root .mchat-header-copy{min-width:0;flex:1}
#magnetika-chat-root .mchat-header h2{font:600 16px/1.3 Georgia,"Times New Roman",serif;letter-spacing:-.02em;margin:0 0 4px;color:var(--mc-ink)}
#magnetika-chat-root .mchat-status{display:flex;gap:5px;align-items:center;color:var(--mc-muted);font-size:11px;line-height:1.4;margin:0}
#magnetika-chat-root .mchat-status i{width:5px;height:5px;border-radius:50%;background:var(--mc-sage);flex:none}
#magnetika-chat-root .mchat-status.is-human i{background:#ad742b}
#magnetika-chat-root .mchat-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;flex:none;border:0;background:transparent;color:var(--mc-muted);padding:8px;border-radius:10px}
#magnetika-chat-root .mchat-icon:hover{background:#eee7de;color:var(--mc-wine)}
#magnetika-chat-root .mchat-close{width:36px;height:36px;color:var(--mc-ink);background:#f2ede6}
#magnetika-chat-root .mchat-view-switch{display:flex;gap:4px;padding:8px 20px;background:#fffdf9;border-bottom:1px solid var(--mc-line);flex-shrink:0}
#magnetika-chat-root .mchat-view-switch>button{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 12px;border:0;border-radius:8px;background:transparent;color:var(--mc-muted);font-size:13px;font-weight:500}
#magnetika-chat-root .mchat-view-switch>button:hover{background:#f5eee7;color:var(--mc-ink)}
#magnetika-chat-root .mchat-view-switch>button.is-active{background:#f0e4e5;color:var(--mc-wine);font-weight:650}
#magnetika-chat-root .mchat-view-switch svg{width:17px;height:17px}
#magnetika-chat-root .mchat-support-badge{display:inline-grid;place-items:center;min-width:19px;height:19px;border-radius:10px;background:var(--mc-wine);color:#fff;font-size:10px;font-weight:650;padding:0 5px}
#magnetika-chat-root .mchat-progress{display:flex;gap:4px;justify-content:space-between;padding:5px 16px;background:#fffdf9;border-bottom:1px solid var(--mc-line);flex-shrink:0}
#magnetika-chat-root .mchat-progress>button{display:flex;gap:7px;align-items:center;justify-content:center;position:relative;min-height:44px;padding:7px 6px;border:0;border-radius:8px;background:transparent;font-size:11px;font-weight:500;color:#897e75;white-space:nowrap}
#magnetika-chat-root .mchat-progress>button:not(:disabled):hover{background:#f5eee7;color:var(--mc-wine)}
#magnetika-chat-root .mchat-progress>button.is-current{background:#f7eef0}
#magnetika-chat-root .mchat-progress>button:disabled{opacity:.55}
#magnetika-chat-root .mchat-progress i{display:grid;place-items:center;font-size:10px;font-style:normal;width:21px;height:21px;border:1px solid #d9cec1;border-radius:50%;color:#8d8075}
#magnetika-chat-root .mchat-progress i svg{width:13px;height:13px}
#magnetika-chat-root .mchat-progress .is-current{color:var(--mc-wine);font-weight:750}
#magnetika-chat-root .mchat-progress .is-current i{background:var(--mc-wine);color:white;border-color:var(--mc-wine)}
#magnetika-chat-root .mchat-progress .is-done i{background:#e5ece2;color:#53674a;border-color:#e5ece2}
#magnetika-chat-root .mchat-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d7c8bd transparent;padding:0 22px 20px}
#magnetika-chat-root .mchat-workspace{padding:22px 0 0}
#magnetika-chat-root .mchat-kicker{font-size:10px;letter-spacing:.12em;font-weight:650;color:var(--mc-wine);margin:0 0 12px}
#magnetika-chat-root .mchat-welcome{text-align:left;padding:10px 0 22px}
#magnetika-chat-root h3{font:400 28px/1.15 Georgia,"Times New Roman",serif;letter-spacing:-.025em;color:var(--mc-ink);margin:0 0 10px}
#magnetika-chat-root .mchat-welcome h3{font-size:32px;line-height:1.12;margin-bottom:12px}
#magnetika-chat-root .mchat-welcome p{font-size:14px;line-height:1.65;color:var(--mc-muted);margin:0;max-width:34ch}
#magnetika-chat-root .mchat-welcome--photo{text-align:center;padding:6px 0 24px}
#magnetika-chat-root .mchat-welcome--photo .mchat-kicker{font-size:10px;letter-spacing:.16em;margin-bottom:13px}
#magnetika-chat-root .mchat-welcome-art{width:140px;height:122px;position:relative;margin:11px auto 19px}
#magnetika-chat-root .mchat-paper{position:absolute;border:5px solid white;width:88px;height:98px;box-shadow:2px 5px 14px #3e302222;border-bottom-width:16px}
#magnetika-chat-root .mchat-paper-back{background:#c9b5a0;transform:rotate(-13deg);left:15px;top:6px}
#magnetika-chat-root .mchat-paper-back:before{content:"";position:absolute;inset:15px 10px 0;background:#a1aa8d;clip-path:polygon(0 100%,0 45%,40% 0,100% 70%,100% 100%)}
#magnetika-chat-root .mchat-paper-front{background:#e3bdab;transform:rotate(10deg);right:7px;top:16px;display:grid;place-items:center;color:#a36c65}
#magnetika-chat-root .mchat-paper-front svg{width:38px;height:38px;stroke-width:1}
#magnetika-chat-root .mchat-paper-front span{position:absolute;top:100%;font:italic 6px/16px Georgia,serif;width:100%;text-align:center;color:#68554a}
#magnetika-chat-root .mchat-art-spark{position:absolute;right:-9px;top:5px;color:#ac7e50;font-size:27px}
#magnetika-chat-root .mchat-welcome--photo h3{font-size:40px;line-height:1.06;margin-bottom:16px}
#magnetika-chat-root .mchat-welcome--photo p{font-size:13px;line-height:1.75;margin-inline:auto}
#magnetika-chat-root .mchat-welcome-actions .mchat-choice{min-height:82px;padding:16px 18px}
#magnetika-chat-root .mchat-welcome-actions .mchat-choice>svg:first-child{width:25px;height:25px}
#magnetika-chat-root .mchat-choice{width:100%;display:flex;align-items:center;gap:13px;min-height:58px;padding:14px 16px;border:1px solid var(--mc-line);border-radius:14px;background:#fffdf9;color:var(--mc-ink);text-align:left;margin-bottom:10px}
#magnetika-chat-root .mchat-choice:hover{border-color:#a98279;background:#fff}
#magnetika-chat-root .mchat-choice>span{flex:1;min-width:0}
#magnetika-chat-root .mchat-choice b{display:block;font-size:14px;font-weight:650;margin-bottom:0}
#magnetika-chat-root .mchat-choice small{font-size:12px;line-height:1.6;margin-top:3px;color:var(--mc-muted);display:block}
#magnetika-chat-root .mchat-create-detail-mobile{display:none}
#magnetika-chat-root .mchat-choice>svg:first-child{width:22px;height:22px;color:var(--mc-wine)}
#magnetika-chat-root .mchat-choice>svg:last-child{width:17px}
#magnetika-chat-root .mchat-choice.is-primary{background:var(--mc-wine);border-color:var(--mc-wine);color:white}
#magnetika-chat-root .mchat-choice.is-primary:hover{background:var(--mc-wine-dark)}
#magnetika-chat-root .mchat-choice.is-primary svg{color:white}
#magnetika-chat-root .mchat-choice.is-primary small{color:#ead5d9}
#magnetika-chat-root .mchat-fineprint{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--mc-muted);font-size:11px;line-height:1.5;margin:18px 0 0}
#magnetika-chat-root .mchat-fineprint svg{width:13px;height:13px;color:#8e977d}
#magnetika-chat-root .mchat-resume{display:flex;align-items:center;gap:12px;padding:14px;margin:0 0 12px;background:#edf0e9;border:1px solid #d6dfcd;border-radius:12px;color:#48613f;text-align:left;width:100%}
#magnetika-chat-root .mchat-resume>span{flex:1}
#magnetika-chat-root .mchat-resume b{display:block;font-size:12px}
#magnetika-chat-root .mchat-resume small{display:block;font-size:10px;margin-top:3px}
#magnetika-chat-root .mchat-section-head{margin-bottom:18px}
#magnetika-chat-root .mchat-section-head>p{font-size:13px;color:var(--mc-muted);line-height:1.65;margin:0}
#magnetika-chat-root .mchat-product-head{margin-bottom:16px}
#magnetika-chat-root .mchat-product-head h3{margin-bottom:10px}
#magnetika-chat-root .mchat-product-head>p{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:7px 10px;border-radius:999px;background:#f3ece9;font-size:12px;line-height:1.45}
#magnetika-chat-root .mchat-product-head>p svg{width:15px;height:15px;flex:none;color:var(--mc-wine)}
#magnetika-chat-root .mchat-text{padding:0;background:transparent;border:0;color:var(--mc-wine);font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px}
#magnetika-chat-root .mchat-text svg{width:15px;height:15px}
#magnetika-chat-root .mchat-section-head>.mchat-text{margin-bottom:12px;min-height:32px}
#magnetika-chat-root .mchat-text:hover{text-decoration:underline;text-underline-offset:3px}
#magnetika-chat-root .mchat-products{display:grid;gap:10px}
#magnetika-chat-root .mchat-product{background:#fffdf9;border:1px solid var(--mc-line);border-radius:12px;overflow:hidden;display:flex;align-items:flex-start;padding:12px;gap:12px}
#magnetika-chat-root .mchat-product>img,#magnetika-chat-root .mchat-product-placeholder{width:72px;height:80px;flex:0 0 72px;object-fit:cover;align-self:flex-start;border-radius:7px;background:#eee4d8;display:grid;place-items:center;color:#aa8d7c}
#magnetika-chat-root .mchat-product-placeholder svg{width:30px;height:30px;stroke-width:1}
#magnetika-chat-root .mchat-product-copy{padding:1px 0;min-width:0;flex:1}
#magnetika-chat-root .mchat-product h4{font:600 16px/1.3 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin:0 0 4px;letter-spacing:-.015em;overflow-wrap:anywhere}
#magnetika-chat-root .mchat-product p{font-size:12px;color:var(--mc-muted);margin:0 0 9px;line-height:1.5}
#magnetika-chat-root .mchat-size-options{display:grid;gap:7px;margin-top:10px}
#magnetika-chat-root .mchat-size{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:10px;border:1px solid #e0d5ca;border-radius:8px;background:#fff;color:var(--mc-ink);text-align:left;min-height:44px}
#magnetika-chat-root .mchat-size:hover{border-color:var(--mc-wine);background:#fcf3f3}
#magnetika-chat-root .mchat-size b{font-size:12px;font-weight:600}
#magnetika-chat-root .mchat-size span{font-size:12px;color:var(--mc-muted);margin-left:auto}
#magnetika-chat-root .mchat-size svg{width:14px;height:14px;color:var(--mc-wine)}
#magnetika-chat-root .mchat-size-help{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:66px;margin-top:12px;padding:10px 12px;border:1px solid #ddcfd0;border-radius:12px;background:linear-gradient(135deg,#fbf2f2,#fffdf9);color:var(--mc-ink);text-align:left;transition:border-color .15s,background .15s,transform .15s}
#magnetika-chat-root .mchat-size-help:hover{border-color:#b78890;background:#fff8f7;transform:translateY(-1px)}
#magnetika-chat-root .mchat-size-help-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid #eadadd;border-radius:11px;background:#fff;color:var(--mc-wine)}
#magnetika-chat-root .mchat-size-help-icon svg{width:19px;height:19px}
#magnetika-chat-root .mchat-size-help-copy{min-width:0}
#magnetika-chat-root .mchat-size-help-copy strong{display:block;font-size:13px;font-weight:700;line-height:1.35}
#magnetika-chat-root .mchat-size-help-copy small{display:flex;align-items:center;flex-wrap:wrap;gap:3px 7px;margin-top:3px;color:var(--mc-muted);font-size:11px;line-height:1.45}
#magnetika-chat-root .mchat-size-help-cta{display:inline-flex;align-items:center;gap:5px;color:var(--mc-wine);font-size:11px;font-weight:700;white-space:nowrap}
#magnetika-chat-root .mchat-size-help-cta svg{width:14px;height:14px}
#magnetika-chat-root .mchat-selection-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:0 0 12px;border-bottom:1px solid var(--mc-line)}
#magnetika-chat-root .mchat-selection-header>span,#magnetika-chat-root .mchat-selection-header>div{min-width:0;font-size:13px;overflow-wrap:anywhere}
#magnetika-chat-root .mchat-selection-header b,#magnetika-chat-root .mchat-selection-header strong{font-weight:600}
#magnetika-chat-root .mchat-selection-header small{display:block;color:var(--mc-muted);font-size:11px;margin-top:2px}
#magnetika-chat-root .mchat-selection-header>button{min-height:44px;padding:8px 0 8px 8px;flex-shrink:0}
#magnetika-chat-root .mchat-selection-options{padding:14px;margin:-1px 0 16px;background:#fffdf9;border:1px solid var(--mc-line);border-radius:10px}
#magnetika-chat-root .mchat-selection-options>.mchat-text{display:flex;justify-content:flex-start;width:100%;min-height:44px;padding:8px 0}
#magnetika-chat-root .mchat-selection-options>.mchat-text+.mchat-text{margin-top:4px}
#magnetika-chat-root .mchat-photo-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;margin:0 0 20px}
#magnetika-chat-root .mchat-photo-heading-copy{min-width:0}
#magnetika-chat-root .mchat-photo-heading h3{font-size:26px;line-height:1.18;margin:0 0 7px}
#magnetika-chat-root .mchat-photo-heading p{font-size:12px;line-height:1.6;color:var(--mc-muted);margin:0}
#magnetika-chat-root .mchat-photo-help-mobile{display:none}
#magnetika-chat-root .mchat-groups{display:flex;min-width:0;gap:7px;flex-wrap:wrap;margin:0 0 14px}
#magnetika-chat-root .mchat-group{display:flex;gap:7px;align-items:center;min-height:44px;max-width:100%;padding:8px 11px;font-size:12px;border:1px solid var(--mc-line);border-radius:30px;background:#fffdf9;color:var(--mc-muted)}
#magnetika-chat-root .mchat-group>span{min-width:0;overflow-wrap:anywhere}
#magnetika-chat-root .mchat-group small{flex:none;white-space:nowrap;font-size:11px;opacity:.8;border-left:1px solid currentColor;padding-left:7px}
#magnetika-chat-root .mchat-group:not(.is-active):hover{border-color:#b78890;background:#f8eff0;color:var(--mc-wine)}
#magnetika-chat-root .mchat-group.is-active{background:var(--mc-wine);border-color:var(--mc-wine);color:#fff}
#magnetika-chat-root .mchat-add-group{display:flex;align-items:center;justify-content:center;gap:8px;width:124px;min-height:54px;padding:9px 10px;border:1px solid #d9bfc5;border-radius:12px;background:#fffdf9;color:var(--mc-wine);font-size:12px;font-weight:600;text-align:left;line-height:1.45}
#magnetika-chat-root .mchat-add-group:not(:disabled):hover{border-color:#b78890;background:#f8eff0}
#magnetika-chat-root .mchat-add-group svg{width:16px;height:16px}
#magnetika-chat-root .mchat-selected{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:12px}
#magnetika-chat-root .mchat-selected>span{display:flex;gap:7px;align-items:center;font-size:13px}
#magnetika-chat-root .mchat-selected b{font-weight:600}
#magnetika-chat-root .mchat-selected svg{color:var(--mc-wine);width:16px;height:16px}
#magnetika-chat-root .mchat-selected>.mchat-text{font-size:12px;flex-shrink:0;min-height:40px}
#magnetika-chat-root .mchat-change-size{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px;margin-bottom:12px;color:var(--mc-muted)}
#magnetika-chat-root .mchat-change-size select{border:1px solid var(--mc-line);border-radius:7px;background:white;color:var(--mc-ink);padding:10px;font-size:14px;max-width:75%;min-height:44px}
#magnetika-chat-root .mchat-upload{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:112px;gap:6px;border:1.5px dashed #bc9296;border-radius:13px;background:#f9efee;padding:20px 12px;cursor:pointer;margin-bottom:16px;position:relative;color:var(--mc-wine);transition:background .15s}
#magnetika-chat-root .mchat-upload:hover,#magnetika-chat-root .mchat-upload.is-dragging{background:#f0e0df;border-color:var(--mc-wine)}
#magnetika-chat-root .mchat-upload>svg{width:24px;height:24px;margin-bottom:2px}
#magnetika-chat-root .mchat-upload>b{font-size:14px;font-weight:650}
#magnetika-chat-root .mchat-upload>span{font-size:11px;color:#8f7171}
#magnetika-chat-root .mchat-upload.is-small{min-height:46px;flex-direction:row;gap:8px;padding:10px 14px;background:#fffdf9;border:1px solid #d9c3c3;margin:14px 0}
#magnetika-chat-root .mchat-upload.is-small:hover{background:#f9efee}
#magnetika-chat-root .mchat-upload.is-small>svg{width:18px;height:18px;margin:0}
#magnetika-chat-root .mchat-upload.is-small>b{font-size:12px;font-weight:600}
#magnetika-chat-root .mchat-upload.is-small>span{display:none}
#magnetika-chat-root .mchat-photos{display:grid;gap:9px}
#magnetika-chat-root .mchat-photo{display:flex;gap:12px;padding:10px;border:1px solid var(--mc-line);border-radius:12px;background:#fffdf9;position:relative;align-items:center}
#magnetika-chat-root .mchat-photo-thumb{width:64px;height:78px;border-radius:7px;overflow:hidden;background:#eee9e0;display:grid;place-items:center;flex-shrink:0}
#magnetika-chat-root .mchat-photo-thumb img{width:100%;height:100%;object-fit:contain;display:block}
#magnetika-chat-root .mchat-photo-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:9px;flex:1;min-width:0}
#magnetika-chat-root .mchat-photo-title{grid-column:1/-1;display:flex;align-items:baseline;gap:5px;min-width:0;padding-right:30px;white-space:nowrap}
#magnetika-chat-root .mchat-photo-title>strong{flex:none;font-size:13px;line-height:1.5;font-weight:600;color:var(--mc-ink)}
#magnetika-chat-root .mchat-photo-size{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:10px;line-height:1.35;color:#958a82;letter-spacing:.01em}
#magnetika-chat-root .mchat-photo-controls{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:7px}
#magnetika-chat-root .mchat-quantity{display:inline-flex;flex:none;align-items:center;gap:0;border:1px solid var(--mc-line);border-radius:9px;overflow:hidden;background:white;height:44px}
#magnetika-chat-root .mchat-quantity button{flex:0 0 30px;width:30px;min-height:44px;padding:8px;display:grid;place-items:center;background:white;color:var(--mc-wine);border:0;border-radius:0}
#magnetika-chat-root .mchat-quantity button:hover{background:#f3e8e7}
#magnetika-chat-root .mchat-quantity svg{width:15px;height:15px}
#magnetika-chat-root .mchat-quantity input{border:0;border-radius:0;padding:0;min-height:42px;width:32px;max-width:32px;text-align:center;font-size:16px;font-weight:600;color:var(--mc-ink);background:#fff;box-shadow:none;appearance:textfield;-moz-appearance:textfield}
#magnetika-chat-root .mchat-quantity input::-webkit-inner-spin-button,#magnetika-chat-root .mchat-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
#magnetika-chat-root .mchat-photo-remove{position:absolute;top:3px;right:1px;width:40px;height:40px;min-height:40px;padding:12px}
#magnetika-chat-root .mchat-photo-remove svg{width:14px;height:14px}
#magnetika-chat-root .mchat-gift-nudge{grid-column:1;grid-row:2;display:flex;min-width:0;align-items:center;justify-content:space-between;gap:6px;align-self:center;margin-top:7px;padding:4px 4px 4px 7px;border-radius:9px;background:#fbf5f3;color:var(--mc-wine)}
#magnetika-chat-root .mchat-gift-nudge b{min-width:0;font-size:9.5px;line-height:1.22;font-weight:650}
#magnetika-chat-root .mchat-gift-nudge button{flex:none;min-height:28px;padding:4px 8px;border:1px solid #e4cfd3;border-radius:7px;background:#fffdf9;color:var(--mc-wine);font-size:10px;font-weight:700;white-space:nowrap}
#magnetika-chat-root .mchat-gift-nudge button:hover{background:#f3e8e7;border-color:#b78890}
#magnetika-chat-root .mchat-note{font-size:11px;color:var(--mc-muted);line-height:1.6;margin:13px 0 0}
#magnetika-chat-root .mchat-upload-item{display:flex;gap:10px;align-items:center;padding:13px 10px;border:1px solid var(--mc-line);border-radius:10px;background:white}
#magnetika-chat-root .mchat-upload-item>div{flex:1;min-width:0}
#magnetika-chat-root .mchat-upload-item b{font-size:10px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}
#magnetika-chat-root .mchat-upload-item small{font-size:10px;color:var(--mc-muted);display:block;margin-top:3px}
#magnetika-chat-root .mchat-upload-item.has-error{background:#fff3ef;border-color:#e4bcae}
#magnetika-chat-root .mchat-upload-alert{width:20px;height:20px;border:1px solid #b46750;border-radius:50%;display:grid;place-items:center;font-size:12px;color:#a44a32;font-weight:700;flex-shrink:0}
#magnetika-chat-root .mchat-orderbar{padding:13px 20px;display:flex;gap:12px;align-items:center;justify-content:space-between;border-top:1px solid var(--mc-line);background:#fffdf9;flex-shrink:0}
#magnetika-chat-root .mchat-orderbar-meta{min-width:0;flex:1}
#magnetika-chat-root .mchat-orderbar-meta>span{display:block;font-size:13px;font-weight:650}
#magnetika-chat-root .mchat-orderbar-meta>small{display:block;font-size:11px;color:var(--mc-muted);margin-top:3px}
#magnetika-chat-root .mchat-primary{display:inline-flex;align-items:center;justify-content:center;gap:11px;background:var(--mc-wine);color:#fff;border:1px solid var(--mc-wine);border-radius:10px;min-height:46px;padding:12px 16px;font-size:13px;font-weight:650;flex-shrink:0}
#magnetika-chat-root .mchat-primary:hover:not(:disabled){background:var(--mc-wine-dark)}
#magnetika-chat-root .mchat-primary svg{width:16px;height:16px}
#magnetika-chat-root .mchat-review-mark{background:#e7eddf;color:#687e53;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;margin:1px 0 18px}
#magnetika-chat-root .mchat-review-card{background:white;border:1px solid var(--mc-line);border-radius:14px;padding:18px}
#magnetika-chat-root .mchat-review-card-heading{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:650;border-bottom:1px solid var(--mc-line);padding-bottom:14px;display:flex;justify-content:space-between;align-items:center}
#magnetika-chat-root .mchat-review-card-heading svg{width:17px;height:17px;color:var(--mc-wine)}
#magnetika-chat-root .mchat-review-item{border-bottom:1px solid #f0eae3}
#magnetika-chat-root .mchat-review-line{display:flex;gap:10px;justify-content:space-between;align-items:center;padding:12px 0;font-size:12px}
#magnetika-chat-root .mchat-review-line>div{flex:1;min-width:0}
#magnetika-chat-root .mchat-review-meta{display:flex;align-items:baseline;gap:5px;min-width:0;white-space:nowrap}
#magnetika-chat-root .mchat-review-meta b{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:600}
#magnetika-chat-root .mchat-review-meta span{flex:none;color:var(--mc-muted);font-size:10px}
#magnetika-chat-root .mchat-review-line strong{font-size:12px;font-weight:550;white-space:nowrap}
#magnetika-chat-root .mchat-review-photos{margin:-2px 0 10px}
#magnetika-chat-root .mchat-review-photos>summary{display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;min-height:38px;padding:7px 10px;border:1px solid #e4d8ce;border-radius:9px;background:#fffdf9;color:var(--mc-wine);font-size:11px;font-weight:600;cursor:pointer;list-style:none}
#magnetika-chat-root .mchat-review-photos>summary::-webkit-details-marker{display:none}
#magnetika-chat-root .mchat-review-photos>summary:hover{border-color:#cbaab1;background:#f9eff0}
#magnetika-chat-root .mchat-review-photos>summary small{display:grid;place-items:center;min-width:19px;height:19px;margin:0;padding:0 5px;border-radius:10px;background:#f0e4e5;color:var(--mc-wine);font-size:10px}
#magnetika-chat-root .mchat-review-photos>summary::after{content:"+";font-size:17px;line-height:1;font-weight:400}
#magnetika-chat-root .mchat-review-photos[open]>summary::after{content:"−"}
#magnetika-chat-root .mchat-review-photos-hide{display:none}
#magnetika-chat-root .mchat-review-photos[open] .mchat-review-photos-show{display:none}
#magnetika-chat-root .mchat-review-photos[open] .mchat-review-photos-hide{display:inline}
#magnetika-chat-root .mchat-review-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;padding:10px 0 2px}
#magnetika-chat-root .mchat-review-photo-grid figure{position:relative;min-width:0;margin:0}
#magnetika-chat-root .mchat-review-photo-grid img{display:block;width:100%;aspect-ratio:1;object-fit:contain;border:1px solid var(--mc-line);border-radius:8px;background:#f4efe9}
#magnetika-chat-root .mchat-review-photo-grid figcaption{position:absolute;right:4px;bottom:4px;margin:0;padding:2px 5px;border-radius:8px;background:rgba(87,20,40,.9);color:#fff;font-size:9px;line-height:1.4}
#magnetika-chat-root .mchat-totals-row{display:flex;gap:10px;justify-content:space-between;font-size:11px;padding:9px 0;color:var(--mc-muted)}
#magnetika-chat-root .mchat-total{display:flex;gap:12px;align-items:baseline;justify-content:space-between;padding-top:16px;color:var(--mc-wine)}
#magnetika-chat-root .mchat-total>span{font-size:12px;font-weight:600}
#magnetika-chat-root .mchat-total>b{font:500 27px Georgia,serif}
#magnetika-chat-root .mchat-next{display:flex;align-items:flex-start;gap:11px;margin-top:22px;padding:0 2px}
#magnetika-chat-root .mchat-next>span{color:var(--mc-sage);padding-top:1px}
#magnetika-chat-root .mchat-next b{font-size:11px;font-weight:650}
#magnetika-chat-root .mchat-next p{font-size:11px;color:var(--mc-muted);margin:4px 0 0;line-height:1.65}
#magnetika-chat-root .mchat-notice{background:#f3eadb;padding:12px;border-radius:8px;font-size:11px;color:#786347;line-height:1.6}
#magnetika-chat-root .mchat-support-intro{margin:0 0 10px}
#magnetika-chat-root .mchat-support-intro h3{font-size:27px;margin:0}
#magnetika-chat-root .mchat-faq{border-block:1px solid var(--mc-line);padding:0;margin:0 0 16px}
#magnetika-chat-root .mchat-faq>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-size:12px;font-weight:550;color:var(--mc-muted);min-height:46px;padding:10px 0}
#magnetika-chat-root .mchat-faq>summary::-webkit-details-marker{display:none}
#magnetika-chat-root .mchat-faq>summary::after{content:"+";font-size:19px;line-height:1;font-weight:400;color:var(--mc-wine)}
#magnetika-chat-root .mchat-faq[open]>summary::after{content:"−"}
#magnetika-chat-root .mchat-quick-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-bottom:14px}
#magnetika-chat-root .mchat-quick-questions>button:not(.mchat-choice){display:flex;align-items:center;width:100%;padding:8px 10px;min-height:44px;background:white;color:var(--mc-ink);border:1px solid var(--mc-line);border-radius:8px;font-size:12px;line-height:1.3;text-align:left;max-width:100%}
#magnetika-chat-root .mchat-quick-questions>button:not(.mchat-choice):hover{border-color:#bc9690;background:#fffdf9}
#magnetika-chat-root .mchat-quick-questions>button>svg{display:none}
#magnetika-chat-root .mchat-conversation{margin-top:20px}
#magnetika-chat-root .mchat-support-next{margin-top:18px;padding-top:12px;border-top:1px solid var(--mc-line)}
#magnetika-chat-root .mchat-support-next>h3{font:600 17px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;margin:0 0 12px;color:var(--mc-ink)}
#magnetika-chat-root .mchat-support-next>.mchat-text{min-height:44px;font-size:13px;padding:8px 0}
#magnetika-chat-root .mchat-conversation-label{display:flex;align-items:center;gap:12px;font-size:10px;color:#9a8e82;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}
#magnetika-chat-root .mchat-conversation-label:before,#magnetika-chat-root .mchat-conversation-label:after{content:"";height:1px;flex:1;background:var(--mc-line)}
#magnetika-chat-root .mchat-messages{display:flex;flex-direction:column;gap:13px}
#magnetika-chat-root .mchat-message{max-width:92%;align-self:flex-start}
#magnetika-chat-root .mchat-message.is-customer{align-self:flex-end}
#magnetika-chat-root .mchat-speaker{font-size:11px;color:var(--mc-muted);display:block;margin:0 0 5px 2px}
#magnetika-chat-root .mchat-message.is-customer .mchat-speaker{text-align:right;margin-right:2px}
#magnetika-chat-root .mchat-message-bubble{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;background:#fff;border:1px solid var(--mc-line);border-radius:0 13px 13px 13px;padding:12px 14px;font-size:13px;line-height:1.55;color:var(--mc-ink)}
#magnetika-chat-root .mchat-message-bubble>p{margin:0}
#magnetika-chat-root .mchat-message-bubble>p+*,#magnetika-chat-root .mchat-message-bubble>ul+*,#magnetika-chat-root .mchat-message-bubble>*+ul{margin-top:10px}
#magnetika-chat-root .mchat-message-bubble ul{display:grid;gap:7px;margin:10px 0 0;padding:0;list-style:none;white-space:normal}
#magnetika-chat-root .mchat-message-bubble li{position:relative;padding-left:15px}
#magnetika-chat-root .mchat-message-bubble li::before{content:"";position:absolute;left:1px;top:.62em;width:5px;height:5px;border-radius:50%;background:var(--mc-wine)}
#magnetika-chat-root .mchat-message-bubble a{color:var(--mc-wine);font-weight:650;text-decoration:underline;text-underline-offset:2px}
#magnetika-chat-root .mchat-message-bubble a:hover{text-decoration-thickness:2px}
#magnetika-chat-root .mchat-message-lead{font-weight:700;font-size:14px;line-height:1.4}
#magnetika-chat-root .mchat-message-heading{display:block;margin-bottom:3px;color:var(--mc-wine);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
#magnetika-chat-root .mchat-message-next{padding:8px 10px;border-radius:8px;background:#f7edef;color:var(--mc-wine);font-weight:650;line-height:1.45}
#magnetika-chat-root .mchat-message.is-customer .mchat-message-bubble{background:#efe0e1;border-color:#efe0e1;border-radius:13px 0 13px 13px;color:#662136}
#magnetika-chat-root .mchat-message.is-operator .mchat-message-bubble{background:#edf0e7;border-color:#dce4d1}
#magnetika-chat-root .mchat-message.is-operator .mchat-speaker{color:#657b53}
#magnetika-chat-root .mchat-footer{background:#fffdf9;padding:15px 19px 12px;border-top:1px solid var(--mc-line);flex-shrink:0}
#magnetika-chat-root .mchat-composer{margin:0;display:flex;align-items:center;gap:9px;border:1px solid #e4dcd1;border-radius:12px;padding:5px 5px 5px 14px;background:white}
#magnetika-chat-root .mchat-composer:focus-within{border-color:#ac7d89;box-shadow:0 0 0 2px #7b1f350b}
#magnetika-chat-root .mchat-composer textarea{width:100%;min-height:30px;height:30px;max-height:75px;resize:none;border:0!important;box-shadow:none!important;outline:none!important;background:transparent;color:var(--mc-ink);padding:6px 0;font-size:14px;line-height:20px;margin:0;border-radius:0}
#magnetika-chat-root .mchat-composer textarea::placeholder{color:#9b8f84;opacity:1}
#magnetika-chat-root .mchat-send{width:42px;height:42px;min-height:42px;display:grid;place-items:center;border:0;border-radius:9px;background:var(--mc-wine);color:white;padding:9px;flex-shrink:0}
#magnetika-chat-root .mchat-send:hover{background:var(--mc-wine-dark)}
#magnetika-chat-root .mchat-send svg{width:17px;height:17px}
#magnetika-chat-root .mchat-privacy{font-size:10px;color:#918579;text-decoration:none}
#magnetika-chat-root .mchat-privacy:hover{color:var(--mc-wine);text-decoration:underline}
#magnetika-chat-root .mchat-storage-note{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:10px;line-height:1.4;color:#918579;margin:6px 0 0}
#magnetika-chat-root .mchat-error{background:#fff0e8;border:1px solid #e0b29d;color:#86452d;border-radius:10px;padding:12px;font-size:12px;line-height:1.6;margin-top:17px;overflow-wrap:anywhere}
#magnetika-chat-root .mchat-empty{padding:35px 9px;text-align:center;color:var(--mc-muted);font-size:12px}
#magnetika-chat-root .mchat-empty h3{font-size:27px}
#magnetika-chat-root .mchat-loading{min-height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;font-size:12px;color:var(--mc-muted)}
#magnetika-chat-root .mchat-spinner{display:inline-block;width:18px;height:18px;flex-shrink:0;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;animation:mchat-spin .85s linear infinite}
#magnetika-chat-root .mchat-loading .mchat-spinner{width:25px;height:25px;color:var(--mc-wine)}
#magnetika-chat-root .mchat-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@keyframes mchat-spin{to{transform:rotate(360deg)}}
@keyframes mchat-appear{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:600px),(max-width:1024px) and (pointer:coarse){
  #magnetika-chat-root .mchat-launcher{right:14px;bottom:calc(16px + env(safe-area-inset-bottom));min-height:53px;padding:10px 16px;gap:10px}
  #magnetika-chat-root .mchat-launcher>svg{width:23px;height:23px}
  #magnetika-chat-root .mchat-launcher>span{font-size:11px}
  #magnetika-chat-root .mchat-launcher small{font-size:9.5px}
  #magnetika-chat-root .mchat-panel{width:100%;height:100dvh;max-height:100dvh;bottom:0;right:0;border-radius:0;border:0;min-height:240px}
  #magnetika-chat-root.is-viewport-managed .mchat-panel{top:var(--mchat-viewport-top);bottom:auto;height:var(--mchat-viewport-height);max-height:var(--mchat-viewport-height);min-height:0}
  #magnetika-chat-root .mchat-header{padding:calc(14px + env(safe-area-inset-top)) 17px 14px;gap:10px}
  #magnetika-chat-root .mchat-header h2{font-size:16px}
  #magnetika-chat-root .mchat-status{font-size:9px}
  #magnetika-chat-root .mchat-home{width:40px;height:40px;min-width:40px}
  #magnetika-chat-root .mchat-shop-logo{transform:scale(.9)}
  #magnetika-chat-root .mchat-scroll{padding-inline:19px}
  #magnetika-chat-root .mchat-progress{padding:5px 13px}
  #magnetika-chat-root .mchat-workspace{padding-top:20px}
  #magnetika-chat-root .mchat-welcome{padding:8px 0 22px}
  #magnetika-chat-root .mchat-welcome h3{font-size:31px}
  #magnetika-chat-root .mchat-welcome p{font-size:14px}
  #magnetika-chat-root .mchat-welcome--photo h3{font-size:clamp(32px,10vw,40px)}
  #magnetika-chat-root .mchat-welcome--photo p{font-size:13px}
  #magnetika-chat-root .mchat-choice{padding:14px 16px;min-height:58px}
  #magnetika-chat-root .mchat-create-detail-desktop{display:none}
  #magnetika-chat-root .mchat-create-detail-mobile{display:inline;white-space:nowrap}
  #magnetika-chat-root .mchat-photo-help-desktop{display:none}
  #magnetika-chat-root .mchat-photo-help-mobile{display:inline;white-space:nowrap}
  #magnetika-chat-root .mchat-footer{padding:12px 17px calc(9px + env(safe-area-inset-bottom))}
  #magnetika-chat-root .mchat-composer textarea{font-size:16px;line-height:22px;height:36px;padding:7px 0}
  #magnetika-chat-root .mchat-composer textarea::placeholder{font-size:12px;line-height:22px}
  #magnetika-chat-root .mchat-orderbar{padding:12px 17px calc(12px + env(safe-area-inset-bottom))}
  #magnetika-chat-root .mchat-view-switch{padding:7px 17px}
  #magnetika-chat-root .mchat-change-size select{font-size:16px}
}
/* Keep both entry points within easy reach on shorter phones and laptop windows. */
@media(max-height:740px){
  #magnetika-chat-root .mchat-welcome--photo{padding-top:0;padding-bottom:18px}
  #magnetika-chat-root .mchat-welcome-art{height:98px;margin:8px auto 12px;transform:scale(.85);transform-origin:center top}
  #magnetika-chat-root .mchat-welcome--photo h3{font-size:34px;margin-bottom:12px}
  #magnetika-chat-root .mchat-welcome-actions .mchat-choice{min-height:74px;padding-block:13px}
}
/* While typing, give the conversation the space used by secondary order controls. */
#magnetika-chat-root.is-keyboard-open .mchat-header{padding:9px 14px}
#magnetika-chat-root.is-keyboard-open .mchat-home{width:32px;height:32px;min-width:32px;border-radius:9px}
#magnetika-chat-root.is-keyboard-open .mchat-shop-logo{transform:scale(.72)}
#magnetika-chat-root.is-keyboard-open .mchat-header h2{font-size:15px}
#magnetika-chat-root.is-keyboard-open .mchat-status{display:none}
#magnetika-chat-root.is-keyboard-open .mchat-support-next,#magnetika-chat-root.is-keyboard-open .mchat-view-switch,#magnetika-chat-root.is-keyboard-open .mchat-support-intro,#magnetika-chat-root.is-keyboard-open .mchat-faq,#magnetika-chat-root.is-keyboard-open .mchat-progress,#magnetika-chat-root.is-keyboard-open .mchat-orderbar,#magnetika-chat-root.is-keyboard-open .mchat-storage-note{display:none}
#magnetika-chat-root.is-keyboard-open .mchat-footer{padding:8px 12px}
#magnetika-chat-root.is-keyboard-open .mchat-composer textarea{font-size:16px;line-height:22px;height:36px;padding:7px 0}
/* The theme also shows its sticky buy bar on the home page after scrolling. */
@media(max-width:360px){#magnetika-chat-root .mchat-progress{padding-inline:10px}#magnetika-chat-root .mchat-progress>button{font-size:10px;gap:5px;padding-inline:4px}#magnetika-chat-root .mchat-scroll{padding-inline:15px}#magnetika-chat-root .mchat-header h2{font-size:14px}#magnetika-chat-root .mchat-orderbar-meta>small{font-size:10px}#magnetika-chat-root .mchat-primary{font-size:12px;padding:11px;gap:6px}#magnetika-chat-root .mchat-product>img,#magnetika-chat-root .mchat-product-placeholder{width:60px;flex-basis:60px;height:72px}#magnetika-chat-root .mchat-product{padding:10px;gap:10px}#magnetika-chat-root .mchat-size{flex-wrap:wrap}#magnetika-chat-root .mchat-photo-heading{gap:10px}#magnetika-chat-root .mchat-photo-heading h3{font-size:24px}#magnetika-chat-root .mchat-add-group{width:120px}}
@media(max-width:600px){
  #magnetika-chat-root .mchat-products{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px}
  #magnetika-chat-root .mchat-product{min-width:0;display:flex;flex-direction:column;align-items:stretch;padding:0;gap:0}
  #magnetika-chat-root .mchat-product>img,#magnetika-chat-root .mchat-product-placeholder{display:grid;place-items:center;width:100%;height:auto;aspect-ratio:2/1;flex:0 0 auto;align-self:stretch;object-fit:cover;object-position:center;border-radius:0}
  #magnetika-chat-root .mchat-product-copy{display:flex;flex:1;flex-direction:column;min-width:0;padding:10px}
  #magnetika-chat-root .mchat-product h4{min-height:2.5em;margin:0;font-size:13px;line-height:1.25}
  #magnetika-chat-root .mchat-size-options{margin-top:auto;padding-top:10px}
  #magnetika-chat-root .mchat-size{min-width:0;flex-wrap:nowrap;padding:8px 9px;background:#f9eff0;border-color:#ddcfd0;color:var(--mc-wine)}
  #magnetika-chat-root .mchat-size:hover{background:#f3e2e5}
  #magnetika-chat-root .mchat-size b{font-size:12px;font-weight:700}
  #magnetika-chat-root .mchat-size span{font-size:10px;white-space:nowrap}
  #magnetika-chat-root .mchat-size svg{display:none}
  #magnetika-chat-root .mchat-size-help{grid-template-columns:36px minmax(0,1fr);width:calc(100% - 20px);min-height:0;margin:12px auto 0;padding:10px 11px}
  #magnetika-chat-root .mchat-size-help-icon{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){#magnetika-chat-root *,#magnetika-chat-root *::before,#magnetika-chat-root *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
#magnetika-chat-root .mchat-payment-link{display:flex;gap:12px;align-items:center;justify-content:center;min-height:48px;background:var(--mc-wine);color:#fff;text-decoration:none;border-radius:10px;font-size:13px;font-weight:650;margin-bottom:12px;padding:12px}
#magnetika-chat-root .mchat-receipt-link{display:block;text-align:center;font-size:12px;margin:18px 0 24px}
#magnetika-chat-root .mchat-single-note{display:flex;align-items:flex-start;gap:9px;padding:12px;background:#edf0e7;border:1px solid #dce4d1;border-radius:10px;color:#5c7151;font-size:12px;margin-bottom:15px}
#magnetika-chat-root .mchat-single-note svg{width:16px;height:16px;margin-top:2px}
#magnetika-chat-root .mchat-workspace[aria-busy="true"]{opacity:.65}
