:root{--ya-account-max:1120px;--ya-account-radius:24px;--ya-account-shadow:0 24px 70px rgba(31,25,12,.09)}
.ya-account-shell{width:100%;min-width:0;padding:clamp(18px,4vw,48px);box-sizing:border-box;color:var(--ya-text,#171717)}
.ya-account-shell *{box-sizing:border-box}
.ya-account-shell svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ya-account-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(380px,1.15fr);width:min(100%,var(--ya-account-max));margin:0 auto;border:1px solid var(--ya-line,#dfdcd2);border-radius:28px;overflow:hidden;background:var(--ya-surface,#fff);box-shadow:var(--ya-account-shadow)}
.ya-account-promo{display:flex;flex-direction:column;justify-content:space-between;gap:34px;min-height:650px;padding:clamp(30px,5vw,62px);background:linear-gradient(155deg,#fff7d6 0%,#f7d05c 52%,#efbd2e 100%);color:#1d190d}
.ya-account-promo>div>span,.ya-account-head>div>span,.ya-account-settings__identity span{display:block;margin-bottom:10px;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#6d570f}
.ya-account-promo h2{max-width:520px;margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.045em}
.ya-account-promo p{max-width:520px;margin:20px 0 0;font-size:1rem;line-height:1.7;color:#584a1d}
.ya-account-promo ul{display:grid;gap:16px;margin:0;padding:0;list-style:none}.ya-account-promo li{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;font-size:.91rem;font-weight:750}.ya-account-promo li svg{width:20px;height:20px;padding:3px;border-radius:50%;background:#1d190d;color:#fff}
.ya-account-card{min-width:0;padding:clamp(28px,5vw,58px);background:var(--ya-surface,#fff)}
.ya-account-head{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:28px}.ya-account-head__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--ya-accent-soft,#fff4bf);color:var(--ya-accent-strong,#8a6500)}.ya-account-head__icon svg{width:27px;height:27px}.ya-account-head h1,.ya-account-head p{margin:0}.ya-account-head h1{font-size:clamp(1.8rem,4vw,2.55rem);line-height:1.05;letter-spacing:-.035em}.ya-account-head p{margin-top:8px;line-height:1.6;color:var(--ya-muted,#6c6a63)}
.ya-account-form{display:grid;gap:17px}.ya-account-field{display:grid;gap:7px;min-width:0}.ya-account-field__label{font-size:.82rem;font-weight:800}.ya-account-field>small{font-size:.72rem;line-height:1.45;color:var(--ya-muted,#77736a)}
.ya-account-input{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:52px;padding:0 14px;border:1px solid var(--ya-line,#dedbd2);border-radius:15px;background:var(--ya-bg,#f8f7f3);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ya-account-input:focus-within{border-color:var(--ya-accent-strong,#9b7200);background:var(--ya-surface,#fff);box-shadow:0 0 0 4px color-mix(in srgb,var(--ya-accent,#f2c94c) 28%,transparent)}.ya-account-input>svg{width:20px;height:20px;color:var(--ya-muted,#77736a)}.ya-account-input input,.ya-account-input textarea{width:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--ya-text,#171717);font:inherit}.ya-account-input input{height:50px;padding:0}.ya-account-input textarea{min-height:130px;padding:14px 0;resize:vertical;line-height:1.6}.ya-account-input--textarea{align-items:start}.ya-account-input--textarea>svg{margin-top:15px}.ya-account-password-toggle{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--ya-muted,#77736a);cursor:pointer}.ya-account-password-toggle:hover{background:var(--ya-surface-soft,#efede6);color:var(--ya-text,#171717)}.ya-account-password-toggle svg{width:19px;height:19px}
.ya-account-form__row{display:flex;align-items:center;gap:12px}.ya-account-form__row--between{justify-content:space-between}.ya-account-check{display:inline-flex;align-items:center;gap:9px;min-height:40px;font-size:.82rem;font-weight:700}.ya-account-check input{width:18px;height:18px;margin:0;accent-color:var(--ya-accent-strong,#9b7200)}.ya-account-inline-link,.ya-account-switch a{font-weight:800;text-decoration:underline;text-underline-offset:4px}.ya-account-inline-link{font-size:.8rem}
.ya-account-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:12px 18px;border:1px solid transparent;border-radius:15px;font:inherit;font-weight:850;text-decoration:none!important;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,opacity .15s ease}.ya-account-button:hover{transform:translateY(-1px)}.ya-account-button:disabled{opacity:.62;cursor:wait;transform:none}.ya-account-button--primary{background:var(--ya-accent,#f4c945);color:#1a170c}.ya-account-button--primary:hover{background:#edbe2d}.ya-account-button--secondary{border-color:var(--ya-line,#dedbd2);background:var(--ya-surface,#fff);color:var(--ya-text,#171717)}.ya-account-button--secondary:hover{background:var(--ya-surface-soft,#f1efe8)}.ya-account-button--danger{background:#b42318;color:#fff}.ya-account-button--danger:hover{background:#931d14}.ya-account-button--compact{width:auto;min-height:44px;padding:9px 14px;border-radius:13px;font-size:.82rem}.ya-account-button svg{width:20px;height:20px}
.ya-account-switch{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:24px;padding-top:22px;border-top:1px solid var(--ya-line,#e3e0d8);font-size:.86rem;color:var(--ya-muted,#77736a)}.ya-account-switch a{display:inline-flex;align-items:center;gap:7px;color:var(--ya-text,#171717)}
.ya-account-legal{margin:0;padding:13px 14px;border-radius:13px;background:var(--ya-surface-soft,#f2f0e9);font-size:.75rem;line-height:1.55;color:var(--ya-muted,#706d65)}
.ya-account-notice{display:flex;align-items:flex-start;gap:10px;margin:0 0 20px;padding:13px 14px;border:1px solid transparent;border-radius:14px;font-size:.84rem;font-weight:700;line-height:1.5}.ya-account-notice svg{width:20px;height:20px;margin-top:1px}.ya-account-notice--success{border-color:#b7dfc4;background:#edf9f1;color:#176538}.ya-account-notice--error{border-color:#f1beb8;background:#fff1ef;color:#922319}
.ya-account-password-strength{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:5px;align-items:center}.ya-account-password-strength i{height:4px;border-radius:999px;background:var(--ya-line,#dedbd2)}.ya-account-password-strength em{margin-left:4px;font-size:.69rem;font-style:normal;color:var(--ya-muted,#77736a)}.ya-account-password-strength[data-level="1"] i:nth-child(1){background:#c43c31}.ya-account-password-strength[data-level="2"] i:nth-child(-n+2){background:#c68d16}.ya-account-password-strength[data-level="3"] i{background:#26834b}.ya-account-field__validation{min-height:1em;color:#a52a20!important}
.ya-account-user-summary{display:flex;align-items:center;gap:13px;margin:0 0 20px;padding:15px;border:1px solid var(--ya-line,#dedbd2);border-radius:16px;background:var(--ya-surface-soft,#f4f2ec)}.ya-account-user-summary img{width:56px;height:56px;border-radius:50%;object-fit:cover}.ya-account-user-summary div{display:grid;gap:3px}.ya-account-user-summary strong{font-size:1rem}.ya-account-user-summary span{font-size:.78rem;color:var(--ya-muted,#77736a)}
.ya-account-state{display:grid;justify-items:center;gap:12px;text-align:center}.ya-account-state__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:#fff0ee;color:#9d271d}.ya-account-state__icon svg{width:29px;height:29px}.ya-account-state h2,.ya-account-state p{margin:0}.ya-account-state p{color:var(--ya-muted,#77736a)}.ya-account-state .ya-account-button{margin-top:8px}
.ya-account-shell--settings{padding-block:clamp(16px,3vw,36px)}.ya-account-settings{width:min(100%,1180px);margin:0 auto}.ya-account-settings__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;padding:clamp(18px,3vw,26px);border:1px solid var(--ya-line,#dedbd2);border-radius:22px;background:var(--ya-surface,#fff)}.ya-account-settings__identity{display:flex;align-items:center;gap:16px;min-width:0}.ya-account-settings__identity img{width:72px;height:72px;border-radius:50%;object-fit:cover}.ya-account-settings__identity h1,.ya-account-settings__identity p{margin:0}.ya-account-settings__identity h1{font-size:clamp(1.45rem,3vw,2rem);line-height:1.05}.ya-account-settings__identity p{margin-top:5px;color:var(--ya-muted,#77736a)}.ya-account-settings__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px}.ya-account-settings__side{display:grid;align-content:start;gap:20px}.ya-account-panel{min-width:0;padding:clamp(18px,3vw,26px);border:1px solid var(--ya-line,#dedbd2);border-radius:22px;background:var(--ya-surface,#fff)}.ya-account-panel__head{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:3px}.ya-account-panel__head>div:first-child{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--ya-accent-soft,#fff4bf);color:var(--ya-accent-strong,#8a6500)}.ya-account-panel__head svg{width:22px;height:22px}.ya-account-panel__head h2,.ya-account-panel__head p{margin:0}.ya-account-panel__head h2{font-size:1.12rem}.ya-account-panel__head p{margin-top:4px;font-size:.76rem;line-height:1.5;color:var(--ya-muted,#77736a)}
.ya-account-preferences{display:grid;gap:0;margin:2px 0;padding:0;border:1px solid var(--ya-line,#dedbd2);border-radius:16px;overflow:hidden}.ya-account-preferences legend{padding:0 8px;font-size:.78rem;font-weight:850}.ya-account-toggle{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:12px;align-items:center;padding:14px}.ya-account-toggle+ .ya-account-toggle{border-top:1px solid var(--ya-line,#dedbd2)}.ya-account-toggle>span{display:grid;gap:3px}.ya-account-toggle strong{font-size:.82rem}.ya-account-toggle small{font-size:.7rem;line-height:1.45;color:var(--ya-muted,#77736a)}.ya-account-toggle input{position:absolute;opacity:0;pointer-events:none}.ya-account-toggle i{position:relative;width:46px;height:26px;border-radius:999px;background:#c9c6bd;transition:background .2s ease}.ya-account-toggle i::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);transition:transform .2s ease}.ya-account-toggle input:checked+i{background:var(--ya-accent-strong,#9b7200)}.ya-account-toggle input:checked+i::after{transform:translateX(20px)}.ya-account-toggle input:focus-visible+i{outline:3px solid color-mix(in srgb,var(--ya-accent,#f2c94c) 40%,transparent);outline-offset:2px}
.ya-account-session-card{display:grid;gap:12px}.ya-account-session-link{display:grid;grid-template-columns:36px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:12px;border:1px solid var(--ya-line,#dedbd2);border-radius:14px;text-decoration:none!important;color:var(--ya-text,#171717)}.ya-account-session-link:hover{background:var(--ya-surface-soft,#f2f0e9)}.ya-account-session-link>svg:first-child{width:20px;height:20px}.ya-account-session-link>svg:last-child{width:17px;height:17px;color:var(--ya-muted,#77736a)}.ya-account-session-link span{display:grid;gap:2px}.ya-account-session-link strong{font-size:.81rem}.ya-account-session-link small{font-size:.68rem;line-height:1.4;color:var(--ya-muted,#77736a)}.ya-account-session-link--danger{color:#a4261c}.ya-account-session-link--danger small{color:#9d554f}
@media(max-width:980px){.ya-account-layout{grid-template-columns:1fr;width:min(100%,680px)}.ya-account-promo{min-height:auto;padding:28px}.ya-account-promo h2{font-size:2rem}.ya-account-promo ul{display:none}.ya-account-settings__grid{grid-template-columns:1fr}.ya-account-settings__side{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.ya-account-shell{padding:10px}.ya-account-layout{border-radius:20px;box-shadow:none}.ya-account-promo{padding:22px}.ya-account-promo p{display:none}.ya-account-card{padding:24px 18px}.ya-account-head{grid-template-columns:46px minmax(0,1fr);gap:12px}.ya-account-head__icon{width:46px;height:46px;border-radius:14px}.ya-account-head__icon svg{width:22px;height:22px}.ya-account-head h1{font-size:1.7rem}.ya-account-form__row--between{align-items:flex-start;flex-direction:column}.ya-account-switch{justify-content:flex-start}.ya-account-settings__head{align-items:flex-start;flex-direction:column}.ya-account-settings__identity img{width:60px;height:60px}.ya-account-settings__side{grid-template-columns:1fr}.ya-account-panel{border-radius:18px}.ya-account-toggle{grid-template-columns:minmax(0,1fr) 44px}.ya-account-button--compact{width:100%}}
@media(max-width:420px){.ya-account-promo{display:none}.ya-account-layout{border:0;background:transparent}.ya-account-card{padding:22px 14px;border:1px solid var(--ya-line,#dedbd2);border-radius:20px}.ya-account-shell--auth{padding-top:14px}.ya-account-settings__identity{align-items:flex-start}.ya-account-settings__identity img{width:52px;height:52px}}


/* 1.1.1 — masaüstü tanıtım paneli taşma düzeltmesi */
@media (min-width: 981px) {
  .ya-account-layout {
    grid-template-columns: minmax(340px, .95fr) minmax(430px, 1.05fr);
  }
  .ya-account-promo {
    min-width: 0;
    padding: clamp(32px, 4vw, 52px);
  }
  .ya-account-promo h2 {
    max-width: 11.5ch;
    font-size: clamp(2.45rem, 4.15vw, 3.35rem);
    line-height: .98;
    letter-spacing: -.05em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }
  .ya-account-promo p {
    max-width: 31rem;
    font-size: .97rem;
  }
}
@media (min-width: 981px) and (max-width: 1160px) {
  .ya-account-layout {
    grid-template-columns: minmax(315px, .9fr) minmax(410px, 1.1fr);
  }
  .ya-account-promo {
    padding: 34px;
  }
  .ya-account-promo h2 {
    max-width: 10.8ch;
    font-size: clamp(2.25rem, 4vw, 2.9rem);
  }
}

/* 1.2.0 — kullanıcı adı uygunluk durumu */
.ya-account-username-status{min-height:20px;margin:-8px 0 6px;color:var(--ya-muted,#74716a);font-size:.78rem}.ya-account-username-status[data-state="success"]{color:#2f7a4a}.ya-account-username-status[data-state="error"]{color:#b9343f}.ya-account-username-status[data-state="loading"]{color:#8d6b00}


/* 1.6.0 — e-posta doğrulama ve giriş kodu */
.ya-account-field--code .ya-account-input input{font-size:1.55rem!important;font-weight:900!important;letter-spacing:.42em!important;text-align:center!important;font-variant-numeric:tabular-nums;padding-left:46px!important}
.ya-account-code-destination{margin:0 0 18px;padding:12px 16px;border:1px solid var(--yaa-line,#ddd);border-radius:14px;background:var(--yaa-soft,#f7f7f5);font-weight:800;text-align:center;overflow-wrap:anywhere}
.ya-account-resend-form{display:flex;justify-content:center;margin-top:12px}.ya-account-resend-form button{border:0;background:transparent;color:var(--yaa-accent,#9a7100);font:inherit;font-weight:800;text-decoration:underline;cursor:pointer;padding:8px}
@media(max-width:600px){.ya-account-field--code .ya-account-input input{font-size:1.3rem!important;letter-spacing:.32em!important}}

/* 1.7.0 — açık yasal onay ve oturum güvenliği */
.ya-account-legal--check{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:13px 14px;border:1px solid var(--ya-account-line,#dedbd2);border-radius:13px;background:#faf9f5;text-align:left!important;line-height:1.55}.ya-account-legal--check input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--ya-accent,#f2c94c)}.ya-account-legal--check a{font-weight:800;text-decoration:underline;text-underline-offset:2px}.ya-account-legal-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ya-account-legal-links a{padding:11px;border:1px solid var(--ya-account-line,#dedbd2);border-radius:12px;background:#fff;color:inherit;font-size:.73rem;font-weight:800;text-align:center;text-decoration:none}.ya-account-session-action{margin:0}.ya-account-session-action button.ya-account-session-link{width:100%;border:0;background:transparent;text-align:left;font:inherit;cursor:pointer}
@media(max-width:620px){.ya-account-legal-links{grid-template-columns:minmax(0,1fr)}}


/* 1.7.1 — yönetici doğrulayıcısı ve tek kullanımlık kurtarma kodları. */
.ya-account-totp-card{display:grid;gap:14px}
.ya-account-totp-status{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--ya-account-line,#dedbd2);border-radius:14px;background:#f7f6f1}
.ya-account-totp-status.is-active{border-color:#9bc49b;background:#eef8ee}
.ya-account-totp-status span,.ya-account-totp-help{color:var(--ya-account-muted,#6e6a63);font-size:.76rem;line-height:1.55}
.ya-account-totp-secret,.ya-account-recovery-codes code,.ya-account-totp-uri code{display:block;max-width:100%;padding:12px;border-radius:12px;background:#171717;color:#fff;font:700 .78rem/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere;user-select:all}
.ya-account-recovery-codes{display:grid;gap:8px}.ya-account-recovery-codes>strong{font-size:.76rem}
.ya-account-totp-uri{font-size:.74rem}.ya-account-totp-uri summary{cursor:pointer;font-weight:800;margin-bottom:8px}

/* 1.8.0 — yasal onay: taşmasız tek sütun, ayrı belge okuma ve onay deneyimi */
.ya-account-shell--legal{padding:clamp(14px,2vw,28px)!important}
.ya-account-legal-layout{width:min(100%,980px);margin:0 auto}
.ya-account-card--legal{width:100%;min-width:0;padding:clamp(20px,3vw,34px);border:1px solid var(--ya-line,#dedbd2);border-radius:24px;background:var(--ya-surface,#fff);overflow:hidden}
.ya-account-card--legal .ya-account-head{margin-bottom:20px}
.ya-account-card--legal .ya-account-head h1{font-size:clamp(1.75rem,3.2vw,2.45rem);line-height:1.02;overflow-wrap:anywhere}
.ya-account-card--legal .ya-account-head p{max-width:760px}
.ya-legal-consent-form{gap:18px!important}
.ya-legal-consent-intro{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--ya-line,#dedbd2);border-radius:15px;background:var(--ya-surface-soft,#f7f5ef)}
.ya-legal-consent-intro strong{font-size:.86rem}.ya-legal-consent-intro span{color:var(--ya-muted,#77736a);font-size:.76rem;text-align:right}
.ya-legal-documents{display:grid;gap:12px;min-width:0}
.ya-legal-document-card{min-width:0;border:1px solid var(--ya-line,#dedbd2);border-radius:17px;background:var(--ya-surface,#fff);overflow:hidden}
.ya-legal-document-card>summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px;cursor:pointer;list-style:none}
.ya-legal-document-card>summary::-webkit-details-marker{display:none}
.ya-legal-document-card>summary span{display:grid;gap:4px;min-width:0}.ya-legal-document-card>summary strong{font-size:.94rem}.ya-legal-document-card>summary small{color:var(--ya-muted,#77736a);font-size:.72rem;line-height:1.45}.ya-legal-document-card>summary b{padding:6px 9px;border-radius:999px;background:var(--ya-surface-soft,#f4f2eb);font-size:.62rem;white-space:nowrap}
.ya-legal-document-card[open]>summary{border-bottom:1px solid var(--ya-line,#dedbd2)}
.ya-legal-document-scroll{max-height:min(42dvh,360px);padding:18px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;color:var(--ya-text,#171717);font-size:.82rem;line-height:1.65;background:color-mix(in srgb,var(--ya-surface,#fff) 92%,var(--ya-surface-soft,#f4f2eb))}
.ya-legal-document-scroll h2{margin:20px 0 7px;font-size:1rem}.ya-legal-document-scroll h2:first-child{margin-top:0}.ya-legal-document-scroll p{margin:0 0 12px}.ya-legal-document-end{margin-top:28px;padding-top:14px;border-top:1px dashed var(--ya-line,#dedbd2);color:var(--ya-muted,#77736a);font-size:.7rem;font-weight:800;text-align:center}
.ya-legal-document-accept{margin:14px 16px 8px!important}.ya-legal-document-accept input:disabled+span{opacity:.58}.ya-legal-document-newtab{display:inline-block;margin:0 18px 16px;color:inherit;font-size:.7rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.ya-legal-consent-evidence{padding:14px 16px;border:1px solid color-mix(in srgb,var(--ya-accent,#f2c94c) 55%,var(--ya-line,#dedbd2));border-radius:15px;background:color-mix(in srgb,var(--ya-accent,#f2c94c) 12%,var(--ya-surface,#fff))}.ya-legal-consent-evidence strong{font-size:.8rem}.ya-legal-consent-evidence p{margin:5px 0 0;color:var(--ya-muted,#77736a);font-size:.72rem;line-height:1.5}
.ya-account-card--legal .ya-account-button{width:100%;justify-content:center}
.ya-legal-document-page{max-width:820px;margin:0 auto;padding:clamp(18px,4vw,38px);font-size:1rem;line-height:1.75}.ya-legal-document-page h2{margin:30px 0 10px;font-size:1.28rem}.ya-legal-document-page p{margin:0 0 16px}
@media(max-width:700px){.ya-account-shell--legal{padding:8px!important}.ya-account-card--legal{padding:18px 14px;border-radius:18px}.ya-legal-consent-intro{align-items:flex-start;flex-direction:column}.ya-legal-consent-intro span{text-align:left}.ya-legal-document-card>summary{grid-template-columns:minmax(0,1fr);gap:8px;padding:14px}.ya-legal-document-card>summary b{justify-self:start}.ya-legal-document-scroll{max-height:46dvh;padding:15px}.ya-legal-document-accept{margin-inline:12px!important}.ya-legal-document-newtab{margin-inline:14px}}

/* 1.8.1 — e-posta koduyla giriş / hızlı kayıt */
.ya-account-auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--ya-account-muted,#77736a);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.ya-account-auth-divider:before,.ya-account-auth-divider:after{content:"";height:1px;flex:1;background:var(--ya-account-line,#dedbd2)}
.ya-account-form--email-auth{padding:16px;border:0;border-radius:0;background:color-mix(in srgb,var(--ya-accent,#f2c94c) 8%,var(--ya-surface,#fff))}
.ya-account-form--email-auth .ya-account-button{margin-top:2px}
@media(max-width:700px){.ya-account-form--email-auth{padding:14px 0;background:transparent;border-top:1px solid var(--ya-account-line,#dedbd2);border-bottom:1px solid var(--ya-account-line,#dedbd2)}}


/* 1.8.2 — Yasal onay ekranı ana içerik sütununun gerçek genişliğini kullanır. */
.ya-account-shell--legal{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}
.ya-account-shell--legal .ya-account-legal-layout{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.ya-account-shell--legal .ya-account-card--legal{
  width:100%!important;
  max-width:none!important;
  padding:clamp(22px,3vw,34px) clamp(18px,3vw,30px)!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.ya-account-shell--legal .ya-account-head{
  max-width:none!important;
}
.ya-account-shell--legal .ya-account-head p{
  max-width:78ch!important;
}
.ya-account-shell--legal .ya-legal-consent-form,
.ya-account-shell--legal .ya-legal-documents,
.ya-account-shell--legal .ya-legal-document-card{
  width:100%!important;
  max-width:none!important;
}
.ya-account-shell--legal .ya-legal-document-scroll{
  max-height:min(58dvh,560px)!important;
  font-size:.88rem!important;
  line-height:1.7!important;
}
@media(max-width:700px){
  .ya-account-shell--legal .ya-account-card--legal{
    padding:18px 14px calc(26px + env(safe-area-inset-bottom))!important;
  }
  .ya-account-shell--legal .ya-legal-document-scroll{
    max-height:52dvh!important;
  }
}


/* 1.8.3 — Hesap ayarları mobil yatay taşma koruması */
.ya-account-shell--settings,
.ya-account-shell--settings .ya-account-settings,
.ya-account-shell--settings .ya-account-settings__grid,
.ya-account-shell--settings .ya-account-settings__side,
.ya-account-shell--settings .ya-account-panel,
.ya-account-shell--settings .ya-account-form,
.ya-account-shell--settings .ya-account-field,
.ya-account-shell--settings .ya-account-input,
.ya-account-shell--settings .ya-account-session-card,
.ya-account-shell--settings .ya-account-session-link{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
}
.ya-account-shell--settings{
  overflow-x:clip;
  overflow-y:visible;
}
.ya-account-shell--settings .ya-account-panel__head,
.ya-account-shell--settings .ya-account-session-link span,
.ya-account-shell--settings .ya-account-settings__identity,
.ya-account-shell--settings .ya-account-settings__identity>div{
  min-width:0;
}
.ya-account-shell--settings h1,
.ya-account-shell--settings h2,
.ya-account-shell--settings p,
.ya-account-shell--settings strong,
.ya-account-shell--settings small,
.ya-account-shell--settings span{
  overflow-wrap:anywhere;
}

@media(max-width:700px){
  .ya-account-shell--settings{
    width:100%!important;
    max-width:100%!important;
    padding:10px 10px calc(88px + env(safe-area-inset-bottom))!important;
    margin:0!important;
  }
  .ya-account-shell--settings .ya-account-settings{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  .ya-account-shell--settings .ya-account-settings__grid,
  .ya-account-shell--settings .ya-account-settings__side{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
  }
  .ya-account-shell--settings .ya-account-panel{
    width:100%!important;
    max-width:100%!important;
    padding:18px 16px!important;
    border-radius:18px!important;
    overflow:hidden;
  }
  .ya-account-shell--settings .ya-account-panel__head{
    grid-template-columns:44px minmax(0,1fr)!important;
    width:100%!important;
  }
  .ya-account-shell--settings .ya-account-input{
    grid-template-columns:24px minmax(0,1fr) 38px!important;
    width:100%!important;
    padding-inline:12px!important;
  }
  .ya-account-shell--settings .ya-account-input input,
  .ya-account-shell--settings .ya-account-input textarea{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .ya-account-shell--settings .ya-account-password-toggle{
    width:36px!important;
    max-width:36px!important;
  }
  .ya-account-shell--settings .ya-account-password-strength{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    width:100%!important;
    min-width:0!important;
  }
  .ya-account-shell--settings .ya-account-password-strength em{
    grid-column:1 / -1;
    margin:2px 0 0!important;
    min-width:0;
    font-size:.69rem;
  }
  .ya-account-shell--settings .ya-account-session-link{
    grid-template-columns:32px minmax(0,1fr) 18px!important;
    gap:9px!important;
  }
}

@media(max-width:420px){
  .ya-account-shell--settings{
    padding-inline:8px!important;
  }
  .ya-account-shell--settings .ya-account-panel{
    padding:16px 14px!important;
  }
}


/* 1.10.2 — Hesap Ayarları mobil yatay taşma / üst menü kayması düzeltmesi */
.ya-account-shell--settings{
  overflow-x:clip!important;
  max-width:100%!important;
}
.ya-account-shell--settings .ya-account-settings,
.ya-account-shell--settings .ya-account-settings__head,
.ya-account-shell--settings .ya-account-settings__grid,
.ya-account-shell--settings .ya-account-settings__side,
.ya-account-shell--settings .ya-account-panel,
.ya-account-shell--settings .ya-account-preferences,
.ya-account-shell--settings .ya-account-toggle,
.ya-account-shell--settings .ya-account-session-card,
.ya-account-shell--settings .ya-account-session-link,
.ya-account-shell--settings .ya-account-totp-card,
.ya-account-shell--settings .ya-account-totp-status,
.ya-account-shell--settings .ya-account-totp-secret,
.ya-account-shell--settings .ya-account-recovery-codes,
.ya-account-shell--settings .ya-account-totp-uri{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.ya-account-shell--settings code,
.ya-account-shell--settings pre,
.ya-account-shell--settings .ya-account-totp-secret,
.ya-account-shell--settings .ya-account-recovery-codes code,
.ya-account-shell--settings .ya-account-totp-uri code{
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
@media(max-width:700px){
  html:has(.ya-account-shell--settings),
  body:has(.ya-account-shell--settings){
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  .ya-account-shell--settings{
    contain:inline-size;
  }
  .ya-account-shell--settings .ya-account-settings__head,
  .ya-account-shell--settings .ya-account-settings__identity,
  .ya-account-shell--settings .ya-account-settings__identity>div,
  .ya-account-shell--settings .ya-account-panel__head,
  .ya-account-shell--settings .ya-account-form,
  .ya-account-shell--settings .ya-account-field,
  .ya-account-shell--settings .ya-account-input{
    min-width:0!important;
    max-width:100%!important;
  }
}
