.app-container{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.app-header{width:100%;background:#ffffffeb;border-bottom:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.app-nav{max-width:1240px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-nav a,.app-nav button{font-size:.95rem}.brand-link{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none}.brand-logo{height:42px;width:auto;object-fit:contain;transition:transform .25s ease,filter .25s ease}.brand-link:hover .brand-logo{transform:scale(1.02)}.brand-name{font-size:1.05rem;font-weight:900;color:var(--primary-pink);letter-spacing:.08em;text-transform:uppercase}.nav-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-link{color:var(--text-main);text-decoration:none;font-weight:600;transition:color .2s ease}.nav-link:hover{color:var(--primary-pink)}.header-cta-button{border-radius:999px;padding:.7rem 1.35rem;background:linear-gradient(135deg,var(--primary-pink),var(--accent-lavender));color:#fff;box-shadow:0 16px 32px #d970862e;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.header-cta-button:hover{transform:translateY(-1px);box-shadow:0 20px 44px #d9708638}.nav-button{background:#d970861a;color:var(--primary-pink);border-radius:999px;padding:.6rem 1rem}.nav-button:hover{background:#d9708629}.nav-button{background:transparent;border:1px solid rgba(217,112,134,.24);color:var(--text-main);padding:.65rem 1rem;border-radius:999px;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease}.nav-button:hover{transform:translateY(-1px);background-color:#d9708614}.main-content{flex:1;padding:2rem;max-width:1240px;margin:0 auto;width:100%;min-width:0}.btn-primary{display:inline-flex;background:linear-gradient(135deg,var(--primary-pink),var(--accent-lavender));color:#fff;padding:.75rem 1.5rem;font-weight:600;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;border-radius:14px;align-items:center;justify-content:center;min-height:44px;max-width:100%;text-align:center;white-space:normal}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}.btn-primary:hover:after{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px #d9708652}.btn-secondary{display:inline-flex;background-color:#ffffffbd;color:var(--primary-pink);border:1px solid rgba(217,112,134,.35);padding:.75rem 1.5rem;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;align-items:center;justify-content:center;min-height:44px;max-width:100%;text-align:center;white-space:normal}.btn-secondary:hover{background-color:var(--primary-pink);color:#fff;box-shadow:0 10px 22px #d9708638}.worker-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.dashboard-shell{display:flex;flex-direction:column;gap:1.25rem}.dashboard-back-row{display:flex}.dashboard-hero{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.8rem 2rem}.dashboard-hero-main{flex:1 1 420px;min-width:0}.dashboard-hero-meta{margin-top:.75rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.dashboard-phone-chip{display:inline-flex;align-items:center;gap:.5rem;background:#fff;padding:.25rem .75rem;border-radius:2rem;border:1px solid var(--border-color);font-size:.9rem;max-width:100%}.dashboard-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;justify-content:flex-end}.dashboard-quickbar{padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#ffffffdb}.dashboard-quickbar-summary{display:flex;flex-direction:column;gap:.18rem}.dashboard-quickbar-summary span{color:var(--text-muted);font-size:.9rem}.dashboard-quickbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr);gap:2rem;align-items:start}.dashboard-panel{padding:1.35rem;display:flex;flex-direction:column;gap:.9rem}.dashboard-services-panel{gap:1.25rem}.dashboard-services-header,.dashboard-editor-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard-service-list,.dashboard-side-column{display:flex;flex-direction:column;gap:1rem}.dashboard-side-column{gap:2rem}.dashboard-service-card{padding:.8rem;background:#fff;border-radius:14px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:.85rem;align-items:center}.dashboard-service-thumb{width:72px;height:72px;object-fit:cover;border-radius:10px}.dashboard-service-content{min-width:0}.dashboard-service-photo-row{display:flex;gap:.4rem;margin-top:.55rem;flex-wrap:wrap}.dashboard-service-actions{display:flex;flex-direction:column;gap:.5rem}.dashboard-portfolio-preview{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);gap:.75rem;align-items:stretch}.dashboard-portfolio-featured,.dashboard-portfolio-rail-item,.dashboard-portfolio-grid-item{position:relative}.dashboard-portfolio-featured img{width:100%;height:100%;min-height:220px;max-height:260px;object-fit:cover;border-radius:14px}.dashboard-portfolio-rail{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.dashboard-portfolio-rail-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.dashboard-portfolio-more-card{border-radius:12px;background:linear-gradient(180deg,#fffffffa,#faf5fff2);border:1px dashed rgba(217,112,134,.28);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.8rem;min-height:100px}.dashboard-portfolio-more-card strong{font-size:1.25rem}.dashboard-portfolio-more-card span{color:var(--text-muted);font-size:.82rem}.dashboard-portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.dashboard-image-remove{position:absolute;top:.35rem;right:.35rem;background:#ffffffeb;color:#b91c1c;border-radius:999px;padding:.35rem;line-height:0}.dashboard-image-remove-small{top:.25rem;right:.25rem;padding:.3rem}.dashboard-portfolio-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.dashboard-portfolio-summary>div{padding:.9rem 1rem;border-radius:14px;background:#ffffffe0;border:1px solid rgba(217,112,134,.1);display:flex;flex-direction:column;gap:.2rem}.dashboard-portfolio-summary strong{font-size:1.3rem}.dashboard-portfolio-summary span{color:var(--text-muted);font-size:.9rem}.dashboard-empty-state{padding:1.15rem 1.2rem;border-radius:16px;background:linear-gradient(180deg,#fffffffa,#faf5fff2);border:1px dashed rgba(217,112,134,.26);display:flex;flex-direction:column;gap:.65rem}.dashboard-empty-state p{margin:0;color:var(--text-muted);line-height:1.55}.dashboard-form-two-col{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.dashboard-service-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.dashboard-mini-overview{display:none;padding:.9rem 1rem;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-mini-stat{min-width:0;padding:.7rem .8rem;border-radius:14px;background:#ffffffe6;border:1px solid rgba(217,112,134,.1);display:flex;flex-direction:column;gap:.18rem}.dashboard-mini-stat span{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.dashboard-mini-stat strong{font-size:1rem}.brand-logo{height:72px;max-width:100%;object-fit:contain;transition:transform .3s ease,filter .3s ease}.brand-logo:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(217,112,134,.4))}@media(max-width:768px){.main-content{padding:1rem;width:100%;box-sizing:border-box}.dashboard-shell{gap:1.25rem}.dashboard-hero,.dashboard-panel{padding:1.2rem}.dashboard-quickbar{padding:.9rem;flex-direction:column;align-items:stretch}.dashboard-quickbar-actions,.dashboard-quickbar-actions .btn-primary,.dashboard-quickbar-actions .btn-secondary,.dashboard-hero-actions,.dashboard-hero-actions .btn-primary,.dashboard-hero-actions .btn-secondary,.dashboard-services-header .btn-primary,.dashboard-services-header .btn-secondary{width:100%}.dashboard-hero-actions{justify-content:stretch}.dashboard-service-card{grid-template-columns:1fr}.dashboard-service-thumb{width:100%;height:auto;aspect-ratio:16 / 9}.dashboard-service-actions{flex-direction:row;flex-wrap:wrap}.dashboard-service-actions .btn-secondary{flex:1 1 140px;justify-content:center}.dashboard-portfolio-grid{grid-template-columns:repeat(3,1fr)}.dashboard-portfolio-preview{grid-template-columns:1fr}.dashboard-portfolio-featured img{min-height:180px;max-height:220px}.dashboard-portfolio-summary,.dashboard-form-two-col{grid-template-columns:1fr}.dashboard-service-photo-grid{grid-template-columns:repeat(3,1fr)}.dashboard-mini-overview{display:grid}}@media(max-width:1100px){.dashboard-main-grid{grid-template-columns:1fr}}@media(max-width:560px){.dashboard-phone-chip{width:100%;justify-content:space-between}.dashboard-metric-card{padding:1.1rem;align-items:flex-start}.dashboard-portfolio-grid,.dashboard-service-photo-grid{grid-template-columns:repeat(2,1fr)}.dashboard-portfolio-rail{grid-template-columns:repeat(3,1fr)}.dashboard-mini-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.dashboard-hero-meta,.dashboard-service-actions{width:100%}.dashboard-portfolio-grid,.dashboard-service-photo-grid{grid-template-columns:1fr}.dashboard-portfolio-rail{grid-template-columns:repeat(2,1fr)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.hero-gradient-text{background:linear-gradient(135deg,#fff,#ffe4e6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 20px rgba(0,0,0,.2)}.floating-badge{animation:float 5s ease-in-out infinite;box-shadow:0 10px 30px #00000026}.overlap-search-bar{margin-top:-6rem;position:relative;z-index:10}.glass-btn-hover:hover{background:#fff3!important;transform:translateY(-2px)}@media(max-width:900px){.hidden-mobile{display:none!important}}.footer-container{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(217,112,134,.2);padding:4rem 2rem 1.5rem;margin-top:4rem}.footer-content{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-heading{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-main)}.footer-links,.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:var(--text-muted);transition:var(--transition)}.footer-links a:hover{color:var(--primary-pink);transform:translate(4px);display:inline-block}.footer-contact li{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);cursor:pointer;transition:var(--transition)}.footer-contact li:hover{color:var(--primary-pink)}.footer-bottom{max-width:1240px;margin:0 auto;border-top:1px solid rgba(222,199,203,.45);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:var(--text-muted);font-size:.9rem}.powered-by{font-weight:500;letter-spacing:.2px}@media(max-width:900px){.footer-content{grid-template-columns:1fr 1fr}.brand-column{grid-column:1 / -1}}@media(max-width:500px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.ad-banner-container{margin:1.5rem 0;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease,box-shadow .3s ease;color:#fff}.ad-banner-container:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000026}.ad-banner-wrapper{display:flex;align-items:center;height:80px}.ad-banner-image{height:100%;width:120px;flex-shrink:0;overflow:hidden}.ad-banner-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ad-banner-container:hover .ad-banner-image img{transform:scale(1.05)}.ad-banner-content{flex:1;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.ad-banner-text-group{display:flex;align-items:center;gap:.75rem}.ad-banner-badge{font-size:.65rem;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.2rem .6rem;border-radius:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700;border:1px solid rgba(255,255,255,.3)}.ad-banner-headline{margin:0;font-size:1.15rem;font-weight:800;white-space:nowrap}.ad-banner-divider{opacity:.5;font-size:1.2rem}.ad-banner-copy{margin:0;font-size:.95rem;font-weight:500;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.ad-banner-cta{background:#fff;color:var(--text-main);border:none;border-radius:100px;padding:.5rem 1.5rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.ad-banner-cta:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}@media(max-width:900px){.ad-banner-copy,.ad-banner-divider{display:none}}@media(max-width:600px){.ad-banner-wrapper{height:auto;flex-direction:column;padding-bottom:1.5rem}.ad-banner-image{width:100%;height:100px}.ad-banner-content{flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 0;width:100%}.ad-banner-text-group{flex-direction:column;text-align:center}.ad-banner-cta{width:100%}}.profile-hero{height:380px;width:100%;position:relative;overflow:hidden}.profile-cover-img{width:100%;height:100%;object-fit:cover}.profile-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#000000d9)}.profile-hero-content-wrapper{position:absolute;bottom:0;left:0;width:100%;padding:2.5rem 0;color:#fff}.profile-hero-content{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.profile-avatar-group{display:flex;align-items:flex-end;gap:1.5rem}.profile-avatar{width:140px;height:140px;border-radius:50%;border:4px solid white;object-fit:cover;box-shadow:var(--shadow-lg)}.profile-name{margin:0 0 .5rem;font-size:2.8rem;font-weight:800}.profile-location{margin:0;display:flex;align-items:center;gap:.5rem;font-size:1.1rem;opacity:.95}.profile-stats-group{display:flex;gap:.85rem;flex-wrap:wrap}.profile-stat-card{background:#ffffff24;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;padding:.85rem 1.25rem;min-width:150px;border:1px solid rgba(255,255,255,.2)}.profile-stat-label{display:flex;align-items:center;gap:.5rem;opacity:.8;font-size:.85rem;margin-bottom:.25rem}.profile-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:2rem;margin-top:2.5rem}@media(max-width:1024px){.profile-main-grid{grid-template-columns:1fr}}.profile-rating-stars{display:flex;justify-content:center;gap:.15rem!important;margin-bottom:.5rem}.profile-rating-stars button{padding:0!important;width:28px!important;height:28px!important;display:flex!important;align-items:center;justify-content:center}.service-row-mobile{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}@media(max-width:900px){.profile-hero{height:auto;min-height:480px}.profile-hero-content-wrapper{position:relative;background:var(--bg-main);color:var(--text-main);padding:2.5rem 1.25rem}.profile-hero-overlay{height:300px}.profile-hero-content{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;justify-content:center}.profile-avatar-group{flex-direction:column;align-items:center;width:100%;margin-top:-80px;text-align:center;gap:1rem}.profile-avatar{width:120px;height:120px}.profile-name{font-size:2.2rem}.profile-stats-group{width:100%;justify-content:center;margin-top:1.5rem;gap:.75rem}.profile-stat-card{background:#fff;border:1px solid var(--border-color);color:var(--text-main);flex:1 1 140px;min-width:0}.profile-stat-label{color:var(--text-muted)}}.header-wrapper{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(217,112,134,.15);position:sticky;top:0;z-index:100;box-shadow:0 4px 12px #00000008}.header-container{max-width:1240px;margin:0 auto;width:100%;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-menu{display:flex;gap:1.5rem;align-items:center}@media(max-width:600px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{width:100%;justify-content:space-between;gap:.5rem}.nav-menu a{flex:1;text-align:center;font-size:.9rem}.nav-menu .btn-primary{padding:.5rem .8rem;font-size:.85rem}}html,body{overflow-x:hidden;width:100%;position:relative}#root{overflow-x:hidden;width:100%}.admin-app:before,.admin-app:after{display:none}.admin-loading-screen,.admin-auth-shell,.admin-shell{min-height:100vh;background:#f2f2f2;color:#50505c}.admin-loading-screen{display:grid;place-items:center;padding:1.25rem}.admin-loading-card{width:min(100%,360px);padding:2rem;border-radius:8px;background:#fff;box-shadow:0 8px 26px #20222c1f;text-align:center;color:#4d51bd}.admin-loading-card h2{margin:1rem 0 0;color:#4f5363;font-size:1.1rem}.admin-auth-shell{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);align-items:stretch}.admin-auth-brand{background:#5054bd;color:#fff;padding:clamp(2rem,5vw,4.25rem);display:flex;flex-direction:column;justify-content:center;gap:1.1rem}.admin-brand-mark{width:54px;height:54px;border-radius:8px;display:grid;place-items:center;background:#fff;color:#5054bd;font-size:1.5rem;font-weight:800}.admin-auth-brand h1,.admin-auth-brand p{margin:0}.admin-auth-brand h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1}.admin-auth-brand p{opacity:.72;letter-spacing:.42em;text-transform:uppercase;font-size:.7rem}.admin-auth-stats{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.24);display:grid;gap:.5rem}.admin-auth-stats span{color:#ffb347;font-weight:700}.admin-auth-stats strong{max-width:420px;font-size:clamp(1.25rem,3vw,2rem);line-height:1.25}.admin-auth-card{align-self:center;justify-self:center;width:min(100% - 2rem,460px);margin:2rem 0;padding:clamp(1.25rem,4vw,2rem);border-radius:8px;background:#fff;box-shadow:0 16px 45px #22233624}.admin-auth-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:8px;background:#f2f3ff;color:#5054bd;margin-bottom:1rem}.admin-auth-card h2{margin:0;color:#424455}.admin-auth-card p{margin:.45rem 0 1.35rem;color:#777b8c}.admin-auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:1.25rem;padding:.35rem;border-radius:8px;background:#f4f5fb}.admin-auth-tabs button{min-height:42px;border-radius:6px;background:transparent;color:#666a7d;font-weight:700}.admin-auth-tabs button.is-active{background:#5054bd;color:#fff}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-form label,.admin-form-grid label{display:flex;flex-direction:column;gap:.42rem;min-width:0}.admin-form label span,.admin-form-grid label span{color:#5e6170;font-size:.86rem;font-weight:700}.admin-form input,.admin-form textarea,.admin-form select{width:100%;border-radius:6px;border:1px solid #dfe2ec;background:#fff;box-shadow:none}.admin-form textarea{resize:vertical}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-telegram-card{display:grid;gap:.85rem;padding:.95rem;border:1px solid #e2e5ef;border-radius:8px;background:#fbfbfd}.admin-telegram-card div:first-child{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.admin-telegram-card strong{color:#4d5061}.admin-telegram-card span{color:#777b8c;font-size:.88rem}.admin-auth-button-row,.admin-heading-actions,.admin-modal-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-action-primary,.admin-action-secondary,.admin-action-danger,.admin-mini-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border-radius:6px;padding:.65rem 1rem;font-weight:700;line-height:1;white-space:nowrap}.admin-action-primary{background:#2f83bd;color:#fff;box-shadow:0 7px 16px #2f83bd33}.admin-action-primary:hover{background:#2673a8}.admin-action-secondary{background:#fff;color:#4e55b8;border:1px solid #d9ddec}.admin-action-secondary:hover{border-color:#5054bd;color:#3f43a5}.admin-action-danger{background:#de514b;color:#fff}.admin-action-danger:hover{background:#c7433e}.admin-action-primary.compact,.admin-action-secondary.compact,.admin-action-danger.compact{min-height:32px;padding:.48rem .72rem;font-size:.78rem}.admin-action-primary:disabled,.admin-action-secondary:disabled,.admin-action-danger:disabled,.admin-mini-button:disabled{cursor:not-allowed;opacity:.58}.admin-inline-alert,.admin-alert{border-radius:6px;background:#fff6eb;color:#a1561b;border:1px solid #ffd7ad}.admin-inline-alert{padding:.7rem .85rem;font-size:.9rem}.admin-alert{padding:.9rem 1rem}.admin-shell{display:grid;grid-template-columns:244px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;background:#5054bd;color:#fff;z-index:40;box-shadow:6px 0 18px #2b2e5f24}.admin-sidebar-brand{min-height:74px;display:grid;place-items:center;gap:.18rem;padding:1rem;background:#5f63c9;text-align:center}.admin-sidebar-brand strong{font-size:1.2rem}.admin-sidebar-brand span{font-size:.62rem;letter-spacing:.44em;text-transform:uppercase;opacity:.82}.admin-sidebar-nav{display:flex;flex-direction:column;padding:1.15rem 0}.admin-sidebar-nav button{width:100%;min-height:52px;padding:0 1rem;display:grid;grid-template-columns:22px minmax(0,1fr) 16px;align-items:center;gap:.7rem;border-radius:0;background:transparent;color:#ffffffe6;text-align:left;font-weight:700}.admin-sidebar-nav button span{overflow:hidden;text-overflow:ellipsis}.admin-sidebar-nav button svg:last-child{opacity:.75;transform:rotate(-90deg)}.admin-sidebar-nav button:hover,.admin-sidebar-nav button.is-active{background:#282b7857;color:#fff}.admin-sidebar-nav button.is-active{box-shadow:inset 4px 0 #ffb347}.admin-main{min-width:0;display:flex;flex-direction:column}.admin-topbar{min-height:64px;display:flex;align-items:center;gap:.9rem;padding:0 1.25rem;background:#fff;border-bottom:1px solid #dedfe5;box-shadow:0 2px 8px #282a370f;position:sticky;top:0;z-index:30}.admin-topbar-spacer{flex:1}.admin-menu-button,.admin-icon-button,.admin-icon-only{width:42px;height:42px;display:grid;place-items:center;border-radius:6px;background:#fff;color:#585b6b;border:1px solid #e4e6ed}.admin-menu-button{display:none}.admin-icon-button{position:relative}.admin-icon-button span{position:absolute;top:4px;right:3px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#ec3d6b;color:#fff;font-size:.65rem;font-weight:800;padding:0 .2rem}.admin-profile-chip{display:flex;align-items:center;gap:.72rem;min-height:52px;padding-left:1rem;border-left:1px solid #e5e6ec}.admin-profile-avatar{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(90deg,transparent 50%,#ff9f2f 50%),linear-gradient(0deg,#4f63df 50%,#ffd057 50%)}.admin-profile-chip strong,.admin-profile-chip span{display:block}.admin-profile-chip strong{color:#ec4d4d;font-size:.9rem}.admin-profile-chip span{color:#777b8c;font-size:.73rem}.admin-content{padding:clamp(1rem,2.3vw,1.75rem);display:flex;flex-direction:column;gap:1.25rem}.admin-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-page-heading span,.admin-modal-header span{color:#858894;text-transform:uppercase;font-size:.72rem;font-weight:800}.admin-page-heading h1{margin:.28rem 0 0;color:#e26f2f;font-size:clamp(1.5rem,3vw,2rem);line-height:1.15}.admin-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:1rem}.admin-summary-card{display:flex;align-items:center;gap:.85rem;min-height:96px;padding:1rem;border-radius:8px;background:#fff;border:1px solid #e2e3e8;box-shadow:0 5px 16px #22232d0f}.admin-summary-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#eef0ff}.admin-summary-card strong,.admin-summary-card span{display:block}.admin-summary-card strong{color:#3e4050;font-size:1.55rem;line-height:1}.admin-summary-card span{margin-top:.3rem;color:#737685;font-size:.86rem}.tone-blue .admin-summary-icon{color:#2f83bd;background:#e7f3fc}.tone-orange .admin-summary-icon{color:#e26f2f;background:#fff1e8}.tone-green .admin-summary-icon{color:#1f996a;background:#e8f8f1}.tone-slate .admin-summary-icon{color:#5c6680;background:#eef1f6}.tone-red .admin-summary-icon{color:#cf4742;background:#fff0ef}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.25rem;align-items:start}.admin-panel{min-width:0;border-radius:4px;background:#fff;border:1px solid #dedfe5;box-shadow:0 5px 18px #22232d12}.admin-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.35rem 0}.admin-panel-header h2,.admin-panel-header p{margin:0}.admin-panel-header h2{color:#666a78;font-size:1.15rem}.admin-panel-header p{margin-top:.3rem;color:#8a8d9a;font-size:.9rem}.admin-filter-bar{display:flex;align-items:center;gap:.75rem;padding:1rem 1.35rem;flex-wrap:wrap}.admin-search-field{flex:1 1 300px;min-height:42px;display:flex;align-items:center;gap:.55rem;padding:0 .8rem;border:1px solid #dfe2ec;border-radius:6px;color:#858894;background:#fff}.admin-search-field input{width:100%;min-width:0;border:0;border-radius:0;padding:0;box-shadow:none}.admin-search-field input:focus{outline:0;box-shadow:none}.admin-filter-bar select{min-height:42px;min-width:180px;border-radius:6px;border:1px solid #dfe2ec;box-shadow:none;background:#fff}.admin-table-wrap{width:100%;overflow-x:auto;padding:0 1.35rem 1.35rem}.admin-table{width:100%;min-width:980px;border-collapse:collapse;border:1px solid #e1e2e7;font-size:.9rem}.admin-table th,.admin-table td{border:1px solid #e5e6eb;padding:.8rem;vertical-align:middle;text-align:left}.admin-table th{color:#5d6070;background:#fbfbfd;font-weight:800}.admin-table tbody tr:hover{background:#fafbff}.admin-table small{display:block;margin-top:.35rem;color:#818591;font-size:.76rem}.admin-pro-cell{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:.65rem;min-width:200px}.admin-pro-cell img,.admin-pending-item img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#eef0f6}.admin-pro-cell strong,.admin-pro-cell span,.admin-pro-cell em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.admin-pro-cell strong{color:#4c4f5e}.admin-pro-cell span{margin-top:.18rem;color:#777b8c;font-size:.8rem}.admin-pro-cell em{margin-top:.18rem;color:#9a6a2d;font-size:.76rem;font-style:normal}.admin-contact-cell{display:grid;gap:.4rem}.admin-contact-cell span{display:inline-flex;align-items:center;gap:.35rem;color:#666a78}.admin-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border-radius:999px;padding:.28rem .65rem;font-size:.74rem;font-weight:800;text-transform:capitalize}.status-approved{color:#177a53;background:#e7f8ef}.status-pending{color:#a55b13;background:#fff0df}.status-inactive{color:#576075;background:#eef1f6}.status-declined{color:#b73c38;background:#fff0ef}.admin-date-field{display:flex;align-items:center;gap:.42rem;color:#777b8c}.admin-date-field input{width:142px;min-height:34px;padding:.42rem .5rem;border-radius:6px;border:1px solid #dfe2ec;box-shadow:none}.admin-table textarea{width:min(100%,210px);min-width:170px;resize:vertical;border-radius:6px;border:1px solid #dfe2ec;box-shadow:none}.admin-action-stack{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;min-width:170px}.admin-side-panel{position:sticky;top:84px}.admin-pending-list{display:grid;gap:.75rem;padding:1rem 1.35rem 1.35rem}.admin-pending-item{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:.72rem;padding:.75rem;border-radius:8px;border:1px solid #e5e6eb}.admin-pending-item strong,.admin-pending-item span{display:block}.admin-pending-item strong{color:#4d5060}.admin-pending-item span{margin-top:.2rem;color:#858894;font-size:.78rem}.admin-mini-button{min-height:30px;padding:.42rem .62rem;background:#2f83bd;color:#fff;font-size:.74rem}.admin-empty-state{padding:1.2rem;color:#858894;text-align:center}.admin-empty-state.compact{border:1px dashed #dfe2ec;border-radius:8px;padding:.9rem}.admin-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#1c1e2a85}.admin-modal{width:min(100%,620px);max-height:min(92vh,760px);overflow-y:auto;padding:clamp(1rem,3vw,1.45rem);border-radius:8px;background:#fff;box-shadow:0 24px 70px #0a0c1940}.admin-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.admin-modal-header h2{margin:.25rem 0 0;color:#4b4e5f;font-size:1.3rem}.admin-modal-actions{justify-content:flex-end;margin-top:.5rem}.admin-sidebar-scrim{display:none}@media(max-width:1180px){.admin-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr}.admin-side-panel{position:static}}@media(max-width:900px){.admin-auth-shell{grid-template-columns:1fr}.admin-auth-brand{min-height:auto;padding:2rem 1.25rem}.admin-auth-stats{margin-top:1rem;padding-top:1rem}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:min(84vw,280px);transform:translate(-100%);transition:transform .24s ease}.admin-sidebar.is-open{transform:translate(0)}.admin-sidebar-scrim{display:block;position:fixed;inset:0;z-index:35;border-radius:0;background:#1416267a}.admin-menu-button{display:grid}.admin-topbar{min-height:58px}.admin-profile-chip{padding-left:.65rem}.admin-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.admin-content{padding:.85rem}.admin-page-heading,.admin-panel-header,.admin-filter-bar{align-items:stretch}.admin-heading-actions,.admin-heading-actions .admin-action-primary,.admin-heading-actions .admin-action-secondary,.admin-filter-bar select,.admin-panel-header .admin-action-secondary{width:100%}.admin-summary-grid{grid-template-columns:1fr}.admin-panel-header{flex-direction:column}.admin-table-wrap{overflow:visible}.admin-table,.admin-table thead,.admin-table tbody,.admin-table tr,.admin-table th,.admin-table td{display:block}.admin-table{min-width:0;border:0}.admin-table thead{display:none}.admin-table tbody{display:grid;gap:.9rem}.admin-table tr{border:1px solid #e1e2e7;border-radius:8px;background:#fff;overflow:hidden}.admin-table td{display:grid;grid-template-columns:112px minmax(0,1fr);gap:.75rem;border:0;border-bottom:1px solid #eef0f4;padding:.85rem}.admin-table td:last-child{border-bottom:0}.admin-table td:before{content:attr(data-label);color:#8a8d9a;font-weight:800;font-size:.78rem}.admin-pro-cell,.admin-action-stack{min-width:0}.admin-table textarea,.admin-date-field input{width:100%;min-width:0}}@media(max-width:560px){.admin-topbar{padding:0 .75rem}.admin-profile-chip div:not(.admin-profile-avatar),.admin-profile-chip svg{display:none}.admin-action-primary,.admin-action-secondary,.admin-action-danger{width:100%;white-space:normal;line-height:1.2}.admin-action-primary.compact,.admin-action-secondary.compact,.admin-action-danger.compact{width:auto;flex:1 1 118px}.admin-form-grid,.admin-table td{grid-template-columns:1fr}.admin-pending-item{grid-template-columns:40px minmax(0,1fr)}.admin-pending-item .admin-mini-button{grid-column:1 / -1;width:100%}.admin-auth-button-row .admin-action-secondary,.admin-modal-actions .admin-action-primary,.admin-modal-actions .admin-action-secondary{width:100%}}.admin-loading-screen,.admin-auth-shell,.admin-shell{--admin-purple: #4f51bd;--admin-purple-dark: #4446ab;--admin-purple-soft: #6264cd;--admin-orange: #f0782b;--admin-blue: #337ab7;--admin-red: #d9534f;--admin-green: #5cb85c;--admin-line: #e5e5e5;--admin-text: #555555;--admin-muted: #777777;font-family:Arial,Segoe UI,sans-serif;background:#f3f3f3;color:var(--admin-text)}.admin-auth-brand{background:var(--admin-purple)}.admin-brand-mark{width:auto;height:auto;border-radius:0;background:transparent;color:#fff;font-size:1.35rem;letter-spacing:0}.admin-auth-brand h1,.admin-auth-brand p,.admin-auth-stats strong{font-family:Arial,Segoe UI,sans-serif}.admin-auth-brand p,.admin-sidebar-brand span{letter-spacing:.5em}.admin-auth-card,.admin-loading-card,.admin-panel,.admin-summary-card,.admin-modal{border-radius:0;box-shadow:0 1px 4px #0000001f}.admin-auth-tabs,.admin-auth-tabs button,.admin-telegram-card,.admin-form input,.admin-form textarea,.admin-form select,.admin-action-primary,.admin-action-secondary,.admin-action-danger,.admin-mini-button,.admin-menu-button,.admin-icon-button,.admin-icon-only,.admin-search-field,.admin-filter-bar select,.admin-date-field input,.admin-table textarea,.admin-status-pill{border-radius:3px}.admin-shell{grid-template-columns:206px minmax(0,1fr);min-height:100vh}.admin-sidebar{background:var(--admin-purple);box-shadow:none}.admin-sidebar-brand{min-height:64px;background:var(--admin-purple-soft);padding:.75rem 1rem;align-content:center}.admin-sidebar-brand strong{color:#fff;font-size:1.1rem;line-height:1}.admin-sidebar-brand span{margin-top:.25rem;color:#ffffffc7;font-size:.55rem;text-transform:none}.admin-sidebar-nav{padding:.85rem 0 0}.admin-sidebar-nav button{min-height:48px;padding:0 .9rem;grid-template-columns:18px minmax(0,1fr) 12px;gap:.75rem;color:#ffffffe6;font-size:.82rem;font-weight:700}.admin-sidebar-nav button:hover,.admin-sidebar-nav button.is-active{background:transparent;color:#fff}.admin-sidebar-nav button.is-active{color:#ffb347;box-shadow:none}.admin-sidebar-nav button.is-active svg:first-child{color:#ffb347}.admin-sidebar-nav button svg:last-child{transform:rotate(-90deg);opacity:.7}.admin-main{background:#f3f3f3}.admin-topbar{min-height:64px;padding:0 1rem;border-bottom:1px solid #d9d9d9;box-shadow:0 1px 5px #00000029}.admin-menu-button{display:grid;width:46px;height:46px;border:0;color:#555}.admin-icon-button,.admin-icon-only{border:0}.admin-icon-button span{background:#e72f63}.admin-profile-chip strong{color:#ef5350;font-size:.82rem}.admin-profile-chip span{color:#777;font-size:.68rem}.admin-content{padding:1.65rem 1.55rem 1rem;gap:1.35rem}.admin-page-heading h1{margin:0;color:var(--admin-orange);font-family:Arial,Segoe UI,sans-serif;font-size:1.8rem;font-weight:500}.admin-page-heading span{display:none}.admin-heading-actions{margin-left:auto}.admin-action-primary,.admin-mini-button{background:var(--admin-blue);box-shadow:none}.admin-action-primary:hover,.admin-mini-button:hover{background:#286090}.admin-action-danger{background:var(--admin-red)}.admin-action-danger:hover{background:#c9302c}.admin-action-secondary{background:#fff;color:var(--admin-blue);border:1px solid #d9d9d9}.admin-action-secondary:hover{color:#23527c;border-color:#adadad}.admin-action-primary,.admin-action-secondary,.admin-action-danger,.admin-mini-button{min-height:32px;padding:.52rem .78rem;font-size:.78rem}.admin-summary-grid{grid-template-columns:repeat(5,minmax(128px,1fr));gap:.9rem}.admin-summary-card{min-height:78px;padding:.9rem 1rem;border:1px solid var(--admin-line);background:#fff}.admin-summary-icon{width:36px;height:36px;border-radius:3px}.admin-summary-card strong{color:#414141;font-size:1.35rem;font-weight:700}.admin-summary-card span{color:var(--admin-muted);font-size:.82rem}.admin-dashboard-grid{grid-template-columns:1fr}.admin-analytics-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1rem;align-items:start}.admin-analytics-panel:last-child{grid-column:1 / -1}.admin-mini-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:1rem 1.55rem 0}.admin-mini-metrics div{border:1px solid #dddddd;background:#fbfbfb;padding:.8rem}.admin-mini-metrics strong,.admin-mini-metrics span{display:block}.admin-mini-metrics strong{color:#414141;font-size:1.25rem}.admin-mini-metrics span{margin-top:.25rem;color:#777;font-size:.78rem}.admin-list-table,.admin-pro-activity-list,.admin-activity-feed{padding:1rem 1.55rem 1.55rem}.admin-list-table{display:grid;gap:.5rem}.admin-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;border:1px solid #dddddd;padding:.65rem .75rem}.admin-list-row span{min-width:0;overflow:hidden;color:#555;text-overflow:ellipsis;white-space:nowrap}.admin-list-row strong{color:#337ab7;font-size:.82rem}.admin-pro-activity-list{display:grid;gap:.55rem}.admin-pro-activity-row{display:grid;grid-template-columns:minmax(150px,1fr) repeat(3,minmax(58px,auto)) minmax(82px,auto);gap:.75rem;align-items:center;border:1px solid #dddddd;padding:.72rem .75rem}.admin-pro-activity-row strong,.admin-pro-activity-row span,.admin-pro-activity-row em{display:block}.admin-pro-activity-row strong{color:#414141;font-size:.9rem}.admin-pro-activity-row span,.admin-pro-activity-row em{color:#777;font-size:.76rem;font-style:normal}.admin-activity-feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin-activity-item{display:grid;grid-template-columns:32px minmax(0,1fr);gap:.65rem;align-items:center;border:1px solid #dddddd;padding:.68rem .75rem}.admin-activity-icon{width:32px;height:32px;display:grid;place-items:center;color:#337ab7;background:#e7f3fc}.admin-activity-item strong,.admin-activity-item span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-activity-item strong{color:#414141;font-size:.86rem}.admin-activity-item span{margin-top:.2rem;color:#777;font-size:.76rem}.admin-side-panel{display:none}.admin-panel{border:1px solid #d8d8d8;background:#fff}.admin-panel-header{align-items:center;padding:1.45rem 1.55rem 0}.admin-panel-header h2{color:#777;font-family:Arial,Segoe UI,sans-serif;font-size:1.2rem;font-weight:500}.admin-panel-header p{color:#888}.admin-filter-bar{padding:1rem 1.55rem}.admin-search-field,.admin-filter-bar select{border-color:#d9d9d9}.admin-table-wrap{padding:0 1.55rem 1.55rem}.admin-table{min-width:1030px;border-color:#ddd;color:#555;font-size:.84rem}.admin-table th,.admin-table td{border-color:#ddd;padding:.72rem .78rem}.admin-table th{background:#fff;color:#555;font-weight:700}.admin-table tbody tr:hover{background:#fafafa}.admin-pro-cell{grid-template-columns:36px minmax(0,1fr);min-width:188px}.admin-pro-cell img{width:36px;height:36px;border-radius:3px}.admin-pro-cell strong{color:#4d4d4d}.admin-pro-cell span,.admin-pro-cell em,.admin-contact-cell span,.admin-table small{color:#666}.admin-status-pill{min-height:24px;padding:.22rem .54rem}.status-approved{color:#3c763d;background:#dff0d8}.status-pending{color:#8a6d3b;background:#fcf8e3}.status-inactive{color:#555;background:#eee}.status-declined{color:#a94442;background:#f2dede}.admin-date-field input,.admin-table textarea{border-color:#d9d9d9}.admin-alert,.admin-inline-alert{border-radius:0}.admin-modal-header h2{font-family:Arial,Segoe UI,sans-serif;color:var(--admin-orange);font-weight:500}@media(max-width:1180px){.admin-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{width:min(84vw,240px)}.admin-topbar{min-height:58px}.admin-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-grid{grid-template-columns:1fr}.admin-analytics-panel:last-child{grid-column:auto}.admin-activity-feed{grid-template-columns:1fr}}@media(max-width:720px){.admin-content{padding:1rem .85rem}.admin-table{min-width:0}.admin-table th,.admin-table td{padding:.85rem}.admin-mini-metrics,.admin-pro-activity-row{grid-template-columns:1fr}}@media(max-width:560px){.admin-summary-grid{grid-template-columns:1fr}}@media(min-width:721px){.admin-shell{grid-template-columns:206px minmax(0,1fr)}.admin-sidebar{position:sticky;inset:0 auto auto;width:auto;transform:none}.admin-sidebar-scrim{display:none}}.admin-loading-screen,.admin-auth-shell,.admin-shell{--admin-pink: var(--primary-pink);--admin-pink-hover: var(--primary-pink-hover);--admin-lavender: var(--accent-lavender);--admin-peach: var(--accent-peach);--admin-nude: var(--secondary-nude);--admin-gold: var(--accent-gold);--admin-line: rgba(222, 199, 203, .58);--admin-text: var(--text-main);--admin-muted: var(--text-muted);font-family:var(--font-family);background:linear-gradient(135deg,#fff8f3f5,#fff1f4f0),var(--bg-color);color:var(--admin-text)}.admin-auth-brand{background:linear-gradient(160deg,#d97086f5,#ddb892e6),var(--primary-pink)}.admin-brand-mark{width:132px;padding:.35rem .5rem;border-radius:8px;background:#ffffffeb}.admin-brand-mark img{display:block;width:100%;height:auto;max-height:72px;object-fit:contain}.admin-auth-brand h1,.admin-auth-brand p,.admin-auth-stats strong,.admin-page-heading h1,.admin-panel-header h2,.admin-modal-header h2{font-family:var(--font-display);color:inherit}.admin-auth-brand h1{color:#fff}.admin-auth-brand p,.admin-sidebar-brand span{letter-spacing:.34em}.admin-auth-stats span,.admin-sidebar-nav button.is-active,.admin-sidebar-nav button.is-active svg:first-child{color:#fff0c7}.admin-auth-card,.admin-loading-card,.admin-panel,.admin-summary-card,.admin-modal{border-radius:8px;border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow-md)}.admin-auth-tabs,.admin-auth-tabs button,.admin-telegram-card,.admin-form input,.admin-form textarea,.admin-form select,.admin-action-primary,.admin-action-secondary,.admin-action-danger,.admin-mini-button,.admin-menu-button,.admin-icon-button,.admin-icon-only,.admin-search-field,.admin-filter-bar select,.admin-date-field input,.admin-table textarea,.admin-status-pill{border-radius:8px}.admin-shell{grid-template-columns:226px minmax(0,1fr)}.admin-sidebar{background:linear-gradient(180deg,#d97086fa,#c489adfa,#9378c4f5),var(--primary-pink)}.admin-sidebar-brand{min-height:96px;background:#ffffff1f;border-bottom:1px solid rgba(255,255,255,.2)}.admin-sidebar-brand img{width:92px;max-height:52px;object-fit:contain;padding:.18rem .35rem;border-radius:8px;background:#ffffffeb}.admin-sidebar-brand strong{margin-top:.35rem;color:#fff;font-family:var(--font-display)}.admin-sidebar-brand span{color:#ffffffc7}.admin-sidebar-nav button{color:#ffffffed;font-family:var(--font-family)}.admin-sidebar-nav button:hover,.admin-sidebar-nav button.is-active{background:#ffffff21}.admin-main{background:radial-gradient(circle at top right,rgba(239,229,255,.72),transparent 26%),linear-gradient(135deg,#fff8f3fa,#fff1f4f5)}.admin-topbar{background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(222,199,203,.52)}.admin-menu-button,.admin-icon-button,.admin-icon-only{color:var(--admin-pink);border:1px solid rgba(217,112,134,.18);background:#ffffffdb}.admin-icon-button span{background:#ec3d6b}.admin-profile-avatar{background:linear-gradient(90deg,transparent 50%,var(--admin-nude) 50%),linear-gradient(0deg,var(--admin-pink) 50%,var(--admin-lavender) 50%)}.admin-profile-chip strong{color:var(--admin-pink)}.admin-profile-chip span,.admin-panel-header p,.admin-summary-card span,.admin-mini-metrics span,.admin-pro-cell span,.admin-contact-cell span,.admin-table small,.admin-pro-activity-row span,.admin-pro-activity-row em,.admin-activity-item span{color:var(--admin-muted)}.admin-page-heading h1,.admin-modal-header h2{color:var(--admin-pink)}.admin-action-primary,.admin-mini-button{background:linear-gradient(135deg,var(--admin-pink),#c489ad);color:#fff}.admin-action-primary:hover,.admin-mini-button:hover{background:linear-gradient(135deg,var(--admin-pink-hover),#b77da0)}.admin-action-secondary{background:#ffffffe0;color:var(--admin-pink);border:1px solid rgba(217,112,134,.32)}.admin-action-secondary:hover{color:#fff;border-color:var(--admin-pink);background:var(--admin-pink)}.admin-action-danger{background:#d45c66}.admin-action-danger:hover{background:#bd4e58}.admin-summary-card,.admin-panel,.admin-auth-card,.admin-modal{background:#ffffffe6}.admin-summary-icon{border-radius:8px}.tone-blue .admin-summary-icon,.tone-slate .admin-summary-icon{color:var(--admin-pink);background:#efe5ffb8}.tone-orange .admin-summary-icon{color:#a96a26;background:#f9d8c6b8}.tone-green .admin-summary-icon{color:#20755a;background:#d9f2e7b8}.tone-red .admin-summary-icon{color:#c85260;background:#ffebeee6}.admin-summary-card strong,.admin-mini-metrics strong,.admin-list-row strong,.admin-pro-activity-row strong,.admin-activity-item strong,.admin-pro-cell strong{color:var(--admin-text)}.admin-panel,.admin-table,.admin-table th,.admin-table td,.admin-mini-metrics div,.admin-list-row,.admin-pro-activity-row,.admin-activity-item{border-color:var(--admin-line)}.admin-table th{background:#fff8faeb;color:var(--admin-text)}.admin-table tbody tr:hover{background:#fff8fab3}.admin-pro-cell em,.admin-list-row strong{color:var(--admin-gold)}.admin-search-field,.admin-filter-bar select,.admin-date-field input,.admin-table textarea,.admin-form input,.admin-form textarea,.admin-form select{border-color:var(--admin-line);background:#fffffff0}.admin-activity-icon{color:var(--admin-pink);background:#efe5ffb8}.status-approved{color:#20755a;background:#e6f6ef}.status-pending{color:#9a651f;background:#fff1e4}.status-inactive{color:#74656f;background:#f2eef4}.status-declined{color:#b94954;background:#fdecee}.admin-alert,.admin-inline-alert{border-color:#c79b4352;background:#fffaeaf2;color:#8a641d}@media(min-width:721px){.admin-shell{grid-template-columns:226px minmax(0,1fr)}}.hero-gradient-text{font-size:4.2rem}#discover-section{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))!important}@media(max-width:768px){.brand-logo{height:54px}.home-hero{min-height:auto!important}.hero-content-wrapper{padding-top:4rem!important;padding-bottom:5rem!important}.hero-gradient-text{font-size:2.35rem!important;line-height:1.08!important}.overlap-search-bar{margin-top:-3rem}.home-search-panel{padding:1rem!important;border-radius:16px!important}.home-filter-row{margin-inline:-.25rem;padding-inline:.25rem;scrollbar-width:thin}#discover-section{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))!important;gap:1.25rem!important;min-height:0!important}.signup-choice-grid{grid-template-columns:1fr!important;gap:1rem!important}.signup-choice-card,.signup-panel{padding:1.25rem!important}.signup-auth-toggle,.admin-auth-button-row,.admin-modal-actions{flex-direction:column;align-items:stretch!important}.signup-auth-toggle>button,.signup-panel .btn-primary,.signup-panel .btn-secondary,.signup-choice-card .btn-primary{width:100%}.signup-category-list label{flex:1 1 100%}.signup-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.settings-page{gap:1rem!important}.settings-nav-panel,.settings-detail-panel{flex:1 1 100%!important;width:100%;padding:1rem!important}.settings-nav-panel button,.settings-detail-panel .btn-primary,.settings-detail-panel .btn-secondary{width:100%}.settings-avatar-row{flex-direction:column;align-items:stretch!important}.settings-detail-panel h2{font-size:1.35rem!important}.profile-main-grid .glass-panel{padding:1rem!important}.profile-name{overflow-wrap:anywhere}.dashboard-expiry-modal{padding:1.35rem!important}.footer-container{padding:2.5rem 1rem 1.25rem;margin-top:2rem}.footer-contact a,.footer-bottom p{overflow-wrap:anywhere}.ad-banner-headline{white-space:normal;text-align:center}.ad-banner-content{padding-inline:1rem}}@media(max-width:600px){.main-content{padding:.85rem}.nav-menu{align-items:stretch}.nav-menu a{display:inline-flex;min-height:42px;align-items:center;justify-content:center}.profile-hero{min-height:0}.profile-cover-img{display:block;height:240px}.profile-hero-overlay{height:240px}.profile-hero-content-wrapper{padding:1.5rem .85rem;background:var(--bg-color)}.profile-avatar-group{margin-top:-64px}.profile-avatar{width:108px;height:108px}.profile-name{font-size:1.8rem}.profile-location{justify-content:center;flex-wrap:wrap}.profile-stats-group{gap:.6rem}.profile-stat-card{flex:1 1 100%;padding:.8rem .9rem}.profile-main-grid{gap:1rem;margin-top:1rem}.admin-auth-card{width:calc(100% - 1rem);margin:1rem 0}.admin-auth-brand{padding:1.4rem 1rem!important}.admin-auth-brand h1{font-size:2rem}.admin-auth-stats strong{font-size:1.15rem}.admin-page-heading h1{font-size:1.45rem}.admin-panel-header,.admin-filter-bar,.admin-table-wrap,.admin-list-table,.admin-pro-activity-list,.admin-activity-feed,.admin-mini-metrics{padding-inline:.9rem}.admin-summary-card,.admin-pro-activity-row,.admin-activity-item,.admin-list-row{min-width:0}.admin-list-row{grid-template-columns:1fr}.admin-list-row span,.admin-activity-item strong,.admin-activity-item span{white-space:normal}.admin-action-stack{width:100%}}@media(max-width:380px){.hero-gradient-text{font-size:2rem!important}.dashboard-mini-overview{grid-template-columns:1fr}.admin-topbar{gap:.55rem}.admin-menu-button,.admin-icon-button,.admin-icon-only{width:38px;height:38px}}@media(max-width:900px){.admin-shell{grid-template-columns:1fr!important}.admin-sidebar{position:fixed!important;inset:0 auto 0 0;width:min(84vw,280px)!important;transform:translate(-100%)!important}.admin-sidebar.is-open{transform:translate(0)!important}.admin-sidebar-scrim{display:block}.admin-menu-button{display:grid!important}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #d970864d}50%{box-shadow:0 0 30px #d9708680}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-primary{background:linear-gradient(135deg,var(--primary-pink),var(--accent-lavender));background-size:200% 200%;animation:gradient-shift 3s ease infinite;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.btn-primary:hover{animation-duration:1s;transform:translateY(-2px) scale(1.02)}.floating-badge{animation:float 3s ease-in-out infinite}.hero-gradient-text{background:linear-gradient(135deg,#fff,#f8f9ff,#ffe5f5,#fff,#f0f8ff);background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 4s ease infinite}.glass-panel{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;position:relative;overflow:hidden}.glass-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary-pink),var(--accent-lavender),var(--primary-pink));opacity:.6}.worker-card{transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.worker-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.worker-card img{transition:transform .3s ease}.worker-card:hover img{transform:scale(1.05)}.home-search-panel{animation:fade-in-up .8s ease-out}.home-filter-row button{transition:all .2s ease}.home-filter-row button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #d9708633}.ad-space{display:none!important}.ad-space:before{content:"Ad Space";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ad-space:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(217,112,134,.05) 50%,transparent 70%);animation:shimmer 3s infinite}.brand-logo{animation:pulse-glow 4s ease-in-out infinite}.nav-link{position:relative;overflow:hidden}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-pink),var(--accent-lavender));transition:width .3s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.ad-sidebar-banner{display:none}.hero-gradient-text{font-size:2.5rem}}@media(max-width:1300px){.ad-sidebar-banner{display:none}}@keyframes loading-dots{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}.loading-dots span{animation:loading-dots 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes slide-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.slide-in-left{animation:slide-in-left .6s ease-out}.slide-in-right{animation:slide-in-right .6s ease-out}.search-input:focus{box-shadow:0 0 0 3px #d970861a;transform:scale(1.01)}.category-button{transition:all .2s cubic-bezier(.4,0,.2,1)}.category-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #d9708633}.category-button:active{transform:translateY(0);transition-duration:.1s}.app-container:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(217,112,134,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(239,229,255,.03) 0%,transparent 50%);pointer-events:none;z-index:-1}*:focus-visible{outline:2px solid var(--primary-pink);outline-offset:2px;border-radius:4px}.glass-panel,.worker-card,.btn-primary{will-change:transform}.glass-panel:hover,.worker-card:hover,.btn-primary:hover{will-change:transform,box-shadow}.app-route-loading{min-height:40vh;display:grid;place-items:center;color:var(--text-muted)}@media(max-width:640px){.app-nav{padding:.65rem .85rem;gap:.6rem}.brand-logo{height:42px;animation:none;filter:none}.nav-actions{gap:.45rem;justify-content:flex-end}.nav-link,.nav-button,.header-cta-button{min-height:40px;padding:.55rem .75rem;font-size:.88rem}.btn-primary,.worker-card,.glass-panel{animation:none;will-change:auto}.btn-primary:before,.btn-primary:after,.glass-panel:before,.ad-space:after{animation:none}img:hover,.worker-card:hover,.worker-card:hover img,.brand-logo:hover,.btn-primary:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fdd2df;display:flex;justify-content:center;align-items:center;z-index:999999;transition:opacity .8s ease-in-out;opacity:1}.splash-screen.fade-out{opacity:0;pointer-events:none}.splash-logo{max-width:80%;width:320px;height:auto;opacity:0;transform:scale(.9);animation:fadeInLogo 1.5s ease-out forwards}@keyframes fadeInLogo{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.admin-app{min-height:100vh}.admin-shell{--admin-bg: #f6f7fb;--admin-surface: #ffffff;--admin-surface-soft: #fbfcff;--admin-text: var(--text-main);--admin-muted: var(--text-muted);--admin-line: rgba(222, 199, 203, .58);--admin-primary: var(--primary-pink);--admin-primary-dark: var(--primary-pink-hover);--admin-green: #18845c;--admin-orange: #b76b18;--admin-red: #c84654;display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh;background:radial-gradient(circle at top right,rgba(239,229,255,.76),transparent 30%),radial-gradient(circle at bottom left,rgba(249,216,198,.52),transparent 34%),linear-gradient(145deg,#fff9f3,#fff1f4 52%,#fffefa);color:var(--admin-text)}.admin-shell *{box-sizing:border-box}.sidebar{position:sticky;top:0;height:100vh;padding:1rem;background:linear-gradient(180deg,#fffffff0,#fff8faeb),var(--bg-color);color:var(--admin-text);border-right:1px solid var(--admin-line);box-shadow:14px 0 34px #78455014;z-index:50;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:.55rem .55rem 1.2rem;font-weight:800;color:var(--primary-pink)}.sidebar-brand img{width:56px;height:42px;object-fit:contain;border-radius:8px;background:#fff;padding:.2rem;box-shadow:var(--shadow-sm)}.sidebar nav{display:grid;gap:.35rem}.nav-item{width:100%;min-height:44px;padding:.65rem .7rem;border:0;border-radius:8px;background:transparent;color:var(--admin-muted);display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:.65rem;text-align:left;cursor:pointer}.nav-item:hover,.nav-item.active{background:linear-gradient(135deg,#d970861f,#efe5ffb8);color:var(--primary-pink);box-shadow:inset 0 0 0 1px #d970862e}.nav-badge,.notif-dot{background:var(--admin-primary)}.nav-badge{min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-style:normal;font-size:.78rem}.main-wrap{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:35;min-height:72px;padding:.9rem 1.35rem;background:#ffffffc7;border-bottom:1px solid var(--admin-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;gap:1rem}.topbar-title{margin:0;font-size:1.3rem;flex:1}.topbar-right,.page-actions,.drawer-actions,.row-actions,.pending-actions,.modal-actions{display:flex;align-items:center;gap:.6rem}.icon-btn,.btn-ghost,.btn-success,.btn-warning,.btn-danger{border:0;cursor:pointer}.icon-btn{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:#fff;color:var(--admin-text);border:1px solid var(--admin-line)}.notif-btn{position:relative}.notif-dot{position:absolute;top:8px;right:9px;width:9px;height:9px;border-radius:50%}.profile-chip,.drawer-title,.pending-info,.pro-cell{display:flex;align-items:center;gap:.7rem;min-width:0}.profile-info{display:grid;line-height:1.2}.profile-info span,.muted,.hint{color:var(--admin-muted)}.avatar-circle,.drawer-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(135deg,var(--admin-primary),#9b7bd4);color:#fff;font-weight:800}.avatar-circle.sm{width:32px;height:32px;font-size:.86rem}.page-actions{padding:1rem 1.35rem 0}.page-alert,.form-alert{border:1px solid #f3d08a;background:#fff8e8;color:#855d12;border-radius:8px;padding:.7rem .85rem;display:flex;align-items:center;gap:.7rem}.page-alert button{background:transparent;border:0;color:inherit;cursor:pointer}.page-content{padding:1rem 1.35rem 2rem;display:grid;gap:1rem}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:.85rem}.summary-card,.panel{background:#ffffffdb;border:1px solid var(--admin-line);border-radius:8px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.summary-card{min-height:94px;padding:1rem;display:flex;align-items:center;gap:.85rem}.summary-icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:#f3f4f6}.summary-card strong{display:block;font-size:1.45rem}.summary-card span,.panel-head p,.empty-sm,.empty-state{color:var(--admin-muted)}.tone-blue .summary-icon,.tone-slate .summary-icon{color:#3f5fb8;background:#eef2ff}.tone-green .summary-icon{color:var(--admin-green);background:#e9f8f1}.tone-orange .summary-icon{color:var(--admin-orange);background:#fff3df}.tone-red .summary-icon{color:var(--admin-red);background:#fdecef}.management-grid,.analytics-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1rem}.analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panel{min-width:0;overflow:hidden}.panel-head{padding:1rem 1.1rem;border-bottom:1px solid var(--admin-line);display:flex;align-items:center;justify-content:space-between;gap:1rem}.panel-head h2{margin:0;font-size:1rem;display:flex;align-items:center;gap:.5rem}.mini-metrics,.ops-grid{display:grid;grid-template-columns:repeat(3,minmax(72px,1fr));gap:.55rem}.mini-metrics div,.ops-grid div{padding:.65rem;border-radius:8px;background:var(--admin-surface-soft);border:1px solid var(--admin-line)}.ops-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:1rem}.mini-metrics strong,.ops-grid strong{display:block;font-size:1.05rem}.mini-metrics span,.ops-grid span{color:var(--admin-muted);font-size:.78rem}.attention-list,.list-rows,.pro-activity-list,.activity-feed,.pending-list{display:grid}.attention-row,.list-row,.pro-activity-row,.activity-item,.pending-row{padding:.9rem 1.1rem;border-bottom:1px solid var(--admin-line)}.attention-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;border-top:0;border-left:0;border-right:0;background:transparent;text-align:left;cursor:pointer}.attention-row:hover,.clickable-row:hover{background:#fff7fa}.attention-row strong,.attention-row span,.pro-cell strong,.pro-cell span,.pa-name strong,.pa-name span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row,.pro-activity-row,.activity-item,.pending-row{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pa-stats{display:flex;gap:.45rem;flex-wrap:wrap}.pa-stats span{border-radius:999px;background:#f3f4f6;padding:.25rem .55rem;color:var(--admin-muted);font-size:.78rem}.pa-time{color:var(--admin-muted);font-style:normal;white-space:nowrap}.activity-dot{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#eef2ff;color:#3f5fb8;flex:0 0 auto}.filter-bar{padding:1rem 1.1rem;border-bottom:1px solid var(--admin-line);display:flex;align-items:end;gap:.75rem;flex-wrap:wrap}.search-wrap,.select-wrap,.date-input,.notes-textarea,.form-grid input,.modal input,.modal select{border:1px solid var(--admin-line);background:#fff;border-radius:8px}.search-wrap{flex:1 1 280px;min-height:44px;padding:0 .75rem;display:flex;align-items:center;gap:.55rem}.search-wrap input{width:100%;border:0;outline:0;min-width:0}.search-wrap button{border:0;background:transparent;cursor:pointer}.select-wrap{min-width:174px;min-height:44px;padding:.22rem .55rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;position:relative}.select-wrap span{grid-column:1 / -1;color:var(--admin-muted);font-size:.72rem}.select-wrap select{appearance:none;border:0;background:transparent;min-width:0;outline:0}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.9rem 1.1rem;border-bottom:1px solid var(--admin-line);text-align:left;vertical-align:middle}.data-table th{font-size:.78rem;text-transform:uppercase;color:var(--admin-muted);background:var(--admin-surface-soft)}.clickable-row{cursor:pointer}.row-actions{justify-content:flex-end}.badge{display:inline-flex;align-items:center;min-height:24px;padding:.25rem .55rem;border-radius:999px;font-size:.78rem;font-weight:800;white-space:nowrap;background:#f3f4f6;color:var(--admin-muted)}.badge-active{color:var(--admin-green);background:#e7f7ef}.badge-pending{color:var(--admin-orange);background:#fff2de}.badge-inactive{color:#667085;background:#eef0f4}.badge-declined{color:var(--admin-red);background:#fdecef}.sub-state-missing,.sub-state-expired{color:var(--admin-red);font-weight:700}.sub-state-soon{color:var(--admin-orange);font-weight:700}.btn-primary.sm,.btn-secondary.sm,.btn-success.sm,.btn-warning.sm,.btn-danger.sm,.btn-ghost.sm{min-height:36px;padding:.5rem .75rem;border-radius:8px;gap:.4rem;white-space:nowrap}.btn-success,.btn-warning,.btn-danger,.btn-ghost{display:inline-flex;align-items:center;justify-content:center}.btn-success{background:var(--admin-green);color:#fff}.btn-warning{background:#fff2de;color:var(--admin-orange)}.btn-danger{background:var(--admin-red);color:#fff}.btn-ghost{background:#f3f4f6;color:var(--admin-text)}.btn-success.xs,.btn-warning.xs,.btn-danger.xs,.btn-ghost.xs{width:32px;height:32px;border-radius:8px}.btn-success:disabled,.btn-warning:disabled,.btn-danger:disabled,.btn-primary:disabled,.btn-secondary:disabled{opacity:.55;cursor:not-allowed}.empty-sm,.empty-state{padding:1rem 1.1rem}.drawer-scrim,.modal-backdrop,.sidebar-scrim{position:fixed;inset:0;background:#1118276b;z-index:70}.pro-drawer{position:fixed;top:0;right:0;z-index:80;width:min(440px,100vw);height:100vh;background:#fff;box-shadow:-18px 0 40px #1118272e;display:flex;flex-direction:column}.drawer-header{padding:1rem;border-bottom:1px solid var(--admin-line);display:flex;align-items:center;justify-content:space-between;gap:1rem}.drawer-title h2{margin:0;font-size:1.1rem}.drawer-body{overflow-y:auto;padding:1rem;display:grid;gap:1rem}.drawer-section{border:1px solid var(--admin-line);border-radius:8px;padding:.9rem;display:grid;gap:.7rem}.drawer-section-label{font-size:.78rem;text-transform:uppercase;color:var(--admin-muted);font-weight:800}.drawer-status-row,.drawer-field-row{display:flex;align-items:center;justify-content:space-between;gap:.65rem;flex-wrap:wrap}.info-list{display:grid;gap:.5rem}.info-row{display:flex;align-items:center;gap:.5rem;color:var(--admin-muted)}.date-input,.notes-textarea{min-height:42px;padding:.65rem .75rem;width:100%}.notes-textarea{resize:vertical;min-height:108px}.drawer-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.stat-chip{padding:.7rem;border-radius:8px;background:var(--admin-surface-soft);border:1px solid var(--admin-line)}.stat-chip strong,.stat-chip span{display:block}.stat-chip span{color:var(--admin-muted);font-size:.78rem}.modal-backdrop{display:grid;place-items:center;padding:1rem}.modal{width:min(620px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border-radius:8px;box-shadow:0 24px 60px #11182738}.modal-head{padding:1rem;border-bottom:1px solid var(--admin-line);display:flex;align-items:center;justify-content:space-between}.modal-head h2{margin:0;font-size:1.05rem}.modal form{padding:1rem;display:grid;gap:.9rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.modal label{display:grid;gap:.35rem;color:var(--admin-muted);font-weight:700;font-size:.86rem}.modal input,.modal select{min-height:44px;padding:.65rem .75rem;color:var(--admin-text)}.modal-actions{justify-content:flex-end;flex-wrap:wrap}.loading-screen,.auth-shell{min-height:100vh;display:grid;align-items:center;padding:1rem;background:radial-gradient(circle at top right,rgba(239,229,255,.84),transparent 28%),radial-gradient(circle at bottom left,rgba(249,216,198,.62),transparent 36%),linear-gradient(145deg,#fff9f3,#fff1f4,#fffefa)}.auth-shell{grid-template-columns:minmax(280px,.95fr) minmax(360px,440px);gap:clamp(1rem,5vw,4rem);padding:clamp(1rem,6vw,5rem);color:var(--text-main)}.auth-brand{min-height:520px;padding:clamp(1.5rem,4vw,3rem);border-radius:8px;background:linear-gradient(135deg,#d97086eb,#c95f77db 48%,#efe5ffeb),var(--primary-pink);color:#fff;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.auth-brand:after{content:"";position:absolute;inset:auto -18% -28% 24%;height:300px;border-radius:50%;background:#ffffff29}.auth-brand img{width:116px;height:auto;padding:.5rem;border-radius:8px;background:#fffffff0;box-shadow:0 16px 40px #78455029}.auth-brand h1{margin:1.6rem 0 .55rem;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.96;max-width:10ch}.auth-brand p{margin:0;max-width:30rem;font-size:1.08rem;color:#ffffffe0}.auth-card{width:100%;padding:clamp(1.2rem,4vw,2rem);border-radius:8px;background:#ffffffeb;border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-icon{width:54px;height:54px;border-radius:8px;display:grid;place-items:center;color:var(--primary-pink);background:linear-gradient(135deg,#fff1f4f5,#efe5ffe6);margin-bottom:1rem}.auth-card h2{margin:0 0 1rem;font-size:1.75rem}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.35rem;border-radius:8px;background:#d9708614;margin-bottom:1.1rem}.auth-tabs button{min-height:42px;border-radius:8px;background:transparent;color:var(--text-muted);font-weight:800}.auth-tabs button.active{background:#fff;color:var(--primary-pink);box-shadow:var(--shadow-sm)}.auth-card form{display:grid;gap:.9rem}.auth-card label{display:grid;gap:.4rem;color:var(--text-muted);font-weight:700;font-size:.9rem}.auth-card input{min-height:48px;border-radius:8px;background:#fffffff5}.btn-primary.full{width:100%;border-radius:8px;min-height:48px}.telegram-hint{border:1px solid rgba(217,112,134,.22);background:#fff8fae6;border-radius:8px;padding:.8rem;display:grid;gap:.45rem}.telegram-hint strong,.telegram-hint span{display:block}.telegram-hint span{color:var(--text-muted);font-size:.9rem}@media(max-width:1180px){.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}}@media(max-width:900px){.auth-shell{grid-template-columns:1fr;gap:1rem}.auth-brand{min-height:auto}.auth-brand h1{max-width:none}.admin-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:min(84vw,290px);transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-scrim{z-index:45}.profile-info{display:none}.summary-grid,.management-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-table{display:block;overflow-x:auto;white-space:nowrap}}@media(min-width:901px){.topbar>.icon-btn:first-child,.sidebar-scrim{display:none}}@media(max-width:620px){.auth-shell{padding:.85rem}.auth-brand{padding:1.25rem}.auth-brand img{width:90px}.auth-brand h1{font-size:2.2rem}.topbar{padding:.75rem}.topbar-title{font-size:1rem}.topbar-right{gap:.35rem}.page-actions,.page-content{padding-left:.75rem;padding-right:.75rem}.summary-grid,.management-grid,.ops-grid,.form-grid,.drawer-stats{grid-template-columns:1fr}.filter-bar,.pending-row,.list-row,.pro-activity-row,.activity-item{align-items:stretch;flex-direction:column}.select-wrap,.search-wrap,.page-actions .btn-primary,.modal-actions .btn-primary,.modal-actions .btn-secondary{width:100%}.drawer-actions,.pending-actions,.row-actions{flex-wrap:wrap}}:root{--primary-pink: #d97086;--primary-pink-hover: #c95f77;--secondary-nude: #ddb892;--accent-lavender: #efe5ff;--accent-gold: #c79b43;--accent-peach: #f9d8c6;--bg-color: #fff8f3;--surface-color: rgba(255, 255, 255, .86);--text-main: #2d2430;--text-muted: #74656f;--border-color: rgba(222, 199, 203, .45);--font-family: "Avenir Next", "Segoe UI", sans-serif;--font-display: "Trebuchet MS", "Avenir Next", sans-serif;--border-radius: 16px;--shadow-sm: 0 10px 20px rgba(120, 69, 80, .08);--shadow-md: 0 18px 45px rgba(120, 69, 80, .12);--shadow-lg: 0 28px 70px rgba(120, 69, 80, .18);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}body{margin:0;font-family:var(--font-family);background:radial-gradient(circle at top right,rgba(239,229,255,.9),transparent 26%),radial-gradient(circle at bottom left,rgba(249,216,198,.55),transparent 32%),linear-gradient(145deg,#fff9f3,#fff1f4 48%,#fffefa);background-attachment:fixed;color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;height:100%}html{-webkit-text-size-adjust:100%;overscroll-behavior:none;scroll-behavior:smooth;height:100%}*{box-sizing:border-box}img,picture,video,canvas{max-width:100%}a{text-decoration:none;color:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:0}button{cursor:pointer;font-family:var(--font-family);border:none;border-radius:8px;transition:var(--transition)}input,textarea,select{font-family:var(--font-family);border-radius:12px;border:1px solid var(--border-color);padding:.75rem;transition:var(--transition);background:#fffffff2;color:var(--text-main);box-shadow:inset 0 1px #ffffffe6;max-width:100%;min-width:0;font-size:16px}input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-pink);border-color:transparent;box-shadow:0 0 0 5px #d970861f}.glass-panel{background:#ffffffe0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow-md);border-radius:var(--border-radius);min-width:0}.app-container:before{content:"";position:fixed;top:-10%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,#e6e6fa80,#fff0 70%);border-radius:50%;z-index:-1;pointer-events:none}.app-container:after{content:"";position:fixed;bottom:-15%;left:-10%;width:700px;height:700px;background:radial-gradient(circle,#e07a8d26,#fff0 70%);border-radius:50%;z-index:-1;pointer-events:none}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #d9708633}50%{box-shadow:0 0 40px #d9708666}}.animate-bounce-in{animation:bounce-in .6s cubic-bezier(.68,-.55,.265,1.55)}.animate-slide-up{animation:slide-up .5s ease-out}.animate-glow{animation:glow-pulse 2s ease-in-out infinite}button:active{transform:scale(.98);transition-duration:.1s}button:disabled{opacity:.6;cursor:not-allowed;transform:none}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-pink);box-shadow:0 0 0 3px #d970861a,inset 0 1px #ffffffe6;transform:translateY(-1px)}.glass-panel{background:#fffffff2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #00000014,inset 0 1px #fffc;position:relative}.glass-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none;border-radius:inherit}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-pink),var(--accent-lavender));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--primary-pink-hover),var(--accent-lavender))}::selection{background:#d9708633;color:var(--text-main)}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{width:20px;height:20px;border:2px solid rgba(217,112,134,.2);border-left-color:var(--primary-pink);border-radius:50%;animation:spin 1s linear infinite}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-main)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}img{transition:transform .3s ease}img:hover{transform:scale(1.02)}@media print{.app-container:before,.app-container:after{display:none}body{background:#fff!important}.glass-panel{background:#fff!important;box-shadow:none!important;border:1px solid #ccc!important}}@media(max-width:640px){body{background-attachment:scroll;background:linear-gradient(145deg,#fff9f3,#fff1f4 58%,#fffefa)}.app-container:before,.app-container:after{display:none}.glass-panel{backdrop-filter:none;-webkit-backdrop-filter:none}}
