:root{
  --bg:#f4f6f8;--surface:#fff;--surface-2:#fafbfc;--text:#20242b;--muted:#6f7784;
  --line:#dfe4ea;--line-strong:#cfd6df;--primary:#9a4fd0;--primary-dark:#7b36b0;--primary-soft:#f5edfb;
  --green:#159b63;--green-soft:#eaf8f1;--red:#d34f4f;--red-soft:#fff0f0;--amber:#f1a91f;--amber-soft:#fff6df;
  --blue:#2495cf;--shadow:0 8px 28px rgba(31,38,49,.06);--radius:14px;--container:1360px;
}
*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.52;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}.page-v8{min-height:58vh;padding:24px 0 48px}.muted{color:var(--muted)}

/* Header */
.site-header-v8{background:#fff;border-bottom:1px solid var(--line)}.header-banner-v8{background:linear-gradient(110deg,#28152d 0%,#58304e 48%,#db7540 100%);color:#fff}.header-banner-inner-v8{height:86px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.brand-v8{display:inline-flex;align-items:center;gap:0;font-size:30px;font-weight:800;letter-spacing:-1.2px;color:#fff}.brand-v8 span{color:#d28af0}.brand-v8 small{font-size:11px;line-height:22px;min-width:22px;height:22px;text-align:center;margin-left:7px;border-radius:50%;background:#a554d4;color:#fff;letter-spacing:0}.header-copy-v8{text-align:right;display:flex;flex-direction:column;gap:4px}.header-copy-v8 strong{font-size:18px}.header-copy-v8 span{font-size:14px;color:rgba(255,255,255,.82)}.header-nav-v8{background:#fff}.header-nav-inner-v8{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-v8{display:flex;align-items:center;gap:6px}.nav-v8 a{padding:10px 13px;border-radius:9px;font-size:15px;color:#3a4049}.nav-v8 a:hover,.nav-v8 a.active{background:var(--primary-soft);color:var(--primary-dark)}.nav-actions-v8{display:flex;align-items:center;gap:8px}.mobile-nav-toggle{display:none;background:none;border:0;font-size:24px;padding:8px;color:var(--text)}

/* Controls */
.btn{appearance:none;border:1px solid var(--line-strong);background:#fff;color:#2b3138;border-radius:9px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:600;font-size:15px;line-height:1.2;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.btn:hover{border-color:#b9c2cc;background:#f8f9fb}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-ghost{background:#fff}.btn-amber{background:var(--amber);border-color:var(--amber);color:#1f2328}.btn-amber:hover{background:#df9813;border-color:#df9813}.btn-success{background:var(--green);border-color:var(--green);color:#fff}.btn-danger{background:#fff;border-color:#efb3b3;color:#b83434}.btn-danger:hover{background:var(--red-soft)}.btn-boost{background:#222831;border-color:#222831;color:#fff}.btn-boost:hover{background:#11151a;border-color:#11151a}.btn-sm{font-size:14px;padding:8px 11px}.btn-lg{font-size:16px;padding:12px 18px}.btn-block{width:100%}.input,.select,.textarea{width:100%;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--text);padding:11px 12px;outline:none;min-height:44px}.textarea{resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:#b875de;box-shadow:0 0 0 3px rgba(154,79,208,.10)}.field{display:grid;gap:7px;margin-bottom:16px}.field label,label{font-weight:500;color:#343941}.field small,.form-hint{color:var(--muted);font-size:14px}.checkbox-clean,.check-line{display:flex;align-items:center;gap:9px;font-weight:400}.checkbox-clean input,.check-line input{width:18px;height:18px;accent-color:var(--primary)}
.alert{padding:13px 16px;border-radius:10px;margin:0 auto 16px;border:1px solid var(--line);font-size:15px}.alert.success{background:var(--green-soft);border-color:#bfe5d1;color:#176b49}.alert.error{background:var(--red-soft);border-color:#f0c3c3;color:#9e3434}

/* Footer */
.footer-v8{background:#fff;border-top:1px solid var(--line);padding:36px 0 18px}.footer-v8-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:44px}.footer-v8-grid>div{display:flex;flex-direction:column;gap:8px}.footer-v8-grid strong{font-size:15px;margin-bottom:3px}.footer-v8-grid a{font-size:14px;color:#58616d}.footer-v8-grid a:hover{color:var(--primary-dark)}.footer-v8-grid p{max-width:390px;color:var(--muted);font-size:14px}.footer-logo{color:#2e333b;font-size:24px}.footer-bottom-v8{border-top:1px solid var(--line);margin-top:28px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;color:#8b929c;font-size:13px}

/* Shared layout */
.public-layout,.workspace-shell{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.public-main,.workspace-content{min-width:0}.public-sidebar,.workspace-sidebar{display:flex;flex-direction:column;gap:14px}.sidebar-box,.surface-card,.account-panel,.admin-panel,.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.sidebar-box{padding:16px}.sidebar-box h3{margin:0 0 10px;font-size:17px}.sidebar-box label,.sidebar-label{display:block;margin-bottom:7px;font-size:14px;color:#59616c}.sidebar-links-clean{display:flex;flex-direction:column;gap:3px}.sidebar-links-clean a{padding:9px 0;color:#4b535e;font-size:15px}.sidebar-links-clean a:hover{color:var(--primary-dark)}.account-mini-box{display:grid;gap:9px}.sidebar-balance-line{display:flex;justify-content:space-between;align-items:baseline}.sidebar-balance-line span{color:var(--muted)}.sidebar-balance-line strong{font-size:22px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:14px;color:#838a94;margin:0 0 8px}.breadcrumb a{color:#7e4db0}.page-heading,.account-page-head,.admin-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin:0 0 20px}.page-heading h1,.account-page-head h1,.admin-page-head h1,.catalog-heading-row h1{margin:2px 0 4px;font-size:30px;line-height:1.2;letter-spacing:-.5px}.page-heading p,.account-page-head p,.admin-page-head p,.catalog-heading-row p{margin:0;color:var(--muted);font-size:15px}.panel-heading,.account-panel-head,.admin-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.panel-heading h2,.account-panel-head h2,.admin-panel-head h2{margin:0;font-size:21px}.panel-heading p,.account-panel-head p,.admin-panel-head p{margin:3px 0 0;color:var(--muted);font-size:14px}.surface-card{padding:22px}.empty-state{background:#fff;border:1px dashed #cfd5dd;border-radius:14px;padding:44px;text-align:center}.empty-state.compact{padding:24px}.empty-state h2{margin:0 0 7px;font-size:21px}.empty-state p{color:var(--muted);margin:0 0 16px}.empty-inline-v8{padding:18px 0;color:var(--muted)}

/* Catalog */
.catalog-filter-sidebar .sidebar-box{box-shadow:none}.filter-drawer-head{display:none}.filter-selects{display:grid;gap:10px}.filter-selects .sidebar-box{padding:14px}.filter-selects label{font-size:14px;margin-bottom:7px}.filter-clear{display:block;text-align:center;color:#a34545;padding:8px}.catalog-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.catalog-sort{width:190px}.catalog-search-v8{display:flex;gap:10px;margin-bottom:16px}.catalog-search-v8 .input{flex:1}.profiles-grid-v8{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-card-v8{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:190px minmax(0,1fr);min-height:260px;box-shadow:0 5px 18px rgba(31,38,49,.04)}.profile-card-photo{position:relative;background:#e9edf1;min-height:260px}.profile-card-photo img{width:100%;height:100%;object-fit:cover}.profile-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:62px;font-weight:700;color:#a66bd0;background:linear-gradient(135deg,#f5edfb,#eceff3)}.profile-placeholder.large{min-height:500px}.verified-chip,.photo-count-chip{position:absolute;left:10px;border-radius:8px;padding:6px 9px;font-size:13px;font-weight:600;backdrop-filter:blur(6px)}.verified-chip{top:10px;background:rgba(24,154,99,.92);color:#fff}.photo-count-chip{bottom:10px;background:rgba(25,30,36,.76);color:#fff}.profile-card-content{padding:17px;display:flex;flex-direction:column;min-width:0}.profile-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.profile-card-name{font-size:20px;font-weight:700;line-height:1.2}.profile-card-name:hover{color:var(--primary-dark)}.profile-card-location{margin-top:5px;color:var(--muted);font-size:14px}.rating-pill{background:#fff7de;color:#8c6413;border-radius:8px;padding:5px 8px;font-size:14px;white-space:nowrap}.profile-card-facts{display:flex;flex-wrap:wrap;gap:6px 12px;margin:13px 0 8px;color:#555e69;font-size:14px}.profile-card-facts span+span:before{content:"·";margin-right:12px;color:#a4aab1}.profile-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 8px}.profile-card-tags span{background:#f3f4f7;color:#5a616c;border-radius:7px;padding:4px 7px;font-size:13px}.profile-card-content p{margin:5px 0 12px;color:#626a74;font-size:14px;line-height:1.5}.profile-card-bottom{margin-top:auto;border-top:1px solid #edf0f2;padding-top:11px;display:flex;justify-content:space-between;gap:10px;font-size:14px}.profile-card-bottom a{color:var(--primary-dark);font-weight:600}.profile-card-bottom span{color:var(--muted)}.load-more-wrap{text-align:center;padding:24px 0 4px}.noscript-pager{display:flex;justify-content:center;gap:15px;padding:20px}.catalog-mobile-tools{display:none}.filter-overlay{display:none}

/* Profile detail */
.profile-hero-v8{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:24px;margin-bottom:16px}.profile-gallery-v8{min-width:0}.profile-main-photo{position:relative;border-radius:12px;overflow:hidden;background:#edf0f3;aspect-ratio:4/5;max-height:610px}.profile-main-photo img{width:100%;height:100%;object-fit:cover}.verified-chip.hero{font-size:14px}.profile-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}.profile-thumb{border:2px solid transparent;border-radius:9px;padding:0;overflow:hidden;background:#eee;aspect-ratio:1/1;cursor:pointer}.profile-thumb.active{border-color:var(--primary)}.profile-thumb img{width:100%;height:100%;object-fit:cover}.profile-primary-v8{padding:4px 0;display:flex;flex-direction:column}.profile-title-row-v8{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.profile-title-row-v8 h1{font-size:32px;line-height:1.15;margin:0 0 8px}.profile-location-v8{color:#68717c;font-size:15px}.rating-box-v8{display:flex;flex-direction:column;text-align:right}.rating-box-v8 strong{color:#956c14;font-size:18px}.rating-box-v8 span{color:var(--muted);font-size:13px}.phone-open-v8{margin:24px 0 10px;border:1px solid #e3d8eb;background:#fbf8fd;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:2px}.phone-open-v8 span{font-size:13px;color:#7d7186}.phone-open-v8 strong{font-size:27px;color:var(--primary-dark);letter-spacing:.2px}.messenger-buttons-v8{display:flex;gap:9px}.messenger-btn{padding:11px 15px;border-radius:9px;color:#fff;font-weight:600}.messenger-btn.telegram{background:#269ed9}.messenger-btn.whatsapp{background:#20ae6f}.profile-facts-v8{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:12px;margin-top:22px;overflow:hidden}.profile-facts-v8 div{padding:12px 14px;border-bottom:1px solid var(--line)}.profile-facts-v8 div:nth-child(odd){border-right:1px solid var(--line)}.profile-facts-v8 div:nth-last-child(-n+2){border-bottom:0}.profile-facts-v8 span{display:block;color:var(--muted);font-size:13px}.profile-facts-v8 strong{font-weight:600;font-size:15px}.profile-hero-actions{display:flex;gap:9px;margin-top:18px}.profile-about-v8,.reviews-section-v8{margin-bottom:16px}.profile-about-v8 h2,.reviews-section-v8 h2{margin:0 0 12px;font-size:22px}.profile-about-v8 p{font-size:16px;color:#414851;line-height:1.7;margin:0}.tag-list-v8{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tag-list-v8 a{padding:7px 10px;background:#f1f3f6;border-radius:8px;color:#555d67;font-size:14px}.profile-review-list-v8{display:grid;gap:0}.profile-review-list-v8 article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:16px 0;border-top:1px solid #edf0f2}.profile-review-list-v8 article:first-child{border-top:0;padding-top:0}.review-avatar-v8{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary-dark);font-weight:700}.review-title-v8{display:flex;align-items:center;gap:10px}.review-title-v8 strong{font-size:15px}.review-title-v8 span{color:#e5a51c;letter-spacing:1px}.review-title-v8 time{color:var(--muted);font-size:13px;margin-left:auto}.profile-review-list-v8 p{margin:6px 0 0}.review-form-v8{border-top:1px solid var(--line);margin-top:16px;padding-top:20px}.review-form-v8 h3{margin:0 0 12px;font-size:18px}.review-form-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;margin-bottom:12px}.review-form-row label{display:grid;gap:6px}.similar-section-v8{margin:26px 0}.similar-grid-v8{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.similar-card-v8{display:flex;flex-direction:column;gap:6px}.similar-card-v8>div{aspect-ratio:4/5;border-radius:12px;overflow:hidden;background:#e9edf1}.similar-card-v8 img{width:100%;height:100%;object-fit:cover}.similar-card-v8 strong{font-size:16px}.similar-card-v8 small{font-size:13px;color:var(--muted)}.report-box-v8{margin-top:16px}.report-box-v8 summary{cursor:pointer;font-weight:600}.report-box-v8 form{display:grid;gap:12px;margin-top:16px}.report-box-v8 label{display:grid;gap:6px}

/* Content */
.content-clean h1{font-size:30px;margin:0 0 14px}.content-clean h2{font-size:21px;margin:24px 0 8px}.content-clean p{color:#4e5660;font-size:16px;line-height:1.7}.content-clean .lead{font-size:18px;color:#333941}.account-news-list{display:grid;gap:0}.account-news-list article{padding:18px 0;border-top:1px solid var(--line)}.account-news-list article:first-child{border-top:0;padding-top:0}.account-news-list time{color:var(--muted);font-size:13px}.account-news-list h2{font-size:19px;margin:5px 0}.account-news-list p{margin:5px 0;color:#59616b}.faq-clean details{border-top:1px solid var(--line);padding:16px 0}.faq-clean details:first-of-type{border-top:0}.faq-clean summary{font-size:16px;font-weight:600;cursor:pointer}.faq-clean details>div{padding-top:10px;color:#555d67}.article-body-v8{font-size:16px;line-height:1.75;color:#404750}

/* Account / admin shared left column */
.app-container,.admin-container-v7{width:min(calc(100% - 40px),var(--container));margin:0 auto}.workspace-shell,.account-shell{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.workspace-sidebar,.account-sidebar{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:var(--shadow)}.sidebar-user{display:grid;grid-template-columns:44px 1fr;gap:11px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line)}.sidebar-user>div:last-child{min-width:0;display:flex;flex-direction:column}.sidebar-user strong{font-size:15px}.sidebar-user span{font-size:13px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-avatar{width:44px;height:44px;border-radius:50%;background:var(--primary-soft);color:var(--primary-dark);display:grid;place-items:center;font-weight:700}.sidebar-balance{margin:14px 0;display:grid;gap:8px}.sidebar-balance>span{color:var(--muted);font-size:13px}.sidebar-balance>strong{font-size:27px;line-height:1}.workspace-nav,.account-links{display:flex;flex-direction:column;margin-top:15px}.workspace-nav-title,.account-nav-caption{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#989fa8;margin:16px 9px 5px}.workspace-nav a,.account-links a{min-height:42px;padding:9px 10px;border-radius:9px;display:flex;align-items:center;gap:10px;font-size:15px;color:#4b535d}.workspace-nav a>span:first-child,.account-links a .nav-icon{width:20px;text-align:center;color:#8e66a8}.workspace-nav a:hover,.workspace-nav a.active,.account-links a:hover,.account-links a.active{background:var(--primary-soft);color:var(--primary-dark)}.workspace-content,.account-content{min-width:0}.mobile-panel-bar,.account-mobile-bar{display:none}.account-sidebar-mobile-head{display:none}.account-overlay{display:none}

/* Account profile list */
.status-tabs-v8{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:14px}.status-tabs-v8 a{min-height:48px;border:1px solid var(--line);background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:14px}.status-tabs-v8 a b{font-size:14px;font-weight:600;color:#777f88}.status-tabs-v8 a.active{border-color:#a963d6;background:var(--primary-soft);color:var(--primary-dark)}.toolbar-card-v8{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:14px;font-size:14px}.account-profile-list-v8{display:grid;gap:16px}.account-profile-card-v8{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 5px 18px rgba(31,38,49,.04)}.account-profile-card-v8>header{min-height:46px;background:#272b30;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 14px;font-size:14px}.account-profile-card-v8>header>div{display:flex;align-items:center;gap:9px}.account-profile-card-v8>header strong,.account-profile-card-v8>header b{font-weight:600}.profile-doc-icon{font-size:18px}.divider{color:#767b81}.account-profile-card-body-v8{display:grid;grid-template-columns:150px minmax(0,1fr) 280px;gap:18px;padding:14px}.account-profile-photo-v8{height:205px;border-radius:10px;overflow:hidden;background:#edf0f2}.account-profile-photo-v8 img{width:100%;height:100%;object-fit:cover}.account-profile-photo-v8>div{height:100%;display:grid;place-items:center;font-size:48px;color:#a66bd0;background:#f5eff9}.account-profile-main-v8{min-width:0}.account-profile-contact-v8{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--line)}.account-profile-contact-v8 strong{font-size:18px;color:var(--primary-dark)}.account-profile-contact-v8 span{background:#eef7fb;color:#27789f;padding:4px 7px;border-radius:6px;font-size:13px}.account-profile-contact-v8 em{font-style:normal;color:var(--muted);font-size:14px}.account-profile-info-grid-v8{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:13px}.account-profile-info-grid-v8>div>span{display:block;font-weight:600;margin-bottom:6px}.account-profile-info-grid-v8 p{margin:3px 0;color:#555d66;font-size:14px}.moderator-note-v8{margin-top:12px;background:#fff8e8;border:1px solid #f0ddb1;border-radius:8px;padding:9px 10px;font-size:14px}.account-profile-actions-v8{border-left:1px solid var(--line);padding-left:17px;display:flex;flex-direction:column;gap:11px}.profile-status-line-v8{display:flex;justify-content:space-between;align-items:center;font-size:14px}.profile-status-line-v8 span{color:var(--muted)}.status-text-active{color:var(--green)}.status-text-disabled,.status-text-pending{color:#a36b00}.status-text-rejected,.status-text-blocked{color:var(--red)}.tariff-change-v8{display:grid;gap:7px}.tariff-change-v8 label{display:grid;gap:5px;font-size:13px;color:#5d6570}.boost-form-v8{display:grid;gap:5px}.boost-form-v8 small,.boost-unavailable-v8{font-size:13px;color:var(--muted)}.profile-action-buttons-v8{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto}.profile-action-buttons-v8>a:first-child{grid-column:1/-1}.profile-action-buttons-v8 form,.profile-action-buttons-v8 form button{width:100%}

/* Editor */
.profile-editor-v8{display:grid;gap:16px}.editor-section-v8{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 5px 18px rgba(31,38,49,.03)}.editor-section-title{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:flex-start;margin-bottom:18px}.editor-section-title>span{width:34px;height:34px;border-radius:9px;background:var(--primary-soft);color:var(--primary-dark);display:grid;place-items:center;font-weight:700}.editor-section-title h2{margin:1px 0 2px;font-size:20px}.editor-section-title p{margin:0;color:var(--muted);font-size:14px}.editor-grid-v8{display:grid;gap:14px 16px}.editor-grid-v8.two{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-grid-v8.three{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-grid-v8 label,.full-label{display:grid;gap:6px;font-size:14px}.time-range-v8{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tag-check-grid-v8{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:16px}.tag-check-grid-v8 label{font-weight:400}.tag-check-grid-v8 input{display:none}.tag-check-grid-v8 span{display:block;padding:9px 10px;border:1px solid var(--line);border-radius:8px;cursor:pointer;text-align:center;font-size:14px}.tag-check-grid-v8 input:checked+span{border-color:#b877dc;background:var(--primary-soft);color:var(--primary-dark)}.media-editor-grid-v8{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}.media-editor-item-v8{border:1px solid var(--line);border-radius:10px;overflow:hidden;position:relative;background:#fff}.media-editor-item-v8 img{width:100%;aspect-ratio:4/5;object-fit:cover}.media-editor-item-v8>span{position:absolute;top:7px;left:7px;background:var(--amber);padding:3px 6px;border-radius:6px;font-size:12px}.media-editor-item-v8>div{display:flex;flex-direction:column;padding:6px}.link-button{border:0;background:none;color:var(--primary-dark);cursor:pointer;padding:4px;font-size:12px}.link-button.danger{color:#b84444}.upload-box-v8{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;border:1px dashed #bfc8d3;border-radius:11px;background:#fbfcfd;min-height:120px;cursor:pointer}.upload-box-v8.compact{min-height:82px}.upload-box-v8 input{margin-top:8px;max-width:280px}.upload-box-v8 span{font-size:13px;color:var(--muted)}.verification-preview-v8{display:flex;align-items:center;gap:12px;margin-bottom:12px}.verification-preview-v8 img{width:92px;height:92px;object-fit:cover;border-radius:9px}.tariff-options-v8{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tariff-options-v8 label input{display:none}.tariff-options-v8 label span{border:1px solid var(--line);border-radius:11px;padding:14px;display:grid;gap:4px;cursor:pointer}.tariff-options-v8 label input:checked+span{border-color:#af69d5;background:var(--primary-soft)}.tariff-options-v8 b{font-size:20px}.tariff-options-v8 small{color:var(--muted)}.compact-section{padding:15px 20px}.editor-submit-v8{display:flex;justify-content:flex-end;gap:10px;padding:4px 0 10px}

/* Account dashboard / finance */
.account-kpi-grid,.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.account-kpi-grid>a,.admin-kpi-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px}.account-kpi-grid span,.admin-kpi-card span{color:var(--muted);font-size:14px}.account-kpi-grid b,.admin-kpi-card b{font-size:27px;font-weight:700}.account-kpi-grid small,.admin-kpi-card small{color:#8b929a}.account-dashboard-grid,.admin-dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.account-panel,.admin-panel{padding:18px}.account-panel-wide,.admin-panel-wide{grid-row:span 2}.recent-profile-row,.admin-queue-row{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid var(--line)}.recent-profile-row:first-child,.admin-queue-row:first-child{border-top:0}.recent-profile-photo,.admin-queue-photo{width:48px;height:58px;border-radius:8px;overflow:hidden;background:#eee}.recent-profile-photo img,.admin-queue-photo img{width:100%;height:100%;object-fit:cover}.recent-profile-row>div:nth-child(2),.admin-queue-main{display:flex;flex-direction:column}.recent-profile-row span,.admin-queue-main span{font-size:13px;color:var(--muted)}.dashboard-wallet-total{font-size:32px;font-weight:700;margin-bottom:12px}.mini-money-list>div,.money-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid var(--line)}.plus{color:var(--green)}.minus{color:var(--red)}.finance-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.finance-summary>div{display:flex;flex-direction:column}.finance-summary span{color:var(--muted)}.finance-summary strong{font-size:34px}.two-card-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:16px}.balance-big{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.balance-big span{color:var(--muted)}.balance-big strong{font-size:32px}.topup-form{display:grid;gap:12px}.topup-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.topup-presets button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px;cursor:pointer}.topup-presets button:hover{border-color:#b56fd9;background:var(--primary-soft)}.money-input{position:relative}.money-input input{padding-right:42px;font-size:22px}.money-input span{position:absolute;right:14px;top:10px;color:var(--muted);font-size:20px}.simple-info-list>div{padding:10px 0;border-top:1px solid var(--line)}.simple-info-list>div:first-child{border-top:0}.simple-info-list span{font-weight:600}.simple-info-list p{margin:3px 0;color:var(--muted);font-size:14px}

/* Tables */
.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 11px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;font-size:14px}.table th{background:#fafbfc;color:#5f6771;font-weight:600;white-space:nowrap}.table tr:last-child td{border-bottom:0}.wrap-cell{white-space:normal;min-width:220px}.money{font-weight:600}

/* Admin */
.admin-shell-v7,.account-shell{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.admin-sidebar-v7{background:#20242a!important;border-color:#20242a!important;color:#fff}.admin-brand-v7{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}.admin-logo{width:42px;height:42px;border-radius:10px;background:var(--primary);display:grid;place-items:center;font-weight:800}.admin-brand-v7>div:last-child{display:flex;flex-direction:column;min-width:0}.admin-brand-v7 strong{font-size:14px}.admin-brand-v7 span{font-size:12px;color:#aab0b8;overflow:hidden;text-overflow:ellipsis}.admin-nav-v7 a{color:#d9dde2}.admin-nav-v7 a:hover,.admin-nav-v7 a.active{background:rgba(154,79,208,.18);color:#fff}.admin-nav-v7 .account-nav-caption{color:#7f8791}.admin-back-site{display:block;margin-top:16px;padding:10px;color:#c8cdd3;font-size:14px}.nav-badge{margin-left:auto;background:var(--primary);color:#fff;border-radius:999px;padding:2px 7px;font-size:11px}.nav-badge.warn{background:#c77d18}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-kpi-card.attention{border-color:#ead8ae;background:#fffaf0}.admin-kpi-card.money{border-color:#cbe6d8;background:#f6fcf9}.admin-head-actions{display:flex;gap:8px}.admin-simple-list>a,.admin-simple-list>div{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid var(--line)}.admin-simple-list>a:first-child,.admin-simple-list>div:first-child{border-top:0}.admin-simple-list a>div,.money-row>div{display:flex;flex-direction:column}.admin-simple-list span{font-size:13px;color:var(--muted)}.admin-filter-bar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:14px}.admin-filter-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-table-card,.admin-info-card,.adjustment-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:11px;border-bottom:1px solid var(--line);font-size:14px;text-align:left}.admin-table th{background:#fafbfc;color:#656d77}.admin-status-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}.admin-status-tabs a{padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:14px}.admin-status-tabs a.active{background:var(--primary-soft);border-color:#bd84dd;color:var(--primary-dark)}.admin-profile-list{display:grid;gap:12px}.admin-profile-card{display:grid;grid-template-columns:95px 1fr auto;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.admin-profile-photo{width:95px;height:118px;border-radius:9px;overflow:hidden;background:#eee}.admin-profile-photo img{width:100%;height:100%;object-fit:cover}.admin-profile-main{min-width:0}.admin-profile-title{display:flex;gap:10px;align-items:center}.admin-profile-meta,.admin-profile-desc{font-size:14px;color:var(--muted)}.admin-profile-actions{display:flex;flex-direction:column;gap:7px;align-items:stretch}.admin-tariff-grid,.district-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-tariff-card,.district-admin-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.tariff-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sticky-save-bar,.sticky-admin-actions{position:static!important}.admin-profile-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.admin-media-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-media-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.admin-media-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.admin-timeline{display:grid;gap:8px}.admin-empty-mini{color:var(--muted);padding:12px 0}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:var(--primary-dark);font-weight:600}

/* Auth and errors */
.auth-page{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.auth-page:before{content:"";display:block}.auth-card{max-width:520px;padding:28px;margin:0}.auth-icon{width:46px;height:46px;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);display:grid;place-items:center;font-size:22px}.auth-card h1{font-size:28px;margin:14px 0 4px}.auth-card>p{color:var(--muted)}.auth-bottom{border-top:1px solid var(--line);margin-top:18px;padding-top:15px;color:var(--muted)}.auth-bottom a{color:var(--primary-dark)}.error-page{max-width:760px;margin:30px auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:48px}.error-code{font-size:68px;font-weight:800;color:#d2b5e5}.error-actions{display:flex;justify-content:center;gap:10px}

/* Legacy generic fallbacks */
.card{padding:18px}.section-title{font-size:28px;margin:0 0 18px}.narrow-page{max-width:var(--container)}.profile-status-tabs,.modern-tabs{display:flex;gap:8px}.status-pill{padding:4px 8px;border-radius:7px;background:#f2f3f5;font-size:13px}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{background:#f2f3f5;border-radius:7px;padding:5px 8px}.switch-line{display:flex;align-items:center;gap:8px}.account-page-head{margin-bottom:18px}.settings-fields-v7{display:grid;gap:14px}.settings-avatar-v7{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary-dark);font-weight:700}

/* Mobile */
@media(max-width:1100px){
  .container,.app-container,.admin-container-v7{width:min(calc(100% - 28px),var(--container))}.profiles-grid-v8{grid-template-columns:1fr}.account-profile-card-body-v8{grid-template-columns:130px minmax(0,1fr)}.account-profile-actions-v8{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:14px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-action-buttons-v8{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.profile-action-buttons-v8>a:first-child{grid-column:auto}.admin-kpi-grid,.account-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tag-check-grid-v8{grid-template-columns:repeat(3,minmax(0,1fr))}.media-editor-grid-v8{grid-template-columns:repeat(4,minmax(0,1fr))}.editor-grid-v8.three{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  body{font-size:15px}.container,.app-container,.admin-container-v7{width:min(calc(100% - 22px),var(--container))}.header-banner-inner-v8{height:68px}.header-copy-v8{display:none}.brand-v8{font-size:25px}.mobile-nav-toggle{display:block}.header-nav-inner-v8{min-height:52px;position:relative}.nav-v8{display:none;position:absolute;z-index:60;top:52px;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:0 0 12px 12px;padding:8px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-v8.open{display:flex}.nav-actions-v8 .btn{padding:9px 11px}.desktop-only{display:none!important}.page-v8{padding:14px 0 32px}.public-layout,.workspace-shell,.account-shell,.admin-shell-v7{display:block}.public-sidebar.catalog-filter-sidebar,.workspace-sidebar,.account-sidebar{position:fixed!important;z-index:80;top:0;bottom:0;left:0;width:min(330px,88vw);border-radius:0;overflow:auto;transform:translateX(-105%);transition:transform .18s ease}.public-sidebar.catalog-filter-sidebar.open,.workspace-sidebar.open,.account-sidebar.open{transform:translateX(0)}.public-sidebar:not(.catalog-filter-sidebar){display:none}.filter-drawer-head,.account-sidebar-mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.filter-drawer-head button,.account-sidebar-mobile-head button{border:0;background:none;font-size:26px}.filter-overlay,.account-overlay{display:none;position:fixed;z-index:70;inset:0;background:rgba(18,21,26,.45)}.filter-overlay.open,.account-overlay.open{display:block}.catalog-mobile-tools,.mobile-panel-bar,.account-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.catalog-mobile-tools .select{width:auto;min-width:170px}.catalog-sort{display:none}.catalog-heading-row h1,.page-heading h1,.account-page-head h1,.admin-page-head h1{font-size:25px}.page-heading,.account-page-head,.admin-page-head{align-items:center}.page-heading>p{font-size:14px}.profile-card-v8{grid-template-columns:160px 1fr;min-height:235px}.profile-card-photo{min-height:235px}.profile-hero-v8{grid-template-columns:1fr}.profile-main-photo{max-height:none}.profile-title-row-v8 h1{font-size:28px}.similar-grid-v8{grid-template-columns:repeat(2,1fr)}.workspace-content,.account-content{width:100%}.status-tabs-v8{overflow:auto;grid-template-columns:repeat(5,minmax(140px,1fr));padding-bottom:3px}.account-profile-card-body-v8{grid-template-columns:120px minmax(0,1fr)}.account-profile-actions-v8{grid-template-columns:1fr}.account-dashboard-grid,.admin-dashboard-grid,.two-card-grid{grid-template-columns:1fr}.account-panel-wide,.admin-panel-wide{grid-row:auto}.editor-grid-v8.two,.editor-grid-v8.three{grid-template-columns:1fr 1fr}.tag-check-grid-v8{grid-template-columns:repeat(2,1fr)}.admin-profile-detail-grid{grid-template-columns:1fr}.footer-v8-grid{grid-template-columns:repeat(2,1fr);gap:24px}.auth-page{display:block}.auth-page:before{display:none}.auth-card{margin:0 auto}.admin-mobile-bar{display:flex}.admin-sidebar-v7{position:fixed!important}
}
@media(max-width:620px){
  .container,.app-container,.admin-container-v7{width:min(calc(100% - 16px),var(--container))}.header-banner-v8{background:linear-gradient(110deg,#28152d,#754057)}.header-nav-inner-v8{gap:8px}.nav-actions-v8 .btn{font-size:13px}.profile-card-v8{grid-template-columns:128px minmax(0,1fr);min-height:210px}.profile-card-photo{min-height:210px}.profile-card-content{padding:13px}.profile-card-name{font-size:18px}.profile-card-content p{display:none}.profile-card-tags{display:none}.profile-card-facts{gap:5px 8px;margin:9px 0}.profile-card-facts span{font-size:13px}.profile-card-facts span+span:before{margin-right:8px}.catalog-search-v8{gap:7px}.catalog-search-v8 .btn{padding-left:12px;padding-right:12px}.surface-card{padding:16px}.profile-hero-v8{padding:10px}.profile-title-row-v8{display:block}.rating-box-v8{text-align:left;margin-top:8px}.phone-open-v8 strong{font-size:23px}.profile-facts-v8{grid-template-columns:1fr}.profile-facts-v8 div,.profile-facts-v8 div:nth-child(odd){border-right:0;border-bottom:1px solid var(--line)}.profile-facts-v8 div:last-child{border-bottom:0}.profile-thumbs{grid-template-columns:repeat(5,1fr)}.review-form-row{grid-template-columns:1fr}.similar-grid-v8{grid-template-columns:repeat(2,1fr);gap:10px}.page-heading,.account-page-head,.admin-page-head{display:block}.page-heading>.btn,.account-page-head>.btn,.admin-page-head>.btn{margin-top:12px}.status-tabs-v8{grid-template-columns:repeat(5,130px)}.toolbar-card-v8{align-items:flex-start;flex-direction:column}.account-profile-card-v8>header{align-items:flex-start;padding:10px 12px;min-height:0}.account-profile-card-v8>header>div{flex-wrap:wrap}.account-profile-card-body-v8{grid-template-columns:92px minmax(0,1fr);gap:11px;padding:11px}.account-profile-photo-v8{height:130px}.account-profile-contact-v8 strong{font-size:16px}.account-profile-info-grid-v8{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:12px}.account-profile-main-v8{display:contents}.moderator-note-v8{grid-column:1/-1}.account-profile-actions-v8{grid-column:1/-1}.profile-action-buttons-v8{grid-template-columns:1fr 1fr}.profile-action-buttons-v8>a:first-child{grid-column:1/-1}.editor-section-v8{padding:15px}.editor-grid-v8.two,.editor-grid-v8.three{grid-template-columns:1fr}.tag-check-grid-v8{grid-template-columns:1fr 1fr}.media-editor-grid-v8{grid-template-columns:repeat(3,1fr)}.tariff-options-v8{grid-template-columns:1fr}.editor-submit-v8{position:sticky;bottom:0;background:rgba(244,246,248,.96);padding:10px 0;z-index:10}.account-kpi-grid,.admin-kpi-grid{grid-template-columns:1fr 1fr}.finance-summary{align-items:flex-start;flex-direction:column;gap:12px}.topup-presets{grid-template-columns:1fr 1fr}.footer-v8-grid{grid-template-columns:1fr 1fr}.footer-v8-grid>div:first-child{grid-column:1/-1}.footer-bottom-v8{flex-direction:column}.table th,.table td{font-size:13px}.admin-profile-card{grid-template-columns:72px 1fr}.admin-profile-photo{width:72px;height:90px}.admin-profile-actions{grid-column:1/-1;flex-direction:row;flex-wrap:wrap}
}
.admin-mode .page-v8{padding-top:18px}.admin-mode{background:#eef1f4}.auth-layout-v8 .auth-card{max-width:620px;margin:0}.public-sidebar{position:static!important}.catalog-filter-sidebar{position:static!important}
@media(max-width:860px){.public-sidebar.catalog-filter-sidebar{position:fixed!important}.workspace-sidebar,.account-sidebar{position:fixed!important}}

/* =========================================================
   V9 — unified public/account/admin UI
   ========================================================= */
:root{--container:1320px;--sidebar:250px;--radius:12px;--shadow:0 6px 22px rgba(31,38,49,.045)}
body{font-size:16px;line-height:1.5;background:#f2f4f7}
.page-v8{padding-top:20px}
.container{width:min(calc(100% - 36px),var(--container))}

/* Header: cleaner and more memorable without visual noise. */
.site-header-v8{box-shadow:0 1px 0 rgba(20,25,32,.04)}
.header-banner-v8{position:relative;overflow:hidden;background:linear-gradient(105deg,#241427 0%,#5f3152 52%,#d96f3f 100%)}
.header-banner-v8:before,.header-banner-v8:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);opacity:.16;pointer-events:none}
.header-banner-v8:before{width:420px;height:420px;background:#fff;right:16%;top:-310px}
.header-banner-v8:after{width:260px;height:260px;background:#f7b169;right:-80px;bottom:-190px}
.header-banner-inner-v8{height:92px;z-index:1}
.brand-v8{font-size:31px;font-weight:800;letter-spacing:-1px}
.header-copy-v8 strong{font-size:19px;font-weight:650}.header-copy-v8 span{font-size:14px}
.header-nav-inner-v8{min-height:54px}.nav-v8 a{font-size:15px;padding:9px 12px}.nav-actions-v8 .btn{font-size:14px}

/* Public shell and one shared left column. */
.public-layout{grid-template-columns:var(--sidebar) minmax(0,1fr);gap:22px}
.public-sidebar{gap:14px;position:static!important;align-self:start}
.sidebar-quick-v9{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}
.sidebar-quick-v9 a{min-height:46px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:8px;padding:0 13px;border-bottom:1px solid #edf0f3;font-size:15px;color:#343a43}
.sidebar-quick-v9 a:last-child{border-bottom:0}.sidebar-quick-v9 a:hover{background:#faf7fc;color:var(--primary-dark)}
.quick-icon{font-size:19px;color:var(--primary)}.quick-arrow{color:#9da4ad}.sidebar-quick-v9 b{font-size:13px;font-weight:600;background:#f3ecf8;color:#7f3fb2;min-width:24px;height:24px;display:grid;place-items:center;border-radius:12px}
.sidebar-filters-v9{display:grid;gap:13px}.sidebar-filter-v9 label{display:block;margin:0 0 6px;font-size:15px;font-weight:500;color:#3b424b}.sidebar-filter-v9 .select{min-height:42px;padding:9px 10px;border-radius:7px;background:#fff}
.filter-drawer-head{font-size:18px}

/* Catalogue */
.catalog-title-v9{margin:0 0 14px}.catalog-title-line-v9{display:flex;align-items:center;justify-content:space-between;gap:18px}.catalog-title-v9 h1{margin:0;font-size:28px;line-height:1.2;font-weight:650;letter-spacing:-.35px}.catalog-title-v9 .breadcrumb{margin-bottom:7px}.catalog-search-v9{display:flex;gap:9px;margin-bottom:16px;max-width:620px}.catalog-search-v9 .input{min-height:42px}.catalog-sort{width:190px;min-height:42px}
.profiles-grid-v8{gap:15px}
.profile-card-v9{background:#fff;border:1px solid #dde2e8;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:180px minmax(0,1fr);min-height:250px;box-shadow:0 4px 14px rgba(31,38,49,.035)}
.profile-card-media-v9{position:relative;min-height:250px;background:#e8ebef}.profile-card-photo-v9{position:absolute;inset:0;display:block}.profile-card-photo-v9 img{width:100%;height:100%;object-fit:cover}
.favorite-card-button{position:absolute;z-index:4;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);box-shadow:0 3px 12px rgba(20,25,32,.14);font-size:24px;line-height:1;color:#6e7781;cursor:pointer}.favorite-card-button:hover,.favorite-card-button.is-favorite{color:#a047cf;background:#fff}.favorite-card-button.is-favorite{font-size:22px}
.profile-card-content-v9{padding:16px 16px 13px;display:flex;flex-direction:column;min-width:0}.profile-card-heading-v9{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.profile-card-name{font-size:20px;font-weight:650}.profile-card-location{font-size:14px;margin-top:4px}.profile-card-facts-v9{display:flex;flex-wrap:wrap;gap:6px 14px;margin:12px 0 8px;font-size:14px;color:#555e68}.profile-card-facts-v9 span+span:before{content:"·";margin-right:14px;color:#a2a8b0}.profile-card-content-v9 p{font-size:14px;line-height:1.45;color:#555d67;margin:5px 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.profile-card-bottom-v9{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#858c95;font-size:13px}.profile-card-bottom-v9 .btn{font-weight:500}
.load-more-wrap{text-align:center;padding:24px 0 4px}

/* Profile page */
.profile-page-layout-v9{align-items:start}.profile-main-v9{display:grid;gap:16px}.profile-main-v9>.breadcrumb{margin-bottom:-6px}.profile-mobile-filter-v9{display:none}
.profile-hero-v9{display:grid;grid-template-columns:minmax(0,48%) minmax(0,1fr);gap:24px;padding:18px}.profile-gallery-v9{min-width:0}.profile-main-photo-v9{position:relative;display:block;background:#edf0f3;border-radius:10px;overflow:hidden;min-height:480px;max-height:650px}.profile-main-photo-v9>img{width:100%;height:100%;min-height:480px;max-height:650px;object-fit:cover}.gallery-open-hint{position:absolute;right:12px;bottom:12px;padding:7px 10px;background:rgba(25,29,35,.72);color:#fff;border-radius:8px;font-size:13px;backdrop-filter:blur(5px)}
.profile-thumbs-v9{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:9px}.profile-thumb-v9{aspect-ratio:1/1;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#eee}.profile-thumb-v9 img{width:100%;height:100%;object-fit:cover}.profile-thumb-v9:hover{border-color:#bd83dd}
.profile-info-v9{display:flex;flex-direction:column;min-width:0}.profile-title-row-v9{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:15px}.profile-title-row-v9 h1{font-size:31px;font-weight:650;line-height:1.15;margin:0 0 7px;letter-spacing:-.4px}.profile-location-v9{font-size:15px;color:#646c76}.rating-box-v9{text-align:right}.rating-box-v9 strong{display:block;color:#8a6415;font-size:19px}.rating-box-v9 span{font-size:13px;color:#818893}
.profile-contact-card-v9{margin:16px 0;background:#faf8fc;border:1px solid #e8dcef;border-radius:10px;padding:14px}.profile-phone-v9{display:flex;align-items:baseline;gap:12px;color:#2d333b}.profile-phone-v9 span{font-size:14px;color:#767e88}.profile-phone-v9 strong{font-size:27px;font-weight:650;color:#9b4fcd}.profile-messengers-v9{display:flex;gap:8px;margin-top:11px}.messenger-btn{font-weight:600;border-radius:8px;padding:9px 13px}.contact-intro-v9{margin-top:12px;padding-top:11px;border-top:1px solid #e8e0ed;font-size:14px;color:#656d77}.contact-intro-v9 strong{font-weight:650;color:#3d444d}
.profile-facts-v9{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;overflow:hidden}.profile-facts-v9>div{padding:11px 13px;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line)}.profile-facts-v9>div:nth-child(odd){border-right:1px solid var(--line)}.profile-facts-v9>div:nth-last-child(-n+2){border-bottom:0}.profile-facts-v9 span{color:#7b838d;font-size:14px}.profile-facts-v9 b{font-weight:600;font-size:14px;text-align:right}.profile-actions-v9{display:flex;gap:9px;margin-top:15px}.profile-actions-v9 .is-favorite{background:#f5edfb;border-color:#d7b7e9;color:#7f38b1}
.profile-section-v9 h2,.reviews-section-v9 h2,.similar-section-v9 h2{font-size:23px;margin:0 0 12px;font-weight:650}.profile-description-v9{font-size:16px;line-height:1.65;color:#3f464f}.tag-list-v9{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.tag-list-v9 a,.tag-list-v9 span{padding:7px 10px;border-radius:8px;background:#f4f1f7;color:#6e427f;font-size:14px}
.section-head-v9{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.section-head-v9 h2{margin:0 0 3px}.section-head-v9 p{margin:0;color:var(--muted);font-size:14px}.reviews-count-v9{min-width:34px;height:34px;border-radius:17px;background:#f2ebf7;color:#7f43a9;display:grid;place-items:center;font-size:14px;font-weight:600}.review-list-v9{display:grid;gap:0}.review-list-v9 article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.review-avatar-v9{width:42px;height:42px;border-radius:50%;background:#f3edf7;color:#8147a7;display:grid;place-items:center;font-weight:650}.review-meta-v9{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.review-meta-v9 strong{font-weight:650}.review-meta-v9 time{margin-left:auto;font-size:13px;color:#8a919a}.review-stars-v9{color:#e7a819;letter-spacing:1px}.review-body-v9 p{margin:6px 0 0;color:#505862}.review-form-v9{margin-top:18px;background:#fafbfc;border:1px solid var(--line);border-radius:10px;padding:16px}.review-form-v9 h3{font-size:18px;margin:0 0 12px}.review-form-grid-v9{display:grid;grid-template-columns:150px 1fr;gap:12px;margin-bottom:12px}.review-form-grid-v9 label{display:grid;gap:6px;font-size:14px}.empty-inline-v9{padding:14px 0;color:var(--muted)}
.similar-grid-v9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.similar-card-v9{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;padding-bottom:10px}.similar-card-v9>div{aspect-ratio:4/5;background:#eee}.similar-card-v9 img{width:100%;height:100%;object-fit:cover}.similar-card-v9 strong,.similar-card-v9 small{display:block;padding:0 10px}.similar-card-v9 strong{margin-top:9px;font-size:15px;font-weight:650}.similar-card-v9 small{margin-top:2px;color:#858c95}.report-box-v9 summary{cursor:pointer;font-weight:600}.report-box-v9 form{display:grid;gap:12px;margin-top:14px}.report-box-v9 label{display:grid;gap:6px}

/* Account shell: matches the old reference layout, but cleaner. */
.account-container-v9{width:min(calc(100% - 36px),var(--container));margin:0 auto}.account-shell-v9{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}.account-sidebar-v9{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow);position:static!important}.account-content-v9{min-width:0}.account-mobile-bar-v9{display:none}.account-balance-v9{padding:16px;display:grid;gap:9px;border-bottom:1px solid var(--line)}.account-balance-v9>div{display:flex;align-items:baseline;justify-content:space-between}.account-balance-v9 span{color:#555e68}.account-balance-v9 strong{font-size:24px;font-weight:600}.account-nav-v9{padding:9px 0}.account-nav-v9 a{display:block;padding:10px 16px;font-size:15px;color:#343b44;border-left:3px solid transparent}.account-nav-v9 a:hover{background:#faf8fc;color:#7d3ea7}.account-nav-v9 a.active{background:#f7f1fa;color:#783aa0;border-left-color:#a252d0}.account-nav-sep{height:1px;background:var(--line);margin:8px 16px}.account-sidebar-mobile-head{display:none}
.account-page-head-v9{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.account-page-head-v9 h1{margin:3px 0 0;font-size:28px;font-weight:650}.page-heading h1{font-size:28px;font-weight:650}.page-heading p{font-size:15px}
.status-tabs-v8{gap:8px}.status-tabs-v8 a{border-radius:7px;padding:10px 13px;background:#fff}.toolbar-card-v8{border-radius:9px;box-shadow:none}
.account-profile-card-v8{border-radius:9px;box-shadow:0 3px 12px rgba(31,38,49,.035);overflow:hidden}.account-profile-card-v8>header{background:#272b30;padding:10px 13px;color:#fff}.account-profile-card-v8>header b,.account-profile-card-v8>header strong{font-weight:600}.account-profile-card-body-v8{padding:13px;gap:14px}.account-profile-photo-v8{border-radius:7px}.account-profile-contact-v8 strong{font-size:20px;font-weight:600;color:#a04dd0}.account-profile-contact-v8 em{font-size:14px}.account-profile-info-grid-v8 span{font-weight:600;font-size:14px}.account-profile-info-grid-v8 p{font-size:14px;line-height:1.45}.account-profile-actions-v8{border-left:1px solid var(--line);padding-left:14px}.profile-status-line-v8 strong{font-weight:600}.tariff-change-v8 label{font-size:14px}.boost-form-v8 small{font-size:13px}.moderator-note-v8{font-size:14px}

/* Profile editor */
.profile-editor-v9{display:grid;gap:14px}.editor-card-v9{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;box-shadow:0 3px 12px rgba(31,38,49,.025)}.editor-card-v9.compact{padding:15px 20px}.editor-card-v9>h2,.editor-card-head-v9 h2{font-size:20px;font-weight:650;margin:0 0 16px}.editor-card-head-v9{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.editor-card-head-v9 h2{margin-bottom:3px}.editor-card-head-v9 p,.editor-note-v9{margin:0;color:var(--muted);font-size:14px}.editor-grid-v9{display:grid;gap:14px}.editor-grid-v9.two{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-grid-v9.three{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-grid-v9 label,.editor-card-v9>label{display:grid;gap:6px;font-size:15px}.time-range-v9{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tag-check-grid-v9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.tag-check-grid-v9 label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px;font-weight:400;background:#fafbfc}.tag-check-grid-v9 input{accent-color:var(--primary)}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.media-dropzone-v9{border:1px dashed #bfc6cf;border-radius:10px;padding:12px;min-height:160px;background:#fafbfc;transition:.15s}.media-dropzone-v9.dragover{border-color:#a251d0;background:#faf5fd}.media-sortable-v9{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.media-sortable-v9:empty{display:none}.media-item-v9{position:relative;aspect-ratio:4/5;border-radius:8px;overflow:hidden;background:#e8ebef;border:1px solid var(--line)}.media-item-v9 img{width:100%;height:100%;object-fit:cover}.media-main-badge-v9{display:none;position:absolute;left:7px;bottom:7px;background:#f1a91f;color:#222;padding:4px 7px;border-radius:6px;font-size:12px;font-weight:600}.media-item-v9.is-main .media-main-badge-v9{display:block}.media-delete-v9{position:absolute;top:6px;right:6px;width:29px;height:29px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#b84343;font-size:21px;line-height:1;cursor:pointer}.media-drag-v9{position:absolute;left:6px;top:6px;padding:3px 7px;border-radius:6px;background:rgba(30,34,40,.68);color:#fff;cursor:grab;letter-spacing:-2px}.media-drop-hint-v9{text-align:center;padding:20px 12px;color:#68717c}.media-drop-hint-v9 strong,.media-drop-hint-v9 span{display:block}.media-drop-hint-v9 strong{font-size:16px;color:#434b55;margin-bottom:4px}.media-sortable-v9:not(:empty)+.media-drop-hint-v9{padding:13px 8px 2px}.verification-preview-v9{display:flex;align-items:center;gap:12px;margin-bottom:12px}.verification-preview-v9 img{width:90px;height:110px;object-fit:cover;border-radius:8px}.verification-upload-v9{display:inline-flex!important;width:auto!important;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:8px;padding:10px 13px;background:#fff;cursor:pointer}.verification-upload-v9 input{display:none}.tariff-options-v9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tariff-options-v9 label input{position:absolute;opacity:0}.tariff-options-v9 label span{display:grid;gap:4px;border:1px solid var(--line);border-radius:9px;padding:14px;cursor:pointer}.tariff-options-v9 label input:checked+span{border-color:#ad65d1;background:#faf5fd;box-shadow:0 0 0 2px rgba(154,79,208,.08)}.tariff-options-v9 strong{font-weight:600}.tariff-options-v9 b{font-size:20px;font-weight:650}.tariff-options-v9 small{color:var(--muted)}.editor-submit-v9{display:flex;justify-content:flex-end;gap:10px;padding:2px 0 12px}

/* Admin */
.admin-container-v7{width:min(calc(100% - 36px),var(--container));margin:0 auto}.admin-shell-v7{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:22px!important;align-items:start}.admin-sidebar-v7{position:static!important;width:auto!important;border-radius:10px!important}.admin-content-v7{min-width:0}.admin-brand-v7{padding:15px}.admin-nav-v7 a{font-size:14px}.admin-page-head-v9{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-page-head-v9 h1{font-size:28px;font-weight:650;margin:3px 0}.admin-page-head-v9 p{margin:0;color:var(--muted)}.admin-head-actions{display:flex;gap:8px}.admin-profile-layout-v9{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px}.admin-profile-main-v9{display:grid;gap:14px}.admin-profile-side-v9{display:grid;gap:14px;align-content:start}.admin-panel-v9{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px}.admin-panel-v9>h2,.admin-panel-head-v9 h2{font-size:19px;font-weight:650;margin:0}.admin-panel-head-v9{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-panel-head-v9 p{margin:3px 0 0;color:var(--muted);font-size:14px}.admin-profile-summary-v9{display:grid;grid-template-columns:190px 1fr;gap:16px}.admin-main-photo-v9{height:245px;border-radius:8px;overflow:hidden;background:#eee}.admin-main-photo-v9 img{width:100%;height:100%;object-fit:cover}.admin-main-photo-v9>div{height:100%;display:grid;place-items:center;font-size:54px;color:#9451bd}.admin-facts-v9{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:8px;overflow:hidden}.admin-facts-v9 div{padding:10px 11px;border-bottom:1px solid var(--line)}.admin-facts-v9 div:nth-child(odd){border-right:1px solid var(--line)}.admin-facts-v9 span,.admin-description-v9>span{display:block;color:#7b838c;font-size:13px;margin-bottom:3px}.admin-facts-v9 b{font-size:14px;font-weight:600}.admin-description-v9{margin-top:14px}.admin-description-v9 p{margin:0;line-height:1.6}.admin-media-grid-v9{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.admin-media-grid-v9 article{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fafbfc}.admin-media-grid-v9 img{width:100%;aspect-ratio:4/5;object-fit:cover}.admin-media-grid-v9 footer{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:7px;font-size:12px}.admin-timeline-v9{display:grid;gap:0}.admin-timeline-v9 article{display:grid;grid-template-columns:18px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.timeline-dot{width:9px;height:9px;border-radius:50%;background:#a053ce;margin-top:6px}.admin-timeline-v9 b,.admin-timeline-v9 small{display:block}.admin-timeline-v9 b{font-weight:600}.admin-timeline-v9 small{color:var(--muted);margin-top:2px}.admin-timeline-v9 p{margin:5px 0 0}.admin-moderation-v9{display:grid;gap:8px;margin-top:12px}.admin-side-stats-v9{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.admin-side-stats-v9 div{background:#f7f8fa;border-radius:8px;padding:10px}.admin-side-stats-v9 span,.admin-side-stats-v9 b{display:block}.admin-side-stats-v9 span{font-size:12px;color:var(--muted)}.admin-side-stats-v9 b{font-size:20px;font-weight:650}.boost-list-v9{display:grid;gap:7px;margin-top:10px}.boost-list-v9 div{display:flex;justify-content:space-between;gap:10px;font-size:14px}.boost-list-v9 b{font-weight:600}

@media(max-width:1100px){
  :root{--sidebar:235px}.profile-card-v9{grid-template-columns:165px 1fr}.profile-hero-v9{grid-template-columns:minmax(0,46%) minmax(0,1fr)}.media-sortable-v9{grid-template-columns:repeat(4,1fr)}.tag-check-grid-v9{grid-template-columns:repeat(3,1fr)}.admin-profile-layout-v9{grid-template-columns:1fr}.admin-profile-side-v9{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:860px){
  .container,.account-container-v9,.admin-container-v7{width:min(calc(100% - 20px),var(--container))}.page-v8{padding-top:12px}.header-banner-inner-v8{height:70px}.public-layout,.account-shell-v9,.admin-shell-v7{display:block!important}.public-sidebar.catalog-filter-sidebar,.account-sidebar-v9,.admin-sidebar-v7{position:fixed!important;z-index:90;top:0;bottom:0;left:0;width:min(330px,88vw)!important;border-radius:0!important;overflow:auto;transform:translateX(-105%);transition:transform .18s ease;background:#fff}.public-sidebar.catalog-filter-sidebar.open,.account-sidebar-v9.open,.admin-sidebar-v7.open{transform:translateX(0)}.account-sidebar-mobile-head,.filter-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px 0}.account-sidebar-mobile-head button,.filter-drawer-head button{border:0;background:none;font-size:26px}.account-mobile-bar-v9,.catalog-mobile-tools,.admin-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.profile-mobile-filter-v9{display:flex}.account-overlay,.filter-overlay{display:none;position:fixed;z-index:85;inset:0;background:rgba(19,22,27,.44)}.account-overlay.open,.filter-overlay.open{display:block}.catalog-sort{display:none}.catalog-title-v9 h1{font-size:25px}.profiles-grid-v8{grid-template-columns:1fr}.profile-hero-v9{grid-template-columns:1fr}.profile-main-photo-v9,.profile-main-photo-v9>img{min-height:420px;max-height:620px}.editor-grid-v9.three{grid-template-columns:repeat(2,1fr)}.tag-check-grid-v9{grid-template-columns:repeat(2,1fr)}.media-sortable-v9{grid-template-columns:repeat(4,1fr)}.admin-profile-side-v9{grid-template-columns:1fr}.admin-profile-summary-v9{grid-template-columns:150px 1fr}.admin-media-grid-v9{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:620px){
  body{font-size:15px}.header-nav-inner-v8{min-height:50px}.brand-v8{font-size:25px}.catalog-title-line-v9{display:block}.catalog-search-v9{gap:6px}.profile-card-v9{grid-template-columns:128px minmax(0,1fr);min-height:205px}.profile-card-media-v9{min-height:205px}.profile-card-content-v9{padding:12px}.profile-card-name{font-size:18px}.profile-card-content-v9 p{display:none}.profile-card-facts-v9{font-size:13px;margin-top:9px}.profile-card-bottom-v9{margin-top:auto}.favorite-card-button{width:34px;height:34px;font-size:21px}.profile-hero-v9{padding:10px;gap:14px}.profile-main-photo-v9,.profile-main-photo-v9>img{min-height:390px}.profile-thumbs-v9{grid-template-columns:repeat(4,1fr)}.profile-title-row-v9{display:block}.profile-title-row-v9 h1{font-size:27px}.rating-box-v9{text-align:left;margin-top:8px}.profile-phone-v9{display:block}.profile-phone-v9 span{display:block}.profile-phone-v9 strong{font-size:24px}.profile-messengers-v9{flex-wrap:wrap}.profile-facts-v9{grid-template-columns:1fr}.profile-facts-v9>div,.profile-facts-v9>div:nth-child(odd){border-right:0;border-bottom:1px solid var(--line)}.profile-facts-v9>div:last-child{border-bottom:0}.profile-actions-v9{display:grid;grid-template-columns:1fr 1fr}.review-form-grid-v9{grid-template-columns:1fr}.similar-grid-v9{grid-template-columns:repeat(2,1fr)}.account-page-head-v9{display:block}.account-page-head-v9>a{margin-top:10px}.editor-card-v9{padding:15px}.editor-grid-v9.two,.editor-grid-v9.three{grid-template-columns:1fr}.time-range-v9{grid-template-columns:1fr 1fr}.tag-check-grid-v9{grid-template-columns:1fr 1fr}.media-sortable-v9{grid-template-columns:repeat(3,1fr)}.editor-card-head-v9{align-items:center}.editor-card-head-v9 p{display:none}.tariff-options-v9{grid-template-columns:1fr}.editor-submit-v9{display:grid;grid-template-columns:1fr 1fr}.admin-page-head-v9{display:block}.admin-head-actions{margin-top:10px;flex-wrap:wrap}.admin-profile-summary-v9{grid-template-columns:1fr}.admin-main-photo-v9{height:330px}.admin-facts-v9{grid-template-columns:1fr}.admin-facts-v9 div:nth-child(odd){border-right:0}.admin-media-grid-v9{grid-template-columns:repeat(3,1fr)}
}
.footer-v9-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px}.footer-v9-grid>div,.footer-v9-grid nav{display:flex;flex-direction:column;gap:8px}.footer-v9-grid p{margin:4px 0 0;color:var(--muted);max-width:390px;font-size:14px}.footer-v9-grid nav a{font-size:14px;color:#59616c}.footer-v9-grid nav a:hover{color:var(--primary-dark)}
@media(max-width:620px){.footer-v9-grid{grid-template-columns:1fr 1fr}.footer-v9-grid>div:first-child{grid-column:1/-1}.footer-bottom-v8{display:block}.footer-bottom-v8 span{display:block;margin-top:4px}}
.account-status-tabs-v9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:8px;margin-bottom:14px}.account-status-tabs-v9 a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;background:#fff;border:1px solid var(--line);border-radius:7px;font-size:14px;color:#4d5660}.account-status-tabs-v9 a b{font-size:13px;font-weight:600}.account-status-tabs-v9 a.active{border-color:#b066d4;color:#7d3aa5;background:#faf6fc}.account-status-tabs-v9 a.status-active{border-color:#78c8a3}.account-status-tabs-v9 a.status-rejected{border-color:#e6a3a3}.account-status-tabs-v9 a.status-pending{border-color:#edc57e}.account-status-tabs-v9 .archive-tab{padding:0 14px}.account-toolbar-v9{margin-bottom:14px}.account-profile-list-v9{display:grid;gap:14px}.account-card-v9{background:#fff;border:1px solid #dfe3e8;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(31,38,49,.03)}.account-card-head-v9{min-height:42px;background:#25292d;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 13px;font-size:14px}.account-card-head-v9>div{display:flex;align-items:center;gap:8px}.account-card-head-v9 b,.account-card-head-v9 strong{font-weight:600}.account-card-head-v9>span{font-size:13px}.head-divider{color:#777f87}.account-card-body-v9{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;padding:13px}.account-card-photo-v9{width:128px;height:160px;border-radius:6px;overflow:hidden;background:#eceff2}.account-card-photo-v9 img{width:100%;height:100%;object-fit:cover}.account-card-photo-v9>div{height:100%;display:grid;place-items:center;font-size:42px;color:#9d59c5}.account-card-main-v9{min-width:0}.account-contact-line-v9{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-bottom:10px;border-bottom:1px solid var(--line)}.account-contact-line-v9>strong{font-size:20px;font-weight:600;color:#a34fd0}.mini-messenger{padding:4px 7px;border-radius:5px;color:#fff;font-size:12px}.mini-messenger.telegram{background:#269fd8}.mini-messenger.whatsapp{background:#25b76b}.schedule-v9{color:#818892;font-size:13px}.account-status-v9{margin-left:auto;padding:5px 8px;border-radius:6px;background:#f0f2f4;color:#5f6872;font-size:12px}.account-status-v9.status-active{background:#eaf7f0;color:#25805a}.account-status-v9.status-pending{background:#fff6df;color:#9d6a12}.account-status-v9.status-rejected{background:#fff0f0;color:#a13f3f}.account-card-columns-v9{display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(220px,1.25fr);gap:16px;padding-top:10px}.account-data-block-v9 h3,.account-placement-v9>form>label{font-size:14px;font-weight:600;margin:0 0 6px}.account-data-block-v9 dl{margin:0;display:grid;gap:3px}.account-data-block-v9 dl>div{display:flex;justify-content:space-between;gap:12px;font-size:13px}.account-data-block-v9 dt{color:#7b838c}.account-data-block-v9 dd{margin:0;color:#343b43}.account-stats-block-v9{border:1px dashed #b7bdc5;padding:9px 10px;border-radius:6px}.account-placement-v9{display:grid;align-content:start;gap:9px}.account-placement-v9 form{display:grid;grid-template-columns:1fr auto;gap:7px;align-items:end}.account-placement-v9 form:nth-child(2){grid-template-columns:1fr}.account-placement-v9 .select{min-height:38px;padding:7px 9px;font-size:13px}.account-placement-v9 small{font-size:12px;color:#818892}.account-card-actions-v9{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 13px;border-top:1px solid var(--line);background:#fbfbfc}.left-actions-v9{display:flex;gap:8px}.account-moderator-note-v9{padding:9px 13px;border-top:1px solid #eee3cd;background:#fffaf0;font-size:13px;color:#646b73}.account-moderator-note-v9 strong{font-weight:600;color:#4d545c}
@media(max-width:1100px){.account-card-columns-v9{grid-template-columns:1fr 1fr}.account-placement-v9{grid-column:1/-1;grid-template-columns:1fr 1fr}.account-placement-v9 form:nth-child(2){grid-template-columns:1fr}}
@media(max-width:760px){.account-status-tabs-v9{display:flex;overflow:auto;padding-bottom:3px}.account-status-tabs-v9 a{min-width:138px}.account-card-head-v9{align-items:flex-start}.account-card-body-v9{grid-template-columns:105px minmax(0,1fr)}.account-card-photo-v9{width:105px;height:135px}.account-contact-line-v9{align-items:flex-start}.account-status-v9{margin-left:0}.account-card-columns-v9{grid-column:1/-1;grid-template-columns:1fr 1fr}.account-placement-v9{grid-column:1/-1}.account-card-actions-v9{align-items:stretch}.left-actions-v9{flex-wrap:wrap}}
@media(max-width:520px){.account-card-body-v9{grid-template-columns:88px minmax(0,1fr);gap:10px}.account-card-photo-v9{width:88px;height:118px}.account-contact-line-v9>strong{font-size:17px}.account-card-columns-v9{grid-template-columns:1fr}.account-placement-v9{grid-template-columns:1fr}.account-card-actions-v9{display:grid;grid-template-columns:1fr}.left-actions-v9{display:grid;grid-template-columns:1fr 1fr}.account-card-actions-v9>.btn{width:100%}.account-card-head-v9>span{display:none}}
