/* ==========================================================================
   WEBHOSTING.CSS - Strict Typographic Layout, Enterprise Pricing (Work Sans)
   ========================================================================== */

/* Globálny reset pre box-sizing - TOTO OPRAVUJE ŠÍRKU FOOTRA */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Globálne ošetrenie a hardvérové vyhladenie písma pre hladký smooth efekt */
.main-content-wrapper { 
    margin-top: 60px !important; 
    width: 100%; 
    font-family: 'Work Sans', sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* SPOLOČNÉ TRIEDY PRE SEKCIE V PLNEJ ŠÍRKE */
.hw-section { padding: 100px 0; position: relative; overflow: hidden; width: 100%; }
.hw-container { max-width: 1200px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; width: 100%; }

/* REZOLÚCIA POZADÍ (Striedanie blokov) */
/* OPRAVA: Hero sekcia má teraz min-height, aby text dýchal a nebol natlačený */
.hero-section { background: #060608; padding: 120px 0; min-height: 70vh; display: flex; align-items: center; }
.dark-bg { background: #060608; }
.alt-bg-1 { background: #0c0c0e; border-top: 1px solid #1c1c1f; border-bottom: 1px solid #1c1c1f; }
.alt-bg-2 { background: #121214; }

/* CSS GEOMETRICKÁ TEXTÚRA */
.textured-bg {
    background-color: #060608;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    border-top: 1px solid #1c1c1f;
}

/* TYPOGRAFICKÉ ŠTÍTKY (BADGES) */
.hw-section-header { margin-bottom: 60px; text-align: center; }
.hw-section-header.text-left { text-align: left; }

.hw-badge {
    display: inline-block;
    background: rgba(249, 115, 22, 0.15); 
    color: var(--accent); 
    border: 1px solid rgba(249, 115, 22, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 18px;
    border-radius: 4px; 
    margin-bottom: 25px;
}

.hw-section-header h2 { font-family: 'Work Sans', sans-serif; font-size: 42px; color: white; text-transform: uppercase; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.5px; font-weight: 800; }
.hw-section-header p { color: #a1a1aa; font-size: 17px; max-width: 750px; margin: 0 auto; line-height: 1.6; font-weight: 400; }
.hw-section-header.text-left p { margin: 0; }

/* HERO DESIGN */
.hw-glow-bg {
    position: absolute; top: -20%; left: 10%; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.12) 0%, rgba(0,0,0,0) 70%);
    filter: blur(60px); z-index: 1; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; width: 100%; }
.hero-content h1 { font-family: 'Work Sans', sans-serif; font-size: clamp(42px, 5vw, 64px); font-weight: 800; line-height: 1.05; color: white; text-transform: uppercase; margin-bottom: 25px; letter-spacing: -1px; }
.hero-content h1 span { color: var(--accent); }
.hero-content p { color: #a1a1aa; font-size: 18px; line-height: 1.7; margin-bottom: 40px; max-width: 550px; font-weight: 400; }
.hero-buttons { display: flex; gap: 15px; }

/* OSTRÉ TECH TLAČIDLÁ */
.btn-hw {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: 'Work Sans', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
    padding: 16px 32px; border-radius: 4px; text-decoration: none; text-align: center; cursor: pointer; transition: 0.2s;
}
.btn-hw.primary { background: var(--accent); color: white; border: 1px solid var(--accent); }
.btn-hw.primary:hover { background: #ea580c; border-color: #ea580c; }
.btn-hw.secondary { background: rgba(255,255,255,0.03); color: white; border: 1px solid rgba(255,255,255,0.1); }
.btn-hw.secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3); }
.btn-hw.outline { background: transparent; color: white; border: 1px solid #3f3f46; width: 100%; }
.btn-hw.outline:hover { border-color: white; background: rgba(255,255,255,0.03); }

/* BROWSER MOCKUP */
.hw-browser-mockup { background: #0c0c0e; border: 1px solid #27272a; border-radius: 8px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.6); transform: rotateY(-5deg) rotateX(5deg); transition: 0.5s; }
.hw-browser-mockup:hover { transform: none; }
.mockup-header { background: #161619; padding: 15px; border-bottom: 1px solid #27272a; display: flex; gap: 8px; }
.mockup-header i { display: block; width: 10px; height: 10px; border-radius: 50%; background: #3f3f46; }
.mockup-body { height: 350px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle, #1c1c1f 0%, #0c0c0e 100%); }
.mockup-body span { color: #52525b; font-family: monospace; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; border: 1px dashed #3f3f46; padding: 15px 30px; }

/* ALERT PÁS */
.hw-alert-strip { background: rgba(249, 115, 22, 0.08); border-top: 1px solid rgba(249, 115, 22, 0.2); border-bottom: 1px solid rgba(249, 115, 22, 0.2); padding: 15px 0; }
.alert-content { display: flex; align-items: center; gap: 20px; justify-content: center; color: #fdba74; font-size: 14px; line-height: 1.6; }
.alert-label { background: var(--accent); color: white; padding: 4px 10px; font-weight: 800; font-family: 'Work Sans', sans-serif; letter-spacing: 1px; font-size: 12px; border-radius: 2px; }

/* STRATÉGIA POROVNANIA */
.hw-split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.hw-card { background: #121214; border: 1px solid #27272a; padding: 50px; border-radius: 8px; display: flex; flex-direction: column; transition: 0.2s; }
.hw-card:hover { border-color: #3f3f46; }
.hw-card-index { font-family: 'Work Sans', sans-serif; font-size: 60px; font-weight: 800; color: #1c1c1f; line-height: 1; margin-bottom: 20px; letter-spacing: -2px; }
.accent-index { color: rgba(249, 115, 22, 0.15); }
.hw-card h3 { font-family: 'Work Sans', sans-serif; font-size: 28px; color: white; text-transform: uppercase; margin-bottom: 15px; font-weight: 800; }
.hw-card-desc { color: #a1a1aa; font-size: 16px; line-height: 1.7; margin-bottom: 40px; font-weight: 400; }
.hw-use-case { background: #060608; border: 1px solid #1c1c1f; padding: 25px; border-radius: 4px; font-size: 14.5px; color: #d4d4d8; line-height: 1.6; flex: 1; border-left: 3px solid #3f3f46; }
.hw-use-case span { display: block; font-size: 11px; text-transform: uppercase; color: #71717a; font-weight: 800; letter-spacing: 1px; margin-bottom: 8px; }
.premium-card { border-color: rgba(249, 115, 22, 0.3); background: linear-gradient(180deg, rgba(249, 115, 22, 0.05) 0%, #121214 100%); }
.highlight-case { border-color: rgba(249, 115, 22, 0.2); background: #0c0c0e; border-left-color: var(--accent); }

/* SEKCIA PREČO SI NÁS VYBRAŤ */
.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 40px; border-top: 1px solid #1c1c1f; padding-top: 60px; }
.why-us-item { display: flex; flex-direction: column; }
.why-us-item h4 { font-family: 'Work Sans', sans-serif; font-size: 20px; font-weight: 700; color: white; margin-bottom: 12px; letter-spacing: -0.5px; }
.why-us-item p { font-family: 'Work Sans', sans-serif; font-size: 15px; color: #a1a1aa; line-height: 1.7; margin: 0; font-weight: 400; }

/* KROKY */
.hw-steps-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.hw-step { border-top: 1px solid #27272a; padding-top: 30px; }
.step-num { font-family: 'Work Sans', sans-serif; font-size: 24px; color: var(--accent); font-weight: 800; margin-bottom: 15px; letter-spacing: -1px; }
.hw-step h4 { font-family: 'Work Sans', sans-serif; font-size: 22px; color: white; text-transform: uppercase; margin-bottom: 15px; font-weight: 700; }
.hw-step p { color: #a1a1aa; font-size: 15px; line-height: 1.7; }

/* GEOMETRICKÉ FUNKCIE CMS */
.hw-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.hw-feat { padding: 0 20px; }
.feat-line { width: 40px; height: 3px; background: var(--accent); margin-bottom: 20px; }
.hw-feat h4 { font-family: 'Work Sans', sans-serif; font-size: 18px; color: white; font-weight: 700; margin-bottom: 12px; }
.hw-feat p { color: #a1a1aa; font-size: 15px; line-height: 1.7; margin: 0; }

/* INTEGROVANÁ BRÁNA ACCENT */
.payment-gateway-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; border-top: 1px solid #1c1c1f; padding-top: 80px; }
.pg-content h2 { font-family: 'Work Sans', sans-serif; font-size: 38px; color: white; text-transform: uppercase; margin-bottom: 20px; line-height: 1.1; letter-spacing: -0.5px; font-weight: 800; }
.pg-content p { color: #a1a1aa; font-size: 16px; line-height: 1.7; margin-bottom: 20px; }
.pg-payout-box { margin-top: 40px; background: #0c0c0e; border-left: 3px solid var(--accent); padding: 25px 30px; border-radius: 4px; }
.pg-payout-box h4 { font-family: 'Work Sans', sans-serif; font-size: 18px; color: white; text-transform: uppercase; margin-bottom: 10px; font-weight: 700; }
.pg-payout-box p { font-size: 14.5px; margin: 0; }

/* POPLATOK 30% BOX */
.pg-fee-box { background: #121214; border: 1px solid #27272a; padding: 50px 40px; border-radius: 8px; text-align: center; }
.fee-number { font-family: 'Work Sans', sans-serif; font-size: 80px; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 15px; letter-spacing: -2px; }
.fee-number span { font-size: 40px; color: #71717a; }
.pg-fee-box h4 { font-family: 'Work Sans', sans-serif; font-size: 22px; color: white; text-transform: uppercase; margin-bottom: 20px; font-weight: 700; }
.pg-fee-box p { color: #a1a1aa; font-size: 14.5px; line-height: 1.6; margin-bottom: 30px; }
.fee-list { list-style: none; padding: 0; margin: 0; text-align: left; display: flex; flex-direction: column; gap: 12px; }
.fee-list li { font-size: 14px; color: #d4d4d8; position: relative; padding-left: 20px; border-bottom: 1px solid #1c1c1f; padding-bottom: 12px; }
.fee-list li:last-child { border-bottom: none; color: white; font-weight: 700; }
.fee-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; background: #3f3f46; }
.fee-list li:last-child::before { background: var(--accent); }

/* NOVÉ: DOMÉNOVÉ SLUŽBY */
.domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.domain-card { background: #0c0c0e; border: 1px solid #27272a; padding: 40px 30px; border-radius: 6px; text-align: center; transition: 0.2s; }
.domain-card:hover { border-color: #3f3f46; background: #121214; }
.domain-name { font-family: 'Work Sans', sans-serif; font-size: 36px; font-weight: 800; color: white; margin-bottom: 15px; letter-spacing: 1px; }
.domain-name span { color: var(--accent); }
.domain-price { font-family: 'Work Sans', sans-serif; font-size: 24px; font-weight: 800; color: white; line-height: 1; margin-bottom: 8px; }
.domain-price span { font-size: 13px; color: #71717a; font-weight: 600; text-transform: uppercase; }
.domain-tax { font-size: 11px; font-weight: 700; color: #52525b; text-transform: uppercase; letter-spacing: 0.5px; }

/* ENTERPRISE RIADKOVÝ CENNÍK */
.hw-category-title { font-family: 'Work Sans', sans-serif; font-size: 20px; color: #71717a; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; font-weight: 700; }
.mt-top { margin-top: 80px; color: var(--accent); }

.hw-pricing-rows { display: flex; flex-direction: column; border: 1px solid #27272a; border-radius: 8px; background: #0c0c0e; }
.hw-p-row { display: grid; grid-template-columns: 2fr 2fr 1fr 1fr; align-items: center; padding: 30px 40px; border-bottom: 1px solid #1c1c1f; transition: 0.2s; }
.hw-p-row:last-child { border-bottom: none; }
.hw-p-row:hover { background: #121214; }

.p-row-info h4 { font-family: 'Work Sans', sans-serif; font-size: 22px; color: white; text-transform: uppercase; margin-bottom: 5px; font-weight: 800; }
.p-row-info span { color: #71717a; font-size: 13px; }
.p-row-specs { display: flex; flex-direction: column; gap: 5px; color: #a1a1aa; font-size: 14px; }
.p-row-specs strong { color: white; font-weight: 600; }
.p-row-price { font-family: 'Work Sans', sans-serif; font-size: 32px; font-weight: 800; color: white; line-height: 1; letter-spacing: -1px; }
.p-row-price span { font-size: 13px; color: #71717a; font-weight: 600; text-transform: uppercase; }
.hw-p-row .hw-p-row-action { text-align: right; }
.status-badge { display: inline-block; background: rgba(16, 185, 129, 0.08); border: 1px solid rgba(16, 185, 129, 0.2); color: #34d399; font-size: 12px; font-weight: 700; text-transform: uppercase; padding: 6px 12px; border-radius: 4px; letter-spacing: 0.5px; }
.hw-p-row-status { text-align: right; }

/* MASÍVNA CMS KARTA */
.hw-cms-massive-box { display: grid; grid-template-columns: 1fr 1.5fr; background: #0c0c0e; border: 1px solid var(--accent); border-radius: 8px; overflow: hidden; position: relative; }
.hw-tag { display: inline-block; background: var(--accent); color: white; padding: 4px 12px; border-radius: 2px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; font-family: 'Work Sans', sans-serif;}
.cms-box-left { padding: 50px; background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, #0c0c0e 100%); border-right: 1px solid #27272a; }
.cms-box-left h4 { font-family: 'Work Sans', sans-serif; font-size: 32px; color: white; text-transform: uppercase; margin-bottom: 15px; font-weight: 800; letter-spacing: -0.5px; }
.cms-box-desc { color: #a1a1aa; font-size: 15px; line-height: 1.6; margin-bottom: 30px; }
.cms-box-price { font-family: 'Work Sans', sans-serif; font-size: 48px; font-weight: 800; color: white; line-height: 1; margin-bottom: 15px; letter-spacing: -1px; }
.cms-box-price span { font-size: 15px; color: #71717a; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.cms-box-note { font-size: 13px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 15px; padding-top: 20px; border-top: 1px solid rgba(249, 115, 22, 0.2); }

.cms-box-right { padding: 50px; display: flex; align-items: center; }
.cms-detailed-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 25px; width: 100%; }
.cms-detailed-list li { position: relative; padding-left: 20px; border-left: 2px solid #27272a; }
.cms-detailed-list strong { display: block; color: white; font-size: 16px; margin-bottom: 5px; font-weight: 600;}
.cms-detailed-list span { color: #a1a1aa; font-size: 14px; }

/* PARTNERSKÝ PROGRAM DESIGN */
.partner-program-box { position: relative; background: #0c0c0e; border: 1px solid #27272a; border-radius: 8px; padding: 70px 60px; overflow: hidden; }
.partner-bg-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.08) 0%, rgba(0,0,0,0) 60%); pointer-events: none; }
.partner-content { position: relative; z-index: 2; max-width: 800px; }
.partner-content h2 { font-family: 'Work Sans', sans-serif; font-size: 42px; color: white; text-transform: uppercase; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.5px; font-weight: 800; }
.partner-content p { color: #a1a1aa; font-size: 17px; line-height: 1.7; margin-bottom: 40px; }

/* PARTNERSKÉ PODMIENKY (Zmluvný vzhľad) */
.hw-partner-terms { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #27272a; border-top: 3px solid var(--accent); border-radius: 6px; background: #0c0c0e; margin-bottom: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.4); margin-top: 40px; }
.hw-term-box { padding: 40px; display: flex; flex-direction: column; }
.hw-term-box:first-child { border-right: 1px solid #27272a; }
.hw-term-top { display: flex; flex-direction: column; margin-bottom: 20px; }
.term-num { font-family: 'Work Sans', sans-serif; font-size: 14px; font-weight: 800; color: var(--accent); letter-spacing: 2px; margin-bottom: 8px; }
.term-heading { font-family: 'Work Sans', sans-serif; font-size: 22px; font-weight: 800; color: white; text-transform: uppercase; letter-spacing: -0.5px; margin: 0; }
.term-desc { font-family: 'Work Sans', sans-serif; font-size: 15px; color: #a1a1aa; line-height: 1.7; margin: 0; font-weight: 500; }

/* 11. CTA CLOSURE CONTACT SEKCIA (Aktualizovaná pre klasický hosting inštrukcie) */
.cta-closure-section { background: #0c0c0e; border-top: 1px solid #1c1c1f; border-bottom: 1px solid #1c1c1f; padding: 100px 0; }
.cta-closure-box { background: #060608; border: 1px solid #27272a; border-radius: 12px; padding: 60px; overflow: hidden; position: relative; }
.cta-grid-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px; align-items: center; }
.cta-text-side h2 { font-family: 'Work Sans', sans-serif; font-size: 38px; font-weight: 800; color: white; text-transform: uppercase; line-height: 1.15; margin-bottom: 25px; letter-spacing: -1px; }
.cta-text-side p { color: #a1a1aa; font-size: 16px; line-height: 1.7; margin-bottom: 20px; font-weight: 400; }

/* Inštrukčný blok pre objednávku */
.cta-instruction-box { background: #121214; border-left: 3px solid var(--accent); padding: 25px; border-radius: 4px; margin-bottom: 25px; }
.cta-instruction-box h4 { font-family: 'Work Sans', sans-serif; font-size: 18px; color: white; font-weight: 700; margin-bottom: 10px; }
.cta-instruction-box p { font-size: 14.5px; margin-bottom: 15px; color: #d4d4d8; }
.cta-instruction-box ul { list-style: none; padding: 0; margin: 0 0 20px 0; }
.cta-instruction-box ul li { position: relative; padding-left: 15px; color: white; font-size: 14.5px; margin-bottom: 8px; font-weight: 500; }
.cta-instruction-box ul li::before { content: ''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }
.cta-instruction-box ul li strong { color: var(--accent); }
.cta-warning { background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.2); color: #fca5a5; padding: 15px; font-size: 13px; border-radius: 4px; line-height: 1.5; }
.cta-warning strong { color: #f87171; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }

.cta-text-side p.cta-sub { color: #d4d4d8; font-weight: 500; margin-bottom: 0; margin-top: 15px; }
.reverse-badge { background: white; color: black; border-color: white; }

.cta-mail-side { background: #0c0c0e; border: 1px solid #27272a; border-radius: 8px; padding: 45px 35px; text-align: center; display: flex; flex-direction: column; gap: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.mail-label { font-size: 11px; text-transform: uppercase; font-weight: 800; color: #71717a; letter-spacing: 1.5px; }
.massive-mail-link { font-family: 'Work Sans', sans-serif; font-size: clamp(20px, 2.5vw, 28px); font-weight: 800; color: var(--accent); transition: color 0.2s; letter-spacing: -0.5px; text-decoration: underline; }
.massive-mail-link:hover { color: var(--accent-hover); }
.mail-guarantee { font-size: 13px; color: #52525b; line-height: 1.5; font-weight: 500; }

/* FAQ */
.hw-faq-list { display: flex; flex-direction: column; gap: 30px; max-width: 900px; margin: 0 auto; }
.hw-faq-item { background: #121214; border: 1px solid #27272a; padding: 35px; border-radius: 8px; }
.hw-faq-item h4 { font-family: 'Work Sans', sans-serif; font-size: 18px; color: white; font-weight: 700; margin-bottom: 15px; }
.hw-faq-item p { color: #a1a1aa; font-size: 15.5px; line-height: 1.7; margin: 0; }

/* RESPONZIVITA */
@media (max-width: 992px) {
    .hero-grid, .hw-split-cards, .hw-steps-layout, .hw-features-grid, .hw-cms-massive-box, .payment-gateway-layout, .why-us-grid, .cta-grid-layout, .domain-grid { grid-template-columns: 1fr; }
    .hero-content { text-align: center; }
    .hero-buttons { justify-content: center; }
    .alert-content { flex-direction: column; text-align: center; }
    .hw-p-row { grid-template-columns: 1fr; gap: 20px; text-align: center; padding: 30px 20px; }
    .hw-p-row-action, .hw-p-row-status { text-align: center; }
    .cms-box-left { border-right: none; border-bottom: 1px solid #27272a; }
    .partner-program-box { padding: 40px 25px; }
    .hw-section { padding: 60px 0; }
    .cta-closure-box { padding: 35px 20px; }
}
@media (max-width: 768px) {
    .hw-partner-terms { grid-template-columns: 1fr; }
    .hw-term-box { padding: 30px 25px; }
    .hw-term-box:first-child { border-right: none; border-bottom: 1px solid #27272a; }
}

/* ==========================================================================
   CSS ILUSTRÁCIA ADMINISTRÁCIE (Mockup UI)
   ========================================================================== */

/* Zrušenie centrovania textu v prípade, že je aktivovaný UI mód */
.mockup-body.ui-mode { 
    display: block; 
    background: #09090b; 
    padding: 0;
}

.ui-dashboard { 
    display: flex; 
    height: 100%; 
    width: 100%; 
}

/* Sidebar */
.ui-sidebar { 
    width: 60px; 
    background: #121214; 
    border-right: 1px solid #1c1c1f; 
    padding: 20px 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 15px; 
}
.ui-logo-dot { 
    width: 20px; 
    height: 20px; 
    background: var(--accent); 
    border-radius: 4px; 
    margin-bottom: 15px; 
    box-shadow: 0 0 10px rgba(249, 115, 22, 0.4);
}
.ui-nav-line { width: 24px; height: 6px; background: #27272a; border-radius: 3px; }
.ui-nav-line.active { background: #52525b; }

/* Hlavný priestor */
.ui-content { 
    flex: 1; 
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
}
.ui-topbar { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}
.ui-skeleton { height: 10px; background: #27272a; border-radius: 5px; }
.ui-skeleton.w-30 { width: 30%; }
.ui-skeleton.w-20 { width: 20%; }
.ui-avatar { width: 24px; height: 24px; background: #27272a; border-radius: 50%; }

/* Kartičky so štatistikami */
.ui-cards { display: flex; gap: 15px; }
.ui-card { 
    flex: 1; 
    background: #121214; 
    border: 1px solid #1c1c1f; 
    border-radius: 6px; 
    padding: 15px; 
}
.ui-val { height: 12px; width: 60%; background: #52525b; border-radius: 4px; margin-bottom: 10px; }
.ui-lbl { height: 6px; width: 40%; background: #27272a; border-radius: 3px; }

/* Graf s oranžovým akcentom */
.ui-chart-box { 
    flex: 1; 
    background: #121214; 
    border: 1px solid #1c1c1f; 
    border-radius: 6px; 
    padding: 15px; 
    display: flex; 
    flex-direction: column; 
}
.ui-chart-header { margin-bottom: 15px; }
.ui-chart { 
    flex: 1; 
    display: flex; 
    align-items: flex-end; 
    justify-content: space-between; 
    gap: 12px; 
}
.ui-bar { 
    flex: 1; 
    background: #27272a; 
    border-radius: 3px 3px 0 0; 
    transition: 0.3s;
}
.ui-bar.accent { 
    background: var(--accent); 
    box-shadow: 0 0 15px rgba(249, 115, 22, 0.3); 
}