*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #E85B5B;--accent-hover: #d44a4a;--accent-light: #fef2f2;--accent-light2: #fde8e8;--dark: #1a1a2e;--bg: #f7f7f9;--card: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e8e8ec;--green: #10b981;--green-light: #ecfdf5;--blue: #3b82f6;--blue-light: #eff6ff;--purple: #8b5cf6;--purple-light: #f5f3ff;--orange: #f59e0b;--orange-light: #fffbeb;--radius: 16px}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.navbar{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:700;font-size:18px}.nav-cta{padding:9px 22px;border-radius:999px;background:var(--accent);color:#fff;font-size:14px;font-weight:600;font-family:inherit;text-decoration:none;transition:background .15s}.nav-cta:hover{background:var(--accent-hover)}.hero{background:var(--card);padding:56px 24px 48px;text-align:center;border-bottom:1px solid var(--border)}.hero-label{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--accent);margin-bottom:12px}.hero h1{font-size:40px;font-weight:700;letter-spacing:-.5px;margin-bottom:12px}.hero p{color:var(--text-muted);font-size:17px;max-width:480px;margin:0 auto 28px}.search-wrap{max-width:480px;margin:0 auto;position:relative}.search-wrap input{width:100%;padding:14px 20px 14px 48px;font-size:15px;font-family:inherit;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);outline:none;transition:border-color .2s}.search-wrap input:focus{border-color:var(--accent)}.search-wrap svg{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.content{max-width:1040px;margin:0 auto;padding:40px 20px 0}.cat-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.cat-pill{padding:8px 18px;border-radius:999px;border:1.5px solid var(--border);background:var(--card);font-size:13px;font-weight:600;font-family:inherit;color:var(--text-muted);cursor:pointer;transition:all .15s;text-decoration:none;white-space:nowrap;flex-shrink:0}.cat-pill:hover{border-color:#ccc;color:var(--text)}.cat-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.featured{display:grid;grid-template-columns:1.2fr 1fr;gap:0;background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:40px;transition:box-shadow .2s}.featured:hover{box-shadow:0 8px 32px #0000000f}.featured-img{background:linear-gradient(135deg,var(--accent-light) 0%,var(--purple-light) 50%,var(--blue-light) 100%);min-height:320px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px;overflow:hidden}.featured.has-no-image{grid-template-columns:1fr}.featured-img img{width:100%;height:100%;object-fit:cover}.featured-body{padding:36px 32px;display:flex;flex-direction:column;justify-content:center}.featured-meta{display:flex;align-items:center;gap:12px;margin-bottom:14px}.featured-cat{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--accent);background:var(--accent-light);padding:4px 10px;border-radius:6px}.featured-date{font-size:13px;color:var(--text-muted)}.featured-body h2{font-size:26px;font-weight:700;letter-spacing:-.3px;margin-bottom:12px;line-height:1.3}.featured-body h2 a{color:inherit;text-decoration:none}.featured-body h2 a:hover{color:var(--accent)}.featured-excerpt{font-size:15px;color:#4b5563;line-height:1.7;margin-bottom:20px}.read-more{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--accent);text-decoration:none;transition:gap .2s}.read-more:hover{gap:10px}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.article-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.article-card:hover{border-color:#d0d0d8;box-shadow:0 4px 20px #0000000d}.article-thumb{height:180px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;overflow:hidden}.article-thumb.no-image{height:64px}.article-thumb img{width:100%;height:100%;object-fit:cover}.article-body{padding:20px;flex:1;display:flex;flex-direction:column}.article-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.article-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:5px}.tag-tipy{background:var(--accent-light);color:var(--accent)}.tag-finance{background:var(--green-light);color:var(--green)}.tag-novinky{background:var(--blue-light);color:var(--blue)}.tag-rozhovor{background:var(--purple-light);color:var(--purple)}.tag-propagace{background:var(--orange-light);color:var(--orange)}.tag-nastaveni{background:#f0f9ff;color:#0284c7}.article-date{font-size:12px;color:var(--text-muted)}.article-body h3{font-size:17px;font-weight:700;margin-bottom:8px;line-height:1.35;letter-spacing:-.2px}.article-body h3 a{color:inherit;text-decoration:none}.article-body h3 a:hover{color:var(--accent)}.article-body .excerpt{font-size:13.5px;color:#6b7280;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-header{margin-bottom:24px}.section-header h2{font-size:24px;font-weight:700;letter-spacing:-.3px}.section-header p{color:var(--text-muted);font-size:14px;margin-top:4px}.interview-list{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.interview-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:20px 24px;display:flex;align-items:center;gap:20px;transition:all .2s;text-decoration:none;color:inherit}.interview-card:hover{border-color:#d0d0d8;box-shadow:0 4px 16px #0000000a}.interview-avatar{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--purple-light),var(--accent-light));display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--purple)}.interview-content{flex:1;min-width:0}.interview-content h3{font-size:15px;font-weight:700;margin-bottom:2px}.interview-content p{font-size:13px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.interview-date{font-size:12px;color:var(--text-muted);flex-shrink:0}.interview-arrow{flex-shrink:0;color:#ccc;transition:color .15s}.interview-card:hover .interview-arrow{color:var(--accent)}.pagination{display:flex;justify-content:center;gap:6px;margin-bottom:56px}.page-btn{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--border);background:var(--card);font-size:14px;font-weight:600;font-family:inherit;color:var(--text-muted);cursor:pointer;transition:all .15s;text-decoration:none}.page-btn:hover{border-color:var(--accent);color:var(--accent)}.page-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.page-btn.arrow{width:auto;padding:0 16px;gap:6px}.newsletter{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:48px 32px;text-align:center;margin-bottom:56px}.newsletter-icon{width:56px;height:56px;border-radius:16px;background:var(--accent-light);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.newsletter h2{font-size:24px;font-weight:700;margin-bottom:6px}.newsletter p{color:var(--text-muted);font-size:15px;margin-bottom:24px;max-width:420px;margin-left:auto;margin-right:auto}.newsletter-msg{max-width:420px;margin:10px auto 0;font-size:14px;font-weight:500;text-align:center;font-family:DM Sans,-apple-system,sans-serif}.newsletter-success{max-width:420px;margin:0 auto;padding:20px 0;font-size:16px;font-weight:600;text-align:center;color:var(--accent);font-family:DM Sans,-apple-system,sans-serif}.newsletter-success span{display:block;font-size:14px;font-weight:400;color:var(--text-muted);margin-top:6px}.newsletter-form{display:flex;gap:10px;max-width:420px;margin:0 auto}.newsletter-form input{flex:1;padding:12px 18px;font-size:14px;font-family:inherit;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);outline:none}.newsletter-form input:focus{border-color:var(--accent)}.newsletter-form button{padding:12px 28px;border-radius:999px;border:none;background:var(--accent);color:#fff;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s;white-space:nowrap}.newsletter-form button:hover{background:var(--accent-hover)}.site-footer{background:var(--dark);color:#fff9;padding:48px 24px 32px}.footer-inner{max-width:1040px;margin:0 auto;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer-brand{flex:1;min-width:200px}.footer-brand .logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:18px;margin-bottom:12px}.footer-brand p{font-size:13px;line-height:1.6;max-width:260px}.footer-col{min-width:140px}.footer-col h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:14px}.footer-col a{display:block;color:#ffffff8c;text-decoration:none;font-size:13px;margin-bottom:8px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1040px;margin:32px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;text-align:center}.prose{max-width:720px;margin:0 auto}.prose h2{font-size:26px;font-weight:700;letter-spacing:-.3px;margin:40px 0 16px;line-height:1.3}.prose h3{font-size:20px;font-weight:700;letter-spacing:-.2px;margin:32px 0 12px;line-height:1.35}.prose p{font-size:16.5px;line-height:1.8;color:#374151;margin-bottom:20px}.prose blockquote{border-left:4px solid var(--accent);padding:16px 24px;margin:28px 0;background:var(--accent-light);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:#4b5563}.prose blockquote p{margin-bottom:0}.prose img{max-width:100%;height:auto;border-radius:var(--radius);margin:28px auto;display:block}.prose ul,.prose ol{margin:16px 0 20px 24px;font-size:16.5px;line-height:1.8;color:#374151}.prose li{margin-bottom:6px}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent-hover)}.prose strong{font-weight:700;color:var(--text)}.prose hr{border:none;border-top:1.5px solid var(--border);margin:36px 0}.prose code{background:var(--bg);padding:2px 6px;border-radius:4px;font-size:14px}.prose pre{background:var(--dark);color:#e2e8f0;padding:20px 24px;border-radius:var(--radius);overflow-x:auto;margin:24px 0;font-size:14px;line-height:1.6}.prose pre code{background:none;padding:0}.step-badge{display:flex;align-items:center;gap:16px;margin:36px 0 20px;padding:16px 24px;background:linear-gradient(135deg,var(--accent-light),#fff5f5);border-radius:var(--radius);border-left:4px solid var(--accent)}.step-number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:50%;background:var(--accent);color:#fff;font-size:20px;font-weight:800;font-family:DM Sans,sans-serif}.step-title{font-size:19px;font-weight:700;color:var(--text);letter-spacing:-.2px}.article-header{max-width:720px;margin:0 auto;padding:48px 0 32px}.article-header .breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:20px}.article-header .breadcrumb a{color:var(--text-muted);text-decoration:none}.article-header .breadcrumb a:hover{color:var(--accent)}.article-header h1{font-size:36px;font-weight:700;letter-spacing:-.5px;line-height:1.25;margin-bottom:16px}.article-header .article-meta-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.article-hero-img{max-width:720px;margin:0 auto 40px;border-radius:var(--radius);overflow:hidden}.article-hero-img img{width:100%;display:block}.no-results{text-align:center;padding:48px 20px;color:var(--text-muted)}.no-results h3{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px}@media(max-width:900px){.articles-grid{grid-template-columns:repeat(2,1fr)}.featured{grid-template-columns:1fr}.featured-img{min-height:220px}}@media(max-width:600px){.nav-links{display:none}.hero{padding:40px 20px 36px}.hero h1{font-size:28px}.articles-grid{grid-template-columns:1fr}.cat-pills{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.cat-pills::-webkit-scrollbar{display:none}.interview-card{flex-wrap:wrap;gap:12px}.interview-date{display:none}.newsletter-form{flex-direction:column}.content{padding:28px 16px 0}.article-header h1{font-size:28px}}
