:root{color-scheme:light;--forest950:#08281d;--forest900:#123c2b;--forest800:#18503a;--forest700:#226a49;--leaf:#56a83e;--leaf3:#a9d58b;--lime:#d9edb8;--lime1:#edf6dc;--cream:#fffdf7;--cream1:#f7f3e9;--ink:#17241c;--muted:#68746d;--soft:#8a948d;--white:#fff;--danger:#c24f3d;--line:rgba(18,60,43,.13);--line2:rgba(18,60,43,.22);--shadow:0 24px 64px rgba(8,40,29,.16)}
*{box-sizing:border-box}[hidden]{display:none!important}html{min-width:320px;background:var(--cream);scroll-behavior:smooth}body{min-height:100vh;margin:0;background:radial-gradient(circle at 82% 16%,rgba(217,237,184,.18),transparent 24%),var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{display:block}i{font-style:normal}.app-header{position:sticky;z-index:30;top:0;border-bottom:1px solid var(--line);background:rgba(255,253,247,.95);box-shadow:0 4px 22px rgba(8,40,29,.035);backdrop-filter:blur(20px)}
.header-main{display:grid;grid-template-columns:minmax(175px,.7fr) minmax(320px,1.45fr) minmax(250px,.8fr);align-items:center;min-height:78px;gap:clamp(20px,4vw,64px);padding:10px clamp(24px,4.5vw,72px)}.app-brand{display:inline-flex;width:fit-content}.app-brand img{display:block;width:154px;height:48px;object-fit:contain;object-position:left}.global-search{display:flex;height:46px;align-items:center;gap:11px;padding:0 12px 0 16px;border:1px solid var(--line2);border-radius:14px;background:rgba(255,255,255,.78);transition:.18s}.global-search:focus-within{border-color:rgba(86,168,62,.66);background:#fff;box-shadow:0 0 0 4px rgba(86,168,62,.1)}.global-search svg{width:19px;height:19px;flex:none;fill:none;stroke:var(--forest700);stroke-linecap:round;stroke-width:1.8}.global-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.global-search input::placeholder{color:#89928c}.global-search kbd{display:inline-flex;min-width:38px;height:25px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;background:var(--cream1);color:var(--muted);font-family:inherit;font-size:9px;font-weight:760}
.account-area{position:relative;justify-self:end}.account-trigger{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-width:238px;max-width:330px;gap:11px;padding:6px 5px 6px 7px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--forest900);text-align:left;transition:.18s}.account-trigger:hover,.account-trigger[aria-expanded=true]{border-color:var(--line);background:rgba(255,255,255,.72)}.account-avatar{display:grid;width:43px;height:43px;place-items:center;border:1px solid rgba(18,60,43,.28);border-radius:50%;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.58),transparent 35%),var(--lime);color:var(--forest900);font-family:Georgia,serif;font-size:14px;font-weight:800;letter-spacing:.04em;box-shadow:inset 0 0 0 4px rgba(255,255,255,.42)}.account-avatar.small{width:38px;height:38px;font-size:12px}.account-copy{min-width:0}.account-copy strong,.account-copy small,.account-menu-heading strong,.account-menu-heading small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy strong{font-size:13px;font-weight:780}.account-copy small{margin-top:3px;color:var(--muted);font-size:9px;font-weight:650}.account-chevron{width:18px;height:18px;margin:0 7px;fill:none;stroke:var(--forest700);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:.18s}.account-trigger[aria-expanded=true] .account-chevron{transform:rotate(180deg)}
.account-menu{position:absolute;top:calc(100% + 12px);right:0;width:282px;padding:8px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:var(--shadow);animation:menu-in .16s ease-out}@keyframes menu-in{from{opacity:0;transform:translateY(-7px) scale(.98)}}.account-menu:before{position:absolute;top:-7px;right:26px;width:12px;height:12px;border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff;content:"";transform:rotate(45deg)}.account-menu-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:6px;padding:10px;border-bottom:1px solid var(--line)}.account-menu-heading strong{color:var(--forest900);font-size:12px}.account-menu-heading small{margin-top:3px;color:var(--muted);font-size:9px}.account-menu-links{display:grid;gap:2px}.account-menu a,.signout-button{display:flex;width:100%;min-height:43px;align-items:center;gap:11px;padding:7px 10px;border:0;border-radius:10px;background:transparent;color:#34463b;font-size:11px;font-weight:720;text-align:left;transition:.15s}.account-menu a:hover{background:var(--lime1);color:var(--forest900)}.menu-icon{display:grid;width:28px;height:28px;flex:none;place-items:center;border:1px solid rgba(86,168,62,.16);border-radius:8px;background:rgba(217,237,184,.36);color:var(--forest700)}.menu-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.signout-button{margin-top:6px;border-top:1px solid var(--line);border-radius:0 0 10px 10px;color:var(--danger)}.signout-button .menu-icon{border-color:rgba(194,79,61,.13);background:rgba(194,79,61,.07);color:var(--danger)}.signout-button:hover{background:rgba(194,79,61,.07)}
.service-nav{display:flex;min-height:74px;align-items:stretch;justify-content:center;gap:clamp(10px,2.5vw,42px);padding:0 clamp(20px,4.5vw,72px);border-top:1px solid rgba(18,60,43,.08)}.service-tab{position:relative;display:grid;min-width:132px;grid-template-rows:31px auto;align-content:center;justify-items:center;gap:2px;padding:8px 16px 10px;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:760;transition:.18s}.service-tab:after{position:absolute;right:15%;bottom:-1px;left:15%;height:3px;border-radius:3px 3px 0 0;background:var(--leaf);content:"";transform:scaleX(0);transition:.18s}.service-tab:hover,.service-tab.active{color:var(--forest900)}.service-tab.active:after{transform:scaleX(1)}.service-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;color:var(--forest700);transition:.18s}.service-tab:hover .service-icon,.service-tab.active .service-icon{background:var(--lime1);transform:translateY(-1px)}.service-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.nav-status{position:absolute;top:8px;left:calc(50% + 20px);color:var(--leaf);font-size:7px;font-weight:850;text-transform:uppercase}.service-tab.locked{color:#8f9791}.service-tab.locked .service-icon{color:#778078}.beta-label{position:absolute;top:7px;left:calc(50% + 16px);padding:2px 5px;border:1px solid rgba(194,79,61,.72);border-radius:4px;color:var(--danger);font-size:7px;font-weight:900;letter-spacing:.1em}
.app-main{min-height:calc(100vh - 230px)}.module-view{min-height:660px}.shop-layout{display:grid;grid-template-columns:274px minmax(0,1fr);min-height:710px}.filter-sidebar{padding:32px 22px 48px clamp(24px,4.5vw,72px);border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(247,243,233,.72),rgba(255,253,247,.55))}.filter-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:24px}.filter-heading>div>span{color:var(--leaf);font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.filter-heading h1{margin:5px 0 0;color:var(--forest950);font-family:Georgia,serif;font-size:24px;font-weight:600;letter-spacing:-.025em}.filter-heading>button{padding:4px 0;border:0;border-bottom:1px solid rgba(18,60,43,.28);background:transparent;color:var(--muted);font-size:8px;font-weight:760}.category-stack{display:grid;gap:5px}.category-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:48px;gap:10px;padding:6px 9px;border:1px solid transparent;border-radius:12px;background:transparent;color:#516058;font-size:10px;font-weight:720;text-align:left;transition:.16s}.category-item:hover{background:rgba(255,255,255,.72);color:var(--forest900);transform:translateX(2px)}.category-item.active{border-color:rgba(86,168,62,.24);background:#fff;color:var(--forest900);box-shadow:0 8px 22px rgba(8,40,29,.06)}.category-item i{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;background:rgba(217,237,184,.38);color:var(--forest700)}.category-item.active i{background:var(--forest900);color:#fff}.category-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.category-item small{color:var(--soft);font-size:8px}.category-item.more{margin-top:2px;border-top:1px solid var(--line);border-radius:0 0 12px 12px}
.filter-group{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.filter-group-title{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:var(--forest900);font-size:10px;font-weight:800}.filter-group-title b{font-size:17px;font-weight:500;transition:.18s}.filter-group-title[aria-expanded=false] b{transform:rotate(-90deg)}.filter-options{display:grid;gap:12px;margin-top:15px}.filter-options label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;color:var(--muted);cursor:pointer;font-size:9px;font-weight:650}.filter-options input{width:15px;height:15px;margin:0;accent-color:var(--forest800)}.filter-options span{color:var(--soft);font-size:8px}
.shop-content{min-width:0;padding:36px clamp(28px,5vw,84px) 70px}.shop-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;padding-bottom:25px;border-bottom:1px solid var(--line)}.breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:var(--soft);font-size:8px;font-weight:650}.breadcrumb b{color:var(--leaf)}.shop-toolbar h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(29px,3vw,43px);font-weight:500;letter-spacing:-.045em;line-height:1}.shop-toolbar p{margin:10px 0 0;color:var(--muted);font-size:11px}.toolbar-actions{display:flex;flex:none;align-items:center;gap:13px;color:var(--muted);font-size:9px;font-weight:750}.toolbar-actions button{display:flex;min-height:38px;align-items:center;gap:24px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:9px;font-weight:700;cursor:not-allowed;opacity:.72}.empty-market{display:flex;min-height:520px;align-items:center;flex-direction:column;justify-content:center;padding:55px 24px 30px;text-align:center}.empty-art{position:relative;display:grid;width:142px;height:142px;margin-bottom:25px;place-items:center;border-radius:50%;background:rgba(237,246,220,.72)}.empty-art:after{position:absolute;inset:11px;border:1px dashed rgba(86,168,62,.34);border-radius:50%;content:""}.empty-art>span{position:absolute;top:19px;right:9px;z-index:2;width:14px;height:14px;border:4px solid var(--leaf);border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(8,40,29,.1)}.empty-art svg{position:relative;z-index:1;width:92px;height:92px}.empty-art .basket,.empty-art .leaf-line{fill:none;stroke:var(--forest700);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.empty-art .leaf{fill:#73b95a}.empty-art .pale{fill:var(--leaf3)}.empty-eyebrow{color:var(--leaf);font-size:9px;font-weight:880;letter-spacing:.15em;text-transform:uppercase}.empty-market h3{max-width:620px;margin:11px 0 10px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(28px,3.2vw,42px);font-weight:500;letter-spacing:-.04em;line-height:1.05}.empty-market>p{max-width:600px;margin:0;color:var(--muted);font-size:11px;line-height:1.75}.empty-note{display:flex;max-width:570px;align-items:center;gap:12px;margin-top:27px;padding:12px 15px;border:1px solid rgba(86,168,62,.17);border-radius:12px;background:rgba(237,246,220,.48);text-align:left}.empty-note i{display:grid;width:32px;height:32px;flex:none;place-items:center;border-radius:9px;background:#fff;color:var(--forest700)}.empty-note svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.empty-note p{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.empty-note strong{color:var(--forest900)}
.placeholder-view{display:flex;min-height:650px;align-items:center;flex-direction:column;justify-content:center;padding:80px 24px;background:radial-gradient(circle at 50% 40%,rgba(217,237,184,.42),transparent 25%),var(--cream);text-align:center}.placeholder-icon{display:grid;width:94px;height:94px;margin-bottom:24px;place-items:center;border:1px solid rgba(86,168,62,.24);border-radius:28px;background:#fff;color:var(--forest700);box-shadow:0 14px 38px rgba(8,40,29,.08)}.placeholder-icon svg{width:45px;height:45px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.placeholder-view h1{max-width:720px;margin:13px 0 12px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(38px,5vw,64px);font-weight:500;letter-spacing:-.05em;line-height:1.02}.placeholder-view p{max-width:610px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.locked-view .placeholder-icon{color:#6f7771;filter:grayscale(.35)}.placeholder-badge{margin-bottom:12px;padding:5px 9px;border:1px solid var(--danger);border-radius:5px;color:var(--danger);font-size:9px;letter-spacing:.13em}
.compact-footer{padding:26px clamp(24px,4.5vw,72px) 17px;border-top:1px solid var(--line);background:var(--cream1)}.compact-footer-main{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:26px;padding-bottom:18px}.compact-footer-main img{display:block;width:112px;height:35px;object-fit:contain}.compact-footer-main p{margin:0;color:var(--muted);font-size:9px}.compact-footer-main nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:17px;color:var(--muted);font-size:8px;font-weight:690}.compact-footer-main a:hover{color:var(--forest700)}.compact-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:14px;border-top:1px solid var(--line);color:var(--soft);font-size:8px}.app-toast{position:fixed;right:24px;bottom:24px;z-index:60;max-width:min(380px,calc(100vw - 48px));padding:13px 16px;border:1px solid rgba(86,168,62,.28);border-radius:12px;background:var(--forest900);color:#fff;box-shadow:var(--shadow);font-size:10px;font-weight:650;line-height:1.5;animation:toast-in .18s ease-out}@keyframes toast-in{from{opacity:0;transform:translateY(8px)}}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(86,168,62,.32);outline-offset:3px}
@media(max-width:1080px){.header-main{grid-template-columns:auto minmax(280px,1fr) auto;gap:22px}.account-trigger{min-width:0}.account-copy{display:none}.shop-layout{grid-template-columns:240px minmax(0,1fr)}.filter-sidebar{padding-left:30px}}
@media(max-width:820px){.header-main{padding-right:20px;padding-left:20px}.app-brand img{width:125px}.global-search kbd{display:none}.service-nav{justify-content:flex-start;gap:0;overflow-x:auto;scrollbar-width:none}.service-tab{flex:0 0 136px}.shop-layout{grid-template-columns:1fr}.filter-sidebar{padding:22px 20px;border-right:0;border-bottom:1px solid var(--line)}.category-stack{display:flex;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.category-item{min-width:max-content}.category-item small{display:none}.category-item.more{margin-top:0;border-top-color:transparent;border-radius:12px}.filter-group{display:none}.shop-content{padding:30px 24px 55px}.compact-footer-main{grid-template-columns:auto 1fr}.compact-footer-main nav{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:620px){.header-main{min-height:72px;grid-template-columns:1fr auto}.app-brand img{width:132px}.global-search{grid-column:1/-1;grid-row:2;margin-bottom:10px}.account-area{grid-column:2;grid-row:1}.account-trigger{padding:3px}.account-avatar{width:40px;height:40px}.account-chevron{display:none}.account-menu{position:fixed;top:70px;right:15px;left:15px;width:auto}.service-nav{min-height:68px;padding:0 10px}.service-tab{min-width:112px;flex-basis:118px;padding-right:10px;padding-left:10px;font-size:9px}.shop-toolbar{align-items:flex-start;flex-direction:column;gap:18px}.toolbar-actions{width:100%;justify-content:space-between}.empty-market{min-height:500px;padding-right:8px;padding-left:8px}.empty-note{align-items:flex-start}.compact-footer-main{grid-template-columns:1fr;gap:12px}.compact-footer-main nav{grid-column:auto}.compact-footer-bottom{align-items:flex-start;flex-direction:column;gap:9px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
/* Uygulama işlev ekranları */
.header-account-actions{display:flex;align-items:center;justify-self:end;gap:9px}.cart-trigger{position:relative;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.72);color:var(--forest700);transition:.18s}.cart-trigger:hover{border-color:rgba(86,168,62,.45);background:var(--lime1);transform:translateY(-1px)}.cart-trigger svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.cart-count{position:absolute;top:-5px;right:-5px;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border:2px solid var(--cream);border-radius:999px;background:var(--forest900);color:#fff;font-size:8px;font-weight:850}.search-submit{height:32px;padding:0 15px;border:0;border-radius:9px;background:var(--forest900);color:#fff;font-size:9px;font-weight:800;transition:.18s}.search-submit:hover{background:var(--forest800)}
.inner-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:58px clamp(24px,7vw,112px) 36px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(255,253,247,.98),rgba(237,246,220,.52))}.page-kicker,.contact-kicker{color:var(--leaf);font-size:9px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.inner-page-heading h1{margin:10px 0 12px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(40px,5vw,68px);font-weight:500;letter-spacing:-.055em;line-height:.98}.inner-page-heading p{max-width:670px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.ghost-button,.primary-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;padding:0 18px;border-radius:11px;font-size:10px;font-weight:800;transition:.18s}.ghost-button{border:1px solid var(--line2);background:rgba(255,255,255,.72);color:var(--forest900)}.ghost-button:hover{border-color:var(--forest700);background:#fff}.primary-button{border:1px solid var(--forest900);background:var(--forest900);color:#fff;box-shadow:0 10px 24px rgba(18,60,43,.15)}.primary-button:hover{background:var(--forest800);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.64;transform:none}
.profile-view,.support-view,.cart-view{background:var(--cream)}.profile-layout{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:start;max-width:1240px;gap:24px;margin:0 auto;padding:40px 28px 78px}.profile-summary-card,.profile-form-panel,.support-form-card,.support-contact-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.profile-summary-card{position:sticky;top:186px;padding:32px 25px;text-align:center}.profile-photo-wrap{display:grid;justify-items:center}.profile-photo{position:relative;display:grid;width:126px;height:126px;overflow:hidden;place-items:center;border:1px solid rgba(18,60,43,.2);border-radius:38px;background:linear-gradient(145deg,var(--lime1),var(--lime));color:var(--forest900);font-family:Georgia,serif;font-size:35px;font-weight:700;box-shadow:inset 0 0 0 7px rgba(255,255,255,.48),0 16px 34px rgba(8,40,29,.12)}.profile-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photo-upload{display:inline-flex;min-height:36px;align-items:center;gap:7px;margin-top:-14px;padding:0 13px;z-index:2;border:1px solid var(--line2);border-radius:10px;background:#fff;color:var(--forest700);cursor:pointer;font-size:9px;font-weight:800;box-shadow:0 8px 20px rgba(8,40,29,.1)}.photo-upload input{position:absolute;width:1px;height:1px;opacity:0}.photo-upload svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.profile-summary-card h2{margin:22px 0 5px;color:var(--forest950);font-family:Georgia,serif;font-size:25px;font-weight:600}.profile-summary-card>p{margin:0;color:var(--muted);font-size:9px}.completion-block{margin:25px 0;padding:17px;border-radius:14px;background:var(--cream1);text-align:left}.completion-block>div:first-child{display:flex;justify-content:space-between;color:var(--forest900);font-size:9px;font-weight:760}.completion-track{height:6px;margin:10px 0;border-radius:999px;background:rgba(18,60,43,.09);overflow:hidden}.completion-track i{display:block;width:40%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--forest700),var(--leaf));transition:width .35s}.completion-block small{color:var(--muted);font-size:8px;line-height:1.5}.profile-facts{display:grid;text-align:left}.profile-facts>span{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.profile-facts>span:last-child{border-bottom:0}.profile-facts b,.profile-facts small{font-size:8px}.profile-facts b{color:var(--muted);font-weight:650}.profile-facts small{color:var(--forest900);font-weight:760;text-align:right}.verified-text{color:var(--leaf)!important}.verified-text:before{margin-right:4px;content:"✓"}
.profile-form-panel{padding:35px 38px}.form-section-heading{display:flex;align-items:center;gap:14px;margin-bottom:22px}.form-section-heading.divided{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.form-section-heading>span{display:grid;width:34px;height:34px;flex:none;place-items:center;border-radius:10px;background:var(--lime1);color:var(--forest700);font-family:Georgia,serif;font-size:11px;font-weight:700}.form-section-heading h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:21px;font-weight:600}.form-section-heading p{margin:4px 0 0;color:var(--muted);font-size:8px}.profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:grid;align-content:start;gap:7px;color:var(--forest900);font-size:9px;font-weight:760}.field.full{grid-column:1/-1}.field>span:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.field em{padding:3px 6px;border-radius:999px;background:rgba(194,79,61,.08);color:var(--danger);font-size:7px;font-style:normal;font-weight:800}.field>span>small{margin-left:auto;color:var(--soft);font-size:8px;font-weight:650}.field input,.field textarea,.field select,.locked-user-fields input{width:100%;border:1px solid var(--line2);border-radius:11px;background:#fff;color:var(--ink);outline:0;font-size:11px;transition:.18s}.field input,.field select,.locked-user-fields input{height:45px;padding:0 13px}.field textarea{min-height:105px;padding:12px 13px;resize:vertical;line-height:1.55}.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(86,168,62,.7);box-shadow:0 0 0 4px rgba(86,168,62,.09)}.field>small{color:var(--soft);font-size:8px;font-weight:500;line-height:1.45}.password-summary{position:relative;display:block!important}.password-summary input{padding-right:135px;background:var(--cream1);color:var(--soft)}.password-summary a{position:absolute;top:50%;right:12px;color:var(--forest700);font-size:8px;font-weight:800;transform:translateY(-50%)}.phone-profile-field{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;border:1px solid var(--line2);border-radius:11px;background:#fff;overflow:hidden}.phone-profile-field:focus-within{border-color:rgba(86,168,62,.7);box-shadow:0 0 0 4px rgba(86,168,62,.09)}.phone-profile-field b{padding:0 12px;color:var(--forest700);font-size:10px}.phone-profile-field input{height:43px;border:0;border-left:1px solid var(--line);border-radius:0;box-shadow:none!important}.phone-profile-field button{height:31px;margin-right:6px;padding:0 11px;border:1px solid rgba(86,168,62,.28);border-radius:8px;background:var(--lime1);color:var(--forest700);font-size:8px;font-weight:800}.bio-field textarea{min-height:135px}.form-feedback{margin-top:20px;padding:12px 14px;border-left:3px solid var(--leaf);border-radius:6px;background:rgba(86,168,62,.08);color:var(--forest700);font-size:9px;font-weight:650;line-height:1.5}.form-feedback[data-tone=error]{border-left-color:var(--danger);background:rgba(194,79,61,.07);color:#a33f31}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.support-layout{display:grid;grid-template-columns:minmax(0,1.15fr) 360px;align-items:start;max-width:1180px;gap:24px;margin:0 auto;padding:42px 28px 80px}.support-form-card{padding:35px 38px}.support-form-title{display:flex;align-items:center;gap:14px;margin-bottom:27px}.support-form-title>i{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:var(--forest900);color:#fff}.support-form-title svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.support-form-title h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:25px;font-weight:600}.support-form-title p{margin:5px 0 0;color:var(--muted);font-size:9px}.locked-user-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.locked-user-fields label{display:grid;gap:7px;color:var(--forest900);font-size:9px;font-weight:760}.locked-user-fields label>div{position:relative}.locked-user-fields input{padding-right:38px;background:var(--cream1);color:var(--muted)}.locked-user-fields svg{position:absolute;top:50%;right:13px;width:16px;height:16px;fill:none;stroke:var(--soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transform:translateY(-50%)}.support-form-card>.field{margin-top:18px}.support-submit{width:100%;margin-top:24px}.support-submit span{font-size:16px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px}.support-contact-card{position:sticky;top:186px;padding:35px 30px;overflow:hidden;background:linear-gradient(145deg,var(--forest900),#0b3124);color:#fff}.support-contact-card:after{position:absolute;right:-100px;bottom:-120px;width:300px;height:300px;border:1px solid rgba(217,237,184,.13);border-radius:50%;content:"";box-shadow:0 0 0 35px rgba(217,237,184,.025),0 0 0 70px rgba(217,237,184,.018)}.support-contact-card .contact-kicker{color:var(--leaf3)}.support-contact-card h2{position:relative;z-index:1;margin:12px 0;color:#fff;font-family:Georgia,serif;font-size:31px;font-weight:500;letter-spacing:-.04em;line-height:1.05}.support-contact-card>p{position:relative;z-index:1;margin:0 0 24px;color:rgba(255,255,255,.65);font-size:10px;line-height:1.65}.contact-row{position:relative;z-index:1;display:flex;align-items:flex-start;gap:13px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12)}.contact-row>i{display:grid;width:36px;height:36px;flex:none;place-items:center;border-radius:10px;background:rgba(217,237,184,.12);color:var(--leaf3)}.contact-row svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.contact-row small,.contact-row strong,.contact-row b{display:block}.contact-row small{margin-bottom:3px;color:rgba(255,255,255,.48);font-size:7px;text-transform:uppercase;letter-spacing:.1em}.contact-row strong{color:#fff;font-size:10px}.contact-row b{margin-top:5px;color:rgba(255,255,255,.62);font-size:8px;font-weight:500;line-height:1.55}.working-hours{position:relative;z-index:1;margin-top:21px;padding:14px;border:1px solid rgba(217,237,184,.16);border-radius:11px;background:rgba(217,237,184,.08)}.working-hours span,.working-hours strong{display:block}.working-hours span{color:var(--leaf3);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.working-hours strong{margin-top:5px;font-size:9px}
.cart-empty{display:flex;min-height:560px;align-items:center;flex-direction:column;justify-content:center;padding:60px 24px 80px;text-align:center}.cart-empty-icon{position:relative;display:grid;width:130px;height:130px;margin-bottom:26px;place-items:center;border:1px solid rgba(86,168,62,.18);border-radius:40px;background:var(--lime1);color:var(--forest700);transform:rotate(-2deg)}.cart-empty-icon svg{width:76px;height:76px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-empty-icon span{position:absolute;top:-9px;right:-9px;display:grid;width:31px;height:31px;place-items:center;border:4px solid var(--cream);border-radius:50%;background:var(--forest900);color:#fff;font-size:10px;font-weight:850}.cart-empty h2{max-width:650px;margin:12px 0 10px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(32px,4vw,50px);font-weight:500;letter-spacing:-.045em}.cart-empty p{max-width:580px;margin:0 0 27px;color:var(--muted);font-size:11px;line-height:1.7}.compact-footer-main nav button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.compact-footer-main nav button:hover{color:var(--forest700)}
@media(max-width:980px){.profile-layout{grid-template-columns:1fr}.profile-summary-card{position:relative;top:auto;display:grid;grid-template-columns:auto 1fr;align-items:center;text-align:left}.profile-photo-wrap{grid-row:1/4}.profile-summary-card h2{margin:0}.completion-block,.profile-facts{grid-column:1/-1}.support-layout{grid-template-columns:1fr}.support-contact-card{position:relative;top:auto}}
@media(max-width:820px){.header-main{grid-template-columns:auto minmax(240px,1fr) auto}.header-account-actions{justify-self:end}.profile-layout,.support-layout{padding-right:20px;padding-left:20px}.inner-page-heading{padding-right:24px;padding-left:24px}.profile-form-panel,.support-form-card{padding:28px 24px}}
@media(max-width:620px){.header-main{grid-template-columns:1fr auto}.header-account-actions{grid-column:2;grid-row:1}.account-area{grid-column:auto;grid-row:auto}.cart-trigger{width:40px;height:40px}.global-search{grid-column:1/-1;grid-row:2}.search-submit{padding:0 12px}.inner-page-heading{align-items:flex-start;flex-direction:column;padding-top:38px}.inner-page-heading h1{font-size:43px}.profile-layout,.support-layout{padding:22px 14px 55px}.profile-summary-card{display:block;text-align:center}.profile-photo-wrap{display:grid}.profile-summary-card h2{margin-top:22px}.profile-form-panel,.support-form-card,.support-contact-card{padding:24px 18px;border-radius:16px}.profile-fields,.locked-user-fields{grid-template-columns:1fr}.field.full{grid-column:auto}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions button{width:100%}.support-contact-card h2{font-size:28px}}
button,input,textarea,select{font:inherit}

/* Konum, tekil profil düzenleme ve güvenlik ekranı */
.global-search{padding-right:6px}.global-search>.search-icon{width:19px;height:19px}.location-control{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;max-width:240px;min-width:180px;height:36px;gap:8px;padding:0 10px;border:1px solid rgba(18,60,43,.11);border-radius:10px;background:var(--cream1);color:var(--forest700);text-align:left;transition:.18s}.location-control:hover{border-color:rgba(86,168,62,.4);background:var(--lime1)}.location-control>svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.location-control span{min-width:0}.location-control small,.location-control strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-control small{color:var(--soft);font-size:6px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.location-control strong{margin-top:2px;color:var(--forest900);font-size:8px;font-weight:780}.location-control[data-state=live]>svg{color:var(--leaf);animation:location-pulse 1.8s ease-in-out infinite}@keyframes location-pulse{50%{transform:scale(1.12)}}
.editable-card{position:relative}.field-edit-action{display:inline-flex;min-height:25px;align-items:center;justify-content:center;margin-left:auto;padding:0 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--forest700);font-size:8px;font-weight:820;transition:.16s}.field-edit-action:hover{border-color:rgba(86,168,62,.25);background:var(--lime1)}.editable-card.is-editing{padding:13px;border:1px solid rgba(86,168,62,.22);border-radius:13px;background:rgba(237,246,220,.2)}.editable-card.is-editing .field-edit-action{border-color:rgba(86,168,62,.3);background:var(--forest900);color:#fff}.field input[readonly],.field textarea[readonly]{border-color:rgba(18,60,43,.09);background:var(--cream1);color:#536158;cursor:default}.field input:not([readonly]),.field textarea:not([readonly]){background:#fff}.date-input-wrap{position:relative;display:block!important}.date-input-wrap svg{position:absolute;top:50%;right:14px;width:18px;height:18px;fill:none;stroke:var(--forest700);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;pointer-events:none;transform:translateY(-50%)}.date-input-wrap input{padding-right:44px}.verified-input{position:relative;display:block!important}.verified-input input{padding-right:116px}.verified-input>b{position:absolute;top:50%;right:13px;display:inline-flex;align-items:center;gap:5px;color:var(--leaf);font-size:8px;font-weight:800;transform:translateY(-50%)}.verified-input>b[data-state=pending]{color:#bb7916}.verified-input>b i{display:grid;width:16px;height:16px;place-items:center;border-radius:50%;background:rgba(86,168,62,.12);font-style:normal}.password-summary button{position:absolute;top:50%;right:12px;padding:0;border:0;background:transparent;color:var(--forest700);font-size:8px;font-weight:800;transform:translateY(-50%)}.profile-photo-editor{display:grid;justify-items:center}.profile-photo-editor.is-editing{padding:12px 12px 19px}.profile-photo-editor .hidden-file{position:absolute;width:1px;height:1px;opacity:0}.photo-edit-action{z-index:2;min-height:36px;margin:-14px 0 0;padding:0 14px;border-color:var(--line2);background:#fff;box-shadow:0 8px 20px rgba(8,40,29,.1)}.profile-photo,.account-avatar{background-position:center;background-size:cover}.profile-photo.has-image>span,.account-avatar.has-image{color:transparent;text-shadow:none}.profile-photo.has-image{box-shadow:inset 0 0 0 5px rgba(255,255,255,.55),0 16px 34px rgba(8,40,29,.12)}
.password-change-view{background:var(--cream)}.password-change-layout{display:grid;grid-template-columns:330px minmax(0,560px);justify-content:center;align-items:start;gap:24px;padding:45px 24px 85px}.password-security-card,.password-change-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.password-security-card{padding:34px;background:linear-gradient(145deg,var(--forest900),#0a3123);color:#fff}.password-security-card>i{display:grid;width:60px;height:60px;margin-bottom:24px;place-items:center;border:1px solid rgba(217,237,184,.25);border-radius:18px;background:rgba(217,237,184,.1);color:var(--leaf3)}.password-security-card svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.password-security-card>span{color:var(--leaf3);font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.password-security-card h2{margin:12px 0 22px;font-family:Georgia,serif;font-size:33px;font-weight:500}.password-security-card ul{display:grid;gap:13px;margin:0;padding:0;list-style:none;color:rgba(255,255,255,.7);font-size:9px}.password-security-card li:before{display:inline-grid;width:17px;height:17px;margin-right:9px;place-items:center;border-radius:50%;background:rgba(169,213,139,.14);color:var(--leaf3);content:"✓"}.password-change-card{padding:36px 40px}.password-change-card>.field{margin-top:18px}.secure-password-input{position:relative;display:block!important}.secure-password-input input{padding-right:48px}.secure-password-input button{position:absolute;top:50%;right:8px;display:grid;width:33px;height:33px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);transform:translateY(-50%)}.secure-password-input button:hover{background:var(--lime1);color:var(--forest700)}.secure-password-input svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.app-password-strength{display:grid!important;grid-template-columns:repeat(4,1fr);gap:5px}.app-password-strength i{height:5px;border-radius:999px;background:#e5e8e5}.app-password-strength[data-score="1"] i:nth-child(-n+1),.app-password-strength[data-score="2"] i:nth-child(-n+2){background:#d95b4a}.app-password-strength[data-score="3"] i:nth-child(-n+3){background:#e2a928}.app-password-strength[data-score="4"] i{background:var(--leaf)}.password-change-submit{width:100%;margin-top:25px}
.trademark-footer-brand{position:relative;display:inline-flex;width:fit-content}.trademark-footer-brand sup{position:absolute;top:1px;right:-2px;color:var(--forest700);font-size:12px;font-weight:800}.company-signature{display:inline-flex;align-items:center;gap:6px}.company-signature i{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:rgba(86,168,62,.1);color:var(--leaf)}.company-signature svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.company-signature b{color:var(--forest700);font-weight:800}
@media(max-width:1080px){.location-control{min-width:46px;width:46px;padding:0;place-items:center}.location-control span{display:none}.global-search{grid-template-columns:auto minmax(0,1fr) auto}.password-change-layout{grid-template-columns:280px minmax(0,1fr)}}
@media(max-width:760px){.password-change-layout{grid-template-columns:1fr}.password-security-card{display:none}.location-control{width:42px;min-width:42px}.verified-input input{padding-right:105px}}
@media(max-width:620px){.editable-card.is-editing{padding:10px}.password-change-layout{padding:24px 14px 60px}.password-change-card{padding:25px 18px;border-radius:16px}.company-signature{align-items:flex-start;line-height:1.5}}
/* Profil tamamlama, adresler ve telefon doğrulama */
.completion-block{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:16px;text-align:left}.completion-ring{position:relative;display:grid;width:78px;height:78px;place-items:center}.completion-ring svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.completion-ring circle{fill:none;stroke-width:7}.completion-ring .ring-base{stroke:rgba(18,60,43,.09)}.completion-ring .ring-value{stroke:var(--leaf);stroke-linecap:round;stroke-dasharray:201.06;stroke-dashoffset:calc(201.06 - (201.06 * var(--completion))/100);transition:stroke-dashoffset .45s ease,stroke .3s}.completion-ring.complete .ring-value{stroke:var(--forest700)}.completion-ring strong{position:relative;z-index:1;color:var(--forest900);font-family:Georgia,serif;font-size:17px}.completion-copy span,.completion-copy small{display:block}.completion-copy span{color:var(--forest900);font-size:9px;font-weight:800}.completion-copy small{margin-top:6px;color:var(--muted);font-size:8px;line-height:1.55}.completion-ring.complete+ .completion-copy small{color:var(--forest700);font-weight:700}.form-section-heading>.section-heading-icon{border:1px solid rgba(86,168,62,.18);background:linear-gradient(145deg,#fff,var(--lime1));box-shadow:0 7px 18px rgba(8,40,29,.07)}.section-heading-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}
.phone-verification-panel{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:4px;padding:10px;border:1px solid rgba(86,168,62,.24);border-radius:11px;background:var(--lime1)}.phone-verification-panel input{height:39px!important;border-color:rgba(86,168,62,.28)!important;background:#fff!important;font-size:12px!important;font-weight:800;letter-spacing:.18em;text-align:center}.phone-verification-panel button{padding:0 14px;border:0;border-radius:8px;background:var(--forest900);color:#fff;font-size:8px;font-weight:800}
.addresses-manager{display:grid;gap:13px}.addresses-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.addresses-heading>span{display:flex;align-items:center;gap:8px}.addresses-heading strong{font-size:10px}.addresses-heading em{padding:3px 6px;border-radius:999px;background:rgba(194,79,61,.08);color:var(--danger);font-size:7px;font-style:normal}.address-add-button{min-height:34px;padding:0 13px;border:1px solid rgba(86,168,62,.28);border-radius:9px;background:var(--lime1);color:var(--forest700);font-size:8px;font-weight:800}.address-cards{display:grid;gap:9px}.address-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:15px;border:1px solid var(--line);border-radius:13px;background:var(--cream);transition:.18s}.address-card.primary{border-color:rgba(86,168,62,.35);background:linear-gradient(135deg,#fff,rgba(237,246,220,.48));box-shadow:0 8px 22px rgba(8,40,29,.06)}.address-card>i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--lime1);color:var(--forest700)}.address-card>i svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.address-card>div>span{display:flex;align-items:center;gap:7px;color:var(--forest900);font-size:10px;font-weight:800}.address-card>div>span b{padding:3px 6px;border-radius:999px;background:var(--forest900);color:#fff;font-size:6px;letter-spacing:.04em;text-transform:uppercase}.address-card>div>small{display:block;margin-top:3px;color:var(--leaf);font-size:7px;font-weight:750;text-transform:uppercase}.address-card p{margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.address-card-actions{display:flex!important;align-items:flex-end!important;flex-direction:column;gap:5px}.address-card-actions button{padding:4px 0;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--forest700);font-size:7px;font-weight:780}.address-card-actions button:hover{border-bottom-color:currentColor}.address-card-actions button:last-child{color:var(--danger)}.addresses-empty{display:flex;align-items:center;gap:12px;padding:18px;border:1px dashed rgba(18,60,43,.2);border-radius:13px;background:var(--cream1)}.addresses-empty>i{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#fff;color:var(--leaf);font-size:18px}.addresses-empty strong,.addresses-empty small{display:block}.addresses-empty strong{color:var(--forest900);font-size:9px}.addresses-empty small{margin-top:4px;color:var(--muted);font-size:8px}.address-editor{display:grid;gap:13px;padding:17px;border:1px solid rgba(86,168,62,.24);border-radius:14px;background:rgba(237,246,220,.3)}.address-type-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.address-type-options label{cursor:pointer}.address-type-options input{position:absolute;opacity:0}.address-type-options span{display:grid;height:38px;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);font-size:8px;font-weight:800}.address-type-options input:checked+span{border-color:var(--forest700);background:var(--forest900);color:#fff}.primary-address-check{display:flex;align-items:center;gap:8px;color:var(--forest700);font-size:8px;font-weight:700}.primary-address-check input{accent-color:var(--forest700)}.address-editor-actions{display:flex;justify-content:flex-end;gap:8px}
@media(max-width:700px){.address-card{grid-template-columns:auto minmax(0,1fr)}.address-card-actions{grid-column:1/-1;align-items:center!important;flex-direction:row;justify-content:flex-end}.completion-block{grid-template-columns:72px 1fr}.completion-ring{width:68px;height:68px}.address-editor-actions{align-items:stretch;flex-direction:column-reverse}.address-editor-actions button{width:100%}}
.field-updated-badge{position:absolute;right:10px;bottom:-9px;z-index:3;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid rgba(86,168,62,.26);border-radius:999px;background:#fff;color:var(--forest700);box-shadow:0 6px 16px rgba(8,40,29,.1);font-size:7px;font-weight:850;animation:updated-in .2s ease-out}.field-updated-badge small{color:var(--soft);font-size:6px}@keyframes updated-in{from{opacity:0;transform:translateY(4px)}}

/* Profil düzenleme kontrolleri ve açık yeşil özet kartı */
.phone-verification-panel[hidden],[data-phone-verify][hidden]{display:none!important}
.editable-card>.field-action-group,.editable-card>span:first-child>.field-action-group{margin-left:auto}
.field-action-group{display:inline-flex!important;align-items:center;justify-content:flex-end;gap:7px;flex:none}
.field-action-group .field-edit-action{min-width:78px;min-height:31px;margin:0;padding:0 12px;border:1px solid rgba(86,168,62,.28);background:#f5faed;color:#2d744d;font-size:8px;font-weight:850;box-shadow:none}
.field-action-group .field-edit-action:hover{border-color:rgba(86,168,62,.52);background:#eaf5db}
.field-action-group .field-edit-action>span{font-size:11px;line-height:1}
.field-cancel-action{display:inline-flex;min-width:65px;min-height:31px;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid rgba(194,79,61,.2);border-radius:8px;background:#fff;color:#a74537;font-size:8px;font-weight:820;transition:.16s}
.field-cancel-action:hover{border-color:rgba(194,79,61,.42);background:#fff5f2}
.field-cancel-action>span{font-size:15px;font-weight:500;line-height:1}
.editable-card.is-editing{padding:0;border:0;background:transparent}
.editable-card.is-editing input:not([readonly]),.editable-card.is-editing textarea:not([readonly]){border-color:rgba(86,168,62,.55);box-shadow:0 0 0 4px rgba(169,213,139,.14)}
.editable-card.is-editing .field-edit-action{border-color:#72b85a;background:#72b85a;color:#fff;box-shadow:0 7px 16px rgba(86,168,62,.16)}
.profile-photo-editor>.field-action-group{position:relative;z-index:3;margin:-14px auto 0;padding:5px;border:1px solid rgba(86,168,62,.2);border-radius:11px;background:#fff;box-shadow:0 8px 20px rgba(8,40,29,.1)}
.profile-photo-editor>.field-action-group .photo-edit-action{min-height:32px;margin:0;box-shadow:none}
.profile-photo-editor.is-editing{padding:0}
.completion-block{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:15px;margin:24px 0;padding:16px;border:1px solid #dcecc9;border-radius:16px;background:linear-gradient(145deg,#f8fcee,#eff8df);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);text-align:left}
.completion-ring{position:relative;display:grid;width:72px;height:72px;flex:none;place-items:center;isolation:isolate}
.completion-ring svg{position:absolute;inset:0;width:72px;height:72px;overflow:visible;transform:rotate(-90deg)}
.completion-ring .ring-base{stroke:#dcecc9}
.completion-ring .ring-value{stroke:#8cc96e;filter:drop-shadow(0 2px 2px rgba(86,168,62,.12))}
.completion-ring.complete .ring-value{stroke:#6bb750}
.completion-ring strong{position:relative;z-index:2;display:grid;min-width:42px;place-items:center;color:#3b774f;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;font-weight:850;letter-spacing:-.03em;line-height:1}
.completion-copy{min-width:0}.completion-copy span{color:#336b49;font-size:9px;font-weight:850}.completion-copy small{max-width:160px;margin-top:6px;color:#68806f;font-size:8px;line-height:1.55}
.profile-facts .membership-fact{align-items:flex-start;flex-direction:column;gap:7px;text-align:left}
.profile-facts .membership-fact small{width:100%;text-align:left}
.membership-fact strong,.membership-fact em{display:block}.membership-fact strong{color:#326d49;font-size:8px;font-weight:820}.membership-fact em{margin-top:4px;color:var(--soft);font-size:7px;font-style:normal;font-weight:650}
.phone-profile-field>[data-phone-verify]{min-width:74px;background:#72b85a}
@media(max-width:620px){.field-action-group{gap:5px}.field-action-group .field-edit-action,.field-cancel-action{min-width:auto;padding:0 9px}.completion-block{grid-template-columns:66px 1fr;padding:14px}.completion-ring,.completion-ring svg{width:64px;height:64px}.profile-photo-editor>.field-action-group{margin-top:-10px}}
/* Profil okunabilirlik ve özet kartı hizalama iyileştirmeleri */
.profile-view .profile-summary-card{padding:34px 28px}
.profile-view .profile-summary-card h2{font-size:28px;line-height:1.1}
.profile-view .profile-summary-card>p{font-size:10px}
.profile-view .completion-block{grid-template-columns:82px minmax(0,1fr);gap:17px;padding:18px}
.profile-view .completion-block>.completion-ring{position:relative;display:grid!important;width:82px;height:82px;align-items:center!important;justify-content:center!important;place-items:center!important}
.profile-view .completion-ring svg{inset:0;width:82px;height:82px}
.profile-view .completion-ring strong{position:absolute;inset:0;display:grid;width:auto;min-width:0;height:auto;margin:0;padding:0;place-items:center;text-align:center;transform:none;font-size:16px;line-height:1}
.profile-view .completion-copy span{font-size:10px}
.profile-view .completion-copy small{max-width:none;font-size:9px;line-height:1.6}
.profile-view .profile-facts>span{min-height:48px;align-items:center;padding:14px 0}
.profile-view .profile-facts b,.profile-view .profile-facts small{font-size:9px}
.profile-view .profile-facts .membership-fact{align-items:center;flex-direction:row;gap:12px;text-align:initial}
.profile-view .profile-facts .membership-fact small{width:auto;margin-left:auto;text-align:right}
.profile-view .membership-fact strong{font-size:9px;white-space:nowrap}
.profile-view .membership-fact em{margin-top:3px;font-size:8px;white-space:nowrap}
.profile-view .form-section-heading h2{font-size:23px}
.profile-view .form-section-heading p{font-size:9.5px;line-height:1.5}
.profile-view .form-section-heading>.section-heading-icon{width:38px;height:38px}
.profile-view .section-heading-icon svg{width:21px;height:21px}
.profile-view .field{font-size:10.5px}
.profile-view .field input,.profile-view .field textarea,.profile-view .field select{font-size:12.5px}
.profile-view .field>small,.profile-view .field>span>small{font-size:9px;line-height:1.55}
.profile-view .field em{font-size:8px}
.profile-view .field-action-group .field-edit-action,.profile-view .field-cancel-action{font-size:9px}
.profile-view .phone-profile-field b{font-size:11px}
.profile-view .phone-profile-field button{font-size:9px}
.profile-view .addresses-heading strong{font-size:11px}
.profile-view .addresses-heading em,.profile-view .address-card-actions button{font-size:8px}
.profile-view .address-add-button{font-size:9px}
.profile-view .address-card>div>span{font-size:11px}
.profile-view .address-card>div>small{font-size:8px}
.profile-view .address-card p{font-size:10px}
.profile-view .address-type-options span,.profile-view .primary-address-check{font-size:9px}
@media(max-width:620px){.profile-view .completion-block{grid-template-columns:76px minmax(0,1fr);gap:13px}.profile-view .completion-block>.completion-ring,.profile-view .completion-ring svg{width:76px;height:76px}.profile-view .profile-facts .membership-fact{align-items:flex-start;flex-direction:column;gap:5px}.profile-view .profile-facts .membership-fact small{margin-left:0;text-align:left}.profile-view .membership-fact strong,.profile-view .membership-fact em{white-space:normal}}
/* Profil ikon eylemleri, adres kısayolu ve parola eşleşmesi */
.profile-view .field>span:first-child{position:relative;min-height:32px}
.profile-view .field-action-group{display:inline-flex!important;align-items:center;gap:3px;margin-left:auto}
.profile-view .field-action-group .field-edit-action,.profile-view .field-cancel-action{display:grid;width:32px;min-width:32px;height:32px;min-height:32px;margin:0;padding:0;place-items:center;border:0!important;border-radius:50%;background:transparent!important;box-shadow:none!important;color:#4f8d61;transition:color .18s ease,background-color .18s ease,transform .18s ease}
.profile-view .field-action-group .field-edit-action:hover{background:rgba(128,190,98,.12)!important;color:#2d7148;transform:translateY(-1px)}
.profile-view .field-action-group .field-cancel-action{color:#b85d50}
.profile-view .field-action-group .field-cancel-action:hover{background:rgba(194,79,61,.09)!important;color:#993f34;transform:translateY(-1px)}
.profile-view .field-action-group svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.profile-view .editable-card.is-editing .field-edit-action{color:#3e8a55}
.profile-photo-editor>.field-action-group{position:relative;z-index:3;margin:-12px auto 0;padding:3px;border:0;background:rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(8,40,29,.1);backdrop-filter:blur(8px)}
.profile-photo-editor>.field-action-group .photo-edit-action{width:34px;min-width:34px;height:34px;min-height:34px}
.phone-profile-field{grid-template-columns:auto minmax(0,1fr) auto auto}
.phone-verified-badge{display:inline-flex;align-items:center;gap:5px;margin-right:8px;color:#4b9c4b;font-size:9px;font-weight:850;white-space:nowrap}
.phone-verified-badge i{display:grid;width:17px;height:17px;place-items:center;border-radius:50%;background:#e7f5df;color:#4b9c4b;font-size:10px;font-style:normal}
.addresses-heading{min-height:28px}
.address-add-button{display:inline-flex;width:max-content;min-height:34px;align-items:center;gap:7px;margin-top:1px;padding:0 10px 0 6px;border:0;border-radius:9px;background:transparent;color:#3f8054;font-size:9px;font-weight:850;box-shadow:none;transition:.18s}
.address-add-button:hover{background:#f0f8e8;color:#286b43;transform:translateX(2px)}
.address-add-button i{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#e4f3d8;color:#39784e;font-size:17px;font-style:normal;font-weight:500;line-height:1}
.address-card-actions{display:flex!important;align-items:center!important;align-self:center;flex-direction:row;gap:5px}
.address-card-actions button{display:inline-flex;min-height:32px;align-items:center;gap:5px;padding:0 8px;border:0!important;border-radius:8px;background:transparent;color:#4d765c;font-size:8px;font-weight:800;transition:.16s}
.address-card-actions button:hover{background:#edf6e4;color:#286b43}
.address-card-actions button:last-child{color:#b35044}
.address-card-actions button:last-child:hover{background:#fff1ee;color:#963d32}
.address-card-actions svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
.address-type-options span{display:flex;height:46px;align-items:center;justify-content:center;gap:8px}
.address-type-options svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}
.primary-address-check{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:fit-content;max-width:100%;padding:9px 12px 9px 9px;border:1px solid rgba(86,168,62,.18);border-radius:11px;background:#f8fbf3;cursor:pointer;color:#426e50}
.primary-address-check input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.primary-address-check>i{display:grid;width:24px;height:24px;place-items:center;border:1px solid #bfdcab;border-radius:7px;background:#fff;color:transparent;font-size:13px;font-style:normal;font-weight:900;transition:.18s}
.primary-address-check input:checked+ i{border-color:#6eb653;background:#70b957;color:#fff;box-shadow:0 5px 13px rgba(86,168,62,.2)}
.primary-address-check strong,.primary-address-check small{display:block}.primary-address-check strong{font-size:9px}.primary-address-check small{margin-top:2px;color:#829087;font-size:8px;font-weight:550}
.location-picker{position:relative;flex:none}
.location-control{grid-template-columns:auto minmax(0,1fr) auto}
.location-chevron{width:15px!important;height:15px!important;transition:transform .2s ease}
.location-control[aria-expanded=true] .location-chevron{transform:rotate(180deg)}
.location-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:70;width:min(360px,calc(100vw - 34px));padding:10px;border:1px solid rgba(18,60,43,.14);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 22px 52px rgba(8,40,29,.16);backdrop-filter:blur(18px);transform-origin:top right;animation:location-menu-in .2s cubic-bezier(.2,.8,.2,1)}
@keyframes location-menu-in{from{opacity:0;transform:translateY(-7px) scale(.97)}to{opacity:1;transform:none}}
.location-menu-heading{padding:8px 9px 11px;border-bottom:1px solid var(--line)}.location-menu-heading span,.location-menu-heading small{display:block}.location-menu-heading span{color:var(--forest900);font-size:10px;font-weight:850}.location-menu-heading small{margin-top:3px;color:var(--soft);font-size:8px}
.location-address-list{display:grid;gap:4px;padding:7px 0}
.location-address-option{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:0;border-radius:11px;background:transparent;color:var(--forest900);text-align:left;transition:background-color .18s ease,transform .18s ease}
.location-address-option:hover{background:#f4f9ec;transform:translateX(2px)}.location-address-option.active{background:linear-gradient(135deg,#f1f9e8,#f8fbf4)}
.location-address-option>i{display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:#edf6e4;color:#39784e;animation:location-icon-float 3.2s ease-in-out infinite}
.location-address-option:nth-child(2)>i{animation-delay:.25s}.location-address-option:nth-child(3)>i{animation-delay:.5s}
@keyframes location-icon-float{50%{transform:translateY(-2px)}}
.location-address-option svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.location-address-option span{min-width:0}.location-address-option strong,.location-address-option small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-address-option strong{font-size:10px}.location-address-option small{margin-top:3px;color:var(--muted);font-size:8px}.location-address-option>b{color:#5ba446;font-size:14px}
.location-manage-link{display:flex;width:100%;min-height:36px;align-items:center;justify-content:space-between;padding:0 10px;border:0;border-top:1px solid var(--line);background:transparent;color:#39784e;font-size:9px;font-weight:800}.location-manage-link:hover{color:#225f3b}
.location-address-empty{padding:15px 10px}.location-address-empty strong,.location-address-empty small{display:block}.location-address-empty strong{font-size:9px}.location-address-empty small{margin-top:4px;color:var(--soft);font-size:8px}
.password-match-state{display:flex!important;align-items:center;gap:5px;margin-top:2px;font-size:9px!important;font-weight:700!important;transition:color .18s ease}.password-match-state[data-state=idle]{color:var(--soft)!important}.password-match-state[data-state=match]{color:#4d9b4d!important}.password-match-state[data-state=mismatch]{color:#bd5546!important}
@media(max-width:1080px){.location-picker{width:46px}.location-picker .location-control{width:46px}.location-picker .location-menu{right:0}.location-chevron{display:none}}
@media(max-width:700px){.address-card-actions{grid-column:1/-1;justify-content:flex-end}.address-card-actions button span{display:inline}.phone-verified-badge{font-size:8px}.location-menu{position:fixed;top:132px;right:12px;left:12px;width:auto}}
@media(prefers-reduced-motion:reduce){.location-menu,.location-address-option>i{animation:none!important}}.profile-view .field-action-group .action-spinner{animation:profile-action-spin .8s linear infinite}.profile-view .field-action-group .action-spinner circle{opacity:.22}.profile-view .field-action-group .action-spinner path{opacity:1}@keyframes profile-action-spin{to{transform:rotate(360deg)}}.profile-view .field-edit-action{display:grid;width:32px;min-width:32px;height:32px;min-height:32px;margin-left:auto;padding:0;place-items:center;border:0;background:transparent;color:#4f8d61;box-shadow:none}.profile-view .field-edit-action>svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
/* Kart bilgilerim, kaydettiklerim ve profil eksik adımları */
.payments-view,.saved-view{background:var(--cream)}
.payments-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;max-width:1180px;gap:24px;margin:0 auto;padding:42px 28px 82px}.payment-methods-panel,.payment-summary-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.payment-methods-panel{padding:32px}.payment-summary-card{position:sticky;top:186px;padding:31px;background:linear-gradient(145deg,var(--forest900),#0b3325);color:#fff}.payment-panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px}.payment-panel-heading span,.payment-summary-card>span{color:var(--leaf);font-size:8px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.payment-panel-heading h2,.payment-summary-card h2{margin:7px 0 0;font-family:Georgia,serif;font-weight:550}.payment-panel-heading h2{color:var(--forest950);font-size:28px}.payment-summary-card h2{color:#fff;font-size:31px;line-height:1.08}.payment-summary-card>p{margin:13px 0 24px;color:rgba(255,255,255,.64);font-size:10px;line-height:1.7}.payment-add-trigger{display:inline-flex;min-height:39px;align-items:center;gap:7px;padding:0 14px;border:1px solid rgba(86,168,62,.25);border-radius:10px;background:var(--lime1);color:var(--forest700);font-size:9px;font-weight:850}.payment-add-trigger i{font-size:17px;font-style:normal;font-weight:500}.payment-method-list{display:grid;gap:14px}.payment-empty{display:flex;align-items:center;gap:14px;padding:25px;border:1px dashed rgba(18,60,43,.2);border-radius:15px;background:var(--cream1)}.payment-empty>i{display:grid;width:46px;height:46px;flex:none;place-items:center;border-radius:13px;background:#fff;color:var(--forest700)}.payment-empty svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.payment-empty strong,.payment-empty small{display:block}.payment-empty strong{font-size:11px}.payment-empty small{margin-top:5px;color:var(--muted);font-size:9px;line-height:1.5}.saved-payment-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fafbf8}.saved-payment-card.default{border-color:rgba(86,168,62,.35);background:linear-gradient(135deg,#fff,#f3f9e9)}.saved-card-visual{min-height:172px;padding:21px;border-radius:17px;background:linear-gradient(140deg,#153e30,#235d43);color:#fff;box-shadow:0 15px 34px rgba(8,40,29,.18)}.saved-card-top,.saved-card-visual>div:last-child{display:flex;align-items:center;justify-content:space-between}.saved-card-top>span{color:rgba(255,255,255,.7);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.saved-card-visual>strong{display:block;margin:42px 0 29px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:18px;font-weight:600;letter-spacing:.08em}.saved-card-visual>div:last-child span{font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.mastercard-mark{position:relative;display:block;width:43px;height:27px}.mastercard-mark b{position:absolute;top:3px;width:22px;height:22px;border-radius:50%;background:#e8482d}.mastercard-mark b:last-child{right:0;background:#f3a329;mix-blend-mode:screen}.saved-card-actions{display:grid;min-width:118px;gap:6px}.saved-card-actions button{display:flex;min-height:36px;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:var(--forest700);font-size:8px;font-weight:800}.saved-card-actions button:hover{background:var(--lime1)}.saved-card-actions button:last-child{color:var(--danger)}.saved-card-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.default-card-label{display:flex;align-items:center;justify-content:center;min-height:34px;color:var(--leaf);font-size:8px;font-weight:850}.payment-security-note{display:flex;align-items:flex-start;gap:11px;margin-top:19px;padding:13px;border-radius:12px;background:#f3f8ec}.payment-security-note>svg{width:23px;height:23px;flex:none;fill:none;stroke:var(--forest700);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.payment-security-note strong,.payment-security-note span{display:block}.payment-security-note strong{color:var(--forest900);font-size:9px}.payment-security-note span{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.55}.payment-summary-facts{display:grid}.payment-summary-facts>span{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-top:1px solid rgba(255,255,255,.12)}.payment-summary-facts b{color:rgba(255,255,255,.5);font-size:8px}.payment-summary-facts strong{font-size:9px}.payment-modal{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:22px}.payment-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(5,27,19,.58);backdrop-filter:blur(7px)}.payment-form-card{position:relative;z-index:1;width:min(520px,100%);max-height:calc(100vh - 44px);overflow:auto;padding:29px;border:1px solid rgba(255,255,255,.45);border-radius:21px;background:#fff;box-shadow:0 28px 75px rgba(5,27,19,.28);animation:payment-modal-in .22s ease-out}@keyframes payment-modal-in{from{opacity:0;transform:translateY(10px) scale(.98)}}.payment-form-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:21px}.payment-form-heading span{color:var(--leaf);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.payment-form-heading h2{margin:7px 0 0;font-family:Georgia,serif;font-size:29px;font-weight:550}.payment-form-heading>button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:var(--cream1);color:var(--muted);font-size:20px}.payment-form-card>.field{margin-top:15px}.payment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.card-number-input{position:relative;display:block!important}.card-number-input input{padding-right:66px}.card-number-input .mastercard-mark{position:absolute;top:50%;right:13px;transform:translateY(-50%) scale(.76)}.payment-default-check{display:flex;align-items:center;gap:9px;margin-top:17px;color:var(--forest700);cursor:pointer;font-size:9px;font-weight:750}.payment-default-check input{position:absolute;opacity:0}.payment-default-check i{display:grid;width:23px;height:23px;place-items:center;border:1px solid var(--line2);border-radius:7px;background:#fff;color:transparent;font-style:normal}.payment-default-check input:checked+i{border-color:var(--leaf);background:var(--leaf);color:#fff}.payment-form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:23px}.payment-modal-open{overflow:hidden}.saved-products{max-width:1100px;margin:0 auto;padding:48px 28px 86px}.saved-empty{display:flex;min-height:450px;align-items:center;flex-direction:column;justify-content:center;padding:45px;border:1px dashed rgba(18,60,43,.18);border-radius:24px;background:linear-gradient(145deg,#fff,#f8faef);text-align:center}.saved-empty>i{display:grid;width:88px;height:88px;margin-bottom:23px;place-items:center;border-radius:27px;background:var(--lime1);color:var(--forest700)}.saved-empty svg{width:43px;height:43px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.saved-empty h2{margin:11px 0 9px;color:var(--forest950);font-family:Georgia,serif;font-size:36px;font-weight:550}.saved-empty p{max-width:550px;margin:0 0 25px;color:var(--muted);font-size:11px;line-height:1.7}.completion-hints{display:grid;gap:6px;margin:-13px 0 23px;padding:0 3px}.completion-hints span{display:flex;align-items:center;gap:7px;color:#66786c;font-size:8px;font-weight:680}.completion-hints b{display:grid;width:18px;height:18px;flex:none;place-items:center;border-radius:50%;background:#edf6e4;color:#448157;font-size:7px}.member-number{color:var(--forest700)!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px!important;letter-spacing:.08em}.profile-view .field-delete-action{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;background:transparent;color:#b25044;transition:.16s}.profile-view .field-delete-action:hover:not(:disabled){background:#fff0ed;color:#91382e;transform:translateY(-1px)}.profile-view .field-delete-action:disabled,.profile-view .field-delete-action.unlocked{color:#bdc6c0;cursor:default;opacity:.55}.profile-view .field-delete-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.app-password-strength{grid-template-columns:repeat(5,1fr)!important}.app-password-strength[data-score="1"] i:nth-child(-n+1),.app-password-strength[data-score="2"] i:nth-child(-n+2){background:#d95b4a}.app-password-strength[data-score="3"] i:nth-child(-n+3){background:#e2a928}.app-password-strength[data-score="4"] i:nth-child(-n+4){background:#70b957}.app-password-strength[data-score="5"] i{background:#357c50}
@media(max-width:900px){.payments-layout{grid-template-columns:1fr}.payment-summary-card{position:relative;top:auto}.saved-payment-card{grid-template-columns:1fr}.saved-card-actions{display:flex;justify-content:flex-end}.saved-card-actions button{padding:0 12px}}
@media(max-width:620px){.payments-layout,.saved-products{padding:23px 14px 58px}.payment-methods-panel,.payment-summary-card{padding:22px 18px;border-radius:16px}.payment-panel-heading{align-items:flex-start;flex-direction:column}.payment-form-card{padding:23px 18px}.payment-form-row{grid-template-columns:1fr}.saved-card-visual>strong{font-size:14px}.saved-empty{padding:30px 18px}.saved-empty h2{font-size:30px}}
.app-password-strength[data-score="3"] i:nth-child(n+4),.app-password-strength[data-score="4"] i:nth-child(5){background:#e5e8e5}

/* BETA marka rozeti, çoklu roller ve profil UI doğruluğu */
.app-brand{position:relative}.brand-beta{position:absolute;top:1px;right:-39px;padding:4px 8px;border-radius:5px;background:linear-gradient(135deg,#2f8a50,#57ac62);color:#fff;font-size:7px;font-weight:900;letter-spacing:.12em;line-height:1;box-shadow:0 6px 13px rgba(47,138,80,.22)}
.location-control span{display:block;min-width:0}.location-control em{display:block;max-width:180px;overflow:hidden;margin-top:2px;color:#7a8980;font-size:6px;font-style:normal;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.location-control:has(em:not(:empty)){height:42px}
.member-identity{display:inline-flex!important;align-items:center;justify-content:flex-end;gap:7px}.member-number{font-size:10px!important;letter-spacing:.07em}.member-role-badges{display:inline-flex;gap:3px;font-style:normal}.role-code{display:grid;width:21px;height:21px;place-items:center;border-radius:7px;color:#fff;font-size:8px;font-weight:900;box-shadow:0 5px 11px rgba(8,40,29,.11)}.role-code-consumer{background:linear-gradient(135deg,#5d9de0,#3978bd)}.role-code-producer{background:linear-gradient(135deg,#72bd58,#398948)}.role-code-advisor{background:linear-gradient(135deg,#a67bd5,#7650aa)}
.profile-role-manager{margin-top:19px;padding-top:18px;border-top:1px solid var(--line);text-align:left}.role-manager-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.role-manager-heading span,.role-manager-heading strong{display:block}.role-manager-heading span{color:var(--soft);font-size:7px;font-weight:780;text-transform:uppercase;letter-spacing:.1em}.role-manager-heading strong{margin-top:3px;color:var(--forest900);font-size:9px}.role-manager-heading button,.role-manager-actions button{padding:5px 0;border:0;border-bottom:1px solid transparent;background:transparent;color:#3e7d52;font-size:8px;font-weight:850}.role-manager-heading button:hover,.role-manager-actions button:hover{border-bottom-color:currentColor}.role-choice-grid{display:grid;gap:7px;margin-top:12px}.role-choice{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid rgba(18,60,43,.08);border-radius:12px;background:#fafbf8;color:#728078;cursor:default;opacity:.68;overflow:hidden;transition:.2s}.role-choice:after{position:absolute;right:-28px;bottom:-32px;width:82px;height:82px;border-radius:50%;background:currentColor;content:"";opacity:.035;transition:transform .3s ease}.role-choice-grid.editing .role-choice{cursor:pointer;opacity:1}.role-choice-grid.editing .role-choice:hover{transform:translateY(-2px);box-shadow:0 9px 21px rgba(8,40,29,.08)}.role-choice-grid.editing .role-choice:hover:after{transform:scale(1.25)}.role-choice input{position:absolute;opacity:0}.role-choice>i{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#fff;color:currentColor;box-shadow:0 5px 13px rgba(8,40,29,.06);animation:role-hero 3.5s ease-in-out infinite}.role-choice:nth-child(2)>i{animation-delay:.3s}.role-choice:nth-child(3)>i{animation-delay:.6s}@keyframes role-hero{50%{transform:translateY(-2px) rotate(1deg)}}.role-choice svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.role-choice>span b,.role-choice>span strong,.role-choice>span small{display:block}.role-choice>span b{position:absolute;top:8px;right:9px;font-size:8px}.role-choice>span strong{color:#263d30;font-size:9px}.role-choice>span small{margin-top:3px;font-size:7px}.role-choice>em{display:grid;width:21px;height:21px;place-items:center;border:1px solid rgba(18,60,43,.16);border-radius:50%;background:#fff;color:transparent;font-size:10px;font-style:normal}.role-choice:has(input:checked){border-color:currentColor;background:linear-gradient(135deg,#fff,rgba(237,246,220,.42));opacity:1}.role-choice:has(input:checked)>em{border-color:currentColor;background:currentColor;color:#fff}.role-consumer{color:#4a87c8}.role-producer{color:#4d9a52}.role-advisor{color:#8862bb}.role-manager-actions{display:flex;justify-content:flex-end;gap:13px;margin-top:10px}.role-manager-actions button:first-child{color:#a65347}.role-manager-actions button:last-child{color:#34744a}
.addresses-manager{position:relative;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.addresses-manager:hover{transform:translateY(-2px)}.addresses-manager:hover .address-card{border-color:rgba(86,168,62,.27);box-shadow:0 10px 24px rgba(8,40,29,.06)}.addresses-manager:hover .address-add-button i{animation:address-plus-pulse 1.2s ease-in-out infinite}@keyframes address-plus-pulse{50%{transform:scale(1.1);box-shadow:0 0 0 5px rgba(86,168,62,.09)}}.addresses-manager.address-focus-pulse{border-radius:16px;background:rgba(237,246,220,.38);box-shadow:0 0 0 8px rgba(169,213,139,.13);animation:address-focus 1.35s ease}@keyframes address-focus{0%,100%{transform:none}40%{transform:translateY(-4px)}}
.verified-input{position:relative;display:block!important}.verified-input input{padding-right:118px!important}.verified-input>b{right:11px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.phone-profile-field{position:relative;grid-template-columns:auto minmax(0,1fr) auto}.phone-profile-field input{padding-right:112px}.phone-verified-badge{position:absolute;top:50%;right:11px;z-index:2;margin:0;padding:0;border:0;background:transparent;transform:translateY(-50%)}.phone-profile-field:has([data-phone-verify]:not([hidden])) input{padding-right:82px}.password-summary{overflow:hidden;border-radius:11px}.password-summary input{background:var(--cream1)!important}.password-summary button{right:10px;padding:4px 7px;border-radius:7px;background:transparent!important}
@media(max-width:1080px){.brand-beta{right:-31px}.location-control em{display:none}.location-control:has(em:not(:empty)){height:36px}}
@media(max-width:620px){.brand-beta{top:-2px;right:-25px;padding:3px 5px;font-size:6px}.profile-role-manager{margin-top:17px}.role-choice-grid{grid-template-columns:1fr}.member-identity{align-items:flex-end;flex-direction:column;gap:4px}.phone-verified-badge{font-size:8px}}
@media(prefers-reduced-motion:reduce){.role-choice>i,.addresses-manager:hover .address-add-button i,.addresses-manager.address-focus-pulse{animation:none!important}}
/* Ayarlar merkezi, yumuşak geri bağlantıları ve profil kartı cilası */
.back-home-link{display:inline-flex;align-items:center;gap:7px;margin:0 0 17px;padding:0;border:0;background:transparent;color:#577064;font-size:9px;font-weight:780;letter-spacing:.015em;transition:color .18s ease,transform .18s ease}.back-home-link span{font-size:14px;line-height:1}.back-home-link:hover{color:var(--forest700);transform:translateX(-2px)}
.settings-view{background:var(--cream)}.settings-layout{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:start;max-width:1220px;gap:25px;margin:0 auto;padding:42px 28px 86px}.settings-sidebar,.settings-content{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.settings-sidebar{position:sticky;top:186px;padding:20px 14px}.settings-menu-label{display:block;padding:8px 11px;color:#849087;font-size:7px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.policy-label,.settings-account-label{margin-top:15px;padding-top:18px;border-top:1px solid var(--line)}.settings-nav-item{display:grid;width:100%;min-height:58px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:8px 10px;border:0;border-radius:13px;background:transparent;color:#65736b;text-align:left;transition:.18s}.settings-nav-item:hover:not(:disabled),.settings-nav-item.active{background:linear-gradient(135deg,#f2f8e9,#fbfcf8);color:var(--forest900);transform:translateX(2px)}.settings-nav-item.active{box-shadow:inset 3px 0 var(--leaf)}.settings-nav-item>i{display:grid;width:37px;height:37px;place-items:center;border-radius:11px;background:#f4f6ef;color:var(--forest700)}.settings-nav-item.active>i{background:var(--forest900);color:#fff;box-shadow:0 8px 17px rgba(18,60,43,.18)}.settings-nav-item svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.settings-nav-item strong,.settings-nav-item small{display:block}.settings-nav-item strong{font-size:10px}.settings-nav-item small{margin-top:4px;color:#8a958e;font-size:8px;font-weight:600}.settings-nav-item>b{font-size:18px;font-weight:400}.settings-nav-item.policy-item{min-height:38px;grid-template-columns:minmax(0,1fr) auto;padding:5px 11px;color:#8c958f;cursor:not-allowed;opacity:.72}.policy-item span{font-size:8px;font-weight:700}.policy-item em{padding:3px 5px;border:1px solid rgba(194,79,61,.22);border-radius:5px;color:#a96054;font-size:6px;font-style:normal;font-weight:850;text-transform:uppercase}.danger-nav>i{background:#fff0ed;color:#b34e42}.settings-content{min-height:650px;padding:38px 42px}.settings-panel{animation:settings-panel-in .22s ease-out}@keyframes settings-panel-in{from{opacity:0;transform:translateY(7px)}}.settings-panel-heading{padding-bottom:25px;border-bottom:1px solid var(--line)}.settings-panel-heading>span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.settings-panel-heading h2{margin:8px 0 9px;color:var(--forest950);font-family:Georgia,serif;font-size:32px;font-weight:560;letter-spacing:-.035em}.settings-panel-heading p{max-width:680px;margin:0;color:var(--muted);font-size:10px;line-height:1.7}
.preference-list{display:grid;margin-top:10px}.preference-row{position:relative;display:grid;min-height:83px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:15px 5px;border-bottom:1px solid var(--line);cursor:pointer}.preference-row>i{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:var(--lime1);color:var(--forest700);transition:.18s}.preference-row:hover>i{transform:translateY(-2px);box-shadow:0 9px 18px rgba(8,40,29,.08)}.preference-row svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.preference-row strong,.preference-row small{display:block}.preference-row strong{color:var(--forest900);font-size:11px}.preference-row small{max-width:560px;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.55}.preference-row input,.producer-mode-card input{position:absolute;opacity:0;pointer-events:none}.toggle-switch{position:relative;width:48px;height:27px;border-radius:999px;background:#dce1dc;box-shadow:inset 0 0 0 1px rgba(18,60,43,.08);transition:.22s}.toggle-switch:after{position:absolute;top:4px;left:4px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(8,40,29,.2);content:"";transition:.22s}.preference-row input:checked+.toggle-switch,.producer-mode-card input:checked+.toggle-switch{background:linear-gradient(135deg,#4c9c50,#71bd59)}.preference-row input:checked+.toggle-switch:after,.producer-mode-card input:checked+.toggle-switch:after{transform:translateX(21px)}.settings-save-row{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:27px}.settings-feedback{margin-right:auto;color:#438153;font-size:9px;font-weight:720}.settings-feedback[data-tone=error]{color:var(--danger)}
.settings-faq-list{display:grid;margin-top:18px}.settings-faq-list details{border-bottom:1px solid var(--line)}.settings-faq-list summary{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:20px;color:var(--forest900);cursor:pointer;font-size:11px;font-weight:780;list-style:none}.settings-faq-list summary::-webkit-details-marker{display:none}.settings-faq-list summary i{display:grid;width:29px;height:29px;flex:none;place-items:center;border-radius:50%;background:var(--cream1);color:var(--forest700);font-size:18px;font-weight:400;transition:.2s}.settings-faq-list details[open] summary i{background:var(--forest900);color:#fff;transform:rotate(45deg)}.settings-faq-list details p{max-width:720px;margin:-2px 46px 20px 0;color:var(--muted);font-size:9.5px;line-height:1.75}
.producer-mode-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:19px;margin-top:28px;padding:24px;border:1px solid rgba(86,168,62,.24);border-radius:20px;background:radial-gradient(circle at 86% 20%,rgba(169,213,139,.25),transparent 30%),linear-gradient(135deg,#fff,#f2f8e8);cursor:pointer;overflow:hidden}.producer-mode-art{display:grid;width:74px;height:74px;place-items:center;border-radius:22px;background:linear-gradient(145deg,var(--forest900),#2e7150);color:#dff1c4;box-shadow:0 13px 27px rgba(18,60,43,.2)}.producer-mode-art svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;animation:producer-leaf 4s ease-in-out infinite}@keyframes producer-leaf{50%{transform:translateY(-3px) rotate(1deg)}}.producer-mode-card strong,.producer-mode-card small{display:block}.producer-mode-card strong{color:var(--forest950);font-size:15px}.producer-mode-card small{max-width:500px;margin-top:8px;color:var(--muted);font-size:9px;line-height:1.65}.producer-policy-note{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:15px;border-radius:13px;background:#f6f3ea}.producer-policy-note>i{display:grid;width:25px;height:25px;flex:none;place-items:center;border-radius:50%;background:#fff;color:var(--forest700);font-family:Georgia,serif;font-weight:800}.producer-policy-note strong,.producer-policy-note span{display:block}.producer-policy-note strong{font-size:9px}.producer-policy-note span{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.6}
.danger-zone{display:grid;gap:16px;margin-top:25px}.danger-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;padding:22px;border:1px solid rgba(18,60,43,.11);border-radius:17px;background:#fbfcf9}.danger-card>i{display:grid;width:50px;height:50px;place-items:center;border-radius:15px;background:#f1f4ed;color:#60766a}.danger-card svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.danger-card h3{margin:0;color:var(--forest900);font-size:13px}.danger-card p{max-width:550px;margin:7px 0 0;color:var(--muted);font-size:9px;line-height:1.65}.danger-card>button{min-height:38px;padding:0 13px;border:1px solid #a8b4ac;border-radius:9px;background:#fff;color:#52665a;font-size:8px;font-weight:850}.delete-card{border-color:rgba(194,79,61,.24);background:#fffaf8}.delete-card>i{background:#fff0ed;color:#b44e41}.delete-card>button{border-color:rgba(194,79,61,.42);color:#ac493d}.danger-card>button:hover{transform:translateY(-1px);box-shadow:0 7px 16px rgba(8,40,29,.07)}
.settings-confirm-modal{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:22px}.settings-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(5,27,19,.62);backdrop-filter:blur(8px)}.settings-confirm-modal>section{position:relative;z-index:1;width:min(470px,100%);padding:32px;border-radius:22px;background:#fff;box-shadow:0 30px 80px rgba(5,27,19,.32);animation:settings-modal-in .2s ease-out}@keyframes settings-modal-in{from{opacity:0;transform:translateY(9px) scale(.98)}}.settings-confirm-modal>section>i{display:block;width:54px;height:54px;margin-bottom:20px;border-radius:17px;background:#fff0ed;color:var(--danger)}.settings-confirm-modal>section>span{color:var(--danger);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.settings-confirm-modal h2{margin:9px 0 11px;color:var(--forest950);font-family:Georgia,serif;font-size:29px;font-weight:560;line-height:1.15}.settings-confirm-modal p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.settings-confirm-modal section>div{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.settings-confirm-modal section>div button{min-height:40px;padding:0 15px;border:1px solid var(--line2);border-radius:10px;background:#fff;color:var(--forest900);font-size:9px;font-weight:820}.settings-confirm-modal section>div button:last-child{border-color:var(--danger);background:var(--danger);color:#fff}.settings-modal-open{overflow:hidden}
/* Her adres kartı kendi imleç hareketine tepki verir. */
.addresses-manager:hover{transform:none}.addresses-manager:hover .address-card{box-shadow:none}.addresses-manager:hover .address-card:not(:hover){border-color:var(--line)}.addresses-manager:hover .address-card.primary:not(:hover){border-color:rgba(86,168,62,.35);box-shadow:0 8px 22px rgba(8,40,29,.06)}.address-card{--address-rx:0deg;--address-ry:0deg;--address-mx:50%;--address-my:50%;position:relative;overflow:hidden;transform:perspective(850px) rotateX(var(--address-rx)) rotateY(var(--address-ry));transform-style:preserve-3d;transition:transform .15s ease,border-color .18s ease,box-shadow .18s ease}.address-card:after{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at var(--address-mx) var(--address-my),rgba(169,213,139,.22),transparent 34%);content:"";opacity:0;pointer-events:none;transition:opacity .18s}.address-card:hover{z-index:2;border-color:rgba(86,168,62,.38)!important;box-shadow:0 15px 32px rgba(8,40,29,.11)!important}.address-card:hover:after{opacity:1}.address-card>*{position:relative;z-index:1}
/* Profil kartı ve rol kimlikleri */
.profile-layout{grid-template-columns:340px minmax(0,1fr)}.profile-view .profile-summary-card{padding:37px 30px}.profile-view .profile-summary-card h2{font-size:30px;font-weight:650;letter-spacing:-.03em}.profile-view .profile-summary-card>p{font-size:11px;font-weight:700}.profile-view .profile-facts b{font-size:9.5px;font-weight:760}.profile-view .profile-facts small{font-size:10px;font-weight:800}.profile-view .membership-fact strong{font-size:9.5px}.profile-view .membership-fact em{font-size:8.5px}.completion-hints span{font-size:8.5px;font-weight:720}.profile-role-manager{margin-top:22px;padding-top:20px}.role-manager-heading span{font-size:7.5px}.role-manager-heading strong{font-size:11px;font-weight:820}.role-manager-heading button{padding:7px 10px;border:0!important;border-radius:8px;background:#edf6e4;color:#34784d;font-size:8.5px}.role-choice-grid{gap:10px;margin-top:15px}.role-choice{min-height:76px;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:12px 13px;border:1px solid rgba(18,60,43,.1);border-radius:16px;background:linear-gradient(135deg,#fff,#f8faf5);opacity:.8;box-shadow:0 7px 18px rgba(8,40,29,.035)}.role-choice:before{position:absolute;top:-24px;right:-20px;width:80px;height:80px;border-radius:50%;background:currentColor;content:"";opacity:.055}.role-choice>i{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#fff,rgba(255,255,255,.7));box-shadow:0 8px 18px rgba(8,40,29,.1)}.role-choice svg{width:23px;height:23px;stroke-width:1.75}.role-choice>span strong{font-size:11px;font-weight:850}.role-choice>span small{margin-top:5px;font-size:8px;line-height:1.35}.role-choice>span b{position:static;display:inline-grid!important;width:24px;height:24px;margin-bottom:5px;place-items:center;border-radius:8px;background:currentColor;color:#fff;font-size:9px;box-shadow:0 5px 11px rgba(8,40,29,.12)}.role-choice>em{width:25px;height:25px;border-width:1.5px;font-size:11px;box-shadow:0 4px 10px rgba(8,40,29,.06)}.role-choice:has(input:checked){border-color:color-mix(in srgb,currentColor 45%,transparent);background:linear-gradient(135deg,#fff,color-mix(in srgb,currentColor 8%,#fff));box-shadow:0 10px 24px color-mix(in srgb,currentColor 12%,transparent)}.role-choice-grid.editing .role-choice:hover{transform:translateY(-3px) scale(1.01)}.role-manager-actions{gap:8px}.role-manager-actions button{padding:7px 10px!important;border:0!important;border-radius:8px;background:#f1f4ed}.role-manager-actions button:last-child{background:#e8f4df}
@media(max-width:980px){.settings-layout{grid-template-columns:1fr}.settings-sidebar{position:relative;top:auto;display:flex;overflow-x:auto;gap:6px;padding:12px;scrollbar-width:none}.settings-menu-label,.policy-item{display:none}.settings-nav-item{min-width:205px}.settings-content{padding:32px}.profile-layout{grid-template-columns:1fr}}
@media(max-width:700px){.settings-layout{padding:22px 14px 58px}.settings-content{padding:24px 18px;border-radius:16px}.settings-nav-item{min-width:190px}.settings-panel-heading h2{font-size:28px}.preference-row{grid-template-columns:auto minmax(0,1fr) auto;gap:11px}.preference-row>i{width:40px;height:40px}.preference-row small{font-size:8px}.producer-mode-card,.danger-card{grid-template-columns:1fr}.producer-mode-art{width:62px;height:62px}.producer-mode-card>.toggle-switch{position:absolute;top:22px;right:20px}.danger-card>button{justify-self:start}.settings-save-row{align-items:stretch;flex-direction:column}.settings-save-row button{width:100%}.settings-confirm-modal>section{padding:26px 21px}.profile-view .profile-summary-card{padding:30px 22px}.role-choice{min-height:72px}}
@media(prefers-reduced-motion:reduce){.settings-panel,.producer-mode-art svg,.address-card,.settings-confirm-modal>section{animation:none!important;transition:none!important}.address-card{transform:none!important}}.addresses-manager:hover .address-add-button i{animation:none}.settings-confirm-modal>section>i svg{width:28px;height:28px;margin:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.preference-row input:focus-visible+.toggle-switch,.producer-mode-card input:focus-visible+.toggle-switch{outline:3px solid rgba(86,168,62,.22);outline-offset:3px}
/* Sipariş merkezi ve Üretici Portalı */
.producer-portal-tab{min-width:150px}.producer-portal-tab.locked{opacity:.48;filter:grayscale(.6);cursor:not-allowed}.producer-portal-tab:not(.locked){color:#286f47}.producer-portal-tab:not(.locked) .service-icon{background:linear-gradient(135deg,#e9f5dc,#d7edb8);box-shadow:0 7px 15px rgba(86,168,62,.12)}.portal-lock-badge{position:absolute;top:5px;left:calc(50% + 18px);padding:2px 5px;border:1px solid rgba(103,113,106,.4);border-radius:4px;color:#778078;font-size:6px;font-weight:900;letter-spacing:.08em}.portal-lock-badge[data-state=active]{border-color:rgba(86,168,62,.55);background:#edf6dc;color:#3e884e}
.orders-view{background:var(--cream)}.orders-layout{display:grid;max-width:1120px;gap:34px;margin:0 auto;padding:42px 28px 86px}.orders-section{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.06)}.orders-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.orders-section-heading span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.orders-section-heading h2{margin:7px 0 0;color:var(--forest950);font-family:Georgia,serif;font-size:29px;font-weight:560}.orders-section-heading>b{padding:7px 10px;border-radius:9px;background:var(--cream1);color:var(--muted);font-size:8px}.unfinished-orders{background:linear-gradient(145deg,#fff,#fbfaf5)}.orders-list{display:grid;gap:17px}.orders-empty{display:flex;align-items:center;gap:15px;padding:26px;border:1px dashed rgba(18,60,43,.18);border-radius:16px;background:#fafbf7}.orders-empty>i{display:grid;width:48px;height:48px;flex:none;place-items:center;border-radius:14px;background:var(--lime1);color:var(--forest700)}.orders-empty svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.orders-empty strong,.orders-empty small{display:block}.orders-empty strong{font-size:11px}.orders-empty small{margin-top:5px;color:var(--muted);font-size:9px}.order-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(8,40,29,.055)}.order-card.incomplete{border-color:rgba(202,142,48,.25)}.order-card>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 20px;border-bottom:1px solid var(--line);background:#fbfcf9}.order-card>header span,.order-card>header strong{display:block}.order-card>header span{color:var(--forest900);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:850;letter-spacing:.05em}.order-card>header strong{margin-top:4px;color:var(--soft);font-size:7px}.order-card>header>b{padding:6px 9px;border-radius:999px;background:#edf6e4;color:#3d8150;font-size:7px;font-weight:900;text-transform:uppercase}.order-card>header>b[data-status=cancelled]{background:#fff0ed;color:#ad493d}.order-card>header>b[data-status=draft],.order-card>header>b[data-status=placed],.order-card>header>b[data-status=pending_payment]{background:#fff5df;color:#a96c16}.order-progress{position:relative;display:grid;grid-template-columns:repeat(5,1fr);padding:22px 25px 18px}.order-progress:before,.order-progress:after{position:absolute;top:35px;right:10%;left:10%;height:3px;border-radius:999px;content:""}.order-progress:before{background:#e6e9e5}.order-progress:after{right:auto;width:calc((80% / 4) * var(--order-progress));background:linear-gradient(90deg,#65ad58,#3c8552)}.order-progress span{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;color:#89938c;font-size:7px;font-weight:750}.order-progress i{display:grid;width:27px;height:27px;place-items:center;border:3px solid #fff;border-radius:50%;background:#e6e9e5;color:#859087;font-size:8px;box-shadow:0 0 0 1px #e0e4df}.order-progress span:first-child i,.order-progress[style*="--order-progress:1"] span:nth-child(-n+2) i,.order-progress[style*="--order-progress:2"] span:nth-child(-n+3) i,.order-progress[style*="--order-progress:3"] span:nth-child(-n+4) i,.order-progress[style*="--order-progress:4"] span i{background:#4e9856;color:#fff;box-shadow:0 0 0 1px #4e9856}.order-products{display:grid;padding:0 20px}.order-product{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;border:0;border-top:1px solid var(--line);background:transparent;text-align:left}.order-product>i{display:grid;width:48px;height:48px;overflow:hidden;place-items:center;border-radius:13px;background:var(--lime1);color:var(--forest700)}.order-product img{width:100%;height:100%;object-fit:cover}.order-product svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.order-product strong,.order-product small{display:block}.order-product strong{color:var(--forest900);font-size:10px}.order-product small{margin-top:5px;color:var(--muted);font-size:8px}.order-product>b{color:#44805a;font-size:8px}.order-product>b em{margin-left:5px;font-size:14px;transition:.18s}.order-product.active>b em{display:inline-block;transform:rotate(90deg)}.order-item-detail{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 13px 60px;padding:13px;border-radius:12px;background:#f5f7f1;animation:order-detail-in .18s ease-out}@keyframes order-detail-in{from{opacity:0;transform:translateY(-4px)}}.order-item-detail span,.order-item-detail strong{display:block}.order-item-detail span{color:var(--soft);font-size:6px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.order-item-detail strong{margin-top:4px;color:var(--forest900);font-size:8px}.order-card>footer{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:17px 20px;border-top:1px solid var(--line);background:#fbfcf9}.order-summary-facts{display:flex;flex-wrap:wrap;gap:20px}.order-summary-facts small,.order-summary-facts strong,.order-total small,.order-total strong{display:block}.order-summary-facts small,.order-total small{color:var(--soft);font-size:6px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.order-summary-facts strong{margin-top:4px;color:#4e6155;font-size:8px}.order-total{text-align:right}.order-total strong{margin-top:3px;color:var(--forest900);font-family:Georgia,serif;font-size:20px}.order-total button{margin-top:8px;padding:6px 10px;border:0;border-radius:8px;background:var(--forest900);color:#fff;font-size:7px;font-weight:850}
.producer-portal-view{background:var(--cream)}.producer-portal-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;min-height:330px;gap:40px;padding:50px clamp(28px,8vw,130px);overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(169,213,139,.24),transparent 28%),linear-gradient(135deg,#0c3225,#174d38);color:#fff}.producer-portal-hero>div>span{color:var(--leaf3);font-size:8px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.producer-portal-hero h1{max-width:660px;margin:12px 0;color:#fff;font-family:Georgia,serif;font-size:clamp(43px,6vw,72px);font-weight:500;letter-spacing:-.055em;line-height:.97}.producer-portal-hero p{max-width:620px;margin:0;color:rgba(255,255,255,.67);font-size:11px;line-height:1.75}.producer-portal-hero button{display:inline-flex;min-height:42px;align-items:center;gap:12px;margin-top:24px;padding:0 15px;border:1px solid rgba(217,237,184,.25);border-radius:11px;background:rgba(217,237,184,.1);color:#fff;font-size:9px;font-weight:850}.producer-portal-hero button b{font-size:18px}.producer-portal-hero>i{display:grid;width:230px;height:230px;place-items:center;border:1px solid rgba(217,237,184,.14);border-radius:50%;color:var(--leaf3);box-shadow:0 0 0 28px rgba(217,237,184,.035),0 0 0 56px rgba(217,237,184,.02)}.producer-portal-hero svg{width:155px;height:155px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;animation:producer-portal-hero 5s ease-in-out infinite}@keyframes producer-portal-hero{50%{transform:translateY(-5px) rotate(1deg)}}.producer-portal-layout{display:grid;grid-template-columns:420px minmax(0,1fr);align-items:start;max-width:1240px;gap:25px;margin:0 auto;padding:42px 28px 88px}.producer-product-form,.producer-timeline{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.producer-product-form{padding:30px}.producer-form-heading span,.producer-timeline-heading span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.producer-form-heading h2,.producer-timeline-heading h2{margin:7px 0 8px;color:var(--forest950);font-family:Georgia,serif;font-size:28px;font-weight:560}.producer-form-heading p{margin:0 0 23px;color:var(--muted);font-size:9px;line-height:1.65}.producer-product-form>.field{margin-top:14px}.producer-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.producer-number-input{position:relative;display:block!important}.producer-number-input input{padding-right:35px}.producer-number-input b{position:absolute;top:50%;right:13px;color:var(--forest700);font-size:11px;transform:translateY(-50%)}.producer-product-submit{width:100%;margin-top:22px}.producer-product-submit span{font-size:15px}.producer-timeline{padding:30px}.producer-timeline-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.producer-timeline-heading>b{padding:6px 9px;border-radius:8px;background:var(--cream1);color:var(--muted);font-size:7px}.producer-product-list{display:grid;gap:12px}.producer-timeline-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#fff,#fafbf7);transition:.18s}.producer-timeline-card:hover{border-color:rgba(86,168,62,.34);transform:translateY(-2px);box-shadow:0 12px 25px rgba(8,40,29,.07)}.producer-timeline-card>i{display:grid;width:49px;height:49px;place-items:center;border-radius:14px;background:var(--lime1);color:var(--forest700)}.producer-timeline-card svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.producer-timeline-card span{color:var(--leaf);font-size:7px;font-weight:850;text-transform:uppercase}.producer-timeline-card h3{margin:4px 0;color:var(--forest900);font-size:12px}.producer-timeline-card p{margin:0;color:var(--muted);font-size:8px;line-height:1.55}.producer-timeline-card small{display:block;margin-top:7px;color:var(--soft);font-size:7px}.producer-timeline-card aside{text-align:right}.producer-timeline-card aside strong,.producer-timeline-card aside b{display:block}.producer-timeline-card aside strong{color:var(--forest900);font-family:Georgia,serif;font-size:18px}.producer-timeline-card aside b{margin-top:5px;color:#4b8c58;font-size:7px}.producer-products-empty{display:flex;min-height:340px;align-items:center;flex-direction:column;justify-content:center;padding:30px;border:1px dashed var(--line2);border-radius:18px;background:#fafbf7;text-align:center}.producer-products-empty>i{display:grid;width:55px;height:55px;place-items:center;border-radius:17px;background:var(--lime1);color:var(--forest700);font-size:26px}.producer-products-empty strong{margin-top:15px;font-size:11px}.producer-products-empty small{max-width:330px;margin-top:6px;color:var(--muted);font-size:8px;line-height:1.6}
.producer-mode-card:not(.editing){cursor:default}.producer-mode-card:not(.editing) .toggle-switch{opacity:.72;filter:grayscale(.15)}.producer-mode-action{display:inline-flex;min-height:39px;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(18,60,43,.18);border-radius:10px;background:#fff;color:var(--forest700);font-size:8px;font-weight:850}.producer-mode-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.producer-mode-action.editing{border-color:rgba(86,168,62,.35);background:var(--forest900);color:#fff}.producer-mode-action.editing svg{display:none}
/* Başlık bağlantısı daha yukarıda; profil kartı sayfayla birlikte normal akar. */
.inner-page-heading{padding-top:42px}.back-home-link{margin-top:-19px;margin-bottom:24px}.profile-summary-card,.profile-view .profile-summary-card{position:relative!important;top:auto!important;align-self:start}
@media(max-width:980px){.producer-portal-layout{grid-template-columns:1fr}.producer-product-form{order:2}.producer-timeline{order:1}.producer-portal-hero{grid-template-columns:1fr 180px}.producer-portal-hero>i{width:170px;height:170px}.orders-layout{padding-right:20px;padding-left:20px}}
@media(max-width:700px){.producer-portal-hero{grid-template-columns:1fr;padding:40px 22px}.producer-portal-hero>i{display:none}.producer-portal-layout,.orders-layout{padding:22px 14px 58px}.producer-product-form,.producer-timeline,.orders-section{padding:22px 17px;border-radius:17px}.producer-form-row{grid-template-columns:1fr}.order-progress{padding-right:8px;padding-left:8px}.order-progress b{font-size:6px}.order-item-detail{grid-template-columns:1fr 1fr;margin-left:0}.order-card>footer{align-items:flex-start;flex-direction:column}.order-total{text-align:left}.order-products{padding-right:14px;padding-left:14px}.order-product>b{font-size:0}.order-product>b em{font-size:15px}.inner-page-heading{padding-top:32px}.back-home-link{margin-top:-14px;margin-bottom:20px}}
@media(prefers-reduced-motion:reduce){.producer-portal-hero svg,.producer-timeline-card,.order-item-detail{animation:none!important;transition:none!important}}

/* Üretici görsel yükleme, akış düzenleme ve test pazarı */
.producer-form-heading{position:relative}.producer-edit-cancel{position:absolute;top:0;right:0;padding:5px 0;border:0;background:transparent;color:#9b5c4f;font-size:8px;font-weight:800}.producer-edit-cancel:hover{color:var(--danger)}
.producer-media-field{display:grid;gap:11px;margin-top:16px}.producer-image-preview{position:relative;display:grid;min-height:148px;overflow:hidden;place-items:center;border:1px dashed rgba(18,60,43,.2);border-radius:16px;background:linear-gradient(145deg,#f8faF4,#f1f7e9);color:#658071;text-align:center}.producer-image-preview>span{display:grid;justify-items:center}.producer-image-preview svg{width:31px;height:31px;margin-bottom:8px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.producer-image-preview b,.producer-image-preview small{display:block}.producer-image-preview b{font-size:9px}.producer-image-preview small{margin-top:5px;color:var(--soft);font-size:7px}.producer-image-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.producer-image-preview.has-image>span{opacity:0}.producer-image-actions{display:flex;align-items:center;gap:13px}.producer-image-actions button{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:#34784d;font-size:8px;font-weight:830}.producer-image-actions button:last-child{margin-left:auto;color:#a35b4d}.producer-image-actions svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
.producer-timeline-card>i{width:72px;height:72px;overflow:hidden}.producer-timeline-card>i img{width:100%;height:100%;object-fit:cover}.producer-timeline-card aside button{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:5px 0;border:0;background:transparent;color:#3d7952;font-size:8px;font-weight:820}.producer-timeline-card aside button:hover{color:var(--forest950)}.producer-timeline-card aside button svg{width:15px;height:15px}
.shop-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:18px;padding:4px 0 45px}.shop-product-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(8,40,29,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.shop-product-card:hover{border-color:rgba(86,168,62,.34);transform:translateY(-4px);box-shadow:0 18px 38px rgba(8,40,29,.1)}.shop-product-image{position:relative;display:grid;aspect-ratio:4/3;overflow:hidden;place-items:center;background:linear-gradient(145deg,#edf6df,#f8faf3);color:var(--forest700)}.shop-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.shop-product-card:hover .shop-product-image img{transform:scale(1.035)}.shop-product-image>i svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.shop-product-image>span{position:absolute;right:11px;bottom:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.9);color:#34734c;font-size:7px;font-weight:900;box-shadow:0 5px 15px rgba(8,40,29,.08);backdrop-filter:blur(8px)}.shop-product-copy{padding:17px}.shop-product-copy>small{color:#5a8b65;font-size:7px;font-weight:820;text-transform:uppercase;letter-spacing:.05em}.shop-product-copy h3{margin:7px 0 6px;color:var(--forest950);font-family:Georgia,serif;font-size:20px;font-weight:560;line-height:1.1}.shop-product-copy>p{min-height:39px;margin:0;color:var(--muted);font-size:8px;line-height:1.6}.shop-product-copy>div{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:16px;padding-top:13px;border-top:1px solid var(--line)}.shop-product-copy>div strong,.shop-product-copy>div small{display:block}.shop-product-copy>div strong{color:var(--forest950);font-family:Georgia,serif;font-size:20px}.shop-product-copy>div small{margin-top:3px;color:var(--soft);font-size:7px}.shop-product-copy>div button{min-height:34px;padding:0 11px;border:0;border-radius:9px;background:var(--forest900);color:#fff;font-size:8px;font-weight:850}.shop-product-copy>div button:hover{background:#246346}
@media(max-width:700px){.shop-product-grid{grid-template-columns:1fr}.producer-form-heading{padding-top:25px}.producer-edit-cancel{right:auto;left:0}.producer-timeline-card{grid-template-columns:62px minmax(0,1fr)}.producer-timeline-card>i{width:62px;height:62px}.producer-timeline-card aside{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}.producer-timeline-card aside strong,.producer-timeline-card aside b{display:inline-block;margin:0 8px 0 0}.producer-timeline-card aside button{margin:0 0 0 auto}}
@media(prefers-reduced-motion:reduce){.shop-product-card,.shop-product-image img{transition:none!important}.shop-product-card:hover{transform:none}}

/* Ürün keşfi, detay, sepet ve sistem rol kimlikleri */
.inner-page-heading{padding-top:34px!important}.inner-page-heading>div{position:relative}.back-home-link{position:relative!important;top:auto!important;margin:0 0 30px!important;transform:none!important}.back-home-link:hover{transform:translateX(-2px)!important}
.producer-image-thumbnails{display:flex;overflow-x:auto;gap:8px;padding:1px}.producer-image-thumbnails button{position:relative;width:58px;height:58px;flex:none;overflow:hidden;padding:0;border:2px solid transparent;border-radius:11px;background:#eef4e7}.producer-image-thumbnails button.active{border-color:var(--leaf)}.producer-image-thumbnails img{width:100%;height:100%;object-fit:cover}.producer-image-thumbnails span{position:absolute;top:2px;right:2px;display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:rgba(10,42,30,.78);color:#fff;font-size:12px}
.shop-product-card{position:relative;cursor:pointer}.shop-product-card:focus-visible{outline:3px solid rgba(86,168,62,.28);outline-offset:3px}.shop-product-image .product-save-button{position:absolute;z-index:3;top:10px;right:10px;display:grid;width:35px;height:35px;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#557166;box-shadow:0 7px 18px rgba(8,40,29,.12);backdrop-filter:blur(8px)}.product-save-button svg{width:18px;height:18px;fill:transparent;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-save-button.active{color:#347a4b}.product-save-button.active svg{fill:#69ad5a}
.product-image-arrow{position:absolute;z-index:2;top:50%;display:grid;width:31px;height:31px;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--forest900);font-family:Georgia,serif;font-size:22px;box-shadow:0 5px 13px rgba(8,40,29,.11);opacity:0;transform:translateY(-50%);transition:.18s}.shop-product-card:hover .product-image-arrow,.product-image-arrow:focus-visible{opacity:1}.product-image-arrow.previous{left:9px}.product-image-arrow.next{right:9px}.product-image-dots{position:absolute;z-index:2;bottom:11px;left:50%;display:flex;gap:4px;transform:translateX(-50%)}.product-image-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.6);box-shadow:0 0 0 1px rgba(8,40,29,.12)}.product-image-dots i.active{width:15px;border-radius:999px;background:#fff}
.product-card-rating{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;margin:0 0 8px!important;padding:0!important;border:0!important}.rating-stars{display:inline-flex!important;gap:1px}.rating-stars i{color:#d7ddd7;font-size:10px;font-style:normal}.rating-stars i.filled{color:#e7aa32}.product-card-rating b{color:#775c22;font-size:8px}.product-card-rating em{color:var(--soft);font-size:7px;font-style:normal}.saved-card-label{position:absolute;top:13px;left:13px;z-index:2;padding:5px 7px;border-radius:999px;background:rgba(18,60,43,.88);color:#fff;font-size:6px;text-transform:uppercase;letter-spacing:.06em}.saved-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:18px}
.product-detail-view{background:var(--cream)}.product-detail-shell{max-width:1240px;margin:0 auto;padding:34px 28px 90px}.product-detail-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:25px;padding:0;border:0;background:transparent;color:#526d5e;font-size:9px;font-weight:800}.product-detail-back span{font-size:15px}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:start;gap:34px}.product-detail-gallery,.product-detail-info{min-width:0}.product-detail-main-image{position:relative;display:grid;aspect-ratio:1.13/1;overflow:hidden;place-items:center;border:1px solid var(--line);border-radius:25px;background:linear-gradient(145deg,#edf6df,#fbfcf8);color:var(--forest700);box-shadow:0 20px 52px rgba(8,40,29,.08)}.product-detail-main-image img{width:100%;height:100%;object-fit:cover}.product-detail-main-image>svg{width:120px;height:120px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1}.product-detail-main-image button{position:absolute;top:50%;display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--forest900);font-family:Georgia,serif;font-size:31px;box-shadow:0 8px 20px rgba(8,40,29,.12);transform:translateY(-50%)}.product-detail-main-image button:first-of-type{left:16px}.product-detail-main-image button:last-of-type{right:16px}.product-detail-thumbnails{display:flex;overflow-x:auto;gap:10px;margin-top:12px}.product-detail-thumbnails button{width:78px;height:68px;flex:none;overflow:hidden;padding:0;border:2px solid transparent;border-radius:13px;background:#eff4e9;color:var(--muted);font-size:7px}.product-detail-thumbnails button.active{border-color:#65a959}.product-detail-thumbnails img{width:100%;height:100%;object-fit:cover}
.product-detail-info{padding:8px 0}.product-detail-category{display:flex;align-items:center;justify-content:space-between;gap:15px}.product-detail-category span{color:var(--leaf);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.product-detail-category b{padding:6px 9px;border-radius:999px;background:#edf6e4;color:#3f7950;font-size:7px}.product-detail-info>h1{margin:14px 0 10px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(38px,5vw,62px);font-weight:530;letter-spacing:-.045em;line-height:.98}.product-detail-rating{display:flex;align-items:center;gap:8px}.product-detail-rating .rating-stars i{font-size:15px}.product-detail-rating strong{color:#775c22;font-size:10px}.product-detail-rating>span{color:var(--soft);font-size:8px}.product-detail-description{margin:20px 0;color:#5e6f65;font-size:11px;line-height:1.8}.product-detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.product-detail-facts>span{padding:13px;border:1px solid var(--line);border-radius:13px;background:#fafbf7}.product-detail-facts small,.product-detail-facts strong{display:block}.product-detail-facts small{color:var(--soft);font-size:7px;text-transform:uppercase;letter-spacing:.07em}.product-detail-facts strong{margin-top:5px;color:var(--forest900);font-size:9px}.product-detail-purchase{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:21px;padding:19px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-detail-purchase>strong{color:var(--forest950);font-family:Georgia,serif;font-size:35px}.product-detail-purchase>div{display:flex;gap:8px}.product-detail-purchase button{display:inline-flex;min-height:43px;align-items:center;gap:8px;padding:0 14px;border-radius:11px;font-size:8px;font-weight:850}.product-detail-purchase svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.detail-save{border:1px solid var(--line2);background:#fff;color:var(--forest700)}.detail-save.active{border-color:#a8d292;background:#edf6e4}.detail-save.active svg{fill:#6eb45d}.detail-cart{border:0;background:var(--forest900);color:#fff}
.product-producer-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;margin-top:20px;padding:16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#fff,#f7faF2)}.producer-public-avatar{display:grid;width:58px;height:58px;overflow:hidden;place-items:center;border-radius:18px;background:var(--forest900);color:#fff;font-family:Georgia,serif;font-size:20px}.producer-public-avatar img{width:100%;height:100%;object-fit:cover}.product-producer-card small{color:var(--leaf);font-size:7px;font-weight:850;text-transform:uppercase}.product-producer-card h2{margin:5px 0 0;color:var(--forest950);font-size:14px}.product-producer-card p{margin:3px 0;color:var(--muted);font-size:8px}.product-producer-card>div:last-child>span{display:flex;align-items:center;gap:8px;margin-top:7px;color:var(--soft);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px}.product-producer-card>div:last-child>span i{display:inline-flex;gap:4px}.product-rating-panel{margin-top:15px;padding:15px;border-radius:14px;background:#f4f8ee}.product-rating-panel>span{color:var(--forest900);font-size:10px;font-weight:850}.product-rating-panel p{margin:4px 0;color:var(--muted);font-size:8px}.product-rating-panel>div{display:flex;gap:4px;margin-top:9px}.product-rating-panel button{padding:0;border:0;background:transparent;color:#cbd3cc;font-size:25px}.product-rating-panel button:hover,.product-rating-panel button.active{color:#e5a72e}
.cart-content{max-width:1160px;margin:0 auto;padding:42px 28px 86px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(8,40,29,.05)}.cart-item-image{display:grid;width:92px;height:82px;overflow:hidden;place-items:center;padding:0;border:0;border-radius:13px;background:var(--lime1);color:var(--forest700)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.cart-item small{color:var(--leaf);font-size:7px;text-transform:uppercase}.cart-item h3{margin:5px 0;color:var(--forest950);font-size:13px}.cart-item p{margin:0;color:var(--muted);font-size:8px}.cart-quantity{display:flex;align-items:center;width:max-content;margin-top:10px;border:1px solid var(--line2);border-radius:9px}.cart-quantity button{width:29px;height:28px;padding:0;border:0;background:transparent;color:var(--forest700)}.cart-quantity strong{min-width:28px;text-align:center;font-size:9px}.cart-item aside{text-align:right}.cart-item aside strong{display:block;color:var(--forest950);font-family:Georgia,serif;font-size:20px}.cart-item aside button{margin-top:11px;padding:0;border:0;background:transparent;color:#a65347;font-size:8px;font-weight:760}.cart-summary{position:sticky;top:185px;padding:26px;border-radius:20px;background:linear-gradient(145deg,var(--forest900),#0a3324);color:#fff;box-shadow:0 18px 42px rgba(8,40,29,.16)}.cart-summary>span{color:var(--leaf3);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.cart-summary h2{margin:8px 0 20px;color:#fff;font-family:Georgia,serif;font-size:28px;font-weight:520}.cart-summary p{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0;padding:11px 0;border-top:1px solid rgba(255,255,255,.12)}.cart-summary small{color:rgba(255,255,255,.62);font-size:8px}.cart-summary strong{font-size:10px}.cart-summary-total strong{font-family:Georgia,serif;font-size:21px}.cart-summary>.primary-button{width:100%;margin-top:18px;background:var(--leaf3);color:var(--forest950)}.cart-summary>small{display:block;margin-top:10px;text-align:center;line-height:1.5}
.producer-cooldown-status{display:flex;align-items:flex-start;gap:12px;margin-top:15px;padding:14px;border:1px solid rgba(193,127,36,.25);border-radius:13px;background:#fff8e8;color:#805d24}.producer-cooldown-status>i{display:grid;width:38px;height:38px;flex:none;place-items:center;border-radius:11px;background:#fff1cd}.producer-cooldown-status svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.producer-cooldown-status p{margin:0}.producer-cooldown-status strong,.producer-cooldown-status span,.producer-cooldown-status b{display:block}.producer-cooldown-status strong{font-size:9px}.producer-cooldown-status span{margin-top:4px;font-size:8px;line-height:1.5}.producer-cooldown-status b{margin-top:7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:17px;letter-spacing:.05em}
.profile-role-manager{margin-top:22px}.role-manager-heading{margin-bottom:13px}.role-choice-grid{display:grid;gap:9px!important}.role-choice{position:relative;display:grid!important;min-height:70px!important;grid-template-columns:48px 38px minmax(0,1fr)!important;align-items:center;gap:10px!important;overflow:hidden;padding:11px 13px!important;border:0!important;border-radius:16px!important;opacity:1!important;box-shadow:none!important}.role-choice[hidden]{display:none!important}.role-choice>b{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:rgba(255,255,255,.78);font-family:Georgia,serif;font-size:20px;box-shadow:0 6px 15px rgba(8,40,29,.07)}.role-choice>i{display:grid!important;width:35px!important;height:35px!important;place-items:center;border-radius:11px!important;background:transparent!important;box-shadow:none!important}.role-choice>span strong{font-size:10px!important}.role-choice>span small{font-size:8px!important}.role-consumer{background:linear-gradient(135deg,#eaf5ff,#f7fbff)!important;color:#3473a1}.role-producer{background:linear-gradient(135deg,#e8f5df,#f8fbf4)!important;color:#387b4b}.role-advisor{background:linear-gradient(135deg,#fff0df,#fff9f1)!important;color:#a46929}.role-system-note{margin:12px 2px 0;color:var(--soft);font-size:7.5px;line-height:1.55}
@media(max-width:900px){.product-detail-layout,.cart-layout{grid-template-columns:1fr}.cart-summary{position:relative;top:auto}.product-detail-info>h1{font-size:44px}}
@media(max-width:620px){.product-detail-shell,.cart-content{padding-right:14px;padding-left:14px}.product-detail-facts{grid-template-columns:1fr}.product-detail-purchase{align-items:stretch;flex-direction:column}.product-detail-purchase>div{display:grid}.cart-item{grid-template-columns:74px minmax(0,1fr)}.cart-item-image{width:74px;height:70px}.cart-item aside{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}.saved-product-grid{grid-template-columns:1fr}.role-choice{grid-template-columns:42px 34px minmax(0,1fr)!important}.inner-page-heading{padding-top:26px!important}.back-home-link{margin-bottom:25px!important}}
@media(prefers-reduced-motion:reduce){.product-image-arrow,.shop-product-card,.product-detail-main-image img{transition:none!important}}
.profile-role-manager .role-choice:before{display:none!important}

/* Üretici Portalı iç menüsü, sipariş ve kazanç merkezi */
.producer-portal-nav{position:sticky;z-index:18;top:134px;display:flex;max-width:1240px;overflow-x:auto;gap:7px;margin:-25px auto 0;padding:10px;border:1px solid rgba(18,60,43,.12);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 15px 38px rgba(8,40,29,.11);backdrop-filter:blur(16px)}.producer-portal-nav button{position:relative;display:grid;min-width:190px;min-height:58px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 12px;border:0;border-radius:12px;background:transparent;color:#6b786f;text-align:left}.producer-portal-nav button.active,.producer-portal-nav button:hover{background:linear-gradient(135deg,#edf6e4,#f8faf5);color:var(--forest900)}.producer-portal-nav button.active{box-shadow:inset 3px 0 var(--leaf)}.producer-portal-nav button>i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#f0f3ec;color:var(--forest700)}.producer-portal-nav button.active>i{background:var(--forest900);color:#fff}.producer-portal-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.producer-portal-nav button>span{font-size:9px;font-weight:850}.producer-portal-nav button>b{display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:#db704e;color:#fff;font-size:7px}.producer-portal-nav button>em{padding:3px 5px;border:1px solid rgba(86,168,62,.35);border-radius:5px;color:#438052;font-size:6px;font-style:normal;font-weight:900}.producer-portal-content{max-width:1240px;margin:0 auto;padding:37px 28px 88px}.producer-panel{animation:producer-panel-in .22s ease-out}@keyframes producer-panel-in{from{opacity:0;transform:translateY(7px)}}.producer-panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:21px}.producer-panel-heading>div>span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.producer-panel-heading h2{margin:7px 0 6px;color:var(--forest950);font-family:Georgia,serif;font-size:32px;font-weight:550}.producer-panel-heading p{margin:0;color:var(--muted);font-size:9px;line-height:1.6}.producer-panel-heading>button{display:inline-flex;min-height:39px;align-items:center;gap:8px;padding:0 13px;border:0;border-radius:10px;background:var(--forest900);color:#fff;font-size:8px;font-weight:850}.producer-panel-heading>button i{font-size:17px}.producer-panel .producer-timeline{padding:30px}.producer-editor-panel{max-width:850px;margin:0 auto}.producer-editor-panel .producer-product-form{padding:36px}.producer-editor-back{margin-bottom:17px;padding:0;border:0;background:transparent;color:#557064;font-size:9px;font-weight:800}.producer-form-heading>p>b,.producer-product-form .field>span>b{color:#bd5847}.producer-product-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.producer-product-meta b{padding:4px 6px;border-radius:6px;background:#edf4e7;color:#55725e;font-size:6px;font-weight:800}
.producer-orders-list{display:grid;gap:16px}.producer-order-card{overflow:hidden;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 13px 35px rgba(8,40,29,.06)}.producer-order-card>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 20px;border-bottom:1px solid var(--line);background:#fafbf8}.producer-order-card>header span,.producer-order-card>header strong{display:block}.producer-order-card>header span{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:850}.producer-order-card>header strong{margin-top:4px;color:var(--soft);font-size:7px}.producer-order-card>header>b{padding:6px 8px;border-radius:999px;background:#edf6e4;color:#3e7b50;font-size:7px;text-transform:uppercase}.producer-order-card>header>b[data-status=cancelled]{background:#fff0ed;color:#ad4f42}.producer-order-card>header>b[data-status=pending_payment],.producer-order-card>header>b[data-status=placed]{background:#fff5df;color:#a26c1f}.producer-order-body{display:grid;grid-template-columns:1.15fr 1fr .8fr;gap:22px;padding:21px}.producer-order-body section{min-width:0}.producer-order-body h3{margin:0 0 12px;color:var(--forest900);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.producer-order-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid var(--line)}.producer-order-item img,.producer-order-item>i{display:grid;width:43px;height:43px;flex:none;object-fit:cover;place-items:center;border-radius:11px;background:var(--lime1);color:var(--forest700);font-size:8px}.producer-order-item strong,.producer-order-item small{display:block}.producer-order-item strong{font-size:9px}.producer-order-item small{margin-top:4px;color:var(--muted);font-size:7px}.producer-buyer-info p,.producer-order-finance p{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px;margin:0;padding:7px 0;border-top:1px solid var(--line)}.producer-buyer-info small,.producer-order-finance small{color:var(--soft);font-size:7px}.producer-buyer-info strong,.producer-buyer-info a,.producer-order-finance strong{overflow-wrap:anywhere;color:#43594c;font-size:8px;text-decoration:none}.producer-order-finance p.net strong{color:var(--forest900);font-size:11px}.producer-order-card>footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:13px 20px;border-top:1px solid var(--line);background:#fafbf8}.producer-order-card>footer a,.producer-order-card>footer button{padding:7px 9px;border:0;border-radius:8px;background:transparent;font-size:8px;font-weight:800}.producer-order-card>footer a{color:#39794e}.producer-order-card>footer button{background:#fff0ed;color:#a44b40}.producer-cancel-form{padding:18px 20px;border-top:1px solid #ecd1ca;background:#fff8f6}.producer-cancel-form label span{display:block;margin-bottom:6px;color:#8b5a51;font-size:8px;font-weight:850}.producer-cancel-form textarea{width:100%;min-height:80px;padding:10px;border:1px solid #e7c7c0;border-radius:10px;resize:vertical}.producer-cancel-form>div{display:flex;justify-content:flex-end;gap:8px;margin-top:9px}.producer-cancel-form button{padding:8px 11px;border:0;border-radius:8px;background:#fff;color:#81584f;font-size:8px}.producer-cancel-form button:last-child{background:#a64e42;color:#fff}
.producer-earnings-dashboard{display:grid;gap:18px}.earnings-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.earnings-overview article{padding:23px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 11px 30px rgba(8,40,29,.05)}.earnings-overview span,.earnings-overview strong,.earnings-overview small{display:block}.earnings-overview span{color:var(--muted);font-size:8px;font-weight:800}.earnings-overview strong{margin:8px 0 4px;color:var(--forest950);font-family:Georgia,serif;font-size:29px}.earnings-overview small{color:var(--soft);font-size:7px}.earnings-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}.earnings-chart,.earnings-breakdown{padding:27px;border:1px solid var(--line);border-radius:19px;background:#fff}.earnings-chart>div:first-child>span,.earnings-breakdown>span{color:var(--leaf);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.earnings-chart h3,.earnings-breakdown h3{margin:6px 0 20px;font-family:Georgia,serif;font-size:24px;font-weight:540}.earnings-bars{display:flex;height:210px;align-items:flex-end;justify-content:space-around;gap:12px;padding-top:20px;border-bottom:1px solid var(--line)}.earnings-bars>span{display:flex;height:100%;align-items:center;flex:1;flex-direction:column;justify-content:flex-end;gap:7px}.earnings-bars i{width:min(38px,70%);min-height:8px;border-radius:8px 8px 2px 2px;background:linear-gradient(#80bf64,#34764d)}.earnings-bars b{color:var(--muted);font-size:7px;text-transform:uppercase}.earnings-bars>p{align-self:center;color:var(--muted);font-size:9px}.earnings-breakdown p{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:11px 0;border-top:1px solid var(--line)}.earnings-breakdown small{color:var(--muted);font-size:8px}.earnings-breakdown strong{font-size:9px}.earnings-breakdown p.total strong{color:var(--forest900);font-family:Georgia,serif;font-size:20px}.earnings-breakdown>button{width:100%;height:41px;margin-top:16px;border:0;border-radius:10px;background:#dfe5dc;color:#859087;font-size:8px;font-weight:850;cursor:not-allowed}.earnings-breakdown>button b{margin-left:6px}.earnings-breakdown>em{display:block;margin-top:8px;color:var(--soft);font-size:7px;font-style:normal;line-height:1.5}
.product-producer-card .role-code-producer{display:inline-grid!important;width:25px!important;height:25px!important;place-items:center!important;border-radius:8px!important;background:#397c4e!important;color:#fff!important;font-size:9px!important;box-shadow:0 5px 12px rgba(37,102,64,.18)}
.cart-item-controls{display:flex;align-items:center;gap:7px;margin-top:10px}.cart-item-controls .cart-quantity{margin-top:0}.cart-trash-button{display:grid;width:31px;height:31px;place-items:center;padding:0;border:0;border-radius:9px;background:#fff0ed;color:#a64e42}.cart-trash-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.cart-item aside>small{display:block;margin-top:5px;color:var(--soft);font-size:7px}.stock-limit-hit{animation:stock-limit-hit .78s ease}@keyframes stock-limit-hit{0%,100%{transform:none;box-shadow:0 10px 28px rgba(8,40,29,.05)}20%,60%{transform:translateX(-5px);border-color:#d97559;box-shadow:0 0 0 4px rgba(217,117,89,.14)}40%,80%{transform:translateX(5px)}}.shop-product-card.stock-limit-hit{animation-name:stock-limit-card}@keyframes stock-limit-card{0%,100%{transform:none}25%,75%{transform:translateX(-5px)}50%{transform:translateX(5px)}}
.checkout-view{background:var(--cream)}.checkout-content{max-width:1180px;margin:0 auto;padding:42px 28px 90px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 365px;align-items:start;gap:24px}.checkout-payment-panel,.checkout-summary-panel{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.checkout-payment-panel{display:grid;gap:20px;padding:32px}.checkout-panel-heading span,.checkout-summary-panel>span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.checkout-panel-heading h2,.checkout-summary-panel h2{margin:7px 0 8px;color:var(--forest950);font-family:Georgia,serif;font-weight:550}.checkout-panel-heading h2{font-size:31px}.checkout-panel-heading p{max-width:620px;margin:0;color:var(--muted);font-size:10px;line-height:1.7}.test-wallet-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:23px;border:1px solid rgba(86,168,62,.25);border-radius:19px;background:linear-gradient(135deg,#eef9e5,#fbfff4)}.test-wallet-card:before{position:absolute;inset:-40px -70px auto auto;width:190px;height:190px;border-radius:50%;background:rgba(86,168,62,.13);content:""}.test-wallet-card span{color:#417f50;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.test-wallet-card h3{margin:8px 0 4px;color:var(--forest950);font-family:Georgia,serif;font-size:35px;font-weight:560}.test-wallet-card p{margin:0;color:var(--muted);font-size:9px}.test-wallet-card>svg{position:relative;z-index:1;width:58px;height:58px;padding:12px;border-radius:17px;background:#fff;color:var(--forest700);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55;box-shadow:0 12px 25px rgba(8,40,29,.09)}.test-wallet-card footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid rgba(18,60,43,.09)}.test-wallet-card footer b{color:var(--muted);font-size:8px}.test-wallet-card footer strong{color:#3b8650;font-size:11px}.checkout-method-block{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fbfcf8}.checkout-block-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.checkout-block-title span{color:var(--forest900);font-size:9px;font-weight:850}.checkout-block-title button{padding:0;border:0;background:transparent;color:var(--leaf);font-size:8px;font-weight:850}.checkout-card-list{display:grid;gap:10px}.checkout-card-option,.checkout-instant-toggle{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.18s}.checkout-instant-toggle{grid-template-columns:auto minmax(0,1fr)}.checkout-card-option:hover,.checkout-instant-toggle:hover{border-color:rgba(86,168,62,.35);box-shadow:0 10px 24px rgba(8,40,29,.06);transform:translateY(-1px)}.checkout-card-option input,.checkout-instant-toggle input{width:18px;height:18px;accent-color:var(--leaf)}.checkout-card-option strong,.checkout-card-option small,.checkout-instant-toggle strong,.checkout-instant-toggle small{display:block}.checkout-card-option strong,.checkout-instant-toggle strong{color:var(--forest900);font-size:10px}.checkout-card-option small,.checkout-instant-toggle small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.45}.checkout-card-option em{color:var(--leaf);font-size:8px;font-style:normal;font-weight:850}.checkout-empty-method{display:flex;align-items:center;gap:12px;padding:16px;border:1px dashed rgba(18,60,43,.18);border-radius:14px;background:#fff}.checkout-empty-method>i{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--lime1);color:var(--forest700)}.checkout-empty-method svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.checkout-empty-method strong,.checkout-empty-method small{display:block}.checkout-empty-method strong{font-size:10px}.checkout-empty-method small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.5}.instant-method{background:linear-gradient(145deg,#fff,#f8faf4)}.checkout-instant-form{display:grid;gap:13px;margin-top:15px}.checkout-summary-panel{position:sticky;top:185px;padding:28px;background:linear-gradient(145deg,#173f30,#0a3123);color:#fff}.checkout-summary-panel h2{color:#fff;font-size:29px;line-height:1.1}.checkout-address{display:flex;align-items:flex-start;gap:11px;margin:19px 0;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}.checkout-address i{display:grid;width:38px;height:38px;flex:none;place-items:center;border-radius:11px;background:rgba(255,255,255,.1);color:#d8efcf}.checkout-address svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.checkout-address small,.checkout-address strong{display:block}.checkout-address small{color:rgba(255,255,255,.55);font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.checkout-address strong{margin-top:4px;color:#fff;font-size:8px;line-height:1.5}.checkout-items{display:grid;gap:10px;max-height:290px;overflow:auto;padding-right:3px}.checkout-items>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border-radius:13px;background:rgba(255,255,255,.07)}.checkout-items span{display:grid;width:45px;height:45px;overflow:hidden;place-items:center;border-radius:12px;background:rgba(255,255,255,.12);color:#d9efcf;font-size:8px;font-weight:900}.checkout-items img{width:100%;height:100%;object-fit:cover}.checkout-items strong,.checkout-items small{display:block}.checkout-items strong{color:#fff;font-size:9px}.checkout-items small{margin-top:4px;color:rgba(255,255,255,.56);font-size:7px}.checkout-items b{font-size:8px}.checkout-totals{margin-top:18px}.checkout-totals p{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0;padding:11px 0;border-top:1px solid rgba(255,255,255,.12)}.checkout-totals small{color:rgba(255,255,255,.55);font-size:8px}.checkout-totals strong{font-size:10px}.checkout-totals .total strong{font-family:Georgia,serif;font-size:23px}.checkout-submit{width:100%;display:flex!important;align-items:center;justify-content:space-between;margin-top:18px;background:var(--leaf3)!important;color:var(--forest950)!important}.checkout-submit:disabled{opacity:.7;cursor:wait}.checkout-beta-note{display:block;margin-top:11px;color:rgba(255,255,255,.58);font-size:7px;line-height:1.55;text-align:center}.checkout-empty{min-height:500px}
@media(max-width:920px){.checkout-layout{grid-template-columns:1fr}.checkout-summary-panel{position:relative;top:auto}.checkout-panel-heading h2{font-size:27px}}
@media(max-width:620px){.checkout-content{padding:22px 14px 60px}.checkout-payment-panel,.checkout-summary-panel{padding:21px 17px;border-radius:18px}.test-wallet-card{grid-template-columns:1fr}.test-wallet-card>svg{display:none}.checkout-card-option{grid-template-columns:auto minmax(0,1fr);gap:9px}.checkout-card-option .mastercard-mark,.checkout-card-option em{display:none}.checkout-items{max-height:none}}
@media(max-width:900px){.producer-portal-nav{top:125px;margin-right:14px;margin-left:14px}.producer-portal-content{padding-right:14px;padding-left:14px}.producer-order-body,.earnings-grid{grid-template-columns:1fr}.earnings-overview{grid-template-columns:1fr}.producer-order-body section{padding-bottom:6px}.producer-editor-panel .producer-product-form{padding:25px 19px}}@media(max-width:620px){.producer-portal-nav button{min-width:170px}.producer-panel-heading{align-items:flex-start;flex-direction:column}.producer-panel-heading>button{width:100%;justify-content:center}.producer-order-card>footer{align-items:stretch;flex-direction:column}.producer-order-card>footer a,.producer-order-card>footer button{text-align:center}.producer-buyer-info p,.producer-order-finance p{grid-template-columns:75px minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.producer-panel,.stock-limit-hit{animation:none!important}}

/* Bildirim merkezi, sepet adedi ve kart hizalama güncellemeleri */
.inbox-area{position:relative}.inbox-trigger{position:relative;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.72);color:var(--forest700);transition:.18s}.inbox-trigger:hover{border-color:rgba(86,168,62,.45);background:var(--lime1);transform:translateY(-1px)}.inbox-trigger svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.inbox-count{position:absolute;top:-5px;right:-5px;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border:2px solid var(--cream);border-radius:999px;background:#2f6f8f;color:#fff;font-size:8px;font-weight:850}.inbox-popover{position:absolute;z-index:30;top:52px;right:-54px;width:min(360px,calc(100vw - 24px));padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(8,40,29,.18)}.inbox-popover:before{position:absolute;top:-7px;right:68px;width:13px;height:13px;border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff;content:"";transform:rotate(45deg)}.inbox-popover header{display:grid;gap:4px;padding:4px 2px 12px}.inbox-popover header span{color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.inbox-popover header strong{color:var(--forest950);font-size:13px}.inbox-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:12px;background:var(--cream1)}.inbox-tabs button{height:34px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:8px;font-weight:850}.inbox-tabs button.active{background:#fff;color:var(--forest900);box-shadow:0 6px 14px rgba(8,40,29,.08)}.inbox-panel{display:grid;gap:8px;margin-top:12px;max-height:340px;overflow:auto}.inbox-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fbfcf8}.inbox-item>i{width:10px;height:10px;margin-top:3px;border-radius:50%;background:#2f6f8f}.inbox-item[data-tone=success]>i{background:var(--leaf)}.inbox-item[data-tone=danger]>i{background:var(--danger)}.inbox-item strong,.inbox-item small,.inbox-item em{display:block}.inbox-item strong{color:var(--forest900);font-size:9px}.inbox-item small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.45}.inbox-item em{margin-top:7px;color:var(--soft);font-size:7px;font-style:normal}.shop-product-card{display:flex;min-height:100%;flex-direction:column}.shop-product-copy{display:flex;flex:1;flex-direction:column}.shop-product-copy h3{min-height:44px}.shop-product-copy>p{display:-webkit-box;min-height:40px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-facts{display:grid!important;grid-template-columns:1fr;gap:5px!important;margin:10px 0 0!important;padding:0!important;border:0!important}.product-card-facts span{overflow:hidden;padding:6px 8px;border-radius:999px;background:#f1f6eb;color:#4d7657;font-size:7px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.product-card-footer{margin-top:auto!important}.product-card-footer button:disabled,.detail-cart:disabled{cursor:not-allowed;background:#d9e1d8!important;color:#6d7a72!important;transform:none!important}.cart-quantity{overflow:hidden}.cart-quantity-input{width:42px;height:28px;border:0;border-inline:1px solid var(--line2);background:#fff;color:var(--forest900);font-size:9px;font-weight:850;text-align:center;outline:0}.cart-quantity-input:focus{box-shadow:inset 0 0 0 2px rgba(86,168,62,.24)}.cart-quantity-input::-webkit-outer-spin-button,.cart-quantity-input::-webkit-inner-spin-button{margin:0}.phone-profile-field .phone-verify-link{display:inline-flex;height:31px;align-items:center;gap:4px;margin-right:8px;padding:0 2px;border:0;border-radius:0;background:transparent;color:var(--forest700);font-size:8px;font-weight:850;text-decoration:underline;text-underline-offset:3px}.phone-profile-field .phone-verify-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.phone-profile-field .phone-verify-link:hover{color:#2f6f8f}.location-permission-empty{display:grid!important;gap:8px;padding:12px;border:1px dashed rgba(18,60,43,.2);border-radius:13px;background:#fbfcf8}.location-permission-empty button{justify-self:start;padding:0;border:0;background:transparent;color:var(--forest700);font-size:8px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.producer-flow-feedback{margin:0 0 14px!important}.producer-flow-feedback[hidden]{display:none!important}@media(max-width:620px){.inbox-trigger{width:40px;height:40px}.inbox-popover{right:-44px}.shop-product-copy h3{min-height:auto}}
.profile-subtabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:6px;border:1px solid var(--line);border-radius:14px;background:#f8faf4}.profile-subtabs button{min-height:38px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:8px;font-weight:850}.profile-subtabs button.active{background:#fff;color:var(--forest900);box-shadow:0 8px 18px rgba(8,40,29,.08)}.profile-tab-panel{display:none}.profile-tab-panel.active{display:block}.profile-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 20px}.profile-metric-grid article{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcf8}.profile-metric-grid small,.profile-metric-grid strong,.profile-metric-grid span{display:block}.profile-metric-grid small{color:var(--soft);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.profile-metric-grid strong{margin-top:6px;color:var(--forest950);font-size:16px}.profile-metric-grid span{margin-top:5px;color:var(--muted);font-size:7px;line-height:1.45}.role-advisor{background:linear-gradient(135deg,#f2e9ff,#fbf8ff)!important;color:#6b3bbd!important}.role-advisor>b{color:#6b3bbd}.role-code-advisor{background:#6b3bbd!important;color:#fff!important}.producer-tag-field>span{display:flex;align-items:center;justify-content:space-between}.producer-tag-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.producer-tag-options button{min-height:32px;padding:0 11px;border:1px solid rgba(55,116,73,.18);border-radius:999px;background:#fff;color:#496454;font-size:8px;font-weight:850}.producer-tag-options button.active{border-color:rgba(86,168,62,.42);background:#eaf7df;color:#2f6f42}.producer-media-field.required{padding:17px;border:1px dashed rgba(55,116,73,.35);border-radius:18px;background:#fbfcf8}.producer-media-field.required .producer-image-preview{min-height:230px}.producer-media-field.required .producer-image-preview b em{color:var(--danger);font-style:normal}.producer-media-field.required .producer-image-actions button:first-of-type{min-height:38px}.product-card-facts{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin:11px 0 0!important;padding:0!important;border:0!important}.product-card-facts span{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#617064!important;font-size:7.5px!important;font-weight:650!important;line-height:1.35!important}.product-card-facts svg{width:14px;height:14px;flex:none;fill:none;stroke:#6f9074;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-card-facts b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:650}.product-detail-tags{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 10px}.product-detail-tags span{padding:6px 9px;border-radius:999px;background:#e9f6df;color:#377449;font-size:7px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.product-producer-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:20px;padding:16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#fff,#f7faf2);text-align:left;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.product-producer-card:hover{border-color:rgba(86,168,62,.38);box-shadow:0 16px 34px rgba(8,40,29,.1);transform:translateY(-1px)}.product-producer-card>strong{justify-self:end;color:#39794e;font-size:8px;font-weight:900}.product-producer-card>strong b{font-size:14px}.producer-public-avatar.large{width:86px;height:86px;border-radius:24px;font-size:28px}.public-profile-view{background:var(--cream)}.public-profile-shell{max-width:980px;margin:0 auto;padding:34px 24px 90px}.public-profile-content{display:grid;gap:16px}.public-profile-hero,.public-profile-metrics,.public-profile-copy,.public-profile-products{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(8,40,29,.06)}.public-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;padding:26px}.public-profile-hero span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.public-profile-hero h1{margin:6px 0 4px;color:var(--forest950);font-family:Georgia,serif;font-size:34px;font-weight:560}.public-profile-hero p{margin:0;color:var(--muted);font-size:10px}.public-profile-badges{display:flex;gap:5px;margin-top:10px}.public-profile-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:0;overflow:hidden}.public-profile-metrics article{padding:20px;border-left:1px solid var(--line)}.public-profile-metrics article:first-child{border-left:0}.public-profile-metrics small,.public-profile-metrics strong{display:block}.public-profile-metrics small{color:var(--soft);font-size:7px;font-weight:900;text-transform:uppercase}.public-profile-metrics strong{margin-top:7px;color:var(--forest950);font-size:22px}.public-profile-copy,.public-profile-products{padding:24px}.public-profile-copy h2,.public-profile-products h2{margin:0 0 12px;color:var(--forest950);font-size:13px}.public-profile-copy p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.public-profile-copy div{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.public-profile-copy span{padding:6px 9px;border-radius:999px;background:#eef5e8;color:#4a7053;font-size:7px;font-weight:850}.public-profile-products>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.public-profile-products article{padding:13px;border:1px solid var(--line);border-radius:14px;background:#fbfcf8}.public-profile-products b,.public-profile-products small{display:block}.public-profile-products b{color:var(--forest900);font-size:9px}.public-profile-products small{margin-top:5px;color:var(--muted);font-size:7px}@media(max-width:760px){.profile-metric-grid,.public-profile-metrics,.public-profile-products>div{grid-template-columns:1fr}.public-profile-hero{grid-template-columns:1fr}.product-producer-card{grid-template-columns:auto minmax(0,1fr)}.product-producer-card>strong{grid-column:1/-1;justify-self:start}.producer-media-field.required .producer-image-preview{min-height:185px}}
/* Arama, sipariş animasyonları ve üretici operasyon panelleri */
.global-search{position:relative}.search-suggestions{position:absolute;z-index:45;top:52px;left:0;right:0;display:grid;gap:7px;padding:9px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 22px 48px rgba(8,40,29,.16);animation:search-suggestions-in .16s ease-out}.search-suggestions[hidden]{display:none}.search-suggestions button{display:grid;gap:3px;padding:10px 12px;border:1px solid transparent;border-radius:11px;background:#fbfcf8;color:var(--forest900);text-align:left;animation:search-suggestion-row .2s ease-out both;animation-delay:calc(var(--suggestion-index,0) * 35ms)}.search-suggestions button:hover{border-color:rgba(86,168,62,.32);background:#f1f8eb;transform:translateY(-1px)}.search-suggestions span{font-size:10px;font-weight:850}.search-suggestions small{color:var(--muted);font-size:7.5px}@keyframes search-suggestions-in{from{opacity:0;transform:translateY(-5px)}}@keyframes search-suggestion-row{from{opacity:0;transform:translateY(6px)}}
.order-progress span[data-current=true] i{position:relative;background:#2f8c50;color:#fff;animation:order-current-step 1.7s ease-in-out infinite}.order-progress span[data-current=true] i:after,.order-progress span[data-current=true] i:before{position:absolute;inset:-8px;border:1px solid rgba(47,140,80,.48);border-radius:50%;content:"";animation:order-step-wave 1.7s ease-out infinite}.order-progress span[data-current=true] i:before{animation-delay:.45s}.order-progress span[data-current=true] b{color:var(--forest900)}.order-progress span[data-complete=true] i{background:#4e9856;color:#fff;box-shadow:0 0 0 1px #4e9856}.order-progress span{position:relative}.order-progress span:hover:after{position:absolute;z-index:4;top:45px;left:50%;width:min(220px,44vw);padding:10px 11px;border:1px solid rgba(18,60,43,.12);border-radius:11px;background:#102f24;color:#fff;content:attr(data-help);font-size:8px;font-weight:650;line-height:1.45;text-align:left;box-shadow:0 14px 30px rgba(8,40,29,.2);transform:translateX(-50%)}@keyframes order-current-step{50%{transform:scale(1.08)}}@keyframes order-step-wave{0%{opacity:.8;transform:scale(.82)}100%{opacity:0;transform:scale(1.55)}}
.order-card-overview{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px 20px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#fbfcf8)}.order-card-overview>i{display:grid;width:72px;height:72px;overflow:hidden;place-items:center;border-radius:16px;background:#edf6e4;color:var(--forest700)}.order-card-overview img{width:100%;height:100%;object-fit:cover}.order-card-overview svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.order-card-overview small,.order-card-overview h3,.order-card-overview p,.order-card-overview button span,.order-card-overview button b{display:block}.order-card-overview small{color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.order-card-overview h3{margin:5px 0 4px;color:var(--forest900);font-size:15px}.order-card-overview p{margin:0;color:var(--muted);font-size:9px}.order-card-overview button{padding:10px 12px;border:1px solid rgba(86,168,62,.22);border-radius:12px;background:#fff;color:var(--forest900);text-align:left;transition:.18s}.order-card-overview button:hover{border-color:rgba(86,168,62,.45);box-shadow:0 10px 22px rgba(8,40,29,.08);transform:translateY(-1px)}.order-card-overview button span{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.order-card-overview button b{margin-top:3px;color:#3c8050;font-size:7px}.order-item-detail{align-items:end}.order-item-detail button{padding:8px 10px;border:0;border-radius:9px;background:var(--forest900);color:#fff;font-size:7px;font-weight:850}.order-card-actions{display:flex;justify-content:flex-end;padding:0 20px 17px;background:#fbfcf9}.order-card-actions button{min-height:34px;padding:0 12px;border:1px solid rgba(18,60,43,.12);border-radius:9px;background:#fff;color:var(--forest700);font-size:8px;font-weight:850}.order-card-actions button.active,.order-card-actions button:hover{border-color:rgba(86,168,62,.34);background:#eef7e8}.order-detail-drawer{display:grid;gap:14px;margin:0 20px 20px;padding:17px;border:1px solid rgba(18,60,43,.1);border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);animation:order-detail-in .18s ease-out}.order-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.order-detail-grid article{padding:12px;border-radius:12px;background:#f5f7f1}.order-detail-grid span,.order-detail-grid strong{display:block}.order-detail-grid span{color:var(--soft);font-size:6.5px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.order-detail-grid strong{margin-top:5px;color:var(--forest900);font-size:8px;line-height:1.45}.order-detail-lines{display:grid;gap:8px}.order-detail-lines>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fbfcf8}.order-detail-lines span{display:grid;width:42px;height:42px;overflow:hidden;place-items:center;border-radius:10px;background:#eaf4e2;color:var(--forest700);font-size:8px;font-weight:900}.order-detail-lines img{width:100%;height:100%;object-fit:cover}.order-detail-lines p{margin:0}.order-detail-lines strong,.order-detail-lines small{display:block}.order-detail-lines strong{font-size:9px;color:var(--forest900)}.order-detail-lines small{margin-top:4px;color:var(--muted);font-size:7px}.order-detail-lines b{font-size:8px;color:var(--forest900)}.order-detail-total{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:10px;border-top:1px solid var(--line)}.order-detail-total span{color:var(--muted);font-size:8px}.order-detail-total strong{color:var(--forest900);font-family:Georgia,serif;font-size:22px}.inbox-item[role=button]{cursor:pointer;transition:.18s}.inbox-item[role=button]:hover{border-color:rgba(47,111,143,.32);background:#f5fafb;transform:translateY(-1px)}
.producer-timeline-card.is-new-product{position:relative;border-color:rgba(86,168,62,.55)!important;background:linear-gradient(135deg,#f2faea,#fff)!important;animation:new-product-card 2.6s ease-out}.producer-timeline-card.is-new-product:after{position:absolute;top:10px;right:10px;padding:5px 7px;border-radius:999px;background:#2f8c50;color:#fff;content:"Yeni eklendi";font-size:6px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}@keyframes new-product-card{0%{opacity:.4;transform:translateY(-10px) scale(.98);box-shadow:0 0 0 0 rgba(86,168,62,.35)}20%{opacity:1;transform:translateY(0) scale(1.01);box-shadow:0 0 0 8px rgba(86,168,62,.13)}100%{transform:none;box-shadow:0 12px 25px rgba(8,40,29,.07)}}
.customer-line-layout,.shipping-operation-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:18px}.producer-operation-list{display:grid;align-content:start;gap:9px}.producer-operation-list button{display:grid;gap:5px;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:left;transition:.18s}.producer-operation-list button.active,.producer-operation-list button:hover{border-color:rgba(86,168,62,.4);background:#f0f8ea;box-shadow:0 9px 20px rgba(8,40,29,.06)}.producer-operation-list strong{color:var(--forest900);font-size:9px}.producer-operation-list small{color:var(--muted);font-size:7px;line-height:1.4}.secure-chat-panel{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(8,40,29,.06)}.secure-chat-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:19px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8fbf5,#fff)}.secure-chat-panel header span{color:#2f6f8f;font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.secure-chat-panel header h3{margin:6px 0 5px;color:var(--forest950);font-size:15px}.secure-chat-panel header p{margin:0;color:var(--muted);font-size:8px;line-height:1.5}.secure-chat-panel header b{flex:none;padding:6px 8px;border-radius:999px;background:#ecf6ff;color:#2f6f8f;font-size:7px}.chat-thread{display:grid;gap:10px;max-height:360px;overflow:auto;padding:18px;background:#fbfcf8}.chat-thread article{max-width:78%;padding:11px 12px;border-radius:14px;background:#fff;box-shadow:0 6px 16px rgba(8,40,29,.05)}.chat-thread article.sent{justify-self:end;background:#dff0d8}.chat-thread article.system{max-width:100%;justify-self:center;background:#eef4f8;color:#315d73}.chat-thread article.fresh{animation:chat-message-in .2s ease-out}.chat-thread span{display:block;margin-bottom:4px;font-size:7px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.chat-thread p{margin:0;font-size:9px;line-height:1.5}.chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:15px;border-top:1px solid var(--line);background:#fff}.chat-composer textarea{resize:vertical;min-height:56px;padding:11px;border:1px solid var(--line2);border-radius:12px;font:inherit;font-size:9px;outline:0}.chat-composer textarea:focus{border-color:rgba(86,168,62,.5);box-shadow:0 0 0 4px rgba(86,168,62,.1)}.chat-composer button,.shipping-carrier-card button{align-self:end;min-height:38px;padding:0 13px;border:0;border-radius:10px;background:var(--forest900);color:#fff;font-size:8px;font-weight:850}@keyframes chat-message-in{from{opacity:0;transform:translateY(5px)}}.shipping-carrier-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shipping-order-summary{grid-column:1/-1;padding:16px;border:1px solid rgba(86,168,62,.18);border-radius:16px;background:#f3f9ed}.shipping-order-summary span,.shipping-order-summary strong,.shipping-order-summary small{display:block}.shipping-order-summary span{color:var(--leaf);font-size:7px;font-weight:900}.shipping-order-summary strong{margin-top:5px;color:var(--forest900);font-size:14px}.shipping-order-summary small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.45}.shipping-carrier-card{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.18s}.shipping-carrier-card:hover{border-color:rgba(86,168,62,.35);box-shadow:0 12px 26px rgba(8,40,29,.08);transform:translateY(-2px)}.shipping-carrier-card span{color:#2f6f8f;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.shipping-carrier-card h3{margin:0;color:var(--forest900);font-size:14px}.shipping-carrier-card p{margin:0;color:var(--muted);font-size:8px}.shipping-carrier-card strong{color:var(--forest950);font-family:Georgia,serif;font-size:24px}.shipping-feedback{margin-bottom:14px!important}.support-chat-panel{max-width:860px}.producer-order-card>footer button{min-height:34px;padding:0 11px;border:1px solid rgba(18,60,43,.14);border-radius:9px;background:#fff;color:var(--forest700);font-size:8px;font-weight:850}.producer-order-card>footer button:hover{border-color:rgba(86,168,62,.36);background:#edf6e4}
@media(max-width:860px){.order-card-overview,.customer-line-layout,.shipping-operation-layout{grid-template-columns:1fr}.order-card-overview>i{width:100%;height:180px}.order-card-overview button{justify-self:start}.order-detail-grid,.shipping-carrier-grid{grid-template-columns:1fr}.chat-composer{grid-template-columns:1fr}.chat-composer button{width:100%;justify-content:center}.order-progress span:hover:after{left:auto;right:0;transform:none}}
@media(max-width:620px){.search-suggestions{top:48px}.order-progress{padding-inline:10px}.order-progress span:hover:after{display:none}.order-card-overview{padding:15px}.order-detail-drawer{margin-inline:14px}.order-item-detail{grid-template-columns:1fr;margin-left:0}.order-card>footer{align-items:flex-start;flex-direction:column}.order-total{text-align:left}.producer-operation-list{grid-template-columns:1fr}.chat-thread article{max-width:92%}}
@media(prefers-reduced-motion:reduce){.order-progress span[data-current=true] i,.order-progress span[data-current=true] i:after,.order-progress span[data-current=true] i:before,.producer-timeline-card.is-new-product,.search-suggestions,.search-suggestions button,.chat-thread article.fresh{animation:none!important}}
/* Kullanıcı deneyimi revizyonları */
.cart-count[hidden],.inbox-count[hidden]{display:none!important}.search-submit{display:none!important}.header-main{grid-template-columns:minmax(175px,.62fr) minmax(430px,1.65fr) minmax(250px,.78fr)}.global-search{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,330px);height:52px;gap:11px;padding:0 6px 0 16px}.global-search:focus-within{border-color:var(--line2);background:rgba(255,255,255,.86);box-shadow:none}.global-search input{font-size:14px}.location-picker{width:100%;min-width:0}.location-control{width:100%;max-width:none;min-width:0;height:42px;grid-template-columns:auto minmax(0,1fr) auto;padding:0 12px;border-radius:12px}.location-control small{font-size:7px}.location-control strong{font-size:9.5px}.location-control em{display:block;overflow:hidden;color:var(--muted);font-size:7.5px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.search-suggestions{top:58px;gap:5px;padding:8px}.search-suggestions-title{padding:2px 4px 4px;color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.search-suggestions button{padding:9px 10px}.shop-toolbar p{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shop-toolbar p button{min-height:28px;padding:0 10px;border:1px solid rgba(86,168,62,.28);border-radius:999px;background:#eef7e8;color:var(--forest700);font-size:8px;font-weight:900}.shop-toolbar p button:hover{border-color:rgba(86,168,62,.48);background:#e3f3d9}
.inbox-popover header{display:flex;align-items:center;justify-content:space-between;gap:14px}.inbox-popover header>div{display:grid;gap:4px}.inbox-mark-all{display:grid;width:34px;height:34px;flex:none;place-items:center;border:1px solid rgba(47,111,143,.18);border-radius:10px;background:#f1f7fa;color:#2f6f8f;transition:.16s}.inbox-mark-all:hover:not(:disabled){border-color:rgba(47,111,143,.36);background:#e6f2f8;transform:translateY(-1px)}.inbox-mark-all:disabled{opacity:.42;cursor:default}.inbox-mark-all svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.inbox-item{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.inbox-item[data-read=true]{border-color:rgba(18,60,43,.08);background:#f6f7f2;color:#6f7b72;opacity:.78}.inbox-item[data-read=true]>i{background:#bbc6bf!important}.inbox-item[data-read=true] strong{color:#5f6d64}.inbox-item[data-read=true][role=button]:hover{border-color:rgba(18,60,43,.08);background:#f6f7f2;transform:none}.inbox-read-action{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(18,60,43,.12);border-radius:9px;background:#fff;color:var(--forest700);transition:.16s}.inbox-read-action:hover:not(:disabled){border-color:rgba(86,168,62,.38);background:#edf6e4;transform:translateY(-1px)}.inbox-read-action:disabled{background:transparent;color:#9ca69f;opacity:.65}.inbox-read-action svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}
.profile-subtabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:8px;border-radius:18px}.profile-subtabs button{display:flex;min-height:58px;align-items:center;justify-content:center;gap:9px;padding:0 14px;font-size:10px}.profile-subtabs button i{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:rgba(217,237,184,.45);color:var(--forest700)}.profile-subtabs button.active i{background:var(--forest900);color:#fff}.profile-subtabs button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.metric-info{display:inline-grid;width:17px;height:17px;margin-left:6px;place-items:center;border:0;border-radius:50%;background:#eef5ea;color:#55725e;vertical-align:middle}.metric-info svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.payment-brand-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:3px 0 14px}.payment-brand-options button{min-height:34px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#506158;font-size:8px;font-weight:900}.payment-brand-options button.active{border-color:rgba(86,168,62,.42);background:#edf6e4;color:var(--forest900);box-shadow:0 8px 18px rgba(8,40,29,.06)}.card-brand-logo{position:relative;display:inline-grid;min-width:46px;height:29px;place-items:center;border-radius:8px;background:#fff;color:var(--forest900);font-size:9px;font-weight:950;letter-spacing:.02em}.card-brand-logo b{position:absolute;top:5px;width:19px;height:19px;border-radius:50%;background:#eb4a2f}.card-brand-logo b:last-child{right:8px;background:#f6b343;mix-blend-mode:multiply}.card-brand-logo b:first-child{left:8px}.brand-auto{background:transparent}.brand-mastercard{background:transparent}.brand-visa span{color:#183a8f;font-size:13px;font-style:italic;letter-spacing:.03em}.brand-troy span{padding:4px 6px;border-radius:5px;background:#fff;color:#154b9b;font-size:10px}.brand-amex{background:#2f7fb8;color:#fff}.brand-amex span{font-size:10px}.brand-paypal span{color:#1b75bb;font-size:10px}.card-number-input .card-brand-logo{position:absolute;top:50%;right:13px;transform:translateY(-50%) scale(.88)}.saved-card-mastercard{background:linear-gradient(140deg,#153e30,#235d43)}.saved-card-visa{background:linear-gradient(140deg,#11295f,#2257a8)}.saved-card-troy{background:linear-gradient(140deg,#143f5f,#2c766d)}.saved-card-amex{background:linear-gradient(140deg,#1f6f99,#52a6cc)}.preferred-card-badge{display:inline-flex!important;align-items:center;padding:5px 8px;border-radius:999px;background:rgba(217,237,184,.22);color:#fff!important;font-size:8px!important;letter-spacing:.12em}.default-card-label{min-height:38px;border-radius:999px;background:#e7f4dd;color:#2f7b43}.checkout-card-option .card-brand-logo{position:static;transform:none}.checkout-card-option .brand-mastercard,.checkout-card-option .brand-auto{background:transparent}
.order-progress.cancelled span[data-cancelled=true] i{background:var(--danger)!important;color:#fff!important;box-shadow:0 0 0 1px var(--danger);animation:order-cancel-pulse 1.5s ease-in-out infinite}.order-progress.cancelled span[data-cancelled=true] b{color:var(--danger)!important}.order-progress.cancelled span[data-cancelled=true]:after{background:#3a1510}.order-progress span[data-current=true][data-complete=false] i{box-shadow:0 0 0 1px rgba(47,140,80,.3)}@keyframes order-cancel-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 7px rgba(194,79,61,.13)}}
.product-producer-card>div:nth-child(2)>span{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:5px}.product-producer-card>div:nth-child(2)>span i,.public-profile-badges{display:flex;align-items:center;gap:5px}.role-code{display:inline-grid;width:22px;height:22px;place-items:center;border-radius:8px;font-size:9px;font-weight:950;line-height:1}.shop-product-copy h3{font-size:14px;line-height:1.28}.shop-product-copy>p{font-size:9.5px;line-height:1.55}.product-card-facts span{font-size:8.5px!important}.order-product strong{font-size:10px}.order-product small,.order-summary-facts strong,.order-detail-grid strong{font-size:8.5px}.producer-operation-list strong,.producer-order-card h3,.public-profile-products b{font-size:10px}.producer-operation-list small,.public-profile-products small{font-size:8px}
@media(max-width:1080px){.global-search{grid-template-columns:auto minmax(0,1fr) auto}.location-picker{width:48px}.location-control{width:48px;height:42px;padding:0;place-items:center}.location-control span{display:none}}@media(max-width:760px){.profile-subtabs{grid-template-columns:1fr}.payment-brand-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1080px){.header-main{grid-template-columns:auto minmax(280px,1fr) auto}}@media(max-width:620px){.header-main{grid-template-columns:1fr auto}.header-account-actions{grid-column:2;grid-row:1}.global-search{grid-column:1/-1;grid-row:2;margin-bottom:10px}}

/* Son geliştirme turu: sepet, checkout ve üretici portföyü */
.global-search,.global-search:focus-within{outline:0!important;box-shadow:none!important}.global-search input:focus,.global-search input:focus-visible{outline:0!important;box-shadow:none!important}.global-search input{appearance:none}
.inner-page-heading>div{display:grid;justify-items:start}.inner-page-heading .back-home-link{display:flex!important;width:max-content;max-width:100%;margin:0 0 18px!important}.inner-page-heading .page-kicker{display:block!important;width:100%;line-height:1.1;clear:both}.inner-page-heading .page-kicker+h1{margin-top:12px}
.member-role-badges .role-code,.public-profile-badges .role-code,.product-producer-card .role-code{display:inline-grid!important;width:22px!important;height:22px!important;min-width:22px!important;place-items:center!important;border-radius:8px!important;color:#fff!important;font-size:9px!important;font-weight:950!important;line-height:1!important;box-shadow:0 6px 13px rgba(8,40,29,.12)!important}.member-role-badges .role-code-advisor,.public-profile-badges .role-code-advisor,.product-producer-card .role-code-advisor{background:linear-gradient(135deg,#a67bd5,#7650aa)!important;color:#fff!important}
.profile-metric-grid article{display:grid;min-height:124px;grid-template-rows:minmax(24px,auto) 32px minmax(34px,auto);align-content:start}.profile-metric-grid small{display:flex!important;min-height:24px;align-items:center;gap:5px}.profile-metric-grid strong{align-self:center;margin-top:0!important;line-height:1.08}.profile-metric-grid span{display:-webkit-box!important;min-height:31px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.45}
@media(min-width:901px){.cart-summary{position:sticky!important;top:132px!important;max-height:calc(100vh - 150px);overflow:auto;overscroll-behavior:contain}.cart-layout{align-items:start}}
@media(min-width:921px){.checkout-summary-panel{position:sticky!important;top:132px!important;max-height:calc(100vh - 150px);overflow:auto;overscroll-behavior:contain}.checkout-layout{align-items:start}}
.cart-quantity{height:39px;overflow:hidden;border-radius:12px}.cart-quantity button{width:36px;height:39px;font-size:16px;font-weight:850}.cart-quantity-input{width:58px!important;height:39px!important;border:0!important;border-inline:1px solid var(--line2)!important;background:#fff!important;color:var(--forest950)!important;font-size:15px!important;font-weight:950!important;text-align:center!important;line-height:39px!important;appearance:textfield!important;-moz-appearance:textfield!important}.cart-quantity-input:focus,.cart-quantity-input:focus-visible{outline:0!important;box-shadow:inset 0 0 0 2px rgba(86,168,62,.22)!important}.cart-quantity-input::-webkit-outer-spin-button,.cart-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;display:none!important}
.checkout-coupon-block{padding:6px 2px}.checkout-coupon-toggle{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:8px 3px;border:0;background:transparent;color:var(--forest900);text-align:left}.checkout-coupon-toggle i{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#edf6e4;color:#347b4e;font-size:30px;font-style:normal;font-weight:500;line-height:1}.checkout-coupon-toggle strong,.checkout-coupon-toggle small{display:block}.checkout-coupon-toggle strong{font-size:10px}.checkout-coupon-toggle small{margin-top:3px;color:var(--muted);font-size:8px}.checkout-coupon-toggle:hover i{background:#dff0d5;transform:scale(1.03)}.checkout-coupon-panel{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:9px;margin:7px 0 3px;padding:12px;border:1px dashed rgba(86,168,62,.35);border-radius:14px;background:#fff}.checkout-coupon-panel[hidden]{display:none!important}.checkout-coupon-panel label{display:grid;gap:5px}.checkout-coupon-panel label span{color:var(--soft);font-size:7px;font-weight:900;text-transform:uppercase}.checkout-coupon-panel input{height:38px;padding:0 11px;border:1px solid var(--line2);border-radius:10px;font:inherit;font-size:10px;font-weight:850;text-transform:uppercase}.checkout-coupon-panel input:focus{outline:0;border-color:rgba(86,168,62,.45);box-shadow:0 0 0 4px rgba(86,168,62,.1)}.checkout-coupon-panel button{height:38px;padding:0 12px;border:0;border-radius:10px;background:var(--forest900);color:#fff;font-size:8px;font-weight:850}.checkout-coupon-panel button[data-coupon-clear]{background:#eef3ea;color:#466755}.checkout-coupon-panel small{grid-column:1/-1;color:#4f8b5b;font-size:8px;font-weight:760}.checkout-coupon-block.applied .checkout-coupon-toggle i{background:#dff1d2;color:#2f7a43}
.checkout-address{position:relative;display:block;margin:19px 0;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}.checkout-address-button{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;border:0;background:transparent;color:#fff;text-align:left}.checkout-address-button i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:rgba(255,255,255,.1);color:#d8efcf}.checkout-address-button p{min-width:0;margin:0}.checkout-address-button small,.checkout-address-button strong{display:block}.checkout-address-button small{color:rgba(255,255,255,.55);font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.checkout-address-button strong{overflow:hidden;margin-top:4px;color:#fff;font-size:8px;line-height:1.5;text-overflow:ellipsis}.checkout-address-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.checkout-address-button>b{display:grid;width:27px;height:27px;place-items:center;border-radius:9px;background:rgba(255,255,255,.09);color:#d8efcf}.checkout-address-button[aria-expanded=true]>b svg{transform:rotate(180deg)}.checkout-address-menu{position:absolute;z-index:8;top:calc(100% + 8px);right:0;left:0;display:grid;gap:5px;padding:9px;border:1px solid rgba(18,60,43,.14);border-radius:14px;background:#fff;color:var(--forest900);box-shadow:0 18px 42px rgba(5,27,19,.23)}.checkout-address-menu[hidden]{display:none!important}.checkout-address-menu button,.checkout-address-menu>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px;padding:10px;border:0;border-radius:10px;background:transparent;color:var(--forest900);text-align:left}.checkout-address-menu button:hover{background:#eef7e8}.checkout-address-menu strong,.checkout-address-menu small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-address-menu strong{font-size:9px}.checkout-address-menu small{color:var(--muted);font-size:7px}.checkout-address-menu em{align-self:center;color:var(--leaf);font-style:normal;font-weight:900}.checkout-address-manage{border-top:1px solid var(--line)!important;color:#347b4e!important;font-weight:850!important}.checkout-totals .discount strong{color:#d9f5c9}
.producer-portal-nav{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;overflow:visible!important}.producer-portal-nav button{min-width:0!important;grid-template-columns:1fr!important;justify-items:center;align-content:center;text-align:center!important;gap:6px!important;padding:10px 8px!important}.producer-portal-nav button.active{box-shadow:inset 0 -3px var(--leaf)!important}.producer-portal-nav button>b{position:absolute;top:8px;right:8px}.producer-portal-nav button>em{position:absolute;top:7px;right:7px}.producer-portal-nav button>b+em{right:34px}.producer-portal-nav button>span{line-height:1.25}.producer-portal-nav button>i{width:39px;height:39px}.portfolio-top-grid{display:grid;grid-template-columns:350px minmax(0,1fr);gap:16px}.portfolio-chart-card,.portfolio-kpi-grid article,.portfolio-product-table{border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 13px 34px rgba(8,40,29,.06)}.portfolio-chart-card{display:grid;gap:18px;padding:24px}.portfolio-chart-card span,.portfolio-product-table>div>span{color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.portfolio-chart-card h3,.portfolio-product-table h3{margin:6px 0 0;color:var(--forest950);font-family:Georgia,serif;font-size:24px;font-weight:540}.portfolio-donut{position:relative;display:grid;width:210px;aspect-ratio:1;margin:0 auto;place-items:center;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(18,60,43,.08)}.portfolio-donut:before{position:absolute;inset:38px;border-radius:50%;background:#fff;content:"";box-shadow:0 0 0 1px rgba(18,60,43,.06)}.portfolio-donut b,.portfolio-donut small{position:relative;z-index:1;display:block;text-align:center}.portfolio-donut b{align-self:end;color:var(--forest950);font-family:Georgia,serif;font-size:38px;line-height:1}.portfolio-donut small{align-self:start;color:var(--muted);font-size:8px;font-weight:850}.portfolio-legend{display:grid;gap:7px}.portfolio-legend span{display:flex!important;align-items:center;justify-content:space-between;gap:8px;color:#596c60;font-size:8px;font-weight:760}.portfolio-legend i{width:10px;height:10px;flex:none;border-radius:50%}.portfolio-legend b{margin-left:auto;color:var(--forest900)}.portfolio-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portfolio-kpi-grid article{padding:18px}.portfolio-kpi-grid small,.portfolio-kpi-grid strong,.portfolio-kpi-grid span{display:block}.portfolio-kpi-grid small{color:var(--soft);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.portfolio-kpi-grid strong{margin-top:8px;color:var(--forest950);font-family:Georgia,serif;font-size:25px}.portfolio-kpi-grid span{margin-top:4px;color:var(--muted);font-size:8px}.portfolio-info{display:inline-grid;width:16px;height:16px;margin-left:5px;place-items:center;border:0;border-radius:50%;background:#edf5e8;color:#52715c;vertical-align:middle}.portfolio-info svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.portfolio-product-table{display:grid;gap:10px;margin-top:16px;padding:22px}.portfolio-product-table>article{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);align-items:center;gap:16px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fbfcf8}.portfolio-product-table button{display:grid;gap:4px;padding:0;border:0;background:transparent;text-align:left}.portfolio-product-table button strong{color:var(--forest900);font-size:11px}.portfolio-product-table button small{color:var(--muted);font-size:8px}.portfolio-product-table p{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0}.portfolio-product-table p span{display:grid;gap:3px;padding:8px;border-radius:10px;background:#fff;color:var(--soft);font-size:7px;font-weight:850;text-transform:uppercase}.portfolio-product-table p b{color:var(--forest900);font-size:10px}.producer-order-card.is-new-order{position:relative;border-color:rgba(219,112,78,.55)!important;background:linear-gradient(135deg,#fff8f3,#fff)!important;animation:new-product-card 2.6s ease-out}.producer-order-card.is-new-order:after{position:absolute;top:11px;right:12px;padding:5px 8px;border-radius:999px;background:#db704e;color:#fff;content:"Yeni sipariş";font-size:6px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
@media(max-width:1180px){.producer-portal-nav{display:flex!important;overflow-x:auto!important}.producer-portal-nav button{min-width:178px!important}.portfolio-top-grid{grid-template-columns:1fr}.portfolio-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-product-table>article{grid-template-columns:1fr}}
@media(max-width:700px){.portfolio-kpi-grid,.portfolio-product-table p{grid-template-columns:1fr}.checkout-coupon-panel{grid-template-columns:1fr}.checkout-coupon-panel button{width:100%}.producer-order-card.is-new-order:after{position:static;display:inline-flex;margin:10px 0 0 20px}}
@media(prefers-reduced-motion:reduce){.producer-order-card.is-new-order{animation:none!important}}
/* Kupon, checkout adres senkronu ve üretici ürün yönetimi */
.coupons-view{background:var(--cream)}.coupons-layout{max-width:940px;margin:0 auto;padding:34px 28px 86px}.coupon-empty-card{display:grid;justify-items:center;gap:13px;padding:54px 34px;border:1px solid var(--line);border-radius:22px;background:#fff;text-align:center;box-shadow:0 18px 50px rgba(8,40,29,.07)}.coupon-empty-card>i{display:grid;width:82px;height:82px;place-items:center;border-radius:24px;background:#edf6e4;color:var(--forest700)}.coupon-empty-card svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.coupon-empty-card>span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.coupon-empty-card h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:34px;font-weight:550}.coupon-empty-card p{max-width:620px;margin:0;color:var(--muted);font-size:10px;line-height:1.7}.coupon-empty-card button{margin-top:8px}
.inbox-item-actions{display:grid;gap:5px}.inbox-read-action,.inbox-delete-action{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(18,60,43,.12);border-radius:9px;background:#fff;color:var(--forest700);transition:.16s}.inbox-delete-action{color:#b34e3f}.inbox-read-action:hover:not(:disabled),.inbox-delete-action:hover{border-color:rgba(86,168,62,.38);background:#edf6e4;transform:translateY(-1px)}.inbox-delete-action:hover{border-color:rgba(194,79,61,.28);background:#fff1ee}.inbox-read-action:disabled{background:transparent;color:#9ca69f;opacity:.65}.inbox-read-action svg,.inbox-delete-action svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.inbox-empty{padding:18px;border:1px dashed rgba(18,60,43,.16);border-radius:13px;background:#fbfcf8;text-align:center}.inbox-empty strong,.inbox-empty small{display:block}.inbox-empty strong{color:var(--forest900);font-size:10px}.inbox-empty small{margin-top:5px;color:var(--muted);font-size:8px}
@media(min-width:1081px){.global-search{grid-template-columns:auto minmax(0,1fr) minmax(190px,235px)!important}.location-control{height:48px!important;padding:0 10px!important}.location-control strong{font-size:9px!important}.location-control em{max-width:170px!important}}
@media(min-width:921px){.checkout-summary-panel{overflow:visible!important;max-height:none!important;align-self:start}.checkout-items{max-height:none!important;overflow:visible!important;padding-right:0!important}.checkout-layout{grid-template-columns:minmax(0,1fr) 352px!important}.checkout-summary-panel h2{font-size:26px!important}.checkout-beta-note{line-height:1.45!important}}
.producer-timeline-card.is-hidden-product{border-style:dashed;background:linear-gradient(135deg,#f7f8f3,#fff);opacity:.82}.producer-product-status{background:#e5f3dc!important;color:#347b4e!important}.producer-product-status.hidden{background:#edf0ec!important;color:#78867e!important}.producer-product-actions{display:grid;justify-items:end;gap:4px;margin-top:9px}.producer-timeline-card aside .producer-product-actions button{display:inline-flex;align-items:center;gap:5px;margin:0;padding:5px 0;border:0;background:transparent;color:#3d7952;font-size:8px;font-weight:820}.producer-timeline-card aside .producer-product-actions button:hover{color:var(--forest950)}.producer-timeline-card aside .producer-product-actions button.danger{color:#b34e3f}.producer-timeline-card aside .producer-product-actions svg{width:15px;height:15px}.producer-timeline-card.is-hidden-product .producer-product-actions button[data-visibility-action=show]{color:#2f6f8f}
@media(max-width:700px){.producer-product-actions{grid-template-columns:repeat(3,auto);justify-content:end}.coupons-layout{padding:22px 14px 60px}.coupon-empty-card{padding:38px 20px}.coupon-empty-card h2{font-size:27px}}
/* Order messaging and producer operations polish */
.seller-line-layout{max-width:1180px;margin:0 auto 64px;padding:0 24px}.seller-line-grid{align-items:start}.chat-header-actions{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.chat-header-actions button{padding:7px 10px;border:1px solid rgba(47,111,143,.22);border-radius:999px;background:#eef6fb;color:#2f6f8f;font-size:7px;font-weight:900}.chat-order-context{display:grid;gap:4px;padding:13px 18px;border-bottom:1px solid var(--line);background:#fff}.chat-order-context span{color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.chat-order-context strong{color:var(--forest900);font-size:12px}.chat-order-context small{color:var(--muted);font-size:8px}.message-meta{display:flex!important;align-items:center;justify-content:flex-end;gap:6px;margin-top:7px;color:#7c8f83;font-size:7px;font-style:normal}.message-state{font-family:Arial,sans-serif;font-size:10px;letter-spacing:-3px;color:#a9b8ad}.message-state.delivered{color:#fff}.message-state.read{color:#3c9b58}.message-state.sent{color:#8fa099}.secure-chat-panel.closed{max-width:900px;margin:auto}.chat-archive-note{display:grid;gap:9px;padding:22px;background:#fbfcf8}.chat-archive-note strong{color:var(--forest900);font-size:14px}.chat-archive-note small{color:var(--muted);font-size:9px;line-height:1.55}.chat-archive-note button{justify-self:start;min-height:36px;padding:0 13px;border:0;border-radius:9px;background:var(--forest900);color:#fff;font-size:8px;font-weight:850}.closed-thread-note{border:1px solid rgba(143,160,153,.28);background:#f8faf6}.producer-order-card.is-closed-order{opacity:.86}.producer-order-card.is-closed-order>header{background:#f3f5f0}.producer-order-card>footer button:disabled{border-color:#d8ded7!important;background:#eef1ec!important;color:#8d9a91!important;cursor:not-allowed}.shipping-order-money{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.shipping-order-money span{display:grid!important;gap:4px;padding:9px;border-radius:11px;background:#fff}.shipping-order-money b{color:var(--soft);font-size:7px;text-transform:uppercase}.shipping-order-money strong{margin:0!important;font-family:inherit!important;font-size:10px!important}.shipping-order-summary em{display:block;margin-top:10px;color:#52715c;font-size:8px;font-style:normal;line-height:1.5}.earnings-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.earnings-range-tabs{display:flex;gap:6px;flex-wrap:wrap}.earnings-range-tabs button{height:30px;padding:0 11px;border:1px solid var(--line2);border-radius:999px;background:#fff;color:var(--forest700);font-size:7px;font-weight:900}.earnings-range-tabs button.active{border-color:rgba(86,168,62,.42);background:#edf6e4;color:var(--forest900);box-shadow:0 7px 16px rgba(8,40,29,.06)}
@media(max-width:760px){.seller-line-layout{padding:0 14px}.shipping-order-money{grid-template-columns:1fr}.earnings-chart-heading{align-items:stretch;flex-direction:column}.earnings-range-tabs button{flex:1}.chat-header-actions{align-items:flex-start}}

/* 2026-07-10 product trust editor and detail expansion */
.producer-editor-panel{max-width:1120px!important}
.producer-product-form{display:grid!important;grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);align-items:start;gap:14px 22px}
.producer-product-form>.producer-form-heading{grid-column:1/-1}
.producer-product-form>.producer-media-field{position:sticky;top:156px;grid-column:1;grid-row:2/span 12}
.producer-product-form>:not(.producer-form-heading):not(.producer-media-field){grid-column:2}
.producer-media-field{display:grid;gap:12px;padding:14px;border:1px solid rgba(18,60,43,.1);border-radius:18px;background:#fbfcf8}
.producer-video-preview{display:grid;gap:8px;padding:10px;border:1px solid rgba(86,168,62,.16);border-radius:14px;background:#fff}
.producer-video-preview[hidden]{display:none!important}
.producer-video-preview video{width:100%;max-height:210px;border-radius:12px;background:#10251b}
.producer-video-preview button,.producer-inline-tool,.producer-tag-upgrade{width:max-content;border:0;background:transparent;color:#256f47;font-size:8px;font-weight:950;text-decoration:underline;text-underline-offset:4px}
.producer-inline-tool{margin-top:7px}
.producer-tag-upgrade{margin-top:10px}
.producer-tag-options button:disabled{opacity:.45;cursor:not-allowed}
.product-card-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) 32px!important;align-items:start!important;gap:8px!important;margin:7px 0 0!important;padding:0!important;border:0!important}
.product-card-title-row h3{margin:0!important}
.product-story-button{display:grid;width:32px;height:32px;place-items:center;padding:0!important;border:1px solid rgba(18,60,43,.1)!important;border-radius:10px!important;background:#fff!important;color:#237247!important;box-shadow:none!important}
.product-story-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-story-button:hover{border-color:rgba(86,168,62,.42)!important;background:#edf7e6!important;transform:translateY(-1px)}
.product-card-tags{display:flex!important;flex-wrap:wrap;gap:5px!important;min-height:26px;margin:8px 0 2px!important;padding:0!important;border:0!important}
.product-card-tags span{max-width:100%;padding:5px 7px;border:1px solid rgba(86,168,62,.16);border-radius:999px;background:#f4faee;color:#337447;font-size:7px;font-weight:950;line-height:1}
.shop-product-copy .product-card-tags{min-height:0!important;margin:9px 0 4px!important;align-content:flex-start}.shop-product-copy .product-card-tags span{display:inline-flex;min-height:24px;align-items:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-detail-tags{margin:14px 0 11px!important}.product-detail-tags span{display:inline-flex;min-height:27px;align-items:center;border:1px solid rgba(86,168,62,.18);background:#f1f8eb!important;color:#2f7146!important}
.payment-summary-card{display:grid;gap:20px;padding:24px!important;border-color:rgba(18,60,43,.13)!important;border-radius:18px!important;background:#fff!important;color:var(--forest900)!important;box-shadow:0 20px 42px rgba(8,40,29,.09)!important}.payment-trust-heading>span{color:#2f7b46;font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.payment-trust-heading h2{margin:8px 0 0!important;color:var(--forest950)!important;font-family:Georgia,serif;font-size:28px!important;line-height:1.05}.payment-trust-heading p{margin:10px 0 0!important;color:#617167!important;font-size:9px!important;line-height:1.6}.payment-security-signal{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid rgba(47,111,143,.19);border-radius:12px;background:#f1f8fb}.payment-security-signal i{position:relative;display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#2f6f8f;color:#fff}.payment-security-signal i:after{position:absolute;inset:-4px;border:1px solid rgba(47,111,143,.35);border-radius:13px;content:"";animation:payment-security-pulse 2.6s ease-out infinite}.payment-security-signal svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.payment-security-signal strong,.payment-security-signal small{display:block}.payment-security-signal strong{color:#24546c;font-size:8px}.payment-security-signal small{margin-top:3px;color:#537083;font-size:7px;line-height:1.45}.payment-network-strip{display:flex;align-items:center;gap:9px;padding:3px 0}.payment-network-strip .card-brand-logo{display:grid;width:48px;height:29px;place-items:center;border:1px solid rgba(18,60,43,.11);border-radius:7px;background:#fff;box-shadow:0 5px 13px rgba(8,40,29,.05)}.payment-summary-facts{border-top:1px solid var(--line)}.payment-summary-facts>span{border-top:0!important;padding:10px 0!important}.payment-summary-facts b{color:#7b8b82!important}.payment-summary-facts strong{color:var(--forest900)!important;font-size:8px!important}@keyframes payment-security-pulse{0%,70%{opacity:.72;transform:scale(.9)}100%{opacity:0;transform:scale(1.28)}}
.product-detail-video{display:grid;gap:8px;margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff}
.product-detail-video span,.product-detail-certificates span{color:var(--leaf);font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.product-detail-video video{width:100%;max-height:360px;border-radius:13px;background:#10251b}
.product-detail-ingredients ul,.product-detail-certificates ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.product-detail-ingredients li,.product-detail-certificates li{position:relative;padding-left:18px;color:#32483c;font-size:11px;line-height:1.65}
.product-detail-ingredients li:before,.product-detail-certificates li:before{position:absolute;top:.6em;left:0;width:7px;height:7px;border-radius:50%;background:#58aa44;content:""}
.product-detail-certificates{display:grid;gap:7px;margin:16px 0;padding:16px;border:1px solid rgba(86,168,62,.18);border-radius:16px;background:#fff}
.product-detail-purchase>strong small{display:block;margin-top:3px;color:#6c7c72;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:850}
.product-detail-buy-controls{display:grid!important;grid-template-columns:90px auto minmax(150px,1fr);align-items:end!important;gap:8px!important}
.detail-quantity{display:grid;gap:5px}
.detail-quantity span{color:#718077;font-size:7px;font-weight:950;text-transform:uppercase}
.detail-quantity input{height:43px;width:100%;border:1px solid var(--line2);border-radius:11px;background:#fff;color:var(--forest950);font-size:14px;font-weight:950;text-align:center}
.detail-add-button{display:inline-flex!important;min-width:150px!important;justify-content:center!important;border:0!important;background:var(--forest900)!important;color:#fff!important}
.detail-add-button svg{width:18px;height:18px}
.detail-add-button span{font-size:9px;font-weight:950}
@media(max-width:900px){.producer-product-form{grid-template-columns:1fr}.producer-product-form>.producer-media-field,.producer-product-form>:not(.producer-form-heading):not(.producer-media-field){grid-column:1}.producer-product-form>.producer-media-field{position:relative;top:auto;grid-row:auto}.product-detail-buy-controls{grid-template-columns:1fr}.detail-add-button{width:100%}}
/* Buyer seller-line access and context polish */
.inbox-popover header{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.inbox-popover header>div{display:grid;gap:4px;min-width:0}.inbox-header-actions{display:flex;align-items:center;gap:7px}.inbox-seller-shortcut,.inbox-mark-all{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(18,60,43,.13);border-radius:11px;background:#fff;color:var(--forest700);transition:.16s}.inbox-seller-shortcut{background:#edf6e4;color:#347b4e}.inbox-seller-shortcut:hover:not(:disabled),.inbox-mark-all:hover:not(:disabled){border-color:rgba(86,168,62,.38);background:#e5f3dc;transform:translateY(-1px)}.inbox-seller-shortcut:disabled,.inbox-mark-all:disabled{opacity:.45;cursor:not-allowed;transform:none}.inbox-seller-shortcut svg,.inbox-mark-all svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.seller-line-secure-panel{overflow:hidden}.seller-line-chat-header{display:block!important;padding:0!important}.seller-line-identity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;width:100%;padding:18px 20px;background:linear-gradient(135deg,#fbfff7,#fff)}.seller-line-identity .producer-public-avatar{width:60px;height:60px;border-radius:18px}.seller-line-identity h3{margin:4px 0;color:var(--forest950);font-family:Georgia,serif;font-size:22px;font-weight:560;line-height:1.05}.seller-line-identity span{color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.seller-line-identity p{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;color:var(--muted);font-size:9px}.seller-line-identity p>strong{color:var(--forest900);font-size:9px}.seller-line-identity p>i{display:flex;gap:5px;font-style:normal}.seller-line-identity>b{align-self:start;padding:7px 10px;border-radius:999px;background:#e8f6df;color:#347b4e;font-size:7px;font-weight:900;text-transform:uppercase}.seller-line-context-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px;padding:12px 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcf8}.seller-line-order-card,.seller-line-product-card{border:1px solid rgba(18,60,43,.09);border-radius:14px;background:#fff}.seller-line-order-card{display:grid;align-content:center;gap:5px;padding:15px}.seller-line-order-card span,.seller-line-product-card span{color:var(--leaf);font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.seller-line-order-card strong,.seller-line-product-card strong{color:var(--forest950);font-size:13px}.seller-line-order-card small,.seller-line-product-card small{color:var(--muted);font-size:8px;line-height:1.45}.seller-line-product-card{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:12px;padding:10px}.seller-line-product-card>div{display:grid;width:74px;height:74px;overflow:hidden;place-items:center;border-radius:14px;background:#eef5e8;color:var(--forest700);font-size:13px;font-weight:900}.seller-line-product-card img{width:100%;height:100%;object-fit:cover}.seller-line-product-card p{display:grid;gap:5px;min-width:0;margin:0}.seller-line-product-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-line-product-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){.inbox-popover header{align-items:flex-start}.seller-line-identity{grid-template-columns:auto minmax(0,1fr)}.seller-line-identity>b{grid-column:1/-1;justify-self:start}.seller-line-context-grid{grid-template-columns:1fr}.seller-line-product-card{grid-template-columns:62px minmax(0,1fr)}.seller-line-product-card>div{width:62px;height:62px}}
/* Blog ve Haberler ekrani */
.blog-view{background:radial-gradient(circle at 88% 5%,rgba(169,213,139,.24),transparent 26%),var(--cream)}
.blog-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:end;gap:34px;padding:58px clamp(24px,7vw,112px) 38px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(255,253,247,.98),rgba(237,246,220,.58))}
.blog-hero h1{max-width:830px;margin:12px 0 14px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(40px,5vw,68px);font-weight:600;letter-spacing:-.055em;line-height:.98}
.blog-hero p{max-width:720px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.blog-search{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;height:44px;gap:10px;padding:0 5px 0 14px;border:1px solid var(--line2);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 12px 30px rgba(8,40,29,.08);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}
.blog-search:focus-within{border-color:rgba(86,168,62,.62);background:#fff;box-shadow:0 0 0 4px rgba(86,168,62,.1),0 16px 34px rgba(8,40,29,.1)}
.blog-search svg{width:18px;height:18px;fill:none;stroke:var(--forest700);stroke-linecap:round;stroke-width:1.85}
.blog-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px;font-weight:650}
.blog-search input::placeholder{color:#89928c}
.blog-search button{height:34px;padding:0 15px;border:0;border-radius:10px;background:var(--forest900);color:#fff;font-size:9px;font-weight:850;transition:background .18s ease,transform .18s ease}
.blog-search button:hover{background:var(--forest800);transform:translateY(-1px)}
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;max-width:1240px;gap:24px;margin:0 auto;padding:38px 28px 88px}
.blog-feed{min-width:0}.blog-feed-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.blog-feed-heading span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.blog-feed-heading h2{margin:7px 0 0;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(28px,3vw,42px);font-weight:560;letter-spacing:-.04em;line-height:1.02}
.blog-clear-search{min-height:34px;padding:0 12px;border:1px solid rgba(86,168,62,.28);border-radius:999px;background:#eef7e8;color:var(--forest700);font-size:8px;font-weight:900}
.blog-card-grid{display:grid;gap:18px}.blog-card{display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 15px 38px rgba(8,40,29,.07);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.blog-card:hover{border-color:rgba(86,168,62,.34);box-shadow:0 22px 48px rgba(8,40,29,.12);transform:translateY(-3px)}
.blog-card-media{position:relative;min-height:218px;overflow:hidden;background:linear-gradient(145deg,#edf6df,#f8faf3)}
.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-card-media img{transform:scale(1.04)}
.blog-card-media span{position:absolute;left:12px;bottom:12px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--forest700);box-shadow:0 8px 18px rgba(8,40,29,.09);font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.blog-card-copy{display:grid;align-content:start;padding:22px}.blog-card-meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:var(--soft);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.blog-card-meta b{color:var(--leaf);font-weight:900}
.blog-card-copy h3{max-width:720px;margin:10px 0 9px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(23px,2.4vw,32px);font-weight:700;letter-spacing:-.035em;line-height:1.08;background:linear-gradient(transparent 72%,rgba(169,213,139,.42) 72%);width:fit-content}
.blog-card-copy p{margin:0;color:var(--muted);font-size:10px;line-height:1.72}.blog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:19px;padding-top:15px;border-top:1px solid var(--line)}
.blog-card-footer>span{color:var(--forest700);font-size:8px;font-weight:850}.blog-card-actions{display:flex;gap:8px}.blog-icon-button{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--cream);color:var(--forest700);transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.blog-icon-button:hover{border-color:rgba(86,168,62,.45);background:var(--lime1);transform:translateY(-1px)}.blog-icon-button.active{border-color:var(--forest900);background:var(--forest900);color:#fff}.blog-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
.blog-sidebar{position:sticky;top:176px;display:grid;gap:16px}.blog-side-card,.newsletter-card{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 48px rgba(8,40,29,.08)}.blog-side-card{padding:24px}.blog-side-card>span,.newsletter-card>span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.blog-side-card h2,.newsletter-card h2{margin:9px 0 18px;color:var(--forest950);font-family:Georgia,serif;font-size:27px;font-weight:560;letter-spacing:-.035em;line-height:1.08}.blog-recommended-list{display:grid;gap:8px}.blog-recommended-list button{display:grid;gap:4px;padding:12px;border:1px solid rgba(18,60,43,.09);border-radius:13px;background:#fbfcf8;color:var(--forest900);text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease}.blog-recommended-list button:hover{border-color:rgba(86,168,62,.32);background:#f1f8eb;transform:translateX(2px)}.blog-recommended-list strong{font-size:10px;line-height:1.35}.blog-recommended-list small{color:var(--muted);font-size:7px;font-weight:750}
.newsletter-card{position:relative;overflow:hidden;padding:25px;background:linear-gradient(145deg,var(--forest900),#0a3324);color:#fff}.newsletter-card:after{position:absolute;right:-82px;bottom:-105px;width:240px;height:240px;border:1px solid rgba(217,237,184,.14);border-radius:50%;content:'';box-shadow:0 0 0 34px rgba(217,237,184,.025),0 0 0 68px rgba(217,237,184,.018)}.newsletter-logo{position:relative;z-index:1;display:grid;width:64px;height:64px;margin-bottom:18px;place-items:center;border:1px solid rgba(217,237,184,.24);border-radius:20px;background:rgba(217,237,184,.1);box-shadow:inset 0 0 0 7px rgba(255,255,255,.035)}.newsletter-logo svg{width:38px;height:38px;fill:none;stroke:var(--leaf3);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.newsletter-card>span{position:relative;z-index:1;color:var(--leaf3)}.newsletter-card h2{position:relative;z-index:1;color:#fff}.newsletter-card p{position:relative;z-index:1;margin:0 0 17px;color:rgba(255,255,255,.68);font-size:9px;line-height:1.7}.newsletter-card form{position:relative;z-index:1;display:grid;gap:9px}.newsletter-card input{height:42px;width:100%;border:1px solid rgba(217,237,184,.2);border-radius:11px;background:rgba(255,255,255,.95);color:var(--forest950);outline:0;padding:0 12px;font-size:10px;font-weight:700}.newsletter-card input:focus{border-color:var(--leaf3);box-shadow:0 0 0 3px rgba(169,213,139,.18)}.newsletter-card button{height:42px;border:0;border-radius:11px;background:var(--leaf3);color:var(--forest950);font-size:9px;font-weight:900;transition:background .18s ease,transform .18s ease}.newsletter-card button:hover{background:var(--lime);transform:translateY(-1px)}.newsletter-card small{position:relative;z-index:1;display:block;margin-top:10px;color:var(--leaf3);font-size:8px;font-weight:800;line-height:1.5}.blog-empty{display:grid;justify-items:center;padding:60px 24px;border:1px dashed rgba(18,60,43,.18);border-radius:18px;background:rgba(255,255,255,.72);text-align:center}.blog-empty span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.blog-empty h3{margin:9px 0;color:var(--forest950);font-family:Georgia,serif;font-size:29px;font-weight:560}.blog-empty p{max-width:450px;margin:0;color:var(--muted);font-size:10px;line-height:1.7}
@media(max-width:980px){.blog-hero,.blog-layout{grid-template-columns:1fr}.blog-search{max-width:520px}.blog-sidebar{position:relative;top:auto;grid-template-columns:1fr 1fr}.blog-card{grid-template-columns:190px minmax(0,1fr)}}
@media(max-width:700px){.blog-hero{padding:38px 24px 30px}.blog-hero h1{font-size:43px}.blog-layout{padding:26px 14px 62px}.blog-feed-heading{align-items:flex-start;flex-direction:column}.blog-card{grid-template-columns:1fr}.blog-card-media{min-height:230px}.blog-sidebar{grid-template-columns:1fr}.blog-card-footer{align-items:flex-start;flex-direction:column}.blog-card-actions{width:100%;justify-content:flex-end}}
.blog-card-highlight{animation:blog-card-pulse 1.4s ease-out}
@keyframes blog-card-pulse{0%,100%{box-shadow:0 15px 38px rgba(8,40,29,.07)}35%{border-color:rgba(86,168,62,.65);box-shadow:0 0 0 5px rgba(86,168,62,.13),0 22px 48px rgba(8,40,29,.12)}}
/* Blog & Haberler davranış güncellemeleri */
.blog-search{grid-template-columns:auto minmax(0,1fr);padding-right:14px}
.blog-card{cursor:pointer}
.blog-card-copy h3{position:relative;width:auto;padding-left:14px;background:none}
.blog-card-copy h3:before{position:absolute;top:.12em;bottom:.08em;left:0;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--leaf),var(--leaf3));content:""}
.blog-card-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.blog-card-metrics span{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid rgba(18,60,43,.08);border-radius:999px;background:#fbfcf8;color:var(--soft);font-size:8px;font-weight:760}
.blog-card-metrics svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.blog-card-metrics b{color:var(--forest800);font-size:9px;font-weight:920}
.blog-card-footer>span{color:var(--forest700)}
.blog-icon-button[title*=Paylaş]{background:#fff;color:var(--forest900)}
.blog-sidebar{position:relative;top:auto;right:auto;z-index:0;width:auto;max-height:none;overflow:visible;scrollbar-width:none}
.blog-recommended-list .blog-recommendation-title{margin:13px 0 3px;padding-top:13px;border-top:1px solid rgba(18,60,43,.1);color:var(--leaf);font-size:8px;font-weight:920;letter-spacing:.13em;text-transform:uppercase}
.blog-recommended-list small b{color:var(--forest800);font-size:8px;font-weight:920}
.blog-recommended-list button{cursor:pointer}
@media(max-width:980px){.blog-sidebar{position:relative;top:auto;right:auto;width:auto;max-height:none;overflow:visible}.blog-card{cursor:default}}
@media(max-width:700px){.blog-card-copy h3{padding-left:12px}.blog-card-metrics{gap:6px}.blog-card-metrics span{font-size:7px}}
.blog-card{position:relative}
.blog-card-hit{position:absolute;inset:0;z-index:1;border-radius:18px}.blog-card-hit:focus-visible{outline:3px solid rgba(86,168,62,.34);outline-offset:4px}
.blog-card-media,.blog-card-copy{position:relative;z-index:2;pointer-events:none}.blog-card-actions,.blog-card-actions *{pointer-events:auto}
/* Blog uygulama içi okuma modu */
.blog-sidebar{max-height:none!important;overflow:visible!important;scrollbar-width:none!important}.blog-sidebar::-webkit-scrollbar{display:none}.blog-view.is-reading .blog-hero,.blog-view.is-reading .blog-layout{display:none}.blog-detail-shell{max-width:1240px;margin:0 auto;padding:42px 28px 88px}.blog-detail-back{display:inline-flex;min-height:38px;align-items:center;gap:8px;margin-bottom:28px;padding:0 13px;border:1px solid rgba(86,168,62,.26);border-radius:999px;background:#f2f8ea;color:var(--forest700);font-size:9px;font-weight:900}.blog-detail-back:hover{background:#e7f4dc}.blog-detail-layout{display:grid;grid-template-columns:250px minmax(0,820px);align-items:start;justify-content:center;gap:38px}.blog-detail-author{position:sticky;top:176px;display:grid;gap:10px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 48px rgba(8,40,29,.08)}.blog-detail-avatar{display:grid;width:62px;height:62px;place-items:center;border:1px solid rgba(18,60,43,.18);border-radius:18px;background:linear-gradient(145deg,var(--lime),#f7fbef);color:var(--forest900);font-family:Georgia,serif;font-size:18px;font-weight:800}.blog-detail-author>span,.blog-detail-hero>span{color:var(--leaf);font-size:8px;font-weight:920;letter-spacing:.14em;text-transform:uppercase}.blog-detail-author h2{margin:2px 0 0;color:var(--forest950);font-family:Georgia,serif;font-size:25px;line-height:1.05}.blog-detail-author p,.blog-detail-author small{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.blog-detail-author small{padding-bottom:14px;border-bottom:1px solid var(--line)}.blog-detail-author dl{display:grid;gap:10px;margin:6px 0 0}.blog-detail-author dt{color:var(--soft);font-size:7px;font-weight:900;text-transform:uppercase}.blog-detail-author dd{margin:0;color:var(--forest800);font-size:10px;font-weight:850}.blog-detail-article{min-width:0}.blog-detail-hero h1{max-width:780px;margin:12px 0 16px;color:var(--forest950);font-family:Georgia,serif;font-size:clamp(42px,5.2vw,72px);font-weight:620;letter-spacing:-.055em;line-height:.98}.blog-detail-hero p{max-width:760px;margin:0;color:var(--muted);font-size:15px;line-height:1.78}.blog-detail-metrics{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.blog-detail-metrics span{display:inline-flex;gap:6px;padding:8px 10px;border:1px solid rgba(18,60,43,.09);border-radius:999px;background:#fff;color:var(--soft);font-size:10px;font-weight:800}.blog-detail-metrics b{color:var(--forest800);font-weight:930}.blog-detail-cover{display:block;width:100%;max-height:430px;margin-top:28px;object-fit:cover;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px rgba(8,40,29,.11)}.blog-detail-body{display:grid;gap:25px;margin-top:38px;color:#25362d}.blog-detail-body>p{margin:0;color:#33463b;font-size:17px;line-height:1.9}.blog-detail-body section{display:grid;gap:9px}.blog-detail-body h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:31px;letter-spacing:-.035em}.blog-detail-body section p{margin:0;color:#3d4f45;font-size:15px;line-height:1.85}.blog-detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line)}.blog-detail-actions button{display:inline-flex;min-height:42px;align-items:center;gap:9px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--forest800);font-size:10px;font-weight:900;transition:.18s}.blog-detail-actions button:hover,.blog-detail-actions button.active{border-color:var(--forest900);background:var(--forest900);color:#fff;transform:translateY(-1px)}.blog-detail-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}@media(max-width:980px){.blog-detail-layout{grid-template-columns:1fr}.blog-detail-author{position:relative;top:auto;grid-template-columns:auto minmax(0,1fr);align-items:center}.blog-detail-author small,.blog-detail-author dl{grid-column:1/-1}}@media(max-width:700px){.blog-detail-shell{padding:28px 14px 64px}.blog-detail-hero h1{font-size:42px}.blog-detail-actions button{flex:1;justify-content:center}}
.blog-sidebar,.blog-side-card,.newsletter-card,.blog-recommended-list{max-height:none!important;overflow:visible!important;scrollbar-width:none!important}.blog-sidebar::-webkit-scrollbar,.blog-side-card::-webkit-scrollbar,.newsletter-card::-webkit-scrollbar,.blog-recommended-list::-webkit-scrollbar{display:none}

/* Blog & Haberler son düzenlemeler */
.saved-tabs{display:flex;gap:10px;max-width:1100px;margin:28px auto 0;padding:0 28px}.saved-tabs button{min-height:40px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest700);font-size:10px;font-weight:900;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.saved-tabs button:hover{border-color:rgba(86,168,62,.36);background:var(--lime1);transform:translateY(-1px)}.saved-tabs button.active{border-color:var(--forest900);background:var(--forest900);color:#fff}.saved-blog-list{display:grid;gap:15px}.saved-blog-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;padding:15px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 16px 44px rgba(8,40,29,.07)}.saved-blog-card img{width:100%;height:150px;object-fit:cover;border-radius:14px;background:var(--lime1)}.saved-blog-card span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.saved-blog-card h3{margin:8px 0 8px;color:var(--forest950);font-family:Georgia,serif;font-size:27px;line-height:1.05;letter-spacing:-.035em}.saved-blog-card p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.saved-blog-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.saved-blog-metrics small{display:inline-flex;gap:5px;padding:6px 8px;border:1px solid rgba(18,60,43,.08);border-radius:999px;background:#fbfcf8;color:var(--soft);font-size:8px;font-weight:800}.saved-blog-metrics b{color:var(--forest800)}.saved-blog-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.saved-blog-actions button{min-height:34px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--forest700);padding:0 12px;font-size:8px;font-weight:900}.saved-blog-actions button:first-child{border-color:var(--forest900);background:var(--forest900);color:#fff}.saved-blog-actions button:last-child{color:#ad4437}.newsletter-card input:disabled{background:#e8f2df;color:#526258;cursor:not-allowed}.newsletter-card.is-subscribed{padding:22px}.newsletter-card.is-subscribed form{display:none}.newsletter-card.is-subscribed p{margin-bottom:0}.newsletter-card.is-subscribed small{font-size:10px;color:var(--leaf3)}.blog-detail-back{min-height:auto!important;margin-bottom:24px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--forest700)!important}.blog-detail-back:hover{background:transparent!important;color:var(--leaf)!important}.blog-detail-actions button[aria-pressed="true"]{border-color:var(--forest900);background:var(--forest900);color:#fff}.blog-card-actions button[aria-pressed="true"]{border-color:var(--forest900);background:var(--forest900);color:#fff}@media(min-width:981px){.blog-detail-author{position:sticky!important;top:124px!important;align-self:start!important}.blog-view.is-reading .blog-sidebar{display:none!important}}@media(max-width:700px){.saved-tabs{padding:0 14px}.saved-blog-card{grid-template-columns:1fr}.saved-blog-card img{height:210px}}

/* Blog sağ şerit yeniden tasarım: sayfa üstüne binen sabit panel kaldırıldı */
.blog-view:not(.is-reading) .blog-layout{
  grid-template-columns:minmax(0,1fr) 360px!important;
  align-items:start!important;
  gap:28px!important;
}
.blog-view:not(.is-reading) .blog-sidebar{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  z-index:0!important;
  width:auto!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  transform:none!important;
  will-change:auto!important;
  align-self:start!important;
  display:grid!important;
  gap:18px!important;
  pointer-events:auto!important;
}
.blog-view:not(.is-reading) .blog-side-card,
.blog-view:not(.is-reading) .newsletter-card{
  position:relative!important;
  overflow:hidden!important;
  border-radius:18px!important;
  box-shadow:0 15px 38px rgba(8,40,29,.07)!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
.blog-view:not(.is-reading) .blog-side-card:hover,
.blog-view:not(.is-reading) .newsletter-card:hover{
  border-color:rgba(86,168,62,.34)!important;
  box-shadow:0 22px 48px rgba(8,40,29,.12)!important;
  transform:translateY(-3px)!important;
}
.blog-view:not(.is-reading) .blog-recommended-list button{
  border-radius:14px!important;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
.blog-view:not(.is-reading) .blog-recommended-list button:hover{
  box-shadow:0 10px 24px rgba(8,40,29,.08)!important;
  transform:translateY(-2px)!important;
}
.blog-view:not(.is-reading) .blog-hero{
  position:relative!important;
  z-index:1!important;
}
.blog-view:not(.is-reading) .blog-search{
  position:relative!important;
  z-index:2!important;
}
@media(max-width:980px){
  .blog-view:not(.is-reading) .blog-layout{grid-template-columns:1fr!important}
  .blog-view:not(.is-reading) .blog-sidebar{grid-template-columns:1fr 1fr!important}
}
@media(max-width:700px){
  .blog-view:not(.is-reading) .blog-sidebar{grid-template-columns:1fr!important}
}



/* Yesilup blog author profile image */
.public-author-avatar,
.blog-detail-avatar{
  overflow:hidden!important;
  background:#18ad4d url("/assets/branding/blog-author-yesilup.png") center/cover no-repeat!important;
  color:transparent!important;
  font-size:0!important;
  text-indent:-9999px!important;
  border-color:rgba(18,60,43,.14)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 10px 24px rgba(8,40,29,.11)!important;
}
.public-author-avatar{border-radius:19px!important}
.blog-detail-avatar{border-radius:17px!important}

/* Blog member tabs and library states */
.blog-member-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  max-width:1240px;
  margin:0 auto;
  padding:18px 28px 0;
}
.blog-member-tabs button{
  position:relative;
  min-height:40px;
  padding:0 18px;
  border:1px solid rgba(18,60,43,.12);
  border-radius:999px;
  background:#fff;
  color:var(--forest700);
  box-shadow:0 12px 30px rgba(8,40,29,.04);
  font-size:9px;
  font-weight:920;
  letter-spacing:.09em;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.blog-member-tabs button:hover{
  border-color:rgba(86,168,62,.34);
  background:var(--lime1);
  box-shadow:0 16px 34px rgba(8,40,29,.08);
  transform:translateY(-1px);
}
.blog-member-tabs button.active{
  border-color:var(--forest900);
  background:var(--forest900);
  color:#fff;
}
.blog-member-tabs button[data-count]:not([data-count="0"])::after{
  content:attr(data-count);
  display:inline-grid;
  min-width:18px;
  height:18px;
  margin-left:8px;
  place-items:center;
  border-radius:999px;
  background:rgba(86,168,62,.16);
  color:var(--forest800);
  font-size:8px;
  font-weight:950;
  line-height:1;
}
.blog-member-tabs button.active[data-count]:not([data-count="0"])::after{
  background:var(--leaf3);
  color:var(--forest950);
}
.blog-card-status{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:9px;
}
.blog-card-status span{
  display:inline-flex;
  min-height:22px;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(86,168,62,.22);
  border-radius:999px;
  background:#edf7e6;
  color:var(--forest700);
  font-size:7px;
  font-weight:920;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.blog-recent-status span{
  border-color:rgba(18,60,43,.12);
  background:#fffaf0;
  color:#6c6045;
}
.newsletter-card.is-subscribed{
  padding:22px!important;
}
.newsletter-card.is-subscribed form{
  display:none!important;
}
.newsletter-card.is-subscribed h2{
  margin-bottom:10px!important;
}
.newsletter-card.is-subscribed p{
  margin-bottom:0!important;
}
.newsletter-card.is-subscribed small{
  display:inline-flex!important;
  width:100%;
  min-height:36px;
  align-items:center;
  margin-top:14px!important;
  padding:0 12px;
  border-radius:11px;
  background:rgba(217,237,184,.13);
  color:var(--leaf3)!important;
  font-size:10px!important;
}
@media(max-width:700px){
  .blog-member-tabs{padding:14px 14px 0}
  .blog-member-tabs button{flex:1;min-width:140px;padding:0 12px}
}

/* Profile preference fields */
.profile-range-card .profile-slider-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:9px}.profile-slider-control strong{display:grid;min-width:82px;height:42px;place-items:center;border:1px solid rgba(86,168,62,.28);border-radius:12px;background:#f3f9ea;color:var(--forest900);font-size:12px;font-weight:950}.profile-slider-control input[type=range]{width:100%;height:6px;padding:0;border:0;border-radius:999px;background:linear-gradient(90deg,#3f8454,#b9d99f);accent-color:#3f8454;cursor:pointer}.profile-slider-control input[type=range]:disabled{opacity:.76;cursor:default}.profile-slider-control input[type=range]::-webkit-slider-thumb{width:22px;height:22px;border:3px solid #fff;border-radius:50%;background:#36784d;box-shadow:0 5px 14px rgba(8,40,29,.22);appearance:none}.profile-slider-control input[type=range]::-moz-range-thumb{width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#36784d;box-shadow:0 5px 14px rgba(8,40,29,.22)}.profile-radio-grid{display:grid;gap:9px;margin-top:9px}.profile-radio-grid label{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid rgba(18,60,43,.11);border-radius:13px;background:#fbfcf8;color:var(--forest900);font-size:10px;font-weight:850;transition:.16s}.profile-radio-grid label:hover{border-color:rgba(86,168,62,.34);background:#f1f8eb;transform:translateY(-1px)}.profile-radio-grid input{position:absolute;opacity:0;pointer-events:none}.profile-radio-grid i{display:grid;width:18px;height:18px;place-items:center;border:2px solid rgba(18,60,43,.34);border-radius:50%;background:#fff}.profile-radio-grid i:after{width:8px;height:8px;border-radius:50%;background:#3f8454;content:"";opacity:0;transform:scale(.55);transition:.16s}.profile-radio-grid input:checked+i{border-color:#3f8454;background:#edf7e6}.profile-radio-grid input:checked+i:after{opacity:1;transform:scale(1)}.profile-radio-grid input:disabled+i,.profile-radio-grid input:disabled~span{opacity:.7}.field select{width:100%;height:44px;padding:0 13px;border:1px solid var(--line2);border-radius:12px;background:#fff;color:var(--forest900);font:inherit;font-size:10px;font-weight:800}.field select:disabled{background:var(--cream1);color:#66736b;cursor:default}.editable-card.is-editing select{border-color:rgba(86,168,62,.55);box-shadow:0 0 0 4px rgba(169,213,139,.14)}[data-soil-detail-field][hidden],[data-consumer-spend-field][hidden]{display:none!important}
@media(min-width:1081px){.header-main{grid-template-columns:minmax(175px,.56fr) minmax(620px,1.88fr) minmax(250px,.7fr)!important;gap:clamp(18px,3vw,54px)!important}.global-search{grid-template-columns:auto minmax(0,1fr) minmax(310px,365px)!important;height:56px!important;gap:14px!important;padding:0 8px 0 18px!important}.location-control{height:46px!important;border-radius:14px!important;padding:0 12px!important}.location-control strong{font-size:10px!important}.location-control em{max-width:220px!important;font-size:7.5px!important}}
@media(max-width:720px){.profile-range-card .profile-slider-control{grid-template-columns:1fr}.profile-slider-control strong{justify-self:start}.profile-radio-grid label{min-height:42px}}

/* Header search/address collision fix */
@media(min-width:1081px){.header-main{grid-template-columns:minmax(168px,.5fr) minmax(520px,1fr) max-content!important;gap:clamp(14px,1.7vw,24px)!important;padding-inline:clamp(28px,4vw,64px)!important}.header-account-actions{min-width:max-content!important;gap:9px!important}.global-search{display:grid!important;grid-template-columns:auto minmax(0,1fr) clamp(210px,20vw,265px)!important;height:56px!important;gap:10px!important;padding:0 0 0 18px!important;overflow:hidden!important;border-radius:18px!important}.global-search>.search-icon{width:20px!important;height:20px!important}.global-search input{min-width:0!important;font-size:14px!important}.location-picker{align-self:stretch!important;width:auto!important;min-width:0!important;height:100%!important}.location-control{width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important;padding:0 12px!important;border-width:0 0 0 1px!important;border-color:rgba(86,168,62,.22)!important;border-radius:0 17px 17px 0!important;background:#edf6dc!important}.location-control strong{font-size:9.5px!important}.location-control em{max-width:150px!important;font-size:7px!important}.location-chevron{width:16px!important;height:16px!important}}
@media(min-width:1081px) and (max-width:1320px){.header-main{grid-template-columns:160px minmax(500px,1fr) max-content!important;gap:14px!important;padding-inline:24px!important}.app-brand img{width:138px!important}.global-search{grid-template-columns:auto minmax(0,1fr) 218px!important}.location-control em{display:none!important}.account-trigger{min-width:0!important;max-width:210px!important}.account-copy small{display:none!important}.account-copy strong{max-width:112px!important}.cart-trigger,.inbox-trigger{width:42px!important;height:42px!important}}
@media(max-width:1080px){.global-search{overflow:hidden!important}.location-picker{width:48px!important;min-width:48px!important}.location-control{border-radius:12px!important}.location-control span{display:none!important}}


/* Marketplace mobile-aligned visual polish */
.app-header{overflow:visible}.header-main{position:relative;z-index:80}.global-search{overflow:visible!important;isolation:isolate}.global-search:focus-within{position:relative;z-index:180}.search-suggestions{top:calc(100% + 10px)!important;z-index:260!important;border-color:rgba(86,168,62,.24)!important;border-radius:18px!important;box-shadow:0 24px 58px rgba(8,40,29,.18)!important}.location-picker{position:relative;z-index:220}.location-picker:focus-within{z-index:300}.location-menu{z-index:320!important}.location-control{box-shadow:inset 0 0 0 1px rgba(86,168,62,.08)}
.shop-product-grid{grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:20px}.shop-product-card{border-color:rgba(18,60,43,.1);border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fcfdf9 100%);box-shadow:0 16px 36px rgba(8,40,29,.07)}.shop-product-card:hover{border-color:rgba(86,168,62,.4);box-shadow:0 22px 46px rgba(8,40,29,.12)}.shop-product-image{aspect-ratio:1.18/1;border-bottom:1px solid rgba(18,60,43,.08);background:#f4f8ef}.shop-product-image>span{right:auto;bottom:12px;left:12px;padding:6px 9px;border:1px solid rgba(86,168,62,.16);background:rgba(255,255,255,.94);color:#2f7b46;font-size:7px;letter-spacing:.08em}.shop-product-copy{padding:16px 16px 15px}.shop-product-copy h3{min-height:auto;margin:9px 0 6px;font-family:inherit;font-size:18px;font-weight:900;letter-spacing:-.025em;line-height:1.18}.product-card-producer,.product-card-location{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;line-height:1.25}.product-card-producer{color:#22a65a;font-size:11px;font-weight:900}.product-card-location{margin:6px 0 8px!important;color:#56645c;font-size:10px;font-weight:820}.product-card-producer svg,.product-card-location svg,.product-card-facts svg{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-card-location svg{color:#ed5a5a;stroke-width:2}.product-card-rating{gap:7px!important;margin:2px 0 10px!important}.rating-stars i{font-size:13px}.product-card-rating b{color:#1b3327;font-size:10px;font-weight:900}.product-card-rating em{font-size:9px}.shop-product-copy>p{min-height:36px;color:#6b766f;font-size:9px}.product-card-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:11px 0 0!important}.product-card-facts span{display:flex;align-items:center;gap:6px;min-width:0;padding:7px 8px;border:1px solid rgba(86,168,62,.14);border-radius:12px;background:#f6faf1;color:#4f765b}.product-card-facts b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-footer{align-items:center!important;margin-top:auto!important;padding-top:14px!important;border-top-color:rgba(18,60,43,.09)!important}.product-card-footer>span{display:grid!important;gap:2px}.product-card-footer strong,.product-detail-purchase>strong{font-family:inherit!important;color:#18a957!important;font-weight:950!important;letter-spacing:-.035em}.product-card-footer strong{font-size:25px!important}.product-card-footer small{font-size:8px!important;color:#748179!important}.product-card-footer button{min-height:38px!important;padding:0 13px!important;border-radius:999px!important;background:#123c2b!important;box-shadow:0 9px 18px rgba(18,60,43,.14)}.product-card-footer button:hover{background:#1e6845!important;transform:translateY(-1px)}.product-detail-purchase>strong{font-size:40px!important}.service-icon{border:1px solid transparent;border-radius:13px;background:#f4f8ee;color:#317a50}.service-tab:hover .service-icon,.service-tab.active .service-icon{border-color:rgba(86,168,62,.22);background:linear-gradient(135deg,#e9f7dd,#d8efbd);box-shadow:0 8px 18px rgba(86,168,62,.16)}.service-tab.active:after{background:#54a83e}.producer-portal-tab:not(.locked) .service-icon{background:linear-gradient(135deg,#e9f7dd,#d8efbd)}
@media(min-width:1081px){.global-search{overflow:visible!important}.location-control{border-radius:0 18px 18px 0!important}.location-menu{top:calc(100% + 12px)!important}.search-suggestions{left:0!important;right:0!important}}
@media(max-width:1080px){.global-search{overflow:visible!important}.search-suggestions{top:calc(100% + 8px)!important}.location-menu{z-index:320!important}}
@media(max-width:620px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shop-product-copy{padding:12px}.shop-product-copy h3{font-size:15px}.product-card-producer{font-size:10px}.product-card-location,.product-card-rating b,.product-card-rating em{font-size:9px}.product-card-facts{grid-template-columns:1fr!important}.product-card-footer{align-items:flex-start!important;flex-direction:column!important}.product-card-footer button{width:100%}}


/* Improvement program refinements */
.producer-editor-panel{max-width:1120px!important}
.producer-editor-panel .producer-product-form{padding:28px!important}
.producer-number-input input{height:52px!important;font-size:20px!important;font-weight:950!important;letter-spacing:-.02em}
.producer-number-input b{font-size:14px!important;font-weight:950!important}
.producer-money-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:13px 0 4px;padding:10px;border:1px solid rgba(86,168,62,.18);border-radius:15px;background:linear-gradient(135deg,#f5fbef,#fff)}
.producer-money-summary span{display:grid;gap:5px;padding:11px;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px rgba(18,60,43,.06)}
.producer-money-summary small{color:#738179;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.producer-money-summary strong{color:var(--forest900);font-size:13px;font-weight:950}
.producer-money-summary .net{background:#eaf7df}.producer-money-summary .net strong{color:#15723d}
.producer-image-add-tile{display:grid!important;width:58px!important;height:58px!important;place-items:center!important;border:1px dashed rgba(86,168,62,.55)!important;border-radius:13px!important;background:#f4faee!important;color:#2f7b43!important;transition:transform .18s ease,background .18s ease,border-color .18s ease!important}
.producer-image-add-tile:hover{border-color:#2f7b43!important;background:#eaf7df!important;transform:translateY(-2px)!important}
.producer-image-add-tile b{font-size:24px;line-height:1}.producer-image-add-tile small{margin:0!important;color:#52715c!important;font-size:7px!important;font-weight:900!important}
.producer-timeline-card{cursor:pointer}.producer-timeline-card aside .producer-product-actions button{cursor:pointer}.producer-timeline-card h3{font-size:14px!important}.producer-product-meta b{border:1px solid rgba(86,168,62,.12)}
.shop-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin:22px 0 8px}.shop-pagination[hidden]{display:none!important}.shop-pagination button,.shop-pagination span{min-height:38px;border:1px solid rgba(18,60,43,.11);border-radius:999px;background:#fff;color:var(--forest800);box-shadow:0 10px 22px rgba(8,40,29,.05);font-size:10px;font-weight:900}.shop-pagination button{padding:0 14px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.shop-pagination button:hover:not(:disabled){border-color:rgba(86,168,62,.38);background:#edf7e6;transform:translateY(-1px)}.shop-pagination button:disabled{opacity:.48;cursor:not-allowed}.shop-pagination span{display:inline-flex;align-items:center;gap:4px;padding:0 15px;color:#66746c}.shop-pagination b{color:var(--forest900)}
.product-detail-ingredients{display:grid;gap:7px;margin:16px 0;padding:16px;border:1px solid rgba(86,168,62,.18);border-radius:16px;background:#f7fbf1}.product-detail-ingredients span{color:var(--leaf);font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.product-detail-ingredients p{margin:0;color:#32483c;font-size:11px;line-height:1.65}
.blog-recommended-list .blog-trend-item{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;padding:10px!important}.blog-recommended-list .blog-trend-item img{width:58px;height:58px;object-fit:cover;border-radius:12px;background:#eef4e8}.blog-recommended-list .blog-trend-item>span{display:grid;gap:5px;min-width:0}.blog-recommended-list .blog-trend-item strong{font-size:10px!important}.blog-recommended-list .blog-trend-item em{color:#748179;font-size:7px;font-style:normal;font-weight:800}.blog-trend-metrics{display:flex!important;flex-wrap:wrap;gap:5px!important;color:#64736a!important}.blog-trend-metrics span{display:inline-flex!important;align-items:center;gap:3px!important;color:#637369!important;font-size:7px!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important}.blog-trend-metrics svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.blog-trend-metrics b{color:var(--forest900)!important;font-size:7px!important}.newsletter-card.is-subscribed{min-height:auto!important}.newsletter-card.is-subscribed button{display:none!important}
.payment-brand-groups{grid-template-columns:1fr 1fr!important}.payment-brand-groups button{display:grid;min-height:92px!important;align-content:center;gap:8px;padding:12px!important;text-align:left!important}.payment-brand-groups button>span{display:flex;flex-wrap:wrap;gap:6px}.payment-brand-groups strong{font-size:10px}.payment-brand-groups small{color:#76837b;font-size:8px;line-height:1.4}.payment-brand-groups button.active{border-color:rgba(86,168,62,.5)!important;background:linear-gradient(135deg,#eef8e8,#fff)!important}
.customer-line-context-grid{grid-template-columns:.82fr 1.18fr!important}.chat-composer textarea{font-size:12px!important;line-height:1.55!important}.chat-thread article p{font-size:11px!important;line-height:1.55!important}.inbox-header-actions{display:flex!important;align-items:center!important;flex-direction:row!important;gap:7px!important}.saved-blog-card{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.saved-blog-card:hover{border-color:rgba(86,168,62,.38);box-shadow:0 22px 54px rgba(8,40,29,.11);transform:translateY(-2px)}
@media(max-width:760px){.producer-money-summary{grid-template-columns:1fr}.payment-brand-groups{grid-template-columns:1fr!important}.customer-line-context-grid{grid-template-columns:1fr!important}.shop-pagination{flex-wrap:wrap}.shop-pagination span{order:-1;width:100%;justify-content:center}}

.toolbar-actions label{display:grid;gap:5px;min-width:136px}.toolbar-actions label small{color:var(--soft);font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.toolbar-actions select{height:38px;min-width:136px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--forest800);padding:0 32px 0 12px;font-size:9px;font-weight:850;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.toolbar-actions select:focus{border-color:rgba(86,168,62,.5);box-shadow:0 0 0 3px rgba(86,168,62,.12)}.toolbar-actions [data-shop-result-count]{align-self:end;margin-bottom:10px;color:var(--forest800);font-weight:900}.shop-pagination{gap:14px}.shop-pagination button{border-radius:12px;box-shadow:none}.shop-pagination .shop-page-status{min-width:70px;border:0;background:transparent;box-shadow:none;color:var(--forest900);font-size:13px}.shop-pagination .shop-page-status b{font-size:18px}.shop-pagination .shop-page-status em{color:var(--muted);font-style:normal}.order-card-actions{gap:8px;align-items:center}.order-card-actions .order-live-support{display:inline-flex;align-items:center;gap:7px;border-color:rgba(86,168,62,.28);background:#eef8e8;color:var(--forest900)}.order-card-actions .order-live-support svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.order-card-actions .order-live-support:hover{background:var(--forest900);color:#fff}


/* 2026-06-27 checkout, live support and card polish */
.newsletter-card small strong{display:inline-block;margin-left:6px;color:#dfe7df;font-size:10px;font-weight:950}.public-newsletter-card small strong{color:#2f3430}
.live-support-view{background:var(--cream)}.live-support-layout{max-width:1180px;margin:0 auto;padding:42px 28px 86px}.live-support-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.live-support-orders,.live-support-chat{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(8,40,29,.07)}.live-support-orders{position:sticky;top:146px;display:grid;gap:10px;padding:22px}.live-support-orders>span,.live-support-chat header span,.live-support-context span{color:var(--leaf);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.live-support-orders button{display:grid;gap:5px;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fbfcf8;color:var(--forest900);text-align:left;transition:.18s}.live-support-orders button:hover,.live-support-orders button.active{border-color:rgba(86,168,62,.36);background:#edf6e4;transform:translateY(-1px)}.live-support-orders strong{font-size:10px}.live-support-orders small{color:var(--muted);font-size:8px;line-height:1.45}.live-support-chat{overflow:hidden}.live-support-chat header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px;border-bottom:1px solid var(--line);background:linear-gradient(145deg,#123c2b,#0a3022);color:#fff}.live-support-chat header h2{margin:7px 0 7px;color:#fff;font-family:Georgia,serif;font-size:30px;line-height:1.05}.live-support-chat header p{max-width:620px;margin:0;color:rgba(255,255,255,.68);font-size:10px;line-height:1.65}.live-support-chat header b{padding:7px 10px;border-radius:999px;background:rgba(217,237,184,.16);color:#d9edb8;font-size:8px}.live-support-context{display:grid;grid-template-columns:1.35fr 1fr;gap:12px;padding:18px;background:#fbfcf8}.live-support-context article{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}.live-support-context i{display:grid;width:58px;height:58px;flex:none;overflow:hidden;place-items:center;border-radius:15px;background:var(--lime1);color:var(--forest700);font-weight:900}.live-support-context img{width:100%;height:100%;object-fit:cover}.live-support-context p{margin:0}.live-support-context strong{display:block;margin-top:5px;color:var(--forest900);font-size:11px}.live-support-context small{display:block;margin-top:4px;color:var(--muted);font-size:8px}.live-support-topics{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 16px;background:#fbfcf8}.live-support-topics button{min-height:34px;padding:0 12px;border:1px solid rgba(86,168,62,.28);border-radius:999px;background:#fff;color:var(--forest800);font-size:8px;font-weight:900}.live-support-topics button:hover{background:var(--lime1);transform:translateY(-1px)}.live-support-thread{max-height:360px;overflow:auto;padding:18px;background:#fff}.live-support-composer{padding:16px 18px 18px;border-top:1px solid var(--line);background:#fbfcf8}@media(max-width:860px){.live-support-grid{grid-template-columns:1fr}.live-support-orders{position:relative;top:auto}.live-support-context{grid-template-columns:1fr}}
.checkout-coupon-block{border:1px dashed rgba(86,168,62,.42);border-radius:17px;background:repeating-linear-gradient(135deg,#ffffff 0,#ffffff 10px,#f7fbf1 10px,#f7fbf1 20px);padding:10px!important}.checkout-coupon-toggle{padding:8px!important}.checkout-coupon-toggle i{border-radius:14px!important;background:var(--forest900)!important;color:#fff!important;font-size:22px!important}.checkout-coupon-toggle small{color:#557064!important}.checkout-coupon-panel{grid-template-columns:minmax(0,1fr) auto!important;border:0!important;background:rgba(255,255,255,.86)!important}.checkout-coupon-applied{display:grid;gap:3px;padding:10px 12px;border-radius:12px;background:#eef8e8;color:var(--forest900)}.checkout-coupon-applied strong{font-size:12px}.checkout-coupon-applied small{color:#4f755f;font-size:8px}.coupon-clear-icon{display:grid!important;width:38px!important;padding:0!important;place-items:center;background:#fff0ed!important;color:#ad493d!important}.coupon-clear-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.checkout-summary-panel .checkout-address{border-color:rgba(217,237,184,.2)!important;background:rgba(255,255,255,.08)!important}.checkout-address-button{padding:12px!important}.checkout-address-button i{background:rgba(217,237,184,.14)!important;color:#d9edb8!important}.checkout-address-button>b{background:rgba(217,237,184,.14)!important}.checkout-address-menu{top:calc(100% + 6px)!important;padding:8px!important;border-color:rgba(217,237,184,.22)!important;background:#173f30!important;color:#fff!important;box-shadow:0 22px 42px rgba(0,0,0,.28)!important}.checkout-address-menu button,.checkout-address-menu>div{color:#fff!important;border:1px solid rgba(217,237,184,.14)!important;background:rgba(255,255,255,.06)!important}.checkout-address-menu button:hover{background:rgba(217,237,184,.14)!important}.checkout-address-menu small{color:rgba(255,255,255,.62)!important}.checkout-address-menu em{color:#d9edb8!important}
.card-brand-logo svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.brand-auto{color:#194633;background:#edf6e4!important}.card-brand-logo .troy-logo{display:inline-flex;align-items:center;gap:4px;color:#173f7a;font-weight:950}.card-brand-logo .troy-logo i{display:block;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#e63d2e 0 45%,#f6c12f 45% 100%);box-shadow:6px 0 0 rgba(36,132,74,.85)}.card-brand-logo .troy-logo strong{margin-left:5px;font-size:10px}.brand-troy{background:#fff!important;border:1px solid rgba(23,63,122,.18)}.card-brand-logo .amex-logo{display:grid;gap:1px;place-items:center;line-height:1}.card-brand-logo .amex-logo strong,.card-brand-logo .amex-logo b{position:static!important;display:block!important;width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:#fff!important;font-size:6px!important;letter-spacing:.08em;mix-blend-mode:normal!important}.card-brand-logo .amex-logo b{font-size:8px!important}.brand-amex{background:linear-gradient(135deg,#2577b8,#56a9d8)!important}.payment-form-card-inline{display:grid;gap:13px;margin-top:15px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.checkout-brand-groups{margin:0!important}.checkout-brand-groups button{min-height:54px!important}.checkout-brand-groups .card-brand-logo{transform:none!important;position:relative!important}.card-number-input input{letter-spacing:.02em}

/* 2026-06-27 coupon, rating and order flow refinements */
.card-brand-logo.brand-troy{min-width:56px;padding:3px 6px}.card-brand-logo.brand-troy img{display:block;width:48px;max-height:22px;object-fit:contain}.saved-card-troy .saved-card-top .card-brand-logo img{filter:brightness(1.8)}
.checkout-coupon-toggle i svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .18s ease}.checkout-coupon-toggle[aria-expanded=true] i svg{transform:rotate(180deg)}.checkout-coupon-picker{position:relative;display:grid;gap:7px;margin-bottom:9px}.checkout-coupon-picker>button{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:0 12px;border:1px solid rgba(86,168,62,.24);border-radius:12px;background:#f4faee;color:var(--forest900);font-size:9px;font-weight:900}.checkout-coupon-picker svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkout-coupon-picker-menu{position:absolute;z-index:12;top:calc(100% + 6px);right:0;left:0;display:grid;gap:6px;padding:8px;border:1px solid rgba(18,60,43,.12);border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(8,40,29,.16)}.checkout-coupon-picker-menu[hidden]{display:none!important}.checkout-coupon-picker-menu button{display:grid!important;gap:3px!important;padding:10px!important;border:0!important;border-radius:10px!important;background:#fbfcf8!important;color:var(--forest900)!important;text-align:left!important}.checkout-coupon-picker-menu button:hover{background:#edf6e4!important}.checkout-coupon-picker-menu small{color:#617269;font-size:8px}
.coupon-wallet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.coupon-wallet-card{display:grid;gap:10px;padding:22px;border:1px solid rgba(86,168,62,.24);border-radius:20px;background:linear-gradient(145deg,#fff,#f5fbef);box-shadow:0 18px 42px rgba(8,40,29,.07)}.coupon-wallet-card>span{width:max-content;padding:6px 9px;border-radius:999px;background:#123c2b;color:#d9edb8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:900}.coupon-wallet-card h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:25px;line-height:1.05}.coupon-wallet-card p{margin:0;color:#607268;font-size:10px;line-height:1.55}.coupon-wallet-card div{display:grid;gap:3px;padding:11px;border-radius:13px;background:#fff}.coupon-wallet-card strong{color:#15723d;font-size:14px}.coupon-wallet-card small{color:#6c7b72;font-size:8px}.coupon-wallet-card button{min-height:40px;border:0;border-radius:12px;background:var(--forest900);color:#fff;font-size:9px;font-weight:950}.coupon-wallet-card.disabled{opacity:.62}.coupon-wallet-card.disabled button{background:#dce5d8;color:#6f7e75}
.producer-money-summary small{display:flex;align-items:center;gap:5px}.producer-money-summary em{color:#61826b;font-size:7px;font-style:normal;font-weight:850}.commission-info-badge{display:inline-grid;width:17px;height:17px;place-items:center;border:0;border-radius:50%;background:#e4f3d8;color:#286b43;font-size:10px;font-weight:950}.producer-commission-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 13px;padding:10px 12px;border:1px solid rgba(86,168,62,.16);border-radius:13px;background:#fbfef7;color:#455f4d}.producer-commission-note strong{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--leaf)}.producer-commission-note span{font-size:8px;line-height:1.45;text-align:right}
.product-rating-stars{display:flex!important;gap:5px!important}.product-rating-stars button{transition:transform .16s ease,color .16s ease;text-shadow:0 0 0 transparent}.product-rating-stars button:hover{transform:translateY(-1px)}.product-rating-stars button.active{color:#f4a72c!important;text-shadow:0 7px 18px rgba(244,167,44,.28)}.product-rating-panel .rating-submit-link{display:inline-flex!important;width:max-content;margin-top:11px;padding:0!important;border:0!important;background:transparent!important;color:var(--forest900)!important;font-size:10px!important;font-weight:950!important;text-decoration:underline;text-underline-offset:4px}.product-rating-panel .rating-submit-link[hidden]{display:none!important}.product-rating-panel .rating-submit-link:disabled{opacity:.5}
.seller-line-support-note{border-color:rgba(86,168,62,.16)!important;background:#eef7e9!important}.seller-line-support-cta{display:inline-flex!important;align-items:center;gap:8px;margin-top:9px;padding:9px 12px!important;border:0!important;border-radius:12px!important;background:#123c2b!important;color:#fff!important;font-size:9px!important;font-weight:950!important;box-shadow:0 12px 26px rgba(8,40,29,.15)}.seller-line-support-cta svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.seller-line-support-cta:hover{transform:translateY(-1px);background:#1b6441!important}
.orders-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;max-width:1180px;margin:0 auto 20px;padding:0 28px}.orders-toolbar label{display:flex;min-width:min(260px,100%);height:46px;align-items:center;gap:10px;padding:0 13px;border:1px solid rgba(18,60,43,.12);border-radius:13px;background:#fff}.orders-toolbar svg{width:18px;height:18px;fill:none;stroke:#25764b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.orders-toolbar input{width:100%;border:0;background:transparent;color:var(--forest900);font-size:12px;outline:0}.orders-toolbar button{height:40px;padding:0 14px;border:1px solid rgba(18,60,43,.1);border-radius:11px;background:#fff;color:#33443a;font-size:9px;font-weight:900}.orders-toolbar button.active,.orders-toolbar button:hover{border-color:#ff6b2b;background:#fff8f3;color:#123c2b}
.orders-view .orders-layout{gap:18px}.orders-section{border:0!important;background:transparent!important;box-shadow:none!important}.orders-list{gap:15px}.order-card{overflow:hidden;border:1px solid rgba(18,60,43,.12)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 34px rgba(8,40,29,.06)!important}.order-card>header{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:14px!important;padding:18px 20px!important;background:#fff!important}.order-card>header:after{content:"⌄";display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:#f5f7f3;color:#123c2b;font-size:15px}.order-card-overview{padding:18px 20px!important;border-top:1px solid rgba(18,60,43,.08);background:#fbfcf8}.order-product-visual-link,.order-product i{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.order-product-visual-link:hover,.order-product i:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(8,40,29,.12)}.order-products{padding:0 20px 18px!important}.order-product{grid-template-columns:64px minmax(0,1fr) auto!important;min-height:78px!important;border-radius:14px!important}.order-item-detail{margin:0 0 10px 78px!important;padding:14px!important;border-radius:14px!important;background:#f7fbf1!important}.order-card-actions{padding:0 20px 18px!important}.order-card-actions button{border-radius:10px!important}.order-detail-drawer{margin:0 20px 20px!important;border-radius:16px!important;background:#fbfcf8!important}@media(max-width:760px){.orders-toolbar{padding:0 16px}.orders-toolbar label{min-width:100%}.producer-commission-note{align-items:flex-start;flex-direction:column}.producer-commission-note span{text-align:left}.order-card>header{grid-template-columns:1fr!important}.order-card>header:after{display:none}.order-item-detail{margin-left:0!important}.order-product{grid-template-columns:56px minmax(0,1fr)!important}.order-product b{grid-column:1/-1;justify-self:start}}

/* 2026-06-27 cart, orders, inbox and chat continuity */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.cart-trigger.active,.inbox-trigger.active{border-color:rgba(86,168,62,.48)!important;background:linear-gradient(135deg,#e8f7dc,#d8efbd)!important;color:var(--forest900)!important;box-shadow:0 10px 22px rgba(86,168,62,.16)!important}
.inbox-tab-badge{display:inline-grid;min-width:17px;height:17px;margin-left:6px;padding:0 5px;place-items:center;border-radius:999px;background:#2f6f8f;color:#fff;font-size:7px;font-weight:950;vertical-align:middle}.inbox-tab-badge[hidden]{display:none!important}
.enhanced-cart-layout{grid-template-columns:260px minmax(0,1fr) 330px!important}.cart-flow-card{position:sticky;top:132px;display:grid;gap:11px;padding:22px;border:1px solid rgba(18,60,43,.12);border-radius:20px;background:linear-gradient(145deg,#fff,#f5fbef);box-shadow:0 18px 42px rgba(8,40,29,.07)}.cart-flow-card>span{color:var(--leaf);font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.cart-flow-card h2{margin:0;color:var(--forest950);font-family:Georgia,serif;font-size:25px;line-height:1.05}.cart-flow-card p{margin:0;color:#627267;font-size:9px;line-height:1.55}.cart-flow-card div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px;border-radius:13px;background:#fff;box-shadow:inset 0 0 0 1px rgba(18,60,43,.06)}.cart-flow-card div strong{color:#15723d;font-size:18px;font-weight:950}.cart-flow-card div small{color:#637369;font-size:8px;font-weight:850}.cart-flow-card button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;background:#fff0ed;color:#a4493e;font-size:9px;font-weight:950;transition:.16s}.cart-flow-card button:hover{background:#a4493e;color:#fff;transform:translateY(-1px)}.cart-flow-card svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.cart-unit-price{display:grid;gap:3px;margin-bottom:6px;padding:7px 9px;border-radius:11px;background:#f4f9ef;color:#597063;text-align:right}.cart-unit-price b{font-size:7px;text-transform:uppercase;letter-spacing:.07em}.cart-unit-price strong{font-size:10px!important;font-family:inherit!important;color:var(--forest900)!important}
.chat-composer{grid-template-columns:minmax(0,1fr) 52px!important;align-items:stretch!important}.chat-composer textarea{min-height:54px!important;resize:none!important}.chat-composer .chat-send-icon{display:grid!important;width:52px!important;min-height:54px!important;align-self:stretch!important;place-items:center!important;padding:0!important;border:0!important;border-radius:14px!important;background:var(--forest900)!important;color:#fff!important;box-shadow:0 12px 24px rgba(8,40,29,.15);transition:.16s}.chat-send-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.chat-send-icon:hover:not(:disabled){background:#1e6845!important;transform:translateY(-1px)}.chat-send-icon:disabled{opacity:.55;cursor:not-allowed;transform:none}
.message-meta{gap:7px!important}.message-state{letter-spacing:-2px!important;color:#718678!important}.message-state.delivered{color:#5d7969!important}.message-state.read{color:#178a4f!important}.chat-thread article.received .message-meta,.chat-thread article.system .message-meta{display:none!important}
.order-card>header:after{display:none!important}.order-card-toggle{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(18,60,43,.1);border-radius:11px;background:#f5f7f3;color:#123c2b;transition:.16s}.order-card-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .16s}.order-card-toggle:hover,.order-card-toggle.active{border-color:rgba(86,168,62,.35);background:#edf7e6}.order-card-toggle.active svg{transform:rotate(180deg)}.order-detail-grid{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))!important;gap:10px!important}.order-detail-grid article{min-height:76px}.order-detail-text-toggle.active{background:var(--forest900)!important;color:#fff!important}
.shipping-order-head{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:13px;margin-bottom:10px}.shipping-order-head i{display:grid;width:64px;height:64px;overflow:hidden;place-items:center;border-radius:15px;background:#fff;color:var(--forest700);font-weight:950}.shipping-order-head img{width:100%;height:100%;object-fit:cover}.shipping-order-head p{min-width:0;margin:0}.shipping-order-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shipping-order-summary>small{display:block;margin-top:6px}
.producer-operation-list button{grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important}.producer-operation-list button>i{display:grid;width:48px;height:48px;overflow:hidden;place-items:center;border-radius:13px;background:#edf6e4;color:var(--forest700);font-size:9px;font-style:normal;font-weight:950}.producer-operation-list button>i img{width:100%;height:100%;object-fit:cover}.producer-operation-list button>span{display:grid;gap:3px;min-width:0}.producer-operation-list button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1080px){.enhanced-cart-layout{grid-template-columns:1fr!important}.cart-flow-card,.cart-summary{position:relative!important;top:auto!important}.cart-unit-price{text-align:left}.chat-composer{grid-template-columns:minmax(0,1fr) 50px!important}}

/* 2026-06-27 cart animation, ratings and compact orders */
.cart-add-icon-button{display:inline-grid!important;position:relative;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;place-items:center!important;padding:0!important;border:0!important;border-radius:14px!important;background:var(--forest900)!important;color:#fff!important;box-shadow:0 12px 24px rgba(8,40,29,.16)!important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease!important}.cart-add-icon-button:hover:not(:disabled){background:#1e6845!important;box-shadow:0 16px 28px rgba(8,40,29,.2)!important;transform:translateY(-2px)!important}.cart-add-icon-button:disabled{opacity:.48!important;cursor:not-allowed!important}.cart-add-icon-button svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-linecap:round!important;stroke-linejoin:round!important;stroke-width:1.9!important}.cart-add-icon-button b{position:absolute;top:-6px;right:-6px;display:grid;min-width:18px;height:18px;padding:0 5px;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--leaf);color:var(--forest950);font-size:8px;font-weight:950}.cart-flyer{position:fixed;z-index:9999;display:grid;width:46px;height:46px;place-items:center;overflow:hidden;border-radius:15px;background:#fff;color:var(--forest900);box-shadow:0 18px 40px rgba(8,40,29,.24);pointer-events:none;transform:translate(-50%,-50%);animation:cart-fly 680ms cubic-bezier(.18,.78,.24,1) forwards}.cart-flyer img{width:100%;height:100%;object-fit:cover}.cart-flyer svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}@keyframes cart-fly{0%{opacity:0;transform:translate(-50%,-50%) scale(.72)}12%{opacity:1;transform:translate(-50%,-50%) scale(1)}72%{opacity:1;transform:translate(calc(-50% + var(--cart-fly-x) * .94),calc(-50% + var(--cart-fly-y) * .94)) scale(.72)}100%{opacity:0;transform:translate(calc(-50% + var(--cart-fly-x)),calc(-50% + var(--cart-fly-y))) scale(.34)}}.cart-receive-pulse{animation:cart-receive-pulse 540ms ease}@keyframes cart-receive-pulse{0%,100%{transform:translateY(0) scale(1)}45%{transform:translateY(-2px) scale(1.08)}}.cart-sort-control{display:grid;gap:6px;padding:10px;border-radius:13px;background:#fff;box-shadow:inset 0 0 0 1px rgba(18,60,43,.06)}.cart-sort-control small{color:var(--soft);font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cart-sort-control select{width:100%;height:36px;padding:0 28px 0 10px;border:1px solid rgba(18,60,43,.1);border-radius:10px;background:#fbfdf8;color:var(--forest900);font-size:9px;font-weight:900;outline:0}.cart-sort-control select:focus{border-color:rgba(86,168,62,.48);box-shadow:0 0 0 3px rgba(86,168,62,.12)}
.cart-item aside strong,.cart-summary strong,.cart-summary-total strong,.cart-unit-price strong,.checkout-items b,.checkout-totals strong,.checkout-totals .total strong,.order-total strong,.order-detail-lines b,.order-detail-total strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.cart-summary-total strong,.checkout-totals .total strong,.order-total strong,.order-detail-total strong{font-weight:950!important}.product-rating-panel{position:relative;overflow:hidden}.rating-success-burst{display:inline-flex!important;align-items:center;gap:8px!important;margin-top:10px!important;padding:8px 10px;border-radius:999px;background:#e6f6dd;color:var(--forest900);animation:rating-success-in 520ms ease both}.rating-success-burst i{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#35a760;color:#fff;font-style:normal;font-weight:950}.rating-success-burst strong{font-size:9px}@keyframes rating-success-in{from{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.rating-comment-box{display:grid!important;gap:8px!important;margin-top:13px!important;padding:12px;border:1px solid rgba(86,168,62,.2);border-radius:13px;background:#fff}.rating-comment-box[hidden]{display:none!important}.rating-comment-box label{color:var(--forest900);font-size:9px;font-weight:900}.rating-comment-box textarea{min-height:76px;width:100%;resize:vertical;border:1px solid rgba(18,60,43,.12);border-radius:11px;background:#fbfcf8;color:var(--forest900);padding:10px;font-size:10px;line-height:1.5;outline:0}.rating-comment-box textarea:focus{border-color:rgba(86,168,62,.5);box-shadow:0 0 0 3px rgba(86,168,62,.12)}.rating-comment-box button{width:max-content;padding:0!important;border:0!important;background:transparent!important;color:var(--forest900)!important;font-size:9px!important;font-weight:950!important;text-decoration:underline;text-underline-offset:4px}
.orders-toolbar{margin-top:28px!important;margin-bottom:34px!important}.order-card.expanded .order-card-toggle svg,.order-card-toggle.active svg{transform:rotate(90deg)!important}.order-card.collapsed>:not(header){display:none!important}.order-card.collapsed>header{border-bottom:0!important}.order-detail-title{margin:0 0 12px;color:var(--forest950);font-size:13px;font-weight:950;letter-spacing:-.01em}.order-detail-text-toggle{display:none!important}@media(prefers-reduced-motion:reduce){.cart-flyer,.cart-receive-pulse,.rating-success-burst{animation:none!important}}

/* 2026-06-28 product comments, card alignment and finish-pass polish */
.shop-product-card{height:100%!important}.shop-product-copy{display:flex!important;flex-direction:column!important;min-height:294px!important}.shop-product-copy h3{min-height:44px!important}.product-card-producer{min-height:18px}.product-card-location{min-height:22px}.product-card-rating{min-height:23px!important;align-items:center!important;margin-top:4px!important;margin-bottom:9px!important}.product-card-rating .rating-stars{min-width:78px}.shop-product-copy>p{min-height:42px!important}.product-card-footer{margin-top:auto!important}.product-card-footer .cart-add-icon-button,.shop-product-copy>div .cart-add-icon-button{width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important;border-radius:50%!important;place-items:center!important;justify-content:center!important;align-items:center!important;padding:0!important}.product-card-footer .cart-add-icon-button svg,.shop-product-copy>div .cart-add-icon-button svg{width:23px!important;height:23px!important;transform:translateX(-1px)}.product-card-footer .cart-add-icon-button b{top:-5px;right:-5px}.product-card-footer strong,.product-detail-purchase>strong,.shipping-carrier-card strong,.shipping-order-money strong,.producer-order-finance strong,.producer-money-summary strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-variant-numeric:tabular-nums!important;font-weight:950!important;letter-spacing:-.035em!important}.shipping-carrier-card strong{color:#123c2b!important;font-size:26px!important}.shipping-order-money strong{font-size:13px!important}.detail-save{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.detail-save:hover:not(:disabled){border-color:rgba(86,168,62,.44);background:#edf7e6;color:#123c2b;box-shadow:0 12px 24px rgba(8,40,29,.1);transform:translateY(-2px)}.product-comments{display:grid;gap:14px;margin-top:17px;padding-top:17px;border-top:1px solid rgba(18,60,43,.1)}.product-comments-heading span{color:var(--leaf);font-size:7px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.product-comments-heading h2{margin:5px 0 4px;color:var(--forest950);font-family:Georgia,serif;font-size:26px;line-height:1.04}.product-comments-heading p{margin:0;color:#64746a;font-size:9px;line-height:1.55}.product-comments-list{display:grid;gap:11px}.product-comments-empty{padding:16px;border:1px dashed rgba(18,60,43,.18);border-radius:15px;background:#fbfcf8;color:#617067;font-size:9px}.product-comment-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:13px;border:1px solid rgba(18,60,43,.1);border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(8,40,29,.055);transition:.18s}.product-comment-card:hover{border-color:rgba(86,168,62,.28);box-shadow:0 16px 34px rgba(8,40,29,.09);transform:translateY(-1px)}.product-comment-card.own{background:linear-gradient(145deg,#fff,#f4faef)}.product-comment-avatar{display:grid;width:44px;height:44px;overflow:hidden;place-items:center;border:0;border-radius:14px;background:#123c2b;color:#fff;font-family:Georgia,serif;font-size:15px;font-weight:700}.product-comment-avatar img{width:100%;height:100%;object-fit:cover}.product-comment-avatar:not(:disabled){cursor:pointer}.product-comment-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-comment-author{display:block;padding:0;border:0;background:transparent;color:#123c2b;font-size:10px;font-weight:950;text-align:left}.product-comment-author:not(:disabled){cursor:pointer}.product-comment-card header small{display:block;margin-top:3px;color:#819087;font-size:7px;font-weight:800;text-transform:uppercase}.product-comment-card header>span{display:flex;align-items:center;gap:5px;flex:none}.product-comment-card header>span b{color:#123c2b;font-size:9px}.product-comment-card p{margin:10px 0 0;color:#4f6157;font-size:10px;line-height:1.65}.product-comment-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(18,60,43,.08)}.product-comment-card footer small{color:#6b7a70;font-size:8px;font-weight:850}.product-comment-card footer div{display:flex;gap:6px}.comment-icon-action{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(18,60,43,.1);border-radius:10px;background:#fbfcf8;color:#276f48;transition:.16s}.comment-icon-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.comment-icon-action:hover:not(:disabled){border-color:rgba(86,168,62,.34);background:#edf7e6;transform:translateY(-1px)}.public-profile-hero.consumer-summary{background:linear-gradient(145deg,#fff,#f7fbf1)}.order-card{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.order-card:hover{border-color:rgba(86,168,62,.34)!important;box-shadow:0 20px 42px rgba(8,40,29,.1)!important;transform:translateY(-2px)}.order-card.collapsed>header{background:#fff!important}.order-card.collapsed .order-card-toggle svg{transform:rotate(0deg)!important}.order-card.expanded .order-card-toggle svg,.order-card-toggle.active svg{transform:rotate(90deg)!important}@media(max-width:620px){.shop-product-copy{min-height:270px!important}.shop-product-copy h3{min-height:38px!important}.product-card-footer .cart-add-icon-button,.shop-product-copy>div .cart-add-icon-button{width:50px!important;min-width:50px!important;height:50px!important;min-height:50px!important}.product-comment-card{grid-template-columns:1fr}.product-comment-avatar{width:42px;height:42px}.product-comment-card header{flex-direction:column}}
.stock-photo-beta-button{padding:0!important;color:#6d7a70!important}.stock-photo-beta-button svg{color:#557e61}.stock-photo-beta-button:hover{color:#123c2b!important}.product-comment-avatar{width:48px!important;height:48px!important;border-radius:50%!important;box-shadow:0 0 0 3px #f1f6eb}.product-comment-avatar img{border-radius:50%;object-fit:cover}.product-comment-author-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.product-comment-author-line>b{padding:3px 6px;border-radius:999px;background:#eef6e8;color:#52735c;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:7px;font-weight:950}.comment-report-action.reported{border-color:rgba(86,168,62,.54)!important;background:#dff3d3!important;color:#123c2b!important;box-shadow:0 8px 18px rgba(86,168,62,.18)}.comment-report-action.reported svg{stroke-width:2.2}.orders-toolbar button.active,.orders-toolbar button:hover{border-color:rgba(86,168,62,.58)!important;background:#edf7e6!important;color:#123c2b!important}.order-card>header{grid-template-columns:minmax(0,1fr) auto auto auto!important;align-items:center!important}.order-card-headline{display:grid!important;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:13px;min-width:0}.order-card-headline>i{display:grid;width:58px;height:58px;overflow:hidden;place-items:center;border-radius:14px;background:#edf6e4;color:#236f47}.order-card-headline img{width:100%;height:100%;object-fit:cover}.order-card-headline svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.order-card-headline>div{min-width:0}.order-card-headline span{color:#6d7b71!important;font-size:8px!important;font-weight:900!important;letter-spacing:.04em!important}.order-card-headline strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#123c2b!important;font-family:inherit!important;font-size:14px!important;font-weight:950!important;letter-spacing:-.015em!important}.order-card-headline small{display:flex;align-items:center;gap:6px;margin-top:5px;color:#65766b;font-size:10px;font-weight:820}.order-card-headline small svg{width:14px;height:14px;flex:none;fill:none;stroke:#2d8150;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.order-card-head-total{display:grid;justify-items:end;gap:3px}.order-card-head-total small{color:#7c8a81;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.order-card-head-total strong{color:#123c2b!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:17px!important;font-weight:950!important}@media(max-width:760px){.order-card>header{grid-template-columns:1fr auto!important}.order-card-head-total,.order-card>header>b{justify-self:start}.order-card-headline{grid-template-columns:52px minmax(0,1fr)}.order-card-headline>i{width:52px;height:52px}}

/* 2026-06-28 comment avatar tight crop */
.product-comment-avatar{clip-path:circle(50% at 50% 50%);background:linear-gradient(135deg,#e8f5dd,#f7fbf1)!important;isolation:isolate}
.product-comment-avatar img{width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.42);transform-origin:center center}
.product-comment-avatar span{position:relative;z-index:1}

/* 2026-06-28 Keşfet social feed */
.discover-view{background:#f6f8f2}
.discover-shell{display:grid;grid-template-columns:minmax(0,760px) 336px;align-items:start;gap:24px;max-width:1180px;margin:0 auto;padding:26px 24px 76px}
.discover-column{display:grid;min-width:0;gap:14px}
.discover-tabs{position:sticky;top:0;z-index:12;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid rgba(18,60,43,.1);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(8,40,29,.06);backdrop-filter:blur(16px)}
.discover-tabs button{position:relative;min-height:54px;border:0;background:transparent;color:#647369;font-size:13px;font-weight:950;transition:color .16s ease,background .16s ease}
.discover-tabs button.active{background:#fff;color:var(--forest900)}
.discover-tabs button.active:after{position:absolute;right:24%;bottom:0;left:24%;height:3px;border-radius:3px 3px 0 0;background:#20a85a;content:""}
.discover-composer,.discover-post,.discover-side-card{border:1px solid rgba(18,60,43,.1);border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(8,40,29,.065)}
.discover-composer{position:relative;display:grid;gap:13px;padding:16px}
.discover-composer-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:start}
.discover-avatar,.discover-post-avatar,.discover-suggestion-avatar{display:grid;overflow:hidden;place-items:center;border-radius:50%;background:linear-gradient(135deg,#dff3d3,#f7fbf1);color:#123c2b;font-family:Georgia,serif;font-weight:800}
.discover-avatar{width:48px;height:48px;font-size:15px;box-shadow:inset 0 0 0 4px rgba(255,255,255,.58)}
.discover-avatar img,.discover-post-avatar img,.discover-suggestion-avatar img{width:100%;height:100%;object-fit:cover}
.discover-composer textarea{width:100%;min-height:76px;resize:vertical;border:0;border-radius:15px;background:#f6faf2;color:#17241c;padding:15px 16px;font-size:15px;font-weight:750;line-height:1.5;outline:0}
.discover-composer textarea::placeholder{color:#7c8a81}
.discover-composer textarea:focus{box-shadow:inset 0 0 0 2px rgba(86,168,62,.28);background:#fbfdf8}
.discover-tool-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-left:60px}
.discover-tools{display:flex;align-items:center;gap:8px}
.discover-tools button,.discover-action-button,.discover-card-menu-button,.discover-new-flow,.discover-reply-control,.discover-share-submit,.discover-side-icon-button{display:inline-grid;place-items:center;border:1px solid rgba(18,60,43,.1);background:#fff;color:#276f48;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}
.discover-tools button{width:38px;height:38px;border-radius:12px}
.discover-tools button:hover,.discover-action-button:hover,.discover-card-menu-button:hover,.discover-side-icon-button:hover{border-color:rgba(86,168,62,.36);background:#edf7e6;transform:translateY(-1px)}
.discover-tools svg,.discover-action-button svg,.discover-card-menu-button svg,.discover-new-flow svg,.discover-reply-control svg,.discover-share-submit svg,.discover-side-icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.85}
.discover-composer-actions{display:flex;align-items:center;gap:9px}
.discover-reply-control{grid-auto-flow:column;gap:7px;min-height:38px;padding:0 12px;border-radius:999px;color:#355444;font-size:9px;font-weight:950}
.discover-share-submit{grid-auto-flow:column;gap:8px;min-height:40px;padding:0 15px;border:0;border-radius:999px;background:#19ad55;color:#fff;font-size:10px;font-weight:950;box-shadow:0 12px 24px rgba(25,173,85,.22)}
.discover-share-submit:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}
.discover-reply-menu{position:absolute;right:16px;bottom:64px;z-index:20;display:grid;width:min(286px,calc(100vw - 42px));gap:6px;padding:8px;border:1px solid rgba(18,60,43,.11);border-radius:16px;background:#fff;box-shadow:0 24px 58px rgba(8,40,29,.18)}
.discover-reply-menu button{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;padding:7px 9px;border:0;border-radius:12px;background:transparent;color:#274332;text-align:left;font-size:10px;font-weight:900}
.discover-reply-menu button:hover{background:#edf7e6}
.discover-reply-menu svg{width:20px;height:20px;fill:none;stroke:#276f48;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.discover-new-flow{position:sticky;top:68px;z-index:11;grid-auto-flow:column;justify-content:center;gap:8px;width:max-content;min-height:38px;margin:0 auto;padding:0 15px;border-color:rgba(31,118,189,.22);border-radius:999px;background:#eef7ff;color:#22638d;font-size:10px;font-weight:950;box-shadow:0 14px 34px rgba(34,99,141,.14)}
.discover-feed{display:grid;gap:14px}
.discover-post{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;padding:16px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.discover-post:hover,.discover-post.highlight{border-color:rgba(86,168,62,.34);box-shadow:0 22px 52px rgba(8,40,29,.105);transform:translateY(-1px)}
.discover-post.is-fresh{animation:discover-post-in .42s ease-out both}
.discover-post-avatar{width:52px;height:52px;font-size:16px}
.discover-post-main{min-width:0}
.discover-post-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}
.discover-author-line{display:flex;align-items:center;gap:7px;min-width:0;flex-wrap:wrap}
.discover-author-line strong{overflow:hidden;color:#111c16;font-size:14px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}
.discover-author-line b{padding:3px 7px;border-radius:999px;background:#eef6e8;color:#54715d;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:7px;font-weight:950}
.discover-author-line em{display:inline-grid;width:17px;height:17px;place-items:center;border-radius:50%;background:#1d9bf0;color:#fff;font-size:11px;font-style:normal;font-weight:950}
.discover-post-meta{display:flex;align-items:center;gap:7px;margin-top:3px;color:#728077;font-size:9px;font-weight:820}
.discover-card-menu-wrap{position:relative}
.discover-card-menu-button{width:34px;height:34px;border-radius:11px;color:#5b6c61}
.discover-card-menu-button svg{width:18px;height:18px}
.discover-card-menu{position:absolute;top:40px;right:0;z-index:15;display:grid;width:206px;gap:4px;padding:7px;border:1px solid rgba(18,60,43,.12);border-radius:14px;background:#fff;box-shadow:0 20px 44px rgba(8,40,29,.16)}
.discover-card-menu button{min-height:38px;padding:0 10px;border:0;border-radius:10px;background:transparent;color:#324b3b;font-size:9px;font-weight:880;text-align:left}
.discover-card-menu button:hover{background:#f5f7f2;color:#123c2b}
.discover-card-menu button[data-discover-menu-action=block]{color:#a4493e}
.discover-post-text{margin:12px 0 0;color:#24362b;font-size:14px;font-weight:650;line-height:1.65}
.discover-post-text a{color:#16984f;font-weight:950}
.discover-media{position:relative;margin-top:13px;overflow:hidden;border:1px solid rgba(18,60,43,.08);border-radius:18px;background:#eef4e8}
.discover-media img{display:block;width:100%;max-height:430px;object-fit:cover}
.discover-media-badge{position:absolute;left:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#123c2b;font-size:8px;font-weight:950;box-shadow:0 8px 18px rgba(8,40,29,.12)}
.discover-media-badge svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.discover-post-stats{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(18,60,43,.08);color:#697870;font-size:9px;font-weight:830}
.discover-action-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}
.discover-action-group{display:flex;align-items:center;gap:8px}
.discover-action-button{position:relative;grid-auto-flow:column;gap:7px;min-width:88px;min-height:39px;padding:0 11px;border-radius:13px;color:#5f6d64;font-size:9px;font-weight:920}
.discover-action-button span{font-variant-numeric:tabular-nums}
.discover-action-button.active{border-color:rgba(25,173,85,.35);background:#e8f7df;color:#13773d}
.discover-action-button[data-discover-action=save].active{border-color:rgba(31,118,189,.28);background:#eef7ff;color:#22638d}
.discover-like-burst{position:absolute;top:50%;left:50%;display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#19ad55;color:#fff;opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.42)}
.discover-action-button.burst .discover-like-burst{animation:discover-like-pop .58s ease-out}
.discover-comment-box{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:12px;padding:10px;border:1px solid rgba(86,168,62,.17);border-radius:15px;background:#f8fbf5}
.discover-comment-box[hidden]{display:none!important}
.discover-comment-box input{min-width:0;height:40px;border:1px solid rgba(18,60,43,.12);border-radius:12px;background:#fff;padding:0 12px;color:#17241c;font-size:11px;font-weight:780;outline:0}
.discover-comment-box input:focus{border-color:rgba(86,168,62,.45);box-shadow:0 0 0 3px rgba(86,168,62,.11)}
.discover-comment-box button{min-height:40px;padding:0 13px;border:0;border-radius:12px;background:#123c2b;color:#fff;font-size:9px;font-weight:950}
.discover-side-card{display:grid;gap:13px;padding:17px}
.discover-rail{position:sticky;top:18px;display:grid;gap:14px}
.discover-side-heading span{color:#20a85a;font-size:7px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.discover-side-heading h2{margin:5px 0 0;color:#123c2b;font-family:Georgia,serif;font-size:24px;font-weight:600;letter-spacing:-.035em}
.discover-featured-list,.discover-trend-list,.discover-suggestion-list{display:grid;gap:9px}
.discover-featured-item{display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:11px;padding:9px;border:1px solid rgba(18,60,43,.09);border-radius:15px;background:#fbfcf8;text-align:left;transition:.16s}
.discover-featured-item:hover{border-color:rgba(86,168,62,.32);background:#f0f8ea;transform:translateY(-1px)}
.discover-featured-item img{width:62px;height:62px;object-fit:cover;border-radius:13px;background:#edf4e8}
.discover-featured-item strong,.discover-trend-item strong,.discover-suggestion-user strong{display:block;overflow:hidden;color:#123c2b;font-size:10px;font-weight:950;line-height:1.3;text-overflow:ellipsis}
.discover-featured-item small,.discover-trend-item small,.discover-suggestion-user small{display:block;margin-top:4px;color:#718076;font-size:7px;font-weight:850;line-height:1.45}
.discover-trend-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;border:1px solid rgba(18,60,43,.09);border-radius:14px;background:#fbfcf8;text-align:left}
.discover-trend-item strong{color:#159550;font-size:11px}
.discover-trend-item b{color:#738077;font-size:8px;font-weight:950}
.discover-suggestion-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(18,60,43,.09);border-radius:15px;background:#fbfcf8}
.discover-suggestion-avatar{width:42px;height:42px;font-size:13px}
.discover-suggestion-user{min-width:0}
.discover-follow-button{display:inline-flex;min-height:34px;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:999px;background:#123c2b;color:#fff;font-size:8px;font-weight:950;transition:.16s}
.discover-follow-button:hover{background:#1e6845;transform:translateY(-1px)}
.discover-follow-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.discover-empty{padding:26px;border:1px dashed rgba(18,60,43,.18);border-radius:18px;background:#fff;text-align:center}
.discover-empty h3{margin:0 0 7px;color:#123c2b;font-size:16px}
.discover-empty p{margin:0;color:#68746d;font-size:11px;line-height:1.6}
@keyframes discover-post-in{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes discover-like-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.35)}28%{opacity:1;transform:translate(-50%,-50%) scale(1)}100%{opacity:0;transform:translate(-50%,-88%) scale(1.55)}}
@media(max-width:1040px){.discover-shell{grid-template-columns:minmax(0,1fr)}.discover-rail{position:relative;top:auto;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.discover-side-card{height:100%}}
@media(max-width:820px){.discover-shell{padding:18px 14px 64px}.discover-rail{grid-template-columns:1fr}.discover-tabs{border-radius:16px}.discover-tool-row{align-items:flex-start;flex-direction:column;padding-left:60px}.discover-composer-actions{width:100%;justify-content:space-between}.discover-action-button{min-width:78px}}
@media(max-width:620px){.discover-tabs{top:0}.discover-tabs button{min-height:50px;font-size:12px}.discover-composer{padding:13px;border-radius:18px}.discover-composer-head{grid-template-columns:42px minmax(0,1fr);gap:10px}.discover-avatar{width:42px;height:42px}.discover-composer textarea{min-height:68px;font-size:13px}.discover-tool-row{padding-left:0}.discover-tools{width:100%;justify-content:space-between}.discover-composer-actions{display:grid;grid-template-columns:1fr auto}.discover-reply-control{justify-content:start;min-width:0}.discover-reply-control span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discover-post{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:13px;border-radius:18px}.discover-post-avatar{width:42px;height:42px}.discover-author-line strong{font-size:13px}.discover-post-text{font-size:13px}.discover-media img{max-height:340px}.discover-post-stats{align-items:flex-start;flex-direction:column;gap:4px}.discover-action-bar{align-items:stretch;flex-direction:column}.discover-action-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.discover-action-button{width:100%;min-width:0}.discover-comment-box{grid-template-columns:1fr}.discover-comment-box button{width:100%}.discover-new-flow{top:56px}.discover-featured-item{grid-template-columns:54px minmax(0,1fr)}.discover-featured-item img{width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){.discover-post,.discover-action-button.burst .discover-like-burst,.discover-post.is-fresh{animation:none!important;transition:none!important}}

/* Keşfet interaction pass */
.discover-attachment-preview{display:grid;gap:9px;margin-left:60px;padding:10px;border:1px solid rgba(86,168,62,.18);border-radius:15px;background:#f7fbf1}
.discover-attachment-preview[hidden]{display:none!important}
.discover-attachment-card{display:grid;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:12px}
.discover-attachment-card img,.discover-attachment-card video{width:86px;height:64px;object-fit:cover;border-radius:12px;background:#eaf2e4}
.discover-attachment-card strong{display:block;color:#123c2b;font-size:11px;font-weight:950}
.discover-attachment-card small{display:block;margin-top:4px;color:#66766c;font-size:8px;font-weight:850}
.discover-attachment-card button,.discover-event-chip button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:10px;background:#fff0ed;color:#a4493e;font-size:17px;font-weight:900}
.discover-tool-panel{display:flex;flex-wrap:wrap;gap:8px;margin-left:60px;padding:10px;border:1px solid rgba(18,60,43,.1);border-radius:15px;background:#fff}
.discover-tool-panel[hidden],.discover-event-panel[hidden]{display:none!important}
.discover-tool-panel button{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(18,60,43,.1);border-radius:12px;background:#fbfcf8;font-size:18px;transition:.16s}
.discover-tool-panel button:hover{background:#edf7e6;transform:translateY(-1px)}
.discover-event-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.7fr) auto;gap:9px;margin-left:60px;padding:11px;border:1px solid rgba(86,168,62,.18);border-radius:15px;background:#f7fbf1}
.discover-event-panel label{display:grid;gap:5px;color:#5f6d64;font-size:7px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.discover-event-panel input{height:38px;border:1px solid rgba(18,60,43,.12);border-radius:11px;background:#fff;color:#123c2b;padding:0 10px;font-size:10px;font-weight:850;outline:0}
.discover-event-panel button{align-self:end;height:38px;border:0;border-radius:11px;background:#123c2b;color:#fff;padding:0 12px;font-size:8px;font-weight:950}
.discover-event-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px;padding:10px 12px;border:1px solid rgba(86,168,62,.18);border-radius:13px;background:#edf7e6;color:#123c2b}
.discover-event-chip span{display:grid;gap:3px}.discover-event-chip strong{font-size:10px}.discover-event-chip small{color:#66766c;font-size:8px;font-weight:850}
.discover-post{cursor:pointer}
.discover-post button,.discover-post a,.discover-comment-box input{cursor:auto}
.discover-post-stats{border-top:0;padding-top:12px;color:#5f6d64}
.discover-metric{display:inline-flex;align-items:center;gap:6px}
.discover-metric svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.discover-action-bar{margin-top:8px;padding-top:6px;border-top:1px solid rgba(18,60,43,.08)}
.discover-action-group{gap:26px}
.discover-action-button{min-width:auto;min-height:34px;padding:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#68746d;font-size:12px;font-weight:850}
.discover-action-button:hover{background:transparent!important;color:#13773d;transform:none!important}
.discover-action-button svg{width:22px;height:22px;stroke-width:1.9}
.discover-action-button span{margin-left:-2px;font-size:12px}
.discover-action-button.active{color:#159550!important}
.discover-action-button.active[data-discover-action=like] svg{fill:#19ad55;stroke:#19ad55}
.discover-action-button.active[data-discover-action=save] svg{fill:#22638d22;stroke:#22638d}
.discover-like-burst{width:76px;height:76px;background:transparent;color:#19ad55}
.discover-like-burst:before,.discover-like-burst:after{position:absolute;inset:13px;border:2px solid rgba(25,173,85,.45);border-radius:50%;content:""}
.discover-like-burst:after{inset:2px;border-color:rgba(25,173,85,.18)}
.discover-like-burst b{position:absolute;width:6px;height:6px;border-radius:50%;background:#19ad55;box-shadow:22px 4px #74c947,-20px 10px #19ad55,10px -22px #74c947,-12px -17px #19ad55,18px 22px #74c947,-24px -8px #19ad55}
.discover-action-button.burst .discover-like-burst{animation:discover-like-ring .7s ease-out}
.discover-comment-box{grid-template-columns:44px minmax(0,1fr) 42px;align-items:center;padding:11px;background:#fff;border-color:rgba(18,60,43,.09)}
.discover-comment-author{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;grid-column:1/-1}
.discover-comment-author .discover-avatar{width:44px;height:44px}
.discover-comment-author strong{color:#123c2b;font-size:11px;font-weight:950}.discover-comment-author small{color:#6f7d74;font-size:8px;font-weight:850}
.discover-comment-box input{height:42px;grid-column:2;border-radius:999px}
.discover-comment-box button{display:grid;width:42px;height:42px;min-height:42px;place-items:center;padding:0;border-radius:50%;font-size:0}
.discover-comment-box button:before{display:none}
.discover-comment-box button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.discover-reply-denied{margin-top:10px;padding:10px 12px;border:1px solid rgba(194,79,61,.14);border-radius:13px;background:#fff4f1;color:#954336;font-size:9px;font-weight:850;line-height:1.45}
.discover-replies{display:grid;gap:10px;margin-top:12px}
.discover-reply-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px;border:1px solid rgba(18,60,43,.08);border-radius:15px;background:#fbfcf8}
.discover-reply-card .discover-post-avatar{width:38px;height:38px;font-size:12px}
.discover-reply-card header{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.discover-reply-card strong{color:#123c2b;font-size:10px}.discover-reply-card b{padding:2px 6px;border-radius:999px;background:#eef6e8;color:#54715d;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:7px}.discover-reply-card time{color:#77857c;font-size:7px;font-weight:850}.discover-reply-card p{margin:5px 0 0;color:#34463b;font-size:10px;line-height:1.55}
.discover-featured-item{grid-template-columns:68px minmax(0,1fr);padding:12px}
.discover-featured-copy{display:grid;gap:5px;min-width:0}.discover-featured-author{display:flex;align-items:center;gap:7px}.discover-featured-author .discover-suggestion-avatar{width:25px;height:25px;font-size:8px}.discover-featured-preview{display:-webkit-box;overflow:hidden;color:#516258;font-size:8px;font-weight:780;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.discover-mini-metrics{display:flex;align-items:center;gap:10px;margin-top:2px;color:#64736a}.discover-mini-metrics span{display:inline-flex;align-items:center;gap:4px;font-size:8px;font-weight:900}.discover-mini-metrics svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.discover-rail{top:112px;max-height:none;overflow:visible;padding-right:0;scrollbar-width:none}
.discover-rail .discover-side-card{padding:14px}
.discover-rail .discover-side-card:nth-child(2){order:-1}
.discover-rail .discover-side-heading h2{font-size:21px}
.discover-rail .discover-featured-item{grid-template-columns:56px minmax(0,1fr);padding:8px}
.discover-rail .discover-featured-item img{width:56px;height:56px}
.discover-rail .discover-featured-preview{-webkit-line-clamp:1}
.discover-trend-list{max-height:none;overflow:visible;padding-right:0;scrollbar-width:none}
.discover-detail{max-width:940px;margin:0 auto;padding:28px 24px 78px}
.discover-detail[hidden]{display:none!important}
.discover-detail-shell{display:grid;gap:16px}.discover-detail-back{display:inline-flex;width:max-content;min-height:40px;align-items:center;gap:8px;border:1px solid rgba(18,60,43,.12);border-radius:999px;background:#fff;color:#123c2b;padding:0 14px;font-size:10px;font-weight:950}
.discover-detail-post{border:1px solid rgba(18,60,43,.1);border-radius:24px;background:#fff;box-shadow:0 18px 52px rgba(8,40,29,.08);padding:24px}
.discover-detail-post .discover-post{border:0;box-shadow:none;padding:0;cursor:default}.discover-detail-post .discover-post:hover{transform:none;box-shadow:none}.discover-detail-post .discover-post-text{font-size:18px;line-height:1.7}.discover-detail-post .discover-media img{max-height:620px}
.discover-detail-subhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:12px;border:1px solid rgba(86,168,62,.15);border-radius:17px;background:#f7fbf1}.discover-detail-subhead>div{display:flex;align-items:center;gap:11px}.discover-detail-subhead h2{margin:0;color:#123c2b;font-size:15px}.discover-detail-subhead small{display:block;margin-top:3px;color:#68746d;font-size:9px;font-weight:850}.discover-detail-subhead span:last-child{color:#159550;font-size:9px;font-weight:950}
.discover-detail-comments{display:grid;gap:10px;margin-top:16px}.discover-detail-comments h3{margin:0;color:#123c2b;font-family:Georgia,serif;font-size:28px}.discover-hashtag-heading{display:grid;gap:8px;margin-bottom:16px;padding:22px;border:1px solid rgba(18,60,43,.1);border-radius:22px;background:#fff}.discover-hashtag-heading span{color:#20a85a;font-size:8px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.discover-hashtag-heading h1{margin:0;color:#123c2b;font-family:Georgia,serif;font-size:42px;line-height:1}.discover-hashtag-heading p{margin:0;color:#68746d;font-size:11px;line-height:1.6}
.saved-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.saved-post-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(18,60,43,.1);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(8,40,29,.06);cursor:pointer;transition:.16s}.saved-post-card:hover{border-color:rgba(86,168,62,.34);transform:translateY(-1px)}.saved-post-card header{display:flex;align-items:center;gap:9px}.saved-post-card header .discover-suggestion-avatar{width:34px;height:34px}.saved-post-card strong{color:#123c2b;font-size:11px}.saved-post-card p{margin:0;color:#516258;font-size:10px;line-height:1.55}
@keyframes discover-like-ring{0%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(0)}28%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(8deg)}100%{opacity:0;transform:translate(-50%,-50%) scale(1.65) rotate(18deg)}}
@media(max-width:820px){.discover-attachment-preview,.discover-tool-panel,.discover-event-panel{margin-left:0}.discover-event-panel{grid-template-columns:1fr}.discover-rail{position:relative;top:auto;max-height:none;overflow:visible}.discover-trend-list{max-height:none;overflow:visible}.discover-detail{padding:18px 14px 64px}}
@media(max-width:620px){.discover-action-bar{display:grid;grid-template-columns:1fr}.discover-action-group{display:flex;justify-content:space-around;gap:8px}.discover-comment-box{grid-template-columns:38px minmax(0,1fr) 38px}.discover-comment-author{grid-template-columns:38px minmax(0,1fr)}.discover-comment-author .discover-avatar{width:38px;height:38px}.discover-comment-box button{width:38px;height:38px;min-height:38px}.discover-detail-post{padding:14px}.discover-detail-post .discover-post-text{font-size:15px}.discover-hashtag-heading h1{font-size:32px}}

/* 2026-06-28 Keşfet dev paketi tamamlayıcı sosyal katman */
.discover-shell{grid-template-columns:minmax(0,760px) minmax(352px,386px)}
.discover-profile-trigger{border:0;padding:0;cursor:pointer}
.discover-author-line>button,.discover-reply-card header>button,.discover-suggestion-user>button{min-width:0;border:0;background:transparent;color:#123c2b;padding:0;font:inherit;font-weight:950;text-align:left}
.discover-author-line>button:hover,.discover-reply-card header>button:hover,.discover-suggestion-user>button:hover{color:#159550;text-decoration:underline;text-underline-offset:3px}
.discover-follow-button.compact{min-height:25px;padding:0 8px;font-size:7px;background:#e7f5de;color:#116a38}
.discover-follow-button.followed{background:#19ad55;color:#fff;transform:scale(.96)}
.discover-repost-label{display:inline-flex;align-items:center;gap:6px;margin-bottom:7px;color:#6b7a70;font-size:9px;font-weight:900}
.discover-repost-label svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.discover-quoted-card{display:grid;gap:8px;margin-top:12px;padding:12px;border:1px solid rgba(18,60,43,.11);border-radius:16px;background:#fbfcf8}
.discover-quoted-card header{display:flex;align-items:center;gap:9px}.discover-quoted-card .discover-suggestion-avatar{width:34px;height:34px}.discover-quoted-card strong{display:block;color:#123c2b;font-size:10px}.discover-quoted-card small{display:block;margin-top:2px;color:#6f7d74;font-size:8px;font-weight:850}.discover-quoted-card p{margin:0;color:#435349;font-size:10px;line-height:1.5}
.discover-action-group{gap:22px}.discover-action-button{transition:color .16s ease,transform .16s ease}.discover-action-button:hover{transform:translateY(-1px)!important}.discover-action-button[data-discover-action=save].active{color:#159550!important}.discover-action-button[data-discover-action=save].active svg{fill:#19ad55;stroke:#19ad55}.discover-action-button[data-discover-action=repost].active{color:#159550!important}
.discover-comment-author>span:last-child{display:flex;align-items:baseline;gap:8px;min-width:0}.discover-comment-author strong{font-size:12px}.discover-comment-author small{padding:2px 7px;border-radius:999px;background:#eef6e8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.discover-comment-box button{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.discover-comment-box button:hover{background:#19ad55;box-shadow:0 12px 22px rgba(25,173,85,.22);transform:translateY(-2px) rotate(-7deg)}
.discover-reply-card{border:0;background:transparent;padding:6px 0}.discover-reply-card+.discover-reply-card{border-top:1px solid rgba(18,60,43,.08);padding-top:12px}.discover-reply-card .discover-post-avatar,.discover-reply-card .discover-profile-trigger{width:38px;height:38px;font-size:12px}.discover-reply-card p{margin:6px 0 0}
.discover-reply-actions{display:flex;align-items:center;gap:18px;margin-top:7px}.discover-reply-actions button{display:inline-grid;grid-auto-flow:column;align-items:center;gap:5px;border:0;background:transparent;color:#738077;padding:0;font-size:8px;font-weight:900;transition:color .16s ease,transform .16s ease}.discover-reply-actions button:hover{color:#159550;transform:translateY(-1px)}.discover-reply-actions button.active{color:#159550}.discover-reply-actions button.active svg{fill:#19ad55;stroke:#19ad55}.discover-reply-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.discover-reply-repost-action{display:none!important}.discover-profile-timeline .discover-reply-repost-action{display:inline-grid!important}
.discover-mention-menu{position:absolute;top:82px;left:76px;z-index:24;width:min(360px,calc(100% - 92px));max-height:306px;overflow:auto;border:1px solid rgba(18,60,43,.12);border-radius:16px;background:#fff;box-shadow:0 22px 54px rgba(8,40,29,.18);padding:8px}.discover-mention-menu[hidden]{display:none!important}.discover-mention-menu button{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:52px;border:0;border-radius:12px;background:transparent;padding:6px;text-align:left}.discover-mention-menu button:hover{background:#edf7e6}.discover-mention-menu strong{display:block;color:#123c2b;font-size:11px;font-weight:950}.discover-mention-menu small{display:block;margin-top:3px;color:#6f7d74;font-size:9px;font-weight:800}.discover-mention-empty{padding:14px;color:#68746d;font-size:10px;font-weight:850}
.discover-rail{top:112px;max-height:none!important;overflow:visible!important;padding-right:0!important;scrollbar-width:none}.discover-rail::-webkit-scrollbar,.discover-trend-list::-webkit-scrollbar{display:none}.discover-rail .discover-side-card:nth-child(2){order:initial}.discover-trend-list{max-height:none!important;overflow:visible!important;padding-right:0!important}
.discover-rail-search{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid rgba(18,60,43,.12);border-radius:999px;background:#fbfcf8}.discover-rail-search svg{width:18px;height:18px;fill:none;stroke:#5d7065;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.discover-rail-search input{min-width:0;border:0;background:transparent;color:#123c2b;font-size:10px;font-weight:850;outline:0}.discover-search-panel{display:grid;gap:8px;margin-top:-3px;padding:10px;border:1px solid rgba(18,60,43,.1);border-radius:16px;background:#fff;box-shadow:0 16px 36px rgba(8,40,29,.09)}.discover-search-panel[hidden]{display:none!important}.discover-search-section{display:grid;gap:6px}.discover-search-section header{display:flex;align-items:center;justify-content:space-between}.discover-search-section header strong{color:#123c2b;font-size:12px;font-weight:950}.discover-search-section header button{border:0;background:transparent;color:#159550;font-size:8px;font-weight:950}.discover-search-section>button{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;border:0;border-radius:12px;background:transparent;padding:8px;text-align:left}.discover-search-section>button:hover{background:#edf7e6}.discover-search-section>button svg{width:18px;height:18px;fill:none;stroke:#54715d;stroke-width:2}.discover-search-section strong{display:block;color:#123c2b;font-size:10px}.discover-search-section small,.discover-search-section span{color:#6c7b71;font-size:9px;font-weight:850}.discover-search-section p{margin:0;padding:10px;color:#728077;font-size:9px;font-weight:850}
.discover-trend-metrics{display:flex!important;align-items:center;gap:7px;white-space:nowrap}.discover-trend-metrics span{display:inline-flex;align-items:center;gap:4px}.discover-trend-metrics svg{width:13px;height:13px;fill:none;stroke:#7c8a81;stroke-width:1.9}.discover-trend-metrics b{color:#697870!important;font-size:8px!important}.discover-trend-metrics i{width:3px;height:3px;border-radius:50%;background:#9aa69e}
.discover-new-flow{background:#1d9bf0!important;color:#fff!important;border:0!important;box-shadow:0 14px 30px rgba(29,155,240,.28)!important}.discover-new-avatars{display:flex;align-items:center;margin-left:-3px}.discover-new-avatars .discover-suggestion-avatar{width:24px;height:24px;border:2px solid #1d9bf0;font-size:7px}
.discover-quote-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:start center;background:rgba(7,22,16,.42);padding:70px 18px}.discover-quote-modal[hidden]{display:none!important}.discover-quote-dialog{display:grid;gap:12px;width:min(620px,100%);border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#fff;box-shadow:0 34px 90px rgba(0,0,0,.28);padding:16px}.discover-quote-dialog header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.discover-quote-dialog header strong{text-align:center;color:#123c2b;font-size:14px}.discover-quote-dialog header button{border:0;background:transparent;color:#123c2b;font-size:10px;font-weight:950}.discover-quote-dialog header button:last-child{display:inline-grid;grid-auto-flow:column;align-items:center;gap:6px;min-height:34px;padding:0 12px;border-radius:999px;background:#19ad55;color:#fff}.discover-quote-dialog header button:disabled{opacity:.45}.discover-quote-dialog header svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.discover-quote-dialog textarea{min-height:112px;resize:vertical;border:0;border-radius:16px;background:#f6faf2;color:#17241c;padding:14px;font-size:14px;font-weight:750;outline:0}.discover-quote-preview{display:grid}
.discover-profile-link{display:inline-flex;min-height:34px;align-items:center;margin-top:10px;border:0;border-radius:999px;background:#123c2b;color:#fff;padding:0 13px;font-size:9px;font-weight:950}.discover-profile-timeline{display:grid;gap:16px}.discover-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border:1px solid rgba(18,60,43,.1);border-radius:24px;background:#fff;box-shadow:0 18px 52px rgba(8,40,29,.08)}.discover-profile-hero span{color:#20a85a;font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.discover-profile-hero h1{margin:4px 0;color:#123c2b;font-family:Georgia,serif;font-size:34px;line-height:1}.discover-profile-hero p{margin:0;color:#68746d;font-size:10px;font-weight:850}.discover-profile-section{display:grid;gap:10px}.discover-profile-section h2{margin:0;color:#123c2b;font-family:Georgia,serif;font-size:25px}.discover-profile-replies{display:grid;gap:8px;padding:14px;border:1px solid rgba(18,60,43,.1);border-radius:20px;background:#fff}
@media(max-width:1040px){.discover-shell{grid-template-columns:minmax(0,1fr)}}
@media(max-width:620px){.discover-mention-menu{left:13px;width:calc(100% - 26px);top:92px}.discover-profile-hero{grid-template-columns:1fr}.discover-action-group{gap:12px}.discover-reply-actions{gap:11px}.discover-rail-search{border-radius:16px}.discover-quote-modal{padding-top:34px}}

.discover-rail{position:sticky!important;top:96px!important;align-self:start;max-height:none!important;overflow:visible!important;padding-right:0!important;scrollbar-width:none!important;overscroll-behavior:auto}
.discover-rail-tool{position:sticky;top:0;z-index:5;display:grid;gap:8px;padding:0 0 10px;background:linear-gradient(180deg,#f8fbf3 0%,rgba(248,251,243,.94) 78%,rgba(248,251,243,0) 100%)}
.discover-rail .discover-side-card:first-of-type{position:sticky;top:58px;z-index:4}
.discover-rail-search{min-height:46px;border-color:rgba(86,168,62,.24);background:#fff;box-shadow:0 12px 28px rgba(8,40,29,.07)}
.discover-search-panel{position:relative;z-index:6;margin-top:0;border-color:rgba(86,168,62,.16);box-shadow:0 18px 42px rgba(8,40,29,.14)}
.discover-search-section>button{grid-template-columns:42px minmax(0,1fr) auto;min-height:54px;gap:10px;padding:8px 10px}
.discover-search-section>button>svg{justify-self:center}
.discover-search-section>button .discover-suggestion-avatar{width:38px;height:38px;font-size:10px}
.discover-search-section>button span{min-width:0}
.discover-search-section>button strong,.discover-search-section>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.discover-search-section>button b{justify-self:end;color:#9aa69e}
.discover-new-flow{background:linear-gradient(135deg,#19ad55,#0f7a42)!important;color:#fff!important;border:0!important;box-shadow:0 16px 34px rgba(25,173,85,.28)!important}
.discover-new-avatars .discover-suggestion-avatar{border-color:#19ad55!important}
.discover-event-chip button:not([data-discover-event-clear]){min-width:max-content;width:auto;height:30px;padding:0 10px;border:1px solid rgba(25,173,85,.22);border-radius:999px;background:#fff;color:#137b43;font-size:8px;font-weight:950}
.discover-event-chip button.added{background:#19ad55;color:#fff}
.discover-repost-wrap{position:relative;display:inline-grid}
.discover-repost-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:18;width:190px;padding:6px;border:1px solid rgba(18,60,43,.12);border-radius:13px;background:#fff;box-shadow:0 18px 44px rgba(8,40,29,.16)}
.discover-repost-menu[hidden]{display:none!important}
.discover-repost-menu button{width:100%;min-height:34px;border:0;border-radius:9px;background:transparent;color:#123c2b;font-size:9px;font-weight:900;text-align:left}
.discover-repost-menu button:hover{background:#edf7e6}
.discover-quoted-media{position:relative;margin:2px 0 0;overflow:hidden;border-radius:12px;border:1px solid rgba(18,60,43,.1);background:#eef5e9}
.discover-quoted-media img{display:block;width:100%;max-height:180px;object-fit:cover}
.discover-quoted-media figcaption{position:absolute;left:8px;bottom:8px;padding:4px 7px;border-radius:999px;background:#fff;color:#123c2b;font-size:8px;font-weight:950}
.discover-tool-panel{display:grid;grid-template-columns:repeat(8,38px);align-items:center;max-width:390px}
@media(max-width:1040px){.discover-rail{position:relative!important;top:auto!important;max-height:none!important;overflow:visible!important}.discover-rail-tool,.discover-rail .discover-side-card:first-of-type{position:relative;top:auto}}
@media(max-width:620px){.discover-tool-panel{grid-template-columns:repeat(6,38px);max-width:100%}.discover-search-section>button{grid-template-columns:38px minmax(0,1fr) auto}}

/* 2026-07-01 Keşfet sıralama ve sağ şerit rafinesi */
.discover-post.menu-open{z-index:70;overflow:visible}
.discover-action-bar,.discover-action-group,.discover-repost-wrap{overflow:visible}
.discover-repost-menu{top:auto!important;right:-8px!important;bottom:calc(100% + 8px)!important;z-index:120!important;width:210px!important;box-shadow:0 24px 54px rgba(8,40,29,.22)!important}
.discover-rank-hold{display:flex;justify-content:flex-end;margin-top:8px;color:#6c7b71;font-size:8px;font-weight:950;letter-spacing:.02em}
.discover-rank-hold span{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 9px;border:1px solid rgba(86,168,62,.18);border-radius:999px;background:#f4faef;color:#3f6d4f}
.discover-rank-hold span:before{width:6px;height:6px;border-radius:50%;background:#19ad55;box-shadow:0 0 0 4px rgba(25,173,85,.12);content:""}
.discover-rail{position:sticky!important;top:96px!important;display:grid!important;gap:14px!important;align-self:start;max-height:none!important;overflow:visible!important;padding-right:0!important;scrollbar-width:none!important;transition:transform .28s ease}
.discover-rail::-webkit-scrollbar,.discover-trend-list::-webkit-scrollbar{display:none!important}
.discover-trend-list{max-height:none!important;overflow:visible!important;padding-right:0!important;scrollbar-width:none!important;transition:max-height .32s ease,opacity .24s ease,transform .24s ease}
.discover-rail .discover-side-card{transition:max-height .32s ease,opacity .24s ease,transform .28s ease,padding .28s ease,box-shadow .28s ease}
.discover-rail .discover-side-card:nth-of-type(1){overflow:hidden}
.discover-rail.is-secondary .discover-side-card:nth-of-type(1){max-height:112px;opacity:.86;transform:translateY(-4px);box-shadow:0 10px 28px rgba(8,40,29,.05)}
.discover-rail.is-secondary .discover-side-card:nth-of-type(1) .discover-trend-list{max-height:0!important;opacity:0;pointer-events:none;transform:translateY(-8px)}
.discover-rail.is-secondary .discover-side-card:nth-of-type(2),.discover-rail.is-secondary .discover-side-card:nth-of-type(3){transform:translateY(-8px)}
@media(max-width:1040px){.discover-rail{position:relative!important;top:auto!important;overflow:visible!important}.discover-rail.is-secondary .discover-side-card:nth-of-type(1),.discover-rail.is-secondary .discover-side-card:nth-of-type(2),.discover-rail.is-secondary .discover-side-card:nth-of-type(3){max-height:none;opacity:1;transform:none}.discover-rail.is-secondary .discover-side-card:nth-of-type(1) .discover-trend-list{max-height:none!important;opacity:1;pointer-events:auto;transform:none}}
/* 2026-07-01 major package final overrides */
.discover-rail{transform:translateY(var(--discover-rail-shift,0px))!important;transition:transform .24s ease!important}
.discover-rail.is-secondary .discover-side-card:nth-of-type(1),.discover-rail.is-secondary .discover-side-card:nth-of-type(2),.discover-rail.is-secondary .discover-side-card:nth-of-type(3){max-height:none!important;opacity:1!important;transform:none!important;box-shadow:0 14px 34px rgba(8,40,29,.06)!important}
.discover-rail .discover-side-card:nth-of-type(1),.discover-rail .discover-side-card:nth-of-type(1) .discover-trend-list,.discover-rail.is-secondary .discover-side-card:nth-of-type(1) .discover-trend-list{max-height:none!important;overflow:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important}
.discover-new-flow:not([hidden]){position:fixed!important;top:106px!important;left:50%!important;z-index:140!important;transform:translateX(-50%)!important;background:linear-gradient(135deg,#19ad55,#0d7f42)!important;color:#fff!important;border:1px solid rgba(255,255,255,.42)!important;box-shadow:0 18px 48px rgba(25,173,85,.32)!important}
.discover-search-panel{max-width:100%;overflow:hidden}
.discover-search-section>button{width:100%;grid-template-columns:42px minmax(0,1fr) auto!important;min-width:0}
.discover-search-section>button span{min-width:0;overflow:hidden}
.discover-search-section>button strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.discover-search-section>button small{display:-webkit-box!important;max-width:100%;overflow:hidden!important;text-overflow:clip!important;white-space:normal!important;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.discover-search-recent-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:6px}
.discover-search-recent-row>button:first-child{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;min-width:0;border:0;border-radius:12px;background:transparent;padding:8px;text-align:left}
.discover-search-recent-row>button:first-child:hover{background:#edf7e6}
.discover-search-recent-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.discover-search-remove{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:transparent;color:#6e7c72;font-size:17px;font-weight:800}
.discover-search-remove:hover{background:#eaf5e1;color:#148044}
.discover-header-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;min-width:0}
.discover-reply-policy-badge{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border:1px solid rgba(101,117,108,.14);border-radius:999px;background:#f1f4ef;color:#6c7a72;font-size:8px;font-weight:950;white-space:nowrap;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.discover-reply-policy-badge.highlight{border-color:rgba(25,173,85,.42);background:#e7f8dd;color:#0d7f42;box-shadow:0 0 0 5px rgba(25,173,85,.13);transform:translateY(-1px)}
.username-input-wrap{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px}
.username-input-wrap b{color:#14914d;font-size:13px}
.username-input-wrap input{min-width:0}
.member-username,.product-comment-author-line em,.product-comment-reply-card em,.product-producer-card em{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:#edf7e6;color:#168648;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px;font-style:normal;font-weight:950}
.discover-profile-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:7px;border:1px solid rgba(18,60,43,.1);border-radius:16px;background:#fbfcf8}
.discover-profile-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:0;border-radius:12px;background:transparent;color:#65746c;font-size:9px;font-weight:950}
.discover-profile-tabs button.active{background:#fff;color:#123c2b;box-shadow:0 10px 24px rgba(8,40,29,.08)}
.discover-profile-tabs b{display:inline-grid;min-width:21px;height:21px;place-items:center;border-radius:999px;background:#e6f4dd;color:#168648;font-size:8px}
.discover-profile-panel[hidden]{display:none!important}
.discover-profile-reply-context{display:grid;gap:9px;padding:13px;border:1px solid rgba(18,60,43,.08);border-radius:16px;background:#fbfcf8}
.discover-profile-reply-context header{display:flex;align-items:center;gap:9px}
.discover-profile-reply-context p{margin:0;color:#123c2b;font-size:11px;line-height:1.55}
.discover-profile-reply-context footer{color:#6c7b71;font-size:9px;font-weight:850}
.discover-profile-reply-context footer button{border:0;background:transparent;color:#159550;font:inherit;font-weight:950}
.product-comment-author-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.product-comment-replies-wrap{grid-column:1/-1;display:grid;gap:9px;margin-top:10px}
.product-comment-replies-list{display:grid;gap:8px;margin-left:18px;padding-left:16px;border-left:2px solid rgba(86,168,62,.2)}
.product-comment-reply-card{display:grid;grid-template-columns:16px 32px minmax(0,1fr);gap:8px;align-items:start}
.product-comment-reply-line{width:16px;height:20px;border-left:2px solid rgba(86,168,62,.24);border-bottom:2px solid rgba(86,168,62,.24);border-radius:0 0 0 10px}
.product-comment-avatar.small{width:32px!important;height:32px!important;border-radius:12px!important;font-size:9px!important}
.product-comment-reply-card header{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.product-comment-reply-card p{margin:4px 0 0;color:#34463b;font-size:9px;line-height:1.55}
.product-comment-reply-composer{display:grid;grid-template-columns:32px minmax(0,1fr) 38px;align-items:center;gap:8px;margin-left:34px;padding:9px;border:1px solid rgba(86,168,62,.18);border-radius:16px;background:#fbfcf8}
.product-comment-reply-composer input{width:100%;min-width:0;height:38px;border:1px solid rgba(18,60,43,.1);border-radius:999px;background:#fff;padding:0 13px;color:#123c2b;font-size:10px;font-weight:800;outline:0}
.product-comment-reply-composer button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:#19ad55;color:#fff}
.product-comment-reply-composer svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.blog-search{position:relative;overflow:visible!important}
.blog-search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;display:grid;gap:6px;padding:8px;border:1px solid rgba(18,60,43,.12);border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(8,40,29,.18)}
.blog-search-suggestions[hidden]{display:none!important}
.blog-search-suggestions button{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:64px;border:0;border-radius:13px;background:transparent;padding:6px;text-align:left}
.blog-search-suggestions button:hover{background:#edf7e6}
.blog-search-suggestions img{width:54px;height:54px;object-fit:cover;border-radius:12px;background:#edf4e8}
.blog-search-suggestions span{display:grid;gap:4px;min-width:0}
.blog-search-suggestions strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#123c2b;font-size:11px}
.blog-search-suggestions small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6c7b71;font-size:8px;font-weight:850}
.blog-kind-badge,.public-blog-kind-badge{position:absolute;top:12px;left:12px;display:inline-flex!important;align-items:center;gap:5px;min-height:26px;padding:0 9px;border-radius:999px;background:#fff;color:#123c2b;box-shadow:0 8px 18px rgba(8,40,29,.12);font-size:8px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}
.blog-kind-badge svg,.public-blog-kind-badge svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}
@media(max-width:620px){.discover-new-flow:not([hidden]){top:72px!important;width:max-content;max-width:calc(100vw - 24px)}.discover-profile-tabs{grid-template-columns:1fr}.product-comment-reply-composer{margin-left:0}.blog-search-suggestions button{grid-template-columns:44px minmax(0,1fr)}.blog-search-suggestions img{width:44px;height:44px}.blog-search-suggestions b{display:none}}
/* Keep right rail cards in their natural order while the rail glides. */
.discover-rail .discover-side-card:first-of-type{position:relative!important;top:auto!important;z-index:auto!important}

/* Small development pack refinements */
.discover-new-flow:not([hidden]){position:fixed!important;top:var(--discover-new-flow-top,112px)!important;left:var(--discover-new-flow-left,50%)!important;z-index:120!important;transform:translateX(-50%)!important;background:linear-gradient(135deg,#19ad55,#0d7f42)!important;color:#fff!important;border:1px solid rgba(255,255,255,.42)!important;box-shadow:0 18px 48px rgba(25,173,85,.32)!important}
.discover-auth-modal{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:18px;background:rgba(7,22,16,.42);backdrop-filter:blur(8px)}
.discover-auth-modal[hidden]{display:none!important}
.discover-auth-dialog{position:relative;display:grid;gap:12px;width:min(420px,100%);padding:24px;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:#fff;color:#123c2b;box-shadow:0 28px 80px rgba(0,0,0,.24)}
.discover-auth-dialog>span{color:#19ad55;font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.discover-auth-dialog h2{margin:0;font-family:Georgia,serif;font-size:28px;line-height:1.05}
.discover-auth-dialog p{margin:0;color:#607066;font-size:12px;font-weight:750;line-height:1.55}
.discover-auth-dialog div{display:flex;gap:10px;flex-wrap:wrap}
.discover-auth-dialog button{min-height:40px;border:0;border-radius:999px;padding:0 16px;background:#123c2b;color:#fff;font-size:10px;font-weight:950}
.discover-auth-dialog button[data-discover-auth-signup]{background:#19ad55}
.discover-auth-close{position:absolute!important;top:12px;right:12px;width:32px!important;min-height:32px!important;padding:0!important;background:#eef6e8!important;color:#123c2b!important}
.address-structured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:10px}
.address-structured-grid .field{min-width:0}
.address-structured-grid select{min-width:0;width:100%;border:0;background:transparent;color:#123c2b;font:inherit;font-weight:850;outline:0}
.address-editor textarea[readonly]{background:#f8fbf4;color:#355444}
@media(max-width:620px){.discover-new-flow:not([hidden]){top:var(--discover-new-flow-top,92px)!important}.address-structured-grid{grid-template-columns:1fr}.discover-auth-dialog{border-radius:18px}.discover-auth-dialog h2{font-size:24px}}


/* Public shared Discover view */
body.discover-public-reader{background:#f8fbf3}
body.discover-public-reader .app-header,
body.discover-public-reader .service-nav,
body.discover-public-reader .header-main,
body.discover-public-reader .header-account-actions,
body.discover-public-reader .location-menu,
body.discover-public-reader .cart-popover,
body.discover-public-reader .inbox-popover{display:none!important}
body.discover-public-reader .module-view:not([data-view="discover"]):not([data-view="public-profile"]){display:none!important}
body.discover-public-reader .discover-composer,
body.discover-public-reader .discover-tabs,
body.discover-public-reader .discover-rail,
body.discover-public-reader .discover-new-flow{display:none!important}
body.discover-public-reader main{padding-top:86px}
body.discover-public-reader .discover-shell{grid-template-columns:minmax(0,920px)!important;max-width:980px;margin:0 auto;padding-top:22px}
body.discover-public-reader .discover-column{max-width:none}
body.discover-public-reader .discover-detail{max-width:980px;padding-top:22px}
body.discover-public-reader .discover-action-button,
body.discover-public-reader .discover-comment-box button,
body.discover-public-reader .discover-follow-button{cursor:pointer}
.discover-public-header{position:fixed;z-index:170;top:0;left:0;right:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;min-height:74px;padding:0 clamp(18px,4vw,58px);border-bottom:1px solid rgba(18,60,43,.09);background:rgba(255,255,250,.94);box-shadow:0 14px 38px rgba(8,40,29,.08);backdrop-filter:blur(14px)}
.discover-public-brand{display:inline-flex;align-items:center;gap:9px;color:#159550;text-decoration:none;font-size:28px;font-weight:950}
.discover-public-brand img{width:150px;max-height:42px;object-fit:contain}
.discover-public-brand span{display:inline-grid;height:22px;place-items:center;border-radius:8px;background:#2ca45a;color:#fff;padding:0 8px;font-size:9px;font-weight:950}
.discover-public-header nav{display:flex;align-items:center;justify-content:center;gap:18px}
.discover-public-header nav a{color:#52645a;text-decoration:none;font-size:12px;font-weight:900}
.discover-public-header nav a:hover{color:#159550}
.discover-public-header>div{display:flex;align-items:center;gap:9px}
.discover-public-header button{min-height:40px;border:1px solid rgba(18,60,43,.12);border-radius:999px;background:#fff;color:#123c2b;padding:0 15px;font-size:10px;font-weight:950}
.discover-public-header button:last-child{border-color:#19ad55;background:#19ad55;color:#fff}
.discover-auth-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.discover-auth-tabs button{min-height:38px!important;border:1px solid rgba(18,60,43,.1)!important;background:#f6faf2!important;color:#5f6d64!important}
.discover-auth-tabs button.active{background:#123c2b!important;color:#fff!important}
.discover-auth-form{display:grid!important;gap:10px}
.discover-auth-form[hidden]{display:none!important}
.discover-auth-form label{display:grid;gap:5px;color:#607066;font-size:9px;font-weight:950}
.discover-auth-form input{width:100%;height:42px;border:1px solid rgba(18,60,43,.12);border-radius:13px;background:#fbfcf8;color:#123c2b;padding:0 12px;font-size:12px;font-weight:800;outline:0}
.discover-auth-form input:focus{border-color:rgba(25,173,85,.45);box-shadow:0 0 0 4px rgba(25,173,85,.1)}
.discover-auth-form button[type=submit]{width:100%;background:#19ad55!important}
.discover-auth-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px;color:#5f6d64!important;font-size:10px!important}
.discover-auth-check input{width:16px!important;height:16px!important;padding:0}
.discover-auth-feedback,.discover-auth-note{margin:0!important;padding:9px 10px;border-radius:12px;background:#eef7e8;color:#247143;font-size:10px!important;font-weight:850!important;line-height:1.45!important}
.discover-auth-feedback.error{background:#fff0ed;color:#a64a3e}
@media(max-width:760px){.discover-public-header{grid-template-columns:1fr;gap:10px;padding:12px 16px;position:sticky}.discover-public-header nav{order:3;justify-content:flex-start;overflow:auto}.discover-public-brand img{width:128px}body.discover-public-reader main{padding-top:0}body.discover-public-reader .discover-shell{padding-top:12px}}


/* Structured address geofill */
.address-location-fill{
  display:inline-flex;
  width:max-content;
  min-height:38px;
  align-items:center;
  gap:8px;
  margin-top:10px;
  border:1px solid rgba(25,173,85,.22);
  border-radius:999px;
  background:#eef8e8;
  color:#137b43;
  padding:0 13px;
  font-size:9px;
  font-weight:950;
}
.address-location-fill svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.address-location-fill:hover{background:#e4f5dc;box-shadow:0 10px 24px rgba(25,173,85,.12);transform:translateY(-1px)}
.address-location-fill:disabled{opacity:.58;cursor:progress;transform:none;box-shadow:none}


/* 2026-07-02 public/detail/profile/address refinements */
.verified-input>b,.phone-verified-badge{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:28px!important;padding:0 10px!important;border:1px solid rgba(86,168,62,.18)!important;border-radius:999px!important;background:#eef8e8!important;color:#2d8a42!important;font-size:8px!important;font-weight:900!important;white-space:nowrap!important;box-shadow:none!important}
.verified-input>b i,.phone-verified-badge i{display:grid!important;width:17px!important;height:17px!important;place-items:center!important;border-radius:50%!important;background:#d9f1c8!important;color:#2d8a42!important;font-size:10px!important;font-style:normal!important}
.verified-input>b[data-state=pending]{border-color:rgba(187,121,22,.2)!important;background:#fff7e8!important;color:#ad7418!important}
.phone-profile-field input{padding-right:138px!important}.phone-profile-field:has([data-phone-verify]:not([hidden])) input{padding-right:92px!important}
.discover-profile-trigger{border:0;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
.discover-profile-trigger:hover,.discover-profile-trigger:focus-visible{transform:translateY(-1px) scale(1.035);box-shadow:0 12px 26px rgba(25,173,85,.18),inset 0 0 0 3px rgba(255,255,255,.62);outline:0;filter:saturate(1.06)}
.discover-username-tag,.discover-mention-link{display:inline-flex;align-items:center;min-height:22px;border:0;border-radius:999px;background:#edf8e7;color:#14914d;text-decoration:none;padding:0 7px;font-size:9px;font-weight:950;line-height:1;vertical-align:baseline}
.discover-author-line .discover-username-tag{margin-left:2px}.discover-username-tag:hover,.discover-mention-link:hover{background:#dff3d2;color:#0c6f38}.discover-mention-link.passive{background:transparent;color:#14914d;padding:0}
.discover-detail-subhead.compact{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:13px 16px!important;border:1px solid rgba(86,168,62,.16)!important;border-radius:16px!important;background:#f7fcf3!important}.discover-detail-subhead.compact>span{color:#159550!important;font-size:9px!important;font-weight:950!important}.discover-detail-shell.public-guest .discover-detail-back{display:none!important}
.discover-profile-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important;border:1px solid rgba(18,60,43,.1);border-radius:18px;background:#fff}.discover-profile-metrics article{padding:16px 18px!important}.discover-profile-metrics small{font-size:7px!important}.discover-profile-metrics strong{font-size:18px!important}
.discover-profile-products{display:grid;gap:12px;padding:18px;border:1px solid rgba(18,60,43,.1);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(8,40,29,.06)}.discover-profile-products header{display:flex;align-items:end;justify-content:space-between;gap:12px}.discover-profile-products header span{color:#19ad55;font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.discover-profile-products h2{margin:0;color:#123c2b;font-family:Georgia,serif;font-size:22px}.discover-profile-products>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.discover-profile-products button{display:grid;grid-template-rows:92px auto auto;gap:7px;min-width:0;border:1px solid rgba(18,60,43,.09);border-radius:15px;background:#fbfcf8;padding:9px;text-align:left;color:#123c2b;transition:.16s}.discover-profile-products button:hover{border-color:rgba(25,173,85,.34);background:#f1f8eb;transform:translateY(-1px)}.discover-profile-products button>span{display:grid;overflow:hidden;place-items:center;border-radius:12px;background:#eef5e8;color:#159550}.discover-profile-products img{width:100%;height:100%;object-fit:cover}.discover-profile-products svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8}.discover-profile-products strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.discover-profile-products small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#66756b;font-size:8px;font-weight:850}
body.discover-public-reader .discover-detail-shell{max-width:980px;margin:0 auto}.discover-public-header nav a[href="/uygulama#kesfet"]{pointer-events:none;opacity:.7}
@media(max-width:760px){.discover-profile-products>div{grid-template-columns:repeat(2,minmax(0,1fr))}.discover-profile-metrics{grid-template-columns:1fr!important}.discover-detail-subhead.compact{align-items:flex-start!important;flex-direction:column!important}.phone-profile-field input{padding-right:118px!important}}

/* Public post and discover profile polish */
.discover-profile-trigger:hover,
.discover-profile-trigger:focus-visible{transform:translateY(-.5px) scale(1.012)!important;box-shadow:0 7px 16px rgba(25,173,85,.11),inset 0 0 0 2px rgba(255,255,255,.55)!important;filter:none!important;outline:0}
.discover-author-line>button:hover,
.discover-reply-card header>button:hover,
.discover-suggestion-user>button:hover{color:#123c2b;text-decoration:none!important}
.discover-author-line .discover-username-tag{min-height:18px;margin-left:1px;padding:0 3px;background:transparent!important;color:#14914d!important;font-size:7.5px}
.discover-username-tag:hover,
.discover-username-tag:focus-visible{background:transparent!important;color:#14914d!important;text-decoration:none!important;box-shadow:none!important}
.discover-post-text .discover-mention-link{display:inline;color:#14914d!important;background:transparent!important;padding:0!important;min-height:0!important;border-radius:0!important;font-size:1.04em!important;text-decoration:none!important;vertical-align:baseline}
.discover-post-text .discover-mention-link:hover,
.discover-post-text .discover-mention-link:focus-visible{color:#0f7f40!important;background:transparent!important;text-decoration:none!important}
.discover-post-text .discover-mention-link.passive{background:transparent!important;color:#14914d!important;padding:0!important}
.discover-public-header.site-header{position:fixed;z-index:170;top:0;left:0;right:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;min-height:78px;padding:0 clamp(18px,4vw,62px);border-bottom:1px solid rgba(18,60,43,.09);background:rgba(255,253,246,.96);box-shadow:0 14px 38px rgba(8,40,29,.08);backdrop-filter:blur(16px)}
.discover-public-header .brand{display:flex;align-items:center;gap:8px;color:#19ad55;text-decoration:none}
.discover-public-header .brand img{width:160px;max-width:28vw;height:auto;display:block}
.discover-public-header .beta-badge{display:inline-flex;align-items:center;border:1px solid rgba(25,173,85,.32);border-radius:999px;background:#eff9e8;color:#137a3f;padding:3px 8px;font-size:9px;font-weight:950;line-height:1}
.discover-public-header .main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.8vw,26px)}
.discover-public-header .main-nav a{position:relative;color:#415449;text-decoration:none;font-size:13px;font-weight:900}
.discover-public-header .main-nav a:hover{color:#159550}
.discover-public-header .main-nav a.active::after{position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:99px;background:#19ad55;content:""}
.discover-public-header .header-actions{display:flex;align-items:center;gap:10px}
.discover-public-header .button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid rgba(18,60,43,.14);border-radius:16px;padding:0 22px;font-size:13px;font-weight:950}
.discover-public-header .button-quiet{background:#fff;color:#0a3d2c}
.discover-public-header .button-primary{border-color:#0a3d2c;background:#0a3d2c;color:#fff}
.discover-public-header nav a[href="/uygulama#kesfet"]{pointer-events:auto!important;opacity:1!important}
.blog-auth-sheet.discover-auth-modal{position:fixed;z-index:450;inset:0;display:grid;place-items:center;padding:24px;background:transparent;backdrop-filter:none}
.blog-auth-sheet.discover-auth-modal[hidden]{display:none!important}
.blog-auth-backdrop{position:absolute;inset:0;border:0;background:rgba(5,27,19,.56);backdrop-filter:blur(8px)}
.blog-auth-dialog.discover-auth-dialog{position:relative;width:min(480px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.42);border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(5,27,19,.28)}
.blog-auth-close.discover-auth-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:11px;background:#f2f6ed;color:#124934;font-size:22px}
.blog-auth-dialog.discover-auth-dialog>span{color:#56a83e;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.blog-auth-dialog.discover-auth-dialog h2{margin:8px 0 8px;font-family:Georgia,serif;font-size:32px;line-height:1.04}
.blog-auth-dialog.discover-auth-dialog p{margin:0 0 18px;color:#65746c;font-size:13px;line-height:1.6}
.blog-auth-tabs.discover-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.blog-auth-tabs.discover-auth-tabs button{min-height:38px;border:1px solid #dbe3d6;border-radius:11px;background:#fff;color:#124934;font-weight:900}
.blog-auth-tabs.discover-auth-tabs button.active{border-color:#0a3d2c;background:#0a3d2c;color:#fff}
.blog-auth-form.discover-auth-form{display:grid;gap:12px}
.blog-auth-form.discover-auth-form label{display:grid;gap:6px;color:#124934;font-size:10px;font-weight:900;text-transform:uppercase}
.blog-auth-form.discover-auth-form input{height:42px;border:1px solid #dbe3d6;border-radius:11px;background:#fff;padding:0 12px;color:#062f22;font-size:13px;font-weight:750;outline:0}
.blog-auth-form.discover-auth-form input:focus{border-color:#56a83e;box-shadow:0 0 0 3px rgba(86,168,62,.13)}
.blog-auth-check.discover-auth-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:9px;text-transform:none!important;font-size:11px!important;color:#65746c!important}
.blog-auth-check.discover-auth-check input{width:16px;height:16px}
.blog-auth-form.discover-auth-form small,
.blog-auth-feedback.discover-auth-feedback,
.blog-auth-note.discover-auth-note{color:#56a83e;font-size:11px;font-weight:800;line-height:1.45}
.blog-auth-feedback.discover-auth-feedback.error{color:#b45142}
.blog-auth-form.discover-auth-form button[type=submit]{height:44px;border:0;border-radius:12px;background:#0a3d2c;color:#fff;font-size:12px;font-weight:930}
.blog-auth-form.discover-auth-form button[disabled]{opacity:.7;cursor:wait}
.address-structured-grid input[list]{width:100%;height:44px;border:1px solid rgba(18,60,43,.14);border-radius:14px;background:#fff;color:#0b2f22;padding:0 13px;font-size:12px;font-weight:850;outline:0}
.address-structured-grid input[list]:focus{border-color:#56a83e;box-shadow:0 0 0 3px rgba(86,168,62,.13)}
@media(max-width:980px){.discover-public-header.site-header{position:sticky;grid-template-columns:1fr;gap:12px;padding:14px 16px}.discover-public-header .main-nav{justify-content:flex-start;overflow:auto}.discover-public-header .brand img{width:136px}body.discover-public-reader main{padding-top:0}}

/* Codex mandatory public header and address combo fixes */
body.discover-public-reader .discover-public-header.site-header{position:sticky!important;z-index:20!important;top:0!important;left:auto!important;right:auto!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:0!important;min-height:82px!important;padding:12px clamp(24px,5vw,76px)!important;border-bottom:1px solid rgba(18,60,43,.1)!important;background:rgba(255,253,247,.92)!important;box-shadow:none!important;backdrop-filter:blur(18px)!important}
body.discover-public-reader .discover-public-header .brand{display:inline-flex!important;align-items:center!important;width:fit-content!important;gap:0!important;color:#123c2b!important;text-decoration:none!important}
body.discover-public-reader .discover-public-header .brand img{display:block!important;width:164px!important;height:52px!important;max-width:none!important;object-fit:contain!important;object-position:left center!important}
body.discover-public-reader .discover-public-header .beta-badge{align-self:flex-start!important;margin:5px 0 0 -4px!important;padding:4px 6px!important;border:1px solid rgba(86,168,62,.34)!important;border-radius:999px!important;background:#edf6dc!important;color:#226a49!important;font-size:8px!important;font-weight:900!important;letter-spacing:.1em!important;line-height:1!important}
body.discover-public-reader .discover-public-header .main-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:25px!important;color:#425248!important;font-size:14px!important;font-weight:650!important;line-height:1.2!important}
body.discover-public-reader .discover-public-header .main-nav a{position:relative!important;color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-weight:inherit!important;white-space:nowrap!important}
body.discover-public-reader .discover-public-header .main-nav a::after{position:absolute!important;right:0!important;bottom:-8px!important;left:0!important;height:2px!important;border-radius:0!important;background:#56a83e!important;content:""!important;transform:scaleX(0)!important;transition:transform 180ms ease!important}
body.discover-public-reader .discover-public-header .main-nav a:hover::after,body.discover-public-reader .discover-public-header .main-nav a.active::after{transform:scaleX(1)!important}
body.discover-public-reader .discover-public-header .header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}
body.discover-public-reader .discover-public-header .button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:45px!important;padding:0 19px!important;border:1px solid transparent!important;border-radius:12px!important;font-size:14px!important;font-weight:760!important;line-height:1!important;text-decoration:none!important;transition:transform 160ms ease,background 160ms ease,border-color 160ms ease,box-shadow 160ms ease!important}
body.discover-public-reader .discover-public-header .button:hover{transform:translateY(-1px)!important}
body.discover-public-reader .discover-public-header .button-primary{border-color:#123c2b!important;background:#123c2b!important;color:#fff!important;box-shadow:0 10px 24px rgba(18,60,43,.16)!important}
body.discover-public-reader .discover-public-header .button-primary:hover{background:#18503a!important;box-shadow:0 13px 30px rgba(18,60,43,.21)!important}
body.discover-public-reader .discover-public-header .button-quiet{border-color:rgba(18,60,43,.15)!important;background:transparent!important;color:#123c2b!important;box-shadow:none!important}
body.discover-public-reader .discover-public-header .button-quiet:hover{border-color:rgba(18,60,43,.35)!important;background:rgba(255,255,255,.7)!important}
body.discover-public-reader main{padding-top:0!important}
.discover-author-line{gap:5px!important}
.discover-author-line .discover-username-tag{margin-left:-1px!important;padding:0 2px!important;min-height:18px!important;font-size:8.75px!important;line-height:1!important}
.address-combo-field{position:relative}.address-combo{position:relative}.address-combo-button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(10,61,44,.18);border-radius:14px;background:#fff;color:#0a3d2c;padding:0 14px;text-align:left;font:inherit;font-weight:800;cursor:pointer}.address-combo-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address-combo:not(.has-value) .address-combo-button span{color:#87948c;font-weight:700}.address-combo.open .address-combo-button{border-color:#56a83e;box-shadow:0 0 0 3px rgba(86,168,62,.14)}.address-combo-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.address-combo-menu{position:absolute;z-index:80;top:calc(100% + 8px);left:0;right:0;padding:10px;border:1px solid rgba(10,61,44,.14);border-radius:16px;background:#fff;box-shadow:0 18px 44px rgba(8,40,29,.16)}.address-combo-menu label{display:grid;gap:6px;margin:0 0 8px}.address-combo-menu label span{font-size:10px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;color:#426455}.address-combo-menu input{width:100%;min-height:42px;border:1px solid rgba(10,61,44,.16);border-radius:12px;padding:0 12px;font:inherit;color:#0a3d2c;outline:none}.address-combo-menu input:focus{border-color:#56a83e;box-shadow:0 0 0 3px rgba(86,168,62,.12)}.address-combo-options{display:grid;gap:6px;max-height:240px;overflow:auto;padding-right:3px}.address-combo-options button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:42px;border:0;border-radius:12px;background:#f7fbf2;color:#103d2c;padding:9px 11px;text-align:left;font:inherit;font-weight:850;cursor:pointer}.address-combo-options button:hover,.address-combo-options button:focus-visible{background:#e9f7dc;outline:0}.address-combo-options button.is-selected{background:#dff4c9;color:#0a6a35}.address-combo-options button small{color:#607368;font-size:10px;font-weight:850}.address-combo-empty{padding:12px;border-radius:12px;background:#f8faf5;color:#6a786f;font-size:12px;font-weight:800;text-align:center}
@media(max-width:980px){body.discover-public-reader .discover-public-header.site-header{grid-template-columns:1fr!important;gap:12px!important;padding:14px 16px!important}body.discover-public-reader .discover-public-header .main-nav{justify-content:flex-start!important;overflow:auto!important}body.discover-public-reader .discover-public-header .brand img{width:136px!important}.address-combo-menu{position:fixed;top:auto;left:16px;right:16px;bottom:18px;max-height:72vh;overflow:auto}.address-combo-options{max-height:44vh}}

/* 2026-07-05 address/public polish */
.saved-post-card header{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important}
.saved-post-card header span{min-width:0!important}
.saved-post-card header time{justify-self:end;color:#748179;font-size:9px;font-weight:900;white-space:nowrap}

body.discover-public-reader .discover-public-header.site-header{position:sticky!important;z-index:50!important;top:0!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;min-height:82px!important;padding:12px clamp(24px,5vw,76px)!important;border-bottom:1px solid rgba(18,60,43,.1)!important;background:rgba(255,253,247,.92)!important;box-shadow:none!important;backdrop-filter:blur(18px)!important}
body.discover-public-reader .discover-public-header .brand{display:inline-flex!important;align-items:center!important;width:fit-content!important;color:var(--forest-900,#123c2b)!important;text-decoration:none!important}
body.discover-public-reader .discover-public-header .brand img{width:164px!important;height:52px!important;object-fit:contain!important;object-position:left center!important}
body.discover-public-reader .discover-public-header .main-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:25px!important;color:#425248!important;font-size:14px!important;font-weight:650!important}
body.discover-public-reader .discover-public-header .main-nav a{position:relative!important;color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-weight:inherit!important;white-space:nowrap!important}
body.discover-public-reader .discover-public-header .button{display:inline-flex!important;min-height:45px!important;align-items:center!important;justify-content:center!important;padding:0 19px!important;border:1px solid transparent!important;border-radius:12px!important;font-weight:760!important;line-height:1!important}
body.discover-public-reader .discover-public-header .button-primary{background:var(--forest-900,#123c2b)!important;color:#fff!important;box-shadow:0 10px 24px rgba(18,60,43,.16)!important}
body.discover-public-reader .discover-public-header .button-quiet{border-color:var(--line,rgba(18,60,43,.15))!important;background:transparent!important;color:var(--forest-900,#123c2b)!important;box-shadow:none!important}
body.discover-public-reader .discover-public-header .beta-badge{align-self:flex-start!important;margin:5px 0 0 -4px!important;padding:4px 6px!important;border:1px solid rgba(86,168,62,.34)!important;border-radius:999px!important;background:var(--green100,#edf6dc)!important;color:var(--forest-700,#226a49)!important;font-size:8px!important;font-weight:900!important;letter-spacing:.1em!important;line-height:1!important}
body.discover-public-reader .discover-public-header .main-nav a.active::after{transform:scaleX(0)!important}
body.discover-public-reader .discover-public-header .main-nav a:hover::after{transform:scaleX(1)!important}
body.discover-public-reader .discover-author-name{color:#123c2b;font-weight:950}
.discover-profile-trigger.is-disabled{cursor:default!important;pointer-events:none!important;transform:none!important;box-shadow:none!important}
body.discover-public-reader .discover-post [data-discover-profile],
body.discover-public-reader .discover-reply-card [data-discover-profile]{pointer-events:none!important;cursor:default!important}

.blog-auth-sheet.discover-auth-modal{background:transparent!important}
.blog-auth-dialog.discover-auth-dialog{width:min(480px,100%)!important;padding:28px!important;border:1px solid rgba(255,255,255,.42)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 30px 90px rgba(5,27,19,.28)!important}
.blog-auth-dialog.discover-auth-dialog h2{margin:8px 0 8px!important;font-family:Georgia,serif!important;font-size:32px!important;line-height:1.04!important}
.blog-auth-tabs.discover-auth-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:16px!important}
.blog-auth-tabs.discover-auth-tabs button{min-height:38px!important;border:1px solid var(--line,#dbe3d6)!important;border-radius:11px!important;background:#fff!important;color:var(--forest-800,#124934)!important;font-weight:900!important}
.blog-auth-tabs.discover-auth-tabs button.active{border-color:var(--forest-900,#0a3d2c)!important;background:var(--forest-900,#0a3d2c)!important;color:#fff!important}
.blog-auth-form.discover-auth-form label{display:grid!important;gap:6px!important;color:var(--forest-800,#124934)!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important}
.blog-auth-form.discover-auth-form button[type=submit]{height:44px!important;border:0!important;border-radius:12px!important;background:var(--forest-900,#0a3d2c)!important;color:#fff!important;font-size:12px!important;font-weight:930!important}

.address-combo.open .address-combo-button{border-color:rgba(10,61,44,.28)!important;box-shadow:0 0 0 3px rgba(18,60,43,.07)!important}
.address-combo-options button{grid-template-columns:minmax(0,1fr) 28px!important;background:#fff!important;border:1px solid rgba(18,60,43,.08)!important}
.address-combo-options button:hover,.address-combo-options button:focus-visible{background:#f7faf5!important;border-color:rgba(18,60,43,.18)!important}
.address-combo-options button.is-selected{background:#f2f5f0!important;color:#0a3d2c!important;border-color:rgba(18,60,43,.2)!important}
.address-combo-options button small{display:grid!important;width:24px!important;height:24px!important;place-items:center!important;border-radius:999px!important;background:#f3f5f1!important;color:#66746c!important;font-size:0!important}
.address-combo-options button small svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.address-combo-empty{display:grid!important;gap:6px!important;align-items:start!important;padding:13px!important;border:1px dashed rgba(18,60,43,.13)!important;border-radius:12px!important;background:#fff!important;color:#6a786f!important;text-align:left!important;line-height:1.35!important}
.address-combo-empty strong,.address-combo-empty small{display:block!important}
.address-combo-empty strong{color:#123c2b!important;font-size:12px!important;font-weight:900!important}
.address-combo-empty small{color:#6a786f!important;font-size:11px!important;font-weight:750!important}
.address-combo-help button{justify-self:start;min-height:30px;border:1px solid rgba(18,60,43,.14);border-radius:999px;background:#fff;color:#123c2b;padding:0 11px;font-size:10px;font-weight:900}
.address-plaza-toggle{display:inline-flex!important;width:max-content;max-width:100%;align-items:center;gap:7px;margin:-6px 0 2px!important;padding:5px 8px!important;border:1px solid rgba(18,60,43,.12);border-radius:10px;background:#fff;color:#123c2b;font-size:8.5px;font-weight:850;line-height:1.1}
.address-plaza-toggle[hidden]{display:none!important}
.address-plaza-toggle input{width:13px!important;height:13px!important;min-height:0!important;accent-color:#123c2b}
.address-combo-empty.address-combo-help{grid-template-columns:1fr!important}
.address-combo-empty.address-combo-help button{margin-top:4px!important}
@media(max-width:980px){body.discover-public-reader .discover-public-header.site-header{grid-template-columns:1fr!important;gap:12px!important;padding:14px 16px!important}body.discover-public-reader .discover-public-header .main-nav{justify-content:flex-start!important;overflow:auto!important}body.discover-public-reader .discover-public-header .brand img{width:136px!important}}

.search-suggestions{display:grid!important;gap:6px!important;padding:10px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 22px 52px rgba(5,27,19,.16)!important}
.global-search.is-search-prompted,.global-search.is-search-active{border-color:rgba(28,156,76,.6)!important;box-shadow:inset 0 0 0 1px rgba(28,156,76,.32),0 0 16px rgba(28,156,76,.1)!important;transition:border-color .22s ease,box-shadow .22s ease!important}
.global-search.is-search-active{animation:globalSearchLineGlow 1.7s ease-in-out infinite}
@keyframes globalSearchLineGlow{50%{border-color:rgba(28,156,76,.82);box-shadow:inset 0 0 0 1px rgba(28,156,76,.46),0 0 20px rgba(28,156,76,.15)}}
.search-suggestions[hidden]{display:none!important}
.search-suggestions-title{padding:4px 8px 7px!important;color:#7a877f!important;font-size:9px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.search-suggestion-row{display:grid!important;grid-template-columns:42px minmax(0,1fr) 28px!important;align-items:center!important;gap:11px!important;width:100%!important;min-height:54px!important;padding:7px 8px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#123c2b!important;text-align:left!important;box-shadow:none!important}
.search-suggestion-row:hover,.search-suggestion-row:focus-visible{background:transparent!important;outline:1px solid rgba(18,60,43,.12)!important}
.search-suggestion-row>i{display:grid!important;width:42px!important;height:42px!important;place-items:center!important;overflow:hidden!important;border:1px solid rgba(18,60,43,.12)!important;border-radius:12px!important;background:#f5f8f0!important;color:#123c2b!important}
.search-suggestion-row>i img{width:100%!important;height:100%!important;object-fit:cover!important}
.search-suggestion-row>i svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.search-suggestion-row>span{display:grid!important;gap:3px!important;min-width:0!important}
.search-suggestion-row strong{overflow:hidden!important;color:#123c2b!important;font-size:12px!important;font-weight:920!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.search-suggestion-row small{display:flex!important;flex-wrap:wrap!important;gap:7px!important;color:#6d7c72!important;font-size:10px!important;font-weight:760!important;line-height:1.25!important}
.search-suggestion-row small em{font-style:normal!important;color:#5e9a3d!important;font-weight:900!important}
.search-suggestion-row .search-score{display:inline-flex!important;align-items:center!important;gap:4px!important;color:#15914d!important}
.search-suggestion-row .search-score svg{width:13px!important;height:13px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.search-suggestion-row>b{display:grid!important;width:28px!important;height:28px!important;place-items:center!important;border-radius:999px!important;color:#123c2b!important}
.search-suggestion-row>b svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}

label.field.full textarea[name="addressText"],.address-preview-line textarea[name="addressText"],textarea[name="addressText"].is-empty{min-height:auto!important;height:auto!important;padding:4px 0 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#123c2b!important;resize:none!important;line-height:1.55!important}
textarea[name="addressText"].is-empty{color:#8b968f!important;font-style:italic!important}
.address-autofilled,.address-autofilled .address-combo-button{animation:yesilupAutofillPulse 3.6s ease!important;background:#fff!important}
.address-location-fill.is-filled{border-color:rgba(18,60,43,.18)!important;background:#fff!important;color:#123c2b!important;box-shadow:0 10px 22px rgba(8,40,29,.08)!important}
@keyframes yesilupAutofillPulse{0%{box-shadow:0 0 0 0 rgba(86,168,62,.32)}38%{box-shadow:0 0 0 4px rgba(86,168,62,.13)}100%{box-shadow:0 0 0 0 rgba(86,168,62,0)}}

.coupon-wallet-grid{gap:18px!important}.coupon-wallet-card{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 142px!important;gap:0!important;overflow:hidden!important;padding:0!important;border:1px solid rgba(18,60,43,.14)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 16px 38px rgba(8,40,29,.075)!important}.coupon-wallet-card:before,.coupon-wallet-card:after{content:none!important}.coupon-ticket-content{display:grid;align-content:start;gap:10px;padding:20px 22px 17px!important}.coupon-ticket-content header{display:flex;align-items:center;justify-content:space-between;gap:8px}.coupon-ticket-content header span{display:inline-flex;width:max-content;max-width:100%;padding:5px 8px;border:1px dashed rgba(18,60,43,.28);border-radius:999px;background:#fbfcf8;color:#28533b;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px;font-weight:900;letter-spacing:.08em}.coupon-ticket-content header small{color:#4b8659;font-size:7px;font-weight:900;text-transform:uppercase}.coupon-ticket-content h2{margin:0!important;color:#123c2b;font-family:Georgia,serif;font-size:25px!important;line-height:1.08}.coupon-ticket-content p{margin:0!important;color:#65776d;font-size:9px!important;line-height:1.55}.coupon-ticket-offer{display:grid;align-content:center;justify-items:center;gap:5px;padding:18px 12px;border-left:1px dashed rgba(18,60,43,.24);background:#f1f8eb;text-align:center}.coupon-ticket-offer small{color:#588060;font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.coupon-ticket-offer strong{color:#123c2b;font-size:26px!important;line-height:1;font-variant-numeric:tabular-nums}.coupon-ticket-offer span{color:#667b6c;font-size:7px;line-height:1.4}.coupon-wallet-card footer{position:relative;grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 18px 14px 22px;border-top:1px dashed rgba(18,60,43,.2);background:#fbfcf9}.coupon-wallet-card footer:before,.coupon-wallet-card footer:after{position:absolute;top:-8px;width:16px;height:16px;border-radius:50%;background:var(--cream);content:""}.coupon-wallet-card footer:before{left:-8px}.coupon-wallet-card footer:after{right:-8px}.coupon-wallet-card footer span{display:grid;gap:4px;min-width:0}.coupon-wallet-card footer strong{color:#286f43;font-size:9px}.coupon-wallet-card footer small{color:#748278;font-size:7px}.coupon-wallet-card footer button{min-width:108px;min-height:36px;padding:0 12px!important;border:0!important;border-radius:9px!important;background:#123c2b!important;color:#fff!important;font-size:8px!important;font-weight:900!important}.coupon-wallet-card footer button:hover:not(:disabled){background:#1d6541!important;transform:translateY(-1px)}.coupon-wallet-card.disabled{opacity:1!important;border-color:rgba(18,60,43,.1)!important}.coupon-wallet-card.disabled .coupon-ticket-offer{background:#f1f2ee}.coupon-wallet-card.disabled footer button{background:#dfe5dc!important;color:#829087!important}
.payment-count-badge{display:inline-grid;min-width:19px;height:19px;place-items:center;margin-left:5px;border-radius:50%;background:#dff0d4;color:#286b43;font-size:7px;vertical-align:middle}.payment-beta-wallet{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:18px;padding:15px 16px;border:1px solid rgba(47,111,143,.2);border-radius:14px;background:#f2f8fb}.payment-beta-wallet>i{display:grid;width:41px;height:41px;place-items:center;border-radius:11px;background:#2f6f8f;color:#fff}.payment-beta-wallet svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.payment-beta-wallet span,.payment-beta-wallet strong,.payment-beta-wallet small{display:block}.payment-beta-wallet span{color:#487087;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.payment-beta-wallet strong{margin-top:4px;color:#173f55;font-size:19px;font-variant-numeric:tabular-nums}.payment-beta-wallet small{margin-top:3px;color:#607a89;font-size:7px;line-height:1.45}.payment-beta-wallet em{align-self:start;padding:5px 7px;border-radius:999px;background:#dfeff6;color:#2f6f8f;font-size:7px;font-style:normal;font-weight:900}.saved-payment-card{grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;padding:16px!important;border-radius:16px!important;background:#f8faf6!important}.saved-card-visual{position:relative!important;isolation:isolate;min-height:202px!important;overflow:hidden;padding:19px 21px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#173c31,#0b241c 58%,#285e46)!important;box-shadow:0 17px 28px rgba(8,40,29,.25),inset 0 1px rgba(255,255,255,.22)!important;transform:perspective(850px) rotateX(2deg) rotateY(-2deg)}.saved-card-visual:before{position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,rgba(255,255,255,.15),transparent 30%,rgba(196,226,156,.14) 72%,rgba(255,255,255,.08));content:""}.saved-card-gloss{position:absolute;z-index:-1;top:-70%;right:-13%;width:56%;height:170%;border-radius:50%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(23deg)}.saved-card-top{position:relative;z-index:1}.saved-card-top>span{padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.85)!important;font-size:7px!important}.preferred-card-badge{background:rgba(208,236,174,.23)!important;color:#eff9df!important}.saved-card-top .card-brand-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.saved-card-chip{display:grid!important;grid-template-columns:repeat(3,1fr);width:43px;height:32px;margin:20px 0 15px;border:1px solid rgba(115,83,22,.46);border-radius:7px;background:linear-gradient(135deg,#f4df94,#a87e25 50%,#f2ce69);box-shadow:inset 0 1px rgba(255,255,255,.55),0 4px 10px rgba(0,0,0,.18)}.saved-card-chip b{border-right:1px solid rgba(95,67,14,.38)}.saved-card-chip b:nth-child(2){border-right:0;border-left:1px solid rgba(255,255,255,.32)}.saved-card-number{position:relative;z-index:1;display:block!important;margin:0!important;color:#fff!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace!important;font-size:18px!important;font-weight:650!important;letter-spacing:.09em!important;text-shadow:0 2px 2px rgba(0,0,0,.25)}.saved-card-bottom{position:relative;z-index:1;display:flex!important;align-items:end!important;justify-content:space-between!important;gap:12px!important;margin-top:22px!important}.saved-card-bottom span{display:grid!important;gap:4px;min-width:0;color:#fff!important;font-size:8px!important;font-weight:850!important;letter-spacing:.05em;text-transform:uppercase}.saved-card-bottom span:last-child{text-align:right}.saved-card-bottom small{color:rgba(255,255,255,.58)!important;font-size:6px!important;font-weight:800!important;letter-spacing:.08em}.saved-card-actions{min-width:42px!important;align-self:stretch;align-content:center;justify-items:center;gap:8px!important}.saved-card-actions button{display:grid!important;width:36px;height:36px;min-height:36px!important;place-items:center;padding:0!important;border:1px solid rgba(18,60,43,.11)!important;border-radius:10px!important;background:#fff!important;color:#39734e!important}.saved-card-actions button:last-child{color:#b34e3f!important}.saved-card-actions button:hover{background:#edf7e6!important;transform:translateY(-1px)}.saved-card-actions svg{width:17px;height:17px}.default-card-label{min-height:auto!important;padding:6px 8px;border-radius:8px;background:#e7f4de;color:#347b4e!important;font-size:7px!important;text-align:center}.payment-summary-facts{display:none!important}@media(max-width:700px){.coupon-wallet-card{grid-template-columns:1fr!important}.coupon-ticket-offer{grid-row:1;border-bottom:1px dashed rgba(18,60,43,.2);border-left:0;grid-template-columns:auto auto 1fr;justify-items:start;text-align:left}.coupon-ticket-offer strong{font-size:23px!important}.coupon-wallet-card footer{align-items:flex-start;flex-direction:column}.coupon-wallet-card footer button{width:100%}.payment-beta-wallet{grid-template-columns:auto minmax(0,1fr)}.payment-beta-wallet em{grid-column:2;justify-self:start}.saved-payment-card{grid-template-columns:1fr!important}.saved-card-actions{grid-template-columns:1fr auto;justify-items:start;align-items:center}.saved-card-actions .default-card-label{grid-column:1}.saved-card-visual{min-height:194px!important}.saved-card-number{font-size:15px!important}}
.coupon-wallet-card .coupon-ticket-content{display:grid!important;align-content:start!important;gap:10px!important;padding:20px 22px 17px!important;border-radius:0!important;background:transparent!important}.coupon-wallet-card .coupon-ticket-offer strong{font-size:26px!important}@media(max-width:700px){.coupon-wallet-card .coupon-ticket-offer strong{font-size:23px!important}}
.producer-product-form>.producer-media-field{grid-row:2/span 15!important;min-height:640px;padding:18px!important}.producer-media-field .producer-image-preview{min-height:390px!important;aspect-ratio:4/5;border-radius:16px!important}.producer-media-field .producer-image-preview img{object-fit:cover}.producer-media-field .producer-image-thumbnails{grid-template-columns:repeat(3,minmax(0,1fr))!important}.producer-media-field .producer-image-actions{flex-wrap:wrap;gap:11px!important}.producer-certificate-field{display:grid!important;gap:11px;padding:15px;border:1px solid rgba(47,123,70,.18);border-radius:15px;background:#fbfdf9}.producer-certificate-field>span{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;color:var(--forest900);font-size:10px!important;font-weight:900!important}.producer-certificate-field>span small{color:#557263;font-size:8px!important}.producer-certificate-field>p{margin:0;color:#65766d;font-size:8px;line-height:1.5}.producer-certificate-list{display:grid;gap:9px}.producer-certificate-empty{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 10px;min-height:76px;padding:12px;border:1px dashed rgba(18,60,43,.18);border-radius:12px;background:#fff;color:#728076}.producer-certificate-empty svg{grid-row:1/span 2;width:28px;height:28px;fill:none;stroke:#4d8b5d;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.producer-certificate-empty span{color:#3d5948;font-size:9px;font-weight:900}.producer-certificate-empty small{font-size:7px}.producer-certificate-card{display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:stretch;gap:10px;padding:9px;border:1px solid rgba(18,60,43,.12);border-radius:12px;background:#fff}.producer-certificate-preview{position:relative;display:grid;min-height:74px;overflow:hidden;place-items:center;border-radius:9px;background:#edf6e7}.producer-certificate-preview img,.producer-certificate-preview object{width:100%;height:100%;border:0;object-fit:cover}.certificate-preview-pdf{background:#f5f1eb}.certificate-preview-pdf object{pointer-events:none}.certificate-preview-pdf em{position:absolute;right:5px;bottom:5px;padding:3px 5px;border-radius:5px;background:#b54e42;color:#fff;font-size:6px;font-style:normal;font-weight:900}.certificate-preview-empty svg{width:29px;height:29px;fill:none;stroke:#438158;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.producer-certificate-card>div{display:grid;gap:6px;min-width:0}.producer-certificate-card>div>span{color:#4b7758;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.producer-certificate-card textarea{min-height:58px;padding:8px;border:1px solid rgba(18,60,43,.13);border-radius:8px;background:#fbfcf9;color:#365143;font:inherit;font-size:8px;line-height:1.45;resize:vertical}.producer-certificate-card>button{display:grid;width:29px;height:29px;place-items:center;align-self:start;padding:0;border:0;border-radius:8px;background:#fff3f0;color:#b34e3f}.producer-certificate-card>button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.producer-certificate-upload{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:3px 8px;min-height:48px;padding:9px 12px;border:1px dashed rgba(47,123,70,.38);border-radius:11px;background:#f2f9ed;color:#2d7046;text-align:left}.producer-certificate-upload svg{grid-row:1/span 2;width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.producer-certificate-upload span{font-size:8px;font-weight:950}.producer-certificate-upload small{color:#61796b;font-size:7px}.producer-certificate-upload:disabled{opacity:.55;cursor:not-allowed}.shop-product-image{aspect-ratio:1/1!important}.shop-product-copy>.product-card-tags{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:6px!important;min-height:30px!important;margin:9px 0 5px!important;padding:0!important;border:0!important}.shop-product-copy>.product-card-tags span{flex:none!important;padding:5px 8px!important;border:1px solid rgba(86,168,62,.2)!important;border-radius:999px!important;background:#f1f8eb!important;color:#2e7448!important;font-size:7px!important;font-weight:900!important;white-space:nowrap!important}.product-detail-main-image video{width:100%;height:100%;object-fit:cover;background:#0d2c21}.product-detail-thumbnails .product-detail-video-thumb{display:grid;width:100%;height:100%;place-items:center;gap:3px;background:#163c2e;color:#fff}.product-detail-video-thumb svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-detail-video-thumb small{font-size:6px;font-weight:900;text-transform:uppercase}.product-evidence-panel{display:grid;gap:12px;margin-top:14px;padding:15px;border:1px solid rgba(18,60,43,.12);border-radius:15px;background:#fff}.product-evidence-panel header span{color:#4c8a5d;font-size:7px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.product-evidence-panel header h2{margin:5px 0 0;color:#123c2b;font-family:Georgia,serif;font-size:19px;line-height:1.1}.product-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-evidence-card{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:9px;border:1px solid rgba(18,60,43,.1);border-radius:11px;background:#fbfcf9;color:inherit;text-align:left}.product-evidence-card>a{display:contents}.product-evidence-card>a:first-child{display:block}.product-evidence-preview{display:grid;width:72px;height:60px;overflow:hidden;place-items:center;border-radius:8px;background:#eef6e9}.product-evidence-preview img,.product-evidence-preview object{width:100%;height:100%;border:0;object-fit:cover}.product-evidence-preview.certificate-preview-pdf{background:#f4f0e8}.product-evidence-card>div{display:grid;gap:3px;min-width:0}.product-evidence-card span{color:#5a8161;font-size:6.5px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.product-evidence-card strong{color:#234c35;font-size:8px}.product-evidence-card p{margin:0;color:#6b796f;font-size:7px;line-height:1.45}.product-story-document{grid-template-columns:auto minmax(0,1fr);text-decoration:none}.product-story-document>i{display:grid;width:38px;height:38px;place-items:center;border-radius:9px;background:#e8f4df;color:#32774c}.product-story-document svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-story-document.beta{background:#f6f8f4}.product-detail-tags{display:flex!important;min-height:32px;margin:11px 0!important;padding:0!important;border:0!important}.product-detail-price{display:flex;align-items:baseline;gap:8px;min-width:0}.product-detail-price strong{color:#18a957;font-size:40px;font-variant-numeric:tabular-nums;font-weight:950;letter-spacing:-.035em}.product-detail-price span{color:#607168;font-size:12px;font-weight:900;white-space:nowrap}.product-detail-purchase{display:grid!important;gap:12px!important;margin-top:19px!important}.product-detail-buy-controls{grid-template-columns:94px minmax(150px,1fr) minmax(190px,1.35fr)!important;align-items:end!important}.product-detail-buy-controls .detail-save,.product-detail-buy-controls .detail-add-button{min-height:47px!important}.product-detail-buy-controls .detail-save{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid rgba(18,60,43,.16);border-radius:11px;background:#fff;color:#276f48;font-size:8px;font-weight:900}.product-detail-buy-controls .detail-save svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-detail-buy-controls .detail-add-button{min-width:0!important;border-radius:11px!important}@media(max-width:900px){.producer-product-form>.producer-media-field{min-height:auto}.producer-media-field .producer-image-preview{min-height:280px!important;aspect-ratio:4/3}.product-evidence-grid{grid-template-columns:1fr}.product-detail-buy-controls{grid-template-columns:1fr 1fr!important}.product-detail-buy-controls .detail-quantity{grid-column:1/-1}.product-detail-buy-controls .detail-save,.product-detail-buy-controls .detail-add-button{width:100%}}@media(max-width:620px){.producer-certificate-card{grid-template-columns:70px minmax(0,1fr)}.producer-certificate-card>button{grid-column:2;justify-self:end}.product-evidence-card{grid-template-columns:62px minmax(0,1fr)}.product-evidence-preview{width:62px;height:54px}.product-detail-price strong{font-size:33px}.shop-product-image{aspect-ratio:1/1!important}}
.product-certificate-details{display:grid;gap:8px;margin-top:12px;padding:11px;border:1px solid rgba(18,60,43,.12);border-radius:10px;background:#fbfdf8}.product-certificate-details summary{cursor:pointer;color:var(--forest800);font-size:10px;font-weight:900}.product-certificate-details article{display:grid;gap:5px;padding-top:8px;border-top:1px solid rgba(18,60,43,.08)}.product-certificate-details p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.product-certificate-details a{color:var(--forest800);font-size:10px;font-weight:900}

/* Ürün editörü, teslimat ve kart bilgi hiyerarşisi */
.producer-product-form>.producer-media-field{position:relative!important;top:auto!important;align-self:start!important}.producer-location-row{align-items:start}.production-location-field{position:relative;display:grid;gap:8px}.production-location-toggle{display:flex;width:100%;min-height:47px;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;border:1px solid rgba(18,60,43,.16);border-radius:11px;background:#fff;color:#526a5b;font-size:9px;font-weight:800;text-align:left}.production-location-toggle>b{font-size:16px;transition:transform .18s}.production-location-toggle[aria-expanded=true]>b{transform:rotate(180deg)}.production-location-editor{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:12px;border:1px solid rgba(18,60,43,.12);border-radius:12px;background:#f7faf4}.production-location-editor label{display:grid;gap:6px;min-width:0;color:#486655;font-size:8px;font-weight:900}.production-location-editor input{min-width:0;height:40px;padding:0 9px;border:1px solid rgba(18,60,43,.14);border-radius:9px;background:#fff;color:var(--forest900);font:inherit;font-size:9px}.producer-shipping-policy-link{display:inline-flex;align-self:start;width:max-content;margin-top:8px;padding:0;border:0;background:transparent;color:#2d7449;font-size:8px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.producer-number-input input[name=shippingFee]{font-size:10px}.producer-inline-tool+.ingredients-ready textarea{cursor:text}.field:has(textarea[name=ingredients]:disabled) textarea{background:#f1f3ef;color:#8b968f;cursor:not-allowed}.producer-draft-remove{display:inline-flex;min-height:38px;align-items:center;justify-content:center;margin-top:8px;border:1px solid rgba(179,78,63,.25);border-radius:10px;background:#fff7f4;color:#a94f42;font-size:8px;font-weight:900}.producer-draft-remove:hover{background:#fff0ec}.producer-product-draft-card{border-style:dashed!important;border-color:rgba(47,123,70,.42)!important;background:#f8fbf4!important}.producer-product-draft-card>div>span{color:#39774e!important}.producer-product-draft-card aside>strong{color:#39774e!important;font-family:inherit!important;font-size:14px!important}.shipping-policy-view{background:var(--cream)}.shipping-policy-shell{max-width:1120px;margin:0 auto;padding:38px 28px 86px}.shipping-policy-shell>header{max-width:720px;margin-bottom:28px}.shipping-policy-shell h1{margin:8px 0 10px;color:var(--forest950);font-family:Georgia,serif;font-size:46px;font-weight:550;line-height:1}.shipping-policy-shell header p{margin:0;color:#66776d;font-size:11px;line-height:1.7}.shipping-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.shipping-policy-grid article{display:grid;gap:8px;min-height:215px;padding:22px;border:1px solid rgba(18,60,43,.13);border-radius:14px;background:#fff;box-shadow:0 14px 32px rgba(8,40,29,.05)}.shipping-policy-grid article>span{color:#397590;font-size:7px;font-weight:950;letter-spacing:.1em}.shipping-policy-grid h2{margin:0;color:var(--forest900);font-size:16px}.shipping-policy-grid p{margin:0;color:#6e7c73;font-size:9px}.shipping-policy-grid strong{color:#123c2b;font-size:29px;font-variant-numeric:tabular-nums}.shipping-policy-grid small{margin-top:auto;color:#65776c;font-size:8px;line-height:1.5}.shipping-policy-note{display:grid;gap:5px;margin-top:17px;padding:15px 17px;border-radius:13px;background:#eff7e9;color:#466454}.shipping-policy-note b{font-size:8px;text-transform:uppercase;letter-spacing:.08em}.shipping-policy-note p{margin:0;font-size:9px;line-height:1.55}.shop-product-card .product-save-button{position:static!important;flex:none;width:42px!important;height:42px!important;min-height:42px!important;border:1px solid rgba(18,60,43,.13)!important;border-radius:50%!important;background:#fff!important;color:#39764e!important;box-shadow:none!important}.shop-product-card .product-save-button:hover{border-color:rgba(86,168,62,.5)!important;background:#edf7e6!important}.shop-product-copy>.product-card-location{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:center!important;justify-content:start!important;gap:7px!important;min-height:28px!important;margin:7px 0 5px!important;padding:0!important;border:0!important;color:#61756a}.product-card-location svg{width:17px;height:17px;fill:none;stroke:#e05248;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.product-card-location>span{display:grid;gap:2px;min-width:0}.product-card-location b,.product-card-location small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-location b{color:#566d5e;font-size:8px;font-weight:850}.product-card-location small{color:#87958d;font-size:7px;font-weight:750}.product-card-location:not(.has-site)>span{align-items:center;min-height:24px}.shop-product-copy>.product-card-facts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px!important;margin:7px 0!important;padding:0!important;border:0!important}.product-card-facts>span{display:flex!important;min-width:0;align-items:center!important;gap:6px!important;padding:7px 8px!important;border:1px solid rgba(47,123,70,.17)!important;background:#f8fbf5!important;color:#527365!important}.product-card-facts svg{width:16px!important;height:16px!important;flex:none;fill:none;stroke:#36794c;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-card-facts b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#456651;font-size:7px!important;font-weight:900!important}.product-card-rating b{color:#795a1d!important;font-size:9px!important}.product-card-rating em{font-size:8px!important}.product-card-footer{display:grid!important;grid-template-columns:minmax(0,1fr) 42px 58px;align-items:center!important;gap:8px!important}.product-card-footer .product-card-footer-save{display:grid!important;place-items:center}.product-card-footer>span small{color:#63776a!important;font-size:8px!important;font-weight:780!important}.product-card-footer>span strong{font-size:25px!important}.shop-product-copy{min-height:330px!important}.shop-product-copy h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:15px!important;font-weight:950!important;letter-spacing:0!important}.product-card-tags{overflow:hidden;max-height:58px}.product-card-tags span{font-size:7px!important}.product-card-title-row h3{text-transform:none}
@media(max-width:760px){.production-location-editor{grid-template-columns:1fr}.shipping-policy-grid{grid-template-columns:1fr}.shipping-policy-shell{padding:28px 18px 58px}.shipping-policy-shell h1{font-size:36px}.shop-product-copy{min-height:338px!important}.product-card-footer{grid-template-columns:minmax(0,1fr) 42px 50px}.shop-product-card .product-save-button{width:40px!important;height:40px!important;min-height:40px!important}}

/* Son ürün editörü ve deneyim akışı düzeni */
.production-location-field>p{margin:0;color:#6b7d71;font-size:8px;line-height:1.45}.production-location-field .production-location-editor{grid-template-columns:repeat(2,minmax(0,1fr));padding:13px;background:#f8fbf5}.production-location-field .production-site-field{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center}.production-site-field input{grid-column:1/-1;height:46px!important;font-size:10px!important}.production-site-field small{color:#7b8a81;font-size:7px;font-weight:700}.production-region-output{grid-column:1/-1;padding-top:2px}.production-region-output input{height:43px!important;background:#edf6e8!important;color:#315d42!important;font-weight:850!important}.commission-info-badge{position:relative!important;z-index:2}.commission-info-badge:hover:after,.commission-info-badge:focus-visible:after{position:absolute;z-index:30;top:calc(100% + 9px);left:50%;width:260px;padding:10px 11px;border-radius:10px;background:#123c2b;color:#fff;box-shadow:0 14px 30px rgba(8,40,29,.22);content:attr(data-tooltip);font-size:8px;font-weight:700;line-height:1.5;text-align:left;transform:translateX(-50%)}.shop-product-image{aspect-ratio:4/3!important}.shop-product-copy{min-height:308px!important;padding:14px!important}.shop-product-copy>p{min-height:32px!important;margin-top:6px!important}.product-card-footer{grid-template-columns:minmax(0,1fr) 44px 52px!important;gap:10px!important;min-height:58px}.product-card-footer>span{min-width:0;overflow:hidden}.product-card-footer>span strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px!important}.product-card-footer .product-save-button{display:grid!important;width:44px!important;height:44px!important;min-height:44px!important;place-items:center!important;justify-self:center!important;align-self:center!important;margin:0!important;padding:0!important}.product-card-footer .product-save-button svg{width:19px!important;height:19px!important}.product-card-footer .cart-add-icon-button{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important}.product-comment-replies-list{display:grid;gap:9px;margin:10px 0 0 18px;padding-left:16px;border-left:2px solid #d9ead1}.product-comment-reply-card{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;align-items:start;padding:9px 10px;border:1px solid rgba(18,60,43,.08);border-radius:11px;background:#fbfdf9}.product-comment-reply-line{position:absolute;top:20px;left:-18px;width:17px;height:18px;border-bottom:2px solid #d9ead1;border-left:2px solid #d9ead1;border-radius:0 0 0 12px}.product-comment-reply-card .product-comment-avatar.small{width:32px!important;height:32px!important;font-size:9px}.product-comment-reply-card header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px}.product-comment-reply-card .product-comment-author{font-size:9px!important}.product-comment-reply-card header small{margin:0!important;font-size:6px!important;white-space:nowrap}.product-comment-reply-card p{margin:4px 0 0!important;color:#395046!important;font-size:9px!important;line-height:1.5!important}.comment-icon-action.danger,.rating-comment-danger,.rating-delete-link{color:#b04b3d!important}.rating-comment-box>div{display:flex;flex-wrap:wrap;gap:12px}.rating-comment-box>div button,.rating-delete-link{width:auto!important}.rating-delete-link{display:inline-flex;margin-top:10px;padding:0!important;border:0!important;background:transparent!important;font-size:8px!important;font-weight:900!important;text-decoration:underline;text-underline-offset:4px}.rating-comment-danger{margin-left:auto}@media(max-width:760px){.production-location-field .production-location-editor{grid-template-columns:1fr}.product-card-footer{grid-template-columns:minmax(0,1fr) 42px 50px!important}.product-comment-replies-list{margin-left:10px;padding-left:12px}.product-comment-reply-line{left:-14px;width:13px}}

/* Pazar yeri kartı ve kataloglu üretim bölgesi */
.producer-billing-address{grid-template-columns:1fr!important;gap:12px!important}.producer-billing-address>.addresses-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.producer-billing-address>.addresses-heading span{display:flex;align-items:center;gap:8px}.producer-billing-address>.addresses-heading strong{color:#123c2b;font-size:12px}.producer-billing-address>.addresses-heading small{color:#4c8a5d;font-size:8px;font-weight:900}.producer-billing-address>.address-cards{display:grid;gap:10px}.producer-billing-address>.address-add-button{justify-self:start}.payment-summary-card .payment-security-note{background:#eaf7ff!important;color:#17445f!important}.payment-summary-card .payment-security-note svg{stroke:#2f7197!important}.payment-summary-card .payment-security-note strong{color:#17445f!important}.payment-summary-card .payment-security-note span{color:#527488!important}.coupon-wallet-card{overflow:hidden!important}.coupon-wallet-card::before,.coupon-wallet-card::after{position:absolute!important;z-index:2;top:50%!important;display:block!important;width:20px!important;height:20px!important;border:0!important;border-radius:50%!important;background:var(--cream)!important;content:""!important;transform:translateY(-50%)!important}.coupon-wallet-card::before{left:-10px!important}.coupon-wallet-card::after{right:-10px!important}.coupon-wallet-card:not(.disabled) footer button{background:#15a957!important;box-shadow:0 9px 18px rgba(21,169,87,.22)!important}.coupon-wallet-card:not(.disabled) footer button:hover{background:#0d8c43!important}
.product-comment-card:has(.product-comment-replies-list)::before{top:50px!important;left:35px!important;background:#85c56e!important}.product-comment-replies-list{border-left:0!important}.product-comment-reply-line{left:-58px!important;width:58px!important;border-left:0!important;border-color:#85c56e!important}
.payment-methods-panel{display:flex!important;flex-direction:column}.payment-panel-heading .payment-add-trigger{display:none!important}.payment-beta-wallet{order:-1;position:sticky;z-index:4;top:112px;margin:0 0 20px!important;box-shadow:0 10px 24px rgba(20,75,98,.09)}.payment-method-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:18px!important}.saved-payment-card{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:0!important;border:0!important;background:transparent!important}.saved-card-visual{width:min(100%,360px)!important;min-height:0!important;aspect-ratio:1.586!important;margin:0!important;justify-self:start}.saved-card-number{font-size:15px!important}.saved-card-bottom{margin-top:auto!important}.saved-card-actions{display:flex!important;min-height:34px;align-items:center;justify-content:flex-start;gap:7px!important}.saved-card-actions .default-card-label{order:-1}.payment-add-card{position:relative;display:grid;width:min(100%,360px);min-height:0;aspect-ratio:1.586;grid-template-columns:1fr;place-items:center;align-content:center;gap:10px;overflow:hidden;padding:18px;border:1px dashed rgba(47,123,70,.36);border-radius:16px;background:#f7fbf3;color:#32774c;text-align:center;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s}.payment-add-card::before{position:absolute;inset:-55% 40% -55% -75%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.85),transparent);content:"";transform:rotate(18deg);transition:transform .5s ease}.payment-add-card:hover{border-color:#3f9659;background:#eef8e8;box-shadow:0 18px 30px rgba(8,40,29,.1);transform:translateY(-3px)}.payment-add-card:hover::before{transform:translateX(310%) rotate(18deg)}.payment-add-card>i{position:relative;z-index:1;display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:#123c2b;color:#fff;font-size:34px;font-style:normal;font-weight:300}.payment-add-card>span{position:relative;z-index:1;display:grid;gap:4px}.payment-add-card strong{font-size:11px}.payment-add-card small{color:#667b6d;font-size:8px}.payment-summary-card .payment-security-note{display:flex!important;margin:22px -2px -6px;padding:13px;background:rgba(255,255,255,.09);color:#fff}.payment-summary-card .payment-security-note svg{stroke:#dcefc9}.payment-summary-card .payment-security-note strong,.payment-summary-card .payment-security-note span{color:#fff}.payment-summary-card .payment-security-note span{color:rgba(255,255,255,.7)}.payment-methods-panel>.payment-security-note{display:none!important}.coupon-wallet-grid{grid-template-columns:1fr!important;max-width:980px}.coupon-wallet-card{grid-template-columns:minmax(0,1fr) 190px!important;min-height:196px}.coupon-ticket-content header span{padding:7px 11px!important;color:#123c2b!important;font-size:11px!important;letter-spacing:.11em!important}.coupon-ticket-content h2{font-size:22px!important}.coupon-ticket-content p{max-width:590px}.coupon-ticket-offer{padding:20px!important}.coupon-ticket-offer strong{font-size:30px!important}.coupon-wallet-card footer button{min-width:132px!important}@media(max-width:700px){.payment-beta-wallet{position:relative;top:auto}.saved-card-visual,.payment-add-card{width:100%}.coupon-wallet-card{grid-template-columns:1fr!important}.coupon-ticket-offer{grid-row:auto!important}}
.address-purpose-controls{display:grid;gap:9px;margin:0 0 14px}.address-purpose-controls>p{margin:0;color:#65776d;font-size:8px;line-height:1.5}.address-purpose-controls>div{display:flex;gap:6px;padding:4px;border:1px solid rgba(18,60,43,.1);border-radius:10px;background:#f6f9f3}.address-purpose-controls button{min-height:34px;flex:1;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#64766c;font-size:8px;font-weight:900}.address-purpose-controls button.active{background:#fff;color:#123c2b;box-shadow:0 5px 13px rgba(8,40,29,.08)}.producer-billing-address{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(190px,.9fr) auto;align-items:center;gap:15px;margin:0 0 20px;padding:17px;border:1px solid rgba(47,123,70,.2);border-radius:14px;background:#f8fcf5}.producer-billing-address>div:first-child>span{color:#4c8a5d;font-size:7px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.producer-billing-address h3{margin:5px 0;color:#123c2b;font-size:12px}.producer-billing-address p{margin:0;color:#65776d;font-size:8px;line-height:1.5}.producer-billing-address [data-producer-billing-address-summary]{display:grid;gap:5px;padding-left:14px;border-left:1px solid rgba(18,60,43,.1)}.producer-billing-address [data-producer-billing-address-summary] strong{color:#315e42;font-size:9px}.producer-billing-address [data-producer-billing-address-summary] small{color:#697b70;font-size:7px;line-height:1.45}.producer-billing-address button{min-height:38px;padding:0 12px;border:1px solid rgba(47,123,70,.26);border-radius:9px;background:#fff;color:#2d7247;font-size:8px;font-weight:900}@media(max-width:700px){.producer-billing-address{grid-template-columns:1fr}.producer-billing-address [data-producer-billing-address-summary]{padding-top:10px;padding-left:0;border-top:1px solid rgba(18,60,43,.1);border-left:0}.producer-billing-address button{width:100%}}
.product-comment-card{position:relative!important}.product-comment-card:has(.product-comment-replies-list)::before{position:absolute;top:61px;bottom:20px;left:35px;width:2px;border-radius:2px;background:#85c56e;content:""}.product-comment-replies-wrap{position:relative!important;margin-left:-58px!important;padding-left:58px}.product-comment-replies-list{position:relative!important;margin-left:0!important;padding-left:19px!important;border-left:2px solid #c7e2ba!important}.product-comment-reply-card{grid-template-columns:34px minmax(0,1fr)!important;overflow:visible!important}.product-comment-reply-line{top:18px!important;left:-21px!important;width:20px!important;border-color:#85c56e!important}.product-comment-reply-card header>span{display:flex;align-items:center;gap:6px;min-width:0}.product-comment-reply-card header em,.comment-edited-label{display:inline-flex;align-items:center;min-height:17px;padding:0 6px;border-radius:999px;background:#e7f5df;color:#438052;font-size:6px;font-style:normal;font-weight:950;letter-spacing:.04em}.product-comment-reply-actions{display:flex;gap:5px;margin-top:7px}.product-comment-reply-actions button{display:grid;width:27px;height:27px;place-items:center;padding:0;border:1px solid rgba(18,60,43,.1);border-radius:8px;background:#fff;color:#39734e}.product-comment-reply-actions button:last-child{color:#b34e3f}.product-comment-reply-actions svg,.rating-comment-danger svg,.rating-delete-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-comment-reply-card textarea{width:100%;min-height:72px;margin-top:8px;padding:9px;border:1px solid rgba(47,123,70,.28);border-radius:9px;background:#fff;color:#294637;font:inherit;font-size:9px;line-height:1.5;resize:vertical}.product-comment-reply-card footer{display:flex;gap:8px;margin-top:7px}.product-comment-reply-card footer button{min-height:29px;padding:0 9px;border:0;border-radius:8px;background:#123c2b;color:#fff;font-size:7px;font-weight:900}.product-comment-reply-card footer button:last-child{background:#eef3ec;color:#5c7162}.rating-comment-danger,.rating-delete-link{display:inline-flex!important;align-items:center;gap:5px!important}.rating-comment-danger span,.rating-delete-link span{font:inherit}@media(max-width:620px){.product-comment-card:has(.product-comment-replies-list)::before{left:21px}.product-comment-replies-wrap{margin-left:0!important;padding-left:15px}.product-comment-replies-list{padding-left:13px!important}.product-comment-reply-line{left:-15px!important;width:14px!important}}
.producer-form-row.producer-location-row{grid-template-columns:1fr!important;gap:13px!important}.production-location-field>span{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.production-location-field>span>output{overflow:hidden;color:#5f7768;font-size:8px;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}.production-location-field .production-location-editor{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:14px!important;border-radius:14px!important;background:#f7faf4!important}.production-address-combo{position:relative}.production-address-combo>button{display:grid;width:100%;height:46px;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:8px;padding:0 10px 0 12px;border:1px solid rgba(18,60,43,.16);border-radius:10px;background:#fff;color:#587063;font:inherit;font-size:9px;font-weight:850;text-align:left}.production-address-combo>button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-address-combo>button>i{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#eef4ea;color:#456c54;font-size:19px;font-style:normal;line-height:1}.production-address-combo>button:disabled{background:#f0f3ee;color:#9aa59d;cursor:not-allowed}.production-address-combo.open>button,.production-address-combo>button:not(:disabled):hover{border-color:rgba(48,126,72,.48);box-shadow:0 0 0 3px rgba(86,168,62,.1)}.production-address-menu{position:absolute;z-index:38;top:calc(100% + 7px);right:0;left:0;overflow:hidden;border:1px solid rgba(18,60,43,.14);border-radius:13px;background:#fff;box-shadow:0 19px 40px rgba(8,40,29,.18)}.production-address-menu>label{display:grid!important;gap:5px!important;padding:10px!important;border-bottom:1px solid rgba(18,60,43,.08);background:#f7faf4!important}.production-address-menu>label>small{color:#61776a;font-size:7px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.production-address-menu input{height:36px!important;padding:0 10px!important;border:1px solid rgba(18,60,43,.14)!important;border-radius:9px!important;background:#fff!important;font-size:9px!important}.production-address-menu>div{display:grid;gap:6px;max-height:242px;overflow:auto;padding:8px}.production-address-menu [data-production-location-option]{display:grid;min-height:42px;grid-template-columns:minmax(0,1fr) 27px;align-items:center;gap:8px;padding:8px 9px;border:1px solid rgba(18,60,43,.08);border-radius:9px;background:#fff;color:#244b35;text-align:left}.production-address-menu [data-production-location-option]:hover{border-color:rgba(86,168,62,.38);background:#f1f8ec}.production-address-menu [data-production-location-option] strong{font-size:8px}.production-address-menu [data-production-location-option] i{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#eff4ed;color:#5c7564;font-size:18px;font-style:normal;line-height:1}.production-address-empty{padding:13px;color:#6f7c74;font-size:8px;font-weight:800}.production-region-output{display:none!important}.commission-info-badge{isolation:isolate!important}.commission-info-badge::before{display:none!important}.commission-info-badge:hover::after,.commission-info-badge:focus-visible::after{width:276px!important;background:#123c2b!important}.shop-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:16px!important}.shop-product-image{aspect-ratio:5/4!important}.shop-product-copy{min-height:0!important;padding:12px 13px 13px!important}.shop-product-copy>p{min-height:0!important;margin:5px 0!important;line-height:1.45!important}.shop-product-copy>.product-card-tags{min-height:25px!important;max-height:49px;margin:6px 0 4px!important}.shop-product-copy>.product-card-location{min-height:25px!important;margin:5px 0 4px!important}.shop-product-copy>.product-card-facts{margin:6px 0!important}.product-card-footer{grid-template-columns:minmax(118px,1fr) 42px 52px!important;gap:7px!important;min-height:52px!important}.product-card-footer>span{overflow:visible!important}.product-card-footer>span strong{overflow:visible!important;font-size:20px!important;letter-spacing:0!important;text-overflow:clip!important;font-variant-numeric:tabular-nums;white-space:nowrap!important}.product-card-footer>span small{font-size:7px!important;white-space:nowrap}@media(max-width:620px){.shop-product-grid{grid-template-columns:1fr!important}.shop-product-image{aspect-ratio:4/3!important}.product-card-footer{grid-template-columns:minmax(126px,1fr) 42px 50px!important}.production-location-field .production-location-editor{grid-template-columns:1fr!important}.production-location-field>span{align-items:flex-start!important;flex-direction:column}.production-location-field>span>output{max-width:100%;text-align:left}}
