:root{
color-scheme: only light;
--ink:#0B1A3E;
--ink-soft:#142a5c;
--paper:#F5F6F8;
--paper-dim:#E8EAEF;
--blue:#0B2C8C;
--blue-deep:#071D5C;
--amber:#D98F2B;
--text:#171B2A;
--text-soft:#59627A;
--line:#D9DCE4;
}
*{box-sizing:border-box; margin:0; padding:0;} @media (prefers-color-scheme: dark){
:root{
color-scheme: only light;
--ink:#0B1A3E; --ink-soft:#142a5c; --paper:#F5F6F8; --paper-dim:#E8EAEF;
--blue:#0B2C8C; --blue-deep:#071D5C; --amber:#D98F2B;
--text:#171B2A; --text-soft:#59627A; --line:#D9DCE4;
}
}
html{overflow-x:hidden; max-width:100%;}
body{
background:var(--paper);
color:var(--text);
font-family:'Public Sans', sans-serif;
-webkit-font-smoothing:antialiased;
overflow-x:hidden;
max-width:100%;
}
img{width:100%; display:block; object-fit:cover;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 24px;}
.eyebrow{
font-family:'JetBrains Mono', monospace;
font-size:11px;
letter-spacing:.14em;
text-transform:uppercase;
font-weight:600;
}
h1,h2,h3,h4{font-family:'Fraunces', serif; line-height:1.08; font-weight:600;}
.screen-reader-text{position:absolute !important; height:1px; width:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap;} .topbar{background:var(--ink); color:#D6DAE3; font-family:'JetBrains Mono', monospace; font-size:12px;}
.topbar .wrap{display:flex; align-items:center; justify-content:space-between; min-height:34px; padding-top:6px; padding-bottom:6px; flex-wrap:wrap; row-gap:8px;}
.topbar-left{display:flex; gap:18px; align-items:center;}
.topbar-left span{opacity:.75;}
.topbar-right{display:flex; gap:16px; align-items:center;}
.topbar-right a{opacity:.6; transition:opacity .15s;}
.topbar-right a:hover{opacity:1;}
.topbar-search{display:flex; align-items:center; gap:6px; opacity:.7; transition:opacity .15s;}
.topbar-search:focus-within{opacity:1;}
.topbar-search input[type="search"]{background:transparent; border:none; border-bottom:1px solid rgba(214,218,227,.35); color:#D6DAE3; font-family:'JetBrains Mono', monospace; font-size:12px; width:80px; padding:2px 0; outline:none;}
.topbar-search input[type="search"]::placeholder{color:rgba(214,218,227,.5);}
.topbar-search input[type="search"]:focus{width:130px; border-bottom-color:var(--amber, #C89A3B);}
.topbar-search button{background:none; border:none; color:#D6DAE3; display:flex; cursor:pointer; padding:0;}
.topbar-search button:hover{color:var(--amber, #C89A3B);}
@media (max-width:640px){
.topbar-search input[type="search"]{width:60px;}
.topbar-search input[type="search"]:focus{width:100px;}
}
.live-badge{
display:flex; align-items:center; gap:5px; opacity:1 !important;
background:var(--blue); color:#fff !important; padding:5px 12px 5px 9px; border-radius:16px;
font-weight:700; font-size:11px; letter-spacing:.03em; text-transform:uppercase;
box-shadow:0 1px 3px rgba(0,0,0,.15); transition:transform .12s, box-shadow .12s;
}
.live-badge:hover{transform:translateY(-1px); box-shadow:0 3px 8px rgba(0,0,0,.22);}
.live-badge-icon{width:13px; height:13px; flex-shrink:0;}
.live-badge-fm{background:var(--amber); color:var(--ink) !important;}
.live-badge-video{background:#E8352B;}
.live-dot{width:6px; height:6px; border-radius:50%; background:#fff; animation:pulse 1.4s infinite; margin-right:1px;} .masthead{background:var(--paper); border-bottom:1px solid var(--line); padding:28px 0 0; position:relative;}
.masthead .wrap{display:flex; flex-direction:column; align-items:center; justify-content:center; padding-bottom:22px; gap:10px;}
.logo{position:relative; display:flex; align-items:center; justify-content:center; max-width:100%;}
.logo img, .custom-logo{height:110px !important; width:auto !important; max-width:280px; display:block; object-fit:contain;}
@media (max-width:480px){
.logo img, .custom-logo{height:auto !important; max-width:78vw; max-height:80px;}
}
.logo-text-fallback{font-family:'Fraunces', serif; font-size:40px; font-weight:700; color:var(--text);}
.masthead-tag{font-family:'JetBrains Mono', monospace; font-size:11.5px; letter-spacing:.1em; color:var(--text-soft); text-transform:uppercase; text-align:center; line-height:1.6;} .nav{border-top:1px solid var(--line); background:var(--paper); position:relative;}
.nav::before, .nav::after{
content:''; position:absolute; top:0; bottom:0; width:28px; z-index:2; pointer-events:none;
}
.nav::before{left:0; background:linear-gradient(to right, var(--paper), transparent);}
.nav::after{right:0; background:linear-gradient(to left, var(--paper), transparent);}
.nav .wrap{display:flex; flex-wrap:nowrap; flex-direction:row; align-items:center; gap:2px; overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling:touch; scrollbar-width:none; overflow-anchor:none; scroll-behavior:auto;}
.nav .wrap::-webkit-scrollbar{display:none;}
.nav .wrap ul{display:flex; flex-wrap:nowrap; list-style:none;}
.nav .wrap li{flex:0 0 auto; list-style:none;}
.nav .wrap a{
display:block;
font-family:'JetBrains Mono', monospace;
font-size:12.5px; font-weight:600; letter-spacing:.04em; text-transform:uppercase;
padding:15px 16px; white-space:nowrap;
border-bottom:2px solid transparent;
transition:border-color .15s, color .15s;
}
.nav .wrap a:hover, .nav .wrap .current-menu-item > a{
color:var(--blue); border-bottom-color:var(--blue);
} .nav-toggle{
display:none; align-items:center; justify-content:center; gap:4px; flex-direction:column;
position:absolute; bottom:8px; right:16px; z-index:20;
width:40px; height:40px; background:var(--paper); border:1px solid var(--line); border-radius:4px; cursor:pointer;
box-shadow:0 2px 6px rgba(11,26,62,.12);
}
.nav-toggle span{display:block; width:20px; height:2px; background:var(--ink); border-radius:1px; transition:transform .2s, opacity .2s;}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}
.nav-drawer-head, .nav-close{display:none;}
.nav-backdrop{display:none;}
@media (max-width:880px){
.nav-toggle{display:inline-flex;}
.masthead{padding-top:16px; padding-bottom:52px;}
.nav{
position:fixed; top:0; left:0; height:100vh; width:300px; max-width:82vw;
background:var(--paper); border-top:none; border-right:1px solid var(--line);
transform:translateX(-100%); transition:transform .25s ease;
z-index:100; overflow-y:auto; box-shadow:8px 0 24px rgba(11,26,62,.18);
}
.nav.is-open{transform:translateX(0);}
.nav::before, .nav::after{display:none;}
.nav-drawer-head{
display:flex; align-items:center; justify-content:space-between;
padding:18px 20px; border-bottom:1px solid var(--line);
}
.nav-drawer-title{font-family:'Fraunces', serif; font-size:18px; font-weight:700; color:var(--ink);}
.nav-close{
display:block; background:none; border:none; font-size:28px; line-height:1; color:var(--text-soft); cursor:pointer; padding:4px 8px;
}
.nav .wrap{
flex-direction:column; overflow-x:visible; align-items:stretch; gap:0; padding:8px 0;
}
.nav .wrap ul{flex-direction:column; width:100%;}
.nav .wrap li{width:100%;}
.nav .wrap a{
padding:14px 22px; border-bottom:1px solid var(--line); border-left:3px solid transparent;
font-size:13px;
}
.nav .wrap a:hover, .nav .wrap .current-menu-item > a{
border-bottom-color:var(--line); border-left-color:var(--blue); background:var(--paper-dim);
}
.nav-backdrop{
display:none; position:fixed; inset:0; background:rgba(11,26,62,.45); z-index:90;
}
.nav-backdrop.is-open{display:block;}
body.nav-open{overflow:hidden;}
} .ticker{background:var(--blue); color:var(--paper); overflow:hidden; position:relative;}
.ticker .wrap{display:flex; align-items:stretch; padding:0;}
.ticker-label{background:var(--amber); color:var(--ink); font-family:'JetBrains Mono', monospace; font-weight:700; font-size:11.5px; letter-spacing:.08em; padding:9px 16px; white-space:nowrap; display:flex; align-items:center; gap:6px;}
.dot{width:6px; height:6px; border-radius:50%; background:var(--blue); animation:pulse 1.4s infinite;}
@keyframes pulse{0%,100%{opacity:1;} 50%{opacity:.25;}}
.ticker-track-wrap{overflow:hidden; flex:1; display:flex; align-items:center;}
.ticker-track{display:flex; gap:48px; white-space:nowrap; animation:scroll 40s linear infinite; padding-left:20px; font-size:13px; font-weight:500;}
.ticker-track:hover{animation-play-state:paused;}
.ticker-track span{opacity:.55; margin-right:12px;}
.ticker-track a{color:inherit;}
@keyframes scroll{0%{transform:translateX(0);} 100%{transform:translateX(-50%);}} .ad-slot, .ad-zone{
border:1px dashed #B7AF95;
background:repeating-linear-gradient(135deg, #EAE5D5, #EAE5D5 10px, #E3DDC8 10px, #E3DDC8 20px);
display:flex; align-items:center; justify-content:center;
color:#8A8368; font-family:'JetBrains Mono', monospace; font-size:11px; letter-spacing:.1em; text-transform:uppercase; border-radius:2px;
}
.ad-slot.ad-728, .ad-zone.ad-728{height:90px; margin:28px 0;}
.ad-slot.ad-300{height:250px;}
.ad-slot.ad-inline, .ad-zone.ad-inline{height:120px; margin:20px 0;}
.ad-zone{margin:20px 0; min-height:90px;}
.ad-zone img, .ad-zone iframe{max-width:100%;} .section{padding:36px 0;}
.section-head{display:flex; align-items:baseline; justify-content:space-between; border-bottom:2px solid var(--ink); padding-bottom:10px; margin-bottom:22px;}
.section-head h2{font-size:26px; color:var(--ink);}
.section-head .see-all{font-family:'JetBrains Mono', monospace; font-size:11.5px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:var(--blue); border-bottom:1px solid var(--blue); padding-bottom:2px;}
.tag-strip{display:flex; align-items:center; gap:10px;}
.tag-dot{width:9px; height:9px; border-radius:2px; background:var(--blue); transform:rotate(45deg);} .hero{display:grid; grid-template-columns:1.7fr 1fr; gap:28px; padding:32px 0 0;}
.hero-main{position:relative;}
.hero-main img{aspect-ratio:16/10; border-radius:2px;}
.hero-main .cat-pill{position:absolute; top:16px; left:16px; background:var(--blue); color:var(--paper); font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:6px 12px; border-radius:2px;}
.hero-main h1{font-family:'Noto Serif', serif; font-size:38px; font-weight:900; letter-spacing:-.01em; line-height:1.08; margin-top:18px; color:var(--text);}
.hero-main h1 a:hover{color:var(--blue); cursor:pointer;}
.hero-main .excerpt{color:var(--text-soft); font-size:15.5px; margin-top:12px; line-height:1.6; max-width:90%;}
.byline{font-family:'JetBrains Mono', monospace; font-size:11.5px; color:var(--text-soft); margin-top:14px; display:flex; gap:14px;}
.hero-side{display:flex; flex-direction:column;}
.side-item{display:flex; gap:14px; padding:16px 0; border-bottom:1px solid var(--line);}
.side-item:first-child{padding-top:0;}
.side-item img{width:96px; height:72px; border-radius:2px; flex-shrink:0;}
.side-item .cat-mini{font-family:'JetBrains Mono', monospace; font-size:10px; font-weight:700; color:var(--blue); letter-spacing:.06em; text-transform:uppercase;}
.side-item h4{font-size:15px; margin-top:5px; line-height:1.3; color:var(--text);}
.side-item h4 a:hover{color:var(--blue); cursor:pointer;}
.side-item time{font-family:'JetBrains Mono', monospace; font-size:10.5px; color:var(--text-soft); margin-top:5px; display:block;} .grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.card img{aspect-ratio:4/3; border-radius:2px;}
.card .cat-mini{font-family:'JetBrains Mono', monospace; font-size:10.5px; font-weight:700; color:var(--blue); letter-spacing:.06em; text-transform:uppercase; margin-top:12px; display:block;}
.card h3{font-size:19px; font-weight:700; margin-top:6px; color:var(--text);}
.card h3 a:hover{color:var(--blue); cursor:pointer;}
.card p{font-size:13.5px; color:var(--text-soft); margin-top:8px; line-height:1.55;}
.card time{font-family:'JetBrains Mono', monospace; font-size:10.5px; color:var(--text-soft); margin-top:10px; display:block;} .sport-section{background:var(--ink); color:var(--paper);}
.sport-section .section-head{border-bottom-color:var(--paper);}
.sport-section .section-head h2{color:var(--amber);}
.sport-section .see-all{color:var(--amber); border-bottom-color:var(--amber);}
.carousel{display:flex; gap:18px; overflow-x:auto; padding-bottom:8px; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;}
.carousel::-webkit-scrollbar{height:4px;}
.carousel::-webkit-scrollbar-thumb{background:var(--blue);}
.carousel-card{flex:0 0 260px; scroll-snap-align:start; background:var(--ink-soft); border-radius:3px; overflow:hidden;}
.carousel-card img{aspect-ratio:16/10;}
.carousel-card .inner{padding:14px 16px 18px;}
.carousel-card .cat-mini{color:var(--amber); font-family:'JetBrains Mono', monospace; font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;}
.carousel-card h4{font-size:16.5px; margin-top:6px; color:var(--paper); font-family:'Fraunces', serif; line-height:1.25;}
.carousel-card h4 a:hover{color:var(--amber);}
.carousel-card time{font-family:'JetBrains Mono', monospace; font-size:10.5px; color:#9BA79E; margin-top:10px; display:block;} .split{display:grid; grid-template-columns:1fr 340px; gap:40px; align-items:start;}
.list-row{display:flex; gap:18px; align-items:flex-start; padding:18px 0; border-bottom:1px solid var(--line);}
.list-row .num{font-family:'Fraunces', serif; font-size:28px; font-weight:300; color:var(--line); width:36px; flex-shrink:0;}
.list-row img{width:110px; height:78px; border-radius:2px; flex-shrink:0;}
.list-row .cat-mini{font-family:'JetBrains Mono', monospace; font-size:10px; font-weight:700; color:var(--blue); letter-spacing:.06em; text-transform:uppercase;}
.list-row h4{font-size:16.5px; margin-top:4px; color:var(--text); line-height:1.3;}
.list-row h4 a:hover{color:var(--blue); cursor:pointer;}
.list-row .meta{font-family:'JetBrains Mono', monospace; font-size:10.5px; color:var(--text-soft); margin-top:6px;}
.sidebar-box{background:var(--paper-dim); border-radius:3px; padding:22px;}
.sidebar-box h3{font-size:15px; text-transform:uppercase; letter-spacing:.05em; font-family:'JetBrains Mono', monospace; color:var(--ink); margin-bottom:16px; border-bottom:2px solid var(--ink); padding-bottom:10px;}
.rank-row{display:flex; gap:12px; align-items:baseline; padding:12px 0; border-bottom:1px solid var(--line);}
.rank-row:last-child{border-bottom:none;}
.rank-num{font-family:'Fraunces', serif; font-size:22px; font-weight:700; color:var(--blue); width:26px; flex-shrink:0;}
.rank-row h5{font-size:14.5px; line-height:1.35; color:var(--text); font-weight:600; font-family:'Public Sans', sans-serif;}
.rank-row h5 a:hover{color:var(--blue); cursor:pointer;}
.weather-chip{margin-top:20px; background:var(--ink); color:var(--paper); border-radius:3px; padding:18px; display:flex; align-items:center; justify-content:space-between;}
.weather-chip .temp{font-family:'Fraunces', serif; font-size:30px; font-weight:600; color:var(--amber);}
.weather-chip .wloc{font-family:'JetBrains Mono', monospace; font-size:11px; letter-spacing:.06em; text-transform:uppercase; opacity:.75;} .weather-strip{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
.weather-day{background:var(--ink); color:var(--paper); border-radius:3px; padding:20px 10px; display:flex; flex-direction:column; align-items:center; gap:6px;}
.wd-label{font-family:'JetBrains Mono', monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase; opacity:.65;}
.wd-temp{font-family:'Fraunces', serif; font-size:26px; font-weight:600; color:var(--amber);}
.wd-desc{font-size:12px; opacity:.75;}
@media (max-width:700px){ .weather-strip{grid-template-columns:repeat(3,1fr);} } .newsletter{background:var(--blue); color:var(--paper); padding:52px 0; position:relative; overflow:hidden;}
.newsletter .wrap{display:flex; align-items:center; justify-content:space-between; gap:40px; position:relative; z-index:1;}
.newsletter h2{font-size:30px; max-width:480px;}
.newsletter p{opacity:.8; margin-top:10px; font-size:14.5px; max-width:440px;}
.newsletter-form{display:flex; flex-shrink:0;}
.newsletter-form input{padding:14px 16px; border:none; width:260px; font-family:'Public Sans', sans-serif; font-size:14px; background:var(--paper); color:var(--text); border-radius:2px 0 0 2px;}
.newsletter-form button{padding:14px 22px; border:none; background:var(--amber); color:var(--ink); font-family:'JetBrains Mono', monospace; font-weight:700; font-size:12px; letter-spacing:.06em; text-transform:uppercase; cursor:pointer; border-radius:0 2px 2px 0; transition:background .15s;}
.newsletter-form button:hover{background:#eaa845;}
.river-deco{position:absolute; right:-60px; top:-40px; width:420px; height:420px; opacity:.08; pointer-events:none;} footer.site-footer{background:var(--ink); color:#B9C0CF; padding:48px 0 24px;}
.footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:36px; padding-bottom:36px; border-bottom:1px solid #2E3D5E;}
.footer-grid h5{font-family:'JetBrains Mono', monospace; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--amber); margin-bottom:14px;}
.footer-grid a{display:block; font-size:13.5px; padding:5px 0; opacity:.75; transition:opacity .15s;}
.footer-grid a:hover{opacity:1;}
.footer-about p{font-size:13.5px; line-height:1.6; opacity:.7; max-width:280px;}
.footer-logo-chip{background:var(--paper); display:inline-block; padding:10px 16px; border-radius:4px; margin-bottom:16px;}
.footer-logo-chip img{height:30px; width:auto; display:block; object-fit:contain;}
.footer-bottom{display:flex; justify-content:space-between; align-items:center; padding-top:20px; font-family:'JetBrains Mono', monospace; font-size:11px; opacity:.5; flex-wrap:wrap; gap:8px;} .footer-partners{
border-bottom:1px solid #2E3D5E; padding:24px 0; margin-top:8px;
display:flex; flex-direction:column; align-items:center; gap:16px; text-align:center;
}
.footer-partners-text{font-size:12.5px; color:#9BA9C7; max-width:640px; line-height:1.6;}
.footer-partners-text a{color:var(--amber); text-decoration:underline;}
.footer-partners-logos{
display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:24px;
}
.footer-partner-item{
font-family:'JetBrains Mono', monospace; font-size:12px; letter-spacing:.04em; text-transform:uppercase;
}
.footer-partner-item a{color:#C7CEDE; border-bottom:1px solid transparent; transition:color .15s, border-color .15s;}
.footer-partner-item a:hover{color:var(--amber); border-bottom-color:var(--amber);}
.footer-partner-item img{max-height:36px; width:auto; display:block; filter:grayscale(1) brightness(1.6); opacity:.85; transition:opacity .15s, filter .15s;}
.footer-partner-item img:hover{filter:none; opacity:1;} .site-intro{font-size:13.5px; color:var(--text-soft); text-align:center; max-width:760px; margin:14px auto 0; line-height:1.6;}
.ad-center{width:100%;} .comments-area{margin-top:40px; max-width:760px;}
.comments-header{display:flex; align-items:center; gap:10px; margin-bottom:24px; padding-bottom:12px; border-bottom:2px solid var(--ink);}
.comments-header h3{font-size:21px; color:var(--ink);}
.comments-header .tag-dot{width:9px; height:9px; border-radius:2px; background:var(--blue); transform:rotate(45deg); flex-shrink:0;}
.comment-list{list-style:none; margin:0 0 32px;}
.craiovainfo-comment{margin-bottom:18px;}
.craiovainfo-comment .children{list-style:none; margin:16px 0 0 46px;}
.comment-inner{
display:flex; gap:14px; align-items:flex-start;
background:var(--paper-dim); border-radius:6px; padding:16px 18px;
}
.comment-avatar{
width:38px; height:38px; border-radius:50%; flex-shrink:0;
background:var(--blue); color:var(--paper);
display:flex; align-items:center; justify-content:center;
font-family:'JetBrains Mono', monospace; font-size:13px; font-weight:700;
}
.comment-body-wrap{flex:1; min-width:0;}
.comment-meta-row{display:flex; align-items:baseline; gap:10px; flex-wrap:wrap; margin-bottom:6px;}
.comment-author-name{font-weight:700; font-size:14.5px; color:var(--text);}
.comment-date{font-family:'JetBrains Mono', monospace; font-size:11px; color:var(--text-soft);}
.comment-text{font-size:14.5px; line-height:1.6; color:var(--text);}
.comment-text p{margin-bottom:10px;}
.comment-text p:last-child{margin-bottom:0;}
.comment-awaiting-moderation{font-size:12.5px; font-style:italic; color:var(--amber); margin-bottom:8px;}
.comment-reply-row{margin-top:8px;}
.comment-reply-row a{
font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:600;
letter-spacing:.05em; text-transform:uppercase; color:var(--blue);
border-bottom:1px solid var(--blue); padding-bottom:1px;
}
.comments-closed-note{color:var(--text-soft); font-size:14px; padding:16px 0;} #commentform,
.craiovainfo-comment-form{
background:var(--paper-dim); border-radius:6px; padding:26px 24px; margin-top:8px;
}
#reply-title, .comment-reply-title{font-size:20px; color:var(--ink); margin-bottom:16px;}
#reply-title small a{font-size:12px; color:var(--blue); margin-left:8px;}
#commentform p,
.craiovainfo-comment-form p{margin-bottom:16px;}
#commentform label,
.craiovainfo-comment-form label{
display:block; font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:600;
letter-spacing:.06em; text-transform:uppercase; color:var(--text-soft); margin-bottom:6px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea,
.craiovainfo-comment-form input[type="text"],
.craiovainfo-comment-form input[type="email"],
.craiovainfo-comment-form textarea{
width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:3px;
font-family:'Public Sans', sans-serif; font-size:14.5px; color:var(--text);
background:var(--paper); transition:border-color .15s; box-sizing:border-box;
}
#commentform input:focus,
#commentform textarea:focus,
.craiovainfo-comment-form input:focus,
.craiovainfo-comment-form textarea:focus{
outline:none; border-color:var(--blue);
}
#commentform textarea,
.craiovainfo-comment-form textarea{resize:vertical; min-height:110px;}
.comment-form-note{font-size:12px; color:var(--text-soft); margin-top:-4px; margin-bottom:16px; line-height:1.5;}
#commentform input[type="submit"],
.comment-submit-btn{
background:var(--blue); color:var(--paper); border:none; padding:13px 26px;
font-family:'JetBrains Mono', monospace; font-weight:700; font-size:12.5px;
letter-spacing:.06em; text-transform:uppercase; border-radius:3px; cursor:pointer;
transition:background .15s;
}
#commentform input[type="submit"]:hover,
.comment-submit-btn:hover{background:var(--blue-deep);}
.craiovainfo-comment-form .comment-form-cookies-consent{display:flex; align-items:center; gap:8px;}
.craiovainfo-comment-form .comment-form-cookies-consent label{display:inline; text-transform:none; letter-spacing:0; font-size:13px; margin:0;} .entry-header{padding:40px 0 24px;}
.entry-header .cat-pill{display:inline-block; background:var(--blue); color:var(--paper); font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:6px 12px; border-radius:2px; margin-bottom:14px;}
.page-header{border-bottom:2px solid var(--ink); padding-bottom:24px;}
.page-header .tag-strip{margin-bottom:10px;}
.page-eyebrow{
font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700; letter-spacing:.08em;
text-transform:uppercase; color:var(--blue);
}
.page-header h1{font-size:32px;}
.entry-header h1{font-family:'Noto Serif', serif; font-size:38px; font-weight:900; letter-spacing:-.01em; line-height:1.08; max-width:820px;}
.entry-meta{font-family:'JetBrains Mono', monospace; font-size:12px; color:var(--text-soft); margin-top:16px; display:flex; gap:16px; flex-wrap:wrap;}
.entry-thumb{margin:24px 0; border-radius:2px; overflow:hidden;}
.entry-thumb img{aspect-ratio:16/9;}
.entry-content{max-width:760px; font-size:17px; line-height:1.75; padding-bottom:40px;}
.entry-content p{margin-bottom:20px;}
.entry-content h2, .entry-content h3{margin:32px 0 14px; color:var(--ink);}
.entry-content img{border-radius:2px; margin:20px 0;}
.entry-content blockquote{border-left:3px solid var(--blue); padding-left:20px; font-style:italic; color:var(--text-soft); margin:24px 0;}
.entry-content a{color:var(--blue); text-decoration:underline;}
.entry-content ul, .entry-content ol{margin:0 0 20px 4px; padding-left:22px;}
.entry-content ul li, .entry-content ol li{margin-bottom:10px; line-height:1.65;}
.entry-content ul{list-style:none;}
.entry-content ul li{position:relative; padding-left:6px;}
.entry-content ul li::before{
content:''; position:absolute; left:-20px; top:9px; width:7px; height:7px;
background:var(--blue); border-radius:1px; transform:rotate(45deg);
}
.entry-content ol{list-style:none; counter-reset:entry-ol;}
.entry-content ol li{position:relative; padding-left:6px; counter-increment:entry-ol;}
.entry-content ol li::before{
content:counter(entry-ol); position:absolute; left:-28px; top:0;
width:20px; height:20px; border-radius:50%; background:var(--paper-dim); color:var(--blue);
font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700;
display:flex; align-items:center; justify-content:center;
}
.entry-content table{
width:100%; border-collapse:collapse; margin:8px 0 28px; font-size:14.5px;
border:1px solid var(--line); border-radius:4px; overflow:hidden;
}
.entry-content table th{
background:var(--ink); color:var(--paper); text-align:left; padding:12px 16px;
font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700;
letter-spacing:.05em; text-transform:uppercase;
}
.entry-content table td{padding:12px 16px; border-top:1px solid var(--line); vertical-align:top; color:var(--text);}
.entry-content table tr:nth-child(even) td{background:var(--paper-dim);}
.entry-content .table-scroll{overflow-x:auto; margin-bottom:28px;}
.entry-content strong{color:var(--ink);}
.entry-content em{color:var(--text-soft);}
.archive-header{padding:40px 0 10px; border-bottom:2px solid var(--ink);}
.archive-header h1{font-size:32px; color:var(--ink);}
.archive-header p{color:var(--text-soft); margin-top:6px;}
.archive-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; padding:32px 0;}
.pagination{display:flex; gap:8px; justify-content:center; padding:20px 0 48px; font-family:'JetBrains Mono', monospace; font-size:13px;}
.pagination a, .pagination span{padding:8px 14px; border:1px solid var(--line); border-radius:2px;}
.pagination .current{background:var(--blue); color:var(--paper); border-color:var(--blue);}
.pagination a:hover{border-color:var(--blue); color:var(--blue);}
.related-box{margin-top:32px;}
@media (max-width:880px){
.hero{grid-template-columns:1fr;}
.grid3, .archive-grid{grid-template-columns:1fr;}
.split{grid-template-columns:1fr;}
.footer-grid{grid-template-columns:1fr 1fr;}
.newsletter .wrap{flex-direction:column; align-items:flex-start;}
} @media (max-width:640px){
.list-row{flex-direction:column; gap:10px; padding:20px 0;}
.list-row img{
width:100%;
height:auto;
aspect-ratio:4/3;
border-radius:2px;
order:-1;
}
.list-row .num{font-size:20px; width:auto; order:0;}
} .newsletter-popup-backdrop{
display:none; position:fixed; inset:0; background:rgba(11,26,62,.55); z-index:300;
align-items:center; justify-content:center; padding:20px;
}
.newsletter-popup-backdrop.is-visible{display:flex;}
.newsletter-popup{
background:var(--paper); border-radius:8px; padding:36px 32px; max-width:420px; width:100%;
position:relative; box-shadow:0 20px 60px rgba(0,0,0,.35);
animation:popup-in .25s ease;
}
@keyframes popup-in{from{opacity:0; transform:translateY(12px) scale(.98);} to{opacity:1; transform:translateY(0) scale(1);}}
.newsletter-popup-close{
position:absolute; top:12px; right:14px; background:none; border:none; font-size:26px; line-height:1;
color:var(--text-soft); cursor:pointer; padding:4px 8px;
}
.newsletter-popup-eyebrow{
font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700; letter-spacing:.1em;
text-transform:uppercase; color:var(--blue); margin-bottom:10px;
}
.newsletter-popup h3{font-size:23px; color:var(--ink); line-height:1.2; margin-bottom:10px;}
.newsletter-popup p{font-size:14px; color:var(--text-soft); line-height:1.55; margin-bottom:20px;}
.newsletter-popup-form{display:flex; gap:8px; flex-wrap:wrap;}
.newsletter-popup-form input{
flex:1; min-width:180px; padding:12px 14px; border:1px solid var(--line); border-radius:3px;
font-family:'Public Sans', sans-serif; font-size:14px;
}
.newsletter-popup-form input:focus{outline:none; border-color:var(--blue);}
.newsletter-popup-form button{
background:var(--blue); color:var(--paper); border:none; padding:12px 20px; border-radius:3px;
font-family:'JetBrains Mono', monospace; font-weight:700; font-size:12px; letter-spacing:.05em;
text-transform:uppercase; cursor:pointer; transition:background .15s;
}
.newsletter-popup-form button:hover{background:var(--blue-deep);}
.newsletter-popup-later{
display:block; margin:14px auto 0; background:none; border:none; color:var(--text-soft);
font-size:12.5px; text-decoration:underline; cursor:pointer;
} .whatsapp-float{
position:fixed; bottom:20px; right:20px; z-index:150;
width:56px; height:56px; border-radius:50%; background:#25D366;
display:flex; align-items:center; justify-content:center;
box-shadow:0 4px 14px rgba(0,0,0,.25); transition:transform .15s;
}
.whatsapp-float:hover{transform:scale(1.06);} .share-row{display:flex; align-items:center; gap:10px; margin:20px 0; flex-wrap:wrap;}
.share-label{
font-family:'JetBrains Mono', monospace; font-size:11px; font-weight:700; letter-spacing:.06em;
text-transform:uppercase; color:var(--text-soft);
}
.share-btn{
display:inline-flex; align-items:center; gap:7px; padding:9px 16px; border-radius:3px;
font-family:'JetBrains Mono', monospace; font-size:12px; font-weight:600; color:#fff;
transition:opacity .15s;
}
.share-btn:hover{opacity:.85;}
.share-btn.share-fb{background:#1877F2;}
.share-btn.share-wa{background:#25D366;}
.share-btn svg{width:15px; height:15px; fill:#fff;} .follow-panel{background:var(--ink); border-radius:4px; padding:22px; margin-bottom:20px;}
.follow-panel h3{
font-family:'JetBrains Mono', monospace; font-size:13px; letter-spacing:.06em; text-transform:uppercase;
color:var(--amber); margin-bottom:14px;
}
.follow-panel-links{display:flex; flex-direction:column; gap:10px;}
.follow-panel-links a{
display:flex; align-items:center; gap:10px; color:var(--paper); font-size:14px; font-weight:600;
padding:8px 10px; border-radius:3px; background:rgba(255,255,255,.06); transition:background .15s;
}
.follow-panel-links a:hover{background:rgba(255,255,255,.14);}
.follow-panel-links svg{width:18px; height:18px; fill:currentColor; flex-shrink:0;}
@media (max-width:880px){
.whatsapp-float{width:50px; height:50px; bottom:16px; right:16px;}
.newsletter-popup{padding:28px 22px;}
} .cookie-banner{
display:none; position:fixed; left:0; right:0; bottom:0; z-index:400;
background:var(--ink); color:var(--paper); box-shadow:0 -4px 20px rgba(0,0,0,.25);
}
.cookie-banner.is-visible{display:block;}
.cookie-banner-inner{
max-width:1240px; margin:0 auto; padding:18px 24px;
display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.cookie-banner-inner p{font-size:13.5px; line-height:1.5; color:#C7CEDE; max-width:640px;}
.cookie-banner-inner p a{color:var(--amber); text-decoration:underline;}
.cookie-banner-actions{display:flex; gap:10px; flex-wrap:wrap; flex-shrink:0;}
.cookie-btn{
padding:10px 18px; border-radius:3px; font-family:'JetBrains Mono', monospace; font-size:12px;
font-weight:700; letter-spacing:.04em; text-transform:uppercase; cursor:pointer; border:none;
}
.cookie-btn-primary{background:var(--amber); color:var(--ink);}
.cookie-btn-primary:hover{background:#eaa845;}
.cookie-btn-ghost{background:transparent; color:#C7CEDE; border:1px solid #3A4A6E;}
.cookie-btn-ghost:hover{border-color:var(--amber); color:var(--amber);} .cookie-modal-backdrop{
display:none; position:fixed; inset:0; background:rgba(11,26,62,.6); z-index:410;
align-items:center; justify-content:center; padding:20px;
}
.cookie-modal-backdrop.is-visible{display:flex;}
.cookie-modal{
background:var(--paper); border-radius:8px; padding:32px; max-width:440px; width:100%;
position:relative; max-height:86vh; overflow-y:auto;
}
.cookie-modal-close{
position:absolute; top:12px; right:14px; background:none; border:none; font-size:26px;
line-height:1; color:var(--text-soft); cursor:pointer; padding:4px 8px;
}
.cookie-modal h3{font-size:20px; color:var(--ink); margin-bottom:20px;}
.cookie-cat{padding:14px 0; border-bottom:1px solid var(--line);}
.cookie-cat-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:6px;}
.cookie-cat-head span{font-family:'JetBrains Mono', monospace; font-size:12.5px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color:var(--ink);}
.cookie-cat p{font-size:13px; color:var(--text-soft); line-height:1.5;}
.cookie-modal-actions{margin-top:22px;}
.cookie-modal-actions .cookie-btn{width:100%;}
.cookie-switch{position:relative; display:inline-block; width:40px; height:22px; flex-shrink:0;}
.cookie-switch input{opacity:0; width:0; height:0;}
.cookie-slider{position:absolute; inset:0; background:var(--line); border-radius:22px; cursor:pointer; transition:background .15s;}
.cookie-slider::before{content:''; position:absolute; width:16px; height:16px; left:3px; top:3px; background:#fff; border-radius:50%; transition:transform .15s;}
.cookie-switch input:checked + .cookie-slider{background:var(--blue);}
.cookie-switch input:checked + .cookie-slider::before{transform:translateX(18px);}
.cookie-switch-disabled{opacity:.6; cursor:not-allowed;}
.cookie-switch-disabled .cookie-slider{cursor:not-allowed;}
@media (max-width:600px){
.cookie-banner-inner{flex-direction:column; align-items:flex-start;}
.cookie-banner-actions{width:100%;}
.cookie-btn{flex:1;}
}