.account-dashboard{width:100%;max-width:1600px;margin:0 auto;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 100px rgba(99,102,241,.1),inset 0 1px 0 rgba(255,255,255,.1);display:flex;overflow:visible;min-height:400px}.account-dashboard-nav{width:240px;min-width:240px;background:linear-gradient(180deg,rgba(15,15,30,.8),rgba(20,20,40,.9));padding:24px 16px;display:flex;flex-direction:column;gap:8px;border-right:1px solid rgba(255,255,255,.06);position:relative}.account-dashboard-nav:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(99,102,241,.5),transparent)}.account-dashboard-nav-header{padding:0 12px 20px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:16px}.account-dashboard-session{margin:0 8px 8px;padding:14px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.account-dashboard-session-label{color:rgba(255,255,255,.45);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.account-dashboard-session-email{margin-top:6px;color:#fff;font-size:.95rem;font-weight:700;overflow-wrap:anywhere}.account-dashboard-session-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.account-dashboard-nav-header h2{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.account-dashboard-nav-header p{color:rgba(255,255,255,.4);font-size:.75rem;margin-top:4px;text-transform:uppercase;letter-spacing:.1em}.account-dashboard-tab{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;background:transparent;border:none;border-radius:14px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;text-align:left;width:100%;color:rgba(255,255,255,.7)}.account-dashboard-tab:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(168,85,247,.1));opacity:0;transition:opacity .4s ease;border-radius:14px}.account-dashboard-tab:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:60%;background:linear-gradient(180deg,#6366f1,#a855f7);border-radius:0 4px 4px 0;transition:transform .4s cubic-bezier(.4,0,.2,1)}.account-dashboard-tab:hover{color:#fff}.account-dashboard-tab:hover:before{opacity:.5}.account-dashboard-tab.is-active{color:#fff;box-shadow:0 4px 20px rgba(99,102,241,.2),inset 0 1px 0 rgba(255,255,255,.1)}.account-dashboard-tab.is-active:before{opacity:1}.account-dashboard-tab.is-active:after{transform:translateY(-50%) scaleY(1)}.account-dashboard-tab-icon{position:relative;z-index:1;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:12px;border:1px solid rgba(255,255,255,.08);flex-shrink:0;transition:all .4s ease}.account-dashboard-tab-icon svg{width:20px;height:20px;stroke:rgba(255,255,255,.5);transition:all .4s ease}.account-dashboard-tab.is-active .account-dashboard-tab-icon{background:linear-gradient(135deg,#6366f1,#a855f7);border-color:transparent;box-shadow:0 4px 15px rgba(99,102,241,.4)}.account-dashboard-tab.is-active .account-dashboard-tab-icon svg,.account-dashboard-tab:hover .account-dashboard-tab-icon svg{stroke:#fff}.account-dashboard-tab-text{position:relative;z-index:1;flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.account-dashboard-tab-title{display:block;font-size:.95rem;font-weight:600;letter-spacing:-.01em;transition:color .4s ease}.account-dashboard-tab-subtitle{display:block;color:rgba(255,255,255,.35);font-size:.75rem;line-height:1.3;transition:color .4s ease}.account-dashboard-tab.is-active .account-dashboard-tab-subtitle{color:rgba(255,255,255,.6)}.account-dashboard-tab-arrow{position:relative;z-index:1;opacity:0;transform:translateX(-10px);transition:all .4s ease}.account-dashboard-tab-arrow svg{width:18px;height:18px;stroke:rgba(255,255,255,.6)}.account-dashboard-tab.is-active .account-dashboard-tab-arrow{opacity:1;transform:translateX(0)}.account-dashboard-content{flex:1 1;min-width:0;padding:32px 40px;position:relative;overflow:visible;max-width:100%}.account-dashboard-panel{position:relative;inset:auto;opacity:0;visibility:hidden;transform:translateX(20px);transition:opacity .3s ease,transform .3s ease;overflow:visible;display:none}.account-dashboard-panel.is-active{opacity:1;visibility:visible;transform:translateX(0);display:block}.account-dashboard-panel-header{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.account-dashboard-panel-badge{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(168,85,247,.2));border:1px solid rgba(99,102,241,.3);border-radius:20px;color:#a78bfa;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.account-dashboard-panel-title{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:8px}.account-dashboard-panel-desc{color:rgba(255,255,255,.5);font-size:1rem;line-height:1.6;max-width:600px}.account-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:24px}.account-dashboard-stat{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px;text-align:center;transition:all .4s ease}.account-dashboard-stat:hover{border-color:rgba(99,102,241,.4);background:rgba(99,102,241,.08)}.account-dashboard-stat-value{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.account-dashboard-stat-label{color:rgba(255,255,255,.5);font-size:.8rem;margin-top:4px;text-transform:uppercase;letter-spacing:.05em}.account-dashboard-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:24px;margin-bottom:20px;transition:all .4s ease}.account-dashboard-card:hover{background:rgba(255,255,255,.05);border-color:rgba(99,102,241,.3);transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.account-dashboard-card-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.account-dashboard-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(168,85,247,.2));border-radius:10px}.account-dashboard-card-icon svg{width:18px;height:18px;stroke:#a78bfa}.account-dashboard-card-title{color:#fff;font-size:1rem;font-weight:600}.account-dashboard-features{list-style:none;padding:0;margin:0}.account-dashboard-features li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.7);font-size:.9rem;padding:6px 0}.account-dashboard-features li:before{content:"";width:6px;height:6px;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;flex-shrink:0}.account-dashboard-progress{margin-top:16px}.account-dashboard-progress-label{display:flex;justify-content:space-between;color:rgba(255,255,255,.6);font-size:.82rem;margin-bottom:6px}.account-dashboard-progress-bar{height:8px;background:rgba(255,255,255,.1);border-radius:10px;overflow:hidden}.account-dashboard-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:10px;transition:width 1s ease}.account-dashboard-subscription-warning{border-color:rgba(245,158,11,.4);background:rgba(245,158,11,.1)}.account-dashboard-subscription-warning .account-dashboard-card-title{color:#fbbf24}@media (max-width:900px){.account-dashboard{flex-direction:column;min-height:auto}.account-dashboard-nav{width:100%;min-width:auto;flex-direction:row;overflow-x:auto;padding:12px;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.account-dashboard-nav-header{display:none}.account-dashboard-session{margin:0;min-width:220px;flex-shrink:0}.account-dashboard-tab{flex-direction:column;min-width:100px;padding:12px;text-align:center}.account-dashboard-tab-arrow,.account-dashboard-tab-subtitle{display:none}.account-dashboard-tab:after{top:auto;bottom:0;left:50%;transform:translateX(-50%) scaleX(0);width:50%;height:3px;border-radius:4px 4px 0 0}.account-dashboard-tab.is-active:after{transform:translateX(-50%) scaleX(1)}.account-dashboard-content{padding:24px}.account-dashboard-panel{position:relative;inset:auto;display:none}.account-dashboard-panel.is-active{display:block}.account-dashboard-stats{grid-template-columns:1fr}}.account-label{display:block;font-size:.85rem;color:rgba(255,255,255,.6);margin-bottom:6px}.account-input,.account-select{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.15);background:#1e293b;color:#e2e8f0;border-radius:12px;padding:10px 12px;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.account-input:focus,.account-select:focus{border-color:rgba(99,102,241,.6);box-shadow:0 0 0 3px rgba(99,102,241,.15)}.account-select option{background:#1e293b;color:#e2e8f0}.members-invite-form .account-input,.members-invite-form .account-select{max-width:100%}.tariff-card .tariff-plan-card,.tariff-profile-chip{transition:border-color .2s,background .2s}.account-subscription-users-list ul{list-style:none;padding:0;margin:0}.account-subscription-period{margin-top:4px;font-size:.9rem}.account-profiles-with-prices li{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.account-ai-tokens{margin-top:12px;font-size:.9rem;color:rgba(255,255,255,.7)}.account-ai-tokens a{color:#818cf8;text-decoration:none}.account-ai-tokens a:hover{text-decoration:underline}.account-small{font-size:.85rem}.account-subscription-tariff-card{overflow:hidden}.tariff-card-head{margin-bottom:20px}.tariff-card-title{margin:0 0 6px;font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:-.02em}.tariff-card-desc{margin:0;font-size:.88rem;color:rgba(255,255,255,.6);line-height:1.45}.tariff-current-badge{display:inline-block;margin-top:10px;padding:6px 14px;border-radius:999px;font-size:.8rem;font-weight:800;letter-spacing:.03em;background:linear-gradient(135deg,rgba(99,102,241,.25),rgba(168,85,247,.2));border:1px solid rgba(99,102,241,.4);color:rgba(255,255,255,.95)}.tariff-section-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);margin-bottom:10px}.tariff-plan-choose{margin-bottom:22px}.tariff-plan-radio{position:absolute;opacity:0;pointer-events:none}.tariff-plan-cards{display:grid;grid-gap:10px;gap:10px}.tariff-plan-cards-two{grid-template-columns:repeat(2,1fr)}.tariff-plan-price-wrap{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.tariff-plan-price-old{font-size:.9rem;color:rgba(255,255,255,.4);text-decoration:line-through}.tariff-plan-card{display:flex;flex-direction:column;align-items:flex-start;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.tariff-plan-card:hover{border-color:rgba(99,102,241,.35);background:rgba(99,102,241,.06)}.tariff-plan-radio:checked+.tariff-plan-card,.tariff-plan-radio:focus-visible+.tariff-plan-card{border-color:rgba(99,102,241,.6);background:rgba(99,102,241,.12);box-shadow:0 0 0 2px rgba(99,102,241,.2)}.tariff-plan-name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:4px}.tariff-plan-price{font-size:1.05rem;font-weight:800;color:rgba(255,255,255,.95)}.tariff-plan-period{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.5)}.tariff-plan-hint{font-size:.78rem;color:rgba(255,255,255,.45);margin-top:6px}.tariff-profiles-wrap{margin-bottom:18px}.tariff-profile-chips{display:flex;flex-wrap:wrap;gap:8px}.tariff-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);cursor:pointer;transition:border-color .2s,background .2s;font-size:.85rem}.tariff-chip:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.tariff-chip input{width:auto;margin:0;accent-color:#6366f1}.tariff-chip-name{color:rgba(255,255,255,.8);font-weight:600}.tariff-chip-price{font-size:.8rem;color:rgba(255,255,255,.5);margin-left:2px}.tariff-chip:has(input:checked){border-color:rgba(99,102,241,.45);background:rgba(99,102,241,.1)}.tariff-chip:has(input:checked) .tariff-chip-name{color:#fff}.tariff-users-note{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:.85rem;color:rgba(255,255,255,.75)}.tariff-users-note strong{color:rgba(255,255,255,.95)}.tariff-limits-row{display:flex;gap:20px;padding:12px 0;border-top:1px solid rgba(255,255,255,.06);font-size:.88rem}.tariff-limit{display:flex;align-items:baseline;gap:8px}.tariff-limit-label{color:rgba(255,255,255,.5)}.tariff-limit-value{font-weight:700;color:rgba(255,255,255,.9)}.tariff-card-footer{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-top:4px}.tariff-save-btn{min-width:140px}.tariff-save-status{font-size:.85rem}.tariff-save-status.ok{color:#86efac}.tariff-save-status.err{color:#f87171}.members-invite-card .account-dashboard-card-header{align-items:center}.members-pending-block{margin-top:16px}.account-subscription-add-user{margin-top:12px}.account-subscription-add-user,.account-subscription-add-user-fields{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.account-subscription-users-list .account-user-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.04);margin-bottom:6px;font-size:.9rem}.account-subscription-users-list .account-user-row .user-info{color:rgba(255,255,255,.9)}@media (max-width:640px){.tariff-plan-cards-two{grid-template-columns:1fr}}