:root{--account-shell-max: 1180px;--account-nav-width: 240px}.is-account-section{background:var(--bg-light-gray)}.account-shell{padding-bottom:var(--gap-xxl)}.account-nav{display:flex;gap:4px;padding:8px var(--gap-md);overflow-x:auto;scrollbar-width:none;background:var(--white);border-bottom:1px solid var(--color-gray-medium);max-width:var(--account-shell-max);margin:0 auto;-webkit-overflow-scrolling:touch}.account-nav::-webkit-scrollbar{display:none}.account-nav__item{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-pill);text-decoration:none;color:var(--color-gray-dark);font-weight:600;font-size:14px;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s;position:relative}.account-nav__item:hover{background:var(--bg-light-gray);color:var(--accent-dark)}.account-nav__item[aria-current=page]{background:var(--accent-dark);color:var(--white)}.account-nav__item[aria-current=page] i{color:var(--white)}.account-nav__item i{font-size:14px;color:var(--accent-dark)}.account-nav__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1}.account-nav__badge{margin-left:auto;min-width:18px;height:18px;padding:0 6px;border-radius:9px;background:var(--color-red);color:var(--white);font-family:var(--font-body);font-size:11px;font-weight:700;line-height:18px;text-align:center;flex-shrink:0;pointer-events:none}.account-body{max-width:var(--account-shell-max);margin:0 auto;padding:var(--gap-lg) var(--gap-md)}.account-body__title{font-family:var(--font-title);font-size:28px;color:var(--accent-dark);margin:0 0 var(--gap-xs)}@media(min-width:768px){.account-shell-grid{display:grid;grid-template-columns:var(--account-nav-width) 1fr;align-items:start;gap:var(--gap-lg);max-width:var(--account-shell-max);margin:0 auto;padding:var(--gap-lg) var(--gap-md)}.account-nav{flex-direction:column;gap:4px;overflow:visible;padding:0;background:transparent;border-bottom:none;margin:0;position:sticky;top:var(--gap-lg);max-width:none}.account-nav__item{width:100%;padding:12px 16px}.account-body{padding:0;max-width:none;margin:0}}.account-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--gap-lg);box-shadow:var(--shadow);margin-bottom:var(--gap-md)}.account-card__title{font-family:var(--font-title);font-size:20px;color:var(--accent-dark);margin:0 0 var(--gap-sm)}.account-card__lead{color:var(--color-gray-dark);margin:0 0 var(--gap-md);font-size:14px;line-height:1.5}.account-card--danger-zone{border:1px solid var(--color-red);background:var(--bg-light-pink)}.account-card--danger-zone .account-btn{display:block;width:100%;margin-bottom:var(--gap-sm)}.account-card--danger-zone .account-btn:last-child{margin-bottom:0}.account-loading,.account-empty{text-align:center;color:var(--color-gray-dark);padding:var(--gap-xl);font-style:italic}.account-loading__spinner{display:inline-block;width:24px;height:24px;border:3px solid var(--color-gray-medium);border-top-color:var(--accent);border-radius:50%;animation:account-spin .8s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}.account-profile-hero{display:flex;align-items:center;gap:var(--gap-md);background:var(--white);border-radius:var(--radius-lg);padding:var(--gap-lg);box-shadow:var(--shadow);margin-bottom:var(--gap-sm)}.account-profile-hero__avatar-link{flex-shrink:0;line-height:0;border-radius:50%}.account-profile-hero__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;background:var(--bg-light-gray);border:3px solid var(--white);box-shadow:0 0 0 2px var(--accent)}.account-profile-hero__who{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.account-profile-hero__name{font-family:var(--font-title);font-size:24px;color:var(--accent-dark);margin:0;line-height:1.15;overflow-wrap:anywhere}.account-profile-hero__handle{color:var(--color-gray-dark);font-size:14px;font-weight:600;text-decoration:none;align-self:flex-start}.account-profile-hero__handle:hover{color:var(--accent-dark);text-decoration:underline}.account-profile-hero__setines{display:inline-flex;align-items:center;gap:6px;background:var(--accent-dark);color:var(--white);border-radius:var(--radius-pill);padding:6px 14px;text-decoration:none;font-weight:700;font-size:13px}.account-profile-hero__setines i{font-size:13px}.account-profile-hero__setines-value{font-family:var(--font-title);font-size:14px;line-height:1}.account-profile-hero__setines-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;opacity:.9}.account-profile-hero__actions{display:flex;flex-wrap:wrap;gap:var(--gap-sm);align-items:center;margin-top:4px}.account-profile-hero__edit{display:inline-flex;align-items:center;gap:6px;background:var(--bg-light-gray);color:var(--accent-dark);border:1px solid var(--color-gray-medium);border-radius:var(--radius-pill);padding:6px 14px;text-decoration:none;font-weight:600;font-size:13px;transition:background .15s,color .15s}.account-profile-hero__edit:hover{background:var(--accent-dark);color:var(--white);border-color:var(--accent-dark)}.account-profile-hero__edit i{font-size:13px}@media(max-width:479px){.account-profile-hero{flex-direction:column;text-align:center}.account-profile-hero__who{align-items:center}.account-profile-hero__handle{align-self:center}.account-profile-hero__actions{justify-content:center}}.account-about{background:var(--white);border-radius:var(--radius-lg);padding:var(--gap-md) var(--gap-lg);box-shadow:var(--shadow);margin-top:var(--gap-sm)}.account-about__text{margin:0;color:var(--txt);font-size:15px;line-height:1.55;white-space:pre-line}.account-form{display:flex;flex-direction:column;gap:var(--gap-sm)}.account-form__group{display:flex;flex-direction:column;gap:6px}.account-form__label{font-weight:600;color:var(--txt);font-size:14px}.account-form__input,.account-form__select{width:100%;padding:12px 14px;border:1px solid var(--color-gray-medium);border-radius:var(--radius-md);font-size:16px;font-family:var(--font-body);background:var(--white)}.account-form__input:focus,.account-form__select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ffb80033}.account-form__input:disabled{background:var(--bg-light-gray);color:var(--color-gray-dark)}.account-form__handle-row{display:flex;align-items:stretch;border:1px solid var(--color-gray-medium);border-radius:var(--radius-md);overflow:hidden;background:var(--white)}.account-form__handle-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #ffb80033}.account-form__handle-prefix{background:var(--bg-light-gray);padding:12px;color:var(--color-gray-dark);font-weight:600;border-right:1px solid var(--color-gray-medium)}.account-form__handle-row .account-form__input{border:none}.account-form__handle-row .account-form__input:focus{box-shadow:none}.account-form__hint{margin:0;font-size:13px;color:var(--color-gray-dark);min-height:18px}.account-form__hint--ok{color:var(--color-green-dark)}.account-form__hint--err{color:var(--color-red)}.account-form__hint--social-preview{font-family:monospace;color:var(--color-green-dark);background:var(--bg-light-green);border-radius:var(--radius-sm);padding:4px 8px;word-break:break-all;min-height:0}.account-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--gap-xs);padding:12px 20px;border-radius:var(--radius-pill);background:var(--accent);color:var(--white);border:none;font-weight:700;font-size:15px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.account-btn:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-1px)}.account-btn:disabled{opacity:.6;cursor:not-allowed}.account-btn--block{width:100%}.account-btn--ghost{background:transparent;color:var(--color-gray-dark);border:1px solid var(--color-gray-medium)}.account-btn--ghost:hover:not(:disabled){background:var(--bg-light-gray);color:var(--accent-dark)}.account-btn--danger{background:transparent;color:var(--color-red);border:1px solid var(--color-red)}.account-btn--danger:hover:not(:disabled){background:var(--color-red);color:var(--white);transform:none}.account-btn--whatsapp{background:var(--color-green-bright)}.account-btn--whatsapp:hover:not(:disabled){background:var(--color-green-dark)}.account-btn--whatsapp i{font-size:18px}.account-form__msg{margin:0;padding:10px 14px;border-radius:var(--radius-md);background:var(--bg-light-green);color:var(--color-green-dark);font-size:14px}.account-form__msg--err{background:var(--bg-light-pink);color:var(--color-red)}.account-portrait{display:flex;align-items:center;gap:var(--gap-md);margin-bottom:var(--gap-md)}.account-portrait__img{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid var(--white);box-shadow:0 0 0 2px var(--accent);background:var(--bg-light-gray)}.account-portrait__note{flex:1;margin:0;font-size:14px;line-height:1.5;color:var(--color-gray-dark)}@media(max-width:479px){.account-portrait{flex-direction:column;text-align:center}}.account-toggles{list-style:none;padding:0;margin:0}.account-toggles__item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--color-gray-medium);gap:var(--gap-sm)}.account-toggles__item:last-child{border-bottom:none}.account-toggles__label{flex:1;font-size:14px;color:var(--txt);cursor:pointer}.account-toggles__switch{appearance:none;-webkit-appearance:none;width:44px;height:24px;background:var(--color-gray-medium);border-radius:var(--radius-pill);position:relative;cursor:pointer;flex-shrink:0;transition:background .2s}.account-toggles__switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:transform .2s;box-shadow:0 1px 2px #0003}.account-toggles__switch:checked{background:var(--color-green)}.account-toggles__switch:checked:after{transform:translate(20px)}.account-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--gap-xs)}.account-notif{display:flex;gap:var(--gap-sm);align-items:center;padding:12px;border-radius:var(--radius-md);background:var(--white);border:1px solid var(--color-gray-medium);text-decoration:none;color:inherit;transition:background .15s}.account-notif:hover{background:var(--bg-light-gray)}.account-notif--unread{border-left:4px solid var(--accent)}.account-notif__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--bg-light-gray)}.account-notif__body{flex:1;min-width:0}.account-notif__line{margin:0;font-size:14px;line-height:1.4}.account-notif__line strong{color:var(--accent-dark)}.account-notif__chevron{color:var(--color-gray)}.account-balance-hero{background:linear-gradient(135deg,var(--accent),var(--bg-light-pink));color:var(--accent-dark);border-radius:var(--radius-lg);padding:var(--gap-lg);text-align:center;margin-bottom:var(--gap-md)}.account-balance-hero__value{font-family:var(--font-title);font-size:56px;margin:0;line-height:1}.account-balance-hero__label{font-size:14px;margin:6px 0 0;text-transform:uppercase;letter-spacing:.05em}.account-balance-hero__sub{display:flex;justify-content:center;gap:var(--gap-xl);margin-top:var(--gap-md);padding-top:var(--gap-md);border-top:1px solid rgba(58,42,0,.15);font-size:13px}.account-balance-hero__sub strong{display:block;font-size:22px;font-family:var(--font-title);margin-bottom:2px}.account-balance-hero__sub div{display:flex;flex-direction:column;align-items:center}.account-history{list-style:none;padding:0;margin:0}.account-history__row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--color-gray-medium);gap:var(--gap-sm)}.account-history__row:last-child{border-bottom:none}.account-history__delta{font-weight:700;flex-shrink:0}.account-history__delta--pos{color:var(--color-green-dark)}.account-history__delta--neg{color:var(--color-red)}.account-shell--auth{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:var(--gap-lg) var(--gap-md)}.account-shell--auth .account-body{padding:0;max-width:460px;width:100%}.account-shell--auth .account-shell-auth-inner{display:contents}.account-auth-card{background:transparent;border-radius:0;padding:0;box-shadow:none;text-align:center}@media(min-width:768px){.account-auth-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--gap-xl);box-shadow:var(--shadow)}}.account-auth-card__title{font-family:var(--font-title);font-size:28px;color:var(--accent-dark);margin:0 0 var(--gap-md)}.account-auth-card__lead{color:var(--txt);line-height:1.5;margin:0 0 var(--gap-lg)}.account-auth-card__form{margin-top:var(--gap-lg);text-align:left}.account-auth-card__link{color:var(--accent-dark);font-weight:600}.account-social-quick{display:inline-flex;flex-wrap:wrap;gap:var(--gap-xs);align-items:center}.account-social-chip{display:inline-flex;align-items:center;gap:6px;background:var(--bg-light-gray);color:var(--accent-dark);border:1px solid var(--color-gray-medium);border-radius:var(--radius-pill);padding:6px 12px;font-weight:600;font-size:13px;text-decoration:none;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.account-social-chip:hover{background:var(--accent-dark);color:var(--white);border-color:var(--accent-dark)}.account-social-chip i{font-size:14px}.account-social-chip--filled{background:var(--bg-light-green);color:var(--color-green-dark);border-color:var(--color-green-bright)}.account-social-chip__input{width:130px;padding:6px 10px;border:1px solid var(--accent);border-radius:var(--radius-pill);font-size:13px;font-family:var(--font-body);background:var(--white);outline:none;box-shadow:0 0 0 3px #ffb80033}.account-saved-toast{position:fixed;bottom:var(--gap-lg);right:var(--gap-lg);z-index:1500;display:inline-flex;align-items:center;gap:8px;background:var(--color-green-dark);color:var(--white);padding:10px 18px;border-radius:var(--radius-pill);font-weight:700;font-size:14px;box-shadow:var(--shadow-hover);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.account-saved-toast--show{opacity:1;transform:translateY(0)}.account-regen{display:flex;flex-direction:column;gap:var(--gap-xs);margin:var(--gap-sm) 0 var(--gap-lg)}.account-regen__progress{width:100%;height:6px;border-radius:var(--radius-pill);background:var(--bg-light-gray);overflow:hidden}.account-regen__bar{width:40%;height:100%;border-radius:var(--radius-pill);background:var(--accent);animation:account-regen-slide 1.2s ease-in-out infinite}@keyframes account-regen-slide{0%{margin-left:-40%}to{margin-left:100%}}.account-regen__status{margin:0;font-size:13px;color:var(--color-gray-dark)}.auth-landing{margin-top:var(--gap-md, 1.5rem);max-width:420px}.auth-landing__email{display:flex;flex-direction:column;gap:.6rem}.account-projects{margin-top:var(--gap-lg, 2rem)}.account-projects__title{display:flex;align-items:center;gap:.5rem;margin:0 0 var(--gap-sm, 1rem);font-family:var(--font-title, sans-serif);font-size:1.25rem;color:var(--txt, #463E37)}.account-projects__title i{color:var(--accent-dark, #E66A1F)}.account-projects__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-bottom:var(--gap-sm, 1rem)}.account-project-card{display:flex;flex-direction:column;gap:.4rem;padding:.9rem 1rem;border-radius:var(--radius-md, 10px);background:var(--white, #fefefe);border:1px solid var(--shadow, rgba(70, 62, 55, .1));text-decoration:none;color:var(--txt, #463E37);transition:box-shadow .18s ease,transform .12s ease}.account-project-card:hover{box-shadow:0 4px 14px #463e371f;transform:translateY(-1px)}.account-project-card__zone{font-size:.78rem;font-weight:700;color:var(--accent-dark, #E66A1F);text-transform:uppercase;letter-spacing:.03em}.account-project-card__title{font-weight:700;font-size:1rem;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.account-project-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto}.account-project-card__state{font-size:.78rem;font-weight:700;padding:.15rem .6rem;border-radius:var(--radius-pill, 999px);background:var(--bg-light-orange, #fff3e0);color:var(--accent-dark, #E66A1F)}.account-project-card--published .account-project-card__state{background:var(--bg-light-green, #e8f5e9);color:var(--color-green-dark, #28a745)}.account-project-card__action{font-size:.85rem;font-weight:700;color:var(--color-gray-dark, #6b6b6b)}.account-project-card:hover .account-project-card__action{color:var(--accent-dark, #E66A1F)}.account-projects__empty{margin:0 0 var(--gap-sm, 1rem);color:var(--color-gray-dark, #6b6b6b)}.account-projects__ctas{display:flex;gap:.6rem;flex-wrap:wrap}
