: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);
  }
}
