@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f6f8fb}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,#eef2ff 0,#f6f8fb 38%,#f2f4f8);color:#0f172a;-webkit-text-size-adjust:100%;text-size-adjust:100%}input,select,textarea{font-size:16px!important}@media screen and (min-width: 768px){input,select,textarea{font-size:inherit!important}}a{color:inherit;text-decoration:none}ul{margin:8px 0 0;padding-left:18px;font-size:13px;color:#334155}li+li{margin-top:2px}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-header{top:0;z-index:30;padding:14px 24px 12px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#ffffffeb,#f5f7fceb);box-shadow:0 12px 32px #0f172a14;border-bottom:1px solid rgba(226,232,240,.8);position:sticky}.app-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% 20%,rgba(129,140,248,.18),transparent 55%),radial-gradient(circle at 90% 0%,rgba(99,102,241,.14),transparent 50%);pointer-events:none;opacity:.8;z-index:0}.app-header-main{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.app-logo{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.02em;color:#0f172a}.app-logo-gradient{background:linear-gradient(135deg,#7c3aed,#4f46e5);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.app-logo-dot{width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 0 12px #6366f199}.app-header-left{display:flex;align-items:center;gap:12px}.role-pill{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:5px 10px;border-radius:999px;background:#6366f11f;color:#0f172a;border:1px solid rgba(99,102,241,.3)}.app-nav{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.app-nav--desktop{flex:1;justify-content:center;background:#ffffffb3;padding:6px;border-radius:999px;border:1px solid rgba(226,232,240,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px}.app-header-auth{display:flex;align-items:center;gap:8px}.nav-btn{border-radius:999px;border:1px solid #e5e7eb;padding:8px 14px;font-size:13px;background:#fff;color:#0f172a;cursor:pointer;transition:all .18s ease-out;box-shadow:0 4px 14px #0f172a0a}.nav-btn:hover{border-color:#c7d2fe;color:#0f172a;box-shadow:0 6px 18px #6366f11f}.nav-btn--active{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent;color:#fff;box-shadow:0 10px 28px #6366f147}.nav-btn--ghost{background:#f8fafc;color:#0f172a}.nav-btn-icon{margin-right:6px}.header-icon-btn{width:36px;height:36px;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #0f172a14;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header-icon-btn:hover{transform:translateY(-1px);border-color:#6366f180;box-shadow:0 10px 20px #6366f12e}.header-menu-btn{display:none}.header-menu{position:relative;z-index:40;margin-top:10px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 22px 50px #0f172a2e;padding:12px;display:grid;gap:10px}.header-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:20}.header-menu-user{padding:10px 12px;border-radius:14px;background:linear-gradient(120deg,#eef2ff,#f5f3ff);border:1px solid #e0e7ff}.header-menu-name{font-weight:700;font-size:14px}.header-menu-role{font-size:11px;color:#64748b;margin-top:2px;text-transform:uppercase;letter-spacing:.08em}.header-menu-actions{display:grid;gap:8px}.header-menu-item{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:10px 12px;font-size:13px;font-weight:600;color:#0f172a;text-align:left;cursor:pointer}.header-menu-item--accent{background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent}.header-menu-item--danger{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.app-main{flex:1;padding:24px 24px 96px;max-width:1180px;width:100%;margin:0 auto 28px}.app-footer{padding:14px 24px 20px;font-size:12px;color:#6b7280;text-align:center;border-top:1px solid #e5e7eb;background:#f8fafc}.app-footer-links{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.app-footer-link{font-size:13px;color:#6b7280;text-decoration:none}.app-footer-link:hover{color:#6366f1;text-decoration:underline}.app-footer-copy{margin:0}.screen{display:flex;flex-direction:column;gap:16px}.screen-title{font-size:28px;margin:0;letter-spacing:-.02em}.screen-subtitle{margin:0;font-size:14px;color:#6b7280}.auth-layout{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 20% 20%,#eef2ff 0,#f6f8fb 38%,#f2f4f8)}.auth-header{padding:16px 24px;display:flex;align-items:center;justify-content:center}.auth-header-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.auth-content{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:8px 20px 32px}.auth-footer{padding:20px 24px 24px;text-align:center}.auth-footer-links{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.auth-footer-links a{color:#6b7280;font-size:13px;text-decoration:none;transition:color .15s}.auth-footer-links a:hover{color:#6366f1;text-decoration:underline}.auth-footer-dot{width:4px;height:4px;border-radius:50%;background:#cbd5e1}.auth-footer-copy{margin:0;font-size:12px;color:#94a3b8}.legal-doc-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.legal-doc-page--empty{align-items:center;justify-content:center;gap:16px;padding:24px}.legal-doc-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#fff}.legal-doc-title{margin:0;font-size:16px;font-weight:700;color:#0f172a;text-align:center}.legal-doc-back,.legal-doc-link{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;font-size:13px;font-weight:600;padding:8px 12px;white-space:nowrap}.legal-doc-back{cursor:pointer}.legal-doc-frame{width:100%;height:calc(100vh - 67px);border:0;background:#fff}@media screen and (max-width: 768px){.legal-doc-header{grid-template-columns:1fr 1fr;grid-template-areas:"title title" "back open";gap:8px;padding:10px 12px}.legal-doc-title{grid-area:title;font-size:14px;line-height:1.3}.legal-doc-back{grid-area:back;width:100%;padding:8px 10px;font-size:12px}.legal-doc-link{grid-area:open;width:100%;padding:8px 10px;font-size:12px}.legal-doc-frame{height:calc(100vh - 114px)}}.auth-page{max-width:440px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:36px 32px 40px;box-shadow:0 20px 60px #0f172a1a}.auth-logo-dot{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 0 14px #6366f199;flex-shrink:0}.auth-logo-text{font-weight:700;font-size:20px;color:#0f172a;letter-spacing:-.01em}.auth-welcome{text-align:center;color:#6b7280;font-size:14px;margin:0 0 24px}.auth-title{text-align:center;font-size:22px;font-weight:700;color:#0f172a;margin:0 0 8px}.auth-subtitle{text-align:center;color:#6b7280;font-size:13px;margin:0 0 24px;line-height:1.5}.auth-tabs{display:flex;background:#f1f5f9;border-radius:14px;padding:4px;margin-bottom:24px;gap:4px}.auth-tab{flex:1;border:none;background:transparent;padding:10px 0;border-radius:11px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .18s ease}.auth-tab--active{background:#fff;color:#0f172a;box-shadow:0 2px 8px #0f172a14}.auth-tab:hover:not(.auth-tab--active){color:#334155}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:13px;font-weight:600;color:#374151}.auth-input{border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:12px 14px;font-size:14px;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 4px #818cf826;background:#fff}.auth-input--error{border-color:#f87171}.auth-input--error:focus{box-shadow:0 0 0 4px #f8717126}.auth-field-error{font-size:12px;color:#dc2626;padding-left:2px}.auth-role-switch{display:flex;gap:8px}.auth-role-btn{flex:1;border:1px solid #e5e7eb;background:#f8fafc;border-radius:12px;padding:10px 0;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.auth-role-btn--active{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent;color:#fff;box-shadow:0 6px 16px #6366f140}.auth-role-btn:hover:not(.auth-role-btn--active){border-color:#c7d2fe;color:#4338ca}.auth-role-hint{font-size:12px;color:#6b7280;line-height:1.4}.auth-error{border:1px solid #fca5a5;color:#b91c1c;background:#fef2f2;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.4}.auth-error a{color:#b91c1c;text-decoration:underline}.auth-submit{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:14px 16px;border-radius:14px;cursor:pointer;font-weight:700;font-size:15px;letter-spacing:.01em;box-shadow:0 10px 28px #6366f140;transition:transform .12s ease,box-shadow .12s ease;display:flex;align-items:center;justify-content:center;min-height:48px;text-decoration:none}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 12px 32px #6366f14d}.auth-submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.auth-submit--link{text-align:center;margin-top:8px}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-spinner{display:inline-block;width:20px;height:20px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:auth-spin .6s linear infinite}.auth-forgot{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;margin-top:16px}.auth-forgot a{color:#6366f1;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.auth-forgot a:hover{color:#4338ca;text-decoration:underline}.auth-demo-btn{border:1px solid #cbd5f5;background:linear-gradient(135deg,#eef2ff,#fff);color:#1d4ed8;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px #6366f11f;display:inline-flex;align-items:center;gap:8px}.auth-demo-btn:hover{background:linear-gradient(135deg,#e0e7ff,#f8fafc);color:#1e40af}.auth-demo-btn:disabled{opacity:.7;cursor:not-allowed}.auth-tab-icon,.auth-demo-icon{display:inline-flex;width:14px;height:14px}.auth-tab-icon svg,.auth-demo-icon svg{width:100%;height:100%}.auth-tab{gap:10px}.auth-tab-icon{margin-right:2px}.auth-trial-banner{margin-top:10px;padding:10px 12px;border-radius:12px;border:1px solid #c7d2fe;background:linear-gradient(135deg,#eef2ff,#f8fafc);color:#1e1b4b;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.auth-trial-icon{width:16px;height:16px;display:inline-flex;color:#4338ca}.auth-trial-icon svg{width:100%;height:100%}.auth-page>*{animation:authReveal .52s ease-out both}.auth-page>*:nth-child(1){animation-delay:0ms}.auth-page>*:nth-child(2){animation-delay:60ms}.auth-page>*:nth-child(3){animation-delay:.12s}.auth-page>*:nth-child(4){animation-delay:.18s}.auth-page>*:nth-child(5){animation-delay:.24s}.auth-page>*:nth-child(6){animation-delay:.3s}@keyframes authReveal{0%{opacity:0;transform:translateY(10px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.auth-success-block{text-align:center;padding:12px 0}.auth-success-block .auth-submit{display:inline-flex;width:auto}.auth-success-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:24px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 8px 20px #22c55e4d}.auth-success-text{color:#374151;font-size:14px;line-height:1.6;margin:0 0 20px}.auth-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#1f2937;font-weight:600}.auth-form input,.auth-form select{border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:11px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input:focus,.auth-form select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 4px #818cf833}.user-chip{font-size:12px;color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:6px 10px;font-weight:600}.notif{position:relative}.notif-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px}.notif-badge{position:absolute;top:6px;right:8px;width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 2px #fff}.notif-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a33;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:18}.notif-menu{position:absolute;right:0;top:44px;width:min(360px,90vw);background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 24px 60px #0f172a26;padding:12px;z-index:20}.notif-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 4px 10px;border-bottom:1px solid #e5e7eb}.notif-push{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 6px;border-bottom:1px solid #e5e7eb}.notif-push-info{display:flex;flex-direction:column;gap:4px}.notif-push-title{font-size:12px;font-weight:700;color:#0f172a}.notif-push-subtitle{font-size:11px;color:#6b7280}.notif-toggle{position:relative;width:42px;height:24px;border-radius:999px;border:none;background:#e2e8f0;cursor:pointer;transition:background .2s ease}.notif-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a33;transition:transform .2s ease}.notif-toggle--on{background:#4f46e5}.notif-toggle--on .notif-toggle-thumb{transform:translate(18px)}.notif-toggle:disabled{opacity:.6;cursor:not-allowed}.notif-push-hint{font-size:11px;color:#6b7280;padding:0 6px 8px}.notif-push-error{font-size:11px;color:#b91c1c;padding:0 6px 8px}.notif-title{font-weight:700;font-size:14px}.notif-subtitle{font-size:12px;color:#6b7280}.notif-mark{border:none;background:#eef2ff;color:#4338ca;padding:6px 10px;font-size:12px;border-radius:999px;cursor:pointer;font-weight:600}.notif-mark:disabled{opacity:.6;cursor:not-allowed}.notif-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;padding:10px 2px 2px}.notif-empty{text-align:center;font-size:13px;color:#6b7280;padding:20px 0 10px}.notif-item{border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;background:#fff;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:border-color .15s ease,box-shadow .15s ease}.notif-item:hover{border-color:#c7d2fe;box-shadow:0 8px 18px #6366f11a}.notif-item--unread{background:linear-gradient(120deg,#eef2ff,#fff);border-color:#c7d2fe}.notif-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px}.notif-source{padding:3px 8px;border-radius:999px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.notif-source--system{background:#ecfeff;color:#0e7490}.notif-source--trainer{background:#fce7f3;color:#9d174d}.notif-source--client{background:#dcfce7;color:#15803d}.notif-time{color:#6b7280}.notif-item-title{font-size:13px;font-weight:600;color:#0f172a}.notif-item-message{font-size:12px;color:#475569}.primary-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:12px 16px;border-radius:14px;cursor:pointer;font-weight:700;letter-spacing:.01em;box-shadow:0 12px 30px #6366f140;transition:transform .12s ease,box-shadow .12s ease}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 14px 36px #6366f147}.primary-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.secondary-btn{background:#f1f5f9;color:#0f172a;border:1px solid #e5e7eb;padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:600}.ghost-btn{background:transparent;color:#475569;border:1px dashed #cbd5f5;padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:600}.muted{color:#6b7280;font-size:12px;margin-top:4px}.error-box{border:1px solid #fca5a5;color:#b91c1c;background:#fef2f2;padding:10px 12px;border-radius:12px;font-size:13px}.nutrition-goal-card{background:linear-gradient(180deg,#fff,#f8fafc);border-color:#e2e8f0}.nutrition-goal-pill{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;text-transform:none;font-weight:600;border-radius:999px;white-space:nowrap;font-size:11px;padding:6px 10px}.nutrition-goal-compact{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.nutrition-goal-hero{padding:10px 12px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;gap:2px}.nutrition-goal-hero-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.nutrition-goal-hero-value{font-size:20px;font-weight:700;color:#0f172a}.nutrition-goal-hero-value span{font-size:11px;font-weight:600;color:#64748b}.nutrition-goal-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.nutrition-goal-chip{padding:8px 10px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:2px}.nutrition-goal-chip-label{font-size:11px;color:#64748b;font-weight:600}.nutrition-goal-chip-value{font-size:14px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}.nutrition-goal-icon{font-size:14px;line-height:1}.nutrition-goal-chip-track{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:4px}.nutrition-goal-chip-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#6366f1)}.nutrition-goal-chip-fill--protein{background:linear-gradient(90deg,#22c55e,#16a34a)}.nutrition-goal-chip-fill--fat{background:linear-gradient(90deg,#f59e0b,#f97316)}.nutrition-goal-chip-fill--carbs{background:linear-gradient(90deg,#a78bfa,#6366f1)}.nutrition-goal-progress{display:grid;gap:6px}.nutrition-goal-progress-head{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;color:#64748b}.nutrition-goal-progress-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.nutrition-goal-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#6366f1)}.nutrition-goal-progress-fill--week{background:linear-gradient(90deg,#22c55e,#16a34a)}.nutrition-goal-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.nutrition-goal-actions .secondary-btn{padding:8px 12px;border-radius:10px;font-size:13px}.nutrition-goal-form .nutrition-goal-actions{grid-column:1 / -1}.nutrition-goal-field{gap:6px}.nutrition-goal-input{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:6px 10px}.nutrition-goal-input input{border:none;background:transparent;padding:6px 0;width:100%}.nutrition-goal-input input:focus{outline:none}.nutrition-goal-unit{font-size:12px;color:#64748b;font-weight:600;white-space:nowrap}.nutrition-entry-form{display:grid;gap:10px;width:100%}.nutrition-entry-row,.nutrition-entry-macros{display:grid;gap:10px}.nutrition-entry-row{grid-template-columns:repeat(3,minmax(140px,1fr));align-items:end}.nutrition-entry-macros{grid-template-columns:repeat(2,minmax(0,1fr))}.nutrition-entry-form label{font-size:12px;font-weight:600;color:#1f2937;display:flex;flex-direction:column;gap:6px;min-width:0}.nutrition-entry-form input,.nutrition-entry-form select{width:100%;padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:13px;box-sizing:border-box}.nutrition-entry-form input[type=file]{width:100%;max-width:100%}.nutrition-entry-form input:focus,.nutrition-entry-form select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf82e}.nutrition-entry-comment{grid-column:span 2}.nutrition-entry-form .primary-btn{height:40px;align-self:end}@media (max-width: 900px){.nutrition-entry-row,.nutrition-entry-macros{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.nutrition-entry-row{grid-template-columns:1fr}.nutrition-entry-macros{grid-template-columns:repeat(2,minmax(0,1fr))}.nutrition-entry-comment{grid-column:auto}}.nutrition-status-pill{border-radius:999px;text-transform:none;letter-spacing:.02em;font-weight:600}.nutrition-status--good{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.nutrition-status--warn{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.nutrition-status--bad{background:#fef2f2;border-color:#fecdd3;color:#be123c}.nutrition-status--muted{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.nutrition-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;margin-bottom:12px}.nutrition-hero-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.nutrition-hero-value{font-size:22px;font-weight:700;color:#0f172a}.nutrition-hero-caption{font-size:12px;color:#64748b}.nutrition-meter{display:flex;flex-direction:column;gap:6px;min-width:140px;align-items:flex-end}.nutrition-meter-track{width:140px;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.nutrition-meter-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6366f1,#22c55e)}.nutrition-meter-label{font-size:12px;color:#475569;font-weight:600}.nutrition-macro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:12px}.nutrition-macro-card{border-radius:14px;border:1px solid #e2e8f0;background:#fff;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.nutrition-macro-header{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#475569;font-weight:600}.nutrition-macro-value{color:#0f172a}.nutrition-macro-track{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.nutrition-macro-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#6366f1)}.nutrition-goal-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;align-items:end}.nutrition-goal-form .primary-btn{width:100%}@media (max-width: 720px){.nutrition-hero{flex-direction:column;align-items:flex-start}.nutrition-meter{align-items:flex-start}}.inline-notice{margin-top:10px;padding:8px 12px;border-radius:12px;font-size:12px;border:1px solid #e5e7eb;background:#f8fafc;color:#334155}.inline-notice--success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.inline-notice--error{border-color:#fecdd3;background:#fef2f2;color:#be123c}.inline-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;align-items:center}.measurement-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.measurement-form .field-block{align-items:flex-start}.measurement-form .field-block label{font-size:11px;text-transform:none;letter-spacing:.02em;color:#64748b;font-weight:600}.measurement-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;text-align:left}.auth-form .measurement-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px}.measurement-label .sf-icon{display:inline-block}.measurement-form .field-block--span{grid-column:1 / -1}.measurement-form .field-block--span .swift-input,.measurement-form .field-block--span .swift-input input{width:100%}.measurement-form__submit{grid-column:1 / -1}.program-create{display:flex;flex-direction:column;gap:18px}.program-create-body{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:18px;align-items:start}.program-create-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);grid-template-areas:"name weeks" "description description";gap:12px 14px;align-items:start}.program-create-main .field-block{min-width:0}.program-create-name{grid-area:name}.program-create-weeks{grid-area:weeks}.program-create-description{grid-area:description}.field-block{display:flex;flex-direction:column;gap:6px}.field-block label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.program-create input,.program-create textarea{border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:11px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.program-create textarea{resize:vertical;min-height:110px}.program-create input:focus,.program-create textarea:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 4px #818cf833}.field-hint{font-size:12px;color:#94a3b8}.number-field{display:flex;align-items:center;position:relative}.number-field input{width:100%;padding-right:58px}.number-field-unit{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:13px;font-weight:600;color:#475569;pointer-events:none}.program-create-side{align-self:stretch}.program-tip{border-radius:16px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:16px 18px;font-size:13px;color:#1f2937;height:100%}.program-tip-title{font-size:19px;font-weight:700;margin-bottom:10px;color:#1e293b;letter-spacing:-.01em}.program-tip ul{margin:0;padding-left:21px;display:grid;gap:8px;line-height:1.35}.program-create-actions{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid #e6ebf3}.assign-create-actions{grid-column:1 / 2}.assign-create{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:18px;align-items:start}.assign-create-main{display:grid;gap:12px}.assign-create select,.assign-create input{border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:11px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.assign-create select:focus,.assign-create input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 4px #818cf833}.assign-create-side{display:flex}@media (max-width: 920px){.assign-create{grid-template-columns:1fr}.assign-create-side{order:2}.assign-create-actions{grid-column:1 / -1;order:3}}@media (max-width: 920px){.program-create{gap:14px}.program-create-body{grid-template-columns:1fr}.program-create-main{grid-template-columns:1fr;grid-template-areas:"name" "weeks" "description"}.program-create-side{order:3}.program-create-actions{grid-column:1 / -1;flex-direction:column;align-items:stretch}}@media (max-width: 1180px) and (min-width: 921px){.program-create-body{grid-template-columns:1fr}.program-create-main{grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);grid-template-areas:"name weeks" "description description"}.program-create-side{order:2}.program-create-actions{order:3;border-top:none;padding-top:6px}}.card{border-radius:20px;background:#fff;border:1px solid #e5e7eb;padding:16px 18px 14px;box-shadow:0 18px 40px #0f172a0d}.swift-ui{font-family:SF Pro Text,SF Pro Display,Segoe UI,Helvetica Neue,Arial,sans-serif}.swift-ui .swift-card{border-radius:24px;border:1px solid #e3e8f0;background:linear-gradient(180deg,#fff,#f7f9fc);box-shadow:0 22px 60px #0f172a14}.swift-ui .card-header h2{font-size:20px;letter-spacing:-.01em}.swift-ui .card-header .muted{font-size:12px}.swift-ui .swift-form input,.swift-ui .swift-form select,.swift-ui .swift-form textarea{border-radius:14px;border:1px solid #dfe6ef;background:#f6f8fb;color:#0f172a;padding:11px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.swift-ui .swift-form input:focus,.swift-ui .swift-form select:focus,.swift-ui .swift-form textarea:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa40;background:#fff}.swift-ui .swift-grid{gap:12px}.swift-ui .swift-tile{border-radius:18px;border:1px solid #e3e8f0;background:linear-gradient(180deg,#fff,#f5f7fb);box-shadow:0 10px 26px #0f172a0f;transition:transform .12s ease,box-shadow .12s ease}.swift-ui .swift-tile:hover{transform:translateY(-1px);box-shadow:0 16px 32px #0f172a17}.swift-ui .swift-segmented{gap:8px}.swift-ui .swift-segment-btn{border-radius:999px;padding-left:14px;padding-right:14px}.swift-ui .swift-tip{border-radius:18px;border:1px solid #e1e7f0;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.swift-ui .swift-actions{align-items:center;gap:12px}.swift-ui .tag{border-radius:999px;background:#eef6ff;border-color:#cfe3ff;color:#1f4f8a}.swift-ui .primary-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 12px 30px #6366f140}.primary-btn--compact{padding:10px 18px;min-height:40px;font-size:14px;border-radius:14px;align-self:flex-start}.trainer-contact-card{padding:12px 14px;border-radius:16px;border-color:#e8edf5;box-shadow:0 8px 20px #0f172a0a}.trainer-contact-card .card-header{margin-bottom:8px;align-items:center}.trainer-contact-card .card-header h2{font-size:16px;letter-spacing:0}.trainer-contact-card .card-header .muted{font-size:11px}.trainer-contact-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;background:#f8fafc;color:#4f46e5;border:1px solid #e2e8f0;box-shadow:none;font-weight:600;letter-spacing:0;font-size:13px;line-height:1.2;padding:6px 12px;min-height:32px;border-radius:10px}.trainer-contact-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a14;background:#fff}.swift-ui .secondary-btn{background:#f1f5f9;border:1px solid #e5e7eb;color:#0f172a}.swift-ui .swift-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.swift-ui .swift-field{display:flex;flex-direction:column;gap:6px}.swift-ui .swift-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.swift-ui .swift-actions-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}.swift-ui .swift-actions-row .primary-btn,.swift-ui .swift-actions-row .secondary-btn{min-width:200px;height:44px}.swift-ui .swift-actions-row .muted{flex:0 1 auto;align-self:center;margin-top:0}.swift-ui .swift-form-grid .primary-btn,.swift-ui .swift-form-grid .secondary-btn{height:44px}@media (max-width: 720px){.swift-ui .swift-actions-row .primary-btn,.swift-ui .swift-actions-row .secondary-btn{min-width:100%}}.card--hint{border-style:dashed;border-color:#cbd5e1;background:#f8fafc}.no-week-sessions-card{margin-top:14px}.action-card{border-style:dashed;border-color:#cbd5e1;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.action-card--swift{border-style:solid;border-color:#dbe4f2;border-radius:22px;background:linear-gradient(180deg,#f8fbff,#f3f7fc);box-shadow:0 20px 44px #0f172a12}.action-card-header h2{display:inline-flex;align-items:center;gap:8px;font-size:28px;letter-spacing:-.02em}.action-card-heading-icon{width:18px;height:18px;color:#5b6eef}.action-card-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border-color:#c3d1ff;background:#edf2ff;color:#5a65d8}.action-card-badge-icon{width:13px;height:13px;color:#5a65d8}.action-list{display:flex;flex-direction:column;gap:10px}.action-list--swift{gap:12px}.action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 12px;border-radius:14px;border:1px solid #e5e7eb;background:#fff}.action-row--swift{border:1px solid #dce3ee;border-radius:22px;padding:14px 16px;background:linear-gradient(180deg,#fff,#f8fafd);box-shadow:0 10px 26px #0f172a0a}.action-row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.danger-btn{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:12px;padding:8px 14px;font-weight:600;cursor:pointer}.danger-btn:hover{background:#fecaca}.action-row-main{flex:1;min-width:0}.action-title{font-weight:600;font-size:14px;margin:0 0 4px;color:#0f172a}.action-title-wrap{display:flex;align-items:center;gap:10px;margin-bottom:4px}.action-item-icon-shell{width:28px;height:28px;border-radius:10px;background:#eef3ff;border:1px solid #dbe5ff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.action-item-icon{width:15px;height:15px;color:#5b6eef}.action-row-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.action-row-meta--swift{gap:10px}.action-cta-btn{min-height:42px;border-radius:16px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#edf2f8;border-color:#d2dbe7;color:#243046}.action-cta-btn:hover{background:#e6edf6;border-color:#c5d1e0}.action-cta-icon{width:14px;height:14px;color:#51607a}.status-dot{width:10px;height:10px;border-radius:999px;display:inline-block;box-shadow:0 0 0 4px #0f172a0a}.status-dot--ok{background:#22c55e}.status-dot--warn{background:#f97316}.status-dot--muted{background:#cbd5e1}@media (max-width: 768px){.action-card--swift{padding:14px;border-radius:20px}.action-card-header{margin-bottom:10px}.action-card-header h2{font-size:22px}.action-row--swift{align-items:stretch;flex-direction:column;gap:12px;border-radius:20px;padding:14px}.action-row-meta--swift{width:100%;justify-content:space-between}.action-row-meta--swift .status-dot{margin-left:2px}.action-row-meta--swift .action-cta-btn{flex:1;min-width:0}}@media (max-width: 520px){.action-card-header h2{font-size:19px}.action-card-badge{font-size:11px;padding:3px 8px}.action-title{font-size:15px}.action-row--swift .muted{font-size:11px;margin-top:0}}.onboarding-card{padding:8px!important}.onboarding-steps{display:flex;flex-direction:column;gap:6px}.onboarding-step{padding:2px 6px;border-radius:8px;background:#f8fafc}.onboarding-step-header{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px}.onboarding-dot{width:14px;height:14px;border-radius:999px;border:2px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff;flex-shrink:0}.onboarding-dot--done{background:linear-gradient(135deg,#7c3aed,#5b21b6);border-color:#5b21b6}.onboarding-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.onboarding-note{flex-basis:100%;margin-top:2px}.onboarding-toggle{border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.onboarding-toggle:hover{background:#f1f5f9;color:#1f2937}.tag--clickable{cursor:pointer;text-decoration:underline;text-underline-offset:2px}.tag--clickable:active{transform:translateY(1px)}.demo-credentials{display:grid;gap:8px;margin:8px 0}.demo-credential{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#1f2937;font-size:13px}.demo-credential-value{font-weight:600;color:#0f172a}.demo-credential-copy{justify-self:flex-start;border:1px solid #cbd5f5;background:#eef2ff;color:#1d4ed8;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.demo-credential-copy:hover{background:#e0e7ff;color:#1e40af}.demo-login-btn{justify-self:flex-start}.invite-history-card,.invite-requests-shortcut{margin-top:12px}.invite-requests-shortcut-meta{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:13px;color:#475569;margin-top:4px}.invite-requests-shortcut-btn{margin-top:12px}.invite-history-list{display:grid;gap:10px;margin-top:8px}.invite-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.invite-history-meta{display:grid;gap:2px;min-width:0}.invite-history-name{font-size:14px;font-weight:700;color:#0f172a}.invite-history-email{font-size:12px;color:#6b7280}.invite-history-date{font-size:11px;color:#94a3b8}.invite-history-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.invite-history-link{padding:6px 10px;border-radius:999px;border:1px solid #cbd5f5;background:#eef2ff;color:#1d4ed8;font-weight:600;font-size:12px;cursor:pointer}.invite-history-link:hover{background:#e0e7ff;color:#1e40af}.invite-history-status{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600}.invite-history-status--pending{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.invite-history-status--registered{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.invite-history-status--expired{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.invite-history-refresh{padding:6px 10px;border-radius:999px;border:1px solid #fbcfe8;background:#fdf2f8;color:#9d174d;font-weight:600;font-size:12px;cursor:pointer}.invite-history-refresh:hover{background:#fce7f3;color:#831843}.onboarding-btn{min-width:140px;text-align:center;font-size:14px;padding:6px 10px}.demo-card{border:1px dashed #c7d2fe;background:#f5f3ff;box-shadow:none}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.onboarding-card-title{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.onboarding-card-title h2{margin:0}.onboarding-toggle{padding:10px 16px;border-radius:999px;border:1px solid rgba(99,102,241,.35);background:linear-gradient(135deg,#6366f11f,#8b5cf624);color:#1f2937;font-weight:600;letter-spacing:.01em;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.onboarding-toggle:hover{border-color:#6366f18c;box-shadow:0 12px 24px #6366f12e;transform:translateY(-1px)}.onboarding-toggle:active{transform:translateY(0);box-shadow:none}@media (max-width: 640px){.onboarding-toggle{width:100%;text-align:center}}.card-header h2{margin:0;font-size:18px}.card-header-badge{font-size:11px;padding:4px 9px;border-radius:999px;background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe}.card-header-right{text-align:right;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.program-name{font-size:13px;color:#1f2937}.tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;border:1px solid #e5e7eb;color:#6b7280;background:#f8fafc}.tag--primary{border-color:#c7d2fe;color:#4338ca;background:#eef2ff}.tag--test{border-color:#fcd34d;color:#92400e;background:#fef3c7}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.kpi-grid--client{grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(200px,1fr))}.client-summary{display:grid;grid-template-columns:minmax(320px,1.4fr) repeat(3,minmax(180px,1fr));gap:12px}.client-summary-card{border-radius:20px;padding:12px 14px;background:#fffc;border:1px solid rgba(148,163,184,.25);box-shadow:0 10px 24px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:0;opacity:0;transform:translateY(8px);filter:blur(4px);animation:clientSummaryIn .42s ease-out forwards}.client-summary-tags{margin-top:8px}.client-summary-card--hero{background:linear-gradient(135deg,#fffffff2,#f8fafcd9);border-color:#818cf840}.client-summary-label{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#64748b;margin-bottom:6px;display:inline-flex;align-items:center;gap:6px}.client-summary-icon{display:inline-flex;width:14px;height:14px;color:#94a3b8}.client-summary-icon svg{width:100%;height:100%}.client-summary-title{font-size:20px;font-weight:650;line-height:1.25;color:#0f172a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.client-summary-title--compact{font-size:18px}.client-summary-subtitle{margin-top:6px;font-size:12px;color:#64748b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.client-summary-value{font-size:22px;font-weight:700;color:#0f172a;line-height:1.15}.client-summary-card:nth-child(1){animation-delay:60ms}.client-summary-card:nth-child(2){animation-delay:.12s}.client-summary-card:nth-child(3){animation-delay:.18s}.client-summary-card:nth-child(4){animation-delay:.24s}.client-summary-card--telegram{display:flex;flex-direction:column;gap:10px;align-items:flex-start}@keyframes clientSummaryIn{0%{opacity:0;transform:translateY(8px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media (max-width: 1100px){.client-summary{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width: 720px){.client-summary{grid-template-columns:1fr}}.kpi-card{border-radius:18px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 14px 30px #0f172a0a;min-width:0}.kpi-card--client{display:grid;grid-template-columns:1fr;gap:4px}.kpi-label{font-size:10px;text-transform:uppercase;color:#6b7280;letter-spacing:.08em;margin-bottom:4px}.kpi-value{font-size:20px;font-weight:700;display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;word-break:break-word}.kpi-value--title{font-size:18px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.kpi-value--stat{font-size:22px;line-height:1.15}.kpi-meta{color:#64748b;font-size:11px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.kpi-card .muted{word-break:break-word}@media (max-width: 1100px){.kpi-grid--client{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width: 720px){.kpi-grid--client{grid-template-columns:1fr}}.delta{font-size:11px;color:#94a3b8}.delta--good{color:#22c55e}.data-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:8px}.table-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;padding:8px 12px 12px;border-radius:14px;background:linear-gradient(120deg,#e2e8f0b3,#ffffffe6);border:1px solid #e2e8f0;margin-top:8px}.table-filter{display:flex;gap:8px;flex-wrap:wrap}.table-toolbar label,.table-toolbar span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.table-search{display:flex;align-items:center;gap:10px;flex:1 1 260px;min-width:0}.table-search input{width:100%;padding:8px 12px;border-radius:999px;border:1px solid #cbd5f5;background:#fff;font-size:13px;color:#0f172a;box-shadow:0 8px 20px #0f172a0f}.table-search input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf840}.table-sort{display:flex;align-items:center;gap:10px;flex:1 1 220px;min-width:0;flex-wrap:wrap}.table-sort select{flex:1 1 auto;padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:13px;color:#0f172a}.sort-direction{height:34px;width:34px;border-radius:10px;border:1px solid #e2e8f0;background:#eef2ff;color:#1d4ed8;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.table-sort .sort-direction{flex:0 0 auto}.sort-direction:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e52e}.table-counter{margin-left:auto;font-size:13px;color:#1f2937;white-space:nowrap}@media (max-width: 840px){.table-toolbar{gap:10px 12px}.table-search,.table-sort{flex:1 1 100%}.table-counter{margin-left:0;width:100%}}@media (max-width: 640px){.table-toolbar{padding:6px 8px 8px;gap:8px 10px}.table-toolbar label,.table-toolbar span{font-size:10px}.table-search input,.table-sort select{padding:6px 10px;font-size:12px}.sort-direction{height:30px;width:30px}.table-sort{align-items:flex-start}.table-sort select{width:100%}.table-sort .sort-direction{width:100%;height:36px}.data-table{font-size:12px}.data-table th,.data-table td{padding:8px}.data-table thead th{font-size:10px}.table-scroll{max-height:none;overflow-x:auto;overflow-y:visible;touch-action:pan-x;-webkit-overflow-scrolling:touch}.table-scroll--menu .table-scroll-inner{max-height:none;overflow:visible}}.table-counter strong{color:#111827}.data-table th,.data-table td{padding:10px;text-align:left;border-bottom:1px solid #e5e7eb}.data-table .table-actions-col{width:52px;text-align:center;padding-left:6px;padding-right:6px}.data-table thead th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;border-bottom:1px solid #dbeafe}.data-row-clickable{cursor:pointer;transition:background .14s ease,border-color .14s ease}.data-row-clickable:hover{background:#f1f5f9}.data-row-clickable:focus-visible{outline:2px solid #818cf8;outline-offset:-2px}.client-name-link{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}.client-name-cell{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.table-scroll{overflow:auto;max-height:520px;margin:0 -2px;padding:0 2px 2px}.table-scroll::-webkit-scrollbar{height:8px;width:8px}.table-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table-scroll::-webkit-scrollbar-track{background:transparent}.table-scroll--menu{overflow:visible;max-height:none;margin:0;padding:0}.table-scroll--menu .table-scroll-inner{overflow:auto;max-height:520px;margin:0 -2px;padding:0 2px 2px}.table-scroll--menu .table-scroll-inner::-webkit-scrollbar{height:8px;width:8px}.table-scroll--menu .table-scroll-inner::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table-scroll--menu .table-scroll-inner::-webkit-scrollbar-track{background:transparent}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 9px;font-size:11px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a}.status-pill--danger{border-color:#fecdd3;color:#be123c;background:#fef2f2}.status-pill--success{border-color:#bbf7d0;color:#166534;background:#f0fdf4}.status-pill--default{border-color:#c7d2fe;color:#1d4ed8;background:#eef2ff}.progress-cell{display:flex;align-items:center;gap:8px}.progress-bar{flex:1;height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#10b981)}.progress-label{font-size:12px;color:#0f172a}.calendar-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;margin:10px 0}.calendar-day{border-radius:14px;border:1px solid #e5e7eb;padding:8px 10px;min-height:72px;display:flex;flex-direction:column;gap:6px;font-size:12px;color:#1f2937;background:#fff;cursor:pointer}.calendar-day-name{font-weight:700;color:#0f172a}.calendar-day--has-workout{background:#eef2ff;border-color:#c7d2fe}.calendar-day--selected{border-color:#818cf8;box-shadow:0 8px 18px #6366f12e}.calendar-day--today{border-color:#f97316;box-shadow:0 8px 18px #f973162e}.calendar-day-label{margin-top:auto;align-self:flex-start;padding:2px 8px;border-radius:999px;background:#fff7ed;color:#f97316;font-size:11px}.workout-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}details.workout-card{border-radius:16px;border:1px solid #e5e7eb;padding:10px 12px;background:#fff;box-shadow:0 12px 32px #0f172a0d}.workout-card-header{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;flex-wrap:wrap}.workout-card-header::-webkit-details-marker{display:none}.workout-card-header h3{margin:0;font-size:16px}.workout-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:180px}.meta-row{display:flex;flex-direction:column;gap:4px;width:100%}.level-select,.day-select{border-radius:12px;padding:8px 10px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;font-size:13px}.level-pill{border-radius:999px;padding:4px 10px;font-size:11px;border:1px solid #e5e7eb}.level-pill--light{border-color:#cbd5e1;color:#6b7280}.level-pill--normal{border-color:#c7d2fe;color:#4338ca;background:#eef2ff}.level-pill--hard{border-color:#fb923c;color:#c2410c;background:#fff7ed}.progress-legend{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;font-size:12px;color:#6b7280}.legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:6px}.legend-dot--weight{background:#f97316}.legend-dot--waist{background:#22c55e}.legend-dot--hips{background:#38bdf8}.legend-dot--chest{background:#a855f7}.editable-grid{display:flex;flex-direction:column;gap:8px;margin-top:12px}.editable-row{display:grid;grid-template-columns:70px repeat(4,minmax(70px,1fr)) minmax(160px,1.4fr) auto;grid-template-areas:"index reps weight rpe rest type actions";gap:8px 10px;align-items:end;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:10px}.editable-cell{display:flex;flex-direction:column;gap:6px}.editable-cell label{font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:#6b7280}.set-label{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.sf-icon{width:14px;height:14px;color:#94a3b8;flex:0 0 auto}.sf-icon--field{width:16px;height:16px;color:#94a3b8}.swift-input{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;border:1px solid #dfe6ef;background:#f6f8fb;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.swift-input input{border:none!important;background:transparent!important;padding:0!important;font-size:14px;width:100%}.swift-input:focus-within{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa40;background:#fff}.swift-input--compact{max-width:220px}.sf-icon--btn{width:16px;height:16px;color:currentColor;margin-right:6px}.editable-cell input{border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;padding:9px 10px;font-size:13px;width:100%}.editable-cell.small input{text-align:center}.editable-cell--index{grid-area:index;align-items:center;justify-content:center;text-align:center}.editable-cell--reps{grid-area:reps}.editable-cell--weight{grid-area:weight}.editable-cell--rpe{grid-area:rpe}.editable-cell--rest{grid-area:rest}.editable-cell--type{grid-area:type}.editable-cell--actions{grid-area:actions}.editable-cell--reps input,.editable-cell--weight input,.editable-cell--rpe input,.editable-cell--rest input{text-align:center}.set-number{font-size:18px;font-weight:700;color:#0f172a}.fake-chart{margin-top:12px}.line-chart{width:100%;height:auto}.chart-axis-label{font-size:10px;fill:#94a3b8}@media (max-width: 640px){.chart-axis-label{font-size:14px}}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.photo-list{display:grid;gap:8px;margin-top:8px}.photo-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.photo-card-meta{display:grid;gap:2px;min-width:0}.photo-card-date{font-size:13px;font-weight:600;color:#0f172a}.photo-card-note{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-card-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.photo-card-open{padding:6px 10px;border-radius:999px;border:1px solid #cbd5f5;background:#eef2ff;color:#1d4ed8;font-weight:600;font-size:12px;text-decoration:none}.photo-card-open:hover{background:#e0e7ff;color:#1e40af}.photo-card-delete{padding:6px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-weight:600;font-size:12px;cursor:pointer}.photo-card-delete:hover{background:#e2e8f0;color:#1f2937}.nutrition-history{display:grid;gap:8px;margin-top:8px}.nutrition-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.nutrition-history-meta{display:grid;gap:2px;min-width:0}.nutrition-history-date{font-size:12px;color:#6b7280;font-weight:600}.nutrition-history-title{font-size:14px;font-weight:700;color:#0f172a}.nutrition-history-subtitle{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nutrition-history-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.nutrition-history-photo{padding:6px 10px;border-radius:999px;border:1px solid #cbd5f5;background:#eef2ff;color:#1d4ed8;font-weight:600;font-size:12px;cursor:pointer}.nutrition-history-photo:hover{background:#e0e7ff;color:#1e40af}.nutrition-history-delete{padding:6px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-weight:600;font-size:12px;cursor:pointer}.nutrition-history-delete:hover{background:#e2e8f0;color:#1f2937}.photo-placeholder{border-radius:16px;border:1px dashed #cbd5e1;height:160px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:14px;text-transform:uppercase;letter-spacing:.08em;background:#f8fafc}.photo-item{position:relative;overflow:hidden;padding:0;text-transform:none;letter-spacing:0;background:#eef2ff}.photo-item img{width:100%;height:100%;object-fit:cover;display:block}.photo-date{position:absolute;left:8px;bottom:8px;padding:4px 8px;border-radius:999px;background:#0f172ab3;color:#fff;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.progress-legend,.photo-placeholder span{font-weight:600}.library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.library-card{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff;box-shadow:0 12px 24px #0f172a0d;display:flex;flex-direction:column;gap:6px}.library-title{font-weight:700}.library-meta{font-size:12px;color:#6b7280}.library-link{font-size:12px;color:#4338ca}.library-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:10px 0 8px}.library-section-head h3{margin:0;font-size:22px;letter-spacing:-.01em;color:#0f172a}.program-editor{display:flex;flex-direction:column;gap:12px}.program-day-grid{display:grid;grid-template-columns:1.1fr 140px 1.6fr auto;gap:10px;margin-bottom:8px;align-items:end}.program-day-field{display:flex;flex-direction:column;gap:6px}.program-day-field input,.program-day-field select{border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;padding:10px 12px;font-size:14px}.program-day-field input:focus,.program-day-field select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33;background:#fff}.program-day-actions{display:flex;align-items:flex-end}.program-exercise{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#f8fafc;margin-bottom:12px}.program-ex-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px;gap:8px}.program-ex-header>div{min-width:0}.program-ex-header .secondary-btn{flex-shrink:0}.program-ex-main{flex:1;min-width:0;display:grid;grid-template-columns:minmax(200px,2.2fr) minmax(140px,1fr);gap:10px}.program-ex-name{border:none;background:transparent;font-weight:700;font-size:16px;color:#0f172a;padding:0;border-bottom:1px solid rgba(148,163,184,.35)}.program-ex-name:focus{outline:none;border-bottom-color:#6366f1;box-shadow:0 2px #6366f14d}.program-ex-rest{display:flex;flex-direction:column;gap:6px}.program-ex-label{font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:#6b7280}.program-ex-rest-input{border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:8px 10px;font-size:14px}.program-ex-rest-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.program-ex-actions{display:flex;align-items:center;gap:8px}.program-ex-title{font-weight:700;white-space:normal;word-break:break-word}.program-ex-meta{font-size:12px;color:#6b7280}.program-actions{display:flex;justify-content:flex-end}.set-type-group{display:flex;flex-wrap:wrap;gap:6px}.set-type-btn{border:1px solid #e5e7eb;background:#f8fafc;color:#111827;border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.set-remove{padding:10px 12px}@media (max-width: 720px){.program-day-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-day-field--title,.program-day-actions{grid-column:1 / -1}.program-day-actions .secondary-btn{width:100%}.program-ex-main{grid-template-columns:1fr}.program-ex-header{flex-direction:column;align-items:stretch}.program-ex-actions{width:100%;flex-wrap:wrap;gap:6px}.program-ex-actions .secondary-btn{width:100%;justify-content:center;white-space:nowrap;font-size:12px;padding:8px 10px}.editable-row{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"index reps" "weight rpe" "rest rest" "type type" "actions actions";align-items:start}.editable-cell--index{align-items:flex-start;justify-content:flex-start;text-align:left}.editable-cell--type .set-type-group{width:100%}.editable-cell--type .set-type-btn{flex:1 1 0;justify-content:center;min-width:0}.editable-cell--actions .set-remove{width:100%}.set-type-btn{font-size:11px}.sf-icon{width:12px;height:12px}.library-section-head{flex-direction:column;align-items:flex-start}.library-pagination{flex-direction:column;align-items:stretch}.library-pagination .secondary-btn{width:100%}}.set-type-btn--active{background:#6366f1;border-color:#6366f1;color:#fff}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{border:1px solid #e5e7eb;background:#f8fafc;color:#111827;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.filter-chip--active{background:#111827;border-color:#111827;color:#fff}.library-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.library-pagination-pages{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.library-pagination .filter-chip{min-width:38px;text-align:center}.library-pagination-gap{color:#64748b;font-size:14px;font-weight:600;letter-spacing:.04em}.week-switch{display:flex;align-items:center;gap:10px;margin:6px 0 10px}.week-switch-btn{border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:12px;width:40px;height:40px;font-size:18px;cursor:pointer}.week-switch-label{display:flex;flex-direction:column;gap:2px;font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:50;padding:16px}.modal-content{background:#fff;border-radius:16px;width:min(900px,100%);box-shadow:0 24px 64px #0f172a33;position:relative;padding:16px}.modal-close{position:absolute;top:10px;right:10px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:999px;width:32px;height:32px;cursor:pointer;font-size:18px;line-height:30px}.video-frame{width:100%;height:60vh;border:0;border-radius:12px}.payment-list{display:flex;flex-direction:column;gap:10px}.payment-item{border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 22px #0f172a0d;background:linear-gradient(120deg,#fff,#f8fafc)}.payment-title{font-weight:700;font-size:15px}.payment-date{font-size:12px;color:#6b7280}.payment-status{font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-card{position:relative;padding:26px 30px;border-radius:20px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 24px 55px #0f172a1a;min-width:320px;display:flex;flex-direction:column;gap:14px}.loading-logo{display:flex;align-items:center;gap:12px;font-weight:700}.loading-logo-dot{width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 0 22px #6366f1cc}.progress-legend,.chart-axis-label,.muted{letter-spacing:.01em}.bottom-nav{position:fixed;inset:auto 0 8px 0;height:70px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -10px 30px #0f172a14;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:6px;padding:8px 12px calc(10px + env(safe-area-inset-bottom,0))}.bottom-nav:after{content:"";position:fixed;left:0;right:0;bottom:0;height:8px;background:#fff;pointer-events:none}.bottom-nav-item{border-radius:14px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#0f172a;font-size:12px;font-weight:600;border:1px solid transparent;transition:all .12s ease}.bottom-nav-item--active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent;box-shadow:0 8px 18px #6366f138}.bottom-nav-icon{font-size:18px;line-height:1}.bottom-nav-label{font-size:11px}.bottom-nav-button{border:none;background:none;cursor:pointer}.bottom-nav-button:active{transform:translateY(1px)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:200}.modal-card{background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 24px 60px #0f172a33;max-width:720px;width:100%;padding:18px 18px 22px;max-height:calc(100vh - 40px);overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;position:sticky;top:0;background:#fff;padding-top:4px;z-index:2}.modal-title{font-size:20px;font-weight:700}.modal-subtitle{font-size:13px;color:#6b7280}.modal-close{border:none;background:#f1f5f9;border-radius:999px;width:32px;height:32px;font-size:16px;cursor:pointer;flex-shrink:0}.modal-body{display:flex;flex-direction:column;gap:12px}.photo-link{border:none;background:none;padding:0;color:#2563eb;font-weight:600;text-decoration:underline;cursor:pointer}.photo-link:hover{color:#1d4ed8}.photo-modal-card{max-width:860px}.photo-modal-image{width:100%;height:auto;border-radius:14px;border:1px solid #e5e7eb;object-fit:contain;max-height:70vh}.support-block{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.support-title{font-weight:700;margin-bottom:6px}.support-line{font-size:13px;color:#1f2937}.support-button{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#0ea5e9;color:#fff;font-weight:600;font-size:13px;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:0 6px 14px #0ea5e92e}.support-button:hover{background:#0284c7;transform:translateY(-1px)}.support-button:active{transform:translateY(0);box-shadow:0 3px 8px #0ea5e92e}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;border:1px solid #e5e7eb;background:#0f172a}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 768px){.app-header{padding:18px 16px 14px}.app-header-main{grid-template-columns:1fr auto;gap:12px}.app-logo{font-size:20px;gap:12px}.app-logo-dot{width:18px;height:18px;box-shadow:0 0 14px #6366f199}.app-main{padding:16px;padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right));padding-bottom:110px}.app-footer{padding-bottom:calc(92px + env(safe-area-inset-bottom,0))}.app-nav--desktop{display:none}.app-header-right{gap:10px}.nav-btn{padding:7px 12px;font-size:12px}.user-chip{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-pill,.app-header-auth--desktop{display:none}.header-icon-btn{width:40px;height:40px;border-radius:12px;font-size:18px}.header-menu-btn{display:inline-flex}.header-menu{position:fixed;left:12px;right:12px;top:82px;z-index:40;max-height:70vh;overflow:auto}.notif-menu{position:fixed;left:12px;right:12px;top:82px;width:auto;max-height:70vh}.screen-title{font-size:24px}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.auth-content{padding:4px 16px 24px}.auth-page{padding:28px 20px 32px;border-radius:20px}}@media (min-width: 769px){.bottom-nav{display:none}}.wp-card{overflow:visible}.wp-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:10px}@media (max-width: 1100px){.wp-days-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 700px){.wp-days-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 440px){.wp-days-grid{grid-template-columns:1fr}}.wp-day-card{border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:10px;min-height:120px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s ease,box-shadow .15s ease}.wp-day-card:hover{border-color:#c7d2fe;box-shadow:0 4px 14px #6366f114}.wp-day-card--today{border-color:#f97316;box-shadow:0 4px 14px #f973161f}.wp-day-header{display:flex;align-items:center;gap:6px}.wp-day-name{display:flex;align-items:baseline;gap:4px;flex:1}.wp-day-weekday{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.wp-day-num{font-size:16px;font-weight:700;color:#0f172a}.wp-today-badge{font-size:10px;padding:2px 7px;border-radius:999px;background:#fff7ed;color:#f97316;font-weight:600}.wp-count-badge{font-size:10px;padding:2px 7px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;border:1px solid #c7d2fe}.wp-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px 0}.wp-empty-text{font-size:12px;color:#94a3b8}.wp-assign-btn{border:1px dashed #c7d2fe;background:#f8fafc;color:#4338ca;font-weight:600;font-size:12px;padding:6px 12px;border-radius:10px;cursor:pointer;transition:all .15s ease;width:100%;text-align:center}.wp-assign-btn:hover{background:#eef2ff;border-color:#818cf8}.wp-assign-btn--small{padding:4px 8px;font-size:11px;margin-top:4px}.wp-sessions{display:flex;flex-direction:column;gap:6px;flex:1}.wp-session-card{border:1px solid #e2e8f0;border-radius:10px;padding:6px 8px;background:#f8fafc;display:flex;flex-direction:column;gap:4px}.wp-session-info{display:flex;align-items:center;justify-content:space-between;gap:6px}.wp-status{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:6px}.wp-status--planned{background:#eef2ff;color:#4338ca}.wp-status--progress{background:#fff7ed;color:#c2410c}.wp-status--done{background:#f0fdf4;color:#166534}.wp-status--skipped{background:#f1f5f9;color:#64748b}.wp-session-meta{font-size:11px;color:#64748b}.wp-session-exercises{display:flex;flex-wrap:wrap;gap:3px}.wp-exercise-tag{font-size:10px;padding:1px 5px;border-radius:5px;background:#e2e8f0;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.wp-exercise-tag--more{background:#c7d2fe;color:#3730a3}.wp-session-actions{display:flex;gap:4px;margin-top:2px}.wp-action-btn{font-size:11px;padding:3px 8px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#334155;cursor:pointer;font-weight:600;transition:all .12s ease}.wp-action-btn:hover{border-color:#818cf8;color:#4338ca}.wp-action-btn--danger{color:#be123c}.wp-action-btn--danger:hover{border-color:#fca5a5;color:#be123c;background:#fef2f2}.wp-modal{max-width:640px;max-height:85vh;overflow-y:auto}.wp-modal-tabs{display:flex;gap:4px;background:#f1f5f9;border-radius:12px;padding:3px;margin-bottom:12px}.wp-modal-tab{flex:1;border:none;background:transparent;padding:9px 0;border-radius:10px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.wp-modal-tab--active{background:#fff;color:#0f172a;box-shadow:0 2px 8px #0f172a14}.wp-modal-tab:hover:not(.wp-modal-tab--active){color:#334155}.wp-program-list{display:flex;flex-direction:column;gap:8px}.wp-program-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;transition:border-color .15s ease}.wp-program-item:hover{border-color:#c7d2fe}.wp-program-item-info{flex:1;min-width:0}.wp-program-item-name{font-weight:700;font-size:14px;color:#0f172a}.wp-program-item-meta{font-size:12px;color:#64748b;margin-top:2px}.wp-program-item .primary-btn,.wp-program-item-actions .primary-btn{flex-shrink:0;padding:8px 14px;font-size:13px}.wp-program-item-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.wp-program-block{border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;overflow:hidden;transition:border-color .15s ease}.wp-program-block:hover{border-color:#c7d2fe}.wp-program-block--expanded{border-color:#818cf8}.wp-program-block .wp-program-item{border:none;border-radius:0;background:transparent}.wp-expand-arrow{display:inline-block;width:16px;font-size:12px;color:#94a3b8;flex-shrink:0}.wp-program-start-date{padding:0 12px 6px}.wp-program-start-date label{font-size:11px;color:#94a3b8}.wp-program-start-date input{font-size:13px;padding:6px 8px;border-radius:8px;border:1px solid #e5e7eb}.wp-day-list{border-top:1px solid #e5e7eb;padding:6px 8px 8px;display:flex;flex-direction:column;gap:4px}.wp-day-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;transition:border-color .12s ease}.wp-day-item:hover{border-color:#c7d2fe}.wp-day-item-info{flex:1;min-width:0}.wp-day-item-name{font-size:13px;font-weight:600;color:#0f172a}.wp-day-item-meta{font-size:11px;color:#64748b;margin-top:1px}.wp-day-item-exercises{color:#94a3b8}.wp-day-assign-btn{flex-shrink:0;padding:5px 10px;font-size:12px}.wp-empty-hint{display:flex;flex-direction:column;gap:4px;padding:16px;text-align:center;color:#6b7280;font-size:13px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.wp-create-form{display:flex;flex-direction:column;gap:10px}.wp-create-form .field-block input{border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:10px 12px;font-size:14px;width:100%;transition:border-color .15s ease}.wp-create-form .field-block input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}.wp-create-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.wp-create-exercises{display:flex;flex-direction:column;gap:6px}.wp-quick-exercise{border:1px solid #e2e8f0;border-radius:10px;padding:8px;background:#f8fafc}.wp-quick-ex-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.wp-quick-ex-name{font-weight:700;font-size:13px;color:#0f172a}.wp-quick-sets{display:flex;flex-direction:column;gap:4px}.wp-quick-set-row{display:flex;align-items:center;gap:6px}.wp-quick-set-num{font-size:11px;color:#94a3b8;font-weight:600;width:24px;text-align:center}.wp-quick-set-input{border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;padding:6px 8px;font-size:13px;width:80px;text-align:center}.wp-quick-set-input:focus{outline:none;border-color:#818cf8}.wp-link-btn{border:none;background:none;color:#6366f1;font-weight:600;font-size:12px;cursor:pointer;padding:2px 0;text-align:left}.wp-link-btn:hover{color:#4338ca}.wp-action-btn{border:none;background:#eef2ff;color:#4338ca;font-weight:700;font-size:12px;line-height:1;padding:8px 12px;border-radius:999px;cursor:pointer;text-transform:none;letter-spacing:.2px;box-shadow:0 1px #4338ca26;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.wp-action-btn:hover{background:#e0e7ff;box-shadow:0 2px #4338ca33;transform:translateY(-1px)}.wp-action-btn:active{transform:translateY(0);box-shadow:0 1px #4338ca1a}.wp-action-btn--table{padding:6px 10px;font-size:12px}.wp-exercise-search{display:flex;flex-direction:column;gap:6px}.wp-search-input{border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:9px 12px;font-size:13px;width:100%}.wp-search-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}.wp-exercise-chips{display:flex;flex-wrap:wrap;gap:4px;max-height:120px;overflow-y:auto}.wp-exercise-chip{font-size:11px;padding:4px 8px;border-radius:8px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;cursor:pointer;font-weight:500;transition:all .12s ease}.wp-exercise-chip:hover{background:#c7d2fe;border-color:#818cf8}.wp-exercise-search .secondary-btn{padding:8px 12px;font-size:12px;flex-shrink:0}.wp-exercise-search input:not(.wp-search-input){border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:8px 10px;font-size:13px;flex:1}.wp-exercise-search input:not(.wp-search-input):focus{outline:none;border-color:#818cf8}.wp-edit-modal{max-width:720px}.wp-edit-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.wp-edit-meta-row{display:flex;gap:8px}.wp-edit-meta-row .field-block{flex:1}.wp-edit-meta select,.wp-edit-meta input[type=date]{width:100%;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:8px 10px;font-size:13px}.wp-edit-meta textarea{width:100%;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:8px 10px;font-size:13px;resize:vertical}.wp-edit-exercises{display:flex;flex-direction:column;gap:8px}.wp-edit-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.wp-edit-exercise{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#f8fafc}.wp-edit-ex-header{display:flex;align-items:center;flex-wrap:wrap;gap:6px 8px;margin-bottom:8px}.wp-edit-ex-name-input{flex:1 1 140px;min-width:0;border:none;background:transparent;font-size:14px;font-weight:700;color:#0f172a;padding:4px 0;border-bottom:1px solid transparent;transition:border-color .15s;text-overflow:ellipsis}.wp-edit-ex-name-input:focus{outline:none;border-bottom-color:#818cf8}.wp-edit-ex-controls{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.wp-edit-skip-label{display:flex;align-items:center;gap:4px;font-size:11px;color:#64748b;cursor:pointer;white-space:nowrap}.wp-edit-skip-label input[type=checkbox]{margin:0}.wp-edit-sets{display:flex;flex-direction:column;gap:2px}.wp-edit-sets-header{display:flex;align-items:center;gap:4px;padding:0 2px 4px}.wp-edit-sets-header span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:600}.wp-edit-set-col{flex:1;min-width:0;text-align:center}.wp-edit-set-col--num{flex:0 0 24px;text-align:center;font-weight:700;color:#94a3b8;font-size:11px}.wp-edit-set-col--done{flex:0 0 32px;text-align:center}.wp-edit-set-col--del{flex:0 0 24px}.wp-edit-set-row{display:flex;align-items:center;gap:4px;padding:2px;border-radius:6px}.wp-edit-set-row:hover{background:#f1f5f9}.wp-edit-set-input{flex:1;min-width:0;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;padding:5px 4px;font-size:13px;text-align:center}.wp-edit-set-input:focus{outline:none;border-color:#818cf8}.wp-edit-set-row .wp-edit-set-col--done input[type=checkbox]{margin:0;width:16px;height:16px;cursor:pointer}.wp-edit-set-del{flex:0 0 24px;border:none;background:none;color:#cbd5e1;cursor:pointer;font-size:12px;padding:0;line-height:1;transition:color .12s}.wp-edit-set-del:hover{color:#be123c}.cws-exercises{display:flex;flex-direction:column;gap:10px}.cws-exercise{border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#fff}.cws-exercise--skipped{opacity:.55}.cws-ex-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.cws-ex-title-row{display:flex;align-items:center;gap:8px;flex:1;min-width:0;flex-wrap:wrap}.cws-ex-name{font-weight:700;font-size:15px;color:#0f172a;word-break:break-word}.cws-video-btn{border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;font-weight:600;font-size:11px;padding:3px 10px;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .12s ease}.cws-video-btn:hover{background:#c7d2fe;border-color:#818cf8}.cws-ex-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.cws-skip-label{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b;cursor:pointer;white-space:nowrap}.cws-skip-label input[type=checkbox]{margin:0}.cws-sets{display:flex;flex-direction:column;gap:2px}.cws-sets-header{display:flex;align-items:center;gap:4px;padding:0 2px 4px}.cws-sets-header span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:600}.cws-set-col{flex:1;min-width:0;text-align:center}.cws-set-col--num{flex:0 0 28px;text-align:center;font-weight:700;color:#94a3b8;font-size:12px}.cws-set-col--done{flex:0 0 40px;text-align:center}.cws-set-plan{font-size:12px;color:#94a3b8;font-weight:500}.cws-set-row{display:flex;align-items:center;gap:4px;padding:4px 2px;border-radius:8px;transition:background .12s}.cws-set-row:hover{background:#f8fafc}.cws-set-row--done{background:#f0fdf4}.cws-set-row--done:hover{background:#ecfce5}.cws-set-input{flex:1;min-width:0;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;padding:7px 4px;font-size:14px;text-align:center;font-weight:600}.cws-set-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf81f}.cws-set-input:disabled{background:#f1f5f9;color:#64748b}.cws-done-btn{width:32px;height:32px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;color:transparent;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0}.cws-done-btn:hover{border-color:#818cf8}.cws-done-btn--active{background:#6366f1;border-color:#6366f1;color:#fff}.cws-done-btn--active:hover{background:#4f46e5;border-color:#4f46e5}.cws-done-btn:disabled{cursor:default;opacity:.6}.cws-ex-notes{margin-top:6px}.cws-ex-notes-input{width:100%;border-radius:8px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:7px 10px;font-size:12px;resize:vertical}.cws-ex-notes-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf81f}.cws-ex-notes-input:disabled{background:#f1f5f9;color:#64748b}.cws-bottom-card{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:14px}.cws-section-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.cws-rpe{display:flex;flex-direction:column;gap:6px}.cws-rpe-header{display:flex;align-items:center;justify-content:space-between}.cws-rpe-value{font-size:14px;font-weight:700;color:#6366f1}.cws-rpe-slider{width:100%;accent-color:#6366f1}.cws-rpe-labels{display:flex;justify-content:space-between;font-size:10px;color:#94a3b8}.cws-notes{display:flex;flex-direction:column;gap:6px}.cws-notes-input{width:100%;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:9px 10px;font-size:13px;resize:vertical}.cws-notes-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf81f}.cws-notes-input:disabled{background:#f1f5f9;color:#64748b}.loader-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#eef2ff,#f6f8fb 40%,#f2f4f8);opacity:1;transition:opacity .5s ease-out;overflow:hidden}.loader-screen--fade-out{opacity:0;pointer-events:none}.loader-bg-orbs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.loader-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;animation:orbFloat 8s ease-in-out infinite}.loader-orb--1{width:300px;height:300px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:-100px;left:-50px;animation-delay:0s}.loader-orb--2{width:200px;height:200px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);top:20%;right:-80px;animation-delay:-2s;animation-duration:10s}.loader-orb--3{width:250px;height:250px;background:linear-gradient(135deg,#c4b5fd,#818cf8);bottom:-80px;left:30%;animation-delay:-4s;animation-duration:9s}.loader-orb--4{width:180px;height:180px;background:linear-gradient(135deg,#6366f1,#4f46e5);bottom:30%;right:20%;animation-delay:-1s;animation-duration:7s}.loader-orb--5{width:120px;height:120px;background:linear-gradient(135deg,#a78bfa,#7c3aed);top:40%;left:10%;animation-delay:-3s;animation-duration:11s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(30px,-20px) scale(1.1);opacity:.6}50%{transform:translate(-20px,30px) scale(.95);opacity:.5}75%{transform:translate(20px,20px) scale(1.05);opacity:.55}}.loader-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;animation:loaderFadeIn .6s ease-out}@keyframes loaderFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.loader-logo-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:40px 60px}.loader-pulse-ring{position:absolute;border-radius:50%;border:2px solid rgba(99,102,241,.3);animation:pulseRing 3s ease-out infinite}.loader-pulse-ring--1{width:100px;height:100px;left:0;top:50%;transform:translateY(-50%);animation-delay:0s}.loader-pulse-ring--2{width:140px;height:140px;left:-20px;top:50%;transform:translateY(-50%);animation-delay:-1s}.loader-pulse-ring--3{width:180px;height:180px;left:-40px;top:50%;transform:translateY(-50%);animation-delay:-2s}@keyframes pulseRing{0%{transform:translateY(-50%) scale(.8);opacity:.8;border-color:#6366f180}50%{transform:translateY(-50%) scale(1.2);opacity:.3;border-color:#8b5cf64d}to{transform:translateY(-50%) scale(1.5);opacity:0;border-color:#8b5cf600}}.loader-logo{position:relative;z-index:2;display:flex;align-items:center;gap:14px}.loader-logo-dot{position:relative;width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 0 30px #6366f199,0 0 60px #8b5cf666,inset 0 -2px 4px #0000001a;animation:logoDotPulse 1.5s ease-in-out infinite}.loader-logo-dot-inner{position:absolute;top:6px;left:6px;width:10px;height:10px;border-radius:50%;background:#fff9;filter:blur(2px);animation:innerGlow 1.5s ease-in-out infinite}@keyframes logoDotPulse{0%,to{transform:scale(1);box-shadow:0 0 30px #6366f199,0 0 60px #8b5cf666}50%{transform:scale(1.15);box-shadow:0 0 50px #6366f1cc,0 0 100px #8b5cf699,0 0 140px #7c3aed4d}}@keyframes innerGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.loader-logo-text{font-size:36px;font-weight:700;color:#0f172a;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(99,102,241,.1)}.loader-spinner{position:relative;width:64px;height:64px}.loader-spinner-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid transparent;border-top-color:#6366f1;animation:loaderSpin 1.2s cubic-bezier(.5,0,.5,1) infinite}.loader-spinner-ring--delayed{top:8px;right:8px;bottom:8px;left:8px;border-top-color:#8b5cf6;border-width:2.5px;animation-delay:-.4s}.loader-spinner-ring--delayed-2{top:16px;right:16px;bottom:16px;left:16px;border-top-color:#a78bfa;border-width:2px;animation-delay:-.8s}@keyframes loaderSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-dots{display:flex;gap:8px}.loader-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);animation:dotBounce 1.4s ease-in-out infinite}.loader-dot:nth-child(1){animation-delay:0s}.loader-dot:nth-child(2){animation-delay:.2s}.loader-dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1.2);opacity:1;box-shadow:0 0 20px #6366f199}}.loader-message{margin:0;font-size:16px;color:#475569;font-weight:500;animation:loaderTextFade 2.5s ease-in-out infinite}@keyframes loaderTextFade{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion: reduce){.loader-screen{transition:opacity .1s ease-out}.loader-content,.loader-orb{animation:none}.loader-pulse-ring{animation:none;opacity:.3}.loader-logo-dot,.loader-logo-dot-inner{animation:none}.loader-spinner-ring{animation-duration:2s}.loader-dot{animation:none;opacity:.7;transform:scale(1)}.loader-message{animation:none;opacity:1}}.action-menu{position:relative;display:inline-flex}.action-menu-trigger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .15s ease}.action-menu-trigger:hover{background:#f1f5f9;border-color:#c7d2fe}.action-menu-trigger:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}.action-menu-dots{font-size:14px;letter-spacing:2px;color:#64748b;font-weight:700;line-height:1}.action-menu-dropdown{position:absolute;top:100%;left:0;z-index:100;min-width:200px;margin-top:6px;padding:6px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 40px #0f172a1f,0 4px 12px #0f172a14;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.action-menu-section{padding:4px 0}.action-menu-label{padding:6px 12px 4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.action-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#1e293b;font-size:13px;font-weight:500;text-align:left;cursor:pointer;transition:all .12s ease}.action-menu-item:hover{background:#f1f5f9}.action-menu-item--danger{color:#dc2626}.action-menu-item--danger:hover{background:#fef2f2}.action-menu-icon{font-size:15px;width:20px;text-align:center}.action-menu-divider{height:1px;margin:6px 8px;background:#e5e7eb}.text-muted{color:#94a3b8}@media (prefers-reduced-motion: reduce){.action-menu-dropdown{animation:none}}.trainer-notes-card .card-header{flex-wrap:wrap}.trainer-notes-card .card-header .muted{font-size:12px}.trainer-notes-content{display:flex;flex-direction:column;gap:12px}.trainer-notes-textarea{width:100%;min-height:100px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;color:#1f2937;font-size:14px;line-height:1.5;resize:vertical;transition:border-color .2s,box-shadow .2s}.trainer-notes-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}.trainer-notes-textarea::placeholder{color:#9ca3af}.trainer-notes-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.trainer-notes-hint{font-size:12px;color:#6b7280;font-style:italic}.dashboard-screen{opacity:0;transform:translateY(10px);transition:opacity .5s ease-out,transform .5s ease-out}.dashboard-screen.dashboard-loaded{opacity:1;transform:none}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-card--animated{opacity:0;transform:translateY(20px);animation:kpiSlideIn .6s ease-out forwards}@keyframes kpiSlideIn{to{opacity:1;transform:translateY(0)}}.kpi-card{display:flex;align-items:flex-start;gap:14px;border-radius:18px;padding:18px 20px;background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 14px 30px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px #0f172a14}.kpi-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kpi-icon svg{width:22px;height:22px}.kpi-icon--primary{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#6366f1}.kpi-icon--success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#22c55e}.kpi-icon--warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#f59e0b}.kpi-icon--excellent{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#ec4899}.kpi-icon--info{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0ea5e9}.kpi-content{flex:1;min-width:0}.kpi-label{font-size:12px;text-transform:uppercase;color:#6b7280;letter-spacing:.02em;margin-bottom:4px;font-weight:500}.kpi-value{font-size:28px;font-weight:700;color:#1f2937;line-height:1.2}.kpi-value--warning{color:#f97316}.kpi-value--success{color:#22c55e}.kpi-subtitle{font-size:12px;color:#9ca3af;margin-top:2px}.kpi-progress{height:6px;background:#f1f5f9;border-radius:3px;margin-top:8px;overflow:hidden}.kpi-progress-fill{height:100%;border-radius:3px;transition:width 1.2s ease-out}.kpi-progress-fill--success{background:linear-gradient(90deg,#22c55e,#4ade80)}.kpi-progress-fill--info{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.dashboard-analytics{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:20px;margin-bottom:24px;min-width:0;align-items:start}.dashboard-analytics-side{display:grid;grid-template-rows:auto auto;gap:20px}.analytics-card{background:#fff;border-radius:20px;padding:20px 24px;border:1px solid rgba(15,23,42,.06);box-shadow:0 14px 30px #0f172a0a;min-width:0}.analytics-card--compact{padding:16px 18px}.analytics-card--animated{opacity:0;transform:translateY(20px);animation:kpiSlideIn .6s ease-out forwards}.analytics-title{font-size:15px;font-weight:600;color:#374151;margin:0 0 16px}.analytics-donut-container{display:flex;align-items:center;gap:24px}.analytics-card--status{background:linear-gradient(135deg,#fff,#fafbff)}.analytics-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.analytics-card-actions{display:flex;align-items:center;gap:10px}.analytics-info-btn{width:24px;height:24px;border-radius:50%;border:1px solid rgba(99,102,241,.2);background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.analytics-info-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e533}.analytics-card-header .analytics-title{margin:0}.analytics-card-badge{display:flex;align-items:center;gap:6px;padding:4px 10px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a;font-size:11px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.analytics-card-badge:before{content:"";width:6px;height:6px;background:#22c55e;border-radius:50%;animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.status-distribution{display:flex;flex-direction:column;gap:24px}.status-distribution-chart{position:relative;display:flex;justify-content:center;padding:22px 0 26px;overflow:visible}.status-chart-svg{display:block;filter:drop-shadow(0 8px 24px rgba(99,102,241,.12));overflow:visible}.status-chart-segment{transition:stroke-width .25s ease,filter .25s ease;stroke-linecap:round}.status-chart-segment--active{animation:segmentBounce .45s cubic-bezier(.34,1.56,.64,1)}@keyframes segmentBounce{0%{transform:rotate(-90deg) scale(1)}60%{transform:rotate(-90deg) scale(1.03)}to{transform:rotate(-90deg) scale(1)}}.status-chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.status-chart-center--active{transform:translate(-50%,-50%) scale(1.05)}.status-chart-center-value{font-size:36px;font-weight:800;color:#1f2937;line-height:1;transition:color .3s ease}.status-chart-center-label{font-size:13px;color:#9ca3af;margin-top:4px;font-weight:500}.status-chart-center-percent{font-size:14px;color:#6b7280;font-weight:600;margin-top:2px;padding:2px 8px;background:#f1f5f9;border-radius:10px}.status-legend{display:flex;flex-direction:column;gap:12px}.status-legend-group{display:flex;flex-direction:column;gap:6px}.status-legend-item{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#f8fafc;border-radius:14px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid transparent;width:100%;text-align:left;font:inherit}.status-legend-item:hover,.status-legend-item--active{background:#fff;border-color:#6366f126;box-shadow:0 4px 20px #6366f11a;transform:translate(4px)}.status-legend-indicator{display:flex;align-items:center;gap:10px;flex-shrink:0}.status-legend-dot{width:14px;height:14px;border-radius:50%;box-shadow:0 2px 8px #00000026;transition:transform .2s ease}.status-legend-item:hover .status-legend-dot,.status-legend-item--active .status-legend-dot{transform:scale(1.15)}.status-legend-bar{width:60px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.status-legend-bar-fill{height:100%;border-radius:3px;transition:width .8s cubic-bezier(.4,0,.2,1)}.status-legend-content{flex:1;display:flex;align-items:center;justify-content:space-between;min-width:0}.status-legend-toggle{margin-left:auto;font-size:14px;color:#94a3b8;transition:transform .2s ease}.status-legend-toggle--open{transform:rotate(180deg)}.status-legend-label{font-size:14px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-legend-stats{display:flex;align-items:center;gap:8px}.status-legend-value{font-size:18px;font-weight:700;color:#1f2937}.status-legend-percent{font-size:12px;font-weight:600;color:#6b7280;padding:2px 8px;background:#f1f5f9;border-radius:8px}.status-legend-dropdown{max-height:0;opacity:0;transform:translateY(-4px);overflow:hidden;transition:max-height .25s ease,opacity .2s ease,transform .2s ease;border-radius:12px;background:#fff;border:1px solid rgba(99,102,241,.08)}.status-legend-dropdown--open{max-height:260px;opacity:1;transform:translateY(0)}.status-legend-clients{display:flex;flex-direction:column;gap:8px;padding:12px;max-height:220px;overflow:auto}.status-legend-client{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;border:1px solid rgba(148,163,184,.2);background:#f8fafc;cursor:pointer;transition:all .2s ease;text-align:left;font:inherit}.status-legend-client:hover{background:#eef2ff;border-color:#6366f140}.status-legend-client-name{font-size:13px;font-weight:600;color:#1f2937}.status-legend-client-meta{font-size:12px;color:#64748b}.status-legend-empty{padding:12px;font-size:13px;color:#94a3b8}.status-info-modal{max-width:520px}.status-info-list{display:flex;flex-direction:column;gap:10px;padding-left:18px;margin:0}.analytics-legend{flex:1;display:flex;flex-direction:column;gap:8px}.legend-item{display:flex;align-items:center;gap:8px;font-size:13px}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-label{flex:1;color:#6b7280}.legend-value{font-weight:600;color:#374151}.analytics-card--wide{grid-column:span 1}.analytics-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.analytics-header .analytics-title{margin:0}.analytics-total{display:flex;align-items:baseline;gap:6px}.analytics-total-value{font-size:28px;font-weight:700;color:#6366f1}.analytics-total-label{font-size:13px;color:#9ca3af}.weekly-chart-enhanced{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 8px;margin-bottom:24px}.weekly-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.weekly-bar-value-label{font-size:13px;font-weight:600;color:#6366f1;min-height:20px;opacity:0;transform:translateY(10px);animation:labelFadeIn .4s ease-out forwards}.weekly-bar-item--weekend .weekly-bar-value-label{color:#8b5cf6}@keyframes labelFadeIn{to{opacity:1;transform:translateY(0)}}.weekly-bar-track{width:100%;height:100px;background:#f8fafc;border-radius:8px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;position:relative}.weekly-bar-track:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.03) 100%);border-radius:8px}.weekly-bar-fill{width:100%;border-radius:6px 6px 0 0;opacity:0;transform:scaleY(0);transform-origin:bottom;animation:barGrowEnhanced .7s cubic-bezier(.34,1.56,.64,1) forwards;box-shadow:0 -4px 12px #6366f133;position:relative}.weekly-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.3) 0%,transparent 100%);border-radius:6px 6px 0 0}@keyframes barGrowEnhanced{0%{opacity:0;transform:scaleY(0)}60%{opacity:1;transform:scaleY(1.05)}to{opacity:1;transform:scaleY(1)}}.weekly-bar-day{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.weekly-bar-day--weekend{color:#8b5cf6}.weekly-metrics{display:flex;gap:16px;padding-top:20px;border-top:1px solid #f1f5f9}.weekly-metric{flex:1;display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.weekly-metric:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a0f}.weekly-metric-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.weekly-metric-icon svg{width:20px;height:20px}.weekly-metric-icon--measurements{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.weekly-metric-icon--nutrition{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.weekly-metric-content{display:flex;flex-direction:column}.weekly-metric-value{font-size:22px;font-weight:700;color:#1f2937;line-height:1.2}.weekly-metric-label{font-size:12px;color:#6b7280}.weekly-chart{display:flex;align-items:flex-end;justify-content:space-between;height:100px;gap:8px;margin-bottom:16px}.weekly-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.weekly-bar-wrapper{width:100%;height:80px;display:flex;align-items:flex-end;justify-content:center}.weekly-bar{width:100%;max-width:32px;border-radius:6px 6px 0 0;opacity:0;transform:scaleY(0);transform-origin:bottom;animation:barGrow .6s ease-out forwards}@keyframes barGrow{to{opacity:1;transform:scaleY(1)}}.weekly-label{font-size:11px;color:#9ca3af;font-weight:500}.weekly-summary{display:flex;justify-content:center;gap:32px;padding-top:12px;border-top:1px solid #f1f5f9}.weekly-stat{text-align:center}.weekly-stat-value{display:block;font-size:20px;font-weight:700;color:#6366f1}.weekly-stat-label{font-size:12px;color:#9ca3af}.circular-progress{position:relative;display:flex;align-items:center;justify-content:center}.circular-progress svg{transform:rotate(-90deg)}.circular-progress-bg{fill:none;stroke:#f1f5f9}.circular-progress-fill{fill:none;stroke-linecap:round}.circular-progress-text{position:absolute;text-align:center}.circular-progress-value{display:block;font-size:24px;font-weight:700;color:#1f2937;line-height:1}.circular-progress-label{display:block;font-size:10px;color:#9ca3af;margin-top:2px}.bot-stats{display:flex;align-items:center;gap:24px}.bot-compact-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.bot-compact-summary{display:inline-flex;align-items:baseline;gap:6px;padding:6px 10px;border-radius:999px;background:#f1f5f9}.bot-compact-value{font-size:16px;font-weight:700;color:#0f172a}.bot-compact-label{font-size:11px;color:#64748b}.bot-compact-row{display:flex;flex-wrap:wrap;gap:8px}.bot-compact-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.bot-compact-pill--success{background:#dcfce7;color:#16a34a}.bot-compact-pill--danger{background:#fee2e2;color:#dc2626}.bot-details{flex:1;display:flex;flex-direction:column;gap:12px}.bot-detail-item{display:flex;align-items:center;gap:10px}.bot-detail-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.bot-detail-icon--success{background:#dcfce7;color:#22c55e}.bot-detail-icon--danger{background:#fee2e2;color:#ef4444}.bot-detail-label{flex:1;font-size:13px;color:#6b7280}.bot-detail-value{font-size:15px;font-weight:600;color:#374151}.dashboard-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:24px}.insight-card{background:#fff;border-radius:18px;padding:18px 20px;border:1px solid rgba(15,23,42,.06);box-shadow:0 14px 30px #0f172a0a}.insight-card--animated{opacity:0;transform:translateY(20px);animation:kpiSlideIn .6s ease-out forwards}.insight-card--warning{border-color:#f59e0b33;background:linear-gradient(135deg,#fffbeb,#fff)}.insight-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#374151;margin:0 0 14px}.insight-icon{font-size:18px}.insight-list{display:flex;flex-direction:column;gap:10px}.insight-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border-radius:10px;transition:background .2s ease}.insight-item--clickable{cursor:pointer}.insight-item--clickable:hover{background:#f1f5f9}.insight-rank{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.insight-name{flex:1;font-size:13px;font-weight:500;color:#374151}.insight-score{font-size:14px;font-weight:700;color:#22c55e}.insight-status{font-size:11px;font-weight:500;padding:4px 8px;border-radius:6px}.insight-status--danger{background:#fee2e2;color:#dc2626}.insight-status--warning{background:#fef3c7;color:#b45309}@media (max-width: 768px){.status-distribution-chart{padding:14px 0 18px}.status-chart-center-value{font-size:28px}.status-legend-item{padding:10px 12px;gap:10px}.status-legend-bar{width:40px}.status-legend-label{font-size:13px}.status-legend-value{font-size:16px}.analytics-card-header{flex-direction:column;align-items:flex-start;gap:8px}.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr);gap:12px}.kpi-card{flex-direction:column;padding:14px 16px;gap:10px}.kpi-icon{width:36px;height:36px}.kpi-icon svg{width:18px;height:18px}.kpi-value{font-size:22px}.dashboard-analytics{grid-template-columns:1fr;justify-items:stretch;width:100%}.dashboard-analytics-side{display:contents}.analytics-card{width:100%;max-width:100%;margin-left:0;margin-right:0}.analytics-donut-container{flex-direction:column;text-align:center}.analytics-legend{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:12px}.bot-stats{flex-direction:column}.bot-compact-header{flex-direction:column;align-items:flex-start}.dashboard-insights{grid-template-columns:1fr}.weekly-chart-enhanced{gap:8px;padding:0 4px}.weekly-bar-track{height:80px}.weekly-bar-value-label{font-size:11px}.weekly-bar-day{font-size:10px}.weekly-metrics{flex-direction:column;gap:10px}.weekly-metric{padding:12px 14px}.weekly-metric-icon{width:36px;height:36px}.weekly-metric-value{font-size:18px}.analytics-header{flex-direction:column;align-items:flex-start;gap:8px}.analytics-total-value{font-size:22px}}@media (max-width: 480px){.dashboard-kpi-grid{grid-template-columns:1fr}.kpi-card{flex-direction:row;align-items:center}}@media (prefers-reduced-motion: reduce){.dashboard-screen{opacity:1;transform:none;transition:none}.kpi-card--animated,.analytics-card--animated,.insight-card--animated,.weekly-bar,.weekly-bar-fill,.weekly-bar-value-label{opacity:1;transform:none;animation:none}.kpi-progress-fill,.circular-progress-fill,.status-chart-segment,.status-chart-center,.status-legend-item,.status-legend-dot,.status-legend-bar-fill{transition:none}.analytics-card-badge:before{animation:none}}.subscription-status{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.02em}.secondary-btn{background:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0;padding:10px 18px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease}.secondary-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.secondary-btn:disabled{opacity:.6;cursor:not-allowed}.danger-btn{background:#ef4444;color:#fff;border:none;padding:10px 18px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease}.danger-btn:hover{background:#dc2626}.danger-btn:disabled{opacity:.6;cursor:not-allowed}.tag--small{font-size:10px;padding:3px 8px;border-radius:6px;font-weight:600}.payment-list{display:flex;flex-direction:column;gap:8px}.payment-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.payment-title{font-size:15px;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:8px}.payment-date{font-size:12px;color:#64748b;margin-top:2px}.payment-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:8px}.kpi-value--warning{color:#f59e0b}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px}.profile-screen{position:relative;padding:22px;border-radius:24px;background:#fff;box-shadow:inset 0 0 0 1px #0f172a0a;font-family:SF Pro Display,SF Pro Text,SF Compact Display,Helvetica Neue,Arial,sans-serif}.profile-hero{margin-bottom:18px}.profile-hero-card{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#f5edff,#ede9fe 60%,#fff);color:#2e1065;box-shadow:0 18px 40px #4c1d952e;border:1px solid rgba(167,139,250,.35)}.profile-hero-main{display:flex;gap:16px;align-items:center}.profile-avatar{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#a78bfa,#7c3aed);color:#fff;display:grid;place-items:center;font-weight:700;font-size:20px;letter-spacing:.08em;text-transform:uppercase;box-shadow:inset 0 0 0 1px #ffffff40}.profile-hero-title{display:flex;align-items:center;gap:10px}.profile-hero-title h1{margin:0;font-size:26px;font-weight:700}.profile-hero-name{margin:6px 0 8px;font-size:18px;font-weight:600;color:#2e1065d9}.profile-hero-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#2e1065b3}.profile-meta-item{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#7c3aed1f}.profile-hero-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:16px}.profile-card{border-radius:20px;padding:16px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(167,139,250,.18);box-shadow:0 14px 30px #4c1d9514;display:flex;flex-direction:column;gap:12px}.profile-card--compact{padding:14px;gap:10px}.profile-card--compact .profile-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.profile-card--compact .profile-actions{gap:8px}.profile-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.profile-card-header h2{margin:4px 0 0;font-size:18px;font-weight:700;color:#0f172a}.profile-card-kicker{margin:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.profile-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#7c3aed1f;color:#3b0764}.profile-chip--success{background:#22c55e24;color:#14532d}.profile-chip--warning{background:#f9731629;color:#9a3412}.profile-chip--ghost{background:#7c3aed1a;color:#4c1d95}.profile-alert{margin:12px 0 18px;padding:12px 16px;border-radius:14px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:8px}.profile-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.profile-inline-alert{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:600}.profile-inline-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.profile-inline-alert__close{border:none;background:#7f1d1d1f;color:#7f1d1d;width:24px;height:24px;border-radius:999px;font-size:16px;line-height:1;cursor:pointer}.profile-inline-alert__close:hover{background:#7f1d1d33}.profile-form{display:flex;flex-direction:column;gap:12px}.profile-field{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:#334155}.profile-input{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(148,163,184,.3);box-shadow:inset 0 1px #ffffffb3}.profile-input .sf-icon{width:16px;height:16px}.profile-input input{border:none;outline:none;font-size:14px;flex:1;background:transparent;color:#0f172a}.profile-input:focus-within{border-color:#7c3aedb3;box-shadow:0 0 0 3px #a78bfa40}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.profile-pill{border:none;cursor:pointer;padding:10px 14px;border-radius:18px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease;font-size:13px}.profile-pill:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.profile-pill--primary{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;box-shadow:0 12px 26px #5b21b647}.profile-pill--cta{min-height:52px;padding:14px 18px;font-size:14px}.profile-cta-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.profile-cta-title{font-weight:700}.profile-cta-sub{font-weight:600;opacity:.9;font-size:12px}.profile-pill--ghost{background:#a78bfa29;color:#4c1d95;border:1px solid rgba(124,58,237,.3)}.profile-pill:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px #0f172a1f}.profile-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.profile-kpi-grid--swift{grid-auto-flow:dense}.profile-kpi{--kpi-accent: #6366f1;--kpi-accent-soft: rgba(99, 102, 241, .18);--kpi-accent-strong: rgba(99, 102, 241, .7);position:relative;padding:14px 14px 12px;border-radius:18px;background:linear-gradient(160deg,#fffffff2,#f1f5f9e6);border:1px solid rgba(148,163,184,.22);box-shadow:0 12px 26px #0f172a14;display:flex;flex-direction:column;gap:8px;min-height:82px;font-size:12px;color:#64748b;overflow:hidden}.profile-kpi:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--kpi-accent-strong),var(--kpi-accent-soft))}.profile-kpi-head{display:flex;align-items:center;gap:8px}.profile-kpi-icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--kpi-accent-soft);color:var(--kpi-accent);box-shadow:inset 0 0 0 1px #fffc,0 8px 16px #0f172a1a}.profile-kpi-icon .sf-icon{width:16px;height:16px}.profile-kpi p{margin:0;font-weight:600;letter-spacing:.01em}.profile-kpi strong{font-size:16px;letter-spacing:-.01em;color:#0f172a;line-height:1.2}.profile-kpi--compact{min-height:72px}.profile-kpi--indigo{--kpi-accent: #6366f1;--kpi-accent-soft: rgba(99, 102, 241, .18);--kpi-accent-strong: rgba(99, 102, 241, .7)}.profile-kpi--teal{--kpi-accent: #14b8a6;--kpi-accent-soft: rgba(20, 184, 166, .18);--kpi-accent-strong: rgba(20, 184, 166, .7)}.profile-kpi--blue{--kpi-accent: #3b82f6;--kpi-accent-soft: rgba(59, 130, 246, .18);--kpi-accent-strong: rgba(59, 130, 246, .7)}.profile-kpi--amber{--kpi-accent: #f59e0b;--kpi-accent-soft: rgba(245, 158, 11, .2);--kpi-accent-strong: rgba(245, 158, 11, .7);background:linear-gradient(160deg,#fff7ed,#ffedd5);border-color:#f59e0b47}.profile-kpi--slate{--kpi-accent: #64748b;--kpi-accent-soft: rgba(100, 116, 139, .18);--kpi-accent-strong: rgba(100, 116, 139, .7)}.profile-kpi--warning{--kpi-accent: #f97316;--kpi-accent-soft: rgba(249, 115, 22, .2);--kpi-accent-strong: rgba(249, 115, 22, .75);background:linear-gradient(160deg,#fff7ed,#ffedd5);border-color:#f9731647}.profile-kpi--danger{--kpi-accent: #ef4444;--kpi-accent-soft: rgba(239, 68, 68, .18);--kpi-accent-strong: rgba(239, 68, 68, .75);background:linear-gradient(160deg,#fef2f2,#fee2e2);border-color:#f871714d}.profile-kpi-grid--swift .profile-kpi{opacity:0;transform:translateY(6px) scale(.98);animation:kpi-rise .45s ease forwards;animation-delay:var(--delay, 0s)}@keyframes kpi-rise{to{opacity:1;transform:translateY(0) scale(1)}}@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))){.profile-kpi{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.profile-muted{color:#64748b;font-size:13px}.profile-code{font-weight:700;color:#0f172a}.profile-payment-list{display:flex;flex-direction:column;gap:10px}.profile-payment-item{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(167,139,250,.2);box-shadow:0 10px 24px #4c1d950f}.profile-toast{position:fixed;right:18px;top:18px;z-index:40;max-width:min(360px,90vw);padding:12px 14px;border-radius:12px;font-size:13px;font-weight:600;box-shadow:0 14px 28px #0f172a2e;animation:toast-slide-in .2s ease}.profile-toast--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@keyframes toast-slide-in{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 720px){.profile-actions{flex-direction:column;align-items:stretch}.profile-pill{width:100%;justify-content:center;text-align:center;white-space:nowrap;font-size:clamp(11px,3.6vw,13px);padding:10px 12px;gap:6px;line-height:1.1}.profile-pill--cta{min-height:56px;padding:16px 14px;font-size:clamp(12px,4vw,15px);justify-content:flex-start}.profile-pill svg{flex:0 0 auto}.profile-cta-text{align-items:flex-start}.profile-kpi-grid--swift{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-kpi--wide{grid-column:span 2}.profile-kpi{padding:12px;min-height:70px}.profile-kpi--compact{min-height:64px}.profile-kpi p{font-size:11px}.profile-kpi strong{font-size:15px}.profile-kpi-icon{width:26px;height:26px;border-radius:9px}.invite-history-card .card-header{flex-wrap:wrap;gap:8px}.invite-history-item{flex-direction:column;align-items:stretch}.invite-history-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.invite-history-link,.invite-history-refresh{width:100%;text-align:center}.invite-history-status{align-self:flex-start}}.profile-payment-title{font-weight:700;font-size:14px;color:#0f172a;display:flex;align-items:center;gap:6px}.profile-tag{padding:4px 8px;border-radius:999px;background:#7c3aed1f;color:#4c1d95;font-size:11px;font-weight:600}.profile-status{font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;height:fit-content}.profile-status--ok{background:#dcfce7;color:#166534}.profile-status--bad{background:#fee2e2;color:#991b1b}.profile-list{display:grid;gap:10px;margin:0;padding-left:18px;color:#334155;font-size:14px}.sf-icon{width:18px;height:18px;stroke-linecap:round;stroke-linejoin:round}.profile-appear{animation:profile-fade-up .5s ease forwards;opacity:0;transform:translateY(8px);animation-delay:var(--delay, 0s)}@keyframes profile-fade-up{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.profile-appear,.profile-kpi-grid--swift .profile-kpi{animation:none;opacity:1;transform:none}.profile-pill:hover:not(:disabled){transform:none}}@media (max-width: 720px){.profile-hero-card{flex-direction:column;align-items:flex-start}.profile-hero-actions{align-items:flex-start}}.toast-container{position:fixed;top:78px;left:50%;transform:translate(-50%);z-index:120;display:flex;flex-direction:column;gap:10px;width:min(92vw,420px);pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:14px;box-shadow:0 14px 40px #0f172a2e;background:#ecfdf3;color:#065f46;border:1px solid rgba(16,185,129,.3);font-size:14px;font-weight:500;animation:toast-slide .2s ease-out;pointer-events:auto}.toast--error{background:#fef2f2;color:#991b1b;border-color:#f8717159}.toast-close{border:none;background:transparent;color:inherit;cursor:pointer;font-size:14px;line-height:1;padding:2px 4px}@keyframes toast-slide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.toast-container{top:70px}}.tutorial-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:250;padding:16px}.tutorial-modal-card{position:relative;width:min(820px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 24px 64px #0f172a3d;padding:20px;display:flex;flex-direction:column;gap:12px}.tutorial-modal-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:18px;line-height:1;cursor:pointer}.tutorial-modal-title{margin:0;padding-right:40px;font-size:22px}.tutorial-modal-text{margin:0;color:#475569;font-size:14px;line-height:1.5}.tutorial-modal-frame{width:100%;border:none;border-radius:14px;aspect-ratio:16 / 9;min-height:240px;background:#0f172a}.tutorial-modal-placeholder{border:1px dashed #cbd5e1;border-radius:14px;padding:16px;color:#475569;background:#f8fafc;font-size:14px}.tutorial-modal-actions{display:flex;justify-content:flex-end}@media (max-width: 720px){.no-week-sessions-card{margin-top:18px}}
