:root { --primary: #0d9488; --primary-light: #ccfbf1; }
        body { font-family: 'Inter', sans-serif; background: #f8fafc; color: #0f172a; overflow-x: hidden; }
        .font-heading { font-family: 'Plus Jakarta Sans', sans-serif; }
        .glass { background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(226,232,240,0.6); }
        .text-accent { color: var(--primary); }
        .bg-accent { background-color: var(--primary); }
        
        .btn-primary { background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%); color: white; transition: all 0.3s ease; font-weight: 600; }
        .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgba(13, 148, 136, 0.4); }
    
        .hero-dashboard { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 25px 60px -12px rgba(0,0,0,0.15); transition: transform 0.5s ease; }
        .hero-dashboard:hover { transform: translateY(-5px); }
        .hero-sidebar { background: white; border-right: 1px solid #e2e8f0; min-width: 220px; }
        .hero-sidebar-logo { padding: 20px 20px 16px; display: flex; align-items: center; gap: 10px; }
        .hero-sidebar-logo-icon { width: 36px; height: 36px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 16px; }
        .hero-sidebar-logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 16px; color: #0f172a; }
        .hero-sidebar-logo-text span { color: var(--primary); }
        .hero-menu-item { padding: 12px 16px; display: flex; align-items: center; gap: 12px; color: #64748b; font-size: 14px; font-weight: 500; border-radius: 12px; transition: all 0.2s; cursor: pointer; margin-bottom: 2px; }
        .hero-menu-item:hover { background: #f1f5f9; color: #0f172a; }
        .hero-menu-item.active { background: var(--primary); color: white; box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3); }
        .hero-menu-item .menu-icon { width: 18px; text-align: center; font-size: 15px; }
        .hero-main-header { background: white; border-bottom: 1px solid #f1f5f9; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
        .hero-main-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 20px; color: #0f172a; }
        .hero-user-pill { display: inline-flex; align-items: center; gap: 8px; background: white; border: 1px solid #e2e8f0; border-radius: 10px; padding: 6px 14px; font-size: 14px; font-weight: 500; color: #475569; }
        .hero-user-avatar { width: 30px; height: 30px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
        .hero-content { background: #f8fafc; padding: 20px 24px; flex: 1; }
        .hero-alert { background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 12px; padding: 14px 18px; display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #065f46; margin-bottom: 20px; line-height: 1.5; }
        .hero-alert i { color: #059669; margin-top: 2px; flex-shrink: 0; }
        .hero-alert strong { color: var(--primary); font-weight: 600; }
        .hero-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 16px; }
        .hero-stats-badge { background: white; border-radius: 10px; padding: 10px 16px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #475569; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
        .hero-stats-badge .count { font-weight: 700; color: var(--primary); }
        .hero-search { background: #f1f5f9; border-radius: 10px; padding: 10px 16px; display: flex; align-items: center; gap: 8px; color: #94a3b8; font-size: 13px; flex: 1; min-width: 160px; max-width: 260px; }
        .hero-add-btn { background: var(--primary); color: white; padding: 10px 20px; border-radius: 10px; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 12px rgba(13, 148, 136, 0.25); }
        .hero-table { background: white; border-radius: 14px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
        .hero-table-header { background: #f8fafc; padding: 12px 18px; display: grid; grid-template-columns: 2fr 1fr 1fr 70px; font-size: 11px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #e2e8f0; }
        .hero-table-row { padding: 14px 18px; display: grid; grid-template-columns: 2fr 1fr 1fr 70px; align-items: center; border-bottom: 1px solid #f1f5f9; transition: background 0.2s; }
        .hero-table-row:hover { background: #f8fafc; }
        .hero-table-row:last-child { border-bottom: none; }
        .hero-article-title { font-weight: 600; color: #0f172a; font-size: 14px; line-height: 1.35; }
        .hero-article-slug { color: var(--primary); font-size: 11px; margin-top: 2px; }
        .hero-badge { background: #f1f5f9; color: #475569; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 500; display: inline-block; }
        .hero-date-text { color: #64748b; font-size: 13px; }
        .hero-actions { display: flex; gap: 6px; justify-content: flex-end; }
        .hero-action-btn { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #94a3b8; background: #f8fafc; font-size: 12px; transition: all 0.2s; }
        .hero-action-btn:hover { background: var(--primary-light); color: var(--primary); }
        .hero-action-btn.delete:hover { background: #fee2e2; color: #dc2626; }
        
        .dash-card {
            background: white;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            overflow: hidden;
            border: 1px solid #e8f5f3;
        }
        .dash-card-header {
            background: #f8fafb;
            padding: 20px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #f1f5f9;
        }
        .dash-card-header-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .dash-card-icon {
            width: 40px; height: 40px;
            background: var(--primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
        }
        .dash-card-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: #0f172a;
        }
        .dash-card-subtitle {
            font-size: 13px;
            color: #64748b;
            margin-top: 2px;
        }
        .dash-card-dots {
            display: flex;
            gap: 8px;
        }
        .dash-dot {
            width: 32px; height: 32px;
            background: #e8edf0;
            border-radius: 50%;
        }
        .dash-card-body {
            padding: 20px 24px;
        }
        .dash-stat-card {
            background: linear-gradient(135deg, #f0fdf9 0%, #f7fdfb 100%);
            border: 1px solid #e0f2ed;
            border-radius: 16px;
            padding: 20px 24px;
            text-align: center;
            transition: all 0.3s ease;
        }
        .dash-stat-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(13, 148, 136, 0.1);
        }
        .dash-stat-label {
            font-size: 14px;
            color: #64748b;
            font-weight: 500;
            margin-bottom: 4px;
        }
        .dash-stat-value {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 28px;
            font-weight: 800;
            color: var(--primary);
        }
        .dash-chart-container {
            background: #f8fafb;
            border-radius: 16px;
            padding: 20px 24px;
            margin-top: 16px;
        }
        .dash-chart-days {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 8px;
            margin-bottom: 12px;
        }
        .dash-chart-day {
            text-align: center;
            font-size: 13px;
            color: #64748b;
            font-weight: 500;
        }
        .dash-chart-bars {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 8px;
            align-items: end;
            height: 100px;
        }
        .dash-chart-bar {
            background: linear-gradient(180deg, #99d6cc 0%, #c8e8e0 100%);
            border-radius: 8px 8px 4px 4px;
            transition: all 0.3s ease;
            min-height: 20px;
        }
        .dash-chart-bar:hover {
            background: linear-gradient(180deg, #0d9488 0%, #14b8a6 100%);
        }
        
        .price-card { background: white; border: 1px solid #e2e8f0; border-radius: 24px; padding: 36px 28px; transition: all 0.4s ease; position: relative; overflow: hidden; }
        .price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #e2e8f0, #e2e8f0); transition: background 0.3s; }
        .price-card:hover::before { background: linear-gradient(90deg, var(--primary), #14b8a6); }
        .price-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1); border-color: transparent; }
        .price-card.popular { border: 2px solid var(--primary); transform: scale(1.03); }
        .price-card.popular::before { background: linear-gradient(90deg, var(--primary), #14b8a6); }
        .price-card.popular:hover { transform: scale(1.03) translateY(-8px); }
        
        .custom-admin-card { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 28px; overflow: hidden; position: relative; }
        .custom-admin-card::before { content: ''; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(13,148,136,0.15) 0%, transparent 70%); pointer-events: none; }
        .process-step { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 12px 16px; transition: all 0.3s; }
        .process-step:hover { background: rgba(13,148,136,0.1); border-color: rgba(13,148,136,0.3); }
        .step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--primary); color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; flex-shrink: 0; }
        
        .theme-card { border-radius: 16px; overflow: hidden; background: white; border: 1px solid #e2e8f0; transition: all 0.3s ease; }
        .theme-card:hover { transform: translateY(-4px); box-shadow: 0 15px 30px -5px rgba(0,0,0,0.08); }
        .theme-card img { transition: transform 0.4s ease; }
        .theme-card:hover img { transform: scale(1.04); }
        
        .skeleton { background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%); background-size: 200% 100%; animation: load 1.5s infinite; }
        @keyframes load { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
        ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #f8fafc; } ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
        
        .gradient-text {
            background: linear-gradient(135deg, #0d9488 0%, #14b8a6 50%, #0d9488 100%);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientShift 3s ease-in-out infinite;
        }
        @keyframes gradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        .section-divider { height: 1px; background: linear-gradient(90deg, transparent, #e2e8f0, transparent); }
