
:root{
  --bg:#061524;--surface:rgba(8,27,46,.92);--surface2:rgba(10,31,52,.90);
  --text:#f5f8fc;--muted:#9eb2c7;--line:rgba(31,157,235,.65);
  --blue:#1aa8ff;--cyan:#62d7ee;--green:#37dfa3;--shadow:0 16px 38px rgba(0,0,0,.22);
  --hex:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='31.18' viewBox='0 0 54 31.18'%3E%3Cg fill='none' stroke='%239db8cc' stroke-opacity='.075' stroke-width='1'%3E%3Cpath d='M36 15.59 27 31.18H9L0 15.59 9 0h18Z'/%3E%3Cpath d='M27 0l9 15.59h18L63 0M27 31.18l9-15.59h18l9 15.59'/%3E%3C/g%3E%3C/svg%3E");
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background-color:var(--bg);background-image:var(--hex),radial-gradient(circle at 8% 12%,rgba(22,128,220,.10),transparent 29%),radial-gradient(circle at 93% 22%,rgba(55,223,163,.09),transparent 28%);background-size:54px 31.18px,auto,auto}
body.light{--bg:#f3f8fc;--surface:rgba(255,255,255,.94);--surface2:rgba(255,255,255,.92);--text:#10263d;--muted:#60758a;--line:rgba(25,125,188,.40);--shadow:0 12px 30px rgba(24,53,82,.09);--hex:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='31.18' viewBox='0 0 54 31.18'%3E%3Cg fill='none' stroke='%23152f49' stroke-opacity='.06' stroke-width='1'%3E%3Cpath d='M36 15.59 27 31.18H9L0 15.59 9 0h18Z'/%3E%3Cpath d='M27 0l9 15.59h18L63 0M27 31.18l9-15.59h18l9 15.59'/%3E%3C/g%3E%3C/svg%3E")}
a{color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}
.site-header{padding:12px 0 0}.nav-shell{width:min(1180px,calc(100% - 32px));min-height:64px;margin:auto;padding:7px 11px 7px 13px;display:flex;align-items:center;gap:22px;border:1px solid rgba(28,166,247,.55);border-radius:18px;background:rgba(5,20,36,.88);box-shadow:0 9px 24px rgba(0,0,0,.16)}body.light .nav-shell{background:rgba(255,255,255,.9)}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;min-width:220px}.brand img{width:45px;height:45px}.brand strong{display:block;font-size:17px}.brand small{display:block;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px;margin-top:2px}.nav-links{margin-left:auto;display:flex;gap:24px}.nav-links a{text-decoration:none;color:var(--muted);font-size:12px;font-weight:800}.nav-links a:hover{color:var(--text)}.theme-toggle{width:38px;height:38px;border-radius:11px;border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text);cursor:pointer;font-size:16px}
.projects-section{padding:28px 0 22px}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.project-card{display:flex;flex-direction:column;min-width:0;text-decoration:none;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);position:relative;transition:transform .18s ease,border-color .18s ease}.project-card:before,.project-card:after{content:"";position:absolute;left:50%;transform:translateX(-50%);height:2px;width:50%;z-index:3;background:linear-gradient(90deg,transparent,var(--blue),var(--cyan),var(--green),transparent)}.project-card:before{top:0}.project-card:after{bottom:0}.project-card:hover,.project-card:focus-visible{transform:translateY(-3px);border-color:rgba(55,223,163,.82);outline:none}.project-media{aspect-ratio:2/1;overflow:hidden;background:#081827}.project-media img{width:100%;height:100%;object-fit:cover;display:block}.project-content{position:relative;padding:22px 17px 15px;display:flex;flex-direction:column;flex:1}.project-icon{position:absolute;top:-25px;left:15px;width:49px;height:49px;border-radius:50%;display:grid;place-items:center;background:#071827;border:1px solid var(--blue);font-size:20px;box-shadow:0 6px 16px rgba(0,0,0,.25)}body.light .project-icon{background:#fff}.project-content h2{font-size:17px;margin:8px 0 7px}.project-content p{font-size:11px;line-height:1.55;color:var(--muted);margin:0 0 14px;flex:1}.project-cta{display:flex;justify-content:space-between;align-items:center;color:var(--cyan);font-size:11px;font-weight:900}.project-cta b{font-size:16px}
.news-section{padding:12px 0 18px}.news-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin:0 0 13px}.news-title span{height:1px;background:linear-gradient(90deg,transparent,var(--blue))}.news-title span:last-child{transform:scaleX(-1)}.news-title h2{font-size:19px;margin:0}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.news-card{display:grid;grid-template-columns:42% 1fr;min-height:122px;text-decoration:none;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface2);box-shadow:var(--shadow);transition:border-color .18s ease,transform .18s ease}.news-card:hover{border-color:rgba(55,223,163,.75);transform:translateY(-2px)}.news-media{min-height:122px;overflow:hidden}.news-media img{width:100%;height:100%;object-fit:cover;display:block}.news-copy{padding:12px 13px;display:flex;flex-direction:column}.news-copy h3{font-size:14px;margin:0 0 2px}.news-copy strong{color:var(--blue);font-size:11px}.news-copy p{font-size:10.5px;line-height:1.45;color:var(--muted);margin:8px 0;flex:1}.news-copy span{color:var(--cyan);font-size:10px;font-weight:800;display:flex;justify-content:space-between;gap:8px}.news-copy b{font-size:15px}
.footer-area{padding:0 0 18px}.contact-bar{min-height:76px;padding:13px 17px;border:1px solid var(--line);border-radius:17px;background:var(--surface);display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr auto;align-items:center;gap:18px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:48px;height:48px}.footer-brand p{font-size:10.5px;line-height:1.45;color:var(--muted);margin:0;max-width:220px}.contact-item{display:flex;align-items:center;gap:9px;min-width:0}.contact-icon{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;flex:0 0 34px}.contact-item small,.contact-item strong,.contact-item a{display:block}.contact-item small{font-size:9px;color:var(--muted);margin-bottom:2px}.contact-item strong,.contact-item a{font-size:10px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.socials{display:flex;align-items:center;gap:7px}.socials>span:first-child{font-size:10px;margin-right:4px}.socials a,.social-disabled{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:14px;font-weight:900}.social-disabled{opacity:.48;cursor:help}.copyright{text-align:center;color:var(--muted);font-size:9px;margin-top:9px}
@media(max-width:980px){.project-grid{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:1fr}.contact-bar{grid-template-columns:1fr 1fr}.socials{justify-content:flex-start}}
@media(max-width:700px){.container,.nav-shell{width:min(100% - 20px,1180px)}.nav-links{display:none}.brand{min-width:0;flex:1}.brand img{width:41px;height:41px}.projects-section{padding-top:18px}.project-grid{grid-template-columns:1fr}.project-media{aspect-ratio:16/7}.news-card{grid-template-columns:36% 1fr}.contact-bar{grid-template-columns:1fr}.socials{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.project-card,.news-card{transition:none}}

.admin-link{display:inline-flex;align-items:center;gap:5px;padding:9px 11px;border:1px solid var(--line);border-radius:11px;color:var(--text);text-decoration:none;font-size:10px;font-weight:850;background:rgba(255,255,255,.025)}
.admin-link:hover{border-color:rgba(55,223,163,.72)}
.empty-news{padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--surface2);text-align:center;color:var(--muted);font-size:12px}
@media(max-width:700px){.admin-link{font-size:0;width:38px;height:38px;display:grid;place-items:center;padding:0}.admin-link::before{content:'⚙';font-size:16px}}
