.nvcc-shell{max-width:1320px;margin:0 auto;padding:12px 16px 40px;box-sizing:border-box}
.nvcc-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}
.nvcc-sidebar,.nvcc-panel,.nvcc-card{background:#fff;border:1px solid #dbe4f1;border-radius:24px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.nvcc-sidebar{padding:24px;position:sticky;top:20px}
.nvcc-brand{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.nvcc-brand strong{font-size:18px;color:#243b5a}
.nvcc-brand span{color:#74829a}

.nvcc-company-switcher label,.nvcc-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#1e3554}
.nvcc-company-switcher span,.nvcc-form label>span{font-size:14px;line-height:1.35}
.nvcc-company-switcher select,
.nvcc-form input[type="text"],
.nvcc-form input[type="email"],
.nvcc-form input[type="url"],
.nvcc-form input[type="number"],
.nvcc-form input[type="search"],
.nvcc-form input[type="password"],
.nvcc-form select,
.nvcc-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd9e8;border-radius:16px;background:#fff;color:#0f172a;padding:13px 16px;font-size:16px;line-height:1.35;outline:none;transition:border-color .2s,box-shadow .2s;min-height:50px}
.nvcc-form textarea{min-height:124px;resize:vertical}
.nvcc-form input:focus,.nvcc-form select:focus,.nvcc-form textarea:focus{border-color:#2b64e2;box-shadow:0 0 0 4px rgba(43,100,226,.12)}
.nvcc-form input::placeholder,.nvcc-form textarea::placeholder{color:#8a9ab2}

.nvcc-nav{display:flex;flex-direction:column;gap:8px;margin:20px 0}
.nvcc-nav__item{display:block;padding:13px 16px;border-radius:16px;text-decoration:none;color:#243b5a;font-weight:600}
.nvcc-nav__item.is-active,.nvcc-nav__item:hover{background:#edf4ff;color:#245dce}
.nvcc-sidebar__footer{display:flex;flex-direction:column;gap:12px;margin-top:18px}
.nvcc-main{min-width:0}

.nvcc-panel{padding:28px}
.nvcc-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}
.nvcc-panel__head h1{margin:0 0 8px;font-size:32px;line-height:1.1;color:#243b5a}
.nvcc-panel__head p{margin:0;color:#61748f;font-size:18px;line-height:1.55;max-width:920px}
.nvcc-progress{min-width:140px;padding:18px 20px;border-radius:22px;background:#edf4ff;text-align:center;color:#2b64e2}
.nvcc-progress strong{display:block;font-size:34px;line-height:1.1}
.nvcc-progress span{font-size:15px;display:block;margin-top:6px}

.nvcc-grid{display:grid;gap:18px}
.nvcc-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.nvcc-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.nvcc-grid-col--2{grid-column:span 2}
.nvcc-form--wide{display:flex;flex-direction:column;gap:18px}
.nvcc-card--soft{padding:22px;background:#f8fbff}
.nvcc-card h2,.nvcc-card h3{margin:0 0 10px;color:#243b5a}
.nvcc-card p{margin:0;color:#61748f;line-height:1.6}

.nvcc-inline-notice{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;margin-bottom:18px;border:1px solid #dbe4f1;border-radius:20px;background:#f8fbff}
.nvcc-inline-notice strong{display:block;color:#243b5a;font-size:18px}
.nvcc-inline-notice span{display:block;color:#61748f;line-height:1.5;flex:1}

.nvcc-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.nvcc-step{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid #dbe4f1;border-radius:22px;text-decoration:none;color:#243b5a;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);min-height:170px}
.nvcc-step strong{font-size:18px;line-height:1.2}
.nvcc-step span{font-size:15px;line-height:1.55;color:#61748f}

.nvcc-readonly-box{border:1px solid #dbe4f1;border-radius:20px;background:#f8fbff;padding:16px 18px;display:flex;flex-direction:column;gap:8px;justify-content:center}
.nvcc-readonly-value{font-size:22px;font-weight:700;color:#243b5a;word-break:break-word}
.nvcc-readonly-note{color:#61748f;font-size:14px;line-height:1.5}
.nvcc-url-preview{padding:14px 18px;border-radius:16px;background:#f8fbff;border:1px dashed #c8d5e8;color:#5e738f;font-size:15px}
.nvcc-url-preview span{color:#245dce;font-weight:700}

.nvcc-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:2px 0}
.nvcc-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:14px;border:1px solid transparent;text-decoration:none;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;color:#243b5a;background:#f4f7fb}
.nvcc-btn:hover{transform:translateY(-1px)}
.nvcc-btn--primary{background:#2b64e2;color:#fff;box-shadow:0 10px 20px rgba(43,100,226,.16)}
.nvcc-btn--secondary,.nvcc-btn--ghost{background:#fff;border-color:#cfd9e8}
.nvcc-btn--text{background:transparent;border:none;padding:0;color:#61748f;justify-content:flex-start}

.nvcc-alert{padding:16px 18px;border-radius:18px;margin-bottom:18px;font-weight:600}
.nvcc-alert--success{background:#edf8ef;border:1px solid #bce3c3;color:#1f6a2a}
.nvcc-alert--error{background:#fff0f0;border:1px solid #f1c0c0;color:#9b2c2c}

/* Services tree */
.nvcc-tree-search{margin-bottom:14px}
.nvcc-tree{border:1px solid #dbe4f1;border-radius:22px;background:#fbfdff;padding:10px 14px;max-height:620px;overflow:auto}
.nvcc-tree__list{list-style:none;margin:0;padding:0}
.nvcc-tree__item{padding:0;margin:0}
.nvcc-tree__branch{border:1px solid #e5edf7;border-radius:16px;background:#fff;margin:10px 0;overflow:hidden}
.nvcc-tree__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;cursor:pointer;list-style:none}
.nvcc-tree__summary::-webkit-details-marker{display:none}
.nvcc-tree__toggle{width:10px;height:10px;border-right:2px solid #61748f;border-bottom:2px solid #61748f;transform:rotate(-45deg);transition:transform .2s ease}
.nvcc-tree__branch[open]>.nvcc-tree__summary .nvcc-tree__toggle{transform:rotate(45deg)}
.nvcc-tree__label{display:flex !important;flex-direction:row !important;align-items:center;gap:10px;color:#243b5a;font-weight:600;margin:0}
.nvcc-tree__label--group .nvcc-tree__title{font-size:17px}
.nvcc-tree__label--leaf{padding:10px 12px;border-radius:12px;border:1px solid transparent;background:#fff}
.nvcc-tree__label--leaf:hover{border-color:#dbe4f1;background:#f8fbff}
.nvcc-tree__meta{color:#7b8da8;font-size:13px;white-space:nowrap}
.nvcc-tree__children{padding:0 12px 12px}
.nvcc-tree__children>.nvcc-tree__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.nvcc-tree__children .nvcc-tree__branch{margin:8px 0}
.nvcc-tree__children .nvcc-tree__children>.nvcc-tree__list{grid-template-columns:1fr}
.nvcc-tree__item[data-tree-depth="0"]>.nvcc-tree__branch{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.nvcc-hidden{display:none!important}

/* Pricing table */
.nvcc-table-wrap{overflow:auto;border:1px solid #dbe4f1;border-radius:22px}
.nvcc-table{width:100%;border-collapse:collapse;background:#fff;min-width:860px}
.nvcc-table th,.nvcc-table td{padding:12px 14px;border-bottom:1px solid #edf2f8;vertical-align:middle}
.nvcc-table th{position:sticky;top:0;background:#f8fbff;color:#61748f;font-size:13px;text-transform:uppercase;letter-spacing:.02em;text-align:left}
.nvcc-table__service strong{display:block;color:#243b5a;font-size:16px}
.nvcc-table__service small{display:block;margin-top:4px;color:#8aa0bf}
.nvcc-table td input{min-width:110px}
.nvcc-input--compact{min-height:42px !important;padding:9px 12px !important;border-radius:14px !important;font-size:15px !important}
.nvcc-switch{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#243b5a}
.nvcc-switch input{width:16px;height:16px;min-height:auto}
.nvcc-switch--compact span{font-size:14px}

.nvcc-price-groups{display:grid;gap:18px}
.nvcc-price-card{padding:22px;border:1px solid #dbe4f1;border-radius:22px;background:#fff}
.nvcc-price-card__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}
.nvcc-price-card__head h3{margin:0}
.nvcc-hint{margin-top:10px;color:#61748f;font-size:14px;line-height:1.5}

.nvcc-preview,.nvcc-preview--main{display:block;width:100%;max-width:320px;border-radius:18px;object-fit:cover}
.nvcc-empty-preview{padding:24px;border:1px dashed #cfd9e8;border-radius:18px;color:#61748f;background:#fff}
.nvcc-gallery-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:14px}
.nvcc-gallery-admin__item{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #dbe4f1;border-radius:16px;background:#fff}
.nvcc-gallery-admin__item img{width:100%;height:96px;object-fit:cover;border-radius:12px}

/* Auth */
.nvcc-auth-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,560px);gap:24px;align-items:stretch}
.nvcc-auth-side,.nvcc-card--auth{padding:28px;background:#fff;border:1px solid #dbe4f1;border-radius:24px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.nvcc-auth-side h1,.nvcc-card--auth h2{margin:0 0 12px;color:#243b5a}
.nvcc-auth-side p,.nvcc-auth-side li,.nvcc-auth-alt{color:#61748f;line-height:1.6}
.nvcc-card--auth .nvcc-form{gap:14px}
.nvcc-card--auth .nvcc-btn{align-self:flex-start}

/* Claim */
.nvcc-form--inline{display:flex;align-items:flex-end;gap:12px}
.nvcc-grow{flex:1}
.nvcc-claim-search-card{margin-bottom:18px}
.nvcc-claim-results{margin-top:14px;display:grid;gap:10px}
.nvcc-claim-result{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border:1px solid #dbe4f1;border-radius:16px;background:#fff}
.nvcc-claim-result.is-selected{border-color:#2b64e2;background:#edf4ff}
.nvcc-claim-result__meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#61748f;font-size:14px;margin-top:6px}

@media (max-width: 1180px){
  .nvcc-layout{grid-template-columns:1fr}
  .nvcc-sidebar{position:static}
  .nvcc-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nvcc-tree__children>.nvcc-tree__list{grid-template-columns:1fr}
}
@media (max-width: 860px){
  .nvcc-panel{padding:20px}
  .nvcc-panel__head{flex-direction:column}
  .nvcc-grid--2,.nvcc-grid--3,.nvcc-auth-grid,.nvcc-steps{grid-template-columns:1fr}
  .nvcc-grid-col--2{grid-column:auto}
  .nvcc-company-switcher select,.nvcc-form input,.nvcc-form select,.nvcc-form textarea{font-size:16px}
  .nvcc-actions{justify-content:stretch}
  .nvcc-actions .nvcc-btn{width:100%}
  .nvcc-inline-notice,.nvcc-form--inline,.nvcc-claim-result{flex-direction:column;align-items:stretch}
}
