:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.45;font-weight:400;color:#0f172a;background-color:#edf1fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #2f6fec;--color-primary-dark: #1e4ec9;--color-primary-light: #e5edff;--color-sidebar: #12183a;--color-sidebar-accent: #1f2b5c;--color-border: #e2e8f0;--color-card: #ffffff;--color-surface: #f8f9fd;--color-text: #0f172a;--color-muted: #64748b;--color-success: #16a34a;--color-success-rgb: 22, 163, 74;--color-danger: #dc2626}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#dfe7fb;color:var(--color-text)}a{color:inherit;text-decoration:none}input,button{font:inherit;font-family:inherit}html,body{height:100%;overflow:auto}#root{min-height:100vh;background:linear-gradient(135deg,#dfe7fb,#c8d6f6);padding:0;margin:0}.app-shell{width:100%;min-height:100vh;overflow:visible;display:flex;flex-direction:column}.auth-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vw,80px);background:linear-gradient(180deg,#f9f6ff,#fa99b5);position:relative;overflow:hidden}.auth-hero:before,.auth-hero:after{content:"";position:absolute;width:40vw;height:30vh;border-radius:0;z-index:0;box-shadow:0 20px 60px #0f172a26}.auth-hero:before{bottom:0;left:0;background:linear-gradient(135deg,#989eff,#4852e7)}.auth-hero:after{top:0;right:0;background:linear-gradient(135deg,#fa99b5,#fa99b5)}.login-card{background:#fff;border-radius:0;display:grid;grid-template-columns:minmax(420px,640px) minmax(380px,520px);overflow:hidden;box-shadow:0 30px 80px #9584ba59;width:min(100%,1180px);height:min(95vh,720px);position:relative;z-index:1;margin:5vh clamp(4vw,8vw,10vw)}.login-card:after{content:"";position:absolute;inset:0;border-radius:32px;box-shadow:0 60px 120px #4f46e52e;z-index:-1}.login-card__media{position:relative;min-height:340px}.login-card__media img{width:100%;height:100%;object-fit:cover;display:block}.login-card__media-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#e748cab3,#5679fab3);mix-blend-mode:multiply;pointer-events:none}.login-card__content{padding:clamp(24px,4vw,48px);display:flex;flex-direction:column;gap:0px;position:relative;z-index:1}.login-card__logo{display:flex;align-items:center;justify-content:center}.login-card__logo img{max-width:200px;height:40px}.login-card__intro{text-align:center;margin-bottom:6px}.login-card__intro h2{margin:0;font-size:1.9rem;color:#0f172a}.faqs-panel{padding:24px}.faqs-header{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-bottom:16px}.faqs-header h2{margin:0}.faqs-header p{margin:6px 0 0;color:#64748b}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:16px;box-shadow:0 10px 24px #0f172a0f}.faq-card--new{background:#fff7fa;border:1px solid #f3a7be}.faq-fields input,.faq-fields textarea{width:100%;border-radius:12px;border:1px solid #e5e7eb;padding:10px 12px;font-size:.95rem;margin-bottom:12px}.faq-fields input:focus,.faq-fields textarea:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #fa99b540}.faq-fields textarea{min-height:110px;resize:vertical}.faq-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.faq-meta-left{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.faq-modal-actions{display:flex;justify-content:flex-end;padding:12px 4px 4px}.faq-modal-actions .theme-button{width:auto;padding:8px 18px}.faq-meta label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#475569}.faq-meta input[type=number]{width:90px;padding:6px 8px;border-radius:10px;border:1px solid #e5e7eb}.faq-toggle input{width:16px;height:16px}.faq-actions{display:flex;gap:10px}.faq-actions button:not(.question-icon-button){padding:8px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;cursor:pointer}.faq-actions button.danger:not(.question-icon-button){border-color:#fecaca;color:#dc2626;background:#fff5f5}.faq-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.faq-card-header h3{margin:0;font-size:1rem;color:#0f172a}.faq-answer{margin:8px 0 12px;color:#64748b;font-size:.95rem}.faq-meta-readonly{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.login-card__intro p{margin:4px 0 0;color:#94a3b8}.login-form{display:flex;flex-direction:column;gap:16px}.login-field{display:flex;flex-direction:column;gap:8px}.login-field span{font-size:.9rem;color:#fa99b5;font-weight:600}.login-field input{border:1px solid #e3e7f2;border-radius:10px;padding:12px 14px;font-size:1rem;background:#f5f7ff;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.login-field input:focus{outline:none;border-color:#fa99b5;box-shadow:0 8px 16px #ec489926}.login-terms{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#475569}.login-terms input{margin-top:4px;accent-color:#FA99B5}.login-terms a{color:#fa99b5;text-decoration:none}.login-terms a:hover{text-decoration:underline}.login-button{border:none;border-radius:12px;padding:12px 0;font-size:1rem;font-weight:600;background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;cursor:pointer;transition:opacity .2s ease}.login-button:disabled{opacity:.6;cursor:not-allowed}.secondary-link{border:none;background:transparent;color:#475569;font-weight:600;cursor:pointer;margin-top:10px}.secondary-link:disabled{opacity:.6;cursor:not-allowed}.otp-panel{display:flex;flex-direction:column;gap:16px;align-items:stretch}@media(max-width:1080px){.login-card{grid-template-columns:minmax(0,1fr) minmax(320px,420px);width:min(100%,940px);height:auto;margin:4vh clamp(20px,6vw,60px)}.login-card__content{padding:clamp(20px,5vw,36px)}}@media(max-width:768px){.auth-hero{padding:clamp(16px,5vw,32px);align-items:flex-start}.auth-hero:before,.auth-hero:after{width:65vw;height:35vh;opacity:.5}.login-card{grid-template-columns:1fr;margin:0;width:100%;height:auto;border-radius:0;box-shadow:none}.login-card:after{border-radius:0;box-shadow:none}.login-card__media{min-height:220px}.login-card__content{padding:clamp(20px,6vw,32px)}}@media(max-width:480px){.auth-hero:before,.auth-hero:after{display:none}.login-card__media{display:none}.login-card__content{padding:20px 16px 32px}.login-card__intro h2{font-size:1.5rem}.login-card__intro p{font-size:.95rem}}.otp-label{font-size:.9rem;color:#fa99b5;font-weight:600}.resend-link{border:none;background:transparent;color:#fa99b5;font-weight:600;cursor:pointer;margin-top:4px;padding:0;text-align:center;align-self:center}.resend-link:disabled{opacity:.6;cursor:not-allowed}.otp-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.change-email-button{border:none;border-radius:8px;padding:10px 20px;background:#ec48991a;color:#fa99b5;font-weight:600;cursor:pointer;align-self:center}.change-email-button:hover{background:#ec489933}.auth-board{background:#0f172a;color:#f8fafc;border-radius:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));overflow:hidden;min-height:520px;box-shadow:0 35px 90px #0f172a59}.auth-board__left{background:radial-gradient(circle at top,#3058d9,#182354);padding:clamp(24px,4vw,60px);display:flex;flex-direction:column;gap:30px}.auth-brand{display:flex;align-items:center;gap:14px;font-weight:600}.brand-icon{width:48px;height:48px;border-radius:16px;background:#f8fafc;color:#1e2656;display:flex;align-items:center;justify-content:center;font-weight:700}.auth-copy h1{margin:0;font-size:clamp(2rem,3vw,2.6rem)}.auth-copy p{margin:0;color:#f8fafccc}.auth-board__form{background:#fff;padding:clamp(28px,4vw,60px);display:flex;flex-direction:column;gap:20px}.otp-instructions{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.95rem}.otp-box-wrapper{position:relative;display:flex;flex-direction:column;gap:12px}.otp-boxes{display:flex;gap:10px;justify-content:center}.otp-digit-input{width:48px;height:58px;border:2px solid #d3d8f5;border-radius:14px;text-align:center;font-size:1.5rem;font-weight:600;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.otp-digit-input:focus{border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933;outline:none;background:#ec48991a}.otp-digit-input.filled{border-color:#fa99b5;background:#ec489914}.field{display:flex;flex-direction:column;gap:6px;font-size:.95rem;color:var(--color-text)}.field span{color:#0f172a;font-weight:600}.field input{border:1px solid var(--color-border);border-radius:12px;padding:12px 14px;font-size:1rem;background:var(--color-surface);transition:border-color .2s,box-shadow .2s}.field input:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933}.button-row{display:flex;gap:12px;flex-wrap:wrap}button{border:none;border-radius:12px;padding:12px 20px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .2s,background-color .2s;background:linear-gradient(120deg,var(--color-primary),var(--color-primary-dark));color:#fff;box-shadow:none}button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}button:not(:disabled):active{transform:translateY(1px)}button.primary{width:100%}.ghost-button{background:transparent;color:var(--color-danger);border:1px solid rgba(220,38,38,.4);box-shadow:none;padding:6px 10px;border-radius:999px;font-size:.85rem}.hint{margin:0;color:var(--color-muted)}.pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.pill.neutral{background:#2f6fec2e;color:var(--color-primary-dark)}button.danger{background:#dc2626;box-shadow:0 10px 25px #dc262659}button.secondary{background:#fff;color:var(--color-text);border:1px solid var(--color-border);box-shadow:none}.workspace{display:grid;grid-template-columns:260px minmax(0,1fr);width:100%;min-height:100vh;background:#fff}.public-view{width:100%;min-height:100vh;background:#f8fafc;padding:32px 16px;display:flex;justify-content:center}.public-view .content{max-width:960px;width:100%;background:transparent;padding:0}.public-view .content-header{border-radius:20px;padding:28px;background:#fff;border:1px solid var(--color-border)}.public-view .main-content{margin-top:12px}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:30px 20px;min-height:100vh;overflow:visible;display:flex;flex-direction:column;gap:40px}.sidebar-brand{display:flex;flex-direction:column;gap:4px}.brand-text-primary{font-weight:700;color:#fff}.brand-text-accent{font-weight:700;color:#fa99b5}.sidebar-title{font-size:20px;font-weight:700;letter-spacing:1px}.sidebar-title span{color:#fa99b5}.sidebar-nav{display:flex;flex-direction:column;gap:6px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:none!important;border:1px solid #f3f4f6;color:#374151;font-size:15px;cursor:pointer;transition:.2s}.sidebar-item:focus,.sidebar-item:focus-visible{outline:none;box-shadow:none;border-color:#fa99b5}.sidebar-item .icon{font-size:20px;opacity:.8}.sidebar-item:hover{background:#fa99b5}.sidebar-item.active{background:#fa99b5!important;color:#fff!important;border-color:#fa99b5!important}.logout-button{background:#fa99b5!important;color:#fff!important;border:1px solid #FA99B5!important;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;width:100%;margin-top:auto}.logout-button .nav-icon-img{filter:brightness(0) invert(1)!important}.logout-button:hover{background:#fa99b5!important}.nav-icon-img{width:20px;height:20px;object-fit:contain;transition:.25s ease}.sidebar-item.active .nav-icon-img{filter:brightness(0) invert(1)}.sidebar-item.active span{color:#fff!important}.sidebar-nav button .nav-icon{width:24px;text-align:center;opacity:.8}.sidebar-nav button.active .nav-icon{opacity:1}.sidebar-section{display:flex;flex-direction:column;gap:4px}.sidebar-label{margin:0;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:#f8fafc99}.sidebar-email{margin:0;font-weight:600;word-break:break-word;max-width:180px}.content{padding:32px 36px;display:flex;flex-direction:column;gap:24px;background:#fff;box-sizing:border-box}.workspace .content{height:auto;overflow:visible}.content--users{height:100vh;overflow:hidden}.sidebar-divider{width:100%;height:1px;background:#e5e7eb;margin:-10px 0 10px}.content-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.workspace .content-header{position:static;background:#fff;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.content-header h1{margin:0;font-size:clamp(1.6rem,2vw,2rem)}.content-header p{margin:4px 0 0;color:var(--color-muted)}.topbar-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.main-content{flex:1;display:flex;flex-direction:column;gap:20px}.workspace .main-content{min-height:0;overflow:visible;padding-top:12px}.workspace .main-content--users{overflow:hidden;flex:1 1 auto;min-height:0;height:100%}.workspace .main-content--notifications,.workspace .main-content--foods{overflow:hidden}.foods-view{display:flex;flex-direction:column;gap:20px;height:100%;min-height:0}.foods-subnav{padding:10px;background:#fff;border:1px solid var(--color-border);border-radius:16px;display:inline-flex;flex-direction:row;gap:8px;align-self:flex-start}.foods-header{flex-wrap:wrap;align-items:center}.foods-header-left{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex-wrap:wrap}.foods-source-toggle{display:inline-flex;gap:6px;padding:6px;border-radius:999px;background:#fff;border:1px solid var(--color-border)}.foods-source-pill{border:1px solid transparent;background:#f8fafc;color:#0f172a;border-radius:999px;padding:6px 14px;font-weight:600;cursor:pointer}.foods-source-pill.active{background:#fa99b5;border-color:#fa99b5;color:#fff;box-shadow:0 10px 20px #ec489933}.usda-import-status{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;border:1px solid var(--color-border);background:#f8fafc;font-size:.92rem;color:#475569}.usda-status-pill{padding:4px 10px;border-radius:999px;font-weight:600;text-transform:capitalize;background:#e2e8f0;color:#1f2937}.usda-status-pill.running{background:#fa99b52e;color:#c0246a}.usda-status-pill.completed{background:#34d39933;color:#047857}.usda-status-pill.failed{background:#f8717133;color:#b91c1c}.table-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:16px;font-size:.9rem;color:var(--color-muted)}.foods-header-text h2{margin:0}.foods-header-text p{margin:4px 0 0;color:var(--color-muted)}.foods-subnav-item{border:1px solid transparent;background:#f8fafc;color:#0f172a;border-radius:12px;padding:10px 18px;text-align:left;font-weight:600;cursor:pointer;outline:none}.foods-subnav-item.active{background:#fa99b5;border-color:#fa99b5;color:#fff;box-shadow:0 12px 24px #ec489933}.foods-subnav-item:focus,.foods-subnav-item:focus-visible{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489940}.foods-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding-right:4px}.foods-section{transform-origin:top center;animation:foodsFlip .28s ease}@keyframes foodsFlip{0%{opacity:0;transform:perspective(700px) rotateX(-6deg) translateY(6px)}to{opacity:1;transform:perspective(700px) rotateX(0) translateY(0)}}.panel{background:transparent;border-radius:0;padding:0;border:none;box-shadow:none}.policy-meta,.delete-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:0 0 20px}.policy-meta div,.delete-meta div{border:1px solid var(--color-border);border-radius:12px;padding:12px 16px;background:#f8fafc}.policy-meta dt,.delete-meta dt{margin:0 0 4px;font-size:.75rem;text-transform:uppercase;color:var(--color-muted);letter-spacing:.05em}.policy-meta dd,.delete-meta dd{margin:0;font-weight:600;color:var(--color-text)}.policy-grid,.delete-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:20px}.policy-card,.delete-card{border:1px solid var(--color-border);border-radius:14px;padding:18px;background:#fff;box-shadow:0 18px 35px #0f172a0a}.policy-card h3,.delete-card h3{margin:0;font-size:1.05rem}.policy-card__subtitle{margin:6px 0 12px;color:var(--color-muted);font-size:.9rem}.policy-card p,.delete-card p{margin:8px 0 12px;color:var(--color-muted)}.policy-card ul,.delete-safeguards ul,.steps-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:var(--color-text)}.policy-card ul,.delete-safeguards ul{list-style:disc}.steps-list{list-style:decimal}.referral-settings{display:flex;flex-direction:column;gap:20px}.referral-settings__grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.2fr);gap:20px;align-items:start}.referral-card{position:relative;border-radius:18px;padding:22px;background:#fff;border:1px solid #e3e8f6;box-shadow:0 20px 40px #0f172a14;overflow:hidden}.referral-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;top:-140px;right:-120px;pointer-events:none;opacity:.6}.referral-card--code{background:linear-gradient(180deg,#fff,#f8f9ff)}.referral-card--code:before{background:radial-gradient(circle,#fa99b559,#fa99b500 70%)}.referral-card--message:before{background:radial-gradient(circle,#2f6fec40,#2f6fec00 70%)}.referral-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;position:relative;z-index:1}.referral-card__eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:700;color:#fa99b5}.referral-card h3{margin:6px 0 0;font-size:1.2rem;color:#0f172a}.referral-card__subtitle{margin:8px 0 0;color:var(--color-muted);font-size:.92rem;max-width:360px}.referral-token{border-radius:999px;padding:6px 14px;font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(120deg,#fa99b5,#f472b6);box-shadow:0 10px 20px #ec489933;white-space:nowrap}.referral-badge{border-radius:999px;padding:6px 12px;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#1e4ec9;background:#e5edff;border:1px solid #c7d8ff;white-space:nowrap}.referral-field{display:flex;flex-direction:column;gap:8px;font-weight:600;font-size:.92rem;color:#0f172a;position:relative;z-index:1}.referral-field input,.referral-field textarea,.referral-field select{border:1px solid #dbe4f4;border-radius:12px;padding:12px 14px;font-size:.95rem;background:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.referral-field input:focus,.referral-field textarea:focus,.referral-field select:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933;background:#fff}.referral-field textarea{resize:vertical;min-height:120px}.referral-field__hint{font-size:.78rem;font-weight:500;color:var(--color-muted)}.referral-field-stack{display:flex;flex-direction:column;gap:12px}.referral-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.referral-field--full{grid-column:1 / -1}.referral-preview{margin-top:18px;border-radius:16px;padding:14px;background:linear-gradient(130deg,#2f6fec14,#ec489914);border:1px solid rgba(47,111,236,.2);position:relative;z-index:1}.referral-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.referral-preview__label{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--color-muted)}.referral-preview__meta{font-size:.78rem;font-weight:600;color:#1e293b;border-radius:999px;padding:4px 10px;background:#fff;border:1px solid #e2e8f0}.referral-preview__card{border-radius:12px;background:#fff;padding:14px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 12px 24px #0f172a14}.referral-preview__title{font-weight:700;color:#0f172a}.referral-preview__body{color:var(--color-muted)}.referral-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:14px 16px;border-radius:16px;border:1px solid #e3e8f6;background:#ffffffb3}.referral-actions__note{font-size:.88rem;color:var(--color-muted)}.referral-save{padding:12px 28px;border-radius:14px;font-weight:600}@media(max-width:980px){.referral-settings__grid{grid-template-columns:1fr}}@media(max-width:640px){.referral-actions{align-items:stretch}.referral-save{width:100%}}.delete-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.policy-contact,.delete-safeguards{border:1px solid var(--color-border);border-radius:14px;padding:18px;background:#f3f6ff}.policy-contact a,.delete-safeguards a{color:var(--color-primary);font-weight:600}.legal-panel .panel-header p{max-width:520px}.legal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.legal-card{border:1px solid var(--color-border);border-radius:14px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 35px #0f172a0a}.legal-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.legal-card__header h3{margin:0;font-size:1.05rem}.legal-preview{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;border:1px solid var(--color-border);background:#f8fafc}.legal-preview__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);font-weight:600}.legal-preview__link{color:var(--color-text);font-weight:600;text-decoration:none;word-break:break-word}.legal-preview__link:hover{text-decoration:underline}.legal-preview__empty{color:var(--color-muted)}.legal-preview__pending{color:#fa99b5;font-weight:600}.legal-link{color:var(--color-primary);font-weight:600;text-decoration:none}.legal-link:hover{text-decoration:underline}.legal-upload{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px dashed rgba(148,163,184,.7);background:#f8fafc;font-weight:600;color:var(--color-text);cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legal-upload input{display:none}.legal-actions{margin-top:18px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.legal-save-button{background:#fa99b5;box-shadow:0 8px 18px #fa99b54d}.legal-save-button:disabled{background:#fa99b5}.success-text{color:#16a34a;margin-bottom:12px;font-weight:600}.placeholder-panel{min-height:200px;display:flex;flex-direction:column;justify-content:center;gap:8px;text-align:center}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.panel-header h2{margin:0;font-size:1.2rem}.panel-header p{margin:3px 0 0;color:var(--color-muted)}.profile-panel{background:linear-gradient(135deg,#fff,#f3f6ff);border:1px solid var(--color-border);box-shadow:0 25px 60px #0f172a14;border-radius:22px}.profile-panel__top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.profile-panel__top h2{margin:4px 0 0}.profile-panel__body{display:flex;flex-direction:column;gap:20px;padding-top:16px}.profile-avatar-button{width:64px;height:64px;border-radius:50%;border:2px solid #d0d5dd;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;box-shadow:0 8px 18px #0f172a14}.profile-avatar-button.fab{width:72px;height:72px}.profile-avatar-button img,.profile-avatar img,.profile-avatar-button span,.profile-avatar span{width:100%;height:100%;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center}.profile-avatar-button span,.profile-avatar span{font-size:1.4rem;font-weight:700;color:#475569}.profile-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.profile-modal-header h3{margin:0}.profile-identity{display:flex;align-items:center;gap:16px}.profile-identity h3{margin:0}.profile-identity p{margin:2px 0 0;color:var(--color-muted);word-break:break-word}.profile-avatar{width:68px;height:68px;border-radius:50%;background:var(--color-primary-light);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:var(--color-primary-dark);overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-tags{display:flex;align-items:center;gap:8px}.profile-status-tag{padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600;text-transform:capitalize}.profile-status-tag.active{background:#10b9812e;color:#047857}.profile-status-tag.inactive{background:#f871712e;color:#b91c1c}.profile-status-tag.subtle{background:#94a3b833;color:#475569}.profile-avatar--large{width:80px;height:80px;font-size:1.6rem}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:20px}.profile-info-row{display:flex;flex-direction:column;gap:6px;padding-bottom:8px;border-bottom:1px dashed rgba(148,163,184,.35)}.profile-info-row--full{grid-column:1 / -1}.profile-info-label,.profile-panel__top .eyebrow{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.profile-info-value{font-size:1rem;color:#0f172a;font-weight:600;word-break:break-word}.dashboard-panels{display:flex;flex-direction:column;gap:24px}.dashboard-page-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:18px}.dashboard-page-copy{display:flex;flex-direction:column;gap:6px}.dashboard-page-copy h1{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);color:#0f172a;font-weight:700}.dashboard-page-copy p{margin:4px 0 0;color:#94a3b8;font-size:1rem}.dashboard-page-greeting{display:flex;align-items:center;gap:12px}.dashboard-page-greeting-text{display:flex;flex-direction:column;text-align:right;align-items:flex-end;gap:4px}.dashboard-page-greeting-text .welcome-line{margin:0;font-size:1 rem;color:#0f172a;font-weight:600}.dashboard-page-greeting-text .welcome-line strong{font:inherit}.dashboard-page-greeting-text .greeting-role{font-size:.9rem;color:#94a3b8}.dashboard-stats-panel{background:transparent;border-radius:0;border:none;box-shadow:none;padding:0}.dashboard-summary-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.dashboard-summary-head.summary-actions-only{justify-content:flex-end}.dashboard-refresh{width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#fa99b5,#fa99b5);color:#fff;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dashboard-refresh:disabled{opacity:.6;cursor:not-allowed}.summary-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:24px}.summary-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#fff;box-shadow:0 12px 20px #0f172a0d}.summary-card-icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#f4f6ff}.summary-card-icon img{width:28px;height:28px;object-fit:contain}.summary-card-body{display:flex;flex-direction:column;gap:4px}.summary-card-body strong{font-size:1.45rem;color:#0f172a}.summary-card-label{font-size:.9rem;color:#94a3b8}.summary-card.accent-indigo .summary-card-icon{background:#6366f12e}.summary-card.accent-green .summary-card-icon{background:#34d39933}.summary-card.accent-orange .summary-card-icon{background:#fb718533}.summary-card.accent-purple .summary-card-icon{background:#818cf833}.stats-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:24px}.dashboard-revenue-panel{display:flex;flex-direction:column;gap:18px}.dashboard-revenue-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.dashboard-revenue-copy h2{margin:0;font-size:1.4rem;color:#0f172a}.dashboard-revenue-copy p{margin:6px 0 0;color:#94a3b8;font-size:.95rem}.dashboard-revenue-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.dashboard-range-toggle{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.range-button{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.range-button.active{background:#0f172a;color:#fff;border-color:#0f172a}.dashboard-range-custom{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.dashboard-range-custom label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:#64748b}.dashboard-range-custom input{border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font-size:.9rem}.revenue-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.summary-card.accent-slate{align-items:flex-start;flex-direction:column;gap:10px;background:#fff}.summary-card.accent-slate .summary-card-body{gap:2px}.summary-card.accent-slate strong{font-size:1.1rem}.revenue-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.revenue-card{border:1px solid #edf0ff;border-radius:18px;padding:16px;background:#fff;box-shadow:0 20px 40px #0f172a0d}.revenue-card h3{margin:0 0 12px;font-size:1rem;color:#0f172a}.chart-subtitle{display:block;font-size:.82rem;color:#94a3b8;margin-top:4px}.revenue-breakdown-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.revenue-breakdown-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:#f8fafc}.revenue-breakdown-row p{margin:0;font-weight:600;color:#0f172a;font-size:.9rem}.revenue-breakdown-row span{display:block;margin-top:4px;font-size:.78rem;color:#64748b}.chart-card{border:1px solid #edf0ff;border-radius:18px;padding:16px;background:#fff;box-shadow:0 20px 40px #0f172a0d}.chart-card header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;gap:12px}.chart-card-head{display:flex;justify-content:space-between;align-items:baseline;width:100%;margin-bottom:12px}.chart-title{margin:0;font-weight:600;color:#0f172a}.chart-total{font-size:.85rem;color:var(--color-muted)}.chart-empty{margin:0;color:var(--color-muted)}.chart-wrapper{position:relative;width:100%;min-height:220px}.chart-wrapper.tall-chart{min-height:320px}.category-gender-chart{display:flex;flex-direction:column;gap:10px;height:100%}.category-gender-chart__canvas{flex:1;min-height:220px}.category-gender-legend{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;font-size:.9rem;color:#94a3b8}.category-gender-legend__item{display:inline-flex;align-items:center;gap:6px;font-weight:600}.category-gender-legend__dot{width:12px;height:12px;border-radius:4px}.doughnut-wrapper{max-width:280px;margin:0 auto}.doughnut-center{position:absolute;inset:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:2px}.doughnut-center strong{font-size:1.4rem;color:#0f172a}.doughnut-center span{font-size:.85rem;color:var(--color-muted)}.user-activity-chart{display:flex;flex-direction:column;gap:16px;align-items:center}.user-activity-legend{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:.85rem;color:var(--color-muted)}.legend-dot{width:10px;height:10px;border-radius:50%;display:inline-flex;margin-right:6px}.legend-dot.is-active{background:rgba(var(--color-success-rgb),.9)}.legend-dot.is-inactive{background:#94a3b8e6}.refresh-button{background:linear-gradient(135deg,#fa99b5,#fa99b5);color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:none;cursor:pointer;transition:.15s ease}.refresh-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #e6527a73}.refresh-button:active{transform:translateY(0)}.user-field .label{font-size:.78rem;color:var(--color-muted);letter-spacing:.05em;text-transform:uppercase}.videos-panel{display:flex;flex-direction:column;gap:24px}.videos-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.video-filter{display:flex;align-items:center;gap:10px}.video-filter select{padding:8px 12px;border-radius:10px;border:1px solid var(--color-border);font-size:.95rem;background:var(--color-surface)}.video-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.video-card{border:1px solid var(--color-border);border-radius:22px;padding:0 0 12px;background:#fff;box-shadow:0 25px 40px #0f172a1a;display:flex;flex-direction:column;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.video-card:hover{transform:translateY(-2px);box-shadow:0 30px 50px #0f172a26}.video-card__thumb{position:relative;background:linear-gradient(135deg,#e2e8f0,#cbd5f5);aspect-ratio:16 / 9;width:100%}.video-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-muted)}.video-card__body{display:flex;flex-direction:column;gap:6px;padding:12px 16px 0}.video-card__tags{display:flex;gap:6px;font-size:.75rem}.video-card__tags .pill{background:#e2e8f0;color:#0f172a}.video-card__title{margin:0;font-size:1.05rem;color:#0f172a}.video-card__description{margin:0;color:#64748b;font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card__footer{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#94a3b8;padding:0 16px}.video-card__actions{margin-top:8px;padding:12px 16px 16px;display:flex;align-items:center;justify-content:flex-end}.video-card__actions-right{display:inline-flex;gap:10px;background:#f1f5f9;padding:6px;border-radius:999px;box-shadow:inset 0 1px #fff9,0 8px 18px #0f172a14}.icon-button{border:none;width:30px;height:30px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#e2e8f0);box-shadow:inset 0 1px #ffffffb3,0 12px 25px #0f172a26;cursor:pointer}.icon-button img{width:14px;height:14px}.icon-button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #fffc,0 15px 30px #0f172a33}.icon-button.primary{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.icon-button.danger{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.video-forms{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.video-form{border:1px solid var(--color-border);border-radius:16px;padding:16px;background:#fff;box-shadow:0 15px 35px #0f172a14;display:flex;flex-direction:column;gap:14px}.video-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.videos-wrapper{padding:32px;display:flex;flex-direction:column;gap:18px}.exercise-library-panel{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:16px}.exercise-library-header h3{margin:0;font-size:1.1rem;color:#0f172a}.exercise-library-header p{margin:4px 0 0;color:#64748b;font-size:.92rem}.exercise-library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.exercise-library-card{border:none;border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:10px;background:#fff}.exercise-library-cover{height:120px;border-radius:12px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.exercise-library-cover img{width:100%;height:100%;object-fit:cover}.exercise-library-cover-placeholder{color:#94a3b8;font-size:.85rem}.exercise-library-meta{display:flex;flex-direction:column;gap:6px}.exercise-library-panel input:focus,.exercise-library-panel select:focus,.exercise-library-panel textarea:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933}.exercise-library-slug{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;font-weight:600}.exercise-library-meta input{border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font-size:.95rem;color:#0f172a}.exercise-library-actions{display:flex;gap:10px;align-items:center;justify-content:space-between}.exercise-library-upload{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-weight:600;font-size:.85rem;cursor:pointer}.exercise-library-upload input{display:none}.exercise-library-actions button{border:none;border-radius:10px;padding:8px 14px;font-weight:600;font-size:.85rem;background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;cursor:pointer}.exercise-library-actions button:disabled{opacity:.6;cursor:not-allowed}.videos-filter-card{display:flex;align-items:center;gap:18px;padding:16px 20px;border-radius:20px;background:#fff;border:1px solid #f1f5f9;flex-wrap:wrap;width:100%;justify-content:space-between}.filter-icon-button{width:46px;height:46px;border-radius:16px;border:none;background:#ec48991f;display:inline-flex;align-items:center;justify-content:center}.filter-icon-button img{width:18px;height:18px}.video-filter-chips{display:flex;gap:10px;flex:1;flex-wrap:wrap}.video-filter-selects{display:flex;gap:12px;flex-wrap:wrap;flex:1;align-items:center}.filter-select{display:flex;flex-direction:column;gap:0;font-size:.82rem;color:#94a3b8;min-width:160px}.filter-select select{border:1px solid #e2e8f0;border-radius:12px;padding:8px 12px;font-size:.95rem;background:#fff;color:#0f172a}.video-filter-chip{border:1px solid #e2e8f0;border-radius:999px;padding:8px 16px;font-weight:600;font-size:.9rem;background:#f8fafc;color:#475569;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.video-filter-chip.active{background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;border-color:transparent}.video-filter-chip.disabled{opacity:.6;cursor:not-allowed}.videos-filter-actions{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}.videos-bulk-toggle{border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;padding:6px 12px;font-size:.84rem}.videos-upload-button{border:none;border-radius:12px;background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;padding:10px 18px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.videos-upload-icon{display:inline-flex}.videos-upload-icon svg{color:#fff}.videos-refresh-button{border:none;border-radius:12px;padding:10px 16px;background:#ec48991f;color:#fa99b5;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.error-text{color:red;margin-bottom:12px}.loading-text,.empty-state{text-align:center;padding:20px 0;color:#777}.videos-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.videos-pagination{margin-top:24px;display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.pagination-pages{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pagination-nav-button{border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;padding:8px 14px;font-weight:600;cursor:pointer}.pagination-nav-button:disabled{opacity:.5;cursor:not-allowed}.page-chip{border:1px solid #FA99B5;border-radius:4px;padding:8px 10px;min-width:44px;min-height:36px;text-align:center;background:#fff;color:#475569;font-weight:600;cursor:pointer}.page-chip.active{background:#fa99b5;color:#fff;border-color:transparent}.page-chip:disabled{opacity:.6;cursor:not-allowed}.video-card{background:#fff;border-radius:22px;border:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden;min-height:360px}.video-thumb{position:relative;height:190px;background:#e2e8f0;overflow:hidden}.video-thumb img{width:100%;height:100%;object-fit:cover}.thumb-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:600}.video-thumb-badge{position:absolute;top:14px;left:14px;padding:4px 10px;border-radius:999px;background:#f59e0b;color:#fff;font-size:.78rem;font-weight:600}.video-thumb-duration{position:absolute;top:14px;right:14px;padding:4px 10px;border-radius:999px;background:#0f172ad9;color:#fff;font-size:.78rem;font-weight:600}.video-card-body{padding:18px 20px 0;display:flex;flex-direction:column;gap:10px;flex:1}.video-card-title{margin:0;font-size:1.15rem;color:#0f172a}.video-card-desc{margin:0;color:#64748b;font-size:.93rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.video-card-footer{margin-top:auto;padding:12px 16px 18px;display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #f1f5f9;gap:12px}.video-gender-icon{display:inline-flex;align-items:center;justify-content:center;background:transparent;padding:0;width:auto;height:auto}.video-gender-icon img{width:22px;height:22px;display:block}.video-desc{margin-top:6px;color:#666;font-size:14px}.video-footer{padding:12px 16px;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;font-size:13px;color:#666}.video-actions{display:flex;justify-content:flex-end}.actions-right{display:inline-flex;gap:10px;padding:6px;border-radius:999px;background:transparent;border:none}.btn-icon{width:32px;height:32px;border-radius:50%;border:none;outline:none;background:transparent;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease;box-shadow:none;padding:0}.btn-icon:hover{transform:translateY(-1px)}.btn-icon:focus{outline:none;box-shadow:none}.btn-icon img{width:14px;height:14px}.btn-icon:disabled{opacity:.4;cursor:not-allowed}.video-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:.9rem}.video-form select,.video-form input[type=file],.video-form input[type=text],.video-form textarea{border:1px solid var(--color-border);border-radius:10px;padding:9px 10px;font-size:.9rem;background:var(--color-surface)}.video-form select:focus,.video-form input[type=file]:focus,.video-form input[type=text]:focus,.video-form textarea:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933}.video-form textarea{resize:vertical}.video-form__grid .full-width{grid-column:1 / -1}.video-form__actions{display:flex;justify-content:flex-end;gap:12px}.notification-history{margin-top:20px;border:1px solid var(--color-border);border-radius:14px;padding:16px;background:#fff;box-shadow:0 18px 35px #0f172a0a;display:flex;flex-direction:column;min-height:0;flex:1}.notification-history__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.notification-history__header h3{margin:0;font-size:1rem}.notification-history__header span{font-size:.85rem;color:var(--color-muted)}.notification-history__list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:6px;min-height:0}.notifications-panel{display:flex;flex-direction:column;gap:20px;min-height:0;height:100%}.notification-history__item{border-radius:12px;border:1px solid var(--color-border);padding:12px 14px;background:#f8fafc}.notification-history__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:.8rem}.notification-history__audience{text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#fa99b5}.notification-history__date{color:var(--color-muted)}.notification-history__item h4{margin:0 0 6px;font-size:.95rem;color:var(--color-text)}.notification-history__item p{margin:0;color:var(--color-muted);font-size:.9rem}.notification-history__detail{margin-top:6px;color:var(--color-text);font-size:.85rem}.video-toggle{display:inline-flex;align-items:center;gap:10px;font-weight:500;color:#475569}.video-toggle input{width:16px;height:16px;accent-color:#FA99B5}.error-text{color:var(--color-danger);font-weight:600}.questions-panel{display:flex;flex-direction:column;gap:20px}.questions-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.questions-filter-bar{display:flex;align-items:center;gap:18px;padding:12px 16px;background:#fff;border:1px solid #f1f5f9;border-radius:18px;flex-wrap:wrap;width:100%}.question-filter-selects{display:flex;gap:14px;flex-wrap:wrap;flex:1}.question-filter-field{display:flex;flex-direction:column;gap:4px;min-width:160px;font-size:.85rem;color:#94a3b8}.question-filter-field select{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:.95rem;background:#f8fafc;color:#0f172a}.question-refresh-button{width:44px;height:44px;border-radius:16px;border:none;background:#ec48991f;color:#fa99b5;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.add-question-button{border:none;border-radius:12px;padding:10px 18px;background:#fa99b5;color:#fff;font-weight:600;cursor:pointer}.add-question-button:hover{opacity:.9}.question-list{display:flex;flex-direction:column;gap:14px}.question-card{border:1px solid var(--color-border);border-radius:18px;padding:16px;background:#fff;box-shadow:0 18px 40px #0f172a14;display:grid;grid-template-columns:1fr auto;gap:14px;width:100%}.question-card header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center}.question-body h3{margin:0 0 6px}.question-body p{margin:0 0 12px;color:var(--color-muted)}.question-units{display:flex;align-items:center;gap:6px;font-size:.9rem;margin-bottom:8px}.unit-list{display:flex;gap:6px;flex-wrap:wrap}.unit-list span{background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:4px 10px}.question-card small{color:var(--color-muted)}.question-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.question-pill-group{display:flex;gap:6px;flex-wrap:wrap}.question-options{display:flex;flex-direction:column;gap:8px;margin:10px 0}.question-option{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.9rem}.question-option .option-value{color:#64748b;font-size:.85rem}.question-description{margin:6px 0;color:#64748b;font-size:.9rem}.question-actions{display:flex;justify-content:flex-end;gap:10px}.question-icon-button{width:34px;height:34px;border-radius:50%;border:none;background:#fff;box-shadow:inset 0 1px #fffc,0 6px 12px #0f172a1f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.question-icon-button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 8px 16px #0f172a2e}.question-icon-button img{width:16px;height:16px}.question-icon-button.danger{background:linear-gradient(135deg,#fee2e2,#fecaca)}.question-icon-button:disabled{opacity:.4;cursor:not-allowed}.checkbox-field{display:inline-flex;align-items:center;gap:8px;font-size:.9rem}.option-list{display:flex;flex-direction:column;gap:12px}.option-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;align-items:center}.question-form{border:1px solid var(--color-border);border-radius:18px;padding:16px;background:#fff;box-shadow:0 18px 45px #0f172a14;display:flex;flex-direction:column;gap:16px}.question-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.question-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:.9rem}.question-form input,.question-form select,.question-form textarea{border:1px solid var(--color-border);border-radius:10px;padding:10px 12px;font-size:.9rem;background:var(--color-surface)}.question-form textarea{resize:vertical}.measurement-unit-group{grid-column:1 / -1;border:1px dashed var(--color-border);border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:10px}.measurement-unit-header{display:flex;align-items:center;justify-content:space-between}.measurement-unit-row{display:flex;gap:8px;align-items:center}.measurement-unit-row input{flex:1}.question-form-actions{display:flex;justify-content:flex-end;gap:12px}.subscription-view{display:flex;flex-direction:column;gap:20px}.subscription-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#fff,#eef3ff);box-shadow:0 30px 55px #0f172a14}.subscription-hero__lead{display:flex;flex-direction:column;gap:10px}.subscription-hero__lead h2{font-size:clamp(2.2rem,4vw,2.8rem);margin:2px 0}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.subscription-hero__insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.insight-card{border:1px solid rgba(148,163,184,.35);border-radius:18px;padding:16px;background:#ffffffe6;box-shadow:inset 0 1px #fff9;display:flex;flex-direction:column;gap:6px}.insight-label,.eyebrow{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.insight-card strong{font-size:1.35rem}.subscription-controls{display:flex;align-items:center;gap:12px;padding:0 4px;flex-wrap:wrap}.subscription-actions{display:flex;gap:10px;margin-left:auto}.toggle-control{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.9rem}.toggle-control input{width:22px;height:22px;accent-color:var(--color-primary)}.control-hint{color:var(--color-muted);font-size:.9rem}.error-banner{border-radius:16px;padding:14px 16px;background:#dc262614;color:var(--color-danger);border:1px solid rgba(220,38,38,.3)}.loading-panel,.empty-panel{border:1px dashed var(--color-border);border-radius:18px;padding:30px;text-align:center;background:#fff;box-shadow:inset 0 1px #fff9;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1080px;margin:0 auto}@media(max-width:1024px){.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.plan-grid{grid-template-columns:minmax(0,1fr)}}.plan-card{border:1px solid rgba(148,163,184,.4);border-radius:20px;padding:22px;background:#fff;box-shadow:0 25px 60px #0f172a14;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.plan-card:after{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,#2f6fec33,#4f46e526);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.plan-card--inactive{opacity:.65;background:#f8fafc;filter:grayscale(.6)}.plan-card--inactive:before{content:"";position:absolute;inset:0;border-radius:20px;background:#f8fafcb3;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);pointer-events:none;z-index:0}.plan-card--inactive>*{position:relative;z-index:1}.plan-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.plan-card__subtitle{margin:4px 0 0;color:#94a3b8;font-size:.95rem}.plan-card__badges{display:flex;gap:8px;flex-wrap:wrap}.plan-badge{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background:#2f6fec1f;color:var(--color-primary)}.plan-badge.muted{background:#94a3b833;color:#475569}.plan-card__price{display:flex;flex-direction:column;gap:4px}.plan-price__discounted{font-size:1.6rem;font-weight:700}.plan-price__original{text-decoration:line-through;color:var(--color-muted);font-size:.95rem}.plan-price__monthly{font-weight:600;color:var(--color-muted);font-size:.95rem}.plan-price__monthly strong{color:var(--color-primary);margin-left:4px}.plan-card__description{margin:0;color:var(--color-muted);min-height:48px}.plan-card__preview{margin-top:8px}.plan-card__preview>span{display:inline-block;font-size:.8rem;color:#94a3b8;margin-bottom:4px;text-transform:uppercase;letter-spacing:.08em}.plan-preview-chips{display:flex;flex-wrap:wrap;gap:6px}.plan-chip{background:#f1f5f9;color:#0f172a;font-size:.8rem;padding:4px 10px;border-radius:999px;border:1px solid #e2e8f0}.plan-chip.muted{background:#fff7ed;color:#ea580c;border-color:#fed7aa}.plan-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.plan-card__meta span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.plan-card__meta strong{font-size:1rem}.plan-card__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:auto;flex-wrap:wrap}.plan-card__buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;flex:1;min-width:200px}.plan-action{border-radius:999px;border:1px solid rgba(148,163,184,.5);padding:8px 14px;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;background:#fff;color:#0f172a;cursor:pointer;box-shadow:0 10px 20px #0f172a14;white-space:nowrap;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.plan-action img{width:16px;height:16px}.plan-action:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a26}.plan-action.danger{border-color:#dc262666;color:var(--color-danger);background:#fee2e280;box-shadow:none}.plan-action:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.status-pill{display:inline-flex;align-items:center;gap:10px;padding:4px 12px;border-radius:999px;font-weight:600;font-size:13px}.pill{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;border-radius:999px;font-weight:600;font-size:13px}.status-dot{width:8px;height:8px;border-radius:50%}.pill.success{background:#e7f7ed;color:#1a8f3a}.pill.success .status-dot{background:#1a8f3a}.pill.danger{background:#fa99b5;color:#fff}.pill.danger .status-dot{background:#fff}.plan-toggle-control{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(148,163,184,.5);border-radius:999px;padding:6px 12px;font-size:.85rem;font-weight:600;background:#fff;color:#0f172a;box-shadow:0 10px 20px #0f172a0f}.plan-toggle-control input{width:18px;height:18px;accent-color:var(--color-primary)}.plan-toggle-control--inactive{color:#475569;border-color:#94a3b8b3}.plan-toggle-control input:disabled+span{opacity:.6}button.secondary.slim,button.primary.slim{width:auto;padding:8px 14px}.modal-toggle-row{display:flex;align-items:center;margin-top:12px}.field-hint{margin:6px 0 0;font-size:.8rem;color:var(--color-muted)}.food-image-selected{display:flex;align-items:center;gap:12px;margin-top:6px;font-size:.85rem;color:var(--color-muted)}.food-image-preview{display:flex;align-items:center;gap:12px;margin-top:8px}.food-image-preview img{width:72px;height:72px;border-radius:12px;object-fit:cover;border:1px solid var(--color-border)}.usda-search{border:1px solid var(--color-border);border-radius:12px;padding:12px;background:#f8fafc;display:grid;gap:10px}.usda-status{font-size:.85rem;color:var(--color-muted)}.usda-status.error{color:#b91c1c}.usda-results{display:grid;gap:8px}.usda-result{border:1px solid var(--color-border);border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.usda-result:hover{border-color:#fa99b5cc}.usda-result:disabled{cursor:not-allowed;opacity:.7}.usda-result.selected{border-color:#fa99b5;box-shadow:0 0 0 2px #fa99b533}.usda-result__title{font-weight:600}.usda-result__meta{font-size:.8rem;color:var(--color-muted);margin-top:2px}.usda-selected{font-size:.85rem;color:var(--color-muted)}.serving-preview{margin-top:4px;padding:12px;border-radius:12px;border:1px dashed rgba(250,153,181,.6);background:#fff5f7}.serving-preview__title{font-weight:600;margin-bottom:6px}.serving-preview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;font-size:.9rem}.usda-source{font-size:.85rem;color:var(--color-muted);margin-top:8px}.text-success{color:var(--color-success)}.text-muted{color:var(--color-muted)}.status-banner{position:fixed;right:24px;top:24px;padding:10px 22px;border-radius:999px;background:#ffffffd9;color:#0f172a;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 35px #0f172a2e;width:min(320px,calc(100% - 48px));font-size:.9rem;font-weight:600;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-banner.success{background:#fa98b559;border-color:#ec489999;color:#fa99b5}.status-banner.error{background:#f8717133;border-color:#f8717199;color:#991b1b}.modal-backdrop{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-dialog{background:#fff;border-radius:14px;width:min(720px,100%);box-shadow:0 25px 55px #0f172a59;animation:modalFade .2s ease}.video-modal-dialog{width:min(980px,100%)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 12px;border-bottom:1px solid var(--color-border)}.modal-header h3{margin:0;font-size:1.35rem}.modal-body{padding:24px;max-height:80vh;overflow-y:auto}.user-analytics-modal{width:min(1040px,100%)}.user-analytics-modal .modal-body{max-height:88vh}.analytics-summary-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.analytics-summary-actions{display:inline-flex;align-items:center;gap:12px;color:var(--color-muted);font-size:.9rem}.analytics-modal-title{display:inline-flex;align-items:center;gap:12px}.analytics-modal-avatar{width:34px;height:34px;border-radius:999px;background:#e2e8f0;color:#0f172a;font-weight:700;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.analytics-modal-avatar img{width:100%;height:100%;object-fit:cover}.analytics-modal-avatar--static svg{width:20px;height:20px}.user-analytics-modal .analytics-metrics-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.metric-subtext{display:block;margin-top:4px;font-size:.75rem;color:#64748b}.analytics-gauge-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:18px}.analytics-gauge-card{border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px 14px;background:#fff;box-shadow:0 8px 20px #0f172a0f;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;overflow:hidden}.analytics-gauge-title{font-weight:600;color:#0f172a}.analytics-gauge-visual{width:100%;display:flex;flex-direction:column;align-items:center}.analytics-gauge-visual svg{width:100%;max-width:240px;height:auto}.analytics-gauge-scale{width:100%;max-width:220px;display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280;margin-top:-2px}.analytics-gauge-card{position:relative}.analytics-gauge-card[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;left:50%;transform:translate(-50%);top:8px;background:#0f172aeb;color:#fff;padding:6px 10px;border-radius:8px;font-size:.78rem;max-width:calc(100% - 20px);white-space:normal;text-align:center;z-index:2}.analytics-gauge-card[data-tooltip]:hover:before{content:none}.analytics-gauge-meta{display:flex;flex-direction:column;align-items:center;font-size:.85rem;color:#64748b;gap:2px}.analytics-gauge-meta strong{color:#0f172a;font-size:1rem}.modal-body--no-header{padding:32px}.modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.modal-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:.9rem}.modal-form input,.modal-form select,.modal-form textarea{border:1px solid var(--color-border);border-radius:12px;padding:10px 12px;font-size:.95rem;background:#fff}.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933}.modal-form textarea{resize:vertical;min-height:72px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.modal-field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.modal-actions .theme-button{box-shadow:none}.meal-icon-preview{display:flex;flex-direction:column;gap:8px;font-weight:600;font-size:.9rem}.meal-icon-preview__image{width:72px;height:72px;border-radius:16px;border:1px solid var(--color-border);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.meal-icon-preview__image img{width:100%;height:100%;object-fit:cover}.modal-section{border:1px solid var(--color-border);border-radius:16px;padding:18px 20px;margin-bottom:18px;background:#f8fafc}.coupon-modal{width:min(860px,100%)}.coupon-modal .modal-body{background:linear-gradient(160deg,#f8fafc,#fff 60%)}.coupon-form__section{padding:14px 16px;border-bottom:1px solid #e3e8f6}.coupon-form__section:last-of-type{border-bottom:none}.coupon-form__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.coupon-form__header.addon-video-header{margin-bottom:0!important}.coupon-form__section h4{font-size:1.05rem;margin:0}.coupon-form__section p{color:#64748b;margin:4px 0 0}.coupon-modal .modal-field-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.coupon-modal .coupon-eligibility-row{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.coupon-modal .coupon-eligibility-row .modal-field>span{min-height:40px;white-space:normal;line-height:1.2}.coupon-form .modal-field select{background:#fff}.coupon-field-row--single{grid-template-columns:repeat(4,minmax(160px,1fr))}.coupon-field-row--single .modal-field{grid-column:span 1}.coupon-multiselect{position:relative}.coupon-multiselect[open]{z-index:5}.coupon-multiselect__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:600;color:#0f172a;border:1px solid #dbe4f4;border-radius:12px;padding:12px 14px;background:#fff}.coupon-multiselect__summary::-webkit-details-marker{display:none}.coupon-multiselect__chevron{font-size:.75rem;color:#64748b}.coupon-multiselect__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 28px #0f172a1f;padding:12px;z-index:10}.coupon-applies-list{max-height:220px;overflow:auto;padding:4px}.coupon-empty{font-size:.85rem;color:#64748b}.file-meta{display:block;margin-top:4px;font-size:.8rem;color:#64748b}.file-meta--placeholder{visibility:hidden}.addon-video-empty,.addon-video-add{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;color:#64748b;font-size:.9rem}.addon-video-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:12px!important;width:100%!important}.addon-video-row>.modal-field:not(.addon-video-delete-cell){flex:0 0 45%!important;min-width:0;display:block!important}.addon-video-row>.modal-field>span{display:block;margin-bottom:4px}.addon-video-row input[type=file]{width:100%}.addon-video-row .addon-video-delete{display:inline-flex;align-items:center;justify-content:center;margin:0;background:#fde8e8!important;box-shadow:none!important;width:36px!important;height:36px!important;border-radius:10px}.addon-video-row .addon-video-delete img{width:16px;height:16px}.addon-video-delete-cell{flex:0 0 10%!important;min-width:0;display:flex!important;flex-direction:column;align-items:center}.addon-video-delete-label{display:block;margin-bottom:4px;visibility:hidden}.coupon-modal .coupon-form__section.addon-video-section{padding:0!important;border-bottom:1px solid #e3e8f6}.addon-video-add-button{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:#0f172a;font-weight:700}.addon-video-add{padding:6px 0}.modal-section header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.modal-section h4{margin:0;font-size:1rem;color:#0f172a}.modal-section p{margin:0;color:#64748b;font-size:.9rem}.plan-modal{display:flex;flex-direction:column;gap:18px}.plan-modal--compact{gap:12px}.plan-modal-section{display:flex;flex-direction:column}.plan-section-head{display:flex;flex-direction:column;gap:4px}.plan-section-title{margin:0;font-size:.95rem;font-weight:600;color:#fa99b5;text-transform:none}.plan-section-description{margin:0;color:#94a3b8;font-size:.9rem}.plan-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.plan-field-grid--compact{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.plan-field{font-weight:600;font-size:.92rem}.plan-field span{color:#0f172a}.plan-field input,.plan-field select,.plan-field textarea{border-radius:12px;border:1px solid rgba(236,72,153,.35);background:#fff;padding:10px 12px;font-size:.95rem;margin-top:6px;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.plan-field input:focus,.plan-field select:focus,.plan-field textarea:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 2px #ec48991f}.plan-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#94a3b8 50%),linear-gradient(135deg,#94a3b8 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 10px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:32px}.plan-field small{margin-top:6px;font-size:.78rem;color:#94a3b8;font-weight:400}.plan-field--full{grid-column:span 2}@media(max-width:640px){.plan-field--full{grid-column:span 1}}@media(max-width:768px){.plan-card__actions{flex-direction:column;align-items:stretch}.plan-card__buttons{justify-content:center}.plan-action{justify-content:center;width:100%}.plan-toggle-control{width:100%;justify-content:center}}.plan-divider{width:100%;height:1px;background:#f1f5f9}.plan-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));border:1px solid #f1f5f9;border-radius:12px;overflow:hidden}.plan-preview-card{padding:16px 18px;display:flex;flex-direction:column;gap:4px;background:#fff;border-right:1px solid #f1f5f9}.plan-preview-card:last-child{border-right:none}.plan-preview-card span{font-size:.78rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.plan-preview-card strong{font-size:1.15rem;color:#0f172a}.plan-toggle{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#475569}.plan-toggle input{width:18px;height:18px;accent-color:#FA99B5}.plan-toggle span{color:#475569}.user-flag-toggle{width:18px;height:18px;cursor:pointer}.user-flag-toggle:disabled{cursor:not-allowed;opacity:.6}.user-flag-toggle:checked:disabled{background:#fa99b5;border-color:#fa99b5;opacity:1}.user-row-edit{width:36px;height:36px;border-radius:10px;border:1px solid rgba(148,163,184,.3);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;padding:0}.user-row-edit:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a1a;border-color:#fa99b5}.user-row-edit.is-save{border-color:#fa99b5;box-shadow:0 6px 14px #0f172a1f;background:#fa99b5;width:auto;min-width:72px;height:36px;padding:0 16px;border-radius:5px}.user-row-save-text{color:#fff;font-size:14px;font-weight:600;letter-spacing:.1px;line-height:1}.user-row-edit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.user-row-edit img{width:18px;height:18px;object-fit:contain}.plan-footer{margin-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.plan-footer .plan-toggle{justify-content:flex-start;flex-direction:row}.plan-footer .plan-submit{margin-left:auto}.plan-submit{border:none;border-radius:16px;padding:12px 32px;background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;font-weight:600;box-shadow:0 15px 30px #ec489940;cursor:pointer}.plan-submit:disabled{opacity:.7;cursor:not-allowed}.theme-button{background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;box-shadow:0 15px 30px #ec489940}.theme-button:disabled{opacity:.8}.video-modal{display:flex;flex-direction:column;gap:28px}.video-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #f1f5f9;padding-bottom:12px}.video-modal-header h2{margin:4px 0 0;font-size:1.6rem;color:#0f172a}.video-modal-tag{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#fa99b5;margin:0;font-weight:600}.video-modal-close{background:#fa99b5;color:#fff;width:44px;height:44px;border-radius:999px;border:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;padding:0}.video-modal-close svg{width:20px;height:20px}.video-modal-form{display:flex;flex-direction:column;gap:24px}.video-section{display:flex;flex-direction:column;gap:20px;padding:6px 0 24px;border-bottom:1px solid rgba(236,72,153,.25)}.video-section:last-of-type{border-bottom:none;padding-bottom:0}.video-section-head{display:flex;flex-direction:column;gap:6px}.video-section-head h4{margin:0}.video-section-head p{margin:0;color:#94a3b8;font-size:.9rem}.video-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.video-field-row--focus{grid-template-columns:repeat(2,minmax(0,1fr))}.video-field{display:flex;flex-direction:column;gap:8px}.video-field-label{font-size:.9rem;color:#475569;font-weight:600;display:inline-flex;align-items:center;gap:4px}.video-field-label .required{color:#fa99b5;font-size:1rem;line-height:1}.video-field input,.video-field select,.video-field textarea{border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;font-size:1rem;background:#fff;box-shadow:0 4px 18px #94a3b826}.video-field textarea{resize:vertical;min-height:96px}.video-field-hint{font-size:.8rem;color:#94a3b8;margin-top:4px;display:block}.video-upload-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;align-items:stretch}.upload-dropzone{position:relative;border:2px dashed rgba(236,72,153,.4);border-radius:20px;background:#fee2e259;padding:28px 24px 32px;text-align:center;display:flex;flex-direction:column;gap:10px;min-height:190px;color:#fa99b5;cursor:pointer;overflow:hidden}.upload-dropzone:hover{border-color:#ec4899b3;background:#fee2e28c}.upload-input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:1}.upload-badge{width:58px;height:54px;border-radius:18px;background:linear-gradient(135deg,#fa99b5,#fa99b5);display:inline-flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 6px}.upload-badge img{width:26px;height:26px;filter:brightness(0) invert(1)}.upload-title{margin:0;font-weight:600;font-size:1rem;color:#0f172a}.upload-hint{margin:0;font-size:.9rem;color:#64748b}.upload-selected{margin:4px 0 0;font-size:.85rem;color:#475569}.video-modal-actions{justify-content:flex-end;margin-top:8px}.video-modal-actions button{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(120deg,#fa99b5,#fa99b5);box-shadow:none}.button-icon{display:inline-flex;align-items:center;justify-content:center}.button-icon svg,.button-icon img{width:22px;height:22px;display:block}.button-icon img{filter:brightness(0) invert(1)}.button-icon.button-icon--no-box{box-shadow:none;background:transparent;padding:0;margin-right:8px}.question-modal-dialog{width:min(840px,100%)}.question-modal{display:flex;flex-direction:column;gap:24px}.question-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f4f1f6;padding-bottom:12px}.question-modal-header h2{margin:0;font-size:1.5rem;color:#0f172a}.question-modal-form{display:flex;flex-direction:column;gap:24px}.question-section{display:flex;flex-direction:column;gap:18px;padding-bottom:20px;border-bottom:1px solid rgba(236,72,153,.2)}.question-section:last-of-type{border-bottom:none;padding-bottom:0}.question-section-head{display:flex;flex-direction:column;gap:4px}.question-section-head h4{margin:0;color:#fa99b5;font-size:.95rem}.question-section-head p{margin:0;color:#94a3b8;font-size:.9rem}.question-section-head--options{flex-direction:row;align-items:center;justify-content:space-between}.question-section--info{padding:16px;background:#ec489914;border:1px dashed rgba(236,72,153,.4);border-radius:14px;color:#fa99b5;font-weight:500;font-size:.92rem}.question-field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.question-field{display:flex;flex-direction:column;gap:6px}.question-field-label{font-size:.9rem;color:#475569;font-weight:600}.question-field input,.question-field select{border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;font-size:1rem;background:#fff;box-shadow:0 4px 12px #94a3b826}.question-field input:focus,.question-field select:focus{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933}.question-checkbox-row{display:flex;gap:20px;flex-wrap:wrap}.question-checkbox{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#475569}.question-checkbox input{width:18px;height:18px}.question-option-list{display:flex;flex-direction:column;gap:14px}.question-option-row{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr)) auto;gap:16px;align-items:center}.question-add-option{border:none;border-radius:12px;background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;padding:8px 18px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.question-remove-option{border:none;background:transparent;color:#fa99b5;font-size:1.5rem;cursor:pointer}.question-modal-actions{display:flex;justify-content:flex-end}.question-modal-actions button{border:none;border-radius:12px;padding:12px 30px;background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;font-weight:600;box-shadow:none}@media(max-width:720px){.videos-wrapper{padding:20px}.videos-filter-card{flex-direction:column;align-items:stretch}.filter-icon-button{align-self:flex-start}.video-filter-chips{width:100%}.video-filter-chip{width:100%;justify-content:center}.videos-filter-actions{width:100%;flex-direction:column}.videos-upload-button,.videos-refresh-button{width:100%;justify-content:center;text-align:center}.video-field-row,.video-field-row--focus{grid-template-columns:1fr;gap:18px}}.modal-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.modal-info-card{background:#fff;border-radius:12px;padding:12px;border:1px solid #e2e8f0;font-size:.85rem;color:#475569}.modal-info-card strong{display:block;font-size:.95rem;color:#0f172a}.modal-info-card span{color:#94a3b8}.analytics-entry-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.analytics-entry{border:1px solid var(--color-border);border-radius:14px;padding:16px;background:#fff;box-shadow:0 6px 18px #0f172a0a}.analytics-entry--today{border-color:var(--color-primary);box-shadow:0 8px 22px #2f6fec29}.analytics-entry__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.analytics-entry__header>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.analytics-entry__tag{font-size:.75rem;padding:2px 8px;border-radius:999px;background:var(--color-primary-light);color:var(--color-primary);font-weight:600}.analytics-entry__index{font-size:.85rem;color:var(--color-muted)}.analytics-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.analytics-metric{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f8fafc}.analytics-entry--today .analytics-metric{background:#2f6fec0a}.metric-label{display:block;font-size:.75rem;text-transform:uppercase;color:var(--color-muted);letter-spacing:.05em}.metric-value{font-size:1rem;color:var(--color-text)}.file-helper{font-size:.85rem;color:#64748b;margin-top:6px}.measurement-unit-group.compact{border-style:solid;border-color:#e2e8f0;background:#fff}.measurement-unit-row input{border:1px solid #cbd5f5}@keyframes modalFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.workspace{grid-template-columns:220px minmax(0,1fr)}.content{padding:24px}.video-card__actions{justify-content:flex-start}.question-card{grid-template-columns:1fr}.question-actions{flex-direction:row;justify-content:flex-start}}@media(max-width:640px){.workspace{grid-template-columns:1fr}.sidebar-nav button{flex:1;justify-content:center}.content{padding:20px}.users-header,.users-row{grid-template-columns:repeat(2,minmax(0,1fr))}.users-header span:nth-child(n+3),.users-row span:nth-child(n+3){grid-column:1 / -1}.status-banner{left:16px;right:16px;width:auto}.video-card__actions,.question-actions{flex-direction:column}}.table-wrapper{overflow-x:auto;border-radius:0;border:none;box-shadow:none}.users-table-panel{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;height:100%}.users-table-panel .panel-header{flex:0 0 auto;background:#fff;padding:12px 0 14px;margin-bottom:0;border-bottom:1px solid var(--color-border)}.users-table-panel .table-wrapper{flex:1 1 auto;min-height:0;position:relative;overflow:auto}.content--users .users-table-panel .table-wrapper{max-height:calc(100vh - 260px)}.users-table-panel .data-table{border-collapse:separate!important;border-spacing:0!important}.users-table-panel .data-table thead{position:sticky;top:0;z-index:6;background:#f9fafb}.user-name-button,.user-email-button{padding:0;border:none;background:transparent;appearance:none;-webkit-appearance:none;box-shadow:none}.user-name-button{color:var(--color-primary);cursor:pointer;font-weight:600;text-decoration:none}.user-name-button:hover,.user-name-button:focus-visible{text-decoration:none;color:var(--color-primary-dark)}.user-email-button{color:inherit;cursor:pointer}.user-email-button:hover,.user-email-button:focus-visible{color:var(--color-primary);background:transparent}.data-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.data-table td{padding:18px 16px;font-size:15px;border-bottom:1px solid rgba(148,163,184,.2)}.data-table th{background:#f9fafb;padding:16px;font-size:13px;border-bottom:1px solid rgba(148,163,184,.3);text-align:left}.users-table-panel .data-table th{position:sticky;top:0;z-index:5}.data-table th.align-left,.data-table td.align-left{text-align:left}.data-table th.align-center,.data-table td.align-center{text-align:center}.data-table th.align-right,.data-table td.align-right{text-align:right}.data-table th.status-cell,.data-table td.status-cell{text-align:left!important}.data-table .status-cell-content{display:inline-flex;align-items:center;justify-content:flex-start;width:auto}.food-name-cell{display:flex;align-items:center;gap:12px}.food-image-thumb{width:42px;height:42px;border-radius:10px;border:1px solid var(--color-border);object-fit:cover;flex-shrink:0}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.link-button{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 16px!important;background:#fa99b5!important;color:#fff!important;border:1px solid #FA99B5!important;border-radius:5px!important;font-size:14px!important;font-weight:600!important;cursor:pointer!important;text-align:center!important;line-height:normal!important;box-shadow:none!important}.link-button:disabled{background:#f3f4f6!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.6!important}.link-button--ghost{background:#fa99b5!important;color:#fff!important;border:1px solid #FA99B5!important}.link-button--ghost:hover{background:#fbc2d4!important}.link-button:hover{background:#fa99b5!important}.data-table tbody tr:hover{background:#0f172a05}.table-actions{display:inline-flex;align-items:center;gap:8px}.table-actions button{width:36px;height:36px;border-radius:10px;border:1px solid rgba(148,163,184,.3);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;padding:0}.table-actions button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0f172a1a}.table-actions button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.table-actions button img{width:18px;height:18px;object-fit:contain}.community-panel .panel-header p{max-width:520px}.community-thumb{width:72px;height:72px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.08em}.community-thumb-button{width:100%;height:100%;border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.community-thumb-button img,.community-thumb img{width:100%;height:100%;object-fit:cover}.community-thumb-play{width:36px;height:36px;border-radius:50%;background:#0f172aa6;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 8px 18px #0f172a33}.community-thumb-text{width:100%;height:100%;border-radius:10px;border:1px dashed #cbd5f5;background:#fff;color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;justify-content:center}.community-caption{color:#0f172a;font-size:.95rem;line-height:1.4;max-width:360px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.community-author{font-weight:600;color:#0f172a}.community-meta{margin-top:4px;color:#94a3b8;font-size:.82rem}.community-stats{display:flex;flex-direction:column;gap:4px;font-size:.82rem;color:#475569}.community-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.community-action{border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:6px 12px;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.community-action:hover{transform:translateY(-1px);box-shadow:0 6px 12px #0f172a14}.community-action.danger{border-color:#ef44444d;color:#be123c;background:#fff1f2}.community-comment-list{display:flex;flex-direction:column;gap:12px;max-height:420px;overflow:auto;padding-right:4px}.community-comment{border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.community-comment.is-hidden{background:#f8fafc;border-color:#e2e8f0;opacity:.85}.community-comment-author{font-weight:600;color:#0f172a}.community-hidden-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:.7rem;font-weight:600;margin-top:6px}.community-comment-text{margin-top:6px;color:#0f172a;font-size:.92rem;line-height:1.4}.community-comments-modal .modal-body{max-height:70vh;overflow:auto}.community-media-modal .modal-body{padding:0}.community-media-preview{display:flex;align-items:center;justify-content:center;padding:18px}.community-media{max-width:min(80vw,720px);max-height:70vh;width:100%;height:auto;border-radius:16px;background:#0f172a;object-fit:contain}.foods-view .view-header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:flex-end;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.foods-view .view-header-actions{display:flex;flex-wrap:wrap;gap:12px}.foods-view .view-header-actions .primary{width:auto;padding:10px 18px;border-radius:14px;background:linear-gradient(135deg,#fa99b5,#fa99b5);box-shadow:0 14px 30px #ec489940}.foods-view .foods-filters{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end;margin-top:18px}.foods-view .foods-category-card .foods-filters{margin-bottom:12px}.foods-view .foods-filters label>span{display:block;margin-bottom:6px;font-size:.82rem;color:#94a3b8}.foods-view .filter-select select{border-radius:999px;padding:12px 16px;min-height:46px;box-shadow:0 12px 28px #0f172a14}.foods-view .filter-select select:focus,.foods-view .filter-select select:focus-visible{outline:none;border-color:#fa99b5;box-shadow:0 0 0 3px #ec489933}.foods-view .foods-filters button{width:auto;align-self:flex-end}.foods-view .foods-filters .ghost{border:none;border-radius:12px;padding:10px 18px;background:linear-gradient(135deg,#fa99b5,#fa99b5);color:#fff;font-weight:600;box-shadow:0 10px 24px #ec489938}.foods-view .filter-text-field{flex:1 1 260px;position:relative}.foods-view .filter-text-field input{width:100%;border-radius:999px;border:1px solid #e2e8f0;padding:12px 16px 12px 44px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:16px center;box-shadow:0 12px 28px #0f172a14;transition:border-color .2s ease,box-shadow .2s ease}.foods-view .filter-text-field input:focus{outline:none;border-color:#fa99b5;box-shadow:0 16px 36px #ec489926}.foods-view .filter-text-field:after{display:none}.modal-field.checkbox{flex-direction:row;align-items:center;gap:10px}.modal-field.checkbox input{margin:0}input[type=checkbox]{-webkit-appearance:none;appearance:none;width:18px;height:18px;border:1px solid #FA99B5;border-radius:4px;background:#fff;display:inline-grid;place-content:center;cursor:pointer}input[type=checkbox]:before{content:"";width:10px;height:6px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg) scale(0);transform-origin:center}input[type=checkbox]:checked{background:#fa99b5}input[type=checkbox]:checked:before{transform:rotate(-45deg) scale(1)}input[type=checkbox]:disabled{cursor:not-allowed;border-color:#e2e8f0;background:#f3f4f6}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#f8fafc;border-top:1px solid rgba(148,163,184,.2);font-size:.9rem}.table-footer__actions{display:flex;gap:10px;align-items:center}.plan-schedule-modal{display:flex;flex-direction:column;gap:16px}.plan-schedule-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-top:-8px}.plan-schedule-toolbar__actions{display:flex;gap:8px;flex-wrap:wrap}.plan-schedule-toolbar__actions button{border-radius:5px}.plan-schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.plan-day-card{border:1px solid rgba(34,197,94,.25);border-radius:5px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 15px #0f172a0d;transition:border-color .2s ease,box-shadow .2s ease}.plan-day-card:hover{border-color:#22c55e73;box-shadow:0 10px 28px #0f172a14}.plan-day-card--rest{border-color:#6366f12e;background:#f8fafc}.plan-day-card--pending{border-color:#f8717173;background:#f8fafcf2}.plan-day-card--complete{border-color:#22c55e80}.plan-day-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.plan-day-card__eyebrow{margin:0;font-size:.8rem;color:#94a3b8;letter-spacing:.06em;text-transform:uppercase}.plan-day-card__header h4{margin:2px 0 0;font-size:1.05rem}.plan-day-card__badge{display:inline-flex;margin-top:8px;width:fit-content;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;border-radius:5px;padding:4px 12px;background:#94a3b840;color:#475569;font-weight:700}.plan-day-card__badge--rest{background:#0ea5e926;color:#0284c7}.plan-day-card__content{display:flex;flex-direction:column;gap:12px}.plan-day-card__video-preview{display:flex;gap:14px;align-items:center;padding:8px 10px;border-radius:5px;background:#f8fafc}.plan-day-card__video-preview img{width:96px;height:72px;border-radius:5px;object-fit:cover;border:1px solid rgba(15,23,42,.12)}.plan-day-card__video-title{margin:0;font-weight:600;color:#0f172a}.plan-day-card__rest-note,.plan-day-card__hint{margin:0;color:#65728a;font-size:.9rem}.plan-day-card__divider{height:1px;width:100%;background:#0f172a1a}.plan-day-card__upload-row{display:flex;gap:12px;flex-wrap:wrap}.plan-day-card__upload-row .upload-field{flex:1 1 240px;min-width:0}.plan-day-card__duration{max-width:220px}.plan-day-card__duration input{border:1px solid rgba(148,163,184,.3);border-radius:5px;padding:8px 10px;background:#f6f7fb;font-size:.9rem}.plan-day-card__duration-hint{margin-top:6px;font-size:.78rem;color:#64748b}.upload-field{display:flex;flex-direction:column;font-weight:600;font-size:.9rem}.upload-field input{margin-top:6px}.upload-picker{position:relative;border:1px solid rgba(148,163,184,.3);border-radius:5px;padding:10px 12px;width:100%;display:flex;align-items:center;gap:12px;background:#f6f7fb}.upload-picker__button{background:linear-gradient(120deg,#fa99b5,#fa99b5);color:#fff;font-size:.85rem;font-weight:700;padding:6px 18px;border-radius:5px;text-transform:none;letter-spacing:.02em;pointer-events:none}.upload-picker__text{font-size:.83rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;min-width:0;flex:1}.upload-picker__input{position:absolute;inset:0;opacity:0;cursor:pointer;margin:0}.plan-day-card__status-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.plan-pill{padding:4px 12px;border-radius:5px;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;background:#94a3b81f;color:#475569}.plan-pill--success{background:#22c55e40;color:#0f8e5b}.plan-pill--warning{background:#f8717138;color:#fa99b5}.plan-pill--info{background:#3b82f633;color:#2563eb}.plan-pill--muted{background:#94a3b840;color:#475569}.plan-day-card__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.plan-action-button{border:none;border-radius:5px;padding:6px 18px;font-size:.8rem;font-weight:600;color:#fff;background:linear-gradient(120deg,#fa99b5,#fa99b5);text-decoration:none;display:inline-flex;align-items:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.plan-action-button:hover{opacity:.9;transform:translateY(-1px)}.plan-action-button--ghost{background:#f871712e;color:#dc2626}.plan-action-button--ghost:hover{background:#f8717147;opacity:1}button,.link-button,.theme-button,.plan-submit,.plan-action-button,.table-actions button,.video-modal-close,button:hover,.link-button:hover,.theme-button:hover,.plan-submit:hover,.plan-action-button:hover,.table-actions button:hover,.video-modal-close:hover{box-shadow:none!important}
