.form-grid--vertical{display:flex;flex-direction:column;gap:14px}.form-grid--vertical .srv-grid,.form-grid--vertical .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.form-grid--vertical .actions{align-self:flex-start}.form-grid--vertical .actions--right{align-self:flex-end;width:100%;justify-content:flex-end}:root{--bg: #f5f7fa;--panel: #ffffff;--panel-muted: #eef2f8;--panel-highlight: #f9fbff;--border: #d7dce3;--text: #1f2933;--muted: #5f6b7c;--brand: #2563eb;--brand-strong: #1d4ed8;--brand-soft: rgba(37, 99, 235, .12);--ok: #2bb673;--danger: #e5484d;--shadow-soft: 0 16px 32px rgba(15, 23, 42, .08)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:400 14px/1.5 Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline;color:var(--brand-strong)}button{font:inherit}.page{min-height:100vh;background:var(--bg);display:flex;flex-direction:column;position:relative;overflow:hidden;isolation:isolate}.page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(140% 80% at 10% -10%,rgba(37,99,235,.14),transparent 65%),radial-gradient(120% 70% at 90% -20%,rgba(43,182,115,.12),transparent 60%);z-index:-1;pointer-events:none}.app-shell{display:flex;flex-direction:row;align-items:stretch;min-height:100vh;background:var(--bg);color:var(--text)}.app-sidebar{width:280px;background:var(--panel);border-right:1px solid var(--border);padding:28px 24px;display:flex;flex-direction:column;gap:28px;position:fixed;top:0;left:0;height:100vh;max-height:100vh;overflow-y:auto;box-shadow:0 20px 40px #0f172a0f;z-index:20}.app-sidebar__brand{display:flex;flex-direction:column;gap:6px}.app-sidebar__brand-link{font-weight:600;font-size:18px;color:var(--text)}.app-sidebar__plan{font-size:12px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.app-sidebar__section{display:flex;flex-direction:column;gap:10px}.app-sidebar__heading{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.app-sidebar__nav{display:flex;flex-direction:column;gap:4px}.app-sidebar__link{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;color:var(--muted);font-weight:500;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.app-sidebar__link:hover{color:var(--brand-strong);background:var(--brand-soft)}.app-sidebar__link--active{color:var(--brand-strong);background:#2563eb29;box-shadow:inset 0 0 0 1px #2563eb3d}.app-sidebar__footer{margin-top:auto;display:flex;flex-direction:column;gap:12px;font-size:13px;color:var(--muted)}.app-sidebar__footer a{color:var(--brand-strong)}.app-sidebar__submenu{display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:16px;background:var(--panel-highlight);border:1px solid rgba(37,99,235,.08);box-shadow:inset 0 1px #fff6}.app-sidebar__subnav{display:flex;flex-direction:column;gap:4px}.app-sidebar__subnav-link{font-size:13px;padding:6px 10px;line-height:1.4}.app-sidebar__subnav-link.app-sidebar__link--active{box-shadow:inset 0 0 0 1px #2563eb3d}.app-sidebar__hint{font-size:13px;color:var(--muted)}.app-sidebar__submenu-all{font-size:12px;color:var(--brand-strong);font-weight:500;display:inline-flex;align-items:center;gap:6px}.app-sidebar__submenu-all:after{content:">";font-size:12px}.app-shell__body{flex:1;display:flex;flex-direction:column;min-height:100vh;margin-left:280px}.app-header{position:sticky;top:0;z-index:8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid var(--border);box-shadow:0 16px 40px #0f172a14;padding:20px 32px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px}.app-header__title-block{display:flex;flex-direction:column;gap:6px}.app-header__eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.app-header__title{margin:0;font-size:22px;font-weight:600;color:var(--text)}.app-header__subtitle{margin:0;font-size:13px;color:var(--muted)}.app-header__content{display:flex;flex-direction:column;gap:16px}.app-header__meta{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.app-header__search{position:relative;min-width:280px;max-width:360px}.app-header__search input{width:100%;padding:9px 12px 9px 36px;border-radius:10px;border:1px solid var(--border);background:var(--panel-highlight);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.app-header__search input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #2563eb26;background:#fff}.app-header__search:before{content:"🔍";position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:var(--muted)}.app-header__search--open input{border-bottom-left-radius:0;border-bottom-right-radius:0}.app-header__search-list{position:absolute;top:calc(100% + 4px);left:0;right:0;padding:6px;display:flex;flex-direction:column;gap:4px;background:var(--panel);border:1px solid var(--border);border-radius:0 0 12px 12px;box-shadow:0 20px 40px #0f172a14;max-height:260px;overflow-y:auto;z-index:24}.app-header__search-item{width:100%;border:none;background:transparent;padding:8px 10px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;color:var(--text);cursor:pointer;transition:background-color .15s ease,color .15s ease}.app-header__search-item:hover,.app-header__search-item:focus-visible{background:var(--panel-highlight);outline:none}.app-header__search-item--active{background:#2563eb1f;color:var(--brand-strong)}.app-header__search-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header__search-meta{font-size:12px;color:var(--muted);white-space:nowrap}.app-header__search-empty{position:absolute;top:calc(100% + 4px);left:0;right:0;padding:10px 12px;background:var(--panel);border:1px solid var(--border);border-radius:0 0 12px 12px;box-shadow:0 16px 32px #0f172a14;font-size:13px;color:var(--muted);z-index:20}.app-header__stats{display:inline-flex;align-items:stretch;gap:12px}.app-header__stat{display:flex;flex-direction:column;gap:6px;padding:12px 16px;border-radius:14px;border:1px solid var(--border);background:var(--panel-highlight);min-width:140px;box-shadow:inset 0 1px #fff9}.app-header__stat-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.app-header__stat-value{font-size:20px;font-weight:600;color:var(--text)}.app-header__account{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:12px;background:var(--panel-muted)}.app-header__account-meta{display:flex;flex-direction:column;gap:2px;text-align:right;font-size:12px}.app-header__account-name{font-weight:600;color:var(--text)}.app-main{flex:1;padding:32px 32px 48px}.app-main__inner{width:100%;margin:0;display:flex;flex-direction:column;gap:28px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page-header__title-block{display:flex;flex-direction:column;gap:6px}.page-header__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.page-header__title{margin:0;font-size:24px;font-weight:600;color:var(--text)}.page-header__subtitle{margin:0;font-size:14px;color:var(--muted)}.page-header__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.metric-grid{display:flex;gap:16px;flex-wrap:wrap}.metric-card{min-width:160px;padding:14px 16px;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:0 8px 22px #0f172a0f;display:flex;flex-direction:column;gap:4px}.metric-card__label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.metric-card__value{font-size:22px;font-weight:600;color:var(--text)}.metric-card__hint{font-size:12px;color:var(--muted)}.surface{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 16px 36px #0f172a14;display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box}.surface--intro{background:linear-gradient(135deg,#2563eb1f,#2bb67314);border-color:#2563eb26;box-shadow:0 20px 40px #0f172a1f}.surface--compact{gap:16px;padding:20px}.surface--records{gap:24px;width:100%}.surface__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.surface__header h2{margin:0;font-size:18px;font-weight:600;color:var(--text)}.surface__header p{margin:4px 0 0;color:var(--muted);font-size:13px}.surface__actions{display:flex;gap:10px;flex-wrap:wrap}.surface__body{display:flex;flex-direction:column;gap:16px}.surface__footer{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.zone-page{display:flex;flex-direction:column;gap:24px}.zone-page__layout,.zone-page__aside{display:flex;flex-direction:column;gap:24px;width:100%}.zone-overview__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.zone-overview__actions{display:flex;gap:10px;flex-wrap:wrap}.records-board{display:flex;flex-direction:column;gap:20px;width:100%}.records-board__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.records-board__title-block{display:flex;flex-direction:column;gap:4px}.records-board__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.records-board__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.records-board__title{margin:0;font-size:20px;font-weight:600;color:var(--text)}.records-board__meta{font-size:13px;color:var(--muted)}.records-board__toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.records-board__search{flex:1;min-width:220px}.records-board__search .input{background:#fff}.records-board__page-size{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.records-board__form{border:1px solid var(--border);border-radius:14px;background:var(--panel-highlight);padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 10px 24px #0f172a0f}.records-board__form-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.records-board__form-title{font-size:16px;font-weight:600;color:var(--text);margin:0}.records-board__table{border-radius:14px;overflow:hidden;border:1px solid var(--border);background:var(--panel);box-shadow:0 10px 24px #0f172a0d;width:100%}.records-board__table .grid{border:none;border-radius:0;box-shadow:none;table-layout:fixed}.records-board__footer,.records-board__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.records-board__pagination--top{padding-bottom:12px}.records-board__pagination--bottom{padding-top:12px}.records-board__total{padding-right:20px;white-space:nowrap}.records-cards{display:flex;flex-direction:column;gap:16px}.records-card{display:flex;flex-direction:column;gap:12px;padding:16px;width:100%;border-radius:16px;border:1px solid var(--border);background:var(--panel);box-shadow:0 12px 28px #0f172a14}.records-card--editing{border-color:#2563eb59;box-shadow:0 14px 32px #2563eb2e}.records-card__row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.records-card__row--chips{align-items:center}.records-card__label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.records-card__value{font-size:14px;color:var(--text);text-align:right;word-break:break-word}.records-card__value--mono{font-family:JetBrains Mono,monospace}.records-card__chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.records-card__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.records-cards__loading{text-align:center;padding:12px 0}.records-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:16px}.records-modal--sheet{align-items:flex-end}.records-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.records-modal__content{position:relative;width:100%;max-width:540px;background:var(--panel);border-radius:18px;padding:24px 20px 20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 40px #0f172a33}.records-modal--sheet .records-modal__content{border-radius:18px 18px 0 0;box-shadow:0 -12px 32px #0f172a33}.records-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.records-modal__title{margin:0;font-size:18px;font-weight:600;color:var(--text)}.records-modal__close{border:none;background:none;font-size:20px;line-height:1;padding:4px;cursor:pointer;color:var(--muted)}.records-modal__form{display:flex;flex-direction:column;gap:12px}.records-modal__actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.records-modal__warning{margin:0;font-size:14px;line-height:1.5;color:var(--muted)}.records-modal__warning strong{color:var(--text)}.zone-info{display:flex;flex-direction:column;gap:12px}.zone-info__list{margin:4px 0 0;padding-left:18px;color:var(--text);font-size:14px;line-height:1.5}.zone-info__hint{margin:4px 0 0;font-size:13px;color:var(--muted)}.zone-info__danger{margin:0;font-size:13px;color:var(--danger);font-weight:500}.zone-page__aside .surface--compact{width:100%}.records-board__active-edit{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:12px;background:var(--brand-soft);border:1px solid rgba(37,99,235,.22);color:var(--text)}.records-row--editing td{padding:0;background:transparent}.records-board__row-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:20px;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:0 12px 28px #0f172a14}.records-board__row-form .srv-grid{display:contents}.records-board__row-heading{grid-column:1 / -1;font-weight:600;color:var(--text);font-size:14px}.records-board__row-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.app-footer{margin-top:auto}.import-mode-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.import-mode-toggle input{accent-color:var(--brand)}@media(max-width:1200px){.app-main{padding:28px 28px 40px}}@media(max-width:1024px){.app-shell{flex-direction:column}.app-shell__body{margin-left:0}.app-sidebar{position:relative;width:auto;height:auto;max-height:none;flex-direction:row;align-items:center;gap:24px;padding:16px 20px;border-right:none;border-bottom:1px solid var(--border);box-shadow:none}.app-sidebar__section--submenu{display:none}.app-sidebar__brand{flex-direction:row;align-items:baseline;gap:12px}.app-sidebar__section{flex-direction:row;align-items:center;gap:16px}.app-sidebar__heading{display:none}.app-sidebar__nav{flex-direction:row;align-items:center;gap:12px}.app-sidebar__footer{display:none}.app-header{padding:16px 24px;grid-template-columns:1fr;gap:20px}.app-header__meta,.app-header__stats{width:100%;justify-content:space-between;gap:12px}.app-header__search{width:100%;max-width:none}.app-header__account{margin-left:auto}.page-header{flex-direction:column;align-items:flex-start}.zone-page__layout{flex-direction:column}.records-board__row-form{grid-template-columns:1fr}}@media(min-width:1500px){.zone-page__layout{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(0,1fr);align-items:start}.zone-page__aside .surface{width:100%}}@media(max-width:640px){.app-main{padding:20px 16px 32px}.records-board__header{flex-direction:column}.records-board__toolbar{flex-direction:column;align-items:stretch}.records-board__search{width:100%}.records-board__footer,.records-board__pagination,.app-header__meta{flex-direction:column;align-items:stretch}.app-header__stats{flex-direction:column}.app-header__account{width:100%;justify-content:space-between}}.container{max-width:min(1440px,96vw);margin:24px auto 48px;padding:0 clamp(16px,4vw,32px);width:100%}.topbar{display:flex;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 16px;margin-bottom:20px;box-shadow:0 8px 20px #0f172a14}.brand-block{display:flex;align-items:center;gap:16px}.topnav{display:flex;gap:12px;align-items:center}.topnav__link{color:var(--muted);font-size:13px;border-radius:999px;padding:6px 12px;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.topnav__link:hover{color:var(--brand);background:var(--brand-soft);box-shadow:inset 0 0 0 1px #2563eb2e}.brand{font-weight:600;color:var(--text);font-size:15px;padding:6px 16px;border-radius:999px;background:var(--panel-muted)}.spacer{flex:1}.user{display:flex;align-items:center;gap:12px;color:var(--muted);padding:6px 12px;border-radius:12px;background:var(--panel-muted)}.user-meta{display:flex;flex-direction:column;gap:2px;text-align:right}.user-name{font-weight:600;color:var(--text)}.user-id,.user-role{font-size:12px}.content>*+*{margin-top:16px}.content{padding-bottom:32px}.heading{font-size:18px;margin:24px 0 8px}.subheading{font-size:15px;margin:16px 0 12px;color:var(--muted)}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:20px;position:relative;box-shadow:0 10px 24px #0f172a0d}.card--info{border-left:3px solid var(--brand)}.card--elevated{box-shadow:var(--shadow-soft)}.card__header{display:flex;align-items:flex-start;gap:16px;justify-content:space-between;margin-bottom:12px}.card--narrow{max-width:420px;margin:64px auto}details.card{padding:0;overflow:hidden}details.card summary{cursor:pointer;padding:18px 20px;background:var(--panel-muted);border-bottom:1px solid var(--border);font-weight:600;color:var(--text);list-style:none}details.card summary::-webkit-details-marker{display:none}details.card[open] summary{border-bottom:1px solid var(--border)}details.card .card-body{padding:20px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:4px 10px;border-radius:999px;border:1px solid rgba(105,177,255,.3);background:#69b1ff1a;color:var(--brand);text-transform:uppercase;letter-spacing:.05em}.hero{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch;background:linear-gradient(140deg,#2563eb14,#2bb67314);border:1px solid rgba(37,99,235,.2);border-radius:16px;padding:24px}.hero__title{margin:0;font-size:22px}.hero__subtitle{margin:8px 0 0;color:var(--muted)}.hero__tips{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;flex:1}.tip-card{background:var(--panel);border:1px solid rgba(37,99,235,.15);border-radius:12px;padding:16px;font-size:13px;line-height:1.5;box-shadow:0 6px 18px #0f172a0d}.tip-card strong{display:block;margin-bottom:6px;font-size:13px;color:var(--brand-strong)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px}.form-grid label{display:flex;flex-direction:column;gap:6px;color:var(--text)}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.actions--right{justify-content:flex-end;margin-top:12px}.srv-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.srv-form .srv-grid{display:contents}.srv-form .form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.autofill-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;background:var(--panel-highlight);border:1px dashed rgba(37,99,235,.25);border-radius:12px;padding:16px}.autofill-preview__item{display:flex;flex-direction:column;gap:4px}.autofill-preview__item .label{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.06em}.autofill-preview__item .value{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--text)}.input,.select,textarea{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:10px;background:var(--panel-highlight);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.input::placeholder,textarea::placeholder{color:#5f6b7c99}.input:focus,.select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #2563eb26;background:#fff}.toolbar{display:flex;gap:8px;align-items:center;margin:12px 0;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:6px;border-radius:10px;border:1px solid transparent;background:var(--brand);color:#fff;padding:8px 16px;cursor:pointer;font-weight:500;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 10px 20px #2563eb26}.btn:hover{background:var(--brand-strong);box-shadow:0 12px 24px #1d4ed833;transform:translateY(-1px)}.site-footer{margin-top:0;background:var(--panel);border-top:1px solid var(--border);box-shadow:0 -12px 24px #0f172a0a;width:100%}.site-footer__inner{width:100%;margin:0;padding:32px 32px 36px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));color:var(--muted)}.site-footer__brand{display:flex;flex-direction:column;gap:8px}.site-footer__title{font-weight:600;font-size:16px;color:var(--text)}.site-footer__subtitle{font-size:12px;letter-spacing:.02em}.site-footer__description{margin:0;font-size:13px;line-height:1.6;color:var(--muted)}.site-footer__column{display:flex;flex-direction:column;gap:6px}.site-footer__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.site-footer__link{font-size:13px;color:var(--muted);opacity:.95;transition:color .2s ease,opacity .2s ease}.site-footer__link:hover{opacity:1;color:var(--brand-strong)}.site-footer__note{font-size:12px;color:var(--muted);opacity:.8}@media(max-width:640px){.site-footer__inner{padding:24px 16px 28px;gap:20px}.site-footer__description{font-size:12px}}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.btn--ghost{background:var(--panel);color:var(--muted);border-color:var(--border);box-shadow:none}.btn--ghost:hover{background:var(--panel-highlight);color:var(--brand);border-color:#2563eb66}.btn--ok{background:var(--ok);border-color:transparent;color:#fff;box-shadow:0 10px 20px #2bb67340}.btn--ok:hover{background:#239a60}.btn--danger{background:var(--danger);border-color:transparent;color:#fff;box-shadow:0 10px 20px #e5484d2e}.btn--danger:hover{background:#c9363b}.btn--warning{background:#f59e0b;border-color:transparent;color:#fff;box-shadow:0 10px 20px #f59e0b40}.btn--warning:hover{background:#d97706}.btn--small{padding:6px 12px;font-size:13px}.grid{width:100%;max-width:100%;border-collapse:collapse;border-spacing:0;background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 10px 24px #0f172a0d}.grid th,.grid td{padding:10px 6px;border-bottom:1px solid var(--border);vertical-align:middle;word-break:break-word;overflow-wrap:anywhere;white-space:normal}.grid th{background:var(--panel-muted);color:var(--muted);font-weight:600;text-align:left}.grid tbody tr:hover{background:var(--brand-soft)}.row-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:nowrap}.btn--icon .btn__icon{margin-right:6px}@media(min-width:1024px)and (max-width:1299px){.row-actions .btn--icon .btn__label{display:none}.row-actions .btn--icon .btn__icon{margin-right:0}.row-actions .btn--icon{padding-inline:8px;min-width:32px;justify-content:center}}.row-actions .btn,.records-card__actions .btn{padding:4px 10px;font-size:12px;border-radius:8px;box-shadow:0 6px 16px #0f172a14}.row-actions .btn.btn--danger,.records-card__actions .btn.btn--danger{box-shadow:0 6px 16px #e5484d2e}.row-actions .btn.btn--ghost,.records-card__actions .btn.btn--ghost{box-shadow:none}.col-actions{width:auto}.records-cell{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip;vertical-align:top}.records-cell--name,.records-cell--content{-webkit-mask-image:linear-gradient(to right,#000 70%,transparent 100%);mask-image:linear-gradient(to right,#000 70%,transparent 100%)}.records-board__debug{margin:16px 0;padding:12px 16px;border-radius:12px;background:var(--panel);border:1px dashed rgba(148,163,184,.7)}.records-board__debug-title{font-size:13px;font-weight:600;margin-bottom:8px;color:var(--muted)}.records-board__debug-table-wrapper{overflow-x:auto}.records-board__debug-table{font-size:11px}.records-board__debug-table th,.records-board__debug-table td{white-space:nowrap}.chip{display:inline-block;padding:2px 6px;border-radius:999px;background:var(--panel-highlight);border:1px solid rgba(95,107,124,.2);font-size:12px;color:var(--muted)}.chip.light{background:var(--brand-soft);color:var(--brand-strong)}.muted{color:var(--muted)}.error-text{color:var(--danger);font-size:12px}.help{color:var(--muted);font-size:12px;margin:6px 0}.help-text{display:block;color:var(--muted);font-size:12px;margin-top:6px;line-height:1.4}.help-text code{background:var(--panel-highlight);padding:2px 6px;border-radius:4px;font-size:11px;font-family:JetBrains Mono,monospace;color:var(--text);border:1px solid var(--border)}.country-select{position:relative}.country-select__input-wrapper{position:relative;display:flex;align-items:center}.country-select__input{width:100%;padding-right:72px}.country-select__input--error{border-color:var(--danger)}.country-select__clear{position:absolute;right:32px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:1;border-radius:4px}.country-select__clear:hover{color:var(--text);background:var(--panel-highlight)}.country-select__clear:disabled{opacity:.5;cursor:not-allowed}.country-select__toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:1}.country-select__toggle:hover{color:var(--text)}.country-select__toggle:disabled{opacity:.5;cursor:not-allowed}.country-select__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--panel);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0f172a26;z-index:100;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.country-select__list{overflow-y:auto;max-height:300px}.country-select__option{width:100%;padding:10px 12px;text-align:left;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;display:flex;align-items:center;gap:12px;transition:background-color .15s ease;color:var(--text);font-size:14px}.country-select__option:last-child{border-bottom:none}.country-select__option:hover{background:var(--panel-highlight)}.country-select__option:focus{outline:none;background:var(--panel-highlight)}.country-select__option--selected{background:#2563eb1a;color:var(--brand)}.country-select__option--selected:hover{background:#2563eb26}.country-select__code{font-weight:600;font-family:JetBrains Mono,monospace;font-size:13px;min-width:40px;color:var(--brand)}.country-select__name{flex:1}.country-select__no-results{padding:16px;text-align:center;color:var(--muted);font-size:13px}.country-select__more{padding:10px 12px;text-align:center;color:var(--muted);font-size:12px;border-top:1px solid var(--border);background:var(--panel-highlight)}.srv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;margin:6px 0}.hint{display:inline-block;margin-top:6px;font-size:12px;color:var(--brand-strong);position:relative}.hint[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:0;top:calc(100% + 6px);background:#fff;color:var(--text);border:1px solid rgba(37,99,235,.25);border-radius:10px;padding:10px 12px;font-size:12px;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;width:max-content;max-width:260px;pointer-events:none;z-index:5;box-shadow:0 16px 32px #0f172a1f}.hint[data-tooltip]:hover:after{opacity:1;transform:translateY(0)}.panel.panel--hint{background:var(--brand-soft);border:1px solid rgba(37,99,235,.2);border-radius:12px;padding:16px;margin-bottom:12px;font-size:13px;color:var(--text)}.readonly-field{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border:1px dashed rgba(37,99,235,.25);border-radius:12px;background:var(--panel-highlight)}.readonly-field .label{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.05em}.readonly-field .value{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--text)}.toast{position:fixed;bottom:16px;right:16px;display:inline-flex;align-items:center;max-width:420px;background:var(--panel);border:1px solid rgba(37,99,235,.15);padding:12px 18px;border-radius:12px;box-shadow:0 18px 36px #0f172a29;opacity:0;transform:translateY(20px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;color:var(--text);width:fit-content;word-break:break-word;white-space:pre-wrap}.toast--visible{opacity:1;transform:translateY(0);pointer-events:auto}.toast--success{border-color:#59d38c59}.toast--error{border-color:#ff6b6b59;color:var(--danger)}.stack{display:flex;flex-direction:column;gap:16px}.stack-horizontal{display:flex;gap:8px;align-items:center}.stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:16px}.stepper__step{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid rgba(37,99,235,.18);border-radius:12px;background:var(--panel);opacity:.85;transition:opacity .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:0 6px 16px #0f172a0d}.stepper__step--active{border-color:#2563eb59;background:var(--panel-highlight);opacity:1;box-shadow:0 8px 20px #2563eb1f}.stepper__step--done{border-color:#59d38c66;opacity:1;box-shadow:0 8px 20px #2bb6731f}.stepper__index{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb1f;color:var(--brand-strong);font-size:13px;font-weight:600}.stepper__step--done .stepper__index{background:#2bb6732e;color:var(--ok)}.step-panel{position:relative}.stepper__title{font-weight:600;font-size:14px;color:var(--text)}.stepper__desc{font-size:12px;color:var(--muted);margin-top:2px}.scan-results{display:flex;flex-direction:column;gap:12px}.panel{background:var(--panel-highlight);border:1px solid var(--border);border-radius:12px;padding:16px}.panel--hint{border-color:#2563eb40;background:var(--brand-soft)}.grid--compact th,.grid--compact td{padding:6px 8px}.loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f7fad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;font-size:13px;color:var(--muted);border-radius:12px;text-align:center}.screen-center{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loader__spinner{border-radius:50%;border:3px solid rgba(37,99,235,.15);border-top-color:var(--brand);animation:spin .8s cubic-bezier(.5,0,.5,1) infinite;position:relative}.loader--small .loader__spinner{width:20px;height:20px;border-width:2px}.loader--medium .loader__spinner{width:40px;height:40px;border-width:3px}.loader--large .loader__spinner{width:56px;height:56px;border-width:4px}.loader__text{font-size:14px;color:var(--muted);font-weight:500}.loader--small .loader__text{font-size:12px}.loader--large .loader__text{font-size:16px}@keyframes spin{to{transform:rotate(360deg)}}.app-sidebar__loader{display:flex;align-items:center;justify-content:center;padding:12px 0}.status-card{border-radius:12px;padding:18px 20px;border:1px solid rgba(37,99,235,.16);background:var(--panel);display:flex;flex-direction:column;gap:10px;box-shadow:0 12px 24px #0f172a0d}.status-card--ok{border-color:#2bb67359;background:#2bb6731a}.status-card--pending{border-color:#ffc45659;background:#ffc4561f}.status-card__title{font-weight:600;font-size:15px;color:var(--text)}.status-card__content{display:flex;flex-direction:column;gap:10px}.status-card__lists{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;font-size:13px}.status-card__lists ul{margin:6px 0 0;padding-left:18px}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:4px 12px;border-radius:999px;border:1px solid rgba(105,177,255,.25);width:fit-content}.status-pill--ok{border-color:#59d38c59;color:var(--ok);background:#59d38c1f}.status-pill--pending{border-color:#ffc45673;color:#8a4d00;background:#ffc45638}.card--warning{border:1px solid rgba(255,196,86,.35);background:#ffc45614}.table-wrapper{overflow-x:auto}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:login-bg-move 20s linear infinite;pointer-events:none}@keyframes login-bg-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.login-container{width:100%;max-width:420px;position:relative;z-index:1}.login-card{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:16px;box-shadow:0 8px 16px #667eea66}.login-title{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--text);letter-spacing:-.5px}.login-subtitle{margin:0;font-size:14px;color:var(--muted);font-weight:400}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group--checkbox{flex-direction:row;align-items:center;gap:10px}.form-label{font-size:14px;font-weight:500;color:var(--text)}.form-input{width:100%;padding:12px 16px;font-size:15px;line-height:1.5;color:var(--text);background:var(--panel);border:2px solid var(--border);border-radius:10px;transition:all .2s ease;outline:none}.form-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.form-input::placeholder{color:var(--muted)}.form-input--error{border-color:var(--danger)}.form-input--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px #e5484d1f}.form-error{font-size:13px;color:var(--danger);margin-top:-4px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:var(--brand)}.checkbox-text{font-size:14px;color:var(--text)}.form-alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;font-size:14px;line-height:1.5}.form-alert--error{background:#e5484d1a;color:#b91c1c;border:1px solid rgba(229,72,77,.2)}.form-alert svg{flex-shrink:0}.login-button{width:100%;padding:14px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #667eea66;margin-top:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-button-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:480px){.login-card{padding:32px 24px}.login-title{font-size:24px}.login-logo{width:56px;height:56px}}.users-page{display:flex;flex-direction:column;gap:24px}.users-page__list-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.users-page__list-header h3{margin:0;font-size:18px;font-weight:600}.users-page__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.users-page__card{background:var(--panel-highlight);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease}.users-page__card:hover{border-color:var(--brand-soft);box-shadow:0 4px 12px #2563eb14}.users-page__card-header{display:flex;align-items:flex-start;justify-content:space-between}.users-page__card-title{display:flex;flex-direction:column;gap:8px;flex:1}.users-page__username{font-weight:600;font-size:16px;color:var(--text)}.users-page__card-badges{display:flex;gap:6px;flex-wrap:wrap}.users-page__card-body{display:flex;flex-direction:column;gap:8px}.users-page__card-field{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px}.users-page__card-label{color:var(--muted);font-weight:500;flex-shrink:0}.users-page__card-value{color:var(--text);text-align:right;word-break:break-word}.users-page__card-actions{display:flex;gap:8px;flex-wrap:wrap;padding-top:8px;border-top:1px solid var(--border)}.users-page__empty{padding:24px;border-radius:12px;background:var(--panel-muted);color:var(--muted);text-align:center}.users-page__empty--error{background:#ff47571f;color:var(--danger)}.users-page__forms{display:flex;flex-direction:column;gap:20px}.users-page__form{display:flex;flex-direction:column;gap:16px}.users-page__form h3{margin:0;font-size:18px;font-weight:600}.users-page__checkbox{display:flex;align-items:center;gap:10px;font-size:14px}.users-page__password-panel{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;background:var(--panel);border:1px solid rgba(37,99,235,.18)}.users-page__password-meta{display:flex;flex-direction:column;gap:6px;min-width:200px}.users-page__password-meta strong span{color:var(--brand)}.users-page__password-value{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.users-page__password-value code{padding:8px 12px;border-radius:10px;background:var(--panel-muted);font-size:15px;font-weight:600}.users-page__password-actions{display:flex;align-items:center;gap:8px}.users-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:16px}.users-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.users-modal__content{position:relative;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;background:var(--panel);border-radius:18px;padding:24px 20px 20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 40px #0f172a33}.users-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.users-modal__title{margin:0;font-size:18px;font-weight:600;color:var(--text)}.users-modal__close{border:none;background:none;font-size:20px;line-height:1;padding:4px;cursor:pointer;color:var(--muted);transition:color .2s ease}.users-modal__close:hover{color:var(--text)}.users-modal__tabs{display:flex;gap:8px;border-bottom:1px solid var(--border);margin:-8px -4px 0;padding:0 4px}.users-modal__tab{padding:12px 16px;border:none;background:none;font-size:14px;font-weight:500;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease}.users-modal__tab:hover{color:var(--text)}.users-modal__tab--active{color:var(--brand);border-bottom-color:var(--brand)}.users-modal__form{display:flex;flex-direction:column;gap:16px}.users-modal__actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;padding-top:8px;border-top:1px solid var(--border);margin-top:8px}@media(max-width:768px){.users-page__cards{grid-template-columns:1fr}.users-page__list-header{flex-direction:column;align-items:stretch}.users-page__password-value,.page-header{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.topbar{flex-wrap:wrap;gap:8px}.toolbar{flex-direction:column;align-items:stretch}.actions{justify-content:flex-start}}.page-size-select{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.pagination{display:inline-flex;align-items:center;gap:8px}.pagination .btn{margin:0}.imports-history{display:flex;flex-direction:column;gap:12px;margin-top:16px;overflow-x:auto;padding-bottom:4px}.imports-table th,.imports-table td{white-space:nowrap}.imports-table td:nth-child(1){width:150px}.zonefile-dropzone{margin-top:16px;padding:16px 14px;border-radius:8px;border:1px dashed var(--border);background:var(--surface-subtle, #fafafa);display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .08s ease}.zonefile-dropzone:hover{border-color:var(--brand-soft);background:#f5f8ff}.zonefile-dropzone--active{border-color:var(--brand);background:#f0f4ff;box-shadow:0 0 0 1px #3b82f640}.zonefile-dropzone__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px}.zonefile-dropzone__text{display:flex;flex-direction:column;gap:2px}.zonefile-dropzone__title{font-weight:600;font-size:14px}.zonefile-dropzone__subtitle{font-size:13px;color:var(--muted)}.status-pill--error{border-color:#ff6b6b59;color:var(--danger);background:#ff6b6b1f}@media(max-width:768px){.pagination,.page-size-select{width:100%;justify-content:space-between}.imports-table th,.imports-table td{font-size:12px}.zonefile-dropzone{margin-top:12px;padding:12px 10px;flex-direction:row;align-items:flex-start}}.card-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.card-controls--bottom{border-top:1px solid var(--border)}.profile-page,.profile-page__grid{display:flex;flex-direction:column;gap:24px}.profile-page__section{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;overflow:hidden}.profile-page__section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.profile-page__section-header h3{margin:0 0 6px}.profile-page__section-header p{margin:0}.profile-page__split{display:flex;flex-direction:column;gap:16px}.profile-page__card{background:var(--panel-highlight);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 1px 3px #0f172a14}.profile-page__card h4{margin:0}.profile-page__card .btn{align-self:flex-start}.profile-page__secret{background:#0f172a;color:#e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:inset 0 0 0 1px #f8fafc14}.profile-page__secret code{font-size:.95rem;word-break:break-word}.profile-page__secret-code{word-break:break-all}.profile-page__secret-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-page__summary{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.profile-page__summary div{background:var(--panel-highlight);padding:12px 16px;border-radius:12px;display:flex;flex-direction:column;gap:4px}.profile-page__summary dt{font-size:.75rem;text-transform:uppercase;color:var(--muted);letter-spacing:.06em}.profile-page__summary dd{margin:0;font-weight:600}.profile-page__example{background:var(--panel-muted);padding:16px;border-radius:16px;display:flex;flex-direction:column;gap:8px;font-size:.9rem}.profile-page__example pre{margin:0;overflow-x:auto;font-size:.85rem}.profile-page__endpoints{display:flex;flex-direction:column;gap:24px}.profile-page__endpoint-group h4{margin:0}.profile-page__endpoint-items{display:grid;gap:16px}.profile-page__endpoint{border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;background:var(--panel)}.profile-page__endpoint header{display:flex;align-items:center;gap:12px;font-family:var( --font-code, "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );font-size:.85rem}.profile-page__endpoint h5{margin:0;font-size:1rem}.profile-page__endpoint p{margin:0}.profile-page__endpoint-details summary{cursor:pointer;font-weight:600}.profile-page__endpoint-details pre{margin-top:8px;overflow-x:auto;font-size:.85rem;background:var(--panel-muted);padding:12px;border-radius:12px}.profile-page__note{font-size:.85rem;background:var(--panel-muted);padding:12px;border-radius:12px}.panel--error{border:1px solid rgba(220,53,69,.4);background:#dc35451f;color:#7f1d1d}.chip--method-get{background:#22c55e29;color:#047857}.chip--method-post{background:#3b82f629;color:#1d4ed8}.chip--method-put{background:#eab3082e;color:#b45309}.chip--method-delete{background:#ef44442e;color:#b91c1c}.chip--method-get,.chip--method-post,.chip--method-put,.chip--method-delete{font-weight:600}.profile-page__activity{display:flex;flex-direction:column;gap:16px}.profile-page__activity-empty{padding:16px;border-radius:12px;background:var(--panel-muted);color:var(--muted)}.profile-page__activity-empty--error{background:#dc35451f;color:#7f1d1d}.profile-activity{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.profile-activity__item{padding:16px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:var(--panel);display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 24px #0f172a0f}.profile-activity__header{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.profile-activity__status{min-width:52px;justify-content:center}.profile-activity__title{font-size:1rem}.profile-activity__time{margin-left:auto;color:var(--muted);font-size:.85rem}.profile-activity__request{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.profile-activity__request code{font-size:.85rem;word-break:break-all}.profile-activity__route{color:var(--muted);font-size:.85rem}.profile-activity__details{margin:0;font-size:.95rem;color:var(--text)}.profile-activity__query{display:flex;flex-wrap:wrap;gap:6px;font-size:.85rem;color:var(--muted)}.profile-activity__query code{background:#0f172a0d;padding:2px 6px;border-radius:6px}.profile-activity__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.85rem;color:var(--muted)}.profile-activity__ua{font-size:.8rem;color:var(--muted);max-height:3.6rem;overflow:hidden;text-overflow:ellipsis}.profile-activity__context{margin-top:8px;padding-top:8px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:6px;font-size:.85rem}.profile-activity__context div{display:flex;align-items:flex-start;gap:8px}.profile-activity__context .muted{color:var(--muted);white-space:nowrap;flex-shrink:0}.profile-activity__context code{font-size:.8rem;background:var(--panel-highlight);padding:2px 6px;border-radius:4px;word-break:break-all}.profile-activity__ua-full{font-size:.75rem;line-height:1.4;word-break:break-all;white-space:pre-wrap;max-width:100%}.profile-page__activity-more{align-self:flex-start}.chip--status-success{background:#22c55e29;color:#047857}.chip--status-warn{background:#eab3082e;color:#b45309}.chip--status-error{background:#ef44442e;color:#b91c1c}.chip--status-neutral{background:#94a3b82e;color:#475569}@media(min-width:960px){.profile-page__split{flex-direction:row}.profile-page__card{flex:1}.profile-page__endpoint-items{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.sessions-list{display:flex;flex-direction:column;gap:12px}.sessions-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;background:var(--panel-highlight);border-radius:12px;border:1px solid var(--border)}.sessions-list__info{flex:1;display:flex;flex-direction:column;gap:8px}.sessions-list__header{display:flex;align-items:center;gap:8px}.sessions-list__browser{font-weight:600;color:var(--text)}.sessions-list__badge{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;background:var(--panel-muted);color:var(--muted)}.sessions-list__badge--current{background:#2563eb1a;color:var(--brand)}.sessions-list__details{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted)}.sessions-list__details strong{color:var(--text);font-weight:500}.sessions-list__user-agent{margin-top:4px}.sessions-list__user-agent code{display:block;margin-top:4px;padding:8px;background:var(--panel);border-radius:6px;font-size:11px;word-break:break-all;color:var(--text);border:1px solid var(--border)}.sessions-list__actions{margin-bottom:8px;display:flex;justify-content:flex-end}.sessions-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:16px}.sessions-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sessions-modal__content{position:relative;width:100%;max-width:480px;background:var(--panel);border-radius:18px;padding:24px 20px 20px;display:flex;flex-direction:column;gap:20px;box-shadow:0 20px 40px #0f172a33}.sessions-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sessions-modal__title{margin:0;font-size:18px;font-weight:600;color:var(--text)}.sessions-modal__close{border:none;background:none;font-size:20px;line-height:1;padding:4px;cursor:pointer;color:var(--muted);transition:color .2s ease}.sessions-modal__close:hover{color:var(--text)}.sessions-modal__body{display:flex;flex-direction:column;gap:16px}.sessions-modal__warning{margin:0;font-size:15px;font-weight:500;color:var(--text);line-height:1.5}.sessions-modal__hint{margin:0;font-size:13px;color:var(--muted);line-height:1.5}.sessions-modal__hint strong{color:var(--text);font-weight:600}.sessions-modal__session-info{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--panel-highlight);border-radius:10px;border:1px solid var(--border)}.sessions-modal__session-detail{font-size:13px;color:var(--muted);line-height:1.5}.sessions-modal__session-detail strong{color:var(--text);font-weight:500;margin-right:6px}.sessions-modal__actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.chip--warning{background:#f59e0b1a;color:#d97706;border-color:#f59e0b33}.chip--success{background:#2bb6731a;color:#239a60;border-color:#2bb67333}.activity-page{display:flex;flex-direction:column;gap:24px}.activity-page__controls{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:16px;background:var(--panel);border-radius:12px;border:1px solid var(--border)}.activity-page__per-page{display:flex;align-items:center;gap:8px}.activity-page__per-page label{font-size:14px;color:var(--text);white-space:nowrap}.activity-page__per-page select{min-width:80px}.activity-page__meta{font-size:14px;color:var(--muted)}.backups-tabs{display:flex;gap:8px;border-bottom:1px solid var(--border);margin:-24px -24px 24px;padding:0 24px}.backups-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;background:none;font-size:14px;font-weight:500;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease;position:relative}.backups-tab:hover{color:var(--text);background:var(--panel-muted)}.backups-tab--active{color:var(--brand);border-bottom-color:var(--brand)}.backups-tab__label{font-weight:500}.backups-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 6px;background:var(--panel-muted);border-radius:10px;font-size:12px;font-weight:600;color:var(--muted);transition:all .2s ease}.backups-tab--active .backups-tab__count{background:var(--brand-soft);color:var(--brand)}.backups-content{margin-top:24px}.backups-content .records-board__table{margin-top:0}.backups-content .grid{width:100%}.backups-content .grid th:first-child,.backups-content .grid td:first-child{padding-left:20px}.backups-content .grid th:last-child,.backups-content .grid td:last-child{padding-right:20px}.backups-content .grid tbody tr:last-child td{border-bottom:none}.backups-content .grid thead th{background:var(--panel-muted);color:var(--muted);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05em;padding:14px 20px;border-bottom:2px solid var(--border)}.backups-content .grid tbody td{padding:14px 20px;border-bottom:1px solid var(--border);color:var(--text);font-size:14px}.backups-content .grid tbody tr{transition:background-color .15s ease}.backups-content .grid tbody tr:hover{background:var(--brand-soft)}.backups-content .grid tbody tr:last-child{border-bottom:none}@media(max-width:768px){.activity-page__controls{flex-direction:column;align-items:stretch}.activity-page__per-page{width:100%;justify-content:space-between}.activity-page__meta{text-align:center}.backups-tabs{margin:-16px -16px 16px;padding:0 16px}.backups-tab{padding:10px 16px;font-size:13px}.profile-page__section table.grid{font-size:11px}.profile-page__section table.grid th,.profile-page__section table.grid td{padding:8px 6px;font-size:11px}.profile-page__section table.grid pre code{font-size:10px}.profile-page__section>div{width:100%;max-width:100%;overflow-x:auto}.profile-page__section table.grid{width:100%;max-width:100%}.profile-page__section table.grid th,.profile-page__section table.grid td{max-width:0;overflow:hidden;text-overflow:ellipsis}}
