.auth-module__Iay1tq__authPage{min-height:100vh;background:linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-mid) 50%, var(--text-primary) 100%);min-height:100dvh;display:flex}.auth-module__Iay1tq__authLayout{width:100%;min-height:100vh;grid-template-columns:1fr 1fr;min-height:100dvh;display:grid}.auth-module__Iay1tq__formSide{padding:var(--space-2xl) var(--space-xl);background:var(--bg-base);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.auth-module__Iay1tq__logo{top:var(--space-xl);left:var(--space-xl);color:var(--text-primary);align-items:center;gap:.625rem;display:flex;position:absolute}.auth-module__Iay1tq__card{width:100%;max-width:26rem}.auth-module__Iay1tq__cardHeader{margin-bottom:var(--space-xl)}.auth-module__Iay1tq__cardHeader h1{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:var(--space-sm);font-size:1.5rem;font-weight:900}.auth-module__Iay1tq__cardHeader p{color:var(--text-muted);font-size:.8rem;line-height:1.6}.auth-module__Iay1tq__tabSwitch{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);margin-bottom:var(--space-lg);grid-template-columns:1fr 1fr;gap:.375rem;padding:.25rem;display:grid}.auth-module__Iay1tq__tabBtn{padding:.625rem var(--space-md);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:color var(--t-base), background-color var(--t-base);background:0 0;border:none;justify-content:center;align-items:center;gap:.375rem;font-family:inherit;font-size:.78rem;font-weight:700;display:flex}.auth-module__Iay1tq__tabBtn:hover{color:var(--text-secondary);background:var(--border-subtle)}.auth-module__Iay1tq__tabBtnActive{background:var(--accent);color:var(--text-on-dark);box-shadow:0 2px 8px var(--shadow-glow)}.auth-module__Iay1tq__form{flex-direction:column;gap:1rem;display:flex}.auth-module__Iay1tq__fieldRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:480px){.auth-module__Iay1tq__fieldRow{grid-template-columns:1fr}}.auth-module__Iay1tq__phoneWrap{align-items:stretch;display:flex}.auth-module__Iay1tq__phonePrefix{background:var(--bg-elevated);border:1.5px solid var(--border-card);border-radius:var(--radius-md) 0 0 var(--radius-md);color:var(--text-secondary);white-space:nowrap;border-right:none;align-items:center;padding:0 .75rem;font-size:.78rem;font-weight:700;display:flex}.auth-module__Iay1tq__phoneWrap input{border-radius:0 var(--radius-md) var(--radius-md) 0}.auth-module__Iay1tq__field select{width:100%;padding:.75rem var(--space-md);border:1.5px solid var(--border-card);border-radius:var(--radius-md);color:var(--text-primary);background:var(--bg-card);cursor:pointer;transition:border-color var(--t-base), box-shadow var(--t-base);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem;font-family:inherit;font-size:.78rem;font-weight:500}.auth-module__Iay1tq__field select:hover{border-color:var(--accent-glow)}.auth-module__Iay1tq__field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.auth-module__Iay1tq__field select:disabled{opacity:.5;cursor:not-allowed}.auth-module__Iay1tq__field{flex-direction:column;gap:.375rem;display:flex}.auth-module__Iay1tq__field label{color:var(--text-secondary);letter-spacing:.01em;font-size:.75rem;font-weight:700}.auth-module__Iay1tq__required{color:var(--error);margin-left:.125rem}.auth-module__Iay1tq__field input{width:100%;padding:.75rem var(--space-md);border:1.5px solid var(--border-card);border-radius:var(--radius-md);color:var(--text-primary);background:var(--bg-card);transition:border-color var(--t-base), box-shadow var(--t-base);font-family:inherit;font-size:.8rem;font-weight:500}.auth-module__Iay1tq__field input:hover{border-color:var(--accent-glow)}.auth-module__Iay1tq__field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.auth-module__Iay1tq__field input::placeholder{color:var(--text-muted);font-weight:400}.auth-module__Iay1tq__pwWrap{position:relative}.auth-module__Iay1tq__pwWrap input{padding-right:3rem}.auth-module__Iay1tq__pwToggle{cursor:pointer;color:var(--text-muted);transition:color var(--t-fast);background:0 0;border:none;padding:.25rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-module__Iay1tq__pwToggle:hover{color:var(--accent)}.auth-module__Iay1tq__pwToggle svg{width:1.125rem;height:1.125rem}.auth-module__Iay1tq__row{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.auth-module__Iay1tq__checkbox{align-items:center;gap:var(--space-sm);cursor:pointer;display:flex}.auth-module__Iay1tq__checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.auth-module__Iay1tq__checkbox span{color:var(--text-secondary);font-size:.75rem;font-weight:500}.auth-module__Iay1tq__forgot{color:var(--accent);transition:color var(--t-fast);font-size:.75rem;font-weight:600}.auth-module__Iay1tq__forgot:hover{color:var(--accent-light)}.auth-module__Iay1tq__btn{width:100%;padding:.875rem var(--space-lg);border-radius:var(--radius-md);background:linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);color:var(--text-on-dark);letter-spacing:-.01em;cursor:pointer;transition:transform var(--t-base), box-shadow var(--t-base);box-shadow:0 4px 14px var(--shadow-glow);justify-content:center;align-items:center;gap:var(--space-sm);border:none;font-family:inherit;font-size:.85rem;font-weight:800;display:flex}.auth-module__Iay1tq__btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #1a56db66}.auth-module__Iay1tq__btn:active{transform:translateY(0)}.auth-module__Iay1tq__btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-module__Iay1tq__btn svg{width:1.125rem;height:1.125rem}.auth-module__Iay1tq__legal{color:var(--text-muted);margin-top:var(--space-xs);font-size:.65rem;line-height:1.7}.auth-module__Iay1tq__legal a{color:var(--accent);text-underline-offset:2px;font-weight:600;text-decoration:underline}.auth-module__Iay1tq__legal a:hover{color:var(--accent-light)}.auth-module__Iay1tq__bottom{text-align:center;margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--border-subtle);color:var(--text-muted);font-size:.8rem}.auth-module__Iay1tq__bottom a{color:var(--accent);transition:color var(--t-fast);font-weight:700}.auth-module__Iay1tq__bottom a:hover{color:var(--accent-light)}.auth-module__Iay1tq__success{text-align:center;padding:var(--space-xl) 0}.auth-module__Iay1tq__successIcon{border-radius:var(--radius-full);background:var(--success-bg);width:3.5rem;height:3.5rem;color:var(--success);justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.auth-module__Iay1tq__successIcon svg{width:1.5rem;height:1.5rem}.auth-module__Iay1tq__success h2{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.125rem;font-weight:800}.auth-module__Iay1tq__success p{color:var(--text-muted);font-size:.8rem;line-height:1.6}.auth-module__Iay1tq__success h2.auth-module__Iay1tq__errorTitle{color:var(--error)}.auth-module__Iay1tq__successIcon.auth-module__Iay1tq__verifyingIcon{background:var(--accent-glow);color:var(--accent-light);animation:1.5s linear infinite auth-module__Iay1tq__authSpin}.auth-module__Iay1tq__successIcon.auth-module__Iay1tq__errorIcon{background:var(--error-bg);color:var(--error)}.auth-module__Iay1tq__successBottom{margin-top:var(--space-lg)}.auth-module__Iay1tq__alert{border-radius:var(--radius-md);background:var(--error-a8);border:1px solid var(--error-a15);color:var(--error);margin-bottom:var(--space-md);align-items:center;gap:.625rem;padding:.75rem 1rem;font-size:.78rem;font-weight:600;line-height:1.5;display:flex}.auth-module__Iay1tq__alert svg{flex-shrink:0}.auth-module__Iay1tq__infoSide{padding:var(--space-2xl) 2.5rem;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.auth-module__Iay1tq__infoSide:before{content:"";background:radial-gradient(circle, var(--accent-a12) 0%, transparent 70%);pointer-events:none;width:40rem;height:40rem;position:absolute;top:-50%;right:-30%}.auth-module__Iay1tq__infoSide:after{content:"";pointer-events:none;background:radial-gradient(circle,#6366f114 0%,#0000 70%);width:30rem;height:30rem;position:absolute;bottom:-30%;left:-20%}.auth-module__Iay1tq__infoContent{z-index:var(--z-base);max-width:28rem;margin:0 auto;position:relative}.auth-module__Iay1tq__infoTitle{color:var(--text-on-dark);letter-spacing:-.02em;margin-bottom:.375rem;font-size:1.25rem;font-weight:800}.auth-module__Iay1tq__infoDesc{color:var(--text-slate);margin-bottom:var(--space-xl);font-size:.75rem;line-height:1.6}.auth-module__Iay1tq__announceList{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.auth-module__Iay1tq__announceCard{padding:var(--space-md) 1.125rem;border-radius:var(--radius-lg);background:var(--white-a5);border:1px solid var(--white-a5);transition:background var(--t-base), border-color var(--t-base), transform var(--t-base);gap:.875rem;display:flex}.auth-module__Iay1tq__announceCard:hover{background:#ffffff12;border-color:#3b82f633;transform:translate(4px)}.auth-module__Iay1tq__announceBody{flex:1;min-width:0}.auth-module__Iay1tq__announceDate{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.6rem;font-weight:600}.auth-module__Iay1tq__announceTitle{color:var(--text-on-dark);font-size:.75rem;font-weight:700;line-height:1.4}.auth-module__Iay1tq__trustGrid{grid-template-columns:1fr 1fr 1fr;gap:.75rem;display:grid}.auth-module__Iay1tq__trustCard{text-align:center;padding:var(--space-md) .75rem;border-radius:var(--radius-lg);background:var(--white-a5);border:1px solid var(--white-a5);transition:background var(--t-base), border-color var(--t-base)}.auth-module__Iay1tq__trustCard:hover{background:var(--white-a5);border-color:var(--accent-glow)}.auth-module__Iay1tq__trustIcon{margin-bottom:var(--space-sm);font-size:1.25rem}.auth-module__Iay1tq__trustLabel{color:#cbd5e1;letter-spacing:.01em;font-size:.65rem;font-weight:700}.auth-module__Iay1tq__trustValue{color:var(--text-muted);margin-top:.125rem;font-size:.6rem}.auth-module__Iay1tq__spinner{border:2px solid var(--white-a30);border-top-color:var(--text-on-dark);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite auth-module__Iay1tq__authSpin}@keyframes auth-module__Iay1tq__authSpin{to{transform:rotate(360deg)}}@media (max-width:1024px){.auth-module__Iay1tq__infoContent{max-width:24rem}}@media (max-width:768px){.auth-module__Iay1tq__authLayout{grid-template-columns:1fr}.auth-module__Iay1tq__infoSide{display:none}.auth-module__Iay1tq__formSide{padding:var(--space-xl) 1.25rem}.auth-module__Iay1tq__logo{margin-bottom:var(--space-xl);position:relative;top:auto;left:auto}.auth-module__Iay1tq__card{max-width:100%}.auth-module__Iay1tq__field input,.auth-module__Iay1tq__card input,.auth-module__Iay1tq__card select,.auth-module__Iay1tq__card textarea{font-size:16px!important}}@media (max-width:480px){.auth-module__Iay1tq__formSide{padding:var(--space-lg) .75rem}.auth-module__Iay1tq__tabBtn{padding:.5rem .25rem;font-size:.72rem}}.auth-module__Iay1tq__successIconGreen{background:var(--success-bg);color:var(--success)}.auth-module__Iay1tq__linkReset{color:var(--text-on-dark);text-decoration:none}.auth-module__Iay1tq__otpInputStyle{text-align:center;letter-spacing:.2em;font-size:1.25rem;font-weight:700}.auth-module__Iay1tq__halfOpacity{opacity:.5}.auth-module__Iay1tq__captionSlate{color:var(--text-slate);font-size:.75rem}.auth-module__Iay1tq__captionMuted{color:var(--text-muted);margin-top:1rem;font-size:.72rem}.auth-module__Iay1tq__alertSuccess{background:var(--success-a8);border:1px solid var(--success-a15);color:var(--success-text);border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.72rem;font-weight:600;display:flex}.auth-module__Iay1tq__errorText{color:var(--error,#ef4444);margin-top:.25rem;font-size:.68rem;font-weight:600;display:block}a.auth-module__Iay1tq__btn:link,a.auth-module__Iay1tq__btn:visited,a.auth-module__Iay1tq__linkReset:link,a.auth-module__Iay1tq__linkReset:visited{color:var(--text-on-dark)}
.PhoneInput-module__RHs6mG__wrap{align-items:stretch;gap:6px;display:flex}.PhoneInput-module__RHs6mG__select{border:1.5px solid var(--border-card);border-radius:var(--radius-md);background:var(--bg-elevated);max-width:150px;color:var(--text-primary);flex:none;padding:0 .4rem;font-size:.85rem}.PhoneInput-module__RHs6mG__input{flex:auto;min-width:0}@media (max-width:480px){.PhoneInput-module__RHs6mG__wrap{flex-direction:column;gap:8px}.PhoneInput-module__RHs6mG__select{width:100%;max-width:none;padding:.7rem .6rem}.PhoneInput-module__RHs6mG__input{width:100%}}
.CartToast-module__qFRYlG__backdrop{z-index:1200;animation:CartToast-module__qFRYlG__cartToastFade var(--t-fast,.15s) ease-out;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CartToast-module__qFRYlG__dialog{background:var(--bg-card);width:min(92vw,440px);color:var(--text-primary);border:1px solid var(--border-card);animation:CartToast-module__qFRYlG__cartToastIn var(--t-base,.25s) ease-out;border-radius:14px;flex-direction:column;gap:.9rem;padding:1.25rem 1.4rem;font-size:.9rem;line-height:1.5;display:flex;position:relative;box-shadow:0 20px 60px #00000040}.CartToast-module__qFRYlG__row{align-items:flex-start;gap:.7rem;display:flex}.CartToast-module__qFRYlG__icon{color:var(--error);flex-shrink:0;margin-top:.1rem}.CartToast-module__qFRYlG__close{color:var(--text-muted);cursor:pointer;transition:color var(--t-fast,.15s) ease;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:.6rem;right:.6rem}.CartToast-module__qFRYlG__close:hover{color:var(--text-primary)}.CartToast-module__qFRYlG__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.CartToast-module__qFRYlG__actions{justify-content:flex-end;gap:.5rem;display:flex}.CartToast-module__qFRYlG__btn{cursor:pointer;border:1px solid var(--border-card);color:var(--text-secondary);transition:background-color var(--t-fast,.15s) ease, color var(--t-fast,.15s) ease;background:0 0;border-radius:8px;padding:.5rem .95rem;font-size:.82rem;font-weight:600}.CartToast-module__qFRYlG__btn:hover{color:var(--text-primary)}.CartToast-module__qFRYlG__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.CartToast-module__qFRYlG__btnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.CartToast-module__qFRYlG__btnPrimary:hover{background:var(--accent-dark,var(--accent));color:#fff}@keyframes CartToast-module__qFRYlG__cartToastIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes CartToast-module__qFRYlG__cartToastFade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.CartToast-module__qFRYlG__backdrop,.CartToast-module__qFRYlG__dialog{animation:none}}
.siparis-module__SDqaHq__wrapper{max-width:1140px;margin:0 auto;padding:9.5rem 1.25rem 4rem}.siparis-module__SDqaHq__loadingBox{min-height:40vh;color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;font-size:.82rem;display:flex}.siparis-module__SDqaHq__spin{animation:1s linear infinite siparis-module__SDqaHq__sipSpin}@keyframes siparis-module__SDqaHq__sipSpin{to{transform:rotate(360deg)}}.siparis-module__SDqaHq__stepActive{background:var(--accent);color:var(--text-on-dark)}.siparis-module__SDqaHq__twoCol{grid-template-columns:1fr 360px;align-items:start;gap:1.25rem;display:grid}.siparis-module__SDqaHq__colLeft{flex-direction:column;gap:.875rem;min-width:0;display:flex}.siparis-module__SDqaHq__colRight{min-width:0;position:sticky;top:9.5rem}.siparis-module__SDqaHq__card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-card);box-shadow:var(--shadow-md);padding:1.75rem}.siparis-module__SDqaHq__cardTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:1.15rem;font-weight:900}.siparis-module__SDqaHq__cardDesc{color:var(--text-muted);margin:0 0 1.5rem;font-size:.78rem;line-height:1.5}.siparis-module__SDqaHq__domainSearch{gap:.5rem;margin-bottom:1.25rem;display:flex}.siparis-module__SDqaHq__domainInput{border-radius:var(--radius-md);border:1.5px solid var(--border-card);background:var(--bg-base);color:var(--text-primary);transition:border-color var(--t-fast);outline:none;flex:1;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.siparis-module__SDqaHq__domainInput:focus{border-color:var(--accent)}.siparis-module__SDqaHq__domainInput::placeholder{color:var(--text-muted);font-weight:500}.siparis-module__SDqaHq__domainBtn{border-radius:var(--radius-md);background:var(--accent);color:var(--text-on-dark);cursor:pointer;white-space:nowrap;transition:background var(--t-fast);border:none;align-items:center;gap:.4rem;padding:0 1.25rem;font-size:.78rem;font-weight:700;display:flex}.siparis-module__SDqaHq__domainBtn:hover{background:var(--accent-hover)}.siparis-module__SDqaHq__domainBtn:disabled{opacity:.5;cursor:not-allowed}.siparis-module__SDqaHq__resultHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.siparis-module__SDqaHq__domainCode{color:var(--text-primary);font-size:.92rem;font-weight:800;font-family:var(--font-mono)}.siparis-module__SDqaHq__badgeMüsait{color:var(--success);background:var(--success-bg);border-radius:var(--radius-full);padding:.2rem .5rem;font-size:.65rem;font-weight:700}.siparis-module__SDqaHq__badgeKayıtlı{color:var(--error);background:var(--error-bg);border-radius:var(--radius-full);padding:.2rem .5rem;font-size:.65rem;font-weight:700}.siparis-module__SDqaHq__iconSuccess{color:var(--success)}.siparis-module__SDqaHq__optionRadio{border:2px solid var(--border-card);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.siparis-module__SDqaHq__optionTitle{color:var(--text-primary);font-size:.82rem;font-weight:800}.siparis-module__SDqaHq__optionDesc{color:var(--text-muted);margin-top:.1rem;font-size:.65rem}.siparis-module__SDqaHq__optionPrice{text-align:right;color:var(--text-primary);flex-shrink:0;align-items:center;gap:.375rem;font-size:.82rem;font-weight:800;display:flex}.siparis-module__SDqaHq__optionPrice small{color:var(--text-muted);font-size:.55rem;font-weight:600;display:block}.siparis-module__SDqaHq__optionPriceFree{text-align:right;color:var(--success);flex-shrink:0;font-size:.82rem;font-weight:800}.siparis-module__SDqaHq__optionPriceFree small{color:var(--text-muted);font-size:.55rem;font-weight:600;display:block}.siparis-module__SDqaHq__nsTitle{color:var(--text-secondary);margin:0 0 .375rem;font-size:.72rem;font-weight:700}.siparis-module__SDqaHq__configLeft{align-items:center;gap:.625rem;display:flex}.siparis-module__SDqaHq__summaryCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-card);box-shadow:var(--shadow-md);padding:1.25rem}.siparis-module__SDqaHq__upsellIcon{color:var(--warning);flex-shrink:0}.siparis-module__SDqaHq__upsellDesc{color:var(--warning-hover);font-size:.58rem}.siparis-module__SDqaHq__totalRow{color:var(--text-muted);justify-content:space-between;margin-bottom:.2rem;font-size:.7rem;display:flex}.siparis-module__SDqaHq__btnPrimary,.siparis-module__SDqaHq__btnSuccess{border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--t-fast), color var(--t-fast), box-shadow var(--t-fast);border:none;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.75rem 1.5rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.siparis-module__SDqaHq__cardFooter{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.25rem;display:flex}.siparis-module__SDqaHq__upsellGrid{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.siparis-module__SDqaHq__upsellCard{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-md,.75rem);cursor:pointer;transition:border-color var(--t-fast), background-color var(--t-fast), transform var(--t-fast);text-align:left;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:relative}.siparis-module__SDqaHq__upsellCard:hover{border-color:var(--accent);background:#2563eb03;transform:translateY(-1px)}.siparis-module__SDqaHq__upsellCardActive{border-color:var(--accent);background:linear-gradient(135deg,#2563eb05,#3b82f60a);box-shadow:0 4px 15px #2563eb0f;}.siparis-module__SDqaHq__upsellLeft{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.siparis-module__SDqaHq__upsellIconWrap{background:linear-gradient(135deg, var(--accent-glow), var(--accent-glow));width:2.5rem;height:2.5rem;color:var(--accent);transition:background-color var(--t-fast), color var(--t-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.siparis-module__SDqaHq__upsellCardActive .siparis-module__SDqaHq__upsellIconWrap{background:linear-gradient(135deg, var(--accent-glow), var(--accent-glow));color:var(--accent-hover)}.siparis-module__SDqaHq__upsellInfo{flex:1;min-width:0}.siparis-module__SDqaHq__upsellName{color:var(--text-primary);margin:0;font-size:.88rem;font-weight:700}.siparis-module__SDqaHq__upsellDesc{color:var(--text-muted);margin-top:.15rem;font-size:.74rem;line-height:1.45}.siparis-module__SDqaHq__upsellRight{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.siparis-module__SDqaHq__upsellPriceTag{color:var(--accent);align-items:baseline;gap:.15rem;font-size:1.05rem;font-weight:800;display:flex}.siparis-module__SDqaHq__upsellPriceTag small{color:var(--text-muted);font-size:.65rem;font-weight:500}.siparis-module__SDqaHq__upsellToggle{border-radius:var(--radius-lg);background:var(--border-light);width:44px;height:24px;transition:background var(--t-base);position:relative}.siparis-module__SDqaHq__upsellToggleOn{background:var(--primary,var(--accent));}.siparis-module__SDqaHq__upsellToggle:after,.siparis-module__SDqaHq__upsellToggleOn:after{content:"";background:var(--bg-card);width:18px;height:18px;transition:transform var(--t-base);box-shadow:var(--shadow-sm);border-radius:50%;position:absolute;top:3px;left:3px}.siparis-module__SDqaHq__upsellToggleOn:after{transform:translate(20px)}.siparis-module__SDqaHq__upsellPills{flex-wrap:wrap;justify-content:flex-start;gap:.4rem;width:100%;margin-top:.5rem;display:flex}.siparis-module__SDqaHq__upsellPill{border-radius:var(--radius-full);border:1.5px solid var(--border-light);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:border-color var(--t-fast), color var(--t-fast), background-color var(--t-fast);white-space:nowrap;padding:.35rem .7rem;font-size:.7rem;font-weight:600}.siparis-module__SDqaHq__upsellPill:hover{border-color:var(--primary,var(--accent));color:var(--primary,var(--accent));background:#2563eb0a}.siparis-module__SDqaHq__upsellPillActive{border-color:var(--primary,var(--accent));background:var(--primary,var(--accent));color:var(--text-on-dark);}.siparis-module__SDqaHq__upsellPillPrice{opacity:.8;margin-left:.15rem;font-size:.6rem;font-weight:500}@media (max-width:640px){.siparis-module__SDqaHq__upsellCard{flex-wrap:wrap;gap:.75rem;padding:.875rem 1rem}.siparis-module__SDqaHq__upsellLeft{flex:100%}.siparis-module__SDqaHq__upsellRight{flex:100%;justify-content:space-between;padding-left:3.5rem}.siparis-module__SDqaHq__upsellRow{flex-wrap:wrap;gap:.5rem}}.siparis-module__SDqaHq__includedSection{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:1.5rem}.siparis-module__SDqaHq__includedTitle{color:var(--text-primary);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.84rem;font-weight:700;display:flex}.siparis-module__SDqaHq__includedGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.siparis-module__SDqaHq__includedCard{background:linear-gradient(135deg, var(--bg-card), var(--text-on-dark));border:1.5px solid var(--border-light);border-radius:var(--radius-md,.75rem);text-align:center;transition:transform var(--t-fast), border-color var(--t-fast), box-shadow var(--t-fast);flex-direction:column;align-items:center;padding:1.25rem 1rem;display:flex;position:relative}.siparis-module__SDqaHq__includedCard:hover{border-color:var(--success);transform:translateY(-2px);box-shadow:0 4px 15px #16a34a0f}.siparis-module__SDqaHq__includedIconWrap{background:linear-gradient(135deg, #10b9810a, var(--success-bg));width:2.75rem;height:2.75rem;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex;box-shadow:0 2px 8px #16a34a14}.siparis-module__SDqaHq__includedLabel{color:var(--text-primary);margin-bottom:.25rem;font-size:.8rem;font-weight:700}.siparis-module__SDqaHq__includedNote{color:var(--text-muted);flex:1;margin-bottom:.5rem;font-size:.68rem;line-height:1.4}.siparis-module__SDqaHq__freeBadge{color:var(--success);border-radius:var(--radius-full);letter-spacing:.02em;background:#16a34a14;border:1px solid #16a34a26;align-items:center;gap:.25rem;padding:.15rem .55rem;font-size:.62rem;font-weight:700;display:inline-flex}@media (max-width:768px){.siparis-module__SDqaHq__twoCol{grid-template-columns:1fr}.siparis-module__SDqaHq__colRight{position:static}.siparis-module__SDqaHq__upsellGrid,.siparis-module__SDqaHq__includedGrid{grid-template-columns:1fr}}@media (max-width:640px){.siparis-module__SDqaHq__wrapper{padding:8.5rem 1rem 3rem}.siparis-module__SDqaHq__domainSearch{flex-direction:column}.siparis-module__SDqaHq__domainBtn{justify-content:center;padding:.7rem}.siparis-module__SDqaHq__optionCard,.siparis-module__SDqaHq__optionRadio{grid-area:1/1/span 2;align-self:center}.siparis-module__SDqaHq__optionContent{grid-area:1/3}.siparis-module__SDqaHq__optionPrice,.siparis-module__SDqaHq__optionPriceFree{text-align:left;grid-area:2/3;margin-top:.15rem}.siparis-module__SDqaHq__nsCodes span{display:none}.siparis-module__SDqaHq__nsCodes code{text-align:center;width:100%}}.siparis-module__SDqaHq__cycleTabs{border:1px solid var(--border-card);border-radius:var(--radius-md);background:var(--bg-card);margin-top:.5rem;display:flex;overflow:hidden}.siparis-module__SDqaHq__cycleBtn{border:none;border-right:1px solid var(--border-card);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:background-color var(--t-fast), color var(--t-fast);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:.75rem .5rem;font-size:.78rem;font-weight:600;display:flex}.siparis-module__SDqaHq__cycleBtn:last-child{border-right:none}.siparis-module__SDqaHq__cycleBtn:hover{background:var(--bg-base)}.siparis-module__SDqaHq__cycleActive{background:var(--accent);color:var(--text-on-dark);}.siparis-module__SDqaHq__cycleActive:hover{background:var(--accent-hover)}.siparis-module__SDqaHq__cycleDiscount{border-radius:var(--radius-sm);background:var(--success);color:var(--text-on-dark);margin-top:.25rem;padding:.1rem .35rem;font-size:.58rem;font-weight:800}.siparis-module__SDqaHq__cycleActive .siparis-module__SDqaHq__cycleDiscount{background:var(--white-a25);color:var(--text-on-dark)}.siparis-module__SDqaHq__summary{border-radius:var(--radius-lg);border:1px solid var(--border-card);box-shadow:var(--shadow-md);background:var(--bg-card);overflow:hidden}.siparis-module__SDqaHq__summaryHeader{background:var(--bg-dark);color:var(--text-on-dark);text-align:left;padding:.85rem 1.25rem;font-size:.85rem;font-weight:700}.siparis-module__SDqaHq__summaryBody{background:var(--bg-card);text-align:left;padding:1.25rem}.siparis-module__SDqaHq__sumRow{color:var(--text-primary);justify-content:space-between;align-items:flex-start;padding:.4rem 0;font-size:.78rem;display:flex}.siparis-module__SDqaHq__sumName{color:var(--text-primary);font-weight:700}.siparis-module__SDqaHq__sumMeta{color:var(--text-muted);margin-top:.1rem;font-size:.65rem}.siparis-module__SDqaHq__summaryDetailRow{color:var(--text-secondary);justify-content:space-between;align-items:flex-start;gap:12px;padding:.25rem 0;font-size:.76rem;display:flex}.siparis-module__SDqaHq__summaryDetailLeft{text-align:left;align-items:flex-start;display:flex}.siparis-module__SDqaHq__summaryDetailBullet{color:var(--accent-light);font-weight:700;font-family:var(--font-mono);flex-shrink:0;margin-right:6px}.siparis-module__SDqaHq__summaryDetailLabel{color:var(--text-secondary);font-weight:400}.siparis-module__SDqaHq__summaryDetailValue{color:var(--text-primary);font-weight:600}.siparis-module__SDqaHq__summaryDetailRight{color:var(--text-primary);white-space:nowrap;text-align:right;flex-shrink:0;font-weight:700}.siparis-module__SDqaHq__summaryDivider{background:var(--border-subtle);height:1px;margin:1rem 0}.siparis-module__SDqaHq__summaryTotal{color:var(--text-muted);border-top:1px solid var(--border-subtle);justify-content:space-between;padding:.35rem 0;font-size:.72rem;display:flex}.siparis-module__SDqaHq__summaryBtnWrap{width:100%}.siparis-module__SDqaHq__summaryBtnSuccess{border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--t-fast);background:var(--success);width:100%;color:var(--text-on-dark);border:none;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.5rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.siparis-module__SDqaHq__summaryBtnSuccess:hover{opacity:.9}.siparis-module__SDqaHq__domainResultCard{border:1px solid var(--border-card);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-sm);border:1px solid var(--border-card);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-sm);flex-direction:column;gap:.5rem;margin-top:1.25rem;padding:.5rem;display:flex;overflow:hidden}.siparis-module__SDqaHq__optionIntro{color:var(--text-secondary);padding:.6rem .8rem .25rem;font-size:.8rem;font-weight:700}.siparis-module__SDqaHq__optionRow{border:1.5px solid var(--border-light);border-radius:var(--radius-md,.75rem);background:var(--bg-card);transition:border-color var(--t-fast), background-color var(--t-fast), transform var(--t-fast);cursor:pointer;align-items:stretch;display:flex;overflow:hidden}.siparis-module__SDqaHq__optionRow:hover{border-color:var(--accent);background:#2563eb03;transform:translateY(-1px)}.siparis-module__SDqaHq__optionRowActive{border-color:var(--accent);background:linear-gradient(135deg,#2563eb05,#3b82f60a);box-shadow:0 4px 15px #2563eb0f;}.siparis-module__SDqaHq__optionLeft{flex:1;align-items:flex-start;gap:.75rem;min-width:0;padding:1.25rem;display:flex}.siparis-module__SDqaHq__optionDivider{background:var(--border-light);flex-shrink:0;width:1px;margin:1rem 0}.siparis-module__SDqaHq__optionRowActive .siparis-module__SDqaHq__optionDivider{background:#2563eb33}.siparis-module__SDqaHq__optionRight{background:#00000003;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;width:220px;padding:1.25rem;display:flex}.siparis-module__SDqaHq__optionRowActive .siparis-module__SDqaHq__optionRight{background:#2563eb05}.siparis-module__SDqaHq__radioCircle{border:2px solid var(--text-muted,var(--text-muted));width:18px;height:18px;transition:border-color var(--t-fast), background-color var(--t-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.siparis-module__SDqaHq__optionRowActive .siparis-module__SDqaHq__radioCircle{border-color:var(--accent);background:var(--bg-card)}.siparis-module__SDqaHq__radioDot{background:var(--accent);border-radius:50%;width:8px;height:8px}.siparis-module__SDqaHq__optionContent{flex:1;min-width:0}.siparis-module__SDqaHq__optionTitle{color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;display:flex}.siparis-module__SDqaHq__optionDesc{color:var(--text-muted);margin-top:.35rem;font-size:.74rem;line-height:1.5}.siparis-module__SDqaHq__optionNsBlock{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.siparis-module__SDqaHq__optionNsItem{background:var(--bg-elevated);border-radius:var(--radius-sm);font-size:.68rem;font-family:var(--font-mono);color:var(--text-secondary);border:1px solid var(--border-light);align-items:center;padding:.2rem .5rem;font-weight:700;display:inline-flex}.siparis-module__SDqaHq__optionTransferInputBlock{flex-direction:column;gap:.4rem;width:100%;max-width:280px;margin-top:.75rem;display:flex}.siparis-module__SDqaHq__transferInput{border-radius:var(--radius-md);border:1.5px solid var(--border-card);color:var(--text-primary);background:var(--bg-card);transition:border-color var(--t-fast);outline:none;width:100%;padding:.45rem .65rem;font-size:.76rem;font-weight:600}.siparis-module__SDqaHq__transferInput:focus{border-color:var(--accent)}.siparis-module__SDqaHq__transferCheckboxLabel{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.7rem;display:flex}.siparis-module__SDqaHq__transferCheckbox{accent-color:var(--accent)}.siparis-module__SDqaHq__optionPrice{color:var(--text-primary);font-size:1.05rem;font-weight:800}.siparis-module__SDqaHq__optionPrice small{color:var(--text-muted);font-size:.65rem;font-weight:500}.siparis-module__SDqaHq__optionPriceFree{color:var(--success);border-radius:var(--radius-full);background:#16a34a14;border:1px solid #16a34a26;padding:.15rem .5rem;font-size:.8rem;font-weight:800;display:inline-block}@media (max-width:768px){.siparis-module__SDqaHq__optionRow{flex-direction:column;align-items:stretch}.siparis-module__SDqaHq__optionDivider{display:none}.siparis-module__SDqaHq__optionRight{border-top:1px solid var(--border-light);background:#00000001;width:100%}.siparis-module__SDqaHq__includedGrid{grid-template-columns:1fr}}.siparis-module__SDqaHq__sumRowBlock{border-bottom:none;padding-bottom:.4rem;display:block}.siparis-module__SDqaHq__sumNameLg{color:var(--text-primary);font-size:.88rem;font-weight:700}.siparis-module__SDqaHq__sumDetailCol{flex-direction:column;gap:2px;padding-bottom:.5rem;display:flex}.siparis-module__SDqaHq__sumRightFree{color:var(--success);font-weight:700}.siparis-module__SDqaHq__sumTotalMuted{color:var(--text-muted);border-top:none;padding-top:0;font-size:.8rem}.siparis-module__SDqaHq__sumTotalFinal{color:var(--text-primary);font-size:1rem;font-weight:900}.siparis-module__SDqaHq__sumTotalAccent{color:var(--accent);border-top:none;padding-top:0;font-size:.9rem}.siparis-module__SDqaHq__sumBtnSpaced{margin-top:1rem}.siparis-module__SDqaHq__sumBtnFlex{justify-content:center;text-decoration:none;display:flex}.siparis-module__SDqaHq__smallDiscount{opacity:.8;margin-top:2px;font-size:.65rem;font-weight:700;display:block}.siparis-module__SDqaHq__optTitleSuccess{color:var(--success)}.siparis-module__SDqaHq__grandTotalRow{justify-content:space-between;align-items:flex-start;margin-top:.5rem;display:flex}.siparis-module__SDqaHq__subOptionDesc{color:var(--text-muted);padding-left:1rem;font-size:.62rem;display:block}.siparis-module__SDqaHq__upsellColumnLayout{cursor:default;flex-direction:column;align-items:stretch}.siparis-module__SDqaHq__upsellRow{justify-content:space-between;align-items:center;width:100%;display:flex}.siparis-module__SDqaHq__whiteSpaceNormal{white-space:normal}.siparis-module__SDqaHq__domainBlockedNotice{border:1.5px solid var(--warning);border-radius:var(--radius-md,.75rem);background:var(--warning-bg);border-left-width:4px;padding:1rem 1.15rem}.siparis-module__SDqaHq__domainBlockedTitle{color:var(--text-primary);font-size:.9rem;font-weight:800}.siparis-module__SDqaHq__domainBlockedDesc{color:var(--text-secondary);margin-top:.4rem;font-size:.78rem;line-height:1.55}.siparis-module__SDqaHq__domainBlockedBtn{border-radius:var(--radius-md);background:var(--accent);color:var(--text-on-dark);transition:background var(--t-fast);align-items:center;gap:.4rem;margin-top:.9rem;padding:.6rem 1.1rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.siparis-module__SDqaHq__domainBlockedBtn:hover{background:var(--accent-hover)}
.sepet-module__wjD9cq__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.sepet-module__wjD9cq__title{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 .15rem;font-size:1.35rem;font-weight:900}.sepet-module__wjD9cq__subtitle{color:var(--text-muted);margin:0;font-size:.72rem;font-weight:600}.sepet-module__wjD9cq__continueLink{color:var(--accent);border-radius:var(--radius-md);transition:background var(--t-fast);align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.sepet-module__wjD9cq__continueLink:hover{background:var(--accent-glow)}.sepet-module__wjD9cq__cartItem{background:var(--bg-card);border:1.5px solid var(--border-card);border-radius:var(--radius-lg);transition:border-color var(--t-fast), box-shadow var(--t-fast);padding:1.25rem 1.5rem}.sepet-module__wjD9cq__cartItem:hover{border-color:var(--accent-a12);box-shadow:var(--shadow-sm)}.sepet-module__wjD9cq__itemTop{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.sepet-module__wjD9cq__itemInfo{flex:1;min-width:0}.sepet-module__wjD9cq__itemNameRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.sepet-module__wjD9cq__itemName{color:var(--text-primary);letter-spacing:-.01em;word-break:break-word;overflow-wrap:break-word;margin:0;font-size:.92rem;font-weight:800}.sepet-module__wjD9cq__cycleBadge{border-radius:var(--radius-sm);background:var(--bg-dark);color:var(--text-on-dark);letter-spacing:.06em;align-items:center;padding:.15rem .5rem;font-size:.52rem;font-weight:800;display:inline-flex}.sepet-module__wjD9cq__itemConfigs{color:var(--text-muted);margin:0 0 .5rem;font-size:.7rem;font-weight:600;line-height:1.6}.sepet-module__wjD9cq__itemActions{align-items:center;gap:.75rem;display:flex}.sepet-module__wjD9cq__actionLink{color:var(--accent);cursor:pointer;transition:color var(--t-fast);background:0 0;border:none;padding:0;font-family:inherit;font-size:.65rem;font-weight:700}.sepet-module__wjD9cq__actionLink:hover{color:var(--accent-hover)}.sepet-module__wjD9cq__itemPriceBlock{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.15rem;display:flex}.sepet-module__wjD9cq__priceLabel{letter-spacing:.08em;color:var(--accent);text-transform:uppercase;font-size:.52rem;font-weight:800}.sepet-module__wjD9cq__priceAmount{color:var(--text-primary);letter-spacing:-.02em;font-size:1.15rem;font-weight:900}.sepet-module__wjD9cq__summaryCard{background:var(--bg-card);border:1.5px solid var(--border-card);border-radius:var(--radius-lg);padding:1.5rem}.sepet-module__wjD9cq__summaryTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 1.25rem;font-size:.95rem;font-weight:900}.sepet-module__wjD9cq__summaryRows{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.sepet-module__wjD9cq__summaryRow{color:var(--text-secondary);justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.sepet-module__wjD9cq__summaryRow span:last-child{font-weight:700}.sepet-module__wjD9cq__summaryGrandRow{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;padding-top:1rem;display:flex}.sepet-module__wjD9cq__grandLabel{color:var(--text-primary);font-size:.82rem;font-weight:800}.sepet-module__wjD9cq__grandPriceBlock{text-align:right}.sepet-module__wjD9cq__grandPrice{color:var(--text-primary);letter-spacing:-.03em;font-size:1.5rem;font-weight:900;line-height:1.1;display:block}.sepet-module__wjD9cq__grandCycle{color:var(--text-muted);letter-spacing:.04em;font-size:.62rem;font-weight:700}.sepet-module__wjD9cq__promoRow{gap:.5rem;margin-bottom:1rem;display:flex}.sepet-module__wjD9cq__promoInput{border:1.5px solid var(--border-card);border-radius:var(--radius-md);width:100%;min-width:0;color:var(--text-primary);background:var(--bg-card);transition:border-color var(--t-fast), box-shadow var(--t-fast);flex:1;padding:.6rem .75rem;font-family:inherit;font-size:.72rem;font-weight:600}.sepet-module__wjD9cq__promoInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.sepet-module__wjD9cq__promoInput::placeholder{color:var(--text-muted);font-weight:500}.sepet-module__wjD9cq__promoBtn{border:1.5px solid var(--border-card);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:border-color var(--t-fast), color var(--t-fast);white-space:nowrap;padding:.6rem 1rem;font-family:inherit;font-size:.72rem;font-weight:700}.sepet-module__wjD9cq__promoBtn:hover{border-color:var(--text-muted);color:var(--text-primary)}.sepet-module__wjD9cq__checkoutBtn{border-radius:var(--radius-md);background:var(--bg-dark);width:100%;color:var(--text-on-dark);cursor:pointer;transition:background var(--t-fast), transform var(--t-fast);border:none;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.875rem 1.5rem;font-family:inherit;font-size:.8rem;font-weight:800;text-decoration:none;display:flex}.sepet-module__wjD9cq__checkoutBtn:hover{background:var(--bg-dark-mid);transform:translateY(-1px)}.sepet-module__wjD9cq__checkoutBtn:active{transform:translateY(0)}.sepet-module__wjD9cq__securityNote{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);padding:.875rem}.sepet-module__wjD9cq__securityNote strong{letter-spacing:.06em;color:var(--text-primary);margin-bottom:.25rem;font-size:.6rem;font-weight:800;display:block}.sepet-module__wjD9cq__securityNote p{color:var(--text-muted);margin:0;font-size:.62rem;font-weight:500;line-height:1.6}.sepet-module__wjD9cq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.sepet-module__wjD9cq__emptyIcon{color:var(--text-muted);opacity:.1;margin-bottom:1.25rem}.sepet-module__wjD9cq__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:900}.sepet-module__wjD9cq__emptyDesc{color:var(--text-muted);max-width:20rem;margin:0 0 1.5rem;font-size:.78rem;line-height:1.6}.sepet-module__wjD9cq__emptyActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.sepet-module__wjD9cq__emptyBtn{border-radius:var(--radius-md);background:var(--accent);color:var(--text-on-dark);transition:background var(--t-fast);align-items:center;gap:.3rem;padding:.65rem 1.25rem;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex}.sepet-module__wjD9cq__emptyBtn:hover{background:var(--accent-hover)}.sepet-module__wjD9cq__emptyBtnOutline{border-radius:var(--radius-md);border:1.5px solid var(--border-card);color:var(--text-secondary);transition:border-color var(--t-fast), color var(--t-fast);background:0 0;align-items:center;gap:.3rem;padding:.65rem 1.25rem;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex}.sepet-module__wjD9cq__emptyBtnOutline:hover{border-color:var(--text-muted);color:var(--text-primary)}@media (max-width:768px){.sepet-module__wjD9cq__header{flex-direction:column;gap:.75rem}.sepet-module__wjD9cq__cartItem{padding:1rem}.sepet-module__wjD9cq__itemTop{flex-direction:column;gap:.75rem}.sepet-module__wjD9cq__itemPriceBlock{flex-flow:wrap;align-items:center;gap:.35rem .5rem}.sepet-module__wjD9cq__grandPrice{font-size:1.25rem}.sepet-module__wjD9cq__summaryCard{padding:1.25rem 1rem}.sepet-module__wjD9cq__summaryGrandRow{flex-wrap:wrap;gap:.5rem}.sepet-module__wjD9cq__grandPriceBlock{text-align:left}}.sepet-module__wjD9cq__modalBackdrop{z-index:var(--z-toast);background:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.sepet-module__wjD9cq__modalContent{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-xl);max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.sepet-module__wjD9cq__modalClose{cursor:pointer;color:var(--text-muted);transition:color var(--t-fast);background:0 0;border:none;padding:.25rem;position:absolute;top:1.25rem;right:1.25rem}.sepet-module__wjD9cq__modalClose:hover{color:var(--text-primary)}.sepet-module__wjD9cq__modalHeader{margin-bottom:1.25rem}.sepet-module__wjD9cq__modalTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1.1rem;font-weight:900}.sepet-module__wjD9cq__modalDesc{color:var(--text-muted);font-size:.72rem;line-height:1.5}.sepet-module__wjD9cq__modalTabs{background:var(--bg-elevated,var(--bg-elevated));border-radius:var(--radius-lg);gap:.25rem;margin-bottom:1.25rem;padding:.25rem;display:flex}.sepet-module__wjD9cq__modalTab{color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--t-fast), color var(--t-fast), box-shadow var(--t-fast);background:0 0;border:none;flex:1;padding:.5rem;font-family:inherit;font-size:.75rem;font-weight:700}.sepet-module__wjD9cq__modalTabActive{background:var(--bg-card);color:var(--accent);box-shadow:var(--shadow-md)}.sepet-module__wjD9cq__modalForm{flex-direction:column;gap:1rem;display:flex}.sepet-module__wjD9cq__modalField{flex-direction:column;gap:.35rem;display:flex}.sepet-module__wjD9cq__modalField label{color:var(--text-secondary);font-size:.7rem;font-weight:750}.sepet-module__wjD9cq__modalField input{background:var(--bg-card);border:1.5px solid var(--border-card,#0f172a26);border-radius:var(--radius-md);color:var(--text-primary);transition:border-color var(--t-fast);outline:none;padding:.625rem .875rem;font-size:.78rem;font-weight:600}.sepet-module__wjD9cq__modalField input:focus{border-color:var(--accent)}.sepet-module__wjD9cq__modalFieldRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.sepet-module__wjD9cq__pwWrapper{display:flex;position:relative}.sepet-module__wjD9cq__pwWrapper input{width:100%;padding-right:2.5rem}.sepet-module__wjD9cq__pwToggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.sepet-module__wjD9cq__modalSubmit{border-radius:var(--radius-lg);background:var(--accent);width:100%;color:var(--text-on-dark);cursor:pointer;transition:background-color var(--t-fast);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.8rem;font-weight:800;display:flex}.sepet-module__wjD9cq__modalSubmit:hover{background:var(--accent-hover)}.sepet-module__wjD9cq__modalSubmit:disabled{opacity:.6;cursor:not-allowed}.sepet-module__wjD9cq__modalAlert{background:var(--error-a8);border:1px solid var(--error-a15);border-radius:var(--radius-md);color:var(--error,var(--error));align-items:center;gap:.5rem;padding:.65rem .875rem;font-size:.7rem;font-weight:600;display:flex}.sepet-module__wjD9cq__modalLegal{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.64rem;line-height:1.4}.sepet-module__wjD9cq__modalLegal a{color:var(--accent);font-weight:700;text-decoration:none}.sepet-module__wjD9cq__modalLegal a:hover{text-decoration:underline}.sepet-module__wjD9cq__spinner{border:2px solid var(--white-a30);border-top-color:var(--text-on-dark);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite sepet-module__wjD9cq__spin}@keyframes sepet-module__wjD9cq__spin{to{transform:rotate(360deg)}}.sepet-module__wjD9cq__eppContainer{border-top:1px dashed var(--border-subtle);margin-top:.75rem;padding-top:.75rem}.sepet-module__wjD9cq__eppLabel{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.4rem;font-size:.68rem;font-weight:800;display:block}.sepet-module__wjD9cq__eppLabel span{color:var(--error,var(--error))}.sepet-module__wjD9cq__eppInput{width:100%;max-width:320px;font-family:var(--font-mono);border:1.5px solid var(--border-card,#0f172a26);border-radius:var(--radius-md);color:var(--text-primary);background:var(--bg-card);transition:border-color var(--t-fast), box-shadow var(--t-fast);outline:none;padding:.55rem .75rem;font-size:.75rem;font-weight:600}.sepet-module__wjD9cq__eppInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.sepet-module__wjD9cq__eppInput::placeholder{color:var(--text-muted);font-family:inherit;font-weight:500}.sepet-module__wjD9cq__itemConfigsList{flex-direction:column;gap:.35rem;margin-top:.6rem;margin-bottom:.8rem;padding-left:.25rem;display:flex}.sepet-module__wjD9cq__configRow{justify-content:space-between;align-items:flex-start;gap:.5rem;font-size:.74rem;font-weight:600;display:flex}.sepet-module__wjD9cq__configLeft{flex:1;align-items:flex-start;gap:.4rem;min-width:0;display:flex}.sepet-module__wjD9cq__branchChar{color:var(--accent);font-weight:800;font-family:var(--font-mono);margin-top:2px;font-size:.85rem;line-height:1}.sepet-module__wjD9cq__configName{color:var(--text-secondary);word-break:break-word;overflow-wrap:break-word}.sepet-module__wjD9cq__configPrice{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:.72rem;font-weight:700}@media (max-width:480px){.sepet-module__wjD9cq__modalBackdrop{padding:.75rem}.sepet-module__wjD9cq__modalContent{padding:1.25rem}.sepet-module__wjD9cq__modalFieldRow{grid-template-columns:1fr;gap:.75rem}}.sepet-module__wjD9cq__crossSellBox{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--accent-a4), var(--accent-a4));border:1.5px dashed var(--accent-glow);animation:sepet-module__wjD9cq__sepetFadeIn var(--t-base);justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1rem;padding:1.25rem;display:flex}@keyframes sepet-module__wjD9cq__sepetFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.sepet-module__wjD9cq__crossSellTitle{color:var(--accent);align-items:center;gap:.4rem;margin:0 0 .25rem;font-size:.88rem;font-weight:800;display:flex}.sepet-module__wjD9cq__crossSellDesc{color:var(--text-secondary);margin:0;font-size:.76rem;line-height:1.5}.sepet-module__wjD9cq__crossSellPrice{color:var(--text-primary);white-space:nowrap;font-size:1.1rem;font-weight:900}.sepet-module__wjD9cq__crossSellPrice small{color:var(--text-muted);font-size:.65rem;font-weight:600}.sepet-module__wjD9cq__crossSellBtn{border-radius:var(--radius-md);background:var(--accent);color:var(--text-on-dark);cursor:pointer;white-space:nowrap;transition:background var(--t-fast);border:none;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.72rem;font-weight:700;display:inline-flex}.sepet-module__wjD9cq__crossSellBtn:hover{background:var(--accent-hover)}@media (max-width:768px){.sepet-module__wjD9cq__crossSellBox{text-align:left;flex-direction:column;align-items:stretch;gap:1rem}.sepet-module__wjD9cq__crossSellBtn{width:100%}}.sepet-module__wjD9cq__trustFooter{border-top:1px solid var(--border-subtle);flex-direction:column;justify-content:center;align-items:center;gap:.875rem;width:100%;margin-top:3.5rem;padding-top:1.75rem;display:flex}.sepet-module__wjD9cq__trustLogos{opacity:.8;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.sepet-module__wjD9cq__trustLogos svg{max-width:100%;height:auto;display:block}.sepet-module__wjD9cq__trustText{color:var(--text-muted);text-align:center;justify-content:center;align-items:center;gap:.375rem;font-size:.72rem;font-weight:600;line-height:1.5;display:flex}@media (max-width:768px){.sepet-module__wjD9cq__trustFooter{gap:1.25rem;margin-top:2.5rem;padding-top:1.25rem}.sepet-module__wjD9cq__trustLogos{gap:1rem 1.5rem}.sepet-module__wjD9cq__trustText{flex-direction:column;gap:.35rem}}.sepet-module__wjD9cq__loadingCenter{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:300px;display:flex}.sepet-module__wjD9cq__loadingText{color:var(--text-secondary);font-size:.875rem;font-weight:500}.sepet-module__wjD9cq__crossSellAction{align-items:center;gap:1rem;margin-left:auto;display:flex}.sepet-module__wjD9cq__cartItemCol{flex-direction:column;gap:.875rem;display:flex}.sepet-module__wjD9cq__itemDomainAttached{color:var(--accent);margin-top:.15rem;font-size:.78rem;font-weight:700}.sepet-module__wjD9cq__setupFeeNote{color:var(--text-secondary);margin-top:.25rem;font-size:.7rem}.sepet-module__wjD9cq__setupFeeWarning{color:var(--warning,var(--warning));font-weight:700}.sepet-module__wjD9cq__setupFeeBold{font-weight:700}.sepet-module__wjD9cq__actionSeparator{color:var(--text-muted);margin:0 .5rem;font-size:.8rem}.sepet-module__wjD9cq__priceBreakdown{color:var(--text-muted);font-size:.62rem;font-weight:500}.sepet-module__wjD9cq__eppColFlex{flex-direction:column;gap:.625rem;display:flex}.sepet-module__wjD9cq__eppDeferLabel{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:flex}.sepet-module__wjD9cq__eppCheckbox{width:15px;height:15px;accent-color:var(--accent);cursor:pointer}.sepet-module__wjD9cq__eppCodeWrap{flex-direction:column;gap:.25rem;margin-top:.2rem;display:flex}.sepet-module__wjD9cq__eppLabelStyled{color:var(--text-primary);font-size:.74rem;font-weight:700;display:block}.sepet-module__wjD9cq__eppRequired{color:var(--error,var(--error))}.sepet-module__wjD9cq__eppDeferNote{color:var(--success);background:var(--success-bg,#16a34a0d);border-radius:var(--radius-md);border:1px solid #16a34a1f;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.74rem;font-weight:600;display:flex}.sepet-module__wjD9cq__summaryItemsListStyled{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.sepet-module__wjD9cq__summaryItemRow{color:var(--text-secondary);justify-content:space-between;font-size:.74rem;display:flex}.sepet-module__wjD9cq__summaryItemName{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.sepet-module__wjD9cq__summaryItemPrice{flex-shrink:0;font-weight:700}.sepet-module__wjD9cq__trustIcon{flex-shrink:0;margin-top:2px}.sepet-module__wjD9cq__alertMb{margin-bottom:1rem}.sepet-module__wjD9cq__errorText{color:var(--error,#e11d48);margin-top:.25rem;font-size:.68rem;font-weight:600;display:block}
