@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=PT+Serif:wght@700&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#342d27;background:#f5f0e8;font-synthesis:none;--paper: #fffdf9;--ink: #342d27;--muted: #82766b;--line: #e8ded1;--ochre: #cf781a;--ochre-dark: #a9570d;--ochre-soft: #f9e7cf;--green: #78864a;--green-soft: #e8edd9;--blue: #527fae;--pink: #d56d9f;--shadow: 0 16px 50px rgba(68, 49, 28, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 15% 5%,rgba(214,164,99,.12),transparent 28%),#f5f0e8}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}h1,h2,p{margin-top:0}h1,h2{font-family:"PT Serif",Georgia,serif}h1{margin-bottom:8px;font-size:clamp(30px,3vw,42px);line-height:1.1}h2{margin-bottom:4px;font-size:23px}code{font-size:.85em;color:#76695f;word-break:break-all}.app-layout{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column;width:272px;padding:28px 18px 20px;color:#f9f5ee;background:linear-gradient(180deg,#342d27,#27221e);box-shadow:8px 0 30px #281e141f}.brand{display:flex;align-items:center;gap:13px;padding:0 10px 30px}.brand__mark,.loader-mark,.login-card__mark{display:grid;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(145deg,#e79535,#bf6412);box-shadow:0 8px 20px #cf781a40;font-family:"PT Serif",serif}.brand__mark{width:45px;height:45px;font-size:23px}.brand strong,.brand span{display:block}.brand strong{font-family:"PT Serif",serif;font-size:21px}.brand span{margin-top:2px;color:#c4b9ae;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.sidebar__nav{display:grid;gap:7px}.nav-item{display:flex;align-items:center;gap:13px;min-height:50px;padding:0 14px;border-radius:13px;color:#cfc5bb;text-decoration:none;font-size:14px;font-weight:600;transition:.18s ease}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item--active{color:#fff5e8;background:#cf781a33;box-shadow:inset 3px 0 #df8b2b}.sidebar__profile{display:flex;align-items:center;gap:10px;margin-top:auto;padding:15px 10px 0;border-top:1px solid rgba(255,255,255,.09)}.avatar{display:grid;flex:0 0 38px;height:38px;place-items:center;border-radius:50%;color:#553315;background:#f3d5af;font-weight:800}.avatar img,.person-cell__avatar img,.user-hero__avatar img{width:100%;height:100%;object-fit:cover}.avatar img{border-radius:50%}.sidebar__profile-copy{min-width:0;flex:1}.sidebar__profile-copy strong,.sidebar__profile-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__profile-copy strong{font-size:13px}.sidebar__profile-copy span{margin-top:2px;color:#9f958c;font-size:10px;text-transform:uppercase}.icon-button{display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:11px;color:inherit;background:transparent;cursor:pointer}.icon-button:hover{background:#ffffff14}.sidebar__close,.mobile-header,.sidebar-backdrop{display:none}.main-area{min-height:100vh;margin-left:272px}.page{width:min(1280px,100%);margin:0 auto;padding:46px clamp(28px,4vw,64px) 80px;animation:reveal .26s ease both}@keyframes reveal{0%{opacity:0;transform:translateY(5px)}}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.page-heading p{margin-bottom:0;color:var(--muted)}.eyebrow{display:block;margin-bottom:7px;color:var(--ochre-dark);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.date-chip,.count-chip{flex:none;padding:10px 14px;border:1px solid #e3d7c9;border-radius:999px;color:#76695d;background:#fffdf9b3;font-size:12px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card{position:relative;overflow:hidden;min-height:174px;padding:22px;border:1px solid rgba(255,255,255,.75);border-radius:20px;background:var(--paper);box-shadow:var(--shadow)}.stat-card:after{position:absolute;right:-30px;bottom:-45px;width:120px;height:120px;border-radius:50%;background:currentColor;opacity:.06;content:""}.stat-card__icon{display:grid;width:43px;height:43px;margin-bottom:18px;place-items:center;border-radius:13px;background:#ffffffa6}.stat-card span,.stat-card small{display:block;color:var(--muted)}.stat-card span{font-size:12px;font-weight:700}.stat-card strong{display:block;margin:5px 0 2px;color:var(--ink);font-size:31px}.stat-card small{font-size:11px}.stat-card--ochre{color:var(--ochre);background:#fff4e5}.stat-card--green{color:var(--green);background:#f0f3e8}.stat-card--blue{color:var(--blue);background:#edf4fa}.stat-card--pink{color:var(--pink);background:#faeef4}.panel{margin-bottom:20px;padding:24px;border:1px solid rgba(224,211,196,.85);border-radius:21px;background:#fffdf9eb;box-shadow:var(--shadow)}.panel--table{padding-right:0;padding-left:0}.panel--table>.panel__heading,.panel--table>.toolbar{margin-right:24px;margin-left:24px}.panel__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.panel__heading p{margin-bottom:0;color:var(--muted);font-size:12px}.panel-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;color:var(--ochre-dark);background:var(--ochre-soft)}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.details-list{display:grid;grid-template-columns:1fr 1fr;margin:0}.details-list div{padding:13px 10px;border-bottom:1px solid #eee5da}.details-list dt{margin-bottom:4px;color:var(--muted);font-size:11px}.details-list dd{margin:0;font-size:13px;font-weight:700}.toolbar{display:flex;gap:12px;margin-bottom:20px}.toolbar--users{align-items:flex-start;flex-wrap:wrap}.toolbar--users .search-field{min-width:290px}.toolbar select{min-width:170px;height:48px;padding:0 14px;border:1px solid var(--line);border-radius:13px;color:var(--ink);background:#fff;outline:none}.search-field{display:flex;flex:1;align-items:center;gap:10px;height:48px;padding-left:14px;border:1px solid var(--line);border-radius:13px;color:#978b80;background:#fff}.search-field:focus-within{border-color:#d89a57;box-shadow:0 0 0 3px #cf781a1a}.search-field input{min-width:0;flex:1;height:100%;border:0;outline:0;color:var(--ink);background:transparent}.search-field button{align-self:stretch;padding:0 20px;border:0;border-radius:0 12px 12px 0;color:#fff;background:var(--ochre);cursor:pointer;font-weight:700}.toolbar__export{min-height:48px}.role-filter{position:relative;min-width:170px}.role-filter summary{display:flex;height:48px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;font-size:13px;list-style:none}.role-filter summary::-webkit-details-marker{display:none}.role-filter summary:after{color:#998d81;content:"▾"}.role-filter[open] summary{border-color:#d89a57;box-shadow:0 0 0 3px #cf781a1a}.role-filter>div{position:absolute;top:54px;right:0;z-index:12;display:grid;width:max-content;min-width:220px;max-width:320px;max-height:300px;overflow-y:auto;padding:9px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 14px 34px #38291929}.role-filter label{display:flex;align-items:center;gap:9px;padding:9px;border-radius:8px;cursor:pointer;font-size:12px}.role-filter label:hover{background:#fff7ed}.role-filter input,.export-fields input{accent-color:var(--ochre)}.role-filter small{padding:9px;color:var(--muted)}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:12px}.data-table th{padding:11px 16px;color:#998d81;background:#f8f3ec;font-size:10px;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table th:first-child,.data-table td:first-child{padding-left:24px}.data-table th:last-child,.data-table td:last-child{padding-right:24px}.data-table td{padding:14px 16px;border-top:1px solid #eee5da;vertical-align:middle}.data-table td>strong,.data-table td>small{display:block}.data-table td>small{margin-top:3px;color:var(--muted);font-size:10px}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover{background:#fffbf5}.person-cell{display:flex;align-items:center;gap:11px;min-width:180px}.person-cell__avatar{display:grid;overflow:hidden;flex:0 0 42px;height:42px;place-items:center;border-radius:50%;color:#9b6a37;background:#f7ead9}.person-cell__avatar img{border-radius:50%}.person-cell strong,.person-cell small{display:block}.person-cell small{margin-top:3px;color:var(--muted);font-size:10px}.status{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.status--success{color:#52642d;background:#e7edda}.status--muted{color:#7c746c;background:#ece9e5}.status--accent{color:#a95811;background:#f9e5cd}.status--plain{color:#586f84;background:#e8eff5}.role-badges{display:flex;max-width:210px;flex-wrap:wrap;gap:5px;color:var(--muted)}.role-badges span{padding:4px 7px;border-radius:7px;color:#795127;background:#faead7;font-size:9px;font-weight:700}.row-link{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;color:var(--ochre-dark);text-decoration:none;background:#fff4e5}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;padding:20px 24px 0;border-top:1px solid #eee5da;color:var(--muted);font-size:11px}.pagination button{display:inline-flex;align-items:center;gap:5px;padding:9px 13px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#fff;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:default}.timeline{display:grid}.timeline__item{position:relative;display:grid;grid-template-columns:22px 1fr;gap:12px;padding-bottom:22px}.timeline__item:not(:last-child):before{position:absolute;top:12px;bottom:0;left:5px;width:1px;background:#e4d8ca;content:""}.timeline__dot{position:relative;z-index:1;width:11px;height:11px;margin-top:5px;border:3px solid white;border-radius:50%;outline:1px solid #d8cabb;background:var(--ochre)}.timeline__dot--warning{background:#d89a2d}.timeline__dot--error{background:#cf5555}.timeline__heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.timeline__heading strong{font-size:13px}.timeline__heading time{flex:none;color:var(--muted);font-size:10px}.timeline__content p{margin:5px 0 8px;color:#70645a;font-size:11px}.timeline__user{display:inline-block;margin-top:4px;color:var(--ochre-dark);font-size:11px;font-weight:700;text-decoration:none}.timeline__tags{display:flex;gap:6px}.timeline__tags span{padding:3px 7px;border-radius:5px;color:#8b7d70;background:#f3eee8;font-size:9px}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;color:#796b5f;font-size:12px;font-weight:700;text-decoration:none}.user-hero{display:flex;align-items:center;gap:17px;margin-bottom:22px;padding:24px;border:1px solid #e4d8c9;border-radius:21px;background:linear-gradient(120deg,#fffaf2,#fffdf9);box-shadow:var(--shadow)}.user-hero__avatar{display:grid;flex:0 0 66px;height:66px;place-items:center;border-radius:20px;color:#6e3e12;background:#f1cfaa;font-family:"PT Serif",serif;font-size:29px}.user-hero__avatar{overflow:hidden}.user-hero__avatar img{border-radius:20px}.user-hero__main{min-width:0;flex:1}.user-hero__title{display:flex;align-items:center;gap:12px}.user-hero h1{margin:0;font-size:31px}.user-hero p{margin:6px 0 0;color:var(--muted);font-size:11px}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:12px;cursor:pointer;font-size:12px;font-weight:800;text-decoration:none}.button--primary{color:#fff;background:var(--ochre)}.button--secondary{border:1px solid var(--line);color:#62564b;background:#fff}.weight-chart{width:100%}.weight-chart svg{display:block;width:100%;min-height:230px;overflow:visible}.chart-grid{stroke:#e8e2dc;stroke-width:1}.chart-label{fill:#91867b;font:11px Manrope,sans-serif}.chart-line{fill:none;stroke:#4f82bd;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.chart-trend{stroke:#e46fb3;stroke-width:3}.chart-point{fill:#fff;stroke:#4f82bd;stroke-width:2}.chart-legend{display:flex;justify-content:center;gap:20px;color:var(--muted);font-size:10px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:18px;height:3px;border-radius:2px}.legend-blue{background:#4f82bd}.legend-pink{background:#e46fb3}.chart-empty{display:grid;min-height:190px;place-items:center;color:var(--muted);font-size:12px}.state{color:var(--muted)}.state--inline{display:flex;min-height:180px;align-items:center;justify-content:center;gap:10px}.state--error,.state--empty{display:flex;min-height:150px;align-items:center;justify-content:center;gap:14px;padding:25px;text-align:left}.state--error{color:#9b4c42}.state--empty{flex-direction:column;gap:4px;color:var(--muted);text-align:center}.state p{margin:4px 0 0;font-size:11px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.full-page-state{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:12px}.loader-mark{width:55px;height:55px;margin-bottom:5px;font-size:27px}.login-page{display:grid;min-height:100vh;padding:24px;place-items:center;background:radial-gradient(circle at 30% 20%,rgba(219,149,68,.17),transparent 30%),radial-gradient(circle at 75% 80%,rgba(118,134,75,.12),transparent 28%),#f5efe6}.login-card{width:min(440px,100%);padding:48px 44px;border:1px solid rgba(220,201,179,.9);border-radius:28px;background:#fffdf9f2;box-shadow:0 30px 80px #3d2b191f;text-align:center}.login-card__mark{width:68px;height:68px;margin:0 auto 24px;font-size:32px}.login-card__mark--error{background:#b85b4d}.login-card h1{font-size:35px}.login-card>p{margin-bottom:26px;color:var(--muted);font-size:13px;line-height:1.7}.vk-button{display:flex;width:100%;min-height:55px;align-items:center;justify-content:center;gap:11px;border:0;border-radius:14px;color:#fff;background:#1976d2;box-shadow:0 10px 25px #1976d233;cursor:pointer;font-weight:800}.vk-button:disabled{opacity:.65;cursor:wait}.vk-logo{font-weight:800;letter-spacing:-.08em}.vkid-slot{position:relative;width:100%;min-height:55px}.vkid-container{display:flex;width:100%;min-height:55px;align-items:center;justify-content:center}.vkid-container>div{width:100%}.vkid-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;border-radius:14px;color:#8b7f74;background:#f3eee7;font-size:11px}.login-card__security{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:22px;color:#8d8278;font-size:10px}.form-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:11px;border-radius:10px;color:#963f36;background:#fae5e2;font-size:11px}.form-error button{flex:none;border:0;color:#963f36;background:transparent;cursor:pointer;font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;overflow-y:auto;padding:28px;place-items:center;background:#251e188c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.export-modal{width:min(680px,100%);max-height:calc(100vh - 56px);overflow-y:auto;padding:28px;border:1px solid #e1d4c5;border-radius:23px;background:var(--paper);box-shadow:0 30px 80px #21181140}.export-modal__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.export-modal__heading h2{margin-bottom:6px;font-size:27px}.export-modal__heading p{margin-bottom:0;color:var(--muted);font-size:11px}.export-modal__heading .icon-button:hover{background:#f3ece4}.export-name{display:grid;gap:7px;color:#6e6257;font-size:11px;font-weight:700}.export-name input{height:46px;padding:0 13px;border:1px solid var(--line);border-radius:12px;outline:none}.export-name input:focus{border-color:#d89a57;box-shadow:0 0 0 3px #cf781a1a}.export-hint{margin:8px 0 22px;color:var(--muted);font-size:10px}.export-fields__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:12px}.export-fields__heading button{border:0;color:var(--ochre-dark);background:transparent;cursor:pointer;font-size:10px;font-weight:800}.export-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:300px;overflow-y:auto;padding:12px;border:1px solid #eee4d8;border-radius:14px;background:#fbf7f1}.export-fields label{display:flex;min-height:36px;align-items:center;gap:9px;padding:6px 9px;border-radius:8px;background:#fff;cursor:pointer;font-size:11px}.export-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}@media(max-width:1050px){.stats-grid{grid-template-columns:1fr 1fr}.details-grid{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{width:min(300px,86vw);transform:translate(-105%);transition:transform .22s ease}.sidebar--open{transform:translate(0)}.sidebar__close{display:grid;margin-left:auto}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15;display:block;border:0;background:#19151273}.main-area{margin-left:0}.mobile-header{position:sticky;top:0;z-index:10;display:flex;height:60px;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid #e7ddd0;background:#faf7f2f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-header .icon-button:hover{background:#eee6dc}.page{padding:27px 16px 60px}.page-heading{align-items:flex-start}.date-chip{display:none}.toolbar{flex-direction:column}.toolbar select,.toolbar--users .search-field,.role-filter,.toolbar__export{width:100%}.role-filter>div{right:auto;left:0;width:100%;max-width:none}.user-hero{align-items:flex-start;flex-wrap:wrap;padding:19px}.user-hero__avatar{flex-basis:54px;height:54px;border-radius:16px}.user-hero .button{width:100%}.details-list{grid-template-columns:1fr}}@media(max-width:520px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:140px}.page-heading{flex-direction:column;gap:12px}.count-chip{align-self:flex-start}.panel{padding:19px;border-radius:17px}.panel--table{padding-right:0;padding-left:0}.panel--table>.panel__heading,.panel--table>.toolbar{margin-right:16px;margin-left:16px}.search-field button{padding:0 14px}.timeline__heading{align-items:flex-start;flex-direction:column;gap:3px}.login-card{padding:38px 24px}.pagination{gap:8px}.pagination span{font-size:9px}.modal-backdrop{padding:12px}.export-modal{max-height:calc(100vh - 24px);padding:21px;border-radius:18px}.export-fields{grid-template-columns:1fr}.export-modal__actions{flex-direction:column-reverse}.export-modal__actions .button{width:100%}}
