:root{--admin-bg:#f7f8fa;--admin-sidebar-bg:#0f1e33;--admin-sidebar-filters-bg:#081422;--admin-sidebar-width:240px;--admin-nav-height:56px;--admin-bottom-nav-height:64px;--admin-card-bg:#ffffff;--admin-border:#e5e7eb;--admin-text:#111827;--admin-text-muted:#6b7280;--admin-accent:#c93b77;--admin-accent-light:#fdf0f5;--admin-success:#16a34a;--admin-warning:#d97706;--admin-danger:#dc2626;--admin-info:#2563eb;--admin-radius:10px;--admin-shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);--admin-shadow-md:0 4px 12px rgba(0,0,0,0.10)}.admin-root{min-height:100vh;background:var(--admin-bg);font-family:var(--font-body,"Inter",system-ui,sans-serif);color:var(--admin-text)}.admin-topnav{position:fixed;top:0;left:0;right:0;height:var(--admin-nav-height);background:var(--admin-sidebar-bg);display:flex;align-items:center;padding:0 1rem;z-index:200;gap:.75rem}.admin-topnav__logo{font-weight:700;font-size:1.1rem;color:#fff;letter-spacing:-.01em;text-decoration:none}.admin-topnav__logo span{color:var(--admin-accent)}.admin-topnav__right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.admin-topnav__user{font-size:.75rem;color:rgba(255,255,255,.7)}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--admin-sidebar-width);background:var(--admin-sidebar-bg);display:flex;flex-direction:column;z-index:100;overflow-y:auto}.admin-sidebar__header{padding:1.25rem 1.25rem .75rem;font-weight:700;font-size:1.1rem;color:#fff;letter-spacing:-.01em;flex-shrink:0}.admin-sidebar__header span{color:var(--admin-accent)}.admin-sidebar__section{padding:0 .5rem;margin-bottom:.25rem}.admin-sidebar__section-label{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.35);padding:.75rem .75rem .25rem}.admin-sidebar__link{display:flex;align-items:center;gap:.625rem;padding:.6rem .75rem;border-radius:8px;color:rgba(255,255,255,.75);font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.admin-sidebar__link.active,.admin-sidebar__link:hover{background:rgba(201,59,119,.15);color:#fff}.admin-sidebar__link.active{background:var(--admin-accent);color:#fff}.admin-sidebar__icon{width:18px;height:18px;flex-shrink:0;opacity:.8}.admin-sidebar__extra{flex:1 1;min-height:0;overflow-y:auto;background:var(--admin-sidebar-filters-bg);border-top:1px solid rgba(255,255,255,.06);margin-top:.35rem;padding:.5rem 0 1rem}.admin-sidebar__footer{margin-top:auto;padding:.75rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0;background:var(--admin-sidebar-bg)}.admin-sidebar__user-row{position:relative;display:flex;align-items:center;gap:.5rem}.admin-sidebar__user-info{flex:1 1;min-width:0;font-size:.8rem;color:rgba(255,255,255,.6)}.admin-sidebar__user-name{font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar__user-role{text-transform:capitalize;font-size:.72rem}.admin-sidebar__menu-btn{flex-shrink:0;width:2rem;height:2rem;padding:0;border:none;border-radius:6px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);font-size:1.1rem;line-height:1;letter-spacing:.05em;cursor:pointer;transition:background .15s,color .15s}.admin-sidebar__menu-btn:hover,.admin-sidebar__menu-btn[aria-expanded=true]{background:rgba(255,255,255,.14);color:#fff}.admin-sidebar__menu-dropdown{position:absolute;right:0;bottom:calc(100% + .35rem);min-width:9rem;padding:.25rem;border-radius:8px;background:#fff;border:1px solid var(--admin-border);box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:10}.admin-sidebar__menu-dropdown button{display:block;width:100%;padding:.5rem .75rem;border:none;border-radius:6px;background:transparent;color:var(--admin-text);font-size:.8rem;font-weight:500;text-align:left;cursor:pointer}.admin-sidebar__menu-dropdown button:hover:not(:disabled){background:var(--admin-bg)}.admin-sidebar__menu-dropdown button:disabled{opacity:.6;cursor:default}.admin-sidebar__menu-link{display:block;width:100%;padding:.5rem .75rem;border-radius:6px;color:var(--admin-text);font-size:.8rem;font-weight:500;text-decoration:none}.admin-sidebar__menu-link:hover{background:var(--admin-bg);color:var(--admin-text)}.admin-topnav__user-menu{position:relative}.admin-sidebar__menu-dropdown--topnav{bottom:auto;top:calc(100% + .35rem);right:0}.admin-profile-edit-form{display:flex;flex-direction:column;gap:.75rem}.admin-profile-edit-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.admin-profile-edit-form__field{display:flex;flex-direction:column;gap:.25rem}.admin-profile-edit-form__label{font-size:.72rem;font-weight:600;color:var(--admin-text-muted)}.admin-profile-edit-form__input{padding:.4rem .55rem;font-size:.82rem;border:1px solid var(--admin-border);border-radius:6px}.admin-profile-edit-form__checks{display:flex;flex-direction:column;gap:.35rem}.activity-item--detailed{align-items:flex-start;padding:.65rem 0}.activity-item__link{color:var(--admin-info,#2563eb);text-decoration:none}.activity-item__link:hover{text-decoration:underline}.activity-item__timestamp{margin-top:.2rem;font-size:.72rem;color:var(--admin-text-muted)}.admin-sidebar-filters{padding:0 .75rem .5rem}.admin-sidebar-filters__field{margin-bottom:.75rem}.admin-sidebar-filters__label{display:block;font-size:.7rem;font-weight:600;color:rgba(255,255,255,.5);margin-bottom:.35rem}.admin-sidebar-filters__row{display:flex;align-items:center;gap:.35rem}.admin-sidebar-filters__sep{color:rgba(255,255,255,.35);font-size:.75rem}.admin-sidebar-filters__input,.admin-sidebar-filters__select{width:100%;padding:.35rem .5rem;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:rgba(0,0,0,.2);color:#fff;font-size:.75rem;outline:none}.admin-sidebar-filters__row .admin-sidebar-filters__input{width:0;flex:1 1}.admin-sidebar-filters__row--stack{flex-direction:column;align-items:stretch}.admin-sidebar-filters__row--stack .admin-sidebar-filters__input{width:100%}.admin-sidebar-filters__input[type=date]{color-scheme:dark}.admin-sidebar-filters__select option{color:#111}.admin-sidebar-filters__checks{display:flex;flex-direction:column;gap:.25rem}.admin-sidebar-filters__check{display:flex;align-items:flex-start;gap:.35rem;font-size:.72rem;color:rgba(255,255,255,.75);cursor:pointer;line-height:1.25}.admin-sidebar-filters__check input{margin-top:.15rem;flex-shrink:0}.admin-sidebar-filters__actions{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem;padding-bottom:.25rem}.admin-sidebar-filters__apply{width:100%;padding:.45rem .5rem;border:none;border-radius:6px;background:var(--admin-accent);color:#fff;font-size:.75rem;font-weight:600;cursor:pointer}.admin-sidebar-filters__clear{width:100%;padding:.35rem;border:none;background:transparent;color:rgba(255,255,255,.45);font-size:.7rem;cursor:pointer;text-decoration:underline}.admin-sidebar-filters--mobile{margin-bottom:1rem;padding:1rem;background:var(--admin-sidebar-filters-bg);border-radius:var(--admin-radius,12px)}.admin-sidebar-filters--mobile .admin-sidebar__section-label{padding-left:0}.admin-main{padding-top:calc(var(--admin-nav-height) + 1rem);padding-bottom:calc(var(--admin-bottom-nav-height) + 1rem);padding-left:1rem;padding-right:1rem;min-height:100vh}.admin-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--admin-bottom-nav-height);background:#fff;border-top:1px solid var(--admin-border);display:flex;z-index:200;padding-bottom:env(safe-area-inset-bottom,0)}.admin-bottom-nav__item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;color:var(--admin-text-muted);font-size:.65rem;font-weight:500;text-decoration:none;border:none;background:none;cursor:pointer;padding:.5rem 0;transition:color .15s}.admin-bottom-nav__item.active,.admin-bottom-nav__item:active{color:var(--admin-accent)}.admin-bottom-nav__icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1}.admin-more-overlay{position:fixed;inset:0;z-index:300;display:flex;align-items:flex-end;justify-content:center}.admin-more-overlay__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(15,23,42,.45);cursor:pointer}.admin-more-sheet{position:relative;z-index:1;width:100%;max-width:28rem;max-height:min(78vh,32rem);overflow:auto;background:#fff;border-radius:1rem 1rem 0 0;padding:.5rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));box-shadow:0 -8px 30px rgba(15,23,42,.18)}.admin-more-sheet__handle{width:2.25rem;height:.28rem;border-radius:999px;background:#d1d5db;margin:.25rem auto .75rem}.admin-more-sheet__title{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--admin-text-muted);margin-bottom:.5rem}.admin-more-sheet__links{display:flex;flex-direction:column;gap:.15rem}.admin-more-sheet__link{display:flex;align-items:center;gap:.75rem;padding:.75rem .65rem;border-radius:10px;color:var(--admin-text);text-decoration:none;font-size:.95rem;font-weight:600}.admin-more-sheet__link.active{background:var(--admin-accent-light);color:var(--admin-accent)}.admin-card{background:var(--admin-card-bg);border-radius:var(--admin-radius);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow);padding:1.25rem;margin-bottom:1rem}.admin-card--compact{padding:.875rem 1rem}.admin-kpi{background:var(--admin-card-bg);border-radius:var(--admin-radius);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}.admin-kpi__label{font-size:.75rem;font-weight:500;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.04em}.admin-kpi__value{font-size:2rem;font-weight:700;line-height:1;color:var(--admin-text)}.admin-kpi__sub{font-size:.75rem;color:var(--admin-text-muted)}.status-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;white-space:nowrap}.status-badge--pending{background:#fef3c7;color:#92400e}.status-badge--assessment_complete{background:#dbeafe;color:#1e40af}.status-badge--documents_submitted{background:#ede9fe;color:#5b21b6}.status-badge--verified{background:#dcfce7;color:#14532d}.status-badge--assigned{background:#d1fae5;color:#065f46}.status-badge--on_leave{background:#fce7f3;color:#9d174d}.status-badge--inactive{background:#f3f4f6;color:#374151}.status-badge--rejected{background:#fee2e2;color:#991b1b}.status-badge--new{background:#dbeafe;color:#1e40af}.status-badge--contacted{background:#fef3c7;color:#92400e}.status-badge--qualified{background:#d1fae5;color:#065f46}.status-badge--disqualified{background:#fee2e2;color:#991b1b}.status-badge--converted{background:#dcfce7;color:#14532d}.status-badge--lost{background:#fee2e2;color:#991b1b}.supply-card{background:var(--admin-card-bg);border-radius:var(--admin-radius);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow);padding:1rem;display:flex;gap:.875rem;align-items:flex-start;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s}.supply-card:hover{box-shadow:var(--admin-shadow-md);border-color:var(--admin-accent);color:inherit}.supply-card__avatar{width:44px;height:44px;border-radius:50%;background:var(--admin-accent-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--admin-accent);flex-shrink:0;overflow:hidden}.supply-card__avatar img{width:100%;height:100%;object-fit:cover}.supply-card__info{flex:1 1;min-width:0}.supply-card__name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supply-card__meta{font-size:.75rem;color:var(--admin-text-muted);display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-top:.2rem}.supply-card__score{font-size:.75rem;font-weight:600;color:var(--admin-info)}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{width:100%;border-collapse:collapse;font-size:.825rem}.admin-table thead th{background:var(--admin-bg);font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--admin-text-muted);padding:.625rem .875rem;border-bottom:1px solid var(--admin-border);white-space:nowrap}.admin-table tbody td{padding:.75rem .875rem;border-bottom:1px solid var(--admin-border);vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:var(--admin-bg)}.admin-table tbody tr{cursor:pointer}.supply-row-actions{position:relative;display:inline-flex;justify-content:flex-end}.supply-row-actions__btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:6px;background:transparent;color:var(--admin-text-muted);font-size:1.1rem;line-height:1;cursor:pointer}.supply-row-actions__btn:hover:not(:disabled){background:var(--admin-bg);color:var(--admin-text)}.supply-row-actions__btn:disabled{opacity:.5;cursor:not-allowed}.supply-row-actions__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:20;min-width:9rem;padding:.25rem 0;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12)}.supply-row-actions__item{display:block;width:100%;padding:.5rem .875rem;border:none;background:transparent;text-align:left;font-size:.825rem;color:var(--admin-text);cursor:pointer}.supply-row-actions__item:hover:not(:disabled){background:var(--admin-bg)}.supply-row-actions__item--danger{color:var(--admin-danger,#c0392b)}.supply-row-actions__item:disabled{opacity:.6;cursor:not-allowed}.supply-card__actions{flex-shrink:0;align-self:flex-start;margin-left:.25rem}.admin-search{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.admin-search__input{flex:1 1;min-width:160px;padding:.55rem .875rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;background:#fff;outline:none;transition:border-color .15s}.admin-search__input:focus{border-color:var(--admin-accent)}.admin-search__select{padding:.55rem .75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;background:#fff;outline:none;cursor:pointer}.admin-multi-select{position:relative;flex-shrink:0}.admin-multi-select__trigger{display:inline-flex;align-items:center;gap:.4rem;min-height:40px;padding:.55rem .75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;white-space:nowrap;max-width:16rem}.admin-multi-select__trigger.is-active{border-color:var(--admin-accent);background:#f0f7ff}.admin-multi-select__summary{overflow:hidden;text-overflow:ellipsis}.admin-multi-select__caret{font-size:.65rem;opacity:.6}.admin-multi-select__menu{position:absolute;top:calc(100% + 4px);left:0;z-index:40;min-width:12rem;max-height:20rem;overflow:auto;padding:.4rem 0;background:#fff;border:1px solid var(--admin-border);border-radius:10px;box-shadow:0 8px 24px rgba(15,30,51,.12)}.admin-multi-select__actions{display:flex;gap:.75rem;padding:.25rem .75rem .5rem;border-bottom:1px solid var(--admin-border);margin-bottom:.25rem}.admin-multi-select__link{appearance:none;border:none;background:none;padding:0;font-size:.72rem;font-weight:600;color:var(--admin-accent);cursor:pointer}.admin-multi-select__link:disabled{opacity:.4;cursor:not-allowed}.admin-multi-select__option{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.82rem;cursor:pointer;margin:0}.admin-multi-select__option:hover{background:#f8fafc}.admin-multi-select__option input{margin:0}.admin-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.55rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:opacity .15s,transform .1s;text-decoration:none;white-space:nowrap;min-height:40px}.admin-btn:active{transform:scale(.98)}.admin-btn--primary{background:var(--admin-accent);color:#fff}.admin-btn--primary:hover{opacity:.9;color:#fff}.admin-btn--secondary{background:var(--admin-bg);color:var(--admin-text);border:1px solid var(--admin-border)}.admin-btn--secondary:hover{background:#eee;color:var(--admin-text)}.admin-btn--success{background:var(--admin-success);color:#fff}.admin-btn--danger{background:var(--admin-danger);color:#fff}.admin-btn--danger:hover{opacity:.9;color:#fff}.admin-btn--ghost{background:transparent;color:var(--admin-text-muted);border:1px solid var(--admin-border)}.admin-btn--ghost:hover{color:var(--admin-text);background:var(--admin-bg)}.admin-btn--sm{padding:.35rem .625rem;font-size:.775rem;min-height:32px}.admin-btn:disabled{opacity:.45;cursor:not-allowed}.admin-tabs{display:flex;gap:0;border-bottom:2px solid var(--admin-border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:1.25rem}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{padding:.625rem 1rem;font-size:.825rem;font-weight:500;color:var(--admin-text-muted);background:none;cursor:pointer;white-space:nowrap;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.admin-tab.active,.admin-tab:hover{color:var(--admin-accent)}.admin-tab.active{border-bottom-color:var(--admin-accent);font-weight:600}.admin-field{margin-bottom:1rem}.admin-label{display:block;font-size:.8rem;font-weight:600;color:var(--admin-text-muted);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.04em}.admin-input,.admin-select,.admin-textarea{width:100%;padding:.6rem .875rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;background:#fff;color:var(--admin-text);outline:none;transition:border-color .15s}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{border-color:var(--admin-accent)}.admin-textarea{resize:vertical;min-height:80px}.supply-detail-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--admin-card-bg);border-radius:var(--admin-radius);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow);margin-bottom:1rem}.supply-detail-avatar{width:64px;height:64px;border-radius:50%;background:var(--admin-accent-light);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--admin-accent);flex-shrink:0;overflow:hidden}.supply-detail-avatar img{width:100%;height:100%;object-fit:cover}.supply-detail-name{font-size:1.1rem;font-weight:700;line-height:1.2}.supply-detail-id{font-size:.75rem;font-weight:600;color:var(--admin-accent);letter-spacing:.05em}.supply-detail-meta{font-size:.775rem;color:var(--admin-text-muted)}.admin-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem}.admin-info-item--span-2{grid-column:1/-1}.admin-info-item__label{font-size:.7rem;font-weight:600;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem}.admin-info-item__value{font-size:.875rem;font-weight:500;color:var(--admin-text)}.admin-info-item__value--mono{font-size:.7rem;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.admin-card__divider{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--admin-border)}.admin-mini-block{font-size:.8rem;padding:.5rem .65rem;border-radius:.45rem;background:#f8fafc}.admin-mini-block__meta{color:var(--admin-text-muted);font-size:.72rem}.admin-mini-block__meta--mono{word-break:break-all}.admin-empty{text-align:center;padding:2.5rem 1.25rem;color:var(--admin-text-muted);font-size:.875rem}.admin-alert{padding:.75rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;margin-bottom:.875rem}.admin-alert--error{background:#fee2e2;color:#991b1b}.admin-alert--success{background:#dcfce7;color:#14532d}.admin-alert--info{background:#dbeafe;color:#1e40af}.admin-alert--warning{background:#fef3c7;color:#92400e}.admin-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:400;display:flex;align-items:flex-end;justify-content:center}@media (min-width:576px){.admin-modal-backdrop{align-items:center}}.admin-modal{background:#fff;border-radius:var(--admin-radius) var(--admin-radius) 0 0;width:100%;max-width:520px;max-height:85vh;overflow-y:auto;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.2)}@media (min-width:576px){.admin-modal{border-radius:var(--admin-radius)}}.admin-modal__title{font-size:1.05rem;font-weight:700;margin-bottom:1rem}.admin-modal__footer{display:flex;gap:.625rem;justify-content:flex-end;margin-top:1.25rem}.doc-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--admin-border)}.doc-item:last-child{border-bottom:none}.doc-item__icon{width:36px;height:36px;border-radius:8px;background:var(--admin-bg);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.doc-item__name{font-size:.85rem;font-weight:600}.doc-item__meta{font-size:.75rem;color:var(--admin-text-muted)}.doc-item__actions{margin-left:auto;display:flex;gap:.375rem}.activity-item{display:flex;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--admin-border);font-size:.8rem}.activity-item:last-child{border-bottom:none}.activity-item__dot{width:8px;height:8px;border-radius:50%;background:var(--admin-accent);flex-shrink:0;margin-top:.35rem}.activity-item__action{font-weight:600}.activity-item__meta{color:var(--admin-text-muted)}.admin-page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.admin-page-title{font-size:1.2rem;font-weight:700;line-height:1.2}.admin-skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:992px){.admin-main{margin-left:var(--admin-sidebar-width);padding:2rem}.admin-bottom-nav,.admin-topnav{display:none}.admin-sidebar{display:flex}.admin-info-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){.admin-sidebar{display:none}}.admin-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--admin-sidebar-bg);padding:1.5rem}.admin-login-card{background:#fff;border-radius:16px;padding:2rem 1.75rem;width:100%;max-width:380px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.admin-login-logo{font-size:1.5rem;font-weight:800;color:var(--admin-sidebar-bg);margin-bottom:.25rem}.admin-login-logo span{color:var(--admin-accent)}.admin-login-sub{font-size:.85rem;color:var(--admin-text-muted);margin-bottom:1.75rem}.yashodi-auth-shell__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--admin-accent);margin:0 0 .35rem}.yashodi-auth-shell__title{font-size:1.45rem;font-weight:800;color:var(--admin-sidebar-bg);margin:0 0 .5rem;line-height:1.2}.yashodi-auth-shell__sub{margin-bottom:1.25rem!important}.yashodi-auth-shell__divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0 1.25rem;font-size:.78rem;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.04em}.yashodi-auth-shell__divider:after,.yashodi-auth-shell__divider:before{content:"";flex:1 1;height:1px;background:var(--admin-border)}.yashodi-auth-shell__status{margin-top:1rem;padding:.85rem 1rem;border-radius:10px;background:rgba(15,30,51,.04);font-size:.85rem;text-align:left}.yashodi-auth-shell__denied{color:#8b2e2e}.yashodi-auth-shell__hint{font-size:.78rem;color:var(--admin-text-muted);word-break:break-all}.yashodi-auth-shell__note{margin-top:1rem;font-size:.75rem;color:var(--admin-text-muted);line-height:1.45}.yashodi-auth-shell__note--checkout{margin-top:.85rem;text-align:center}.yashodi-auth-shell__footer{margin-top:1.25rem;font-size:.82rem}.yashodi-auth-shell--checkout .yashodi-auth-shell__title{font-size:1.25rem;line-height:1.3;margin-bottom:1.15rem}.yashodi-auth-shell--dismissible{position:relative}.yashodi-auth-shell__dismiss{position:absolute;top:.85rem;right:.85rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:var(--admin-text-muted);font-size:1.5rem;line-height:1;text-decoration:none;border-radius:999px;cursor:pointer}.yashodi-auth-shell__dismiss:focus-visible,.yashodi-auth-shell__dismiss:hover{color:var(--admin-text);background:rgba(15,30,51,.06)}.yashodi-auth-shell--checkout.yashodi-auth-shell--dismissible .yashodi-auth-shell__title{padding-right:1.75rem}.sign-in-checkout-plans{margin-top:0;padding-top:0;border-top:none}.sign-in-checkout-plans__login{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(15,30,51,.08)}.sign-in-checkout-plans__back{display:block;width:100%;margin-top:.85rem;padding:.35rem .5rem;border:none;background:none;text-align:center;font-size:.82rem;font-weight:500;color:var(--admin-text-muted);text-decoration:none;cursor:pointer}.sign-in-checkout-plans__back:focus-visible,.sign-in-checkout-plans__back:hover{color:var(--admin-accent);text-decoration:underline}.sign-in-checkout-plans__tiles{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;text-align:left}.sign-in-checkout-plans .directory-how-it-works__tile{display:flex;flex-direction:column;background:#faf8f4;border:1px solid rgba(15,30,51,.1);border-radius:.55rem;padding:.75rem .65rem}.sign-in-checkout-plans .directory-how-it-works__tile-head{padding-bottom:.55rem;margin-bottom:.55rem}.sign-in-checkout-plans .directory-how-it-works__tile-price{font-size:1.15rem}.sign-in-checkout-plans .directory-how-it-works__tile-features{gap:.35rem}.sign-in-checkout-plans .directory-how-it-works__tile-features li{font-size:.75rem;line-height:1.35}@media (max-width:479.98px){.sign-in-checkout-plans__tiles{grid-template-columns:1fr}.yashodi-auth-shell--checkout{max-width:100%!important}}.admin-btn--google{background:#fff;color:#1f1f1f;border:1px solid #dadce0;gap:.6rem;font-weight:600}.admin-btn--google:hover{background:#f8f9fa;border-color:#c6c9cc}.admin-btn--google__icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0}.sign-in-role-grid{display:grid;gap:.85rem}.sign-in-role-card{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;width:100%;padding:1rem 1.1rem;border:1px solid var(--admin-border,rgba(15,30,51,.12));border-radius:.75rem;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.sign-in-role-card:hover:not(:disabled){border-color:rgba(15,30,51,.22);box-shadow:0 4px 18px rgba(15,30,51,.06)}.sign-in-role-card:disabled{opacity:.7;cursor:wait}.sign-in-role-card__title{font-size:1rem;font-weight:700;color:var(--admin-text,#0f1e33)}.sign-in-role-card__text{font-size:.86rem;line-height:1.45;color:var(--admin-text-muted,rgba(15,30,51,.65))}.sign-in-role-card__cta{margin-top:.25rem;font-size:.8rem;font-weight:700;color:var(--admin-accent,#b4235a)}.admin-messaging-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.admin-messaging-headline__title{font-size:1.2rem;font-weight:700;line-height:1.3;margin:0}.admin-messaging-headline__status{font-weight:600;color:var(--admin-success)}.admin-messaging-headline__status--warn{color:var(--admin-warning)}.admin-messaging-headline__status--muted{color:var(--admin-text-muted);font-weight:500}.admin-messaging-queue-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .75rem;padding:.55rem .85rem;margin-bottom:1rem;background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);font-size:.875rem;color:var(--admin-text-muted)}.admin-messaging-queue-bar strong{color:var(--admin-text);font-weight:600}.admin-messaging-queue-bar__sep{opacity:.45}.admin-messaging-recipient-row{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}@media (max-width:576px){.admin-messaging-recipient-row{grid-template-columns:1fr}}.admin-messaging-recipient-type{display:flex;gap:.5rem;padding-top:.35rem}.admin-messaging-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}@media (max-width:768px){.admin-messaging-fields-grid{grid-template-columns:1fr}}.admin-messaging-fields-grid .admin-form-group--full{grid-column:1/-1}.admin-messaging-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:1.25rem;align-items:start}@media (max-width:960px){.admin-messaging-layout{grid-template-columns:1fr}}.admin-messaging-panel{background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);padding:1.25rem}.admin-messaging-panel__title{font-size:.9375rem;font-weight:700;color:var(--admin-text);margin:0 0 1rem;letter-spacing:-.01em}.admin-messaging-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--admin-border)}.admin-messaging-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.admin-messaging-section__label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--admin-text-muted);margin-bottom:.5rem}.admin-messaging-section__hint{font-size:.8125rem;color:var(--admin-text-muted);margin:.35rem 0 0;line-height:1.4}.admin-form-group{margin-bottom:.875rem}.admin-form-group:last-child{margin-bottom:0}.admin-messaging-segments{display:inline-flex;gap:0;padding:3px;background:#eef0f3;border-radius:8px;margin-bottom:.75rem}.admin-messaging-segments button{border:none;background:transparent;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;color:var(--admin-text-muted);border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.admin-messaging-segments button.active{background:#fff;color:var(--admin-text);box-shadow:0 1px 2px rgba(0,0,0,.06)}.admin-messaging-type-toggle{display:flex;gap:1rem;font-size:.875rem;font-weight:500;color:var(--admin-text)}.admin-messaging-type-toggle label{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.admin-messaging-template-select{font-size:.875rem;font-weight:500}.admin-messaging-template-purpose{font-size:.8125rem;color:var(--admin-text-muted);margin:.35rem 0 0;line-height:1.4}.admin-messaging-preview-sticky{position:sticky;top:1rem}.admin-messaging-preview__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--admin-text-muted);margin-bottom:.65rem}.admin-messaging-preview__phone{font-size:.75rem;color:var(--admin-text-muted);margin-bottom:.75rem}.admin-messaging-preview__bubble{background:#e7ffdb;border-radius:8px 8px 8px 2px;padding:.75rem .875rem;font-size:.875rem;line-height:1.55;color:#111;white-space:pre-wrap;word-break:break-word;min-height:120px;box-shadow:0 1px 1px rgba(0,0,0,.06)}.admin-messaging-preview__bubble--empty{background:#f3f4f6;color:var(--admin-text-muted);font-style:italic}.admin-messaging-preview__footer{font-size:.6875rem;color:var(--admin-text-muted);margin-top:.65rem;text-align:right}.admin-messaging-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.admin-messaging-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (max-width:576px){.admin-messaging-contact-grid{grid-template-columns:1fr}}.admin-funnel-panel{margin-bottom:1rem}.admin-funnel-table-wrap{overflow-x:auto}.admin-funnel-table{width:100%;border-collapse:collapse;font-size:.8125rem}.admin-funnel-table td,.admin-funnel-table th{padding:.55rem .65rem;text-align:left;border-bottom:1px solid var(--admin-border);vertical-align:middle}.admin-funnel-table th{font-weight:700;color:var(--admin-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.admin-funnel-table tr:last-child td{border-bottom:none}.admin-funnel-count{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin-funnel-badge{display:inline-block;padding:.15rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.admin-funnel-badge--candidate{background:#e8f5e9;color:#2e7d32}.admin-funnel-badge--admin{background:#fff3e0;color:#e65100}.admin-funnel-badge--mixed{background:#e3f2fd;color:#1565c0}.admin-funnel-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-funnel-modal{background:#fff;border-radius:.65rem;box-shadow:var(--admin-shadow-md);max-width:420px;width:100%;padding:1.25rem}.admin-funnel-modal__title{font-size:1rem;font-weight:700;margin:0 0 .75rem}.admin-funnel-modal__actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.admin-picker{position:relative}.admin-picker__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:500;background:#fff;border:1px solid var(--admin-border);border-radius:.5rem;box-shadow:var(--admin-shadow-md);max-height:280px;overflow-y:auto}.admin-picker__empty{padding:.75rem 1rem;color:var(--admin-text-muted);font-size:.85rem}.admin-picker__option{width:100%;text-align:left;padding:.65rem 1rem;background:none;border:none;border-bottom:1px solid #f5f5f5;cursor:pointer}.admin-picker__option:hover{background:var(--admin-accent-light)}.admin-picker__option-title{font-weight:600;font-size:.85rem;color:var(--admin-text)}.admin-picker__option-meta{font-size:.75rem;color:var(--admin-text-muted);margin-top:1px}.admin-picker-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1.5px solid var(--admin-accent);border-radius:.5rem;background:var(--admin-accent-light)}.admin-picker-chip--supply{border-color:#7c3aed;background:#f5f3ff}.admin-picker-chip__body{flex:1 1;min-width:0}.admin-picker-chip__title{font-weight:700;font-size:.85rem;color:var(--admin-text)}.admin-picker-chip__meta{font-size:.75rem;color:var(--admin-text-muted);margin-top:1px}.admin-picker-chip__clear{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--admin-text-muted);padding:0 2px;line-height:1}.admin-match-controls,.admin-match-tabs{margin-bottom:1rem}.admin-match-criteria{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.8rem;color:var(--admin-text-muted)}.admin-match-table td{vertical-align:top}.admin-match-table--compact td{vertical-align:middle;padding-top:.5rem;padding-bottom:.5rem}.admin-match-table--compact .admin-match-reasons{gap:.2rem}.admin-match-table--compact .admin-match-reason{font-size:.65rem;padding:.1rem .4rem}.admin-match-score{position:relative;min-width:4.5rem;height:1.35rem;background:rgba(15,30,51,.06);border-radius:999px;overflow:hidden}.admin-match-score__pct{position:relative;z-index:1;display:block;font-size:.72rem;font-weight:700;line-height:1.35rem;text-align:center}.admin-match-score__bar{position:absolute;left:0;top:0;bottom:0;border-radius:999px;opacity:.35}.admin-match-score--high .admin-match-score__bar{background:var(--admin-success)}.admin-match-score--mid .admin-match-score__bar{background:var(--admin-warning)}.admin-match-score--low .admin-match-score__bar{background:var(--admin-danger)}.admin-match-name{font-weight:600;font-size:.85rem}.admin-match-meta{font-size:.75rem;color:var(--admin-text-muted)}.admin-match-reasons{display:flex;flex-wrap:wrap;gap:.25rem}.admin-match-reason{display:inline-block;font-size:.68rem;font-weight:600;padding:.15rem .45rem;border-radius:999px;background:var(--admin-accent-light);color:#8b2942}.admin-match-warn{font-size:.72rem;color:var(--admin-warning);margin-top:.25rem}.admin-match-explain{font-size:.72rem;color:var(--admin-text-muted);margin-top:.35rem;font-style:italic}.admin-match-row--weak{opacity:.75}.admin-match-save-bar{position:sticky;bottom:calc(var(--admin-bottom-nav-height) + .5rem);display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.75rem 1rem;margin-top:1rem;background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-md);z-index:50}@media (min-width:992px){.admin-match-save-bar{bottom:1rem}}.admin-match-save-msg{font-size:.8rem;color:var(--admin-success)}.admin-match-embed{margin-top:0}.admin-picker-chip--demand{border-color:#2563eb;background:#eff6ff}.admin-match-map__cities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.admin-match-map__city{display:inline-block;font-size:.78rem;font-weight:600;padding:.35rem .65rem;border-radius:999px;background:rgba(15,30,51,.06);color:var(--admin-text);text-decoration:none}.admin-match-map__city--demand{background:var(--admin-accent-light);color:#8b2942}.admin-match-map__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.admin-match-map__point{width:100%;text-align:left;border:1px solid var(--admin-border);border-radius:8px;padding:.45rem .65rem;background:#fff;cursor:pointer}.admin-match-map__point-label{font-weight:600;font-size:.82rem;display:block}.admin-match-map__point-meta{font-size:.72rem;color:var(--admin-text-muted)}.admin-check-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;cursor:pointer}.admin-card__title{font-size:.9rem;font-weight:700}.admin-match-map-layout{display:grid;grid-template-columns:minmax(9rem,11rem) 1fr minmax(11rem,15rem);gap:.75rem;align-items:stretch}.admin-match-map-filters--supply{max-height:min(62vh,520px);overflow-y:auto;overflow-x:hidden}.admin-match-map-filters__section{margin:.35rem 0 .15rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-muted)}.admin-match-map-filters__input,.admin-match-map-filters__select{width:100%;padding:.35rem .45rem;font-size:.78rem;border:1px solid rgba(15,30,51,.12);border-radius:6px;background:#fff}.admin-match-map-filters__row{display:flex;align-items:center;gap:.35rem}.admin-match-map-filters__row .admin-match-map-filters__input{flex:1 1;min-width:0}.admin-match-map-filters__sep{color:var(--admin-text-muted);font-size:.75rem}.admin-match-map-filters__field{display:flex;flex-direction:column;gap:.25rem}.admin-match-map-filters__label{font-size:.72rem;color:var(--admin-text-muted)}.admin-match-map-filters__clear{margin-top:.25rem;padding:.3rem .5rem;font-size:.72rem;border:none;border-radius:6px;background:rgba(15,30,51,.08);cursor:pointer}.admin-match-map-filters__hint{margin:.5rem 0 0;font-size:.68rem;color:var(--admin-text-muted)}.admin-match-map-legend__demand{color:#3b82f6}.admin-match-map-legend__supply{color:#22c55e}.admin-match-map-filters .admin-sidebar-filters__field,.admin-match-map-filters .filter-check-group{margin-top:.15rem}.admin-match-map-filters .filter-check-group__label{font-size:.68rem}.admin-match-map-filters{display:flex;flex-direction:column;gap:.5rem;padding:.65rem .5rem;border-radius:8px;background:rgba(15,30,51,.03);font-size:.82rem}.admin-match-map-filters__title{margin:0 0 .25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-muted)}.admin-match-map-filters__count{margin:.35rem 0 0;font-size:.72rem;color:var(--admin-text-muted)}.admin-match-map-filters .admin-check-label{display:flex;align-items:center;gap:.4rem}.admin-match-map-swatch{width:.65rem;height:.65rem;border-radius:50%;flex-shrink:0}.admin-match-map-swatch--demand-live{background:#3b82f6}.admin-match-map-swatch--demand-day{background:#1e3a8a}.admin-match-map-swatch--supply-live{background:#22c55e}.admin-match-map-swatch--supply-day{background:#166534}.admin-match-map-canvas-wrap{position:relative;min-height:420px}.admin-match-map-canvas{width:100%;height:min(62vh,520px);min-height:420px;border-radius:10px;background:#e8eef4}.admin-match-map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;margin:0;z-index:2;pointer-events:none;font-size:.85rem;color:var(--admin-text-muted)}.admin-match-map-legend{margin:.4rem 0 0;font-size:.75rem;color:var(--admin-text-muted)}.admin-match-map-legend__warn{color:#b45309}.admin-match-map-unplottable{grid-column:1/-1;font-size:.78rem;color:var(--admin-text-muted);margin-top:.25rem}.admin-match-map-unplottable ul{margin:.35rem 0;padding-left:1.1rem;max-height:8rem;overflow:auto}.admin-match-map-unplottable__more{margin:.25rem 0 0}@media (max-width:900px){.admin-match-map-layout{grid-template-columns:1fr}.admin-match-map-filters{flex-direction:row;flex-wrap:wrap;align-items:center}.admin-match-map-filters__title{width:100%}}.admin-page-subtitle{margin:.35rem 0 0;font-size:.875rem;color:var(--admin-text-muted);max-width:42rem}.wa-tpl-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr));gap:.75rem;margin-bottom:1rem}.wa-tpl-stat__label{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--admin-text-muted)}.wa-tpl-stat__value{font-size:1.25rem;font-weight:700;margin-top:.25rem}.wa-tpl-stat__value--ok{color:#15803d}.wa-tpl-stat__value--warn{color:#b45309}.wa-tpl-stat__hint{font-size:.72rem;color:var(--admin-text-muted);margin-top:.2rem}.wa-tpl-retire-note{margin-bottom:1rem}.wa-tpl-retire-note code{font-size:.85em;background:rgba(255,255,255,.5);padding:.1em .35em;border-radius:4px}.wa-tpl-toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;justify-content:space-between;margin-bottom:.75rem}.wa-tpl-filters{display:flex;flex-wrap:wrap;gap:.35rem}.wa-tpl-filter{border:1px solid var(--admin-border);background:var(--admin-card-bg);color:var(--admin-text-muted);font-size:.75rem;font-weight:600;padding:.35rem .65rem;border-radius:999px;cursor:pointer}.wa-tpl-filter.active,.wa-tpl-filter:hover{border-color:var(--admin-primary,#2563eb);color:var(--admin-primary,#2563eb);background:#eff6ff}.wa-tpl-category{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--admin-text-muted)}.wa-tpl-category select{font-size:.8rem;padding:.35rem .5rem;border:1px solid var(--admin-border);border-radius:6px;background:var(--admin-card-bg)}.wa-tpl-table tbody tr{cursor:default}.wa-tpl-touchpoint{font-weight:500;line-height:1.35}.wa-tpl-cat{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.1rem .35rem;border-radius:4px;margin-right:.35rem;vertical-align:middle}.wa-tpl-cat--supply{background:#dbeafe;color:#1e40af}.wa-tpl-cat--demand{background:#fce7f3;color:#9d174d}.wa-tpl-note,.wa-tpl-wiring{font-size:.72rem;color:var(--admin-text-muted);margin-top:.25rem}.wa-tpl-code{font-size:.75rem;background:var(--admin-bg);padding:.15rem .35rem;border-radius:4px}.wa-tpl-muted{font-size:.8rem}.wa-tpl-empty,.wa-tpl-muted{color:var(--admin-text-muted)}.wa-tpl-empty{text-align:center;padding:2rem!important}.wa-tpl-yesno{display:inline-block;font-size:.72rem;font-weight:700;padding:.15rem .45rem;border-radius:999px}.wa-tpl-yesno--yes{background:#dcfce7;color:#166534}.wa-tpl-yesno--no{background:#f3f4f6;color:#6b7280}.wa-tpl-meta{display:inline-block;font-size:.72rem;font-weight:600;padding:.15rem .45rem;border-radius:999px}.wa-tpl-meta--approved{background:#dcfce7;color:#166534}.wa-tpl-meta--pending{background:#fef3c7;color:#92400e}.wa-tpl-meta--rejected{background:#fee2e2;color:#991b1b}.wa-tpl-meta--none{background:#f3f4f6;color:#6b7280}.wa-tpl-meta--queued{background:#e0e7ff;color:#3730a3}.wa-tpl-preview-trigger{position:relative;font-size:.78rem;font-weight:600;color:var(--admin-primary,#2563eb);cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.wa-tpl-preview-popover{display:none;position:absolute;z-index:30;left:0;top:calc(100% + 6px);width:min(22rem,70vw);padding:.65rem .75rem;background:#1f2937;color:#f9fafb;font-size:.72rem;font-weight:400;line-height:1.45;white-space:pre-wrap;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);pointer-events:none}.wa-tpl-preview-trigger:focus .wa-tpl-preview-popover,.wa-tpl-preview-trigger:focus-within .wa-tpl-preview-popover,.wa-tpl-preview-trigger:hover .wa-tpl-preview-popover{display:block}.wa-tpl-path-count{font-size:.95rem}.wa-tpl-path-count--warn{color:#b45309}.wa-tpl-path-sep{margin:0 .35rem;color:var(--admin-text-muted)}.wa-tpl-orphan-intro{margin:0 0 .5rem}.wa-tpl-orphan-list{margin:0;padding-left:1.25rem;font-size:.85rem}.admin-create-sub{flex:1 1 100%;width:100%;max-width:34rem;margin:.25rem 0 1rem}.admin-create-sub__card{display:flex;flex-direction:column;gap:.85rem;background:#fff;border:1px solid var(--admin-border);border-radius:12px;padding:1rem 1.1rem;box-shadow:0 1px 2px rgba(15,30,51,.04)}.admin-create-sub__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-create-sub__title{margin:0;font-size:1rem;font-weight:700}.admin-create-sub__grid{display:grid;gap:.75rem}.admin-create-sub__field--date{max-width:12.5rem}.admin-create-sub__preview-hint{margin:0;padding:.35rem 0}.admin-create-sub__actions{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.15rem}.admin-create-sub__segment{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:.75rem}.admin-create-sub__seg{border:1px solid var(--admin-border);background:#fff;border-radius:8px;padding:.45rem .6rem;font-size:.8rem;font-weight:600;color:var(--admin-text-muted);cursor:pointer}.admin-create-sub__seg.is-active{border-color:var(--admin-accent);color:var(--admin-accent);background:color-mix(in srgb,var(--admin-accent) 8%,#fff)}.admin-create-sub__custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}@media (max-width:520px){.admin-create-sub{max-width:none}.admin-create-sub__custom-grid{grid-template-columns:1fr}.admin-create-sub__field--date{max-width:none}}.admin-plan-options{display:flex;flex-direction:column;gap:.4rem}.admin-plan-option{display:flex;gap:.55rem;align-items:flex-start;padding:.55rem .7rem;border:1px solid var(--admin-border);border-radius:8px;background:#fff;cursor:pointer;margin:0}.admin-plan-option input{margin-top:.15rem;flex-shrink:0}.admin-plan-option.is-selected{border-color:var(--admin-accent);box-shadow:inset 0 0 0 1px var(--admin-accent);background:color-mix(in srgb,var(--admin-accent) 6%,#fff)}.admin-plan-option__body{display:flex;flex-direction:column;gap:.1rem;min-width:0;font-size:.75rem;line-height:1.35;color:var(--admin-text-muted)}.admin-plan-option__body strong{font-size:.84rem;color:var(--admin-text);font-weight:700}.admin-card--nested{background:#f7f8fa;border:1px solid var(--admin-border);border-radius:8px;padding:.75rem .85rem}.admin-hint{font-size:.72rem;color:var(--admin-text-muted);line-height:1.4}.admin-invoice-preview{border:1px solid var(--admin-border);border-radius:8px;padding:.65rem .8rem;background:#fafbfc}.admin-invoice-preview__list{list-style:none;margin:.25rem 0 .4rem;padding:0}.admin-invoice-preview__list li{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;font-size:.8rem;padding:.3rem 0;border-bottom:1px solid rgba(15,30,51,.06)}.admin-invoice-preview__list li:last-child{border-bottom:0}.admin-placement-hero{background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:10px;padding:.85rem 1rem 1rem}.admin-placement-hero__back{display:inline-block;font-size:.75rem;color:var(--admin-text-muted);text-decoration:none;margin-bottom:.45rem;min-height:1.5rem;line-height:1.5rem}.admin-placement-hero__back:hover{color:var(--admin-accent,#2563eb);text-decoration:underline}.admin-placement-hero__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .75rem;margin-bottom:.65rem}.admin-placement-hero__name{font-size:1.35rem;font-weight:700;line-height:1.25;margin:0;color:var(--admin-text);word-break:break-word}.admin-placement-hero__ref{font-size:.72rem;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--admin-text-muted);background:rgba(15,30,51,.05);border-radius:4px;padding:.15rem .4rem;letter-spacing:.02em}.admin-placement-hero__meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.admin-placement-hero__meta li{display:flex;flex-direction:column;gap:.1rem;min-width:0}.admin-placement-hero__meta-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-muted)}.admin-placement-hero__meta-value{font-size:.875rem;color:var(--admin-text);word-break:break-word;text-decoration:none;min-height:1.4rem}a.admin-placement-hero__meta-value:hover{color:var(--admin-accent,#2563eb);text-decoration:underline}@media (min-width:768px){.admin-placement-hero{padding:1rem 1.15rem 1.1rem}.admin-placement-hero__name{font-size:1.5rem}.admin-placement-hero__meta{flex-direction:row;flex-wrap:wrap;gap:.75rem 1.75rem}.admin-placement-hero__meta li{max-width:20rem}}