:root{
  --ra-navy:#112B4A;
  --ra-gold:#B08D57;
  --ra-cream:#F6F2E9;
  --ra-bg:rgba(255,255,255,.94);
}
.mubel-ra-launcher{position:fixed;right:22px;bottom:84px;z-index:99950;display:flex;align-items:center;gap:10px;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;touch-action:none}
.mubel-ra-launcher[data-pos="left-bottom"]{left:22px;right:auto}.mubel-ra-launcher[data-pos="right-middle"]{top:50%;bottom:auto;transform:translateY(-50%)}.mubel-ra-launcher[data-pos="left-middle"]{left:22px;right:auto;top:50%;bottom:auto;transform:translateY(-50%)}
.mubel-ra-bubble{max-width:210px;padding:10px 12px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(17,43,74,.12);box-shadow:0 14px 34px rgba(17,43,74,.16);font-size:13px;color:#13273d;line-height:1.28;backdrop-filter:blur(10px)}
.mubel-ra-btn{width:72px;height:72px;border:0;border-radius:50%;cursor:pointer;display:grid;place-items:center;position:relative;background:linear-gradient(135deg,var(--ra-navy),var(--ra-gold),#fff2c9);box-shadow:0 18px 45px rgba(17,43,74,.28),0 0 0 6px rgba(176,141,87,.13);transition:transform .18s ease,box-shadow .18s ease;isolation:isolate}.mubel-ra-btn:hover{transform:translateY(-2px) scale(1.03)}.mubel-ra-btn:active{transform:scale(.96)}
.mubel-ra-btn::before{content:"";position:absolute;inset:-8px;border-radius:50%;background:conic-gradient(from 20deg,rgba(176,141,87,.05),rgba(176,141,87,.55),rgba(17,43,74,.45),rgba(246,242,233,.7),rgba(176,141,87,.05));animation:mubelRaSpin 7s linear infinite;z-index:-2}.mubel-ra-btn::after{content:"";position:absolute;inset:5px;border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.95),rgba(246,242,233,.5) 38%,rgba(17,43,74,.85) 100%);z-index:-1}
.mubel-ra-emoji{font-size:32px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.25));animation:mubelRaPulse 2.2s ease-in-out infinite}.mubel-ra-miniwave{position:absolute;bottom:13px;display:flex;gap:3px}.mubel-ra-miniwave i{width:3px;height:8px;border-radius:99px;background:#fff;opacity:.88;animation:mubelRaWave 1.1s ease-in-out infinite}.mubel-ra-miniwave i:nth-child(2){animation-delay:.12s}.mubel-ra-miniwave i:nth-child(3){animation-delay:.24s}.mubel-ra-miniwave i:nth-child(4){animation-delay:.36s}
@keyframes mubelRaSpin{to{transform:rotate(360deg)}}@keyframes mubelRaPulse{50%{transform:scale(1.07)}}@keyframes mubelRaWave{0%,100%{height:6px}50%{height:15px}}
.mubel-ra-panel{position:fixed;right:20px;bottom:28px;width:min(410px,calc(100vw - 28px));height:min(720px,calc(100vh - 42px));z-index:99960;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,242,233,.94));box-shadow:0 28px 70px rgba(17,43,74,.28);border:1px solid rgba(176,141,87,.28);overflow:hidden;display:none;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#112B4A}.mubel-ra-panel.open{display:flex;flex-direction:column;animation:mubelRaPop .22s ease-out}@keyframes mubelRaPop{from{transform:translateY(18px) scale(.96);opacity:.2}to{transform:none;opacity:1}}
.mubel-ra-head{padding:14px 16px;background:linear-gradient(135deg,#112B4A,#1b426b 55%,#B08D57);color:white;display:flex;align-items:center;gap:12px}.mubel-ra-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);font-size:25px}.mubel-ra-title{flex:1}.mubel-ra-title strong{display:block;font-size:15px}.mubel-ra-title span{display:block;font-size:12px;opacity:.84}.mubel-ra-close,.mubel-ra-min{border:0;border-radius:999px;width:34px;height:34px;background:rgba(255,255,255,.15);color:white;cursor:pointer;font-size:18px}
.mubel-ra-status{padding:8px 14px;font-size:12px;color:#476174;background:rgba(17,43,74,.04);border-bottom:1px solid rgba(17,43,74,.08)}.mubel-ra-body{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.mubel-ra-msg{padding:10px 12px;border-radius:18px;max-width:88%;font-size:14px;line-height:1.35}.mubel-ra-msg.bot{align-self:flex-start;background:white;border:1px solid rgba(17,43,74,.08);box-shadow:0 8px 22px rgba(17,43,74,.06)}.mubel-ra-msg.user{align-self:flex-end;background:linear-gradient(135deg,#112B4A,#1b426b);color:#fff}.mubel-ra-warn{font-size:11px;padding:8px 10px;border-radius:14px;background:rgba(176,141,87,.12);color:#6d522d;border:1px solid rgba(176,141,87,.22)}
.mubel-ra-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 12px;border-top:1px solid rgba(17,43,74,.08);background:rgba(255,255,255,.78)}.mubel-ra-actions button{border:0;border-radius:16px;padding:10px 8px;background:linear-gradient(135deg,rgba(17,43,74,.10),rgba(176,141,87,.18));color:#112B4A;font-weight:700;cursor:pointer}.mubel-ra-inputbar{display:flex;gap:8px;padding:10px 12px 14px;background:white}.mubel-ra-inputbar input{flex:1;border:1px solid rgba(17,43,74,.14);border-radius:18px;padding:12px 13px;font-size:14px}.mubel-ra-inputbar button{border:0;border-radius:18px;background:#112B4A;color:#fff;padding:0 14px;cursor:pointer;font-weight:700}
.mubel-ra-keypad{display:none;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 12px;background:rgba(246,242,233,.95)}.mubel-ra-keypad.open{display:grid}.mubel-ra-keypad button{height:44px;border:0;border-radius:15px;background:#fff;box-shadow:0 5px 13px rgba(17,43,74,.09);font-weight:800;color:#112B4A;cursor:pointer}.mubel-ra-products{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 8px}.mubel-ra-product{min-width:245px;scroll-snap-align:start;background:white;border:1px solid rgba(17,43,74,.08);border-radius:20px;padding:12px;box-shadow:0 12px 26px rgba(17,43,74,.08)}.mubel-ra-product strong{display:block;font-size:14px;margin-bottom:5px}.mubel-ra-product small{display:block;color:#64748b}.mubel-ra-product .row{display:flex;justify-content:space-between;gap:8px;margin:8px 0;font-size:13px}.mubel-ra-product button{width:100%;border:0;border-radius:14px;padding:10px;margin-top:6px;background:linear-gradient(135deg,#112B4A,#B08D57);color:white;font-weight:800;cursor:pointer}.mubel-ra-summary{background:rgba(17,43,74,.04);border:1px dashed rgba(17,43,74,.18);border-radius:18px;padding:10px;font-size:13px}.mubel-ra-summary ul{margin:6px 0 0 18px;padding:0}
@media(max-width:640px){.mubel-ra-launcher{right:14px;bottom:72px}.mubel-ra-btn{width:64px;height:64px}.mubel-ra-bubble{display:none}.mubel-ra-panel{right:8px;left:8px;bottom:8px;width:auto;height:calc(100vh - 16px);border-radius:28px}.mubel-ra-actions{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){.mubel-ra-btn::before,.mubel-ra-emoji,.mubel-ra-miniwave i{animation:none!important}}



/* FAZ02F - Menü/Formlar/Onay iyileştirmeleri */
.mubel-ra-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}
.mubel-ra-menu-grid button,.mubel-ra-form-list button,.mubel-ra-card-actions button,.mubel-ra-confirm button{border:0;border-radius:12px;padding:9px 10px;background:linear-gradient(135deg,var(--ra-navy),var(--ra-gold));color:#fff;font-weight:800;cursor:pointer}
.mubel-ra-form-list{display:flex;flex-direction:column;gap:7px;margin-top:10px}
.mubel-ra-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}
.mubel-ra-confirm{border:1px solid rgba(176,141,87,.28);background:rgba(246,242,233,.80);border-radius:14px;padding:10px;margin-top:10px;display:flex;flex-direction:column;gap:8px}
.mubel-ra-keyhint{grid-column:1/-1;font-size:11px;line-height:1.25;color:#112B4A;background:rgba(246,242,233,.88);border-radius:12px;padding:7px;margin-bottom:4px}
@media(max-width:520px){.mubel-ra-menu-grid{grid-template-columns:1fr}.mubel-ra-confirm button{width:100%}}

/* FAZ02L - Form bilgilendirme, seçenek/suggest ve kaydırma iyileştirmeleri */
.mubel-ra-field-info,.mubel-ra-form-intro{background:linear-gradient(135deg,rgba(246,242,233,.92),rgba(255,255,255,.94));border:1px solid rgba(176,141,87,.24);border-radius:16px;padding:10px 12px;font-size:12px;color:#334155;line-height:1.35;box-shadow:0 8px 18px rgba(17,43,74,.06)}
.mubel-ra-field-info strong,.mubel-ra-form-intro strong{display:block;color:#112B4A;margin-bottom:5px}.mubel-ra-doc-note{margin:8px 0;padding:8px;border-radius:12px;background:rgba(255,255,255,.72);border:1px dashed rgba(17,43,74,.15);white-space:pre-wrap}.mubel-ra-form-intro details{margin-top:6px}.mubel-ra-form-intro summary{cursor:pointer;font-weight:800;color:#112B4A}.mubel-ra-option-grid{display:grid;grid-template-columns:1fr;gap:7px;margin-top:8px}.mubel-ra-option-grid button{border:0;border-radius:13px;padding:9px 10px;background:linear-gradient(135deg,rgba(17,43,74,.09),rgba(176,141,87,.18));color:#112B4A;font-weight:800;cursor:pointer;text-align:left}.mubel-ra-option-grid button.selected{background:linear-gradient(135deg,#112B4A,#B08D57);color:#fff}.mubel-ra-option-save{width:100%;margin-top:8px;border:0;border-radius:13px;padding:10px;background:#112B4A;color:#fff;font-weight:900}.mubel-ra-swipe-hint{font-size:11px;color:#475569;background:rgba(17,43,74,.05);border:1px solid rgba(17,43,74,.08);border-radius:14px;padding:8px 10px}.mubel-ra-products{scrollbar-width:thin}.mubel-ra-product{max-height:310px;overflow:auto}.mubel-ra-product:after{content:'↔';float:right;color:#B08D57;font-weight:900}


/* FAZ02M - küçük telefon ekranı + görünür ürün kartları + PDF linki */
.mubel-ra-panel{height:min(660px,calc(100vh - 84px));bottom:22px}
.mubel-ra-body{padding-bottom:10px}
.mubel-ra-product-results{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,242,233,.82));border-style:solid}
.mubel-ra-products{display:grid;grid-template-columns:1fr;gap:10px;overflow-y:auto;overflow-x:hidden;scroll-snap-type:none;max-height:360px;padding:8px 2px 10px}
.mubel-ra-product{position:relative;min-width:0;width:auto;max-height:none;overflow:visible;background:#fff;border:1px solid rgba(17,43,74,.12);box-shadow:0 10px 24px rgba(17,43,74,.09)}
.mubel-ra-product:after{content:none}
.mubel-ra-product-no{position:absolute;right:12px;top:10px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#112B4A,#B08D57);color:white;font-weight:900;font-size:12px}
.mubel-ra-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.mubel-ra-card-actions button{margin:0}
.mubel-ra-print-link{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:10px 12px;text-decoration:none;background:linear-gradient(135deg,#112B4A,#B08D57);color:#fff;font-weight:900;margin:6px 0}
@media(min-width:520px){.mubel-ra-products{grid-template-columns:repeat(2,minmax(0,1fr));max-height:330px}}
@media(max-width:640px){.mubel-ra-panel{bottom:12px;height:calc(100vh - 74px);border-radius:24px}.mubel-ra-head{padding:11px 13px}.mubel-ra-avatar{width:42px;height:42px}.mubel-ra-products{max-height:330px}}
