/* web-hosting page styles (.wh-*) — extracted from components.css (CSS cleanup step 3b). Loaded via @push after app.css/components.css. */
@keyframes hsPulse{0%,100%{opacity:1}50%{opacity:.3}}
@keyframes hsBlink{0%,100%{opacity:1}50%{opacity:0}}/* === HOSTING STEPS — Installation Log === */
@keyframes hsPulse{0%,100%{opacity:1}50%{opacity:.3}}
@keyframes hsBlink{0%,100%{opacity:1}50%{opacity:0}}/* === WEB HOSTING PLANS (wh-card) === */


.wh-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:start; }@media(max-width:1100px) {.wh-grid {grid-template-columns:repeat(2,1fr)}}@media(max-width:600px) {.wh-grid {grid-template-columns:1fr}}.wh-card { background:#0d1117; border:1px solid #21262d; border-radius:10px; overflow:hidden; display:flex; flex-direction:column; }.wh-body { padding:16px; flex:1; display:flex; flex-direction:column; }.wh-name { font-size:14px; font-weight:700; color:#58a6ff; letter-spacing:.05em; text-transform:uppercase; margin-bottom:4px; }.wh-name::before { content:'// '; color:#3fb950; font-weight:400; }.wh-desc { font-size:11px; color:#8b949e; margin-bottom:14px; line-height:1.5; }.wh-price-wrap { margin-bottom:14px; }.wh-price-row { display:flex; align-items:baseline; gap:2px; margin-bottom:2px; }.wh-currency { font-size:14px; color:#c9d1d9; font-weight:600; }.wh-amount { font-size:28px; font-weight:800; color:#f0f6fc; line-height:1; }.wh-period { font-size:11px; color:#8b949e; margin-left:2px; }.wh-vat { font-size:10px; color:#6e7681; }.wh-specs { display:grid; grid-template-columns:1fr 1fr; gap:6px; margin-bottom:14px; }.wh-spec { background:#161b22; border:1px solid #21262d; border-radius:5px; padding:7px 9px; }.wh-spec-label { font-size:9px; color:#6e7681; text-transform:uppercase; letter-spacing:.06em; margin-bottom:3px; }.wh-spec-val { font-size:12px; font-weight:700; color:#c9d1d9; }.wh-sep { border:none; border-top:1px solid #21262d; margin:0 0 10px 0; }.wh-groups { display:flex; flex-direction:column; gap:4px; margin-bottom:14px; }.wh-feat-list { list-style:none; }.wh-feat-list li { font-size:11px; color:#8b949e; padding:3px 0; display:flex; align-items:baseline; gap:6px; line-height:1.5; border-bottom:1px solid #21262d22; }.wh-feat-list li:last-child { border-bottom:none; }.wh-feat-list li::before { content:'›'; color:#3fb950; font-size:11px; flex-shrink:0; }.wh-feat-list li b { color:#c9d1d9; font-weight:600; }.wh-btn-wrap { margin-top:auto; }.wh-btn { display:block; width:100%; padding:10px; background:#21262d; border:1px solid #30363d; border-radius:6px; color:#c9d1d9; font-size:12px; font-weight:600; letter-spacing:.05em; text-align:center; text-decoration:none; cursor:pointer; transition:background .2s,border-color .2s,color .2s; }.wh-btn:hover { background:#F5AD1B; border-color:#F5AD1B; color:#0d1117; text-decoration:none; }.wh-feat-list li::before { display: none; }.wh-feat-list li { padding-left: 0; }.wh-feat-list li { display: flex; align-items: center; gap: 7px; }.wh-feat-list li .check-icon { color: #3fb950; font-size: 13px; flex-shrink: 0; }.wh-feat-list li .cross-icon { color: #e74c3c; font-size: 13px; flex-shrink: 0; }.wh-card {
    background: var(--ch-paper-2);
    border: 1px solid var(--ch-line);
    border-radius: 16px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}.wh-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }.wh-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--ch-ink);
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 4px;
}.wh-name::before { content: none; }.wh-desc { font-size: 12px; color: var(--ch-ink-3); margin-bottom: 12px; }.wh-currency { font-size: 14px; color: var(--ch-ink-2); font-weight: 600; }.wh-amount { font-size: 26px; font-weight: 800; color: var(--ch-ink); line-height: 1; }.wh-period { font-size: 11px; color: var(--ch-ink-3); }.wh-vat { font-size: 10px; color: var(--ch-ink-3); margin-bottom: 12px; }.wh-spec { background: #F5F1EA; border: 1px solid var(--ch-line); border-radius: 6px; padding: 7px 9px; }.wh-spec-label { font-size: 9px; color: var(--ch-ink-3); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }.wh-spec-val { font-size: 12px; font-weight: 700; color: var(--ch-ink); }.wh-sep { border: none; border-top: 1px dashed var(--ch-line); margin: 0 0 10px 0; }.wh-feat-list li { font-size: 11px; color: var(--ch-ink-2); }.wh-btn {
    display: block;
    text-align: center;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px dashed #E87A2C;
    background: transparent;
    color: #E87A2C;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    margin-top: auto;
}.wh-btn:hover {
    background: var(--ch-ink);
    border-color: var(--ch-ink);
    color: #fff;
    text-decoration: none;
}.wh-card {
    background: var(--ch-paper-2);
    border: 1px solid var(--ch-line);
    border-radius: 16px;
    overflow: visible;
    box-shadow: none;
    transition: none;
}.wh-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }.wh-name {
    font-size: 16px;
    font-weight: 800;
    color: var(--ch-ink);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 2px;
}.wh-name::before { content: none; }.wh-desc { font-size: 12px; color: var(--ch-ink-3); margin-bottom: 14px; line-height: 1.5; }.wh-price-wrap { margin-bottom: 16px; }.wh-price-row { display: flex; align-items: baseline; gap: 3px; margin-bottom: 3px; }.wh-currency { font-size: 16px; color: var(--ch-ink-2); font-weight: 600; }.wh-amount { font-size: 30px; font-weight: 800; color: var(--ch-ink); line-height: 1; }.wh-period { font-size: 12px; color: var(--ch-ink-3); margin-left: 2px; }.wh-vat { font-size: 10px; color: var(--ch-ink-3); }.wh-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px; }.wh-spec {
    background: #F5F1EA;
    border: 1px solid var(--ch-line);
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
}.wh-spec-label {
    font-size: 9px;
    color: var(--ch-ink-3);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 3px;
    display: block;
}.wh-spec-val { font-size: 14px; font-weight: 800; color: var(--ch-ink); display: block; }.wh-sep { border: none; border-top: 1px dashed var(--ch-line); margin: 0 0 10px 0; }.wh-groups { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; flex: 1; }.wh-feat-list { list-style: none; padding: 0; margin: 0; }.wh-feat-list li {
    font-size: 12px;
    color: var(--ch-ink-2);
    padding: 3px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}.wh-btn-wrap { margin-top: auto; }.wh-btn {
    display: block;
    text-align: center;
    padding: 11px 16px;
    border-radius: 10px;
    border: 1px dashed #E87A2C;
    background: transparent;
    color: #E87A2C;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
}.wh-btn:hover {
    background: var(--ch-ink);
    border-color: var(--ch-ink);
    color: #fff;
    text-decoration: none;
}.wh-grid { align-items: stretch; }.wh-card { height: 100%; display: flex; flex-direction: column; }.wh-body { flex: 1; display: flex; flex-direction: column; }.wh-groups { flex: 1; display: flex; flex-direction: column; gap: 0; margin-bottom: 14px; }.wh-feat-group { margin-bottom: 10px; }.wh-feat-group:last-child { margin-bottom: 0; }.wh-feat-group__title {
    font-size: 9px;
    font-weight: 700;
    color: var(--ch-ink-3);
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 5px;
    margin-bottom: 4px;
    border-bottom: 1px dashed var(--ch-line);
}.wh-feat-list { list-style: none; padding: 0; margin: 0; }.wh-feat-list li {
    font-size: 11px;
    color: var(--ch-ink-2);
    padding: 2px 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.4;
}.wh-desc { min-height: 2.6em; }