:root{--ink:#173b35;--deep:#174f46;--green:#2f7668;--mint:#dcebe3;--cream:#f5f1e6;--sand:#e5d4b1;--coral:#e87855;--white:#fff;--shadow:0 24px 70px rgba(23,59,53,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfaf6;color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{height:84px;display:flex;align-items:center;padding:0 5vw;gap:40px;background:#fbfaf6;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(23,59,53,.08)}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand-mark{width:44px;height:44px;border-radius:50% 50% 50% 12px;display:grid;place-items:center;background:var(--deep);color:#fff;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.65}.nav{display:flex;gap:28px;font-size:13px;font-weight:700}.nav a:hover{color:var(--green)}.admin-button{border:1px solid rgba(23,59,53,.25);border-radius:50px;background:transparent;padding:11px 17px;color:var(--ink);font-weight:700;cursor:pointer}.menu-button{display:none;border:0;background:none;font-size:24px}.hero{min-height:680px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--deep);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 68% 43%,rgba(255,255,255,.12),transparent 26%),linear-gradient(110deg,rgba(10,55,48,.98) 20%,rgba(28,94,82,.77) 58%,rgba(24,75,66,.2))}.hero-art{position:absolute;right:0;inset-block:0;width:58%;background:linear-gradient(#8bc2b3 0 47%,#70aead 47% 72%,#d9c794 72%);clip-path:ellipse(76% 88% at 84% 48%)}.sun{position:absolute;width:130px;height:130px;border-radius:50%;background:#f8dc9a;right:20%;top:15%;box-shadow:0 0 60px #f8dc9a}.shore{position:absolute;display:block;bottom:18%;right:-5%;width:90%;height:28%;background:#355c49;border-radius:60% 0 0 0;transform:rotate(-6deg)}.shore-two{bottom:5%;right:-10%;background:#6f835b;transform:rotate(5deg);height:25%}.hero-content{position:relative;z-index:2;width:52%;padding:80px 5vw}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#cde5dc}.eyebrow.dark{color:var(--green)}.eyebrow.light{color:#cde5dc}.hero h1,.section h2{font-family:Prata,Georgia,serif;font-weight:400}.hero h1{font-size:clamp(58px,7vw,105px);line-height:.95;margin:24px 0}.hero h1 em{color:#f2d69a;font-style:italic}.hero p{font-size:17px;line-height:1.7;max-width:540px;opacity:.82}.hero-actions{display:flex;gap:12px;margin-top:36px}.button{padding:15px 23px;border-radius:50px;border:0;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primary{background:var(--coral);color:#fff}.ghost{border:1px solid rgba(255,255,255,.4);color:#fff;background:transparent}.status-card{position:absolute;z-index:3;right:5vw;bottom:38px;background:rgba(255,255,255,.9);color:var(--ink);padding:17px 22px;border-radius:14px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow);backdrop-filter:blur(10px)}.status-card small,.status-card strong{display:block}.status-card small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;opacity:.65}.pulse{width:10px;height:10px;border-radius:50%;background:#59a874;box-shadow:0 0 0 6px rgba(89,168,116,.15)}.quick-links{width:min(1180px,90%);margin:-1px auto 0;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;position:relative;z-index:4;box-shadow:var(--shadow);border-radius:0 0 18px 18px}.quick-links a{padding:25px;display:grid;grid-template-columns:44px 1fr;column-gap:14px;border-right:1px solid #e8ebe6}.quick-links a:last-child{border:0}.quick-links .icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;background:var(--mint);display:grid;place-items:center;color:var(--deep);font-weight:800;font-size:20px}.quick-links strong{font-size:14px}.quick-links small{font-size:11px;opacity:.55;margin-top:3px}.section{padding:100px max(5vw,calc((100vw - 1180px)/2))}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section-heading h2,.section h2{font-size:clamp(36px,4vw,56px);margin:10px 0 0}.section-heading p{max-width:430px;line-height:1.6;opacity:.7}.text-button{border:0;background:none;color:var(--green);font-weight:800;cursor:pointer}.news-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:20px}.news-card{background:#fff;padding:30px;border-radius:16px;min-height:250px;display:flex;flex-direction:column;border:1px solid #eaede8;transition:.25s}.news-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.news-card:first-child{background:var(--cream);min-height:320px}.news-card time{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800}.news-card h3{font-family:Prata,Georgia,serif;font-size:27px;font-weight:400;margin:18px 0 10px}.news-card p{font-size:13px;line-height:1.65;opacity:.65}.news-card span{margin-top:auto;font-weight:800;color:var(--coral);font-size:12px}.split-section{display:grid;grid-template-columns:1fr 1fr;padding-block:0}.water-panel,.payment-panel{padding:70px;border-radius:22px}.water-panel{background:var(--deep);color:#fff}.payment-panel{background:var(--cream)}.lead{opacity:.7}.schedule{margin-top:35px;border-top:1px solid rgba(255,255,255,.2)}.schedule-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.15)}.schedule-row strong{font-size:15px}.schedule-row span{text-align:right;color:#f1d699;font-weight:700}.note{font-size:11px;opacity:.58;margin-top:24px}.payment-panel>p{max-width:520px;line-height:1.7;opacity:.7}.bank-card{margin:35px 0 24px;padding:23px;background:#fff;border-radius:14px;position:relative}.bank-card small,.bank-card strong{display:block}.bank-card small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;opacity:.5;margin-bottom:8px}.bank-card strong{font-size:18px;letter-spacing:.04em}.copy-button{position:absolute;right:16px;top:24px;border:0;background:var(--mint);color:var(--deep);border-radius:20px;padding:7px 11px;font-size:10px;font-weight:800;cursor:pointer}.payment-panel dl{margin:0}.payment-panel dl div{padding:13px 0;border-bottom:1px solid rgba(23,59,53,.12)}dt{font-size:10px;text-transform:uppercase;letter-spacing:.12em;opacity:.5}dd{margin:4px 0 0;font-size:13px;font-weight:700}.contacts-section{background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{border:1px solid #e1e7e3;border-radius:16px;padding:28px}.contact-card .avatar{width:48px;height:48px;border-radius:50%;background:var(--mint);display:grid;place-items:center;font-weight:800;color:var(--deep)}.contact-card small{display:block;color:var(--green);text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:800;margin:18px 0 6px}.contact-card strong{font-family:Prata,serif;font-size:22px;font-weight:400}.contact-card a{display:block;margin-top:18px;font-weight:800}.about-section{background:linear-gradient(115deg,#174f46,#2f7668);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.about-copy p{line-height:1.8;opacity:.72;max-width:580px}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.facts div{border-left:1px solid rgba(255,255,255,.25);padding-left:20px}.facts strong,.facts span{display:block}.facts strong{font-family:Prata,serif;font-size:34px;color:#f2d69a}.facts span{font-size:11px;opacity:.65;margin-top:6px}.documents-section{display:grid;grid-template-columns:.6fr 1.4fr;gap:80px}.document-list a{display:grid;grid-template-columns:45px 1fr auto;align-items:center;padding:20px 0;border-bottom:1px solid #dfe5df}.document-list span{color:var(--coral);font-weight:800}.document-list small{opacity:.5}footer{min-height:160px;padding:35px 5vw;display:flex;align-items:center;gap:50px;background:#0f3731;color:#fff}footer p{font-size:12px;opacity:.6}.footer-admin{color:#fff;border-color:rgba(255,255,255,.3);margin-left:auto}.admin-modal{border:0;padding:0;border-radius:20px;width:min(760px,94vw);color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.3)}.admin-modal::backdrop{background:rgba(8,34,30,.7);backdrop-filter:blur(5px)}.admin-shell{padding:32px}.admin-head{display:flex;justify-content:space-between}.admin-head h2{font-family:Prata,serif;font-size:34px;margin:7px 0}.close-button{border:0;background:var(--mint);width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer}.admin-note{background:var(--cream);padding:14px;border-radius:10px;font-size:12px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.admin-grid label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.admin-grid .wide{grid-column:1/-1}.admin-grid input,.admin-grid textarea{width:100%;border:1px solid #dce3de;border-radius:9px;padding:12px;margin-top:6px;resize:vertical}.admin-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.dark-ghost{color:var(--ink);border-color:#cfd8d2}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);background:#122f2a;color:#fff;padding:11px 18px;border-radius:30px;font-size:12px;opacity:0;pointer-events:none;transition:.25s;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.nav{display:none}.nav.mobile-open{display:flex;position:absolute;top:70px;left:0;right:0;padding:22px;flex-direction:column;gap:18px;background:#fbfaf6;box-shadow:0 20px 30px rgba(23,59,53,.12)}.menu-button{display:block}.admin-button{display:none}.hero{min-height:620px}.hero-art{width:100%;opacity:.35;clip-path:none}.hero-content{width:100%;padding:80px 7vw}.quick-links{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr 1fr}.news-card:first-child{grid-column:1/-1}.split-section{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr 1fr}.about-section{grid-template-columns:1fr;gap:45px}.documents-section{grid-template-columns:1fr}.footer-admin{display:block}}
@media(max-width:600px){.site-header{height:70px;padding:0 20px}.brand small{display:none}.hero{min-height:650px}.hero-content{padding:60px 22px}.hero h1{font-size:52px}.hero-actions{flex-direction:column;align-items:stretch}.status-card{left:22px;right:22px;bottom:20px}.quick-links{width:100%;grid-template-columns:1fr;border-radius:0}.quick-links a{border-right:0;border-bottom:1px solid #e8ebe6}.section{padding:70px 22px}.section-heading{display:block}.text-button{margin-top:20px}.news-grid,.contact-grid{grid-template-columns:1fr}.news-card:first-child{grid-column:auto}.water-panel,.payment-panel{padding:45px 24px;border-radius:0}.about-section{padding-block:70px}.facts{gap:8px}.facts strong{font-size:25px}.documents-section{gap:25px}.document-list a{grid-template-columns:35px 1fr}.document-list small{display:none}footer{align-items:flex-start;flex-direction:column;gap:18px}.footer-admin{margin:0}.admin-grid{grid-template-columns:1fr}.admin-grid .wide{grid-column:auto}.admin-shell{padding:22px}}

/* Extended concept: accounts, payments and administration */
.admin-entry{border:0;background:transparent;color:var(--green);font-size:11px;font-weight:800;cursor:pointer}.account-button{border:0;border-radius:50px;background:var(--deep);padding:12px 18px;color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.liman-photo{width:64%;background-image:linear-gradient(90deg,#174f46 0%,rgba(23,79,70,.5) 32%,rgba(23,79,70,.05) 75%),url('images/hero-liman.webp');background-size:cover;background-position:center;clip-path:ellipse(78% 92% at 84% 48%)}
.campaigns-section{background:var(--deep);color:#fff}.campaign-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:20px}.campaign-card,.donors{border-radius:18px;padding:34px}.campaign-card{background:var(--cream);color:var(--ink)}.campaign-top,.donors-head{display:flex;justify-content:space-between;align-items:center}.campaign-top span{color:var(--coral);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.campaign-top strong{font-size:11px;opacity:.55}.campaign-card h3{font-family:Prata,serif;font-size:32px;font-weight:400;margin:28px 0 12px}.campaign-card p{opacity:.65}.progress{height:11px;background:#d8ded6;border-radius:10px;overflow:hidden;margin:30px 0 18px}.progress i{width:68%;height:100%;display:block;background:var(--coral);border-radius:10px}.campaign-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:28px}.campaign-stats small,.campaign-stats strong{display:block}.campaign-stats small{text-transform:uppercase;font-size:9px;letter-spacing:.12em;opacity:.5}.campaign-stats strong{font-size:18px;margin-top:4px}.donors{background:rgba(255,255,255,.09)}.donors-head{margin-bottom:18px}.donors h3{font-family:Prata,serif;font-weight:400;font-size:23px}.donors-head span{font-size:10px;color:#f2d69a}.donor-row{display:flex;justify-content:space-between;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.13);font-size:13px}.privacy-note{display:block;margin-top:20px;opacity:.5}
.account-modal,.admin-login-modal{border:0;padding:0;border-radius:22px;width:min(520px,94vw);color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.35)}.account-modal::backdrop,.admin-login-modal::backdrop{background:rgba(8,34,30,.75);backdrop-filter:blur(5px)}.account-shell,.admin-login-shell{padding:42px;position:relative}.account-close,.admin-login-close{position:absolute;right:20px;top:20px}.account-shell h2,.admin-login-shell h2{font-family:Prata,serif;font-weight:400;font-size:35px;line-height:1.15;margin:12px 0}.account-shell p,.admin-login-shell>p{font-size:13px;line-height:1.65;opacity:.65}.social-login,.email-login{width:100%;height:50px;border-radius:9px;border:1px solid #d8dfda;background:#fff;font-weight:800;cursor:pointer}.social-login{margin-top:22px}.social-login b{color:#4285f4;font-size:20px;margin-right:12px}.or{text-align:center;border-top:1px solid #e2e6e3;margin:26px 0 20px;height:1px}.or span{position:relative;top:-11px;background:#fff;padding:0 12px;font-size:10px;opacity:.45}.email-label,.admin-login-shell label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-top:14px}.email-label input,.admin-login-shell input{width:100%;padding:14px;border:1px solid #d8dfda;border-radius:9px;margin-top:7px}.email-login{background:var(--deep);color:#fff;margin-top:10px}.login-foot{display:block;text-align:center;margin-top:18px;opacity:.5}.cabinet-head{display:flex;align-items:center;gap:14px}.user-avatar{width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:var(--mint);font-weight:800}.cabinet-head small,.cabinet-head h3,.cabinet-head span{display:block;margin:0}.cabinet-head h3{font-family:Prata,serif;font-size:21px}.cabinet-head span{font-size:11px;color:var(--green);font-weight:800}.balance-card{background:var(--deep);color:#fff;border-radius:16px;padding:25px;margin:28px 0}.balance-card>div{margin:15px 0 22px}.balance-card strong,.balance-card span{display:block}.balance-card strong{font-family:Prata,serif;font-size:35px}.balance-card span{font-size:11px;opacity:.6}.pay-button,.apple-pay{height:46px;border:0;border-radius:8px;font-weight:800;cursor:pointer}.pay-button{width:65%;background:#fff}.pay-button b{color:#4285f4}.apple-pay{width:32%;background:#000;color:#fff}.cabinet-links button{width:100%;display:flex;justify-content:space-between;padding:16px 4px;border:0;border-bottom:1px solid #e2e7e3;background:none;font-weight:700}.demo-warning{font-size:10px!important;text-align:center;color:var(--coral);opacity:1!important}.lock-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--deep);font-size:28px;margin-bottom:20px}.admin-submit{width:100%;margin-top:18px}.admin-login-shell>small{display:block;text-align:center;margin-top:16px;opacity:.55}.login-error{color:#bb3f32!important;opacity:1!important;margin:8px 0 0!important}
@media(max-width:900px){.admin-entry{display:none}.campaign-grid{grid-template-columns:1fr}.liman-photo{width:100%;clip-path:none}.account-button{margin-left:auto}}
@media(max-width:600px){.account-button{font-size:10px;padding:10px 12px}.campaign-card,.donors{padding:24px}.campaign-stats strong{font-size:14px}.account-shell,.admin-login-shell{padding:38px 22px 28px}.pay-button,.apple-pay{width:100%}.apple-pay{margin-top:8px}}

/* Unified typography */
body,button,input,textarea,select,.hero h1,.section h2,.section-heading h2,.news-card h3,.contact-card strong,.facts strong,.admin-head h2,.campaign-card h3,.donors h3,.account-shell h2,.admin-login-shell h2,.cabinet-head h3,.balance-card strong{font-family:Manrope,Arial,sans-serif}.hero h1,.section h2,.section-heading h2{font-weight:700;letter-spacing:-.045em}.hero h1 em{font-style:normal;font-weight:500}.news-card h3,.campaign-card h3,.donors h3,.contact-card strong,.admin-head h2,.account-shell h2,.admin-login-shell h2,.cabinet-head h3{font-weight:700;letter-spacing:-.025em}
.language-switcher{position:relative;display:flex;align-items:center;padding:3px;background:#e8eee9;border-radius:30px;flex:none;z-index:30}.language-switcher:not(.ready)>button[data-lang]{visibility:hidden;width:0}.language-switcher button{height:28px;padding:0;border:0;background:transparent;color:var(--ink);font-size:9px;font-weight:800;cursor:pointer}.language-current{display:none;min-width:57px;padding:0 10px!important;border-radius:20px!important;background:#fff!important;color:var(--deep)!important;box-shadow:0 2px 8px rgba(23,59,53,.12);white-space:nowrap}.language-current-label{display:inline-block;min-width:18px;text-align:center}.language-arrow{display:inline-block;width:6px;height:6px;margin:0 0 3px 5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:.2s}.language-switcher.open .language-arrow{margin-bottom:0;transform:rotate(225deg)}.language-options{position:static;display:flex;gap:2px;min-width:0;padding:0;transform:none;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transition:none}.language-switcher.open .language-options{transform:none}.language-options button{width:36px;height:28px;border-radius:18px}.language-options button:hover,.language-options button.active{background:#fff;color:var(--deep);box-shadow:0 2px 8px rgba(23,59,53,.12)}
@media(max-width:900px){.language-switcher{margin-left:auto}.account-button{margin-left:0}}
@media(max-width:900px){.language-switcher{display:block}.language-current{display:inline-block}.language-options{position:absolute;top:calc(100% + 8px);left:50%;display:grid;min-width:72px;padding:6px;transform:translate(-50%,-6px);border:1px solid rgba(23,59,53,.12);border-radius:14px;background:#fff;box-shadow:0 14px 35px rgba(23,59,53,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.18s}.language-switcher.open .language-options{transform:translate(-50%,0);opacity:1;visibility:visible;pointer-events:auto}.language-options button{width:100%;height:31px;border-radius:9px;box-shadow:none}}
@media(max-width:600px){.language-current{min-width:52px}.site-header .account-button{display:none}}

/* Full-screen Tyligul hero */
.hero{min-height:calc(100svh - 84px);isolation:isolate}.hero:before{z-index:1;background:linear-gradient(90deg,rgba(8,39,34,.9) 0%,rgba(10,49,42,.66) 40%,rgba(11,45,39,.18) 72%,rgba(8,35,31,.08) 100%),linear-gradient(0deg,rgba(6,31,27,.4),transparent 45%)}.liman-photo{inset:0;width:100%;clip-path:none;background-image:url('images/hero-liman.webp');background-size:cover;background-position:center 52%;opacity:1}.hero-content{width:min(760px,64%);z-index:2}.photo-credit{position:absolute;z-index:3;right:24px;bottom:18px;padding:7px 10px;border-radius:20px;background:rgba(8,35,31,.42);color:rgba(255,255,255,.72);font-size:9px;backdrop-filter:blur(6px)}.status-card{right:5vw;bottom:55px}.hero h1{text-shadow:0 3px 30px rgba(0,0,0,.25)}
@media(max-width:900px){.hero{min-height:calc(100svh - 70px)}.liman-photo{opacity:1;background-position:center}.hero:before{background:linear-gradient(90deg,rgba(8,39,34,.88),rgba(8,39,34,.44)),linear-gradient(0deg,rgba(6,31,27,.55),transparent 60%)}.hero-content{width:100%}.photo-credit{bottom:8px}.status-card{bottom:48px}}
@media(max-width:600px){.hero{min-height:calc(100svh - 70px)}.liman-photo{background-position:58% center}.hero:before{background:linear-gradient(90deg,rgba(8,39,34,.82),rgba(8,39,34,.4)),linear-gradient(0deg,rgba(6,31,27,.72),transparent 62%)}.photo-credit{right:12px;bottom:8px}.status-card{bottom:45px}}

/* Weather forecast */
.weather-widget{position:absolute;z-index:4;right:5vw;top:50%;transform:translateY(-54%);width:min(510px,43vw);padding:24px;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(13,53,47,.69);color:#fff;box-shadow:0 24px 70px rgba(4,27,23,.22);backdrop-filter:blur(18px)}.weather-head,.weather-summary{display:flex;align-items:center;justify-content:space-between}.weather-location{display:block;font-size:12px;font-weight:800}.weather-head small{display:block;margin-top:3px;font-size:9px;opacity:.55}.current-weather{display:flex;align-items:center;gap:8px}.current-weather>span{font-size:28px}.current-weather strong{font-size:34px;line-height:1;letter-spacing:-.05em}.weather-summary{margin:18px 0;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.16);font-size:11px}.weather-summary span:last-child{opacity:.58}.weather-days{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.weather-day{padding:11px 6px;text-align:center;border-radius:12px;background:rgba(255,255,255,.08)}.weather-day.today{background:rgba(255,255,255,.16)}.weather-day small,.weather-day span,.weather-day strong{display:block}.weather-day small{font-size:9px;font-weight:800;text-transform:uppercase;opacity:.65}.weather-icon{height:28px;margin:8px 0 5px;font-size:23px}.weather-day strong{font-size:14px}.weather-day .weather-min{display:inline;font-size:10px;opacity:.5}.weather-rain{margin-top:7px;font-size:9px;color:#cde8f2}.weather-loading{grid-column:1/-1;padding:24px;text-align:center;font-size:11px;opacity:.6}.weather-source{display:block;margin-top:13px;text-align:right;font-size:8px;opacity:.42}.weather-source:hover{opacity:.9}.hero-content{width:50%}.status-card{right:5vw;bottom:34px}.photo-credit{bottom:13px;left:24px;right:auto}
@media(max-width:1100px){.weather-widget{width:45vw;padding:18px}.weather-day{padding-inline:3px}.hero h1{font-size:clamp(54px,7vw,82px)}}
@media(max-width:900px){.hero{min-height:860px;align-items:flex-start}.hero-content{width:100%;padding-bottom:300px}.weather-widget{left:7vw;right:7vw;top:auto;bottom:92px;transform:none;width:auto}.status-card{left:7vw;right:auto;bottom:25px}.photo-credit{left:auto;right:12px;bottom:12px}}
@media(max-width:600px){.hero{min-height:890px}.hero-content{padding-bottom:340px}.weather-widget{left:16px;right:16px;bottom:105px;padding:16px}.weather-head{align-items:flex-start}.current-weather strong{font-size:29px}.weather-summary{margin:13px 0}.weather-days{gap:4px}.weather-day{padding:9px 2px}.weather-day small{font-size:8px}.weather-day strong{font-size:12px}.weather-icon{font-size:20px}.status-card{left:16px;right:16px;bottom:32px}.photo-credit{display:none}}

/* Detailed two-day weather table */
.weather-widget{width:min(650px,49vw);padding:22px 24px;background:rgba(9,44,39,.18);border-color:rgba(255,255,255,.27);box-shadow:none;backdrop-filter:blur(7px)}.weather-head{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.24)}.weather-location{font-size:15px}.weather-head small{font-size:10px}.weather-caption{font-size:11px;font-weight:700;opacity:.72}.weather-table{display:grid;grid-template-columns:1fr 1fr}.forecast-day:first-child{border-right:1px solid rgba(255,255,255,.24)}.forecast-day>header{display:flex;align-items:baseline;justify-content:space-between;padding:14px 15px 11px;border-bottom:1px solid rgba(255,255,255,.24)}.forecast-day>header strong{font-size:15px}.forecast-day>header span{font-size:10px;opacity:.58}.forecast-periods{display:grid;grid-template-columns:1fr 1fr}.forecast-period{padding:15px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.forecast-period:nth-child(2n){border-right:0}.forecast-period:nth-child(n+3){border-bottom:0}.forecast-period h3{display:flex;justify-content:space-between;margin:0 0 13px;font-size:12px}.forecast-period h3 small{font-size:9px;font-weight:500;opacity:.5}.metric{display:flex;align-items:center;gap:9px;margin-top:9px}.metric-icon{width:22px;text-align:center;font-size:17px;opacity:.88}.metric span:last-child{display:flex;align-items:baseline;gap:5px}.metric b{font-size:14px}.metric small{font-size:8px;opacity:.55}.metric.temperature{margin-bottom:13px}.metric.temperature .metric-icon{font-size:25px}.metric.temperature strong{font-size:28px;letter-spacing:-.06em}.weather-source{margin-top:10px}.weather-loading{padding:50px}
@media(max-width:1200px){.weather-widget{width:52vw}.forecast-period{padding:12px}.metric small{display:none}}
@media(max-width:900px){.hero{min-height:1120px}.hero-content{padding-bottom:580px}.weather-widget{width:auto;bottom:95px}.metric small{display:inline}.status-card{bottom:28px}}
@media(max-width:650px){.hero{min-height:1370px}.hero-content{padding-bottom:830px}.weather-widget{bottom:104px;padding:17px}.weather-head{display:block}.weather-caption{display:block;margin-top:7px}.weather-table{grid-template-columns:1fr}.forecast-day:first-child{border-right:0;border-bottom:1px solid rgba(255,255,255,.3)}.forecast-period{padding:14px}.metric small{display:inline}.weather-source{margin-top:8px}}

/* Compact weather cards */
.weather-widget{width:min(590px,45vw);padding:21px 23px}.weather-head{padding-bottom:13px}.weather-location{font-size:14px}.weather-table{display:grid;grid-template-columns:1fr 1fr;gap:0}.simple-weather-card{padding:20px}.simple-weather-card:first-child{border-right:1px solid rgba(255,255,255,.25)}.simple-weather-top{display:flex;justify-content:space-between;align-items:center}.simple-weather-top small,.simple-weather-top strong{display:block}.simple-weather-top small{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#f3d494}.simple-weather-top strong{margin-top:3px;font-size:11px;opacity:.55}.simple-weather-icon{font-size:36px}.simple-temperature{display:flex;align-items:baseline;gap:9px;margin:14px 0}.simple-temperature strong{font-size:48px;line-height:1;letter-spacing:-.07em}.simple-temperature span{font-size:20px;opacity:.48}.simple-metrics{display:grid;grid-template-columns:repeat(3,1fr);padding-top:13px;border-top:1px solid rgba(255,255,255,.2)}.simple-metrics>span{font-size:11px;text-align:center;border-right:1px solid rgba(255,255,255,.16)}.simple-metrics>span:last-child{border:0}.simple-metrics b{font-size:13px}.simple-metrics small{display:block;margin-top:4px;font-size:8px;text-transform:uppercase;opacity:.5}.weather-source{margin-top:6px}
@media(max-width:1100px){.weather-widget{width:49vw}.simple-weather-card{padding:16px}.simple-temperature strong{font-size:40px}.simple-metrics>span{font-size:9px}}
@media(max-width:900px){.hero{min-height:870px}.hero-content{padding-bottom:330px}.weather-widget{width:auto;bottom:96px}.simple-metrics>span{font-size:11px}}
@media(max-width:600px){.hero{min-height:950px}.hero-content{padding-bottom:410px}.weather-table{grid-template-columns:1fr}.simple-weather-card{padding:15px}.simple-weather-card:first-child{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.simple-weather-top{float:left;width:45%}.simple-weather-icon{font-size:30px}.simple-temperature{justify-content:flex-end;margin:6px 0 16px}.simple-temperature strong{font-size:38px}.simple-metrics{clear:both}.weather-widget{bottom:102px}}

/* Larger weather data without heading */
.weather-widget{padding:0;width:min(650px,49vw);overflow:hidden}.simple-weather-card{padding:28px 25px}.simple-weather-top small{font-size:14px}.simple-weather-top strong{font-size:13px;margin-top:5px}.simple-weather-icon{font-size:48px}.simple-temperature{margin:21px 0}.simple-temperature strong{font-size:62px}.simple-temperature span{font-size:27px}.simple-metrics{padding-top:17px}.simple-metrics>span{font-size:13px}.simple-metrics b{font-size:17px}.simple-metrics small{font-size:9px;margin-top:6px}
@media(max-width:1100px){.weather-widget{width:51vw}.simple-weather-card{padding:22px 17px}.simple-temperature strong{font-size:52px}.simple-weather-icon{font-size:40px}}
@media(max-width:900px){.weather-widget{width:auto}.simple-weather-card{padding:24px}.simple-temperature strong{font-size:58px}}
@media(max-width:600px){.hero{min-height:980px}.weather-widget{padding:0}.simple-weather-card{padding:19px}.simple-weather-top small{font-size:13px}.simple-weather-icon{font-size:38px}.simple-temperature strong{font-size:48px}.simple-temperature span{font-size:22px}.simple-metrics>span{font-size:11px}.simple-metrics b{font-size:15px}}

.simple-weather-icon{width:54px;height:54px;display:block;color:#fff3c9;filter:none}.weather-svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:5.4;stroke-linecap:round;stroke-linejoin:round}.simple-metrics>span:last-child{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px}.simple-metrics>span:last-child::before{content:"";width:19px;height:16px;display:inline-block;filter:none;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 26' fill='none' stroke='%23f1fbff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17h17a6 6 0 0 0 0-12 9 9 0 0 0-17-1A7 7 0 0 0 7 17Z'/%3E%3Cpath d='m10 20-2 4m8-4-2 4m8-4-2 4'/%3E%3C/svg%3E")}.simple-metrics>span:last-child{font-size:0}.simple-metrics>span:last-child b{font-size:17px}.simple-metrics>span:last-child small{width:100%}
@media(max-width:600px){.simple-weather-icon{width:54px;height:54px}.weather-svg{stroke-width:5.4}.simple-metrics>span:last-child::before{width:19px;height:16px}}

/* Compact card composition */
.simple-weather-card{display:grid;grid-template-columns:1fr 64px;grid-template-rows:auto auto auto;grid-template-areas:"heading symbol" "temperature symbol" "metrics metrics";column-gap:12px}.simple-weather-top{display:contents}.simple-weather-top>div{grid-area:heading;align-self:end}.simple-weather-icon{grid-area:symbol;align-self:center;justify-self:center}.simple-temperature{grid-area:temperature;margin:8px 0 16px;align-self:start}.simple-metrics{grid-area:metrics;width:100%;margin:0}.simple-metrics>span{min-width:0}.simple-metrics>span small{white-space:nowrap}
@media(max-width:1100px){.simple-weather-card{grid-template-columns:1fr 56px;column-gap:8px}}
@media(max-width:600px){.simple-weather-card{grid-template-columns:1fr 58px}.simple-weather-top{float:none;width:auto}.simple-temperature{justify-content:flex-start;margin:6px 0 13px}.simple-metrics{clear:none}}

/* Shorter weather panel */
.weather-widget{width:min(540px,42vw)}.simple-weather-card{padding:22px 17px;grid-template-columns:1fr 58px;column-gap:6px}.simple-temperature strong{font-size:54px}.simple-temperature span{font-size:23px}.simple-metrics{grid-template-columns:repeat(3,1fr);padding-top:13px}.simple-metrics>span{font-size:11px}.simple-metrics b{font-size:15px}.simple-metrics>span:last-child b{font-size:15px}
@media(max-width:1100px){.weather-widget{width:46vw}.simple-weather-card{padding:19px 13px;grid-template-columns:1fr 52px}.simple-temperature strong{font-size:47px}.simple-metrics>span{font-size:10px}}
@media(max-width:900px){.weather-widget{width:auto}.simple-weather-card{padding:20px}.simple-temperature strong{font-size:52px}}
@media(max-width:600px){.simple-weather-card{padding:16px}.simple-temperature strong{font-size:46px}}

/* News carousel */
.news-title-link{display:flex;align-items:end;gap:17px}.news-title-link>span{padding-bottom:8px;color:var(--green);font-size:10px;font-weight:800;white-space:nowrap}.news-controls{display:flex;gap:8px}.news-controls button{width:44px;height:44px;border:1px solid #d7dfda;border-radius:50%;background:#fff;color:var(--deep);font-size:18px;cursor:pointer;transition:.2s}.news-controls button:hover{background:var(--deep);color:#fff}.news-carousel{overflow:hidden;margin-right:calc(-1 * max(5vw,calc((100vw - 1180px)/2)))}.news-carousel .news-grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px max(5vw,calc((100vw - 1180px)/2)) 35px 0}.news-carousel .news-grid::-webkit-scrollbar{display:none}.news-carousel .news-card{flex:0 0 340px;min-height:300px;scroll-snap-align:start}.news-carousel .news-card:first-child{flex-basis:430px;min-height:300px}.news-heading{align-items:center}
@media(max-width:700px){.news-title-link{display:block}.news-title-link>span{display:block;padding:7px 0 0}.news-controls{display:none}.news-carousel{margin-right:-22px}.news-carousel .news-grid{padding-right:22px}.news-carousel .news-card,.news-carousel .news-card:first-child{flex-basis:82vw;min-height:280px}.news-heading{align-items:end}}

.news-carousel{position:relative;overflow:visible}.news-carousel .news-grid{position:relative;overflow-x:auto}.news-edge-arrow{position:absolute;z-index:8;top:50%;width:50px;height:50px;display:grid;place-items:center;transform:translateY(-70%);border:1px solid rgba(23,59,53,.16);border-radius:50%;background:rgba(255,255,255,.94);color:var(--deep);box-shadow:0 10px 30px rgba(23,59,53,.16);font-size:21px;cursor:pointer;transition:.2s}.news-edge-arrow:hover{background:var(--deep);color:#fff;transform:translateY(-70%) scale(1.05)}.news-edge-prev{left:calc(-1 * max(4.3vw,calc((100vw - 1180px)/2)))}.news-edge-next{right:18px}
@media(max-width:1280px){.news-edge-prev{left:-28px}.news-edge-next{right:14px}}
@media(max-width:700px){.news-edge-arrow{display:none}}

/* Refined carousel arrows */
.news-section{overflow:hidden}.news-carousel{margin-right:0;overflow:visible}.news-carousel .news-grid{padding-right:70px}.news-edge-arrow{top:calc(50% - 16px);width:46px;height:46px;border:1px solid rgba(255,255,255,.7);background:rgba(23,79,70,.9);color:#fff;box-shadow:0 10px 26px rgba(23,59,53,.2);backdrop-filter:blur(8px)}.news-edge-arrow span{width:11px;height:11px;display:block;border-top:2px solid currentColor;border-right:2px solid currentColor}.news-edge-prev{left:10px}.news-edge-prev span{transform:rotate(-135deg);margin-left:4px}.news-edge-next{right:10px}.news-edge-next span{transform:rotate(45deg);margin-right:4px}.news-edge-arrow:hover{background:var(--coral);border-color:rgba(255,255,255,.9);transform:translateY(-70%) scale(1.04)}
@media(max-width:1280px){.news-edge-prev{left:8px}.news-edge-next{right:8px}}
@media(max-width:700px){.news-carousel{margin-right:-22px}.news-carousel .news-grid{padding-right:22px}.news-edge-arrow{display:none}}

/* Prevent carousel from widening the page */
html,body{max-width:100%;overflow-x:hidden}.news-section{max-width:100%;overflow:hidden}.news-carousel{width:100%;max-width:100%;margin-left:0;margin-right:0;overflow:hidden}.news-carousel .news-grid{width:100%;max-width:100%;overscroll-behavior-x:contain}.news-edge-prev{left:8px}.news-edge-next{right:8px}
@media(max-width:700px){.news-carousel{width:100%;margin-left:0;margin-right:0}.news-carousel .news-grid{width:100%;padding-right:0}.news-carousel .news-card,.news-carousel .news-card:first-child{flex-basis:calc(100vw - 66px)}}

/* Outline arrows outside news cards */
.news-carousel{padding:0 58px}.news-carousel .news-grid{padding-right:0}.news-edge-arrow{width:44px;height:44px;background:transparent;color:var(--deep);border:1.5px solid rgba(23,79,70,.58);box-shadow:none;backdrop-filter:none}.news-edge-prev{left:3px}.news-edge-next{right:3px}.news-edge-arrow:hover{background:rgba(23,79,70,.08);color:var(--deep);border-color:var(--deep);transform:translateY(-70%) scale(1.04)}
@media(max-width:700px){.news-carousel{padding:0}.news-carousel .news-grid{padding-right:0}.news-edge-arrow{display:none}}

/* Larger site identity */
.site-header .brand-mark{width:54px;height:54px;font-size:17px}.site-header .brand{gap:14px}.site-header .brand strong{font-size:18px;line-height:1.15}.site-header .brand small{margin-top:4px;font-size:10px;letter-spacing:.11em}.site-header{height:94px}.board-toolbar{top:94px}
@media(max-width:900px){.site-header{height:80px}.site-header .brand-mark{width:48px;height:48px}.site-header .brand strong{font-size:16px}.nav.mobile-open{top:80px}.board-toolbar{top:80px}}
@media(max-width:600px){.site-header{height:74px}.site-header .brand-mark{width:45px;height:45px;font-size:14px}.site-header .brand{gap:9px}.site-header .brand strong{font-size:14px}.site-header .brand small{display:block;font-size:7px;letter-spacing:.07em}.nav.mobile-open{top:74px}.board-toolbar{top:74px}}


/* 30% larger header identity */
@media(min-width:901px){.site-header{height:112px}.site-header .brand-mark{width:70px;height:70px;font-size:22px;border-radius:50% 50% 50% 16px}.site-header .brand{gap:18px}.site-header .brand strong{font-size:23px}.site-header .brand small{margin-top:6px;font-size:13px;letter-spacing:.11em}.board-toolbar{top:112px}}

/* Enlarged and bottom-aligned brand */
@media(min-width:901px){.site-header{height:128px}.site-header .brand{align-items:flex-end;gap:21px}.site-header .brand-mark{width:84px;height:84px;font-size:29px;border-radius:50% 50% 50% 19px}.site-header .brand>span:last-child{display:flex;min-height:84px;flex-direction:column;justify-content:flex-end;padding-bottom:2px}.site-header .brand strong{font-size:28px;line-height:1}.site-header .brand small{margin-top:8px;font-size:14px;line-height:1;letter-spacing:.11em}.board-toolbar{top:128px}}

/* Larger desktop navigation */
@media(min-width:901px){.site-header{gap:30px}.site-header .nav{gap:25px;font-size:16px}.site-header .nav a{white-space:nowrap}.site-header .language-switcher{padding:4px}.site-header .language-switcher button{height:34px;font-size:11px}.site-header .language-current{min-width:66px}.site-header .language-options button{width:40px}.site-header .admin-entry{font-size:14px;white-space:nowrap}.site-header .account-button{padding:13px 18px;font-size:13px}}

/* Keep the full identity aligned with the logo */
.site-header .brand{align-items:center}.site-header .brand>span:last-child{min-width:0}.site-header .brand strong{white-space:nowrap}
@media(min-width:901px){.site-header .brand{align-items:center}.site-header .brand>span:last-child{min-height:auto;justify-content:center;padding-bottom:0}}
@media(max-width:600px){.site-header .brand{flex-shrink:1}.site-header .brand strong{font-size:clamp(12px,3.7vw,14px);letter-spacing:-.02em}}

/* Refined brand caption placement */
.site-header .brand{gap:10px;transform:translateY(8px)}.site-header .brand>span:last-child{align-self:center}.site-header .brand small{margin-top:5px;font-size:8px;line-height:1;letter-spacing:.09em;white-space:nowrap}
@media(min-width:901px){.site-header .brand{gap:14px;transform:translateY(11px)}.site-header .brand small{margin-top:7px;font-size:10px;letter-spacing:.1em}}
@media(max-width:600px){.site-header .brand{gap:7px;transform:translateY(6px)}.site-header .brand small{margin-top:3px;font-size:6px;letter-spacing:.06em}}

/* Larger T7 lettering inside the logo */
.site-header .brand-mark{width:50px;height:50px;font-size:20px}
@media(min-width:901px){.site-header .brand-mark{width:78px;height:78px;font-size:33px}}
@media(max-width:600px){.site-header .brand-mark{width:42px;height:42px;font-size:16px}}

/* Calm rotating hero slogans */
.hero-slogan .slogan-line{white-space:nowrap}.hero-slogan .slogan-word{display:inline-block;margin-right:.24em;opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease;will-change:opacity,transform}.hero-slogan .slogan-word:last-child{margin-right:0}.hero-slogan .slogan-word.word-out{opacity:0;transform:translateY(-.18em)}.hero-slogan .slogan-word.word-before{opacity:0;transform:translateY(.18em)}
@media(max-width:600px){.hero-slogan .slogan-line{white-space:normal}}

/* Keep desktop slogans clear of the weather panel */
@media(min-width:901px){.hero-content{position:absolute;left:0;top:50%;width:48%;padding:35px 3vw 35px 5vw;transform:translateY(-50%)}.hero-slogan{max-width:100%;font-size:clamp(46px,4.7vw,72px);line-height:.98}.hero-slogan .slogan-line{white-space:normal}}

/* Stable desktop copy area during slogan rotation */
@media(min-width:901px){.hero-content{display:grid;grid-template-rows:auto 160px auto auto;align-content:center}.hero-content>.eyebrow{align-self:end}.hero-slogan{height:160px;margin:20px 0 12px;overflow:visible;align-self:start}.hero-content>p{margin:0;min-height:58px}.hero-actions{margin-top:28px;min-height:50px;align-items:center}.hero-actions>.button{flex:none;visibility:visible!important;opacity:1!important;transform:none!important}}

/* Keep desktop slogans to exactly two lines */
@media(min-width:901px){.hero-content{grid-template-rows:auto 145px auto auto}.hero-slogan{height:145px;font-size:clamp(38px,4vw,62px);line-height:1;margin:18px 0 10px}.hero-slogan .slogan-line{display:inline-block;max-width:100%;white-space:nowrap}.hero-content>p,.hero-actions{position:relative;z-index:3}.hero-actions{display:flex!important;visibility:visible!important}}

/* Desktop hero description above the slogan */
@media(min-width:901px){.hero-content{grid-template-rows:auto 145px auto}.hero-content>.eyebrow{display:none}.hero-description{order:-1;margin:0 0 12px!important;min-height:0!important;max-width:560px;font-size:15px;line-height:1.55}.hero-slogan{margin-top:0}.hero-actions{margin-top:22px}}

/* Final desktop hero spacing */
@media(min-width:901px){.hero-content{top:40%;width:43%;padding-left:3vw;padding-right:2vw;transform:translateY(-50%);grid-template-rows:auto 132px auto}.hero-description{max-width:520px;margin-bottom:16px!important;font-size:14px}.hero-slogan{width:100%;height:132px;font-size:clamp(34px,3.45vw,54px);line-height:1.02;overflow:hidden}.hero-slogan .slogan-line{max-width:100%;white-space:nowrap}.hero-actions{margin-top:16px}}

@media(min-width:901px){.hero-actions{transform:translateY(52px)}}

@media(min-width:901px){.hero-slogan{height:142px;font-size:clamp(31px,3.15vw,50px);overflow:visible}.hero-slogan .slogan-line{display:block;width:max-content;max-width:100%;white-space:nowrap}.hero-actions{transform:translateY(44px)}}

/* Desktop hero composition: description, first line, buttons, second line */
@media(min-width:901px){.hero-content{top:12%;left:0;width:78%;height:auto;padding:0 2vw 0 3vw;transform:none;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;align-content:start}.hero-description{grid-row:1;width:510px;max-width:42vw;margin:0 0 38px!important;font-size:14px;line-height:1.55}.hero-slogan{display:contents}.hero-slogan>br{display:none}.hero-slogan>.slogan-line:first-child{grid-row:2;display:block;width:max-content;max-width:44vw;white-space:nowrap;font-size:clamp(48px,5.4vw,82px);line-height:1;color:#fff}.hero-actions{grid-row:3;width:max-content;margin:18px 0 0;transform:none!important;display:flex!important;gap:14px}.hero-slogan>em.slogan-line{grid-row:4;display:block;width:max-content;max-width:76vw;margin-top:3px;white-space:nowrap;font-size:clamp(48px,5.4vw,82px);line-height:1;color:#f2d69a}.hero-slogan .slogan-word{vertical-align:top}}

/* Desktop buttons are fixed and independent from slogan layout */
@media(min-width:901px){.hero-actions{position:absolute!important;left:3vw!important;top:300px!important;margin:0!important;transform:none!important;z-index:6}.hero-actions>.button{position:static!important}.hero-slogan>em.slogan-line{margin-top:18px}}

/* Final desktop weather disclosure layout */
@media(min-width:601px){.weather-table{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto!important}.weather-table>.simple-weather-card{grid-row:1!important}.weather-table>.simple-weather-card:nth-child(1){grid-column:1!important}.weather-table>.simple-weather-card:nth-child(2){grid-column:2!important}.weather-table>.mobile-weather-details{display:block!important;grid-column:1/-1!important;grid-row:2!important;width:100%!important}.weather-table>.mobile-weather-details>summary{display:grid!important;width:100%!important;height:24px!important}.weather-table>.mobile-weather-details .mobile-weather-metrics{grid-template-columns:1fr 1fr!important;width:100%!important}.weather-table>.mobile-weather-details[open] .mobile-weather-metrics{display:grid!important}.weather-table>.mobile-weather-details .mobile-day-metrics{display:block!important;min-width:0!important;padding:10px 18px 15px!important}.weather-table>.mobile-weather-details .mobile-day-metrics:first-child{border-right:1px solid rgba(255,255,255,.22)!important}.weather-table>.mobile-weather-details .simple-metrics{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}.weather-table>.mobile-weather-details .simple-metrics>span{display:flex!important;min-width:0;align-items:center;justify-content:center;flex-wrap:wrap}.weather-table>.mobile-weather-details .simple-metrics>span small{width:100%;text-align:center}}

@media(min-width:601px){.weather-table>.mobile-weather-details{border-top:1px solid rgba(255,255,255,.18)!important}.weather-table>.mobile-weather-details .simple-metrics{border-top:0!important;padding-top:0!important}}

/* Desktop date composition */
@media(min-width:601px){.weather-day-line{display:flex;align-items:baseline;gap:9px}.weather-day-line b{display:inline!important;color:#f3d494;font-size:16px;line-height:1;font-weight:800}.simple-weather-card{position:relative}.simple-weather-top>div{align-self:start}.simple-weather-top>div>strong{position:absolute;left:18px;top:54px;margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1;font-weight:600;text-transform:none;letter-spacing:0}.simple-weather-icon{position:relative;z-index:1}.simple-temperature{position:relative;z-index:1}}

/* Desktop weather sizing from visual markup */
@media(min-width:901px){.weather-widget{right:calc(5vw + 30px);width:min(480px,40vw)}.weather-day-line b{font-size:17px}.simple-weather-top>div>strong{left:44%;top:47px;transform:translateX(-50%);font-size:12px;white-space:nowrap}.simple-weather-card{padding-left:18px;padding-right:18px}}

/* Final compact mobile weather layout */
@media(max-width:600px){.hero{min-height:900px;align-items:flex-start}.hero-content{width:100%;padding:44px 20px 360px}.hero h1{font-size:clamp(40px,12vw,49px);margin:18px 0}.hero p{font-size:14px;line-height:1.5}.hero-actions{margin-top:22px;gap:9px}.hero-actions .button{padding:12px 18px}.weather-widget{left:14px;right:14px;bottom:82px;width:auto;padding:0;border-radius:16px}.weather-table{grid-template-columns:1fr 1fr}.simple-weather-card{padding:13px 10px;grid-template-columns:1fr 40px;column-gap:4px}.simple-weather-card:first-child{border-right:1px solid rgba(255,255,255,.25);border-bottom:0}.simple-weather-top small{font-size:9px}.simple-weather-top strong{font-size:9px;margin-top:2px}.simple-weather-icon{width:38px;height:38px}.simple-temperature{margin:4px 0 9px}.simple-temperature strong{font-size:36px}.simple-temperature span{font-size:17px}.simple-metrics{padding-top:9px}.simple-metrics>span{font-size:8px}.simple-metrics b,.simple-metrics>span:last-child b{font-size:11px}.simple-metrics small{font-size:6px;margin-top:3px}.simple-metrics>span:last-child::before{width:14px;height:12px}.status-card{left:14px;right:14px;bottom:16px;padding:12px 16px}}

/* Weather first on the mobile hero */
@media(max-width:600px){.weather-widget{top:14px;bottom:auto}.hero-content{padding:205px 20px 105px}.hero-content .eyebrow{display:block}.status-card{bottom:16px}}

/* Collapsible mobile weather details */
.mobile-weather-details{grid-area:metrics}.mobile-weather-details>summary{display:none}
@media(max-width:600px){.weather-widget{left:calc(7.5% + 14px);right:calc(7.5% + 14px);top:12px}.simple-weather-card{padding:11px 8px;grid-template-columns:1fr 34px}.simple-weather-icon{width:32px;height:32px}.simple-temperature strong{font-size:31px}.simple-temperature span{font-size:15px}.mobile-weather-details>summary{display:block;padding:6px 0 2px;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.7);font-size:7px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;list-style:none}.mobile-weather-details>summary::-webkit-details-marker{display:none}.mobile-weather-details>summary::after{content:"⌄";display:inline-block;margin-left:5px;font-size:10px;transition:.2s}.mobile-weather-details[open]>summary::after{transform:rotate(180deg)}.mobile-weather-details:not([open]) .simple-metrics{display:none}.mobile-weather-details[open] .simple-metrics{margin-top:4px}.hero-content{padding-top:142px}}

/* Borderless mobile weather */
@media(max-width:600px){.weather-widget{border:0;background:rgba(9,44,39,.12);box-shadow:none}.simple-weather-card:first-child{border-right:0}.mobile-weather-details>summary{border-top:0}.simple-metrics,.simple-metrics>span{border:0!important}}

/* Minimal mobile weather disclosure */
.desktop-weather-metrics{grid-area:metrics}.mobile-weather-details{display:block;grid-column:1/-1}.mobile-weather-metrics{display:none}
@media(max-width:600px){.weather-table{position:relative}.simple-weather-card{padding:8px 8px 2px;grid-template-columns:1fr 34px;grid-template-rows:auto auto;grid-template-areas:"heading symbol" "temperature symbol"}.simple-weather-top>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px}.simple-weather-top small,.simple-weather-top strong{margin:0;color:#f3d494;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.08em}.simple-weather-top strong{text-align:center}.simple-temperature{margin:2px 0 1px}.desktop-weather-metrics{display:none}.mobile-weather-details{display:block;grid-area:auto;grid-column:1/-1}.mobile-weather-details>summary{height:11px;padding:0;display:grid;place-items:center;font-size:0;cursor:pointer;list-style:none}.mobile-weather-details>summary::-webkit-details-marker{display:none}.mobile-weather-details>summary::after{display:none}.mobile-weather-details>summary>span{width:52px;height:6px;display:block;position:relative;opacity:.48}.mobile-weather-details>summary>span::before,.mobile-weather-details>summary>span::after{content:"";position:absolute;top:1px;width:28px;height:1px;background:rgba(255,255,255,.85)}.mobile-weather-details>summary>span::before{right:50%;transform:rotate(7deg);transform-origin:right center}.mobile-weather-details>summary>span::after{left:50%;transform:rotate(-7deg);transform-origin:left center}.mobile-weather-details[open]>summary>span{transform:rotate(180deg)}.mobile-weather-metrics{display:grid;grid-template-columns:1fr 1fr}.mobile-weather-details:not([open]) .mobile-weather-metrics{display:none}.mobile-day-metrics{padding:2px 5px 5px}.mobile-day-metrics .simple-metrics{margin:0;padding-top:4px}.mobile-day-metrics:first-child{border-right:0}.weather-widget{padding-bottom:1px}}

/* Refined mobile weather date and icon spacing */
.weather-day-line b{display:none}
@media(max-width:600px){.simple-weather-card{grid-template-columns:minmax(0,1fr) 42px;padding-right:10px}.simple-weather-top>div{display:block}.weather-day-line{display:flex;align-items:baseline;gap:6px}.weather-day-line b{display:inline;color:#f3d494;font-size:11px;line-height:1;font-weight:800}.simple-weather-top strong{display:block;margin-top:5px;color:rgba(255,255,255,.58);font-size:9px;line-height:1;font-weight:600;text-align:center;text-transform:none;letter-spacing:0}.simple-weather-icon{width:32px;height:32px;margin-right:3px;overflow:visible}.weather-svg{overflow:visible}}

@media(max-width:600px){.mobile-day-metrics .simple-metrics{grid-template-columns:repeat(2,1fr)}}

/* Unified wind and humidity disclosure */
.mobile-weather-details>summary{height:18px;padding:0;display:grid;place-items:center;cursor:pointer;list-style:none}.mobile-weather-details>summary::-webkit-details-marker{display:none}.mobile-weather-details>summary>span{width:70px;height:8px;display:block;position:relative;opacity:.42}.mobile-weather-details>summary>span::before,.mobile-weather-details>summary>span::after{content:"";position:absolute;top:2px;width:37px;height:1px;background:rgba(255,255,255,.9)}.mobile-weather-details>summary>span::before{right:50%;transform:rotate(6deg);transform-origin:right center}.mobile-weather-details>summary>span::after{left:50%;transform:rotate(-6deg);transform-origin:left center}.mobile-weather-details[open]>summary>span{transform:rotate(180deg)}.mobile-weather-details[open] .mobile-weather-metrics{display:grid}.mobile-weather-metrics{grid-template-columns:1fr 1fr}.mobile-day-metrics{padding:3px 14px 10px}.mobile-day-metrics .simple-metrics{display:grid;grid-template-columns:repeat(2,1fr);padding-top:8px}.mobile-day-metrics .simple-metrics>span{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px;font-size:11px}.mobile-day-metrics .simple-metrics small{width:100%}.metric-wind i{font-style:normal}.metric-humidity::before{display:none!important}.metric-humidity i{width:9px;height:12px;display:inline-block;border-radius:60% 60% 65% 65%;background:#c9f3f4;transform:rotate(45deg)}
@media(min-width:601px){.weather-table{position:relative}.mobile-weather-details{grid-area:auto!important;grid-column:1/-1;grid-row:2;border-top:1px solid rgba(255,255,255,.18)}.mobile-weather-details>summary{display:grid!important;height:24px}.mobile-weather-details[open] .mobile-weather-metrics,.mobile-weather-details:hover .mobile-weather-metrics,.mobile-weather-details:focus-within .mobile-weather-metrics{display:grid}.mobile-weather-details[open]>summary>span,.mobile-weather-details:hover>summary>span,.mobile-weather-details:focus-within>summary>span{transform:rotate(180deg)}.mobile-day-metrics{padding:5px 18px 14px}.mobile-day-metrics .simple-metrics{padding-top:9px}.mobile-day-metrics .simple-metrics>span{font-size:12px}.mobile-day-metrics .simple-metrics b{font-size:15px}}

/* Two aligned desktop detail panels */
@media(min-width:601px){.mobile-weather-metrics{grid-template-columns:1fr 1fr}.mobile-day-metrics{min-width:0;padding:10px 20px 16px}.mobile-day-metrics:first-child{border-right:1px solid rgba(255,255,255,.2)}.mobile-day-metrics .simple-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-top:0}.mobile-day-metrics .simple-metrics>span{min-height:42px;border-right:1px solid rgba(255,255,255,.14)!important}.mobile-day-metrics .simple-metrics>span:last-child{border-right:0!important}.mobile-day-metrics .simple-metrics small{margin-top:5px}.metric-humidity::before{display:none!important}}
@media(max-width:600px){.mobile-weather-details{grid-area:auto;grid-column:1/-1}.mobile-weather-details>summary{height:11px}.mobile-weather-details>summary>span{width:52px}.mobile-weather-details>summary>span::before,.mobile-weather-details>summary>span::after{width:28px}.mobile-weather-details:not([open]) .mobile-weather-metrics{display:none}.mobile-day-metrics{padding:2px 5px 5px}.mobile-day-metrics .simple-metrics{padding-top:4px}.mobile-day-metrics .simple-metrics>span{font-size:8px}.mobile-day-metrics .simple-metrics b{font-size:11px}.metric-humidity i{width:7px;height:9px}}

/* Extra mobile hero actions */
.mobile-hero-action{display:none}
@media(max-width:600px){.mobile-hero-action{display:inline-flex}.hero-actions{gap:7px}.hero-actions .button{min-height:42px}}


/* Test PWA installation prompt */
.pwa-install{position:fixed;z-index:1200;right:24px;bottom:24px;display:grid;grid-template-columns:48px minmax(180px,1fr) auto auto;align-items:center;gap:14px;width:min(520px,calc(100vw - 32px));padding:14px;color:#163f39;background:rgba(255,253,247,.96);border:1px solid rgba(23,79,70,.18);border-radius:20px;box-shadow:0 18px 55px rgba(12,47,42,.24);backdrop-filter:blur(14px)}
.pwa-install[hidden]{display:none}.pwa-install-icon{display:grid;place-items:center;width:48px;height:48px;color:#fff;background:#175a50;border-radius:15px;font-weight:800}.pwa-install strong,.pwa-install small{display:block}.pwa-install strong{font-size:14px}.pwa-install small{margin-top:3px;color:#66817c;font-size:11px}.pwa-install>button:not(.pwa-install-close){padding:10px 14px;color:#fff;background:#175a50;border:0;border-radius:12px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.pwa-install-close{width:30px;height:30px;padding:0;color:#66817c;background:transparent;border:0;font-size:24px;cursor:pointer}
@media(max-width:600px){.pwa-install{right:12px;bottom:12px;grid-template-columns:42px 1fr auto;gap:10px;width:calc(100vw - 24px);padding:12px;border-radius:17px}.pwa-install-icon{width:42px;height:42px;border-radius:13px}.pwa-install-close{position:absolute;top:-10px;right:-5px;background:#fff;border-radius:50%;box-shadow:0 3px 12px rgba(0,0,0,.15)}}
.footer-install-placeholder{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:transparent;color:rgba(255,255,255,.58);font:inherit;font-size:10px;font-weight:700;cursor:not-allowed}.footer-install-placeholder small{padding:3px 6px;border-radius:999px;background:rgba(255,255,255,.1);font-size:7px;text-transform:uppercase;letter-spacing:.06em}
.site-opening{position:fixed;z-index:5000;inset:0;display:grid;place-items:center;background:#050706;color:#fff;pointer-events:none;animation:site-opening-out .8s ease .25s forwards}.site-opening span{font-size:clamp(28px,5vw,54px);font-weight:800;letter-spacing:-.04em}@keyframes site-opening-out{to{opacity:0;visibility:hidden}}

/* Soft transition between the header and the hero image */
.site-header{
  background:linear-gradient(180deg,#fbfaf6 0%,rgba(251,250,246,.94) 50%,rgba(191,215,208,.86) 100%);
  border-bottom-color:rgba(255,255,255,.28);
}
.nav.mobile-open{
  background:linear-gradient(180deg,#fbfaf6 0%,rgba(251,250,246,.96) 72%,rgba(224,234,229,.96) 100%);
}

/* Always visible header */
body{padding-top:84px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 10px 28px rgba(23,59,53,.08);backdrop-filter:blur(14px)}
@media(min-width:901px){body{padding-top:128px}}
@media(max-width:600px){body{padding-top:70px}.site-header{height:70px}}

/* Day and night appearance */
.theme-toggle{position:relative;display:grid;place-items:center;flex:none;width:36px;height:36px;margin-left:-20px;padding:0;border:1px solid rgba(23,59,53,.12);border-radius:50%;background:#fff;color:#d58b25;box-shadow:0 2px 8px rgba(23,59,53,.12);cursor:pointer;transition:background .3s,border-color .3s,color .3s}.theme-toggle span{grid-area:1/1;width:100%;height:100%;display:grid;place-items:center;font-size:15px;line-height:1;transition:.3s}.theme-toggle .theme-moon{display:none}.theme-toggle:focus-visible{outline:3px solid rgba(232,120,85,.38);outline-offset:2px}
html[data-theme="dark"]{color-scheme:dark;--ink:#e7efec;--deep:#164c43;--green:#75b5a5;--mint:#203d37;--cream:#172824;--sand:#9d8962;--white:#172824;--shadow:0 24px 70px rgba(0,0,0,.34)}
html[data-theme="dark"] .theme-toggle{background:#29483f;border-color:rgba(222,239,233,.18);color:#f3d494;box-shadow:0 2px 10px rgba(0,0,0,.28)}html[data-theme="dark"] .theme-toggle .theme-sun{display:none}html[data-theme="dark"] .theme-toggle .theme-moon{display:grid}
html[data-theme="dark"] body{background:#0b1715;color:var(--ink)}
html[data-theme="dark"] .site-header{background:linear-gradient(180deg,#0c1d1a 0%,rgba(12,29,26,.97) 58%,rgba(17,48,42,.93) 100%);border-bottom-color:rgba(220,238,232,.09);box-shadow:0 10px 30px rgba(0,0,0,.3)}
html[data-theme="dark"] .nav.mobile-open{background:linear-gradient(180deg,#0c1d1a,#15372f)}
html[data-theme="dark"] .brand-mark,html[data-theme="dark"] .account-button{background:#226657}
html[data-theme="dark"] .language-switcher{background:#17332e}html[data-theme="dark"] .language-current,html[data-theme="dark"] .language-options button:hover,html[data-theme="dark"] .language-options button.active{background:#29483f!important;color:#f3d494!important}html[data-theme="dark"] .language-options{border-color:rgba(220,238,232,.12)}
html[data-theme="dark"] .liman-photo{background-image:url('images/hero-liman-night-v3-desktop.webp')}
html[data-theme="dark"] .hero:before{background:none}
html[data-theme="dark"] .quick-links,html[data-theme="dark"] .news-card,html[data-theme="dark"] .contacts-section,html[data-theme="dark"] .contact-card,html[data-theme="dark"] .bank-card,html[data-theme="dark"] .campaign-card,html[data-theme="dark"] .admin-shell,html[data-theme="dark"] .account-shell,html[data-theme="dark"] .admin-login-shell{background:#142622;color:var(--ink);border-color:#29413b}

/* Header notifications */
.notification-center{position:relative;display:flex;align-items:center;flex:none;z-index:40}.notification-button{position:relative;width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid rgba(23,59,53,.18);border-radius:50%;background:transparent;color:var(--deep);cursor:pointer;transition:.18s}.notification-button:hover,.notification-center.open .notification-button{border-color:var(--green);background:var(--mint)}.notification-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border:2px solid #fbfaf6;border-radius:10px;background:var(--coral);color:#fff;font-size:9px;font-weight:800;line-height:1}.notification-panel{position:absolute;top:calc(100% + 13px);right:0;width:min(365px,calc(100vw - 24px));overflow:hidden;border:1px solid rgba(23,59,53,.12);border-radius:18px;background:#fff;box-shadow:0 24px 65px rgba(23,59,53,.2)}.notification-panel[hidden]{display:none}.notification-head{height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,59,53,.09)}.notification-head strong{font-size:14px}.notification-head button{padding:0;border:0;background:none;color:var(--green);font-size:10px;font-weight:800;cursor:pointer}.notification-item{padding:15px 18px;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;border-bottom:1px solid rgba(23,59,53,.08);background:#fff}.notification-item:hover{background:#f7faf7}.notification-item.unread{background:#f0f7f3}.notification-item>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--mint);color:var(--deep);font-weight:800}.notification-item.urgent>span{background:#fff0e9;color:#c65130}.notification-item strong,.notification-item small{display:block}.notification-item strong{font-size:12px;line-height:1.35}.notification-item small{margin-top:4px;font-size:9px;opacity:.52}.notification-all{display:block;padding:15px 18px;text-align:center;color:var(--green);font-size:11px;font-weight:800}.notification-all:hover{background:#f7faf7}html[data-theme="dark"] .notification-button{color:#dceee8;border-color:rgba(220,238,232,.18)}html[data-theme="dark"] .notification-button:hover,html[data-theme="dark"] .notification-center.open .notification-button{background:#1d453c}html[data-theme="dark"] .notification-badge{border-color:#0c1d1a}html[data-theme="dark"] .notification-panel,html[data-theme="dark"] .notification-item{background:#142622;border-color:rgba(220,238,232,.1);color:#dceee8}html[data-theme="dark"] .notification-item.unread{background:#1a332d}html[data-theme="dark"] .notification-item:hover,html[data-theme="dark"] .notification-all:hover{background:#203d35}
@media(max-width:900px){.notification-button{width:38px;height:38px}.notification-panel{position:fixed;top:76px;right:12px}}
@media(max-width:600px){.notification-button{width:34px;height:34px}.notification-button svg{width:19px;height:19px}.notification-panel{top:66px}.notification-badge{top:-5px;right:-5px}.site-header{gap:7px}}

/* Refined header controls */
.theme-toggle span{font-size:19px;font-weight:700}
@media(min-width:901px){.notification-button{width:30px;height:40px;border:0;border-radius:8px;background:transparent}.notification-button svg{width:23px;height:23px;stroke-width:1.8}.notification-button:hover,.notification-center.open .notification-button{background:rgba(47,118,104,.1)}.notification-badge{top:1px;right:-5px}.site-header .account-button{margin-left:-8px}}
@media(max-width:600px){.site-header{gap:3px;padding-left:14px;padding-right:14px}.site-header .brand{margin-right:auto}.site-header .language-switcher{margin-right:0}.language-current{min-width:46px;padding:0 6px!important}.theme-toggle{width:31px;height:31px;margin-left:-1px;border-color:rgba(23,59,53,.16);box-shadow:none}.theme-toggle span{font-size:18px;font-weight:700}.notification-center{margin-left:-1px}.notification-button{width:31px;height:31px}.notification-button svg{width:18px;height:18px;stroke-width:2}.menu-button{margin-left:2px;padding:4px;font-size:21px}.notification-panel{right:8px;width:calc(100vw - 16px)}}

.nav-account-link{display:none}
@media(max-width:900px){.nav .nav-account-link{display:block;margin-top:4px;padding:13px 16px;border-radius:12px;background:var(--deep);color:#fff;text-align:center}.nav .nav-account-link:hover{background:var(--green);color:#fff}html[data-theme="dark"] .nav .nav-account-link{background:#226657;color:#fff}}
html[data-theme="dark"] .news-card:first-child,html[data-theme="dark"] .payment-panel,html[data-theme="dark"] .admin-note{background:#192d28}
html[data-theme="dark"] .quick-links a,html[data-theme="dark"] .document-list a,html[data-theme="dark"] .payment-panel dl div,html[data-theme="dark"] .cabinet-links button{border-color:rgba(225,239,234,.11)}
html[data-theme="dark"] .about-section{background:linear-gradient(115deg,#0a211d,#174b41)}
html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{color:var(--ink)}
html[data-theme="dark"] .pwa-install{color:var(--ink);background:rgba(18,38,33,.96);border-color:rgba(220,238,232,.14)}

/* Dark appearance for the public inner pages */
html[data-theme="dark"] .board-page,html[data-theme="dark"] .news-page,html[data-theme="dark"] .article-page,html[data-theme="dark"] .account-page{background:#0b1715}
html[data-theme="dark"] .board-toolbar,html[data-theme="dark"] .board-search,html[data-theme="dark"] .category-list button,html[data-theme="dark"] .listing-card,html[data-theme="dark"] .news-tools label,html[data-theme="dark"] .news-tools button,html[data-theme="dark"] .archive-card,html[data-theme="dark"] .article-body,html[data-theme="dark"] .article-aside,html[data-theme="dark"] .article-notice,html[data-theme="dark"] .article-document,html[data-theme="dark"] .contact-box,html[data-theme="dark"] .share-box,html[data-theme="dark"] .more-news-grid>*{background:#142622;color:var(--ink);border-color:#29413b}
html[data-theme="dark"] .category-list button.active,html[data-theme="dark"] .news-tools button.active{background:#287061;border-color:#287061;color:#fff}
html[data-theme="dark"] .listing-image{background:linear-gradient(135deg,#203d37,#463f2d)}
html[data-theme="dark"] .publish-button{color:#173b35}
html[data-theme="dark"] .register-panel,html[data-theme="dark"] .register-divider span{background:#0f1e1b}
html[data-theme="dark"] .social-register,html[data-theme="dark"] .notification-options label,html[data-theme="dark"] .field-grid input,html[data-theme="dark"] .field-grid select,html[data-theme="dark"] .field-grid textarea,html[data-theme="dark"] .google-profile{background:#142622;color:var(--ink);border-color:#29413b}
html[data-theme="dark"] .preferred-channel,html[data-theme="dark"] .security-note,html[data-theme="dark"] .success-number{background:#192d28}
html[data-theme="dark"] .google-demo-modal,html[data-theme="dark"] .publish-modal{background:#142622;color:var(--ink)}
@media(max-width:600px){.site-header{gap:8px}.site-header .language-switcher{margin-left:0}.theme-toggle{width:30px;height:30px;margin-left:0}.theme-toggle span{font-size:13px}}
@media(max-width:600px){html[data-theme="dark"] .liman-photo{background-image:url('images/hero-liman-night-v3-mobile-4k-source.webp')}}
@media(max-width:900px){html[data-theme="dark"] .language-options{background:#132b27;border-color:rgba(220,238,232,.18);box-shadow:0 14px 35px rgba(0,0,0,.42)}html[data-theme="dark"] .language-options button{color:#dfece8}html[data-theme="dark"] .language-options button:hover,html[data-theme="dark"] .language-options button:focus-visible{background:#24473f!important;color:#fff!important}html[data-theme="dark"] .language-options button.active{background:#31574d!important;color:#f3d494!important}}
@media(prefers-reduced-motion:no-preference){body,.site-header,.quick-links,.news-card,.contact-card,.payment-panel,.campaign-card,.board-toolbar,.listing-card,.archive-card,.register-panel{transition:background-color .35s,color .35s,border-color .35s,box-shadow .35s}.liman-photo{transition:background-image .25s,filter .35s}}

/* Header without the T7 logo mark */
.site-header .brand-mark{display:none}
.site-header .brand{gap:0}
.site-header .brand small{display:none}
@media(min-width:901px){.site-header{padding-left:2vw}.site-header .brand{max-width:380px;transform:translateY(5px)}.site-header .brand strong{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:34px;line-height:1.04;letter-spacing:-.035em}}
@media(max-width:600px){.site-header .brand{width:176px;max-width:46vw;min-width:0;transform:none}.site-header .brand strong{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:clamp(18px,5.4vw,22px);line-height:1.06;letter-spacing:-.045em}.site-header .brand>span:last-child{min-width:0}}

/* Raise the main hero text block without moving the CTA buttons */
@media(min-width:901px){.hero-content{top:7%}}

/* Mobile menu button touch state */
@media(max-width:900px){.menu-button{width:34px;height:34px;display:grid;place-items:center;transform:translateY(5px);padding:0!important;border:1px solid transparent;border-radius:12px;color:var(--ink);line-height:1;transition:border-color .18s,background-color .18s,box-shadow .18s}.menu-button:hover,.menu-button:focus-visible,.menu-button:active{border-color:rgba(23,59,53,.32);background:rgba(255,255,255,.52);box-shadow:0 6px 18px rgba(23,59,53,.08);outline:0}html[data-theme="dark"] .menu-button{color:#dceee8}html[data-theme="dark"] .menu-button:hover,html[data-theme="dark"] .menu-button:focus-visible,html[data-theme="dark"] .menu-button:active{border-color:rgba(220,238,232,.32);background:rgba(220,238,232,.08);box-shadow:0 6px 18px rgba(0,0,0,.18)}}

/* Desktop header controls aligned with the title centerline */
@media(min-width:901px){.site-header .nav,.site-header .language-switcher,.site-header .theme-toggle,.site-header .admin-entry,.site-header .account-cluster{transform:translateY(8px)}}

/* Desktop header navigation refinement */
@media(min-width:901px){.site-header .nav{margin-left:110px;font-size:19px;gap:30px}.account-cluster{position:relative;display:flex;align-items:center;flex:none}.account-cluster .notification-center{position:absolute;right:-10px;top:-13px;z-index:45}.account-cluster .notification-button{width:34px;height:34px;border-radius:50%;border:2px solid #fbfaf6;background:var(--coral);color:#fff;box-shadow:0 4px 12px rgba(23,59,53,.18)}.account-cluster .notification-button:hover,.account-cluster .notification-center.open .notification-button{background:#df6f4f}.account-cluster .notification-button svg{width:18px;height:18px;stroke:#fff;stroke-width:2.9}.account-cluster .notification-badge{display:none}.account-cluster .notification-panel{right:-8px;top:calc(100% + 12px)}html[data-theme="dark"] .account-cluster .notification-button{background:#e87855;color:#fff;border-color:#0c1d1a}}
@media(max-width:900px){.account-cluster{display:flex;align-items:center;margin-left:0}}

/* Two-line desktop label for the board link */
@media(min-width:901px){.site-header .nav-board-link{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;line-height:.96;text-align:center}.site-header .nav-board-link span{display:block}}
@media(max-width:900px){.site-header .nav-board-link span{display:inline}}

/* Unified mobile header across all public pages */
@media(max-width:900px){
  body{padding-top:70px}
  .site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:70px;
    padding:0 14px;
    gap:8px;
    align-items:center;
    z-index:1000;
  }
  .site-header .brand{
    width:176px;
    max-width:46vw;
    min-width:0;
    margin-right:auto;
    transform:none;
  }
  .site-header .brand>span:last-child{min-width:0}
  .site-header .brand strong{
    display:-webkit-box;
    overflow:hidden;
    white-space:normal;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:clamp(18px,5.4vw,22px);
    line-height:1.06;
    letter-spacing:-.045em;
  }
  .site-header .menu-button{
    order:2;
    display:grid;
    flex:none;
  }
  .site-header .language-switcher{order:3;flex:none}
  .site-header .theme-toggle{order:4;flex:none}
  .site-header .notification-center,
  .site-header .account-cluster{order:5;flex:none}
  .site-header .nav{
    display:none;
    order:20;
  }
  .site-header .nav.mobile-open{
    display:flex;
    position:fixed;
    top:70px;
    left:0;
    right:0;
    padding:18px 20px 22px;
    flex-direction:column;
    gap:14px;
    background:linear-gradient(180deg,#fbfaf6 0%,rgba(251,250,246,.96) 72%,rgba(224,234,229,.96) 100%);
    box-shadow:0 20px 34px rgba(23,59,53,.14);
  }
  .site-header .nav.mobile-open a{
    padding:9px 0;
    font-size:16px;
  }
  html[data-theme="dark"] .site-header .nav.mobile-open{
    background:linear-gradient(180deg,#0c1d1a,#15372f);
  }
}
