/* GOCCE Core v2.0.3 — support UI; existing header/menu is untouched. */
#gocce-core-support{--gcs-ink:#171411;--gcs-soft:#f7f3ef;--gcs-line:#e6dfd8;--gcs-cognac:#7d4b31;--gcs-cognac-2:#aa6d47;font-family:Arial,Helvetica,sans-serif;position:fixed;z-index:2147482600;right:20px;bottom:20px;pointer-events:none}
#gocce-core-support *{box-sizing:border-box}
#gocce-core-support button,#gocce-core-support a,#gocce-core-support input{font:inherit}
.gcs-launcher{pointer-events:auto;appearance:none;border:1px solid rgba(25,17,13,.10);background:#fff;color:#181512;min-width:124px;height:54px;border-radius:999px;padding:0 17px 0 10px;display:flex;align-items:center;gap:10px;box-shadow:0 15px 38px rgba(30,18,11,.18);cursor:pointer;font-weight:800;font-size:14px;transition:transform .22s ease,box-shadow .22s ease}
.gcs-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(30,18,11,.23)}
.gcs-launcher-mark{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f5efe9;overflow:hidden;position:relative;flex:0 0 34px}.gcs-launcher-mark img{width:100%;height:100%;object-fit:cover}.gcs-launcher-mark b{font-size:15px}.gcs-online{width:9px;height:9px;border-radius:50%;background:#28b56d;box-shadow:0 0 0 3px #fff;position:absolute;right:2px;bottom:3px}
.gcs-panel{pointer-events:auto;position:absolute;right:0;bottom:66px;width:min(620px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 110px));display:flex;flex-direction:column;border:1px solid rgba(35,22,15,.10);border-radius:28px;background:rgba(255,255,255,.985);box-shadow:0 28px 80px rgba(30,18,11,.23);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.985);transform-origin:bottom right;transition:opacity .22s ease,transform .28s cubic-bezier(.16,1,.3,1),visibility .22s ease}
.gcs-panel.is-open{opacity:1;visibility:visible;transform:none}
.gcs-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid var(--gcs-line);background:linear-gradient(135deg,#fff 0%,#f8f2ec 100%)}
.gcs-title{min-width:0}.gcs-title strong{display:block;font-size:17px;letter-spacing:-.02em}.gcs-title span{display:block;color:#746c66;font-size:12px;margin-top:3px}
.gcs-top-actions{display:flex;align-items:center;gap:8px}.gcs-account{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#171411;color:#fff!important;text-decoration:none;font-size:12px;font-weight:800}.gcs-icon-btn{appearance:none;width:38px;height:38px;border:1px solid var(--gcs-line);border-radius:50%;background:#fff;color:#171411;display:grid;place-items:center;cursor:pointer;font-size:20px;line-height:1}
.gcs-promos{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 18px 0}.gcs-promo{display:block;position:relative;min-height:84px;border:1px solid var(--gcs-line);border-radius:18px;padding:13px 14px;background:linear-gradient(135deg,#f7efe7,#fff);color:var(--gcs-ink)!important;text-decoration:none;overflow:hidden}.gcs-promo:nth-child(2){background:linear-gradient(135deg,#efe8df,#fbfaf8)}.gcs-promo small{display:block;color:#9c6342;font-size:10px;font-weight:900;letter-spacing:.08em}.gcs-promo b{display:block;margin-top:5px;font-size:13px;line-height:1.25;max-width:85%}.gcs-promo::after{content:'→';position:absolute;right:13px;bottom:10px;font-size:18px;color:#9c6342}
.gcs-chat{overflow:auto;padding:16px 18px 4px;scrollbar-width:thin;overscroll-behavior:contain}.gcs-message{max-width:82%;padding:11px 13px;border-radius:16px;margin:0 0 9px;font-size:13px;line-height:1.5}.gcs-message.bot{background:#f5f1ed;color:#28231f;border-bottom-left-radius:5px}.gcs-message.user{margin-left:auto;background:#1c1815;color:#fff;border-bottom-right-radius:5px}.gcs-message a{color:inherit;font-weight:800;text-decoration:underline;text-underline-offset:2px}
.gcs-quick{display:flex;flex-wrap:wrap;gap:7px;padding:8px 18px 12px}.gcs-chip{appearance:none;border:1px solid #ddd5cd;border-radius:999px;background:#fff;color:#302a26;padding:8px 12px;cursor:pointer;font-size:12px;line-height:1.1;transition:border-color .18s ease,background .18s ease,transform .18s ease}.gcs-chip:hover{border-color:#a96e49;background:#fbf6f1;transform:translateY(-1px)}
.gcs-input-wrap{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid var(--gcs-line);background:#fff}.gcs-input{flex:1;min-width:0;height:48px;border:1px solid #d8d0c9;border-radius:999px;padding:0 17px;outline:none;color:#171411;background:#fff}.gcs-input:focus{border-color:#9d6443;box-shadow:0 0 0 3px rgba(157,100,67,.10)}.gcs-send{appearance:none;width:48px;height:48px;border:0;border-radius:50%;background:#171411;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:19px}.gcs-note{padding:0 18px 13px;color:#958c85;font-size:10px;line-height:1.4}
body.single-product #gocce-core-support{bottom:88px}

@media(max-width:760px){
  #gocce-core-support{right:10px;bottom:88px}
  body.single-product #gocce-core-support{bottom:104px}
  .gcs-launcher{min-width:108px;height:50px;padding-right:14px}.gcs-launcher-mark{width:32px;height:32px;flex-basis:32px}
  .gcs-panel{right:0;bottom:62px;width:calc(100vw - 20px);max-height:calc(100vh - 155px);border-radius:22px}
  .gcs-top{padding:14px 14px 12px}.gcs-title strong{font-size:15px}.gcs-title span{font-size:11px}.gcs-account{min-height:34px;padding:0 11px;font-size:11px}.gcs-icon-btn{width:34px;height:34px}
  .gcs-promos{padding:11px 12px 0;gap:8px}.gcs-promo{min-height:75px;padding:11px}.gcs-promo b{font-size:12px}
  .gcs-chat{padding:13px 12px 3px}.gcs-quick{padding:7px 12px 10px;gap:6px}.gcs-chip{padding:7px 10px;font-size:11px}.gcs-input-wrap{padding:10px 11px 12px}.gcs-input{height:44px}.gcs-send{width:44px;height:44px}
}
@media(prefers-reduced-motion:reduce){.gcs-launcher,.gcs-panel,.gcs-chip,.gocce-menu-icon-pro>span{transition:none!important}}

/* GOCCE Core v2.0.3 — one support launcher, Auto/Live tabs, legacy live chat mounted inside the same panel. */
.gcs-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:12px 18px 0;padding:4px;border:1px solid var(--gcs-line);border-radius:999px;background:#f4f0ec;flex:0 0 auto}
.gcs-mode{appearance:none;border:0;border-radius:999px;background:transparent;color:#6d655f;min-height:38px;padding:0 14px;cursor:pointer;font-size:12px;font-weight:900;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.gcs-mode.is-active{background:#171411;color:#fff;box-shadow:0 5px 16px rgba(31,20,14,.14)}
.gcs-pane{display:none;min-height:0;flex:1;overflow:hidden}.gcs-pane.is-active{display:flex;flex-direction:column}.gcs-pane-auto .gcs-chat{flex:1;min-height:105px}
.gcs-pane-live{padding:12px 18px 16px;background:#faf8f6}.gcs-live-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 10px;flex:0 0 auto}.gcs-live-intro strong{font-size:13px;color:#1c1815}.gcs-live-intro span{max-width:360px;color:#817871;font-size:10px;line-height:1.35;text-align:right}
.gcs-live-host{position:relative;flex:1;min-height:430px;overflow:hidden;border:1px solid #e3dcd6;border-radius:19px;background:#f5f2ef}
.gcs-live-loading{position:absolute;inset:0;display:grid;place-items:center;color:#857d76;font-size:12px}.gcs-live-fallback{margin-top:10px;border-radius:14px;background:#f3eee9;padding:11px 13px;color:#6f675f;font-size:11px;line-height:1.45}.gcs-live-fallback a{color:#171411;font-weight:800}
.gcs-live-host>.gcs-live-mounted{position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:1!important;display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:430px!important;max-height:none!important;margin:0!important;transform:none!important;translate:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;border-radius:18px!important;box-shadow:none!important}
.gcs-live-mounted [style*="position: fixed"]{max-width:100%}
@media(max-width:760px){.gcs-mode-switch{margin:9px 12px 0}.gcs-mode{min-height:36px;font-size:11px}.gcs-pane-live{padding:10px 12px 12px}.gcs-live-intro{display:block}.gcs-live-intro span{display:block;margin-top:3px;max-width:none;text-align:left}.gcs-live-host{min-height:360px}.gcs-live-host>.gcs-live-mounted{min-height:360px!important}}

/* v2.0.4 — Siparişlerim görünürlüğü */
.gcs-orders-shortcut{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid #d8cfc7;border-radius:999px;background:#fff;color:#171411!important;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}.gcs-orders-shortcut:hover{background:#f7f1eb;border-color:#aa7655}
.gocce-core-orders-menu-item>a{font-weight:850!important}.gocce-core-orders-menu-item>a::after{content:'Sipariş';display:inline-flex;align-items:center;justify-content:center;margin-left:7px;padding:2px 6px;border-radius:999px;background:#f1e8df;color:#7d4b31;font-size:8px;font-weight:900;letter-spacing:.05em;vertical-align:middle}
@media(max-width:760px){.gcs-top-actions{gap:5px}.gcs-orders-shortcut{min-height:34px;padding:0 9px;font-size:10px}.gcs-account{padding:0 9px!important}.gocce-core-orders-menu-item>a::after{font-size:7px}}
