:root{
  --blue:#0878ee;--blue-2:#0aa5ff;--navy:#073c83;--text:#073c83;
  --sky:#eef9ff;--line:#cce8f8;--pink:#ee1b87;--green:#00b978;
  --shadow:0 7px 22px rgba(20,105,170,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:linear-gradient(135deg,#f8fcff 0%,#eef9ff 100%);font-size:14px}
a{color:inherit;text-decoration:none}
svg{width:1em;height:1em;display:inline-block;vertical-align:-.12em;fill:none}
.wrap{max-width:1490px;margin:auto;padding:0 22px}

/* Public header */
.topbar{height:88px;background:rgba(255,255,255,.94);border-bottom:1px solid #d8edf9;position:sticky;top:0;z-index:40;backdrop-filter:blur(10px)}
.nav{height:88px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:350px}
.brand-icon{width:58px;height:58px;flex:0 0 58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0aa6ff,#0758c9);box-shadow:0 4px 13px #b9dcfa;color:#fff}
.brand-icon svg{width:37px;height:37px}
.brand-copy b{font-size:31px;color:#0b3f86;display:block;line-height:1}
.brand-copy b::first-letter{color:#0878ee}
.brand-copy small{display:block;font-size:18px;margin-top:5px;color:#123e73}
.public-nav{display:flex;align-items:center;gap:24px;flex:1;height:100%}
.public-nav a{display:flex;align-items:center;gap:7px;height:100%;padding:3px 0;white-space:nowrap;color:#073c83;font-weight:600}
.public-nav a.active{color:#076ee0;border-bottom:3px solid var(--blue)}
.public-nav a:first-child svg{font-size:21px}
.nav-actions{display:flex;align-items:center;gap:12px}
.bell{display:grid;place-items:center;color:#0878ee;font-size:27px;margin-right:6px}
.bell svg{width:27px;height:27px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 26px;border-radius:13px;font-weight:700;border:1px solid var(--blue);white-space:nowrap}
.btn.primary{background:linear-gradient(135deg,#0aa5ff,#0871e8);color:#fff}
.btn.outline{background:#fff;color:#0870dc}
.menu-toggle{display:none;border:1px solid #cde5f6;background:#fff;color:#0878ee;border-radius:11px;width:43px;height:43px;place-items:center;font-size:24px}

/* Main grid */
.home-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(330px,.95fr);gap:15px;margin-top:0}
.home-main{min-width:0}
.side-stack{display:flex;flex-direction:column;gap:12px}
.card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);padding:17px}
.card h2{margin:0 0 14px;font-size:20px}
.flash{background:#e9fff5;border:1px solid #bdeed7;color:#087c52;border-radius:12px;padding:12px 16px;margin:15px 0}

/* Exact supplied hero reference */
.hero{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);background:#fff}
.exact-slider{height:auto;min-height:0;aspect-ratio:1022/313}
.exact-slider .slider-reference{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.slider-hit{position:absolute;display:block;z-index:5;cursor:pointer;border-radius:30px}
.bay-hit{left:2.8%;bottom:8.8%;width:23%;height:17%}
.bayan-hit{left:26.7%;bottom:8.8%;width:25%;height:17%}

/* Stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#e8f7ff;border:1px solid #cde9f8;border-radius:15px;margin-top:12px;padding:14px 10px}
.stat{display:flex;align-items:center;gap:14px;padding:0 22px;border-right:1px solid #8bd0ff;min-width:0}
.stat:last-child{border-right:0}
.stat-icon{font-size:37px;color:#087ff0;display:grid;place-items:center;flex:0 0 45px}
.stat-icon svg{width:38px;height:38px}
.stat label{display:block;color:#0b5ca9;white-space:nowrap}
.stat b{font-size:25px;color:#073c83;display:block;margin-top:3px}

/* Section cards */
.section{margin-top:14px}
.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.section-title h2{font-size:20px;margin:0;display:flex;align-items:center;gap:9px}
.section-title h2 svg{font-size:25px;color:#0878ee}
.section-title>a{display:flex;align-items:center;gap:5px;color:#0878ee;font-weight:700;white-space:nowrap}
.section-title>a svg{font-size:17px}
.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.article{border:1px solid #d4ebf8;border-radius:10px;background:#fff;overflow:hidden;box-shadow:var(--shadow);min-width:0}
.article img{width:100%;height:120px;object-fit:cover;display:block}
.article .pad{padding:10px 13px 11px}
.tag{display:inline-block;padding:6px 14px;border-radius:20px;background:#087ff0;color:#fff;font-weight:700;margin-top:-23px;position:relative}
.tag.purple{background:#7b35ff}
.tag.pink{background:#ef1888}
.article h3{font-size:15px;line-height:1.22;margin:8px 0;color:#063e82;min-height:37px}
.article time{font-size:12px;color:#1264bf}
.rooms-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.room{height:91px;border-radius:9px;overflow:hidden;position:relative;background:#0d3b70;color:#fff;display:block}
.room img{width:100%;height:100%;object-fit:cover;filter:brightness(.65);display:block}
.room .room-body{position:absolute;inset:0;padding:9px;display:flex;flex-direction:column;justify-content:flex-end}
.room .room-icon{position:absolute;left:10px;top:8px;background:#0784ef;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;font-size:24px}
.room b{font-size:13px}
.room small{color:#fff}
.dot{display:inline-block;width:8px;height:8px;background:#00dc82;border-radius:50%}

/* Sidebar */
.founders{min-height:290px}
.founders>h2,.quick-card>h2,.side-card>h2{display:flex;align-items:center;gap:9px}
.founders>h2 svg,.quick-card>h2 svg,.side-card>h2 svg{font-size:25px;color:#0878ee}
.founder-grid{display:grid;grid-template-columns:1fr 1fr}
.founder{text-align:center;padding:0 15px;border-right:1px solid #dcecf7;min-width:0}
.founder:last-child{border:0}
.avatar{width:116px;height:116px;border-radius:50%;margin:auto;background:linear-gradient(145deg,#dff5ff,#fff);display:grid;place-items:center;font-size:55px;overflow:hidden}
.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.founder strong{display:block;color:#0873dd;font-size:17px;margin-top:10px}
.founder small{color:#0873dd}
.founder p{font-size:12px;line-height:1.35;margin-bottom:0}
.side-card ul{list-style:none;margin:0;padding:0}
.side-card li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #e5f1f8}
.side-card li:last-child{border:0}
.side-card li span{min-width:0}
.side-card li span b{font-size:22px;vertical-align:-1px}
.side-card li small{color:#547ba8;white-space:nowrap}
.heading-symbol{font-size:26px;color:#0878ee}
.site-stats li span{display:flex;align-items:center;gap:9px}
.site-stats li span svg{font-size:22px;color:#0878ee}
.site-stats li b{white-space:nowrap;color:#073c83}
.site-stats li em{font-style:normal;color:#00ae76;font-weight:700;margin-left:8px}
.system-status{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:10px 0 0;color:#00ae76;font-size:12px;font-weight:700}
.system-status small{color:#1d5a9d;font-weight:400;white-space:nowrap}
.quick{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.quick a{display:flex;align-items:center;gap:10px;border:1px solid #cde8f8;border-radius:12px;padding:11px;background:#fff;font-weight:700;color:#084a93}
.quick a svg{font-size:22px;color:#0878ee;flex:0 0 22px}

/* Footer */
.footer{margin-top:18px;border-top:1px solid #cde8f8;padding:12px 0 20px;background:#f4fbff}
.footer-grid{display:grid;grid-template-columns:1fr auto 1.7fr;align-items:center;gap:24px}
.footer-brand{min-width:auto}
.footer-brand .brand-icon{width:54px;height:54px;flex-basis:54px}
.footer-brand .brand-copy b,.footer-brand b{font-size:23px}
.footer-brand small{font-size:15px}
.social{display:flex;gap:10px}
.social a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#0878ee;color:#fff;font-weight:700;font-size:17px}
.foot-links{text-align:center;color:#0b5aa5;line-height:2}
.foot-links div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.foot-links i{font-style:normal;color:#a5c4df}
.foot-links small{font-size:12px}

/* Inner public pages */
.page{margin-top:20px;margin-bottom:25px}
.page-card{background:#fff;border:1px solid #d1e9f8;border-radius:15px;padding:25px;box-shadow:var(--shadow)}
.form{max-width:620px}
.input{width:100%;padding:13px 14px;border:1px solid #c8e3f4;border-radius:10px;margin:7px 0 14px;font:inherit}
.room-page{display:grid;grid-template-columns:2fr 1fr;gap:15px}
.chatbox{height:470px;border:1px solid #cce8f8;border-radius:14px;background:#fff;padding:15px;display:flex;flex-direction:column}
.messages{flex:1;overflow:auto;background:#f7fcff;border-radius:10px;padding:12px}
.msg{padding:8px 10px;margin:6px 0;background:#fff;border:1px solid #e1eff7;border-radius:10px}
.msg b{color:#0878ee}
.chat-send{display:flex;gap:8px;margin-top:10px}
.article-body{font-size:16px;line-height:1.75;color:#173f70}
.article-body img{max-width:100%;height:auto;border-radius:10px}

/* Responsive public layout */
@media(max-width:1180px){
  .public-nav{gap:15px}
  .public-nav a{font-size:13px}
  .brand{min-width:280px}
  .home-layout{grid-template-columns:minmax(0,1.8fr) minmax(300px,.95fr)}
  .article-grid{grid-template-columns:repeat(2,1fr)}
  .rooms-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:960px){
  .topbar,.nav{height:auto}
  .nav{padding-top:10px;padding-bottom:10px;flex-wrap:wrap}
  .brand{min-width:0;flex:1}
  .menu-toggle{display:grid;order:2}
  .public-nav{order:4;display:none;width:100%;height:auto;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #e1eef7;padding-top:7px}
  .public-nav.open{display:flex}
  .public-nav a{height:auto;padding:12px 5px;border-bottom:1px solid #edf4f8}
  .public-nav a.active{border-bottom:3px solid var(--blue)}
  .nav-actions{order:3;margin-left:auto}
  .home-layout{grid-template-columns:1fr}
  .side-stack{display:grid;grid-template-columns:1fr 1fr}
  .founders{grid-column:1/-1}
  .quick-card{grid-column:1/-1}
}
@media(max-width:760px){
  body{font-size:13px}
  .wrap{padding-left:12px;padding-right:12px}
  .brand-icon{width:50px;height:50px;flex-basis:50px}
  .brand-icon svg{width:32px;height:32px}
  .brand-copy b{font-size:24px}
  .brand-copy small{font-size:14px}
  .nav-actions{gap:7px}
  .nav-actions .bell{display:none}
  .nav-actions .btn{min-height:40px;padding:0 13px;border-radius:10px;font-size:12px}
  .home-layout{gap:10px}
  .exact-slider{aspect-ratio:auto;height:300px}
  .exact-slider .slider-reference{object-fit:cover;object-position:center}
  .bay-hit{left:4%;bottom:7%;width:43%;height:15%}
  .bayan-hit{left:52%;bottom:7%;width:43%;height:15%}
  .stats{grid-template-columns:1fr 1fr;padding:8px}
  .stat{padding:9px 7px;gap:8px;border-right:1px solid #8bd0ff}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid #8bd0ff;padding-bottom:12px}
  .stat:nth-child(n+3){padding-top:12px}
  .stat-icon{flex-basis:34px;font-size:28px}
  .stat-icon svg{width:31px;height:31px}
  .stat label{font-size:11px}
  .stat b{font-size:19px}
  .card{padding:13px;border-radius:13px}
  .section-title h2,.card h2{font-size:17px}
  .article-grid{grid-template-columns:1fr}
  .article img{height:150px}
  .rooms-grid{grid-template-columns:1fr 1fr}
  .room{height:105px}
  .side-stack{display:flex}
  .founders{min-height:0}
  .founder{padding:0 8px}
  .avatar{width:88px;height:88px}
  .founder strong{font-size:14px}
  .founder p{font-size:11px}
  .system-status{align-items:flex-start;flex-direction:column}
  .quick{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
  .social{justify-content:center}
  .foot-links div{gap:7px}
  .page-card{padding:16px}
  .room-page{grid-template-columns:1fr}
}
@media(max-width:430px){
  .nav-actions .btn.outline{display:none}
  .brand-copy b{font-size:21px}
  .brand-copy small{font-size:12px}
  .menu-toggle{width:40px;height:40px}
  .exact-slider{height:245px}
  .rooms-grid{grid-template-columns:1fr}
  .room{height:110px}
  .stat b{font-size:17px}
}


/* ===== PROFESSIONAL ADMIN DASHBOARD ===== */
.admin-body{background:#f4f7fb;color:#172b4d}.admin-shell{min-height:100vh;display:flex}.admin-side{position:fixed;left:0;top:0;bottom:0;width:270px;background:linear-gradient(180deg,#062b61,#073c83);color:#dcecff;padding:22px 14px;display:flex;flex-direction:column;z-index:100;box-shadow:12px 0 35px rgba(3,42,89,.12)}.admin-brand{display:flex;align-items:center;gap:12px;padding:6px 10px 24px;border-bottom:1px solid rgba(255,255,255,.12)}.admin-logo{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#12a9ff,#1263dc);display:grid;place-items:center;font-size:24px}.admin-brand b{display:block;font-size:18px;color:#fff}.admin-brand small{display:block;color:#9dc5ef;margin-top:4px;font-size:11px}.admin-nav{padding:18px 0;display:grid;gap:5px}.admin-nav a,.admin-side-bottom a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:11px;color:#cfe3fa;font-weight:600;transition:.2s}.admin-nav a:hover,.admin-nav a.active,.admin-side-bottom a:hover{background:rgba(255,255,255,.11);color:#fff}.admin-nav a.active{box-shadow:inset 3px 0 #29a9ff}.admin-side-bottom{margin-top:auto;display:grid;gap:5px;border-top:1px solid rgba(255,255,255,.12);padding-top:14px}.admin-main{margin-left:270px;width:calc(100% - 270px);min-width:0}.admin-bar{height:76px;background:#fff;border-bottom:1px solid #e3eaf3;display:flex;align-items:center;padding:0 30px;gap:15px;position:sticky;top:0;z-index:50}.admin-bar strong{display:block;font-size:16px}.admin-bar small{display:block;color:#8292a8;margin-top:3px}.admin-site{margin-left:auto;border:1px solid #dce5f0;border-radius:10px;padding:10px 14px;color:#176fd0;font-weight:700}.admin-content{padding:30px;max-width:1600px;margin:auto}.menu-toggle,.admin-overlay{display:none}.dash-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.eyebrow{font-size:11px;letter-spacing:1.7px;color:#1682e8;font-weight:800}.dash-head h1{margin:5px 0 5px;font-size:31px;color:#102f58}.dash-head p{margin:0;color:#73849b}.dash-actions{display:flex;gap:8px}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.dash-stat{background:#fff;border:1px solid #e3eaf2;border-radius:16px;padding:19px;display:flex;gap:14px;align-items:center;box-shadow:0 8px 24px rgba(31,72,119,.06)}.dash-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;font-size:22px;background:#eaf5ff;color:#0878ee}.dash-icon.purple{background:#f1ebff;color:#7645df}.dash-icon.green{background:#e8fbf3;color:#079363}.dash-icon.orange{background:#fff4e5;color:#e58a18}.dash-stat small,.dash-stat b,.dash-stat em{display:block}.dash-stat small{color:#7b8ca1;font-weight:600}.dash-stat b{font-size:27px;color:#12355f;margin:2px 0}.dash-stat em{font-size:11px;color:#9aa8b8;font-style:normal}.dashboard-columns{display:grid;grid-template-columns:1.35fr .85fr;gap:15px;margin-top:15px}.page-card{background:#fff;border:1px solid #e2eaf2;border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(31,72,119,.05)}.dashboard-card{margin-top:0}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:17px}.card-head h2{margin:0;color:#17385f;font-size:18px}.card-head p{margin:4px 0 0;color:#8493a7;font-size:12px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quick-grid a{display:flex;align-items:center;gap:12px;border:1px solid #e5ecf4;border-radius:12px;padding:13px;color:#1b416d;background:#fbfdff}.quick-grid a:hover{border-color:#9fd2ff;background:#f5fbff}.quick-grid b{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#eaf5ff;color:#0878ee}.quick-grid span{font-weight:700}.quick-grid small{display:block;color:#8998aa;font-weight:400;font-size:10px;margin-top:3px}.status-dot{color:#0a9b6c;font-size:12px}.progress-row{display:flex;justify-content:space-between;margin:13px 0 7px;font-size:12px;color:#687b93}.progress-row b{color:#17385f}.progress{height:7px;background:#edf2f7;border-radius:10px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,#0aa4ff,#1468e8);border-radius:10px}.security-box{margin-top:18px;padding:13px;border-radius:12px;background:#effbf6;border:1px solid #d0f1e2;color:#087d58}.security-box b{display:block;font-size:12px}.security-box small{display:block;margin-top:5px;color:#5d8777;line-height:1.45}.text-link{color:#0878ee;font-size:12px;font-weight:700}.responsive-table{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 10px;border-bottom:1px solid #edf1f5;text-align:left;white-space:nowrap}.table th{font-size:11px;color:#718198;text-transform:uppercase}.table td{font-size:12px;color:#435873}.admin-login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#e8f6ff,#f4f7fb 50%);padding:20px}.login-panel{width:min(430px,100%);background:#fff;border:1px solid #e0e8f2;border-radius:22px;padding:30px;box-shadow:0 25px 70px rgba(17,61,105,.13)}.login-brand{text-align:center;margin-bottom:25px}.login-brand>div{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#09a8ff,#0869db);display:grid;place-items:center;margin:0 auto 12px;font-size:30px}.login-brand b{display:block;font-size:22px;color:#123b6b}.login-brand small{color:#8392a5}.login-error{background:#fff1f1;border:1px solid #ffd1d1;color:#b11f2a;border-radius:10px;padding:11px;margin-bottom:15px;font-size:13px}.login-panel label{display:block;margin:12px 0 6px;font-size:12px;font-weight:700;color:#41566f}.login-panel .input{width:100%;min-height:47px;border:1px solid #dce5ef;border-radius:11px;padding:0 13px;font-size:14px;outline:none}.login-panel .input:focus{border-color:#1592ef;box-shadow:0 0 0 3px rgba(21,146,239,.1)}.login-btn{width:100%;margin-top:18px;border:0}.login-secure{display:block;text-align:center;margin-top:16px;color:#8392a5}
@media(max-width:1100px){.dash-grid{grid-template-columns:repeat(2,1fr)}.dashboard-columns{grid-template-columns:1fr}.admin-content{padding:22px}}
@media(max-width:760px){.admin-side{transform:translateX(-100%);transition:.25s;width:280px}.admin-side.open{transform:translateX(0)}.admin-overlay.show{display:block;position:fixed;inset:0;background:rgba(4,25,54,.45);z-index:90}.admin-main{margin-left:0;width:100%}.admin-bar{height:65px;padding:0 16px}.menu-toggle{display:grid;place-items:center;width:40px;height:40px;border:1px solid #dce5ef;background:#fff;border-radius:10px;font-size:19px}.admin-site{display:none}.admin-content{padding:17px 13px}.dash-head{align-items:flex-start;flex-direction:column}.dash-head h1{font-size:26px}.dash-actions{width:100%}.dash-actions .btn{flex:1}.dash-grid{grid-template-columns:1fr 1fr;gap:10px}.dash-stat{padding:14px 11px;gap:9px}.dash-icon{width:40px;height:40px;flex:0 0 40px}.dash-stat b{font-size:22px}.quick-grid{grid-template-columns:1fr}.page-card{padding:15px;border-radius:13px}.table th,.table td{padding:10px 8px}.login-panel{padding:24px 18px;border-radius:17px}}
@media(max-width:430px){.dash-grid{grid-template-columns:1fr}.dash-stat{min-height:78px}.dashboard-columns{gap:10px}.card-head{margin-bottom:12px}}

/* Slider Bay/Bayan button link management */
.settings-button-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:10px}.button-setting-card{display:flex;gap:16px;padding:20px;border:1px solid #e7edf5;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(20,45,80,.06)}.button-setting-icon{width:54px;height:54px;min-width:54px;border-radius:14px;display:grid;place-items:center;background:#eef5ff;color:#1769d1;font-size:25px;font-weight:700}.button-setting-body{width:100%}.button-setting-body h2{margin:0 0 16px}.button-setting-body label{display:block;margin:12px 0 7px;font-weight:700}.button-setting-body code{background:#f1f4f8;padding:2px 5px;border-radius:5px}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.muted{color:#718096;font-size:14px;line-height:1.5}
@media(max-width:760px){.settings-button-grid{grid-template-columns:1fr}.button-setting-card{padding:16px}.form-actions .btn{width:100%;text-align:center}}
/* =========================================================
   TARGET HOME DESIGN — dark ocean / SesliGemi reference
   Homepage only; admin and inner pages keep their existing UI.
   ========================================================= */
.home-page{
  --deep:#031b3a; --deep-2:#052b56; --panel:#06284d; --panel-2:#073a6c;
  --cyan:#10d7ff; --blue:#078dff; --pink:#ff1d91; --white:#f7fbff;
  color:var(--white);
  background:
    linear-gradient(rgba(0,19,45,.58),rgba(0,49,91,.76)),
    url('../images/target-hero.jpg') center top/cover fixed;
  min-height:100vh;
  font-family:Arial,Helvetica,sans-serif;
}
.home-page::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0,rgba(0,164,255,.18),transparent 38%);z-index:0}
.home-page .topbar{height:85px;background:linear-gradient(180deg,rgba(2,21,48,.98),rgba(3,35,69,.97));border-bottom:1px solid rgba(0,180,255,.8);box-shadow:0 2px 18px rgba(0,157,255,.35);position:relative;z-index:50;backdrop-filter:blur(10px)}
.home-page .nav{height:85px;max-width:1536px;padding:0 12px;gap:16px}
.home-page .brand{min-width:390px;width:390px;height:83px;gap:0}
.home-page .brand-icon{display:none}
.home-page .brand-copy{display:block;width:382px;height:83px;background:url('../images/target-logo.jpg') left center/382px 83px no-repeat}
.home-page .brand-copy b,.home-page .brand-copy small{display:none}
.home-page .public-nav{gap:0;height:85px;justify-content:flex-start}
.home-page .public-nav a{height:85px;padding:0 16px;color:#f4f8ff;font-size:15px;font-weight:600;border-bottom:3px solid transparent;text-shadow:0 1px 2px #000;gap:5px}
.home-page .public-nav a:hover,.home-page .public-nav a.active{color:#11d9ff;border-bottom-color:#10d7ff;background:linear-gradient(180deg,transparent,rgba(0,171,255,.08))}
.home-page .public-nav a:first-child svg{color:#10d7ff}
.home-page .nav-actions{gap:10px}
.home-page .bell{width:49px;height:49px;border:1px solid #087ac9;border-radius:12px;color:#fff;background:rgba(0,74,134,.45);margin:0}
.home-page .bell svg{width:24px;height:24px}
.home-page .btn{min-height:48px;border-radius:12px;padding:0 28px;border:1px solid #08a9ff;color:#fff;background:rgba(0,45,86,.6);font-size:15px}
.home-page .btn.primary{background:linear-gradient(135deg,#09a7ff,#0877ef);box-shadow:0 5px 20px rgba(0,160,255,.25)}
.home-page .btn.outline{background:rgba(0,39,74,.45)}
.home-page .menu-toggle{display:none}
.home-page main.wrap{position:relative;z-index:1;max-width:1536px;padding:0 22px}
.home-page .flash{background:#063c65;color:#fff;border-color:#09b9ff}
.home-page .home-layout{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(380px,.95fr);gap:12px;margin-top:0}
.home-page .home-main,.home-page .side-stack{min-width:0}
.home-page .side-stack{gap:11px}
.home-page .hero{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden}
.home-page .exact-slider{aspect-ratio:1030/328;min-height:0;margin:0 -1px}
.home-page .exact-slider .slider-reference{content:url('../images/target-hero.jpg');width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.home-page .slider-hit{z-index:6}
.home-page .bay-hit{left:7.1%;bottom:6.5%;width:22%;height:18%}
.home-page .bayan-hit{left:30.4%;bottom:6.5%;width:25.2%;height:18%}
.home-page .stats{height:86px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;margin:0 0 12px;padding:0;background:linear-gradient(180deg,rgba(2,39,76,.98),rgba(2,29,59,.98));border:1px solid rgba(0,190,255,.45);border-radius:10px;box-shadow:0 7px 18px rgba(0,0,0,.24)}
.home-page .stat{height:61%;padding:0 22px;gap:12px;border-right:1px solid rgba(0,191,255,.7)}
.home-page .stat-icon{color:#0dd6ff;flex:0 0 45px;font-size:38px}
.home-page .stat-icon svg{width:42px;height:42px}
.home-page .stat label{color:#f3f8ff;font-size:14px}
.home-page .stat b{color:#fff;font-size:24px;letter-spacing:.2px}
.home-page .card{background:linear-gradient(180deg,rgba(4,37,73,.97),rgba(3,28,57,.97));border:1px solid rgba(0,181,255,.55);border-radius:12px;box-shadow:0 6px 22px rgba(0,0,0,.25);padding:14px 16px;color:#fff}
.home-page .section{margin-top:0;margin-bottom:11px}
.home-page .section-title{margin-bottom:10px}
.home-page .section-title h2,.home-page .card h2{color:#fff;font-size:19px}
.home-page .section-title h2 svg,.home-page .card h2 svg,.home-page .founders>h2 svg,.home-page .quick-card>h2 svg{color:#10d7ff}
.home-page .section-title>a{color:#10d7ff;font-size:13px}
.home-page .article-grid{grid-template-columns:repeat(4,1fr);gap:16px}
.home-page .article{background:#fff;border:1px solid #b8d7eb;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.24);overflow:hidden}
.home-page .article img{height:120px}
.home-page .article .pad{padding:8px 14px 10px}
.home-page .tag{padding:5px 14px;margin-top:-21px;background:#0a8fff}
.home-page .article h3{color:#073c83;font-size:14px;min-height:34px;margin:7px 0 4px}
.home-page .article time{color:#0b5da7;font-size:11px}
.home-page .rooms-grid{grid-template-columns:repeat(5,1fr);gap:13px}
.home-page .room{height:94px;border:1px solid #0bafff;border-radius:9px;background:#052a50;box-shadow:inset 0 0 0 1px rgba(0,220,255,.1)}
.home-page .room img{filter:brightness(.62) saturate(1.15)}
.home-page .room .room-icon{left:10px;top:9px;width:44px;height:44px;background:#078ef4;box-shadow:0 0 0 4px rgba(0,142,244,.14);font-size:24px}
.home-page .room .room-body{padding:9px 10px 8px;justify-content:flex-end;text-align:center}
.home-page .room b{font-size:13px;text-shadow:0 1px 3px #000}
.home-page .room small{font-size:11px;text-shadow:0 1px 3px #000}
.home-page .dot{background:#00e59a}
.home-page .founders{min-height:286px;padding:15px 16px 12px}
.home-page .founders>h2{margin-bottom:9px}
.home-page .founder{padding:0 14px;border-right-color:rgba(0,189,255,.38)}
.home-page .avatar{width:132px;height:132px;background:#fff;border:4px solid #f1f6fb;box-shadow:0 0 0 1px rgba(0,195,255,.25)}
.home-page .founder strong{color:#fff;font-size:18px;margin-top:8px}
.home-page .founder small{color:#09d4ff;font-size:13px}
.home-page .founder p{color:#fff;font-size:12px;line-height:1.35;margin-top:9px}
.home-page .side-card,.home-page .quick-card{padding:13px 16px}
.home-page .side-card .section-title{margin-bottom:5px}
.home-page .side-card li{border-bottom-color:rgba(0,183,255,.38);padding:7px 0;color:#fff;font-size:13px}
.home-page .side-card li span b{color:#fff;font-size:22px}
.home-page .side-card li small{color:#fff}
.home-page .site-stats li span svg{color:#fff}
.home-page .site-stats li b{color:#fff;font-size:15px}
.home-page .site-stats li em{color:#0ff0c2}
.home-page .system-status{color:#0ff0c2;border-top:1px solid rgba(0,188,255,.28);padding-top:8px;margin-top:4px}
.home-page .system-status small{color:#fff}
.home-page .quick{gap:8px}
.home-page .quick a{background:rgba(0,70,124,.48);border:1px solid #00aaf6;border-radius:10px;color:#fff;padding:10px 9px;justify-content:center;font-size:13px}
.home-page .quick a svg{color:#10d7ff}
.home-page .footer{margin-top:0;border-top:1px solid rgba(0,187,255,.45);background:linear-gradient(180deg,rgba(2,29,59,.96),rgba(1,20,43,.99));color:#fff;position:relative;z-index:2}
.home-page .footer-grid{max-width:1536px;min-height:90px;padding:8px 22px;grid-template-columns:1fr auto 1.6fr}
.home-page .footer-brand{color:#fff}
.home-page .footer-brand .brand-icon{display:none}
.home-page .footer-brand .brand-copy{display:block;width:190px;height:58px;background:url('../images/target-logo.jpg') left center/267px 58px no-repeat}
.home-page .footer-brand .brand-copy b,.home-page .footer-brand .brand-copy small{display:none}
.home-page .social a{background:#0b5aa4;border:1px solid rgba(0,192,255,.35);color:#fff}
.home-page .foot-links{color:#fff;font-size:11px}
.home-page .foot-links a{color:#fff}
.home-page .foot-links i{color:#18bdf2}
.home-page .foot-links small{color:#fff}
.home-page .page,.home-page .page-card{color:#fff}

@media(max-width:1250px){
  .home-page .brand{min-width:310px;width:310px}.home-page .brand-copy{width:310px;background-size:310px auto}
  .home-page .public-nav a{padding:0 9px;font-size:13px}
  .home-page .nav-actions .btn{padding:0 18px}
  .home-page .home-layout{grid-template-columns:minmax(0,1.8fr) minmax(330px,1fr)}
}
@media(max-width:1000px){
  .home-page .topbar,.home-page .nav{height:auto;min-height:82px}.home-page .nav{padding:8px 12px;flex-wrap:wrap}
  .home-page .brand{flex:1;min-width:0;width:auto}.home-page .brand-copy{width:280px;background-size:280px auto}
  .home-page .menu-toggle{display:grid;border-color:#08a8f7;background:#052e58;color:#10d7ff;order:2}
  .home-page .nav-actions{order:3}.home-page .nav-actions .btn{display:none}
  .home-page .public-nav{order:4;display:none;width:100%;height:auto;flex-direction:column;align-items:stretch;border-top:1px solid rgba(0,185,255,.3)}
  .home-page .public-nav.open{display:flex}.home-page .public-nav a{height:44px;padding:0 10px;border-bottom:1px solid rgba(0,185,255,.18)}
  .home-page main.wrap{padding:0 10px}.home-page .home-layout{grid-template-columns:1fr}
  .home-page .side-stack{display:grid;grid-template-columns:1fr 1fr}.home-page .founders{grid-column:1/-1}
  .home-page .quick-card{grid-column:1/-1}
}
@media(max-width:700px){
  .home-page .brand-copy{width:245px;background-size:245px auto}.home-page .bell{width:43px;height:43px}
  .home-page .exact-slider{aspect-ratio:1030/328}.home-page .stats{height:auto;grid-template-columns:1fr 1fr;padding:8px 0}.home-page .stat{height:60px;padding:0 12px}.home-page .stat:nth-child(2){border-right:0}.home-page .stat:nth-child(-n+2){border-bottom:1px solid rgba(0,191,255,.35)}
  .home-page .article-grid{grid-template-columns:1fr 1fr;gap:9px}.home-page .article img{height:105px}.home-page .article h3{font-size:13px}
  .home-page .rooms-grid{grid-template-columns:1fr 1fr;gap:9px}.home-page .room{height:95px}.home-page .room:last-child{grid-column:1/-1}
  .home-page .side-stack{display:flex}.home-page .founder{padding:0 7px}.home-page .avatar{width:105px;height:105px}.home-page .founder strong{font-size:15px}
  .home-page .footer-grid{grid-template-columns:1fr;justify-items:center;text-align:center;gap:10px}.home-page .footer-brand{justify-content:center}.home-page .foot-links{font-size:10px}
}
@media(max-width:460px){
  .home-page .brand-copy{width:205px;background-size:205px auto}.home-page .nav{gap:8px}.home-page .stat{padding:0 8px;gap:7px}.home-page .stat-icon{flex-basis:34px}.home-page .stat-icon svg{width:32px;height:32px}.home-page .stat label{font-size:11px}.home-page .stat b{font-size:18px}
  .home-page .article-grid{grid-template-columns:1fr}.home-page .article img{height:135px}.home-page .rooms-grid{grid-template-columns:1fr}.home-page .room:last-child{grid-column:auto}
  .home-page .quick{grid-template-columns:1fr}.home-page .founder-grid{gap:2px}.home-page .founder p{font-size:10px}
}
/* FINAL REFERENCE MATCH OVERRIDES */
.home-page{background:#0067ad url('../images/target-hero.jpg') center 84px/cover fixed no-repeat;}
.home-page::after{content:"";position:fixed;inset:85px 0 0;z-index:-1;background:linear-gradient(180deg,rgba(0,32,70,.48),rgba(0,122,191,.42));pointer-events:none}
.home-page .topbar{height:85px}
.home-page .nav{height:85px;max-width:none;padding:0 12px;gap:14px}
.home-page .brand{min-width:430px;width:430px;height:85px}
.home-page .brand-copy{width:430px;height:85px;background-size:430px 94px;background-position:left center}
.home-page .public-nav{flex:1;justify-content:center;gap:0}
.home-page .public-nav a{padding:0 17px;font-size:14px}
.home-page .nav-actions{margin-left:auto;gap:9px}
.home-page .nav-actions .btn{padding:0 29px;min-width:130px}
.home-page main.wrap{max-width:none;width:100%;padding:0 23px}
.home-page .home-layout{grid-template-columns:minmax(0,2.12fr) minmax(410px,.98fr);gap:12px}
.home-page .exact-slider{aspect-ratio:1030/328}
.home-page .stats{height:87px;margin-bottom:12px}
.home-page .stat{padding:0 22px}
.home-page .stat:nth-child(4){border-right:0}
.home-page .section{padding:11px 16px 9px;margin-bottom:11px}
.home-page .article-grid{gap:16px}
.home-page .article img{height:120px;object-fit:cover}
.home-page .rooms-grid{gap:14px}
.home-page .room{height:95px}
.home-page .side-stack{gap:11px}
.home-page .founders{min-height:286px}
.home-page .founder-grid{grid-template-columns:1fr 1fr}
.home-page .side-card{padding-top:13px;padding-bottom:11px}
.home-page .quick-card{padding-bottom:13px}
.home-page .footer{margin-top:0}
.home-page .footer{background:linear-gradient(180deg,rgba(2,29,59,.96),rgba(1,19,43,.98));border-top:1px solid #00aef8;color:#fff}
.home-page .footer-grid{min-height:90px;grid-template-columns:390px 240px 1fr;gap:18px;padding:7px 0}
.home-page .footer-brand{color:#fff}
.home-page .footer-brand .brand-icon{display:grid;width:58px;height:58px;flex-basis:58px;background:linear-gradient(135deg,#fff,#cfeeff);color:#078ce9;box-shadow:none}
.home-page .footer-brand b{font-size:23px;color:#fff}
.home-page .footer-brand small{color:#fff;font-size:12px}
.home-page .social{display:flex;gap:11px;justify-content:flex-start}
.home-page .social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0a4c8d;border:1px solid #0a83d8;color:#fff;font-weight:700;font-size:19px}
.home-page .foot-links{text-align:center;color:#fff}
.home-page .foot-links a{color:#fff;font-size:11px}
.home-page .foot-links i{font-style:normal;color:#0aaeff;margin:0 7px}
.home-page .foot-links small{display:block;margin-top:10px;color:#fff;font-size:11px}
@media(max-width:1180px){
 .home-page .brand{min-width:340px;width:340px}.home-page .brand-copy{width:340px;background-size:340px auto}
 .home-page .public-nav a{padding:0 10px;font-size:13px}.home-page .nav-actions .btn{min-width:105px;padding:0 18px}
 .home-page .home-layout{grid-template-columns:minmax(0,1.75fr) minmax(330px,.9fr)}
}
@media(max-width:900px){
 .home-page .topbar,.home-page .nav{height:72px}.home-page .nav{padding:0 12px}.home-page .brand{min-width:0;width:auto;flex:1}.home-page .brand-copy{width:300px;height:72px;background-size:300px auto}
 .home-page .public-nav{display:none}.home-page .menu-toggle{display:grid;background:rgba(0,62,108,.7);border-color:#08b6ff;color:#fff}
 .home-page .nav-actions .bell{display:none}.home-page .nav-actions .btn{min-width:88px;min-height:42px;padding:0 12px;font-size:13px}
 .home-page main.wrap{padding:0 12px}.home-page .home-layout{grid-template-columns:1fr}.home-page .side-stack{display:grid;grid-template-columns:1fr 1fr;align-items:start}.home-page .founders{grid-column:1/-1}
 .home-page::after{inset:72px 0 0}.home-page .footer-grid{grid-template-columns:1fr;text-align:center}.home-page .social{justify-content:center}.home-page .footer-brand{justify-content:center}
}
@media(max-width:620px){
 .home-page .brand-copy{width:235px;background-size:235px auto}.home-page .nav-actions .btn.outline{display:none}.home-page .nav-actions .btn.primary{min-width:82px}
 .home-page main.wrap{padding:0 8px}.home-page .exact-slider{aspect-ratio:1030/328}.home-page .stats{height:auto;grid-template-columns:1fr 1fr}.home-page .stat{min-height:72px;padding:10px 12px;border-right:1px solid rgba(0,191,255,.6)}.home-page .stat:nth-child(2){border-right:0}.home-page .stat:nth-child(3),.home-page .stat:nth-child(4){border-top:1px solid rgba(0,191,255,.35)}
 .home-page .stat-icon{flex-basis:35px}.home-page .stat-icon svg{width:34px;height:34px}.home-page .stat label{font-size:11px}.home-page .stat b{font-size:18px}
 .home-page .article-grid{grid-template-columns:1fr 1fr;gap:9px}.home-page .article img{height:auto;aspect-ratio:218/122}.home-page .article .pad{padding:7px 9px 9px}.home-page .article h3{font-size:12px}.home-page .tag{font-size:10px;padding:4px 9px}
 .home-page .rooms-grid{grid-template-columns:1fr 1fr 1fr;gap:7px}.home-page .room{height:88px}.home-page .room b{font-size:11px}.home-page .room small{font-size:9px}
 .home-page .side-stack{display:flex}.home-page .founder-grid{grid-template-columns:1fr 1fr}.home-page .avatar{width:105px;height:105px}.home-page .founder strong{font-size:15px}.home-page .founder small{font-size:11px}.home-page .founder p{font-size:10px}
 .home-page .quick{grid-template-columns:1fr 1fr}.home-page .quick a{font-size:11px;padding:9px 5px}
 .home-page .footer-grid{padding:12px 8px}.home-page .foot-links div{line-height:1.8}.home-page .foot-links i{margin:0 3px}
}
@media(max-width:390px){.home-page .brand-copy{width:190px;background-size:190px auto}.home-page .nav-actions .btn.primary{min-width:70px;padding:0 8px}.home-page .rooms-grid{grid-template-columns:1fr 1fr}.home-page .article-grid{grid-template-columns:1fr}.home-page .quick{grid-template-columns:1fr}}
