:root{color:var(--app-text);background:var(--app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--app-bg:#fff;--app-surface:#fff;--app-surface-2:#fffdfb;--app-text:#111827;--app-text-soft:#3f3f46b3;--app-border:#d4d4d8;--app-muted:#71717a;--app-accent:#bfa57c;--app-accent-soft:#bfa57c29;--app-link:#0f172a;--app-brand:#0f172a;--app-footer:#52525b;--app-footer-divider:#d4d4d880;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=dark]{--app-bg:#111827;--app-surface:#1f2937;--app-surface-2:#0f172a;--app-text:#f8fafc;--app-text-soft:#e2e8f0b8;--app-border:#374151;--app-muted:#cbd5e1;--app-accent:#d8b98b;--app-accent-soft:#d8b98b2e;--app-link:#f8fafc;--app-brand:#f8fafc;--app-footer:#cbd5e1;--app-footer-divider:#94a3b859}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh;margin:0}body{background:var(--app-bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0}img{max-width:100%;display:block}#root{min-height:100vh}.auth-page{background:var(--app-bg);min-height:100vh;color:var(--app-text);flex-direction:column;justify-content:flex-start;align-items:center;gap:28px;padding:20px 24px 40px;transition:background-color .18s,color .18s;display:flex}.auth-page__header{justify-content:space-between;align-items:center;gap:16px;width:min(100%,834px);padding:0 16px;display:flex}.auth-brand{color:var(--app-brand);font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;line-height:1.2}.auth-theme-toggle{width:40px;height:40px;color:var(--app-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.auth-theme-toggle__icon{object-fit:contain;opacity:1;width:24px;height:24px;transition:filter .18s,opacity .18s;display:block}.auth-page[data-theme=dark] .auth-theme-toggle__icon{filter:brightness(0)invert();opacity:.96}.auth-page__main{flex:1;justify-content:center;align-items:center;width:100%;padding:28px 0 0;display:flex}.auth-card{flex-direction:column;align-items:center;gap:32px;width:min(100%,862px);padding:40px 24px;display:flex}.auth-card--login{width:min(100%,520px)}.auth-card--register{gap:24px;width:min(100%,448px)}.auth-card__logo-wrap{background:var(--app-surface);border-radius:12px;width:80px;height:80px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.auth-card__logo{object-fit:cover;width:100%;height:100%}.auth-card__logo-wrap--register{background:var(--app-surface-2);border-radius:10px;width:64px;height:64px}.auth-card__heading{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.auth-card__heading--register{gap:2px}.auth-card__heading h1{color:var(--app-text);margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;line-height:1.15}.auth-card__heading p{color:var(--app-text-soft);margin:0;font-size:1.125rem;line-height:1.5}.auth-form{flex-direction:column;gap:24px;width:min(100%,360px);display:flex}.auth-form--register{gap:20px;width:100%}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-field__label{color:var(--app-footer);letter-spacing:.08em;font-size:.75rem;font-weight:600;line-height:1.25rem}.auth-field__link{color:var(--app-link);letter-spacing:.04em;font-size:.75rem;font-weight:600;line-height:1.25rem}.auth-field__control{border:1px solid var(--app-border);background:var(--app-surface);min-height:48px;color:var(--app-muted);border-radius:4px;align-items:center;transition:border-color .16s,box-shadow .16s;display:flex;position:relative}.auth-field__control:focus-within{border-color:var(--app-accent);box-shadow:0 0 0 3px var(--app-accent-soft)}.auth-field__control input{width:100%;min-width:0;color:var(--app-muted);background:0 0;border:0;outline:0;padding:12px 14px 12px 44px;font-size:1rem}.auth-field__control--password input{padding-right:44px}.auth-field__icon,.auth-field__toggle-icon{width:20px;height:20px;color:var(--app-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.auth-field__icon{left:12px}.auth-field__toggle-icon{width:21px;height:21px;color:var(--app-muted)}.auth-field__toggle{width:24px;height:24px;color:var(--app-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-field__toggle[aria-pressed=true]{color:var(--app-link)}.auth-submit{color:#111827;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(#ead7b7 0%,#dec29a 100%);border-radius:4px;min-height:52px;font-size:.875rem;font-weight:700;box-shadow:0 1px 2px #0000000d}.auth-submit:hover{filter:brightness(.98)}.auth-status{border-radius:6px;margin:0;padding:12px 14px;font-size:.875rem;line-height:1.5}.auth-status--success{color:#86efac;background:#22c55e1f;border:1px solid #22c55e59}.auth-status--info{color:#bfdbfe;background:#93c5fd1f;border:1px solid #93c5fd59}.auth-status--error{color:#fecaca;background:#f871711f;border:1px solid #f8717166}.auth-card__register{color:var(--app-footer);justify-content:center;align-items:center;gap:6px;margin:0;font-size:1.125rem;line-height:1.5;display:flex}.auth-card__register--register{font-size:.875rem}.auth-card__register a{color:var(--app-link);font-weight:700}.auth-card__switch{color:var(--app-link);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.auth-register__extra{flex-direction:column;gap:16px;display:flex}.auth-policy{grid-template-columns:16px 1fr;align-items:start;gap:0 12px;display:grid}.auth-policy__check{flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;margin-top:3px;display:inline-flex;position:relative}.auth-policy__check input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.auth-policy__check-box{border:1px solid var(--app-border);background:var(--app-surface);border-radius:2px;width:16px;height:16px}.auth-policy__check input:checked+.auth-policy__check-box{border-color:var(--app-accent);background:var(--app-accent)}.auth-policy__check input:checked+.auth-policy__check-box:after{content:"";border-bottom:2px solid #111827;border-right:2px solid #111827;width:4px;height:8px;margin:1px 0 0 5px;display:block;transform:rotate(45deg)}.auth-policy__button{color:var(--app-link);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-self:start;padding:0;font-size:.875rem;font-weight:600;line-height:1.5}.auth-policy__button:hover{text-underline-offset:2px;text-decoration:underline}.auth-modal{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.auth-check{color:var(--app-footer);align-items:center;gap:12px;font-size:.875rem;line-height:1.5;display:inline-flex}.auth-check input{width:16px;height:16px;accent-color:var(--app-accent);margin:0}.auth-modal__dialog{border:1px solid var(--app-border);background:var(--app-surface);width:min(100%,640px);max-height:min(80vh,760px);color:var(--app-text);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 60px #0000003d}.auth-modal__header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 16px;display:flex}.auth-modal__header h2{color:var(--app-text);margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.2}.auth-modal__close{width:32px;height:32px;color:var(--app-muted);cursor:pointer;background:0 0;border-radius:999px;flex:none;font-size:24px;line-height:1}.auth-modal__close:hover{background:var(--app-surface-2);color:var(--app-text)}.auth-modal__content{color:var(--app-footer);padding:20px 24px;font-size:.9375rem;line-height:1.7;overflow:auto}.auth-modal__content p{margin:0 0 14px}.auth-modal__content p:last-child{margin-bottom:0}.auth-modal__footer{border-top:1px solid var(--app-border);padding:16px 24px 24px}.auth-modal__confirm{color:#111827;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#ead7b7 0%,#dec29a 100%);border-radius:4px;width:100%;min-height:48px;font-size:.875rem;font-weight:700}.auth-modal__confirm:hover{filter:brightness(.98)}.auth-modal__confirm:focus-visible,.auth-modal__close:focus-visible,.auth-policy__button:focus-visible,.auth-card__switch:focus-visible,.auth-field__toggle:focus-visible,.auth-theme-toggle:focus-visible{outline:2px solid var(--app-accent);outline-offset:2px}.auth-submit:disabled{cursor:not-allowed;opacity:.55;filter:none}@media (width<=640px){.auth-page{gap:20px;padding:16px 16px 24px}.auth-page__header{padding-left:0;padding-right:0}.auth-card{gap:28px;padding:24px 0 32px}.auth-card--register{padding:24px 0 28px}.auth-form{width:100%}.auth-form--register{gap:18px}.auth-card__register{text-align:center;font-size:1rem}.auth-card__register--register{font-size:.875rem}.auth-policy{column-gap:10px}.auth-modal{padding:16px}.auth-modal__header,.auth-modal__content,.auth-modal__footer{padding-left:16px;padding-right:16px}}.app-shell{color:#1e293b;background:#fff;width:100%;min-height:100vh;display:flex}.sidebar{background:#e0e7ff;border-right:1px solid #d4d4d8;flex-direction:column;width:256px;min-width:256px;height:100vh;padding:16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar__brand{align-items:center;gap:12px;padding:0 8px 24px;display:flex}.sidebar__logo{object-fit:cover;border-radius:4px;width:40px;height:40px;box-shadow:0 1px 2px #0000000d}.sidebar__brand-name{color:#0f172a;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.4}.sidebar__new-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;line-height:1.4;transition:background .15s;display:flex}.sidebar__new-btn:hover{background:#1e293b}.sidebar__nav{flex-direction:column;flex:1;gap:4px;padding-top:24px;padding-bottom:384px;display:flex}.sidebar__link{color:#3f3f46;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:12px;width:100%;padding:10px 16px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:background .15s,color .15s;display:flex}.sidebar__link:hover{background:#0000000a}.sidebar__link--active{color:#57534e;background:#fed7aa;font-weight:700}.sidebar__link svg{flex-shrink:0}.sidebar__user{border-top:1px solid #00000014;align-items:center;gap:12px;padding:16px 8px;display:flex}.sidebar__avatar{color:#312e81;background:#c7d2fe;border-radius:12px;outline:1px solid #0f172a1a;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;display:flex}.sidebar__user-info{flex-direction:column;min-width:0;display:flex;overflow:hidden}.sidebar__user-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;line-height:1.4;overflow:hidden}.sidebar__user-email{color:#3f3f46;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4;overflow:hidden}.app-main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background:#fff;border-bottom:1px solid #d4d4d8;flex-shrink:0;align-items:center;gap:16px;height:64px;padding:0 40px;display:flex;box-shadow:0 1px 2px #0000000d}.topbar__brand{color:#0f172a;padding-right:32px;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2}.topbar__search{flex:1;align-items:center;max-width:464px;display:flex;position:relative}.global-search-dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:420px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0f172a26}.global-search-dropdown__empty{text-align:center;color:#a1a1aa;padding:24px 16px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400}.global-search-dropdown__group{margin-bottom:4px}.global-search-dropdown__group:last-child{margin-bottom:0}.global-search-dropdown__group-header{color:#71717a;text-transform:uppercase;letter-spacing:.04em;align-items:center;padding:8px 12px 4px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;display:flex}.global-search-dropdown__group-count{color:#71717a;background:#f5f5f4;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:.6875rem;font-weight:600;display:inline-flex}.global-search-dropdown__item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;transition:background .12s;display:flex}.global-search-dropdown__item:hover{background:#f5f5f4}.global-search-dropdown__item-title{color:#18181b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;overflow:hidden}.global-search-dropdown__item-subtitle{color:#a1a1aa;white-space:nowrap;flex-shrink:0;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400}.global-search-dropdown__footer{text-align:center;color:#71717a;border-top:1px solid #f5f5f4;margin-top:4px;padding:8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500}.topbar__search svg{color:#71717a;pointer-events:none;z-index:1;width:16px;height:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.topbar__search input{color:#1e293b;box-sizing:border-box;background:#f5f5f4;border:none;border-radius:4px;outline:none;width:100%;height:40px;padding:0 16px 0 44px;font-family:Inter,system-ui,sans-serif;font-size:.875rem}.topbar__search input::placeholder{color:#a1a1aa}.topbar__search input:focus{background:#f5f5f4;box-shadow:0 0 0 2px #bfa57c4d}.topbar__user-menu{margin-left:auto;position:relative}.topbar__avatar{color:#312e81;cursor:pointer;background:#e0e7ff;border:0;border-radius:12px;outline:1px solid #d4d4d8;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;transition:background .15s,box-shadow .15s;display:flex}.topbar__avatar:hover,.topbar__avatar[aria-expanded=true]{background:#c7d2fe}.topbar__avatar:focus-visible{box-shadow:0 0 0 3px #bfa57c3d}.topbar__dropdown{z-index:20;background:#fff;border:1px solid #d4d4d8;border-radius:8px;min-width:190px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px #0f172a1f}.topbar__dropdown-item{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.4}.topbar__dropdown-item:hover,.topbar__dropdown-item:focus-visible{background:#f5f5f4;outline:none}.app-content{flex:1;padding:32px 40px;overflow-y:auto}.schemes-page{flex-direction:column;gap:32px;width:100%;display:flex}.schemes-page__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.schemes-page__header-text{flex-direction:column;gap:4px;display:flex}.schemes-page__title{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.33}.schemes-page__subtitle{color:#52525b;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.support-page{color:#111827;background:#fff;flex-direction:column;min-height:calc(100vh - 128px);margin:-32px -40px;display:flex}.support-page__header{background:#fafaf9;border-bottom:1px solid #d4d4d8;align-items:center;gap:32px;height:64px;padding:0 40px;display:flex}.support-page__header h1,.support-list__header h2{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif}.support-page__header h1{font-size:1.5rem;line-height:2rem}.support-search{color:#52525b;width:min(100%,448px);position:relative}.support-search svg,.support-composer__field>svg,.support-composer__field button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.support-search svg{position:absolute;top:50%;left:14px;transform:translateY(-50%)}.support-search input{color:#18181b;background:#f4f4f5;border:0;border-radius:12px;outline:none;width:100%;height:40px;padding:0 16px 0 44px}.support-workspace{flex:1;grid-template-columns:400px minmax(0,1fr);min-height:720px;display:grid}.support-list{background:#f5f5f4;border-right:1px solid #d4d4d8;min-width:0}.support-list__header{background:#fafaf9;border-bottom:1px solid #d4d4d8;justify-content:space-between;align-items:center;gap:16px;height:76px;padding:0 24px;display:flex}.support-list__header h2{font-size:1.25rem;line-height:1.75rem}.support-list__header span,.support-date{color:#3f3f46;letter-spacing:.06em;text-transform:uppercase;background:#e7e5e4;border-radius:999px;font-size:.625rem;font-weight:800;line-height:1rem}.support-list__header span{border-radius:2px;padding:4px 8px}.support-ticket{text-align:left;cursor:pointer;background:#fafaf9;border-bottom:1px solid #d4d4d8;align-items:flex-start;gap:16px;width:100%;padding:16px;display:flex;position:relative}.support-ticket--active{background:#fff}.support-ticket--active:before{content:"";background:#020617;width:4px;position:absolute;inset:0 auto 0 0}.support-avatar{object-fit:cover;border-radius:12px;flex:none;width:48px;height:48px}.support-avatar--sm{width:32px;height:32px}.support-avatar--initials{color:#475569;background:#e5e5e5;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.support-ticket__body,.support-client span:last-child{flex-direction:column;min-width:0;display:flex}.support-ticket__body{flex:1;gap:4px}.support-ticket__topline,.support-ticket__meta{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.support-ticket__topline strong,.support-client strong{color:#18181b;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:800;line-height:1.35;overflow:hidden}.support-ticket__topline time,.support-message__time{color:#52525b;font-size:.75rem;line-height:1rem}.support-ticket__preview{color:#3f3f46;font-size:.875rem;line-height:1.35rem}.support-status{text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:.625rem;font-weight:800;line-height:1rem}.support-status--progress{color:#713f12;background:#fed7aa}.support-status--open{color:#166534;background:#dcfce7}.support-status--waiting{color:#1e40af;background:#dbeafe}.support-status--resolved{color:#115e59;background:#ccfbf1}.support-status--closed{color:#52525b;background:#d4d4d8}.support-ticket__unread{color:#fff;background:#020617;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:.625rem;font-weight:800;display:inline-flex}.support-chat{background:#fff;flex-direction:column;min-width:0;display:flex}.support-chat__header{background:#fafaf9;border-bottom:1px solid #d4d4d8;justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex}.support-client{align-items:center;gap:14px;min-width:0;display:flex}.support-client__avatar-wrap{position:relative}.support-client__online{background:#22c55e;border:2px solid #fafaf9;border-radius:999px;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.support-client small{color:#16a34a;font-size:.75rem;font-weight:600}.support-client__assignee{color:#52525b;margin-top:1px;font-size:.75rem;line-height:1rem}.support-chat__actions{gap:8px;display:flex}.support-button{color:#020617;cursor:pointer;background:0 0;border-radius:4px;min-height:36px;padding:8px 16px;font-size:.875rem;font-weight:800}.support-button--primary{color:#fff;background:#020617}.support-chat__messages{flex-direction:column;flex:1;gap:24px;padding:32px 48px;display:flex;overflow-y:auto}.support-date{align-self:center;padding:4px 12px}.support-message-row{align-items:flex-end;gap:16px;display:flex}.support-message-row--manager{justify-content:flex-end}.support-message-wrap{flex-direction:column;gap:4px;max-width:min(520px,70%);display:flex}.support-message-row--manager .support-message-wrap{align-items:flex-end}.support-message{color:#18181b;background:#f4f4f5;border-radius:18px 18px 18px 4px;padding:16px;font-size:.875rem;line-height:1.5rem;box-shadow:0 1px 2px #0000000d}.support-message--manager{color:#fff;background:#020617;border-radius:18px 18px 4px}.support-composer{background:#fafaf9;border-top:1px solid #d4d4d8;flex-direction:column;gap:12px;padding:24px;display:flex}.support-composer__field{color:#52525b;background:#f4f4f5;border:1px solid #d4d4d8;border-radius:16px;align-items:center;gap:12px;padding:8px 8px 8px 14px;display:flex}.support-composer__field input{color:#18181b;background:0 0;border:0;outline:none;flex:1;min-width:0}.support-composer__field button{color:#fff;cursor:pointer;background:#020617;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.support-composer__links{gap:16px;display:flex}.support-composer__links button{color:#52525b;cursor:pointer;background:0 0;font-size:.75rem;font-weight:700}.schemes-page__header-actions{flex-shrink:0;gap:12px;display:flex}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:4px;align-items:center;gap:8px;padding:10px 24px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:background .15s,box-shadow .15s;display:inline-flex}.btn--outline{color:#0f172a;background:#fff;outline:1px solid #d4d4d8}.btn--outline:hover{background:#f9fafb}.btn--primary{color:#fff;background:#0c1a3d;box-shadow:0 1px 2px #0000000d}.btn--primary:hover{background:#1e293b}.table-card{background:#fff;border:1px solid #d4d4d8;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.table-card__toolbar{background:#f5f5f44d;border-bottom:1px solid #d4d4d8;justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.table-card__search{align-items:center;width:384px;display:flex;position:relative}.table-card__search svg{color:#52525b;pointer-events:none;position:absolute;left:12px}.table-card__search input{color:#1e293b;background:#fff;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;height:44px;padding:0 16px 0 40px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.table-card__search input::placeholder{color:#a1a1aa}.table-card__search input:focus{border-color:#bfa57c;box-shadow:0 0 0 3px #bfa57c29}.table-card__filters{gap:12px;display:flex}.filter-select{align-items:center;display:inline-flex;position:relative}.filter-select select{appearance:none;color:#18181b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:4px;outline:none;height:44px;padding:0 36px 0 16px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:border-color .15s}.filter-select select:focus{border-color:#bfa57c;box-shadow:0 0 0 3px #bfa57c29}.filter-select svg{pointer-events:none;color:#71717a;position:absolute;right:12px}.table-card__body{overflow-x:auto}.table-card__error{color:#dc2626;background:#f871711a;border-bottom:1px solid #fecaca;padding:12px 24px;font-size:.875rem}.data-table{border-collapse:collapse;width:100%;font-family:Inter,system-ui,sans-serif}.data-table__th{color:#52525b;text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;background:#f5f5f4;border-bottom:1px solid #d4d4d8;padding:16px 24px;font-size:.75rem;font-weight:700;line-height:1.33}.data-table__th--checkbox{text-align:center;width:64px}.data-table__th--checkbox input{accent-color:#0f172a;cursor:pointer;width:16px;height:16px}.data-table__th--actions{text-align:right}.data-table__td{color:#3f3f46;vertical-align:middle;padding:16px 24px;font-size:1rem;font-weight:400;line-height:1.5}.data-table__td--checkbox{text-align:center;width:64px}.data-table__td--checkbox input{accent-color:#0f172a;cursor:pointer;width:16px;height:16px}.data-table__td--name{flex-direction:column;gap:2px;display:flex}.scheme-name{color:#0f172a;font-weight:700}.scheme-id{color:#3f3f46b3;font-family:Liberation Mono,Courier New,monospace;font-size:.75rem;font-weight:400}.scheme-thumb{object-fit:cover;background:#f5f5f4;border:1px solid #e5e7eb;border-radius:6px;width:56px;height:40px}.scheme-thumb--empty{color:#a1a1aa;justify-content:center;align-items:center;display:inline-flex}.data-table__td--date{flex-direction:column;gap:2px;display:flex}.date-main{color:#18181b;font-size:.75rem;font-weight:500}.date-author{color:#52525b;font-size:.75rem;font-weight:400}.data-table__td--actions{text-align:right;white-space:nowrap}.data-table__row--bordered td{border-top:1px solid #d4d4d84d}.data-table__empty{text-align:center;color:#a1a1aa;padding:48px 24px;font-size:.875rem}.badge{text-transform:uppercase;white-space:nowrap;border-radius:2px;padding:2.5px 10px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;line-height:1.33;display:inline-block}.badge--draft{color:#57534e;background:#fed7aa4d}.badge--review{color:#5b21b6;background:#c4b5fd4d}.badge--published{color:#166534;background:#86efac33}.badge--archived{color:#6b7280;background:#e5e7eb}.badge--free{color:#374151;background:#e5e7eb}.badge--premium{color:#854d0e;background:#fde0474d}.action-btn{color:#3f3f46;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,color .15s;display:inline-flex}.action-btn:hover{color:#0f172a;background:#f5f5f4}.action-btn--danger:hover{color:#dc2626;background:#f871711f}.admin-modal{z-index:80;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.admin-modal__panel{background:#fff;border:1px solid #d4d4d8;border-radius:12px;flex-direction:column;width:min(100%,720px);max-height:min(86vh,860px);display:flex;overflow:hidden;box-shadow:0 24px 64px #0f172a38}.admin-modal__header,.admin-modal__footer{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.admin-modal__footer{border-top:1px solid #e5e7eb;border-bottom:0;justify-content:flex-end}.admin-modal__header h2{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.5rem}.admin-modal__close{color:#52525b;cursor:pointer;background:0 0;border-radius:50%;width:32px;height:32px;font-size:24px;line-height:1}.admin-modal__close:hover{background:#f5f5f4}.admin-modal__body{padding:24px;overflow:auto}.scheme-view{color:#3f3f46;flex-direction:column;gap:12px;font-size:.95rem;display:flex}.scheme-view h3,.scheme-view p{margin:0}.scheme-view__image{object-fit:cover;border:1px solid #e5e7eb;border-radius:10px;width:100%;max-height:260px}.scheme-form{flex-direction:column;gap:16px;display:flex}.scheme-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.scheme-form label{color:#18181b;flex-direction:column;gap:6px;font-size:.875rem;font-weight:600;display:flex}.scheme-form input,.scheme-form select,.scheme-form textarea{color:#18181b;background:#fff;border:1px solid #d4d4d8;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:.875rem;font-weight:400}.scheme-form textarea{resize:vertical;min-height:92px}.scheme-form input:focus,.scheme-form select:focus,.scheme-form textarea:focus{border-color:#bfa57c;box-shadow:0 0 0 3px #bfa57c29}.scheme-form__error{color:#dc2626;background:#f871711a;border-radius:6px;margin:0;padding:10px 12px;font-size:.875rem}.scheme-form__actions{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.table-card__footer{background:#f5f5f433;border-top:1px solid #d4d4d84d;justify-content:space-between;align-items:center;padding:24px;display:flex}.table-card__count{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.pagination{align-items:center;gap:8px;display:flex}.pagination__btn{color:#3f3f46;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .15s;display:flex}.pagination__btn:hover:not(:disabled){background:#f9fafb}.pagination__btn:disabled{opacity:.3;cursor:not-allowed}.pagination__current{color:#fff;background:#0c1a3d;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;display:flex;box-shadow:0 1px 2px #0000000d}@media (width<=1024px){.sidebar{width:200px;min-width:200px}.app-content{padding:24px}.table-card__toolbar{flex-direction:column;align-items:stretch}.table-card__search{width:100%}.table-card__filters{flex-wrap:wrap}}@media (width<=768px){.sidebar{display:none}.topbar{padding:0 16px}.app-content{padding:16px}.schemes-page__header{flex-direction:column}.schemes-page__header-actions{width:100%}.schemes-page__header-actions .btn{flex:1;justify-content:center}}.users-page{flex-direction:column;gap:24px;padding:40px 40px 112px;display:flex}.users-page__header{justify-content:space-between;align-items:flex-start;display:flex}.users-page__header-text{flex-direction:column;gap:4px;display:flex}.users-page__title{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:2.5}.users-page__subtitle{color:#52525b;margin:0;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.users-page__header-actions{gap:12px;display:flex}.users-tabs{border-bottom:1px solid #d4d4d8;gap:32px;display:flex}.users-tab{color:#52525b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 0 16px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:color .15s,border-color .15s}.users-tab:hover{color:#18181b}.users-tab--active{color:#0f172a;border-bottom-color:#0f172a;font-weight:700}.users-tab__badge{color:#fff;background:#f97316;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:6px;padding:0 6px;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.users-toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:16px;display:flex}.users-toolbar__search{align-items:center;width:100%;max-width:304px;display:flex;position:relative}.users-toolbar__search svg{color:#a1a1aa;pointer-events:none;position:absolute;left:12px}.users-toolbar__search input{color:#18181b;background:#f5f5f4;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;padding:8px 12px 8px 36px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.users-toolbar__search input::placeholder{color:#71717a}.users-toolbar__filters{align-items:flex-end;gap:16px;display:flex}.users-toolbar__filter{align-items:center;min-width:160px;display:flex;position:relative}.users-toolbar__filter select{color:#18181b;cursor:pointer;appearance:none;background:#f5f5f4;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;padding:8px 36px 8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.users-toolbar__filter svg{pointer-events:none;color:#52525b;position:absolute;right:12px}.users-toolbar__date-range{background:#f5f5f4;border-radius:8px;outline:1px solid #d4d4d8;align-items:center;gap:8px;padding:10px 16px;display:flex}.users-toolbar__date-range svg{color:#71717a;flex-shrink:0}.users-toolbar__date-range span{color:#18181b;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.users-requests-header{flex-direction:column;gap:8px;display:flex}.users-requests-table-header,.users-requests-table-row{grid-template-columns:minmax(280px,1fr) 180px 180px 280px;align-items:center;min-width:920px;display:grid}.users-requests-table-header{background:#f5f5f4}.users-requests-table-header__cell{color:#52525b;text-transform:uppercase;padding:16px 24px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;line-height:1.3}.users-requests-table-row{min-height:72px}.users-requests-table-row--bordered{border-top:1px solid #d4d4d8}.users-requests-table-row__cell{padding:0 24px}.users-requests-table-row__cell--client{align-items:center;gap:12px;display:flex}.users-requests-table-row__cell--date{flex-direction:column;gap:2px;display:flex}.users-requests-table-row__cell--actions{align-items:center;gap:12px;display:flex}.users-requests-archive{border:0;width:100%}.users-toolbar__calendar-btn{color:#18181b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .15s;display:flex}.users-toolbar__calendar-btn:hover{background:#f9fafb}.users-table-card{background:#fff;border-radius:16px;outline:1px solid #e5e7eb;overflow:hidden;box-shadow:0 4px 20px #0000000d}.users-table{border-collapse:collapse;table-layout:fixed;width:100%}.users-table thead{background:#f5f5f4;border-bottom:1px solid #d4d4d8}.users-table th{color:#52525b;text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;padding:16px 24px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1}.users-table th:last-child{text-align:center}.users-table th:nth-child(9){text-align:right}.users-table td{color:#3f3f46;vertical-align:middle;padding:16px 24px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.users-table tbody tr+tr{border-top:1px solid #d4d4d84d}.users-table th:first-child,.users-table td:first-child{width:96px}.users-table th:nth-child(2),.users-table td:nth-child(2){width:176px}.users-table th:nth-child(3),.users-table td:nth-child(3){width:224px}.users-table th:nth-child(4),.users-table td:nth-child(4){width:112px}.users-table th:nth-child(5),.users-table td:nth-child(5){width:128px}.users-table th:nth-child(6),.users-table td:nth-child(6){width:144px}.users-table th:nth-child(7),.users-table td:nth-child(7){width:128px}.users-table th:nth-child(8),.users-table td:nth-child(8){width:96px}.users-table th:nth-child(9),.users-table td:nth-child(9){width:144px}.users-table th:nth-child(10),.users-table td:nth-child(10){width:96px}.users-table th:nth-child(11),.users-table td:nth-child(11){width:128px}.users-table__actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.user-id{color:#52525b;word-break:break-all;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.user-name-cell{align-items:center;gap:12px;display:flex}.user-avatar{object-fit:cover;border-radius:12px;outline:1px solid #d4d4d8;flex-shrink:0;width:24px;height:34px}.user-avatar--placeholder{color:#71717a;background:#e4e4e7;justify-content:center;align-items:center;font-size:.625rem;font-weight:600;display:flex}.user-name{color:#0f172a;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.5}.user-email,.user-phone,.user-date,.user-visit{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.user-status-badge{white-space:nowrap;border-radius:4px;padding:4px 10px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;line-height:1.33;display:inline-block}.user-status-badge--active{color:#15803d;background:#f0fdf4;outline:1px solid #dcfce7}.user-status-badge--blocked{color:#b91c1c;background:#fef2f2;outline:1px solid #fee2e2}.user-status-badge--pending{color:#b45309;background:#fffbeb;outline:1px solid #fef3c7}.user-subscription{flex-direction:column;gap:2px;display:flex}.user-subscription__plan{color:#0f172a;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.5}.user-subscription__status{color:#16a34a;font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:500;line-height:1}.user-subscription__status--expired{color:#b91c1c}.user-payments{text-align:right;color:#0f172a;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.5}.user-complaints-badge{color:#3f3f46;background:#e7e5e4;border-radius:6px;padding:2px 8px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.33;display:inline-block}.users-table-card__footer{background:#f5f5f4;border-top:1px solid #d4d4d8;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.users-table-card__count{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4}.users-pagination{align-items:center;gap:4px;display:flex}.users-pagination__btn{color:#18181b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:background .15s;display:flex}.users-pagination__btn:hover:not(:disabled){background:#e7e5e4}.users-pagination__btn:disabled{opacity:.3;cursor:not-allowed}.users-pagination__btn--active{color:#fff;background:#0f172a;font-weight:700}.users-pagination__ellipsis{color:#18181b;justify-content:center;align-items:center;width:32px;height:32px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;display:flex}.users-stats{gap:24px;display:flex}.users-stats__card{background:#fff;border-radius:16px;outline:1px solid #e5e7eb;flex:1;align-items:center;gap:16px;padding:24px;display:flex;box-shadow:0 4px 20px #0000000d}.users-stats__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:48px;display:flex}.users-stats__icon--total{background:#1e3a8a1a}.users-stats__icon--premium{background:#f0fdf4}.users-stats__icon--complaints{background:#fffbeb}.users-stats__icon--revenue{background:#eff6ff}.users-stats__icon svg{color:#0f172a}.users-stats__icon--premium svg{color:#16a34a}.users-stats__icon--complaints svg{color:#d97706}.users-stats__icon--revenue svg{color:#2563eb}.users-stats__info{flex-direction:column;gap:4px;display:flex}.users-stats__label{color:#52525b;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1}.users-stats__value{color:#0f172a;font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}@media (width<=1280px){.users-table{display:block;overflow-x:auto}}@media (width<=1024px){.users-page{padding:24px}.users-page__header{flex-direction:column;gap:16px}.users-toolbar{flex-direction:column;align-items:stretch}.users-toolbar__search{min-width:unset}.users-toolbar__filters,.users-stats{flex-wrap:wrap}.users-stats__card{min-width:calc(50% - 12px)}}@media (width<=768px){.users-page{padding:16px}.users-stats__card{min-width:100%}}.staff-page{flex-direction:column;gap:32px;display:flex}.staff-tabs{border-bottom:1px solid #d4d4d8;gap:32px;display:flex}.staff-tab{color:#52525b;cursor:pointer;background:0 0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 0 16px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:color .15s,border-color .15s}.staff-tab:hover{color:#18181b}.staff-tab--active{color:#0f172a;border-bottom-color:#0f172a;font-weight:700}.staff-tab__badge{color:#fff;background:#f97316;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:6px;padding:0 6px;font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.staff-filters{justify-content:space-between;align-items:flex-end;display:flex}.staff-filters__left{align-items:flex-end;gap:16px;display:flex}.staff-search{align-items:center;min-width:240px;display:flex;position:relative}.staff-search__icon{color:#a1a1aa;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:12px}.staff-search__input{color:#18181b;background:#f5f5f4;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;padding:8px 12px 8px 36px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:border-color .15s}.staff-search__input::placeholder{color:#a1a1aa}.staff-search__input:focus{border-color:#a1a1aa}.staff-filter{flex-direction:column;gap:4px;display:flex}.staff-filter__label{color:#52525b;text-transform:uppercase;padding:0 4px;font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;line-height:1.6}.staff-filter__select-wrap{min-width:176px;position:relative}.staff-filter__select{color:#18181b;appearance:none;cursor:pointer;background:#f5f5f4;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;padding:8px 32px 8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:border-color .15s}.staff-filter__select:focus{border-color:#a1a1aa}.staff-filter__chevron{pointer-events:none;color:#71717a;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.staff-export-btn{color:#52525b;cursor:pointer;background:0 0;border:1px solid #d4d4d8;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s,color .15s;display:flex}.staff-export-btn:hover{color:#18181b;border-color:#a1a1aa}.staff-table-card{background:#fff;border-radius:8px;outline:1px solid #d4d4d8;overflow:hidden;box-shadow:0 1px 2px #0000000d}.staff-table-header{background:#f5f5f4;align-items:center;display:flex}.staff-table-header__cell{color:#52525b;text-transform:uppercase;letter-spacing:.05em;padding:16px 24px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;line-height:1.33}.staff-table-header__cell--name{width:288px}.staff-table-header__cell--tasks{width:208px}.staff-table-header__cell--role{width:176px}.staff-table-header__cell--status{width:160px}.staff-table-header__cell--actions{text-align:right;width:112px}.staff-table-row{align-items:center;display:flex}.staff-table-row--bordered{border-top:1px solid #d4d4d8}.staff-table-row__cell{align-items:center;padding:20px 24px;display:flex}.staff-table-row__cell--name{gap:16px;width:288px}.staff-table-row__cell--tasks{flex-wrap:wrap;gap:8px;width:208px}.staff-table-row__cell--role{width:176px;padding-left:48px}.staff-table-row__cell--status{width:160px}.staff-table-row__cell--actions{justify-content:flex-end;width:112px}.staff-avatar{border:1px solid #d4d4d8;border-radius:12px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.staff-avatar img{object-fit:cover;width:100%;height:100%}.staff-avatar__placeholder{color:#71717a;background:#e4e4e7;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;display:flex}.staff-name-info{flex-direction:column;gap:2px;display:flex}.staff-name-info__name{color:#0f172a;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.5}.staff-name-info__email{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.33}.staff-task-tag{text-transform:uppercase;white-space:nowrap;border-radius:4px;padding:2px 8px;font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;line-height:1.6;display:inline-block}.staff-role-text{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.staff-status-badge{white-space:nowrap;border-radius:999px;padding:4px 12px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.33;display:inline-block}.staff-status-badge--active{color:#15803d;background:#f0fdf4;outline:1px solid #dcfce7}.staff-status-badge--blocked{color:#b91c1c;background:#fef2f2;outline:1px solid #fee2e2}.staff-status-badge--pending{color:#b45309;background:#fffbeb;outline:1px solid #fef3c7}.staff-status-badge--rejected{color:#52525b;background:#f4f4f5;outline:1px solid #e4e4e7}.staff-edit-btn{color:#52525b;cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s;display:flex}.staff-edit-btn:hover{color:#0f172a;background:#f4f4f5}.staff-edit-btn--danger:hover{color:#b91c1c;background:#fef2f2}.staff-error{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.4}.staff-table-empty{text-align:center;color:#71717a;padding:48px 24px;font-family:Inter,system-ui,sans-serif;font-size:.875rem}.staff-table-footer{background:#f5f5f4;border-top:1px solid #d4d4d8;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.staff-table-footer__count{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4}.staff-pagination{align-items:center;gap:4px;display:flex}.staff-pagination__btn{color:#18181b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:background .15s;display:flex}.staff-pagination__btn:hover:not(:disabled):not(.staff-pagination__btn--active){background:#e7e5e4}.staff-pagination__btn:disabled{opacity:.3;cursor:not-allowed}.staff-pagination__btn--active{color:#fff;background:#0f172a;font-weight:700}.staff-stats{gap:24px;display:flex}.staff-stats__card{background:#fff;border-radius:8px;outline:1px solid #d4d4d8;flex-direction:column;flex:1;gap:4px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.staff-stats__card-top{justify-content:space-between;align-items:flex-start;display:flex}.staff-stats__icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.staff-stats__icon--total{background:#e0e7ff}.staff-stats__icon--requests{background:#fed7aa}.staff-stats__icon--admins{background:#e4e4e7}.staff-stats__badge{border-radius:999px;padding:4px 8px;font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;line-height:1.6;display:inline-block}.staff-stats__badge--green{color:#15803d;background:#dcfce7}.staff-stats__badge--red{color:#991b1b;background:#fecaca}.staff-stats__value{color:#0f172a;padding-top:12px;font-family:Inter,system-ui,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2}.staff-stats__label{color:#52525b;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,system-ui,sans-serif;font-size:.625rem;font-weight:700;line-height:1.6}.staff-requests-header{flex-direction:column;gap:8px;display:flex}.staff-requests-header__title-row{align-items:center;gap:12px;display:flex}.staff-requests-header__title{color:#18181b;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.75rem}.staff-requests-header__badge{color:#78716c;background:#fed7aa;border-radius:12px;align-items:center;padding:4px 8px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;line-height:1rem;display:inline-flex}.staff-requests-header__subtitle{color:#3f3f46;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.staff-requests-table-header{background:#f5f5f4;border-bottom:1px solid #d4d4d8;display:flex}.staff-requests-table-header__cell{color:#52525b;text-transform:uppercase;letter-spacing:.05em;padding:16px 24px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1rem}.staff-requests-table-header__cell--employee{width:384px}.staff-requests-table-header__cell--date{width:160px}.staff-requests-table-header__cell--actions{text-align:right;width:320px}.staff-requests-table-body{flex-direction:column;display:flex}.staff-requests-table-row{align-items:center;padding:20px 0;display:flex}.staff-requests-table-row--bordered{border-top:1px solid #d4d4d8}.staff-requests-table-row__cell{padding:0 24px}.staff-requests-table-row__cell--employee{align-items:center;gap:16px;width:384px;display:flex}.staff-requests-table-row__cell--date{flex-direction:column;gap:2px;width:160px;display:flex}.staff-requests-table-row__cell--actions{justify-content:flex-end;gap:12px;width:320px;display:flex}.staff-requests-date{color:#18181b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.staff-requests-time{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1rem}.staff-requests-btn{cursor:pointer;border-radius:4px;padding:8px 24px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;transition:opacity .15s}.staff-requests-btn:disabled{opacity:.5;cursor:not-allowed}.staff-requests-btn--approve{color:#0f172a;outline-offset:-1px;background:0 0;outline:1px solid #0f172a}.staff-requests-btn--approve:hover:not(:disabled){background:#f1f5f9}.staff-requests-btn--reject{color:#b91c1c;outline-offset:-1px;background:0 0;outline:1px solid #b91c1c}.staff-requests-btn--reject:hover:not(:disabled){background:#fef2f2}.staff-requests-icon-btn{color:#52525b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .15s,color .15s;display:inline-flex}.staff-requests-icon-btn:disabled{opacity:.4;cursor:not-allowed}.staff-requests-icon-btn--edit:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.staff-requests-icon-btn--delete:hover:not(:disabled){color:#b91c1c;background:#fef2f2}.staff-requests-archive{cursor:pointer;background:#f5f5f4;justify-content:flex-end;align-items:center;gap:8px;padding:16px 24px;transition:background .15s;display:flex}.staff-requests-archive:hover{background:#e7e5e4}.staff-requests-archive__icon{color:#0f172a;font-size:1rem}.staff-requests-archive__text{color:#0f172a;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem}.staff-confirm-modal{z-index:90;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.staff-confirm-modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;position:absolute;inset:0}.staff-confirm-modal__dialog{background:#fff;border-radius:8px;width:min(100%,576px);position:relative;overflow:hidden;box-shadow:0 8px 10px -6px #0000001a,0 25px 50px -12px #00000040}.staff-confirm-modal__body{flex-direction:column;gap:16px;padding:32px;display:flex}.staff-confirm-modal__title{color:#18181b;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;line-height:1.75rem}.staff-confirm-modal__text{color:#3f3f46;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.staff-confirm-modal__actions{justify-content:flex-end;gap:16px;padding-top:16px;display:flex}.staff-confirm-modal__btn{cursor:pointer;border-radius:4px;padding:12px 24px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;transition:opacity .15s,background .15s}.staff-confirm-modal__btn:disabled{opacity:.5;cursor:not-allowed}.staff-confirm-modal__btn--cancel{color:#0f172a;background:0 0}.staff-confirm-modal__btn--cancel:hover:not(:disabled){background:#f1f5f9}.staff-confirm-modal__btn--confirm{color:#fff;background:#0f172a;box-shadow:0 1px 2px #0000000d}.staff-confirm-modal__btn--confirm:hover:not(:disabled){background:#1e293b}.staff-confirm-modal__btn--danger{color:#fff;background:#b91c1c}.staff-confirm-modal__btn--danger:hover:not(:disabled){background:#991b1b}.staff-modal{z-index:80;background:#0f172a8f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.staff-modal__dialog{background:#fff;border-radius:16px;width:min(100%,680px);padding:32px;box-shadow:0 24px 70px #0f172a52}.staff-modal__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.staff-modal__header h2{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.3}.staff-modal__header p{color:#52525b;margin:4px 0 0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.4}.staff-modal__close{color:#94a3b8;cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.staff-modal__close:hover{color:#475569;background:#f4f4f5}.staff-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.staff-modal__field{flex-direction:column;gap:8px;display:flex}.staff-modal__field span,.staff-modal__rights legend{color:#334155;text-transform:uppercase;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.33}.staff-modal__field input,.staff-modal__field select{color:#18181b;background:#f8fafc;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;height:36px;padding:8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.875rem}.staff-modal__field input:focus,.staff-modal__field select:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b829}.staff-modal__field--disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.staff-modal__rights{border:0;margin:24px 0 0;padding:0}.staff-modal__rights legend{margin-bottom:12px}.staff-modal__rights-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.staff-modal__right{color:#18181b;cursor:pointer;background:#f8fafc;border:1px solid #e4e4e7;border-radius:6px;align-items:center;gap:12px;min-height:38px;padding:8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.4;display:flex}.staff-modal__right input{accent-color:#0f172a;width:16px;height:16px;margin:0}.staff-modal__note{color:#64748b;background:#f8fafc;border-radius:6px;margin-top:12px;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;line-height:1.4}.staff-modal__actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.staff-modal__btn{cursor:pointer;border-radius:10px;min-width:88px;padding:12px 20px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;line-height:1.4}.staff-modal__btn--secondary{color:#334155;background:#f8fafc}.staff-modal__btn--secondary:hover{background:#f1f5f9}.staff-modal__btn--primary{color:#fff;background:#0f172a}.staff-modal__btn--primary:hover{background:#1e293b}@media (width<=1280px){.staff-table-header,.staff-table-row{min-width:960px}.staff-table-card{overflow-x:auto}}@media (width<=1024px){.staff-page{gap:24px}.staff-filters{flex-direction:column;align-items:stretch;gap:16px}.staff-filters__left,.staff-stats{flex-wrap:wrap}.staff-stats__card{min-width:calc(50% - 12px)}}@media (width<=768px){.staff-stats__card{min-width:100%}}.payments-page{background:#f8fafc;flex-direction:column;gap:24px;min-height:calc(100vh - 64px);padding:32px 40px;display:flex}.payments-page__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.payments-page__header h1{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:2rem;line-height:1.2}.payments-page__header p{color:#64748b;margin:8px 0 0;font-family:Inter,system-ui,sans-serif;font-size:.9375rem}.payments-export-btn{color:#fff;cursor:pointer;background:#0f172a;border-radius:8px;padding:10px 18px;font-family:Inter,system-ui,sans-serif;font-weight:700}.payments-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.payments-stat-card,.payments-panel{background:#fff;border:1px solid #e4e4e7;border-radius:16px;box-shadow:0 1px 2px #0f172a0a}.payments-stat-card{flex-direction:column;gap:6px;padding:20px;display:flex}.payments-stat-card__label,.payments-stat-card small{color:#64748b;font-family:Inter,system-ui,sans-serif;font-size:.8125rem}.payments-stat-card strong{color:#0f172a;font-family:Inter,system-ui,sans-serif;font-size:1.75rem;line-height:1.2}.payments-panel{overflow:hidden}.payments-tabs{border-bottom:1px solid #e4e4e7;gap:8px;padding:16px 20px 0;display:flex}.payments-tabs__btn{color:#52525b;cursor:pointer;background:0 0;border-radius:10px 10px 0 0;padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-weight:700}.payments-tabs__btn--active{color:#0f172a;background:#fed7aa}.payments-toolbar{gap:12px;padding:20px;display:flex}.payments-toolbar input,.payments-toolbar select{color:#18181b;background:#fff;border:1px solid #d4d4d8;border-radius:8px;outline:none;height:40px;font-family:Inter,system-ui,sans-serif;font-size:.875rem}.payments-toolbar input{flex:1;padding:0 14px}.payments-toolbar select{min-width:180px;padding:0 12px}.payments-alert,.payments-muted{border-radius:10px;margin:0 20px 16px;padding:12px 14px;font-family:Inter,system-ui,sans-serif;font-size:.875rem}.payments-alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.payments-muted{color:#64748b;background:#f8fafc}.payments-table-wrap{overflow-x:auto}.payments-table{border-collapse:collapse;width:100%;min-width:920px;font-family:Inter,system-ui,sans-serif}.payments-table th,.payments-table td{text-align:left;vertical-align:top;border-top:1px solid #e4e4e7;padding:16px 20px}.payments-table th{color:#475569;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;font-size:.75rem;font-weight:800}.payments-table td{color:#334155;font-size:.875rem}.payments-table td strong,.payments-table td span{display:block}.payments-table td strong{color:#0f172a;font-weight:800}.payments-table td span{color:#64748b;margin-top:4px;font-size:.75rem}.payments-status{background:#f1f5f9;border-radius:999px;align-items:center;width:max-content;padding:4px 10px;font-weight:800;color:#475569!important;margin:0!important;font-size:.75rem!important;display:inline-flex!important}.payments-status--paid,.payments-status--active,.payments-status--succeeded{background:#dcfce7;color:#166534!important}.payments-status--pending{background:#fef3c7;color:#92400e!important}.payments-status--failed,.payments-status--cancelled,.payments-status--expired{background:#fee2e2;color:#991b1b!important}.payments-status--refunded,.payments-status--partial_refunded{background:#e0e7ff;color:#3730a3!important}.payments-empty{color:#64748b;text-align:center;border-top:1px solid #e4e4e7;padding:40px 20px;font-family:Inter,system-ui,sans-serif}@media (width<=1280px){.payments-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-page{flex-direction:column;min-height:100%;display:flex}.profile-topbar{background:#fff;border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.profile-topbar__title{color:#0f172a;margin:0;font-family:Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4}.profile-topbar__actions{align-items:center;gap:8px;display:flex}.profile-topbar__btn{color:#52525b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.4;transition:background .15s,border-color .15s;display:inline-flex}.profile-topbar__btn:hover{background:#f5f5f4;border-color:#a1a1aa}.profile-topbar__btn svg{flex-shrink:0}.profile-content{flex-direction:column;flex:1;align-items:center;padding:48px 32px 40px;display:flex}.profile-card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:40px 32px 32px;display:flex;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.profile-card__avatar-wrap{margin-bottom:24px;position:relative}.profile-card__avatar{background:#e0e7ff;border-radius:16px;justify-content:center;align-items:center;width:128px;height:128px;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.profile-card__avatar img{object-fit:cover;width:100%;height:100%}.profile-card__avatar-initials{color:#3730a3;font-family:Inter,system-ui,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.profile-card__avatar-btn{color:#fff;cursor:pointer;background:#0f172a;border:3px solid #fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 6px #00000026}.profile-card__avatar-btn:hover{background:#1e293b}.profile-card__identity{flex-direction:column;align-items:center;gap:8px;margin-bottom:24px;display:flex}.profile-card__name{color:#0f172a;text-align:center;margin:0;font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.profile-card__role{color:#0f172a;text-transform:uppercase;letter-spacing:.04em;background:#0f172a0f;border-radius:999px;padding:4px 12px;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;line-height:1.4;display:inline-block}.profile-card__divider{background:#e4e4e7;width:100%;height:1px;margin-bottom:24px}.profile-card__info{flex-direction:column;gap:12px;width:100%;display:flex}.profile-card__info-row{background:#f8fafc;border-radius:8px;align-items:center;gap:14px;padding:14px 16px;display:flex}.profile-card__info-icon{color:#0f172a;background:#0f172a0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.profile-card__info-text{flex-direction:column;gap:2px;display:flex}.profile-card__info-label{color:#71717a;text-transform:uppercase;letter-spacing:.04em;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;line-height:1.3}.profile-card__info-value{color:#18181b;font-family:Inter,system-ui,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.4}.profile-footer{text-align:center;margin-top:40px}.profile-footer p{color:#a1a1aa;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.6}.profile-card__info-edit{flex-direction:column;flex:1;gap:6px;display:flex}.profile-card__phone-edit{align-items:center;gap:8px;display:flex}.profile-card__phone-input{color:#18181b;background:#fff;border:1px solid #d4d4d8;border-radius:6px;outline:none;flex:1;padding:8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.4;transition:border-color .15s,box-shadow .15s}.profile-card__phone-input:focus{border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.profile-card__phone-input:disabled{opacity:.6;cursor:not-allowed}.profile-card__phone-actions{flex-shrink:0;gap:4px;display:flex}.profile-card__phone-save,.profile-card__phone-cancel{cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,border-color .15s;display:flex}.profile-card__phone-save{color:#16a34a}.profile-card__phone-save:hover{background:#f0fdf4;border-color:#16a34a}.profile-card__phone-cancel{color:#dc2626}.profile-card__phone-cancel:hover{background:#fef2f2;border-color:#dc2626}.profile-card__phone-save:disabled,.profile-card__phone-cancel:disabled{opacity:.5;cursor:not-allowed}.profile-card__phone-error{color:#dc2626;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.4}.profile-card__avatar--loading{opacity:.6}.profile-card__file-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}@media (width<=640px){.profile-topbar{padding:12px 16px}.profile-topbar__btn span{display:none}.profile-content{padding:24px 16px 32px}.profile-card{padding:32px 20px 24px}.profile-card__avatar{width:108px;height:108px}}.scheme-create{background:#fff;flex-direction:column;gap:24px;min-height:100%;padding:24px 40px 48px;display:flex}.scheme-create__top-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.scheme-create__top-header-text{flex-direction:column;gap:4px;display:flex}.scheme-create__title{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.33}.scheme-create__subtitle{color:#52525b;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4}.scheme-create__top-actions{flex-shrink:0;gap:12px;display:flex}.scheme-create__btn{cursor:pointer;text-align:center;white-space:nowrap;border:none;border-radius:4px;justify-content:center;align-items:center;padding:12px 24px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:background .15s;display:inline-flex}.scheme-create__btn--cancel{color:#18181b;outline-offset:-1px;background:0 0;outline:1px solid #71717a}.scheme-create__btn--cancel:hover{background:#f5f5f4}.scheme-create__btn--draft{color:#0f172a;outline-offset:-1px;background:0 0;outline:1px solid #0f172a}.scheme-create__btn--draft:hover{background:#f1f5f9}.scheme-create__btn--publish{color:#fff;background:#0f172a}.scheme-create__btn--publish:hover{background:#1e293b}.scheme-create__btn--cancel-lg{color:#18181b;outline-offset:-1px;background:0 0;outline:1px solid #71717a;padding:12px 32px}.scheme-create__btn--cancel-lg:hover{background:#f5f5f4}.scheme-create__btn--draft-lg{color:#0f172a;outline-offset:-1px;background:0 0;outline:1px solid #0f172a;padding:12px 32px}.scheme-create__btn--draft-lg:hover{background:#f1f5f9}.scheme-create__btn--publish-lg{color:#fff;background:#0f172a;padding:12px 48px;box-shadow:0 4px 6px -4px #000d3333,0 10px 15px -3px #000d3333}.scheme-create__btn--publish-lg:hover{background:#1e293b}.scheme-create__error{color:#dc2626;white-space:pre-line;background:#f871711a;border:1px solid #f8717166;border-radius:4px;padding:12px 16px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.scheme-create__btn:disabled{opacity:.55;cursor:not-allowed}.scheme-create__columns{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.scheme-create__left,.scheme-create__right{flex-direction:column;gap:24px;display:flex}.scheme-create__card{background:#fff;border-radius:8px;flex-direction:column;gap:24px;padding:24px;display:flex;box-shadow:0 1px 2px #0000000d}.scheme-create__card--danger{border-left:4px solid #991b1b}.scheme-create__card-header{align-items:center;gap:8px;display:flex}.scheme-create__card-icon{justify-content:center;align-items:center;display:flex}.scheme-create__card-icon--dark{color:#0f172a}.scheme-create__card-icon--danger{color:#991b1b}.scheme-create__card-title{color:#0f172a;margin:0;font-family:Liberation Serif,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.4}.scheme-create__card-body{flex-direction:column;gap:16px;display:flex}.scheme-create__card-body--compact{gap:8px}.scheme-create__field{flex-direction:column;gap:4px;display:flex}.scheme-create__field-row{gap:16px;display:flex}.scheme-create__field--half{flex:1}.scheme-create__label{color:#52525b;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.33}.scheme-create__input{color:#18181b;background:#fff;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;padding:14px 12px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s,box-shadow .15s}.scheme-create__input::placeholder{color:#a1a1aa}.scheme-create__input:focus{border-color:#bfa57c;box-shadow:0 0 0 3px #bfa57c29}.scheme-create__textarea{color:#18181b;resize:vertical;background:#fff;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;min-height:120px;padding:12px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s,box-shadow .15s}.scheme-create__textarea--short{min-height:80px}.scheme-create__textarea::placeholder{color:#a1a1aa}.scheme-create__textarea:focus{border-color:#bfa57c;box-shadow:0 0 0 3px #bfa57c29}.scheme-create__rich-toolbar{border-bottom:1px solid #d4d4d8;gap:2px;padding-bottom:8px;display:flex}.scheme-create__rich-btn{color:#18181b;cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .15s;display:inline-flex}.scheme-create__rich-btn:hover{background:#f5f5f4}.scheme-create__rich-editor{color:#52525b;outline:none;min-height:120px;padding:12px 0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.scheme-create__rich-editor:empty:before{content:attr(data-placeholder);color:#a1a1aa;pointer-events:none}.scheme-create__checkbox-list{background:#fff;border:1px solid #d4d4d8;border-radius:4px;flex-direction:column;gap:0;min-height:112px;max-height:240px;padding:4px 0;display:flex;overflow-y:auto}.scheme-create__checkbox-item{cursor:pointer;color:#18181b;align-items:center;gap:8px;padding:8px 12px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;line-height:1.4;transition:background .15s;display:flex}.scheme-create__checkbox-item:hover{background:#f5f5f4}.scheme-create__checkbox-item input[type=checkbox]{accent-color:#0f172a;cursor:pointer;flex-shrink:0;width:16px;height:16px}.scheme-create__checkbox-label{-webkit-user-select:none;user-select:none}.scheme-create__loading-text{color:#71717a;padding:12px;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4;display:block}.scheme-create__upload-zone{cursor:pointer;background:#f5f5f4;border:2px dashed #d4d4d8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 24px;transition:border-color .15s,background .15s;display:flex;overflow:hidden}.scheme-create__upload-zone:hover{background:#e7e5e4;border-color:#a1a1aa}.scheme-create__upload-zone--has-image{border-style:solid;border-color:#d4d4d8;padding:0}.scheme-create__upload-zone--has-image:hover{border-color:#a1a1aa}.scheme-create__file-input{display:none}.scheme-create__upload-text{color:#52525b;text-align:center;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4}.scheme-create__upload-link{color:#0f172a;font-weight:500}.scheme-create__upload-hint{color:#71717a;text-align:center;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.33}.scheme-create__upload-preview{object-fit:cover;width:100%;height:180px;display:block}.scheme-create__toggle-row{justify-content:space-between;align-items:center;display:flex}.scheme-create__toggle-info{flex-direction:column;gap:2px;display:flex}.scheme-create__toggle-label{color:#18181b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:700;line-height:1.4}.scheme-create__toggle-desc{color:#52525b;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.33}.scheme-create__toggle{cursor:pointer;background:#d4d4d8;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .15s;position:relative}.scheme-create__toggle--on{background:#0f172a}.scheme-create__toggle-thumb{background:#fff;border:1px solid #fff;border-radius:10px;width:20px;height:20px;transition:left .15s;position:absolute;top:2px;left:2px}.scheme-create__toggle--on .scheme-create__toggle-thumb{left:22px}.scheme-create__select-wrap{align-items:center;display:flex;position:relative}.scheme-create__select{appearance:none;color:#18181b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:4px;outline:none;width:100%;padding:12px 40px 12px 12px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s}.scheme-create__select:focus{border-color:#bfa57c;box-shadow:0 0 0 3px #bfa57c29}.scheme-create__select-wrap svg{pointer-events:none;color:#71717a;position:absolute;right:12px}.scheme-create__legal{outline-offset:-1px;background:#f5f5f4;border-radius:8px;outline:1px solid #d4d4d8;gap:16px;padding:24px;display:flex}.scheme-create__legal-icon{flex-shrink:0;padding-top:2px}.scheme-create__legal-content{flex-direction:column;gap:8px;display:flex}.scheme-create__legal-title{color:#18181b;text-transform:uppercase;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:700;line-height:1.33}.scheme-create__legal-text{color:#52525b;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5}.scheme-create__bottom-actions{border-top:1px solid #d4d4d8;justify-content:flex-end;align-items:center;gap:16px;padding-top:24px;display:flex}@media (width<=1024px){.scheme-create{padding:24px}.scheme-create__columns{grid-template-columns:1fr}.scheme-create__right{order:-1}}@media (width<=768px){.scheme-create__top-header{flex-direction:column}.scheme-create__top-actions{width:100%}.scheme-create__top-actions .scheme-create__btn{flex:1}.scheme-create__field-row{flex-direction:column}.scheme-create__bottom-actions{flex-wrap:wrap}.scheme-create__bottom-actions .scheme-create__btn{flex:1;min-width:140px}}
