:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-primary:"Manrope", "Segoe UI", sans-serif;--color-bg:var(--tg-bg-color,#e9eef5);--color-app:var(--tg-secondary-bg-color,#f6f8fc);--color-surface:var(--tg-section-bg-color,#fff);--color-surface-soft:var(--tg-secondary-bg-color,#f1f5fb);--color-text:var(--tg-text-color,#101828);--color-text-muted:var(--tg-hint-color,#5b6b84);--color-accent:var(--tg-button-color,#1473e6);--color-accent-soft:var(--tg-secondary-bg-color,#e8f2ff);--color-accent-contrast:var(--tg-button-text-color,#fff);--color-danger-soft:#fdeeee;--color-danger-text:var(--tg-destructive-color,#b42318);--color-skeleton-surface:color-mix(in srgb, var(--color-surface), var(--color-text) 7%);--color-skeleton-highlight:#ffffff73;--radius-lg:20px;--radius-md:14px;--radius-sm:10px}.miniapp-shell[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:var(--tg-bg-color,#0d1521);--color-app:var(--tg-secondary-bg-color,#111b2b);--color-surface:var(--tg-section-bg-color,#162235);--color-surface-soft:var(--tg-secondary-bg-color,#1c2b42);--color-text:var(--tg-text-color,#e8f1ff);--color-text-muted:var(--tg-hint-color,#9db0cc);--color-accent:var(--tg-button-color,#64a8ff);--color-accent-soft:var(--tg-secondary-bg-color,#233a5a);--color-accent-contrast:var(--tg-button-text-color,#101828);--color-danger-soft:#41262a;--color-danger-text:var(--tg-destructive-color,#ffb0b0);--color-skeleton-surface:color-mix(in srgb, var(--color-surface), white 8%);--color-skeleton-highlight:#ffffff24}*,:before,:after{box-sizing:border-box}html,body{min-width:320px;margin:0}body{font-family:var(--font-primary);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}#root{min-height:100vh}h1,h2,h3,p{margin:0}ul,ol{margin:0;padding:0}a{color:inherit}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.miniapp-shell{background:var(--color-bg);min-height:100vh;padding:0}.miniapp-shell__viewport{background:var(--color-app);width:min(520px,100%);min-height:100vh;margin:0 auto}.miniapp-shell__content{align-content:start;gap:10px;padding:12px;display:grid}.miniapp-shell__content--with-nav{padding-bottom:calc(86px + env(safe-area-inset-bottom))}@media (width>=700px){.miniapp-shell{padding:16px}.miniapp-shell__viewport{border-radius:24px;min-height:calc(100vh - 32px)}}.miniapp-nav{z-index:60;width:min(520px,100%);padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--color-surface);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.miniapp-nav__link{border-radius:var(--radius-md);background:var(--color-surface-soft);min-height:46px;color:var(--color-text-muted);justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.miniapp-nav__link:hover{transform:translateY(-1px)}.miniapp-nav__icon{opacity:.72;width:18px;height:18px}.miniapp-nav__link--active{background:var(--color-accent-soft);color:var(--color-accent)}.miniapp-nav__link--active .miniapp-nav__icon{opacity:1}.inset-link-group{background:0 0;border-radius:18px;gap:1px;display:grid;overflow:hidden}.inset-link-group__item{background:var(--color-surface);grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:62px;padding:12px;text-decoration:none;display:grid}.inset-link-group__item--no-icon{grid-template-columns:minmax(0,1fr) 18px}.inset-link-group__icon{background:color-mix(in srgb, var(--color-accent), transparent 84%);width:36px;height:36px;color:var(--color-accent);border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.inset-link-group__symbol{width:18px;height:18px}.inset-link-group__body{gap:3px;min-width:0;display:grid}.inset-link-group__label{color:var(--color-text);font-size:15px;font-weight:700;line-height:1.2}.inset-link-group__description{color:var(--color-text-muted);font-size:12px;line-height:1.35}.inset-link-group__chevron{width:18px;height:18px;color:color-mix(in srgb, var(--color-text-muted), transparent 22%);justify-content:center;align-items:center;display:inline-flex}.inset-link-group__chevron svg{width:14px;height:14px}.section-card{border-radius:var(--radius-lg);background:var(--color-surface);padding:14px}.section-card__header{gap:6px;display:grid}.section-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:700}.section-card__title{letter-spacing:-.01em;color:var(--color-text);font-size:20px;line-height:1.25}.section-card__description{color:var(--color-text-muted);font-size:13px;line-height:1.45}.section-card__body{margin-top:12px}.skeleton{background:var(--color-skeleton-surface);display:block;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg, #fff0 0%, color-mix(in srgb, var(--color-skeleton-highlight), transparent 45%) 40%, var(--color-skeleton-highlight) 50%, color-mix(in srgb, var(--color-skeleton-highlight), transparent 45%) 60%, #fff0 100%);animation:1.2s linear infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.fullscreen-loader{z-index:120;background:var(--color-app);align-content:center;justify-items:center;gap:12px;padding:20px;display:grid;position:fixed;inset:0}.fullscreen-loader__dots{gap:8px;display:inline-flex}.fullscreen-loader__dots span{background:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:.9s ease-in-out infinite fullscreen-loader-dot}.fullscreen-loader__dots span:nth-child(2){animation-delay:.14s}.fullscreen-loader__dots span:nth-child(3){animation-delay:.28s}.fullscreen-loader__label{color:var(--color-text-muted);margin:0;font-size:13px}@keyframes fullscreen-loader-dot{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.confirm-dialog{z-index:100;place-items:end center;padding:12px;display:grid;position:fixed;inset:0}.confirm-dialog__backdrop{background:#0000009e;position:absolute;inset:0}.confirm-dialog__sheet{background:var(--color-surface);border-radius:24px;gap:16px;width:min(100%,520px);padding:18px;display:grid;position:relative}.confirm-dialog__copy,.confirm-dialog__body{gap:8px;display:grid}.confirm-dialog__title{color:var(--color-text);margin:0;font-size:18px;line-height:1.2}.confirm-dialog__description{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.5}.confirm-dialog__actions{gap:8px;display:grid}.confirm-dialog__button{border:none;border-radius:16px;min-height:46px;font-size:14px;font-weight:800}.confirm-dialog__button--danger{background:var(--color-danger-text);color:#fff}.confirm-dialog__button--accent{background:var(--color-accent);color:var(--color-accent-contrast)}.confirm-dialog__button--muted{background:var(--color-surface-soft);color:var(--color-text)}.confirm-dialog__button:disabled{opacity:.6}.vpn-service-card{background:var(--color-surface);color:inherit;border-radius:22px;gap:10px;min-width:0;padding:14px;text-decoration:none;display:grid}.vpn-service-card--interactive{cursor:pointer}.vpn-service-card__head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.vpn-service-card__identity{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.vpn-service-card__icon,.vpn-service-card__skeleton-icon{border-radius:14px;width:44px;height:44px}.vpn-service-card__icon{object-fit:cover;background:var(--color-surface-soft)}.vpn-service-card__identity-copy{gap:3px;min-width:0;display:grid}.vpn-service-card__title{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-size:15px;font-weight:700;line-height:1.25}.vpn-service-card__subtitle{color:var(--color-text-muted);margin:0;font-size:12px;line-height:1.35}.vpn-service-card__rating,.vpn-service-card__skeleton-rating{border-radius:999px;flex-shrink:0;min-width:52px;min-height:32px}.vpn-service-card__rating{background:var(--color-accent);color:var(--color-accent-contrast);justify-content:center;align-items:center;margin:0;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.vpn-service-card__meta-row{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.vpn-service-card__meta-pill,.vpn-service-card__skeleton-pill{border-radius:999px;min-height:28px}.vpn-service-card__meta-pill{background:var(--color-surface-soft);color:var(--color-text);align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.vpn-service-card__meta-pill--muted{color:var(--color-text-muted)}.vpn-service-card__description{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.vpn-service-card__skeleton-title{border-radius:8px;width:min(100%,170px);height:15px}.vpn-service-card__skeleton-meta{border-radius:6px;width:90px;height:11px}.vpn-service-card__skeleton-pill{width:118px}.vpn-service-card__skeleton-pill--short{width:86px}.vpn-service-card__skeleton-line{border-radius:7px;width:100%;height:12px}.vpn-service-card__skeleton-line--short{width:72%}.catalog-preview{gap:8px;display:grid}.catalog-preview__search-row{grid-template-columns:1fr 40px;gap:8px;display:grid}.catalog-preview__search-input{background:var(--color-surface);min-height:40px;color:var(--color-text);border:none;border-radius:12px;outline:none;padding:0 12px;font-size:14px}.catalog-preview__search-input::placeholder{color:var(--color-text-muted)}.catalog-preview__filter-button{background:var(--color-surface);min-height:40px;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.catalog-preview__filter-button svg{width:18px;height:18px}.catalog-preview__error,.catalog-preview__empty,.catalog-preview__loading{border-radius:var(--radius-sm);padding:9px 11px;font-size:12px}.catalog-preview__error{background:var(--color-danger-soft);color:var(--color-danger-text)}.catalog-preview__empty,.catalog-preview__loading{background:var(--color-surface);color:var(--color-text-muted)}.catalog-preview__list{grid-template-columns:1fr;gap:8px;display:grid}.catalog-preview__pagination{justify-content:center;align-items:center;gap:10px;display:flex}.catalog-preview__page-button{background:var(--color-surface);min-height:32px;color:var(--color-text);cursor:pointer;border:none;border-radius:9px;padding:0 12px;font-size:12px;font-weight:700}.catalog-preview__page-button:disabled{opacity:.45;cursor:not-allowed}.catalog-preview__page-indicator{color:var(--color-text-muted);font-size:12px;font-weight:700}.catalog-filter-screen{z-index:80;background:var(--color-app);grid-template-rows:1fr auto;display:grid;position:fixed;inset:0}.catalog-filter-screen__content{align-content:start;gap:10px;padding:12px;display:grid;overflow:auto}.catalog-filter-screen__close{background:var(--color-surface);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.catalog-filter-screen__close svg{width:18px;height:18px}.catalog-preview__field{gap:4px;display:grid}.catalog-preview__field-label{color:var(--color-text-muted);font-size:11px;font-weight:700}.catalog-preview__input{background:var(--color-surface);min-height:36px;color:var(--color-text);border:none;border-radius:10px;outline:none;padding:0 10px;font-size:13px}.catalog-preview__price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.catalog-preview__clear{background:var(--color-surface);min-height:34px;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:10px;font-size:12px;font-weight:700}.catalog-filter-screen__helper{color:var(--color-text-muted);margin:0;font-size:12px;line-height:1.4}.catalog-filter-screen__helper--error{color:var(--color-danger-text)}.catalog-filter-screen__tags{flex-wrap:wrap;gap:8px;display:flex}.catalog-filter-screen__tag,.catalog-filter-screen__tag-skeleton{border-radius:999px;min-height:34px}.catalog-filter-screen__tag{background:var(--color-surface);color:var(--color-text);cursor:pointer;border:none;padding:0 14px;font-size:13px;font-weight:700}.catalog-filter-screen__tag--selected{background:var(--color-accent);color:var(--color-accent-contrast)}.catalog-filter-screen__tag-skeleton{width:96px}.catalog-filter-screen__footer{padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--color-app)}.catalog-filter-screen__submit{background:var(--color-accent);width:100%;min-height:42px;color:var(--color-accent-contrast);cursor:pointer;border:none;border-radius:12px;font-size:14px;font-weight:800}@media (width<=420px){.catalog-preview__price-grid{grid-template-columns:1fr}}.account-service-create-page{min-width:0;padding-bottom:calc(88px + env(safe-area-inset-bottom));align-content:start;gap:12px;display:grid}.account-service-create-page__section,.account-service-create-page__hint-card,.account-service-create-page__submit-error{background:var(--color-surface);border-radius:22px;gap:12px;min-width:0;padding:14px;display:grid}.account-service-create-page__tariff{background:var(--color-surface-soft);border-radius:22px;gap:12px;min-width:0;padding:14px;display:grid}.account-service-create-page__tariff .account-service-create-page__input{background:var(--color-surface)}.account-service-create-page__field{gap:6px;min-width:0;display:grid}.account-service-create-page__label,.account-service-create-page__tariff-title{color:var(--color-text-muted);font-size:12px;font-weight:700;line-height:1.3}.account-service-create-page__input,.account-service-create-page__textarea{background:var(--color-surface-soft);width:100%;min-width:0;color:var(--color-text);appearance:none;border:none;border-radius:16px;outline:none;font-size:14px;line-height:1.45}.account-service-create-page__input{min-height:46px;padding:0 14px}.account-service-create-page__textarea{resize:vertical;padding:13px 14px}.account-service-create-page__textarea--compact{min-height:108px}.account-service-create-page__input::placeholder,.account-service-create-page__textarea::placeholder{color:var(--color-text-muted)}.account-service-create-page__error-text{color:var(--color-danger-text);font-size:12px;line-height:1.35}.account-service-create-page__section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.account-service-create-page__ghost-button{background:var(--color-surface-soft);min-height:32px;color:var(--color-text);border:none;border-radius:999px;padding:0 12px;font-size:12px;font-weight:700}.account-service-create-page__ghost-button--danger{color:var(--color-danger-text)}.account-service-create-page__hint-card p,.account-service-create-page__helper,.account-service-create-page__submit-error p{color:var(--color-text-muted);font-size:13px;line-height:1.45}.account-service-create-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;display:grid}.account-service-create-page__submit-bar{z-index:20;width:min(520px,100%);padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:linear-gradient(180deg, color-mix(in srgb, var(--color-app), transparent 100%) 0%, var(--color-app) 38%);position:fixed;bottom:0;left:50%;transform:translate(-50%)}.account-service-create-page__submit{background:var(--color-accent);width:100%;min-height:48px;color:var(--color-accent-contrast);border:none;border-radius:18px;font-size:14px;font-weight:800}.account-service-create-page__submit:disabled{opacity:.6;background:var(--color-surface-soft);color:var(--color-text-muted)}@media (width<=420px){.account-service-create-page__grid{grid-template-columns:1fr}}.account-services-page{align-content:start;gap:12px;min-width:0;min-height:100%;display:grid;overflow-x:clip}.account-services-page__create-button{background:var(--color-accent);width:100%;min-height:48px;color:var(--color-accent-contrast);border-radius:18px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.account-services-page__list{gap:10px;min-width:0;display:grid}.account-services-page__empty,.account-services-page__error{background:var(--color-surface);border-radius:22px;gap:10px;padding:16px;display:grid}.account-services-page__empty{text-align:center;place-items:center;min-height:clamp(320px,100dvh - 180px,640px)}.account-services-page__empty-copy{justify-items:center;gap:14px;width:min(100%,280px);display:grid}.account-services-page__empty .account-services-page__create-button{width:100%}.account-services-page__empty p{color:var(--color-text);font-size:15px;font-weight:700}.account-services-page__error p{color:var(--color-text-muted);font-size:13px;line-height:1.45}.account-services-page__error button{background:var(--color-accent);width:fit-content;min-height:36px;color:var(--color-accent-contrast);border:none;border-radius:12px;align-items:center;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.account-reviews-page{align-content:start;gap:12px;min-width:0;min-height:100%;display:grid;overflow-x:clip}.account-reviews-page__list{gap:10px;min-width:0;display:grid}.account-reviews-page__item{background:var(--color-surface);min-width:0;color:inherit;border-radius:22px;gap:12px;padding:14px;text-decoration:none;display:grid}.account-reviews-page__item--skeleton{gap:12px}.account-reviews-page__item--interactive{cursor:pointer}.account-reviews-page__item-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;display:grid}.account-reviews-page__item-head-text{gap:4px;min-width:0;display:grid}.account-reviews-page__service-name{color:var(--color-text);overflow-wrap:anywhere;font-size:16px;font-weight:700;line-height:1.25}.account-reviews-page__item-meta{color:var(--color-text-muted);font-size:12px;line-height:1.35}.account-reviews-page__status{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.account-reviews-page__status--published{color:#2bb673;background:#2bb67329}.account-reviews-page__status--pending{color:#d88400;background:#f0a21f29}.account-reviews-page__status--hidden{background:color-mix(in srgb, var(--color-text), transparent 90%);color:var(--color-text-muted)}.account-reviews-page__status--default{background:color-mix(in srgb, var(--color-accent), transparent 84%);color:var(--color-accent)}.account-reviews-page__body{color:var(--color-text);overflow-wrap:anywhere;font-size:14px;line-height:1.55}.account-reviews-page__item-meta-row,.account-reviews-page__item-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.account-reviews-page__rating{color:var(--color-accent);font-size:13px;font-weight:700}.account-reviews-page__reply-count{background:var(--color-surface-soft);min-height:30px;color:var(--color-text-muted);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.account-reviews-page__empty,.account-reviews-page__error{background:var(--color-surface);border-radius:22px;gap:10px;padding:16px;display:grid}.account-reviews-page__empty p,.account-reviews-page__error p{color:var(--color-text-muted);font-size:13px;line-height:1.45}.account-reviews-page__error button{background:var(--color-surface-soft);width:fit-content;min-height:36px;color:var(--color-accent-contrast);background:var(--color-accent);border:none;border-radius:12px;align-items:center;padding:0 14px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.account-reviews-page__empty{text-align:center;place-items:center;min-height:clamp(320px,100dvh - 180px,640px)}.account-reviews-page__empty p{color:var(--color-text);font-size:15px;font-weight:700}.account-reviews-page__skeleton-service{border-radius:8px;width:min(170px,100%);height:15px}.account-reviews-page__skeleton-meta{border-radius:6px;width:96px;height:11px}.account-reviews-page__skeleton-meta--tail{width:84px}.account-reviews-page__skeleton-status{border-radius:999px;width:78px;height:24px}.account-reviews-page__skeleton-rating{border-radius:7px;width:88px;height:13px}.account-reviews-page__skeleton-replies{border-radius:999px;width:94px;height:30px}.account-reviews-page__skeleton-line{border-radius:7px;width:100%;height:12px}.account-reviews-page__skeleton-line--short{width:72%}@media (width<=420px){.account-reviews-page__item-head{grid-template-columns:1fr}.account-reviews-page__status{justify-self:start}}.menu-page{align-content:start;gap:10px;padding-top:6px;display:grid}.menu-page__welcome-link{color:var(--color-accent);text-underline-offset:.16em;font-weight:700;text-decoration-thickness:1.5px}.service-preview{gap:8px;display:grid}.service-preview__hero{grid-template-columns:54px 1fr;align-items:center;gap:10px;display:grid}.service-preview__icon{object-fit:cover;background:var(--color-surface-soft);border-radius:14px;width:54px;height:54px}.service-preview__icon--placeholder{color:var(--color-accent);justify-content:center;align-items:center;font-size:22px;font-weight:800;display:inline-flex}.service-preview__hero-content{gap:4px;min-width:0;display:grid}.service-preview__name{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-size:22px;line-height:1.15}.service-preview__slug{color:var(--color-text-muted);margin:0;font-size:12px}.service-preview__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.service-preview__metric{background:linear-gradient(180deg, color-mix(in srgb, var(--color-accent), transparent 92%) 0%, transparent 100%), var(--color-surface-soft);border-radius:18px;gap:6px;min-width:0;padding:12px 14px;display:grid;position:relative;overflow:hidden}.service-preview__metric:after{content:"";background:color-mix(in srgb, var(--color-accent), transparent 88%);border-radius:50%;width:56px;height:56px;position:absolute;inset:auto -18px -22px auto}.service-preview__metric:first-child{background:linear-gradient(135deg, color-mix(in srgb, var(--color-accent), transparent 8%) 0%, color-mix(in srgb, var(--color-accent), transparent 28%) 100%), var(--color-accent);grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:16px}.service-preview__metric:first-child:after{background:#fff3;width:88px;height:88px;inset:auto -10px -18px auto}.service-preview__metric-label{color:var(--color-text-muted);z-index:1;margin:0;font-size:11px;line-height:1.2;position:relative}.service-preview__metric-value{color:var(--color-text);letter-spacing:-.02em;z-index:1;margin:0;font-size:18px;font-weight:800;line-height:1;position:relative}.service-preview__metric:first-child .service-preview__metric-label{color:color-mix(in srgb, var(--color-accent-contrast), transparent 24%);font-size:12px;font-weight:700}.service-preview__metric:first-child .service-preview__metric-value{color:var(--color-accent-contrast);font-size:clamp(28px,7vw,36px)}.service-preview__metric:nth-child(2) .service-preview__metric-value,.service-preview__metric:nth-child(3) .service-preview__metric-value,.service-preview__metric:nth-child(4) .service-preview__metric-value{overflow-wrap:anywhere;max-width:100%}.service-preview__tags{flex-wrap:wrap;gap:6px;display:flex}.service-preview__tag{background:var(--color-accent-soft);min-height:24px;color:var(--color-accent);border-radius:8px;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.service-preview__actions{flex-wrap:wrap;gap:8px;display:flex}.service-preview__manage-actions{gap:8px;display:grid}.service-preview__link{background:var(--color-accent);min-height:34px;color:var(--color-accent-contrast);cursor:pointer;border:none;border-radius:10px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.service-preview__link--muted{background:var(--color-surface-soft);color:var(--color-text)}.service-preview__manage-primary,.service-preview__manage-danger{border:none;border-radius:18px;justify-content:center;align-items:center;width:100%;min-height:46px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.service-preview__manage-primary{background:var(--color-accent);color:var(--color-accent-contrast)}.service-preview__manage-danger{background:color-mix(in srgb, var(--color-danger-text), transparent 84%);color:var(--color-danger-text)}.service-preview__tariffs{gap:8px;display:grid}.service-preview__tariff{background:var(--color-surface-soft);border-radius:16px;gap:8px;padding:12px;display:grid}.service-preview__tariff-topline{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.service-preview__tariff-monthly{background:color-mix(in srgb, var(--color-accent), transparent 90%);min-height:24px;color:var(--color-accent);border-radius:999px;flex-shrink:0;align-items:center;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.service-preview__tariff-main{gap:4px;display:grid}.service-preview__tariff-price{letter-spacing:-.03em;color:var(--color-text);margin:0;font-size:20px;font-weight:800;line-height:1}.service-preview__tariff-caption{color:var(--color-text-muted);margin:0;font-size:12px;font-weight:700}.service-preview__tariff-description{color:var(--color-text-muted);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.45}.service-preview__extra{gap:10px;display:grid}.service-preview__socials{flex-wrap:wrap;gap:8px;display:flex}.service-preview__social-link{background:var(--color-surface-soft);min-height:30px;color:var(--color-text);border-radius:9px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.service-preview__meta{gap:4px;display:grid}.service-preview__meta p{color:var(--color-text-muted);margin:0;font-size:12px}.service-preview__reviews-section{gap:10px;display:grid}.service-preview__reviews-heading{justify-content:space-between;align-items:end;gap:12px;min-width:0;display:flex}.service-preview__reviews-eyebrow{color:var(--color-text-muted);margin:0;font-size:12px;font-weight:700}.service-preview__reviews-title{color:var(--color-text);letter-spacing:-.03em;margin:0;font-size:24px;font-weight:800;line-height:1}.service-preview__reviews{gap:10px;display:grid}.service-preview__reviews-note-card,.service-preview__reviews-note{margin:0}.service-preview__reviews-note-card,.service-preview__reviews-error,.service-preview__reviews-empty-card{background:var(--color-surface);border-radius:16px;padding:12px}.service-preview__reviews-note{color:var(--color-text-muted);margin:0;font-size:12px}.service-preview__review-form{background:var(--color-surface);border-radius:16px;gap:8px;padding:12px;display:grid}.service-preview__review-field{color:var(--color-text-muted);gap:6px;font-size:12px;display:grid}.service-preview__review-field select,.service-preview__review-field textarea{background:var(--color-surface);width:100%;color:var(--color-text);font:inherit;resize:vertical;border:none;border-radius:10px;padding:10px;font-size:13px}.service-preview__review-toggle{color:var(--color-text-muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.service-preview__review-submit,.service-preview__reviews-error button{background:var(--color-accent);min-height:34px;color:var(--color-accent-contrast);border:none;border-radius:10px;padding:0 12px;font-size:12px;font-weight:700}.service-preview__review-submit:disabled{opacity:.6}.service-preview__review-error,.service-preview__reply-error{color:var(--color-danger-text);margin:0;font-size:12px}.service-preview__reviews-error{gap:6px;display:grid}.service-preview__reviews-error p,.service-preview__reviews-loading,.service-preview__reviews-empty{color:var(--color-text-muted);margin:0;font-size:12px}.service-preview__reviews-skeleton{gap:8px;display:grid}.service-preview__review-item{background:var(--color-surface);border-radius:16px;gap:8px;padding:12px;display:grid}.service-preview__review-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.service-preview__review-item--skeleton{gap:10px}.service-preview__review-head-text{gap:6px;width:min(72%,260px);display:grid}.service-preview__review-author{color:var(--color-text);margin:0;font-size:13px;font-weight:700}.service-preview__review-meta{color:var(--color-text-muted);margin:2px 0 0;font-size:11px}.service-preview__review-rating{color:var(--color-accent);margin:0;font-size:12px;font-weight:700}.service-preview__skeleton-review-author{border-radius:7px;width:100%;height:13px}.service-preview__skeleton-review-meta{border-radius:7px;width:64%;height:11px}.service-preview__skeleton-review-rating{border-radius:8px;width:56px;height:18px}.service-preview__skeleton-review-line{border-radius:7px;width:100%;height:12px}.service-preview__skeleton-review-line--short{width:76%}.service-preview__review-body{color:var(--color-text);margin:0;font-size:13px;line-height:1.4}.service-preview__review-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.service-preview__review-action-link,.service-preview__review-action-button{cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.service-preview__review-action-link{color:var(--color-accent)}.service-preview__review-action-button{color:var(--color-text-muted)}.service-preview__review-action-button--danger{color:var(--color-danger-text)}.service-preview__reply-list{gap:8px;display:grid}.service-preview__reply-item{background:linear-gradient(180deg, color-mix(in srgb, var(--color-accent), transparent 94%) 0%, transparent 100%), color-mix(in srgb, var(--color-surface-soft), var(--color-surface) 34%);border-radius:14px;gap:6px;padding:10px 10px 10px 12px;display:grid;position:relative}.service-preview__reply-item:before{content:"";background:color-mix(in srgb, var(--color-accent), transparent 18%);border-radius:999px;width:3px;position:absolute;top:10px;bottom:10px;left:0}.service-preview__reply-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.service-preview__reply-meta{gap:2px;display:grid}.service-preview__reply-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.service-preview__reply-author{color:var(--color-text);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:700;display:inline-flex}.service-preview__reply-date{color:var(--color-text-muted);margin:0;font-size:11px}.service-preview__reply-body{color:var(--color-text);margin:0;font-size:12px;line-height:1.45}.service-preview__dialog-field{gap:6px;display:grid}.service-preview__dialog-quote{background:color-mix(in srgb, var(--color-surface-soft), var(--color-surface) 36%);border-radius:14px;gap:6px;padding:12px;display:grid}.service-preview__dialog-quote-label{color:var(--color-text-muted);margin:0;font-size:12px;font-weight:700}.service-preview__dialog-quote-body{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.45}.service-preview__dialog-label{color:var(--color-text-muted);font-size:12px;font-weight:700}.service-preview__dialog-textarea{background:var(--color-surface-soft);width:100%;color:var(--color-text);font:inherit;resize:vertical;border:none;border-radius:12px;padding:12px;font-size:13px;line-height:1.45}.service-preview__dialog-error{color:var(--color-danger-text);margin:0;font-size:12px}@media (width<=380px){.service-preview__metrics{gap:8px}.service-preview__metric{padding:11px 12px}.service-preview__metric:first-child{padding:14px}.service-preview__metric-value{font-size:16px}}.not-found{align-items:center;display:flex}.not-found__link{background:var(--color-accent);min-height:32px;color:var(--color-accent-contrast);border-radius:9px;align-items:center;padding:0 14px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}
