:root{--blue:#073b78;--blue2:#126bd0;--red:#e51d3f;--text:#10233f;--muted:#6c7a8e;--line:#e4e9ef;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{border:0;border-radius:6px;padding:11px 16px;background:var(--blue2);color:#fff;font-weight:700;cursor:pointer}button:hover{opacity:.9}.top{padding:18px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.logo{width:54px;height:54px;border-radius:10px;background:linear-gradient(135deg,#073b78,#1680e8);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900}.brand h1{margin:0;font-size:30px;color:var(--blue)}.brand h1 span{color:#1680e8}.brand p{margin:3px 0 0;font-size:13px;color:#35608b}.menu{display:none}.nav{display:flex;background:var(--blue);color:#fff;padding:0 5%;overflow:auto}.nav a{padding:16px 18px;white-space:nowrap;font-weight:700;font-size:14px}.nav a:hover,.nav .active{background:var(--blue2)}.container{max-width:1280px;margin:20px auto;padding:0 20px}.toolbar{display:flex;margin-bottom:18px}.toolbar input{flex:1;border:1px solid var(--line);padding:13px;border-radius:6px 0 0 6px}.toolbar button{border-radius:0 6px 6px 0}.hero{min-height:390px;border-radius:7px;padding:32px;display:flex;align-items:end;color:#fff;background:linear-gradient(0deg,rgba(0,25,55,.9),rgba(0,25,55,.05)),url('https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&w=1400&q=80') center/cover}.hero h2{font-size:36px;max-width:850px;margin:12px 0}.badge,.cat{color:var(--blue2);font-size:11px;font-weight:800}.badge{background:var(--red);color:#fff;padding:7px 11px;border-radius:3px}.layout{display:grid;grid-template-columns:1fr 300px;gap:20px;margin-top:22px}.section-head{display:flex;justify-content:space-between;border-bottom:2px solid var(--blue);margin-bottom:12px}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:6px;overflow:hidden}.card img{width:100%;height:190px;object-fit:cover}.card-body{padding:14px}.card h3{margin:7px 0;font-size:18px;line-height:1.25}.meta{font-size:12px;color:var(--muted)}.box{border:1px solid var(--line);padding:15px;margin-bottom:18px;border-radius:6px}.box h3{margin-top:0;border-bottom:2px solid var(--blue);padding-bottom:9px}.categories a{display:block;padding:10px 0;border-bottom:1px solid var(--line)}.ad{background:linear-gradient(135deg,#073b78,#1680e8);color:#fff;text-align:center;padding:28px 5px;border-radius:6px;font-size:21px;font-weight:800}.ad small{font-size:12px}.popular-item{display:flex;gap:9px;padding:9px 0;border-bottom:1px solid var(--line)}.popular-item img{width:72px;height:55px;object-fit:cover;border-radius:4px}.popular-item b{font-size:13px}.article-wrap{max-width:900px;margin:35px auto;padding:0 20px}.article-wrap h1{font-size:42px;line-height:1.12}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:7px}.article-content{font-size:18px;line-height:1.8;white-space:pre-wrap}.article-meta{color:var(--muted);margin-bottom:20px}.back{font-weight:700;color:var(--blue2)}footer{margin-top:45px;background:#062d5c;color:#dce9f7;padding:28px 5%;display:flex;justify-content:space-between;gap:20px}.admin-body{background:var(--bg)}.admin-top{background:var(--blue);color:#fff;padding:15px 5%;display:flex;gap:25px;align-items:center}.admin-top a{font-size:21px}.admin-top span{flex:1}.admin-wrap{max-width:1100px;margin:25px auto;padding:0 15px}.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px;box-shadow:0 2px 10px #10233f0b}.auth{max-width:430px;margin:60px auto}.auth h1{margin-top:0}.auth input,.editor input,.editor textarea,.editor select,.table-head input,.table-head select{width:100%;border:1px solid #ccd5df;border-radius:6px;padding:12px;margin:7px 0 14px}.auth button{width:100%}.hidden{display:none!important}.dash-head,.editor-head,.table-head{display:flex;align-items:center;gap:12px}.dash-head>div,.editor-head h2{flex:1}.dash-head h1{margin-bottom:4px}.dash-head p{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:15px 0}.stats div{background:#fff;border:1px solid var(--line);padding:16px;border-radius:7px}.stats b{font-size:27px;display:block}.stats span{color:var(--muted);font-size:13px}.table-head input{margin-right:auto}.news-row{display:flex;gap:13px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}.news-row img{width:90px;height:65px;object-fit:cover;border-radius:5px}.row-main{flex:1}.row-main b{display:block}.row-actions{display:flex;gap:7px}.row-actions button{padding:8px 10px}.danger{background:#c51f39}.editor{margin-top:20px}.two{display:grid;grid-template-columns:1fr 1fr;gap:15px}.editor label{display:block;font-weight:700}.editor small{display:block;color:var(--muted);margin-top:-8px}.actions{display:flex;gap:10px;margin-top:10px}.preview-img{max-width:220px;max-height:150px;margin:5px 0;border-radius:6px}.msg{margin-top:12px;color:var(--blue2);font-size:14px}.loading{text-align:center;padding:50px}@media(max-width:800px){.menu{display:block}.nav{display:none}.nav.open{display:flex;flex-direction:column}.layout{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr}.hero h2{font-size:28px}.article-wrap h1{font-size:31px}.two,.stats{grid-template-columns:1fr}.table-head{flex-wrap:wrap}.row-actions{flex-direction:column}.news-row{align-items:flex-start}.news-row img{width:75px}footer{flex-direction:column}}
