:root{--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--bg-body: #f6f6f9;--bg-white: #fff;--text-main: #222;--text-heading: #111;--text-dark: #333;--text-muted: #555;--primary-color: #5978d9;--primary-hover: #6172db;--border-light: #ececec;--border-medium: #e5e8ef;--border-title: #5d7def;--border-footer: #e1e4ec;--nav-text: #233755;--nav-hover-bg: #eef3fa;--readmore-bg: #f7f9fc;--readmore-hover-bg: #e2ebfa;--readmore-hover-text: #22389d;--footer-link: #2a2a40;--date-color: #444a;--btn-bg: #868faf}.dark-mode{--bg-body: #1a1a1a;--bg-white: #2d2d2d;--text-main: #e0e0e0;--text-heading: #ffffff;--text-dark: #cccccc;--text-muted: #a0a0a0;--border-light: #404040;--border-medium: #404040;--border-footer: #404040;--nav-text: #e0e0e0;--nav-hover-bg: #3d3d3d;--readmore-bg: #3d3d3d;--readmore-hover-bg: #4d4d4d;--readmore-hover-text: #8ab4f8;--footer-link: #cccccc;--date-color: #a0a0a0;--btn-bg: #4d4d4d}*{box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg-body);color:var(--text-main);font-size:16px;line-height:1.6;margin:0;padding:0}h1,h2{font-family:var(--font-heading);color:var(--text-heading);text-align:center;margin:1.2em 0 .7em}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--bg-white);border-bottom:1px solid var(--border-light);padding:.9em 2em;gap:2em}.nav-title{font-weight:700;font-size:1.55rem;display:flex;align-items:center;gap:.6em;padding:0}.title-logo{width:29px;height:29px}.nav-buttons{display:flex;flex-direction:row;gap:1.3em;align-items:center;padding:0;margin:0;list-style:none}.nav-buttons li{list-style:none;margin:0;padding:0}a,a:visited{color:var(--text-main);text-decoration:none;transition:opacity .18s}a:hover,.dropdown-menu a:hover{opacity:.6}.active{border-bottom:3px solid var(--primary-color)}.dropdown{position:relative;display:inline-block}.dropdown-toggle{background:none;color:var(--text-dark);font-weight:700;font-size:1rem;border:none;cursor:pointer;font-family:inherit;padding:.5em 1em}#more-btn{padding-right:2em}.dropdown-menu{display:none;position:absolute;right:0;top:100%;background:var(--bg-white);min-width:155px;box-shadow:0 4px 16px #00000024;z-index:20;border-radius:5px;overflow:hidden}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:.75em 1em;color:var(--nav-text);font-weight:500;font-size:1rem;transition:background .2s}.dropdown-menu a:hover{background:var(--nav-hover-bg)}.container{max-width:1200px;margin:26px auto;display:flex;gap:2.5rem;align-items:flex-start;min-height:60vh;padding:0 3vw}.title-container{display:flex;justify-content:center;margin-bottom:1.7rem}.title-wrap{display:flex;align-items:center;gap:.9em;font-size:1.85rem;font-weight:700;border-bottom:3px solid var(--border-title);border-radius:14px;padding:1.2rem 2.2rem .6rem;background:var(--bg-white);margin:0 auto 2.2rem;box-shadow:0 2px 14px #5a648c0d}.articles{flex:1;display:flex;flex-direction:column;gap:2rem;margin:0 auto;width:100%}.articles-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.articles-search{display:flex;align-items:center;gap:.6rem;flex:1 1 360px;min-width:240px}.articles-search-input{width:100%;padding:.55rem .8rem;border:1px solid var(--border-light);border-radius:10px;background:var(--bg-white);color:var(--text-main);font:inherit}.articles-search-input:focus{outline:2px solid var(--border-title);outline-offset:2px}.articles-search-clear{padding:.45rem .75rem;border:1px solid var(--border-light);border-radius:10px;background:var(--bg-white);color:var(--text-main);cursor:pointer;font:inherit;font-weight:600}.articles-search-clear:hover{opacity:.85}.articles-filters{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.articles-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border:1px solid var(--border-light);border-radius:999px;background:var(--bg-white);color:var(--text-main);cursor:pointer;font:inherit;font-weight:700;transition:opacity .15s,border-color .15s,color .15s,background .15s;white-space:nowrap}.articles-toggle:hover{opacity:.85}.articles-toggle.active{border-color:var(--border-title);color:var(--primary-color);background:var(--nav-hover-bg)}.articles-count{font-size:.92rem;color:var(--text-muted);font-weight:600;white-space:nowrap}.articles-load-more{display:flex;justify-content:center;padding:.25rem 0 .5rem}.load-more-btn{padding:.7rem 1.1rem;border:1px solid var(--border-light);border-radius:999px;background:var(--bg-white);color:var(--text-main);font:inherit;font-weight:700;cursor:pointer;transition:opacity .15s}.load-more-btn:hover{opacity:.85}.article{background:var(--bg-white);border-radius:12px;box-shadow:0 2px 16px #0001;padding:2em 1.45em;margin:0;text-align:left;transition:box-shadow .15s}.article:hover{box-shadow:0 6px 30px #2737641c}.article-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;border-bottom:2px solid var(--border-medium);padding-bottom:.4em;margin-bottom:.55em}.article-fav-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--border-light);background:var(--bg-white);color:var(--text-muted);cursor:pointer;transition:opacity .15s,color .15s,border-color .15s;flex:0 0 auto}.article-fav-btn:hover{opacity:.85}.article-fav-btn.active{color:var(--primary-color);border-color:var(--border-title)}.article-read{opacity:.82}.article-last-read{outline:2px solid var(--border-title);outline-offset:3px}.articles h2,.article h2{border-bottom:2px solid var(--border-medium);margin-top:0;margin-bottom:.3em;padding-bottom:.4em;text-align:left;font-size:1.29rem}.article .article-title{border-bottom:none;margin:0;padding:0;font-size:1.29rem;flex:1 1 auto;min-width:0}.article-content,.article p{text-align:left;margin-bottom:1em;max-width:710px}.article-date{display:block;color:var(--date-color);font-size:.9rem;margin-bottom:.5em}.news-img{display:block;max-width:100%;width:480px;max-height:230px;object-fit:cover;border-radius:7px;box-shadow:0 2.5px 12px #7878a017;margin:1em auto 1.5em}.img-credit{font-size:.85rem;color:var(--text-muted);text-align:center;margin-top:-1em;margin-bottom:1em}.read-more{display:inline-block;margin-top:.8em;font-weight:700;font-size:1.05rem;color:var(--text-main);background:var(--readmore-bg);padding:.45em 1em;border-radius:5px;border:none;transition:background .14s}.read-more:hover{background:var(--readmore-hover-bg);color:var(--readmore-hover-text);opacity:1}.article-content img,p img{display:none}.title-logo{width:60px;height:60px}.footer-logo{width:25px;height:25px}.logo-news{width:220px}.hidden{display:none}footer{background:var(--bg-white);color:var(--text-muted);width:100vw;padding:1em 0 .2em;border-top:1px solid var(--border-footer);margin-top:50px}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;align-items:flex-end;font-size:1rem;padding-bottom:.2em;flex-wrap:wrap;gap:1em}.footer-container ul{margin:0;padding:0;list-style:none}.footer-container ul li{margin-left:0;color:var(--footer-link)}.social{display:flex;gap:1.15em;justify-content:space-between}.social img{width:26px;height:26px}.privacy ul li{list-style:circle;margin-left:1.3em}.container-widget{width:100%;max-width:920px;margin:1.7em auto 1.8em;display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:1.75rem;background:var(--bg-white);border:1px solid var(--border-light);border-radius:18px;padding:1.15rem 1.25rem 1.1rem;box-shadow:0 2px 14px #5a648c0f}#clock,#weather{display:flex;flex-direction:column;justify-content:flex-start;padding:.25rem 0}#clock{flex:0 0 190px;align-items:flex-start;min-width:160px}#weather{flex:1 1 0;align-items:stretch;border-left:1px solid var(--border-light);padding-left:1.25rem;min-width:0}#time{font-size:2.15rem;font-weight:700;letter-spacing:.03em;margin-bottom:.25em;display:flex}#date{font-size:1.13rem;color:var(--date-color);margin-bottom:.2em}.weather-widget{width:100%;background:none;border:none;border-radius:0;padding:0;box-shadow:none}.weather-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;margin-bottom:.55rem}.weather-city{font-weight:800;font-size:1.05rem;color:var(--text-heading)}.weather-locate{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--border-light);background:var(--bg-body);color:var(--text-main);cursor:pointer;transition:opacity .15s,background .15s}.weather-locate:hover{opacity:.85}.weather-locate:disabled{opacity:.55;cursor:not-allowed}.weather-error{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--text-muted);margin-bottom:.35rem}.weather-main{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.25rem 0 .35rem}.weather-temp{font-size:3.05rem;font-weight:900;letter-spacing:-.03em;color:var(--text-heading);line-height:1}.weather-main-right{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;min-width:160px}.weather-icon{display:flex;align-items:center;justify-content:center}.weather-desc{font-size:.98rem;color:var(--text-muted);font-weight:600}.weather-metrics{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem;margin:.55rem 0 .9rem}.weather-metric{display:flex;align-items:center;gap:.45rem;font-size:.95rem;color:var(--text-muted);font-weight:600}.weather-hours{display:flex;align-items:center;justify-content:center;gap:.75rem}.weather-nav{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--border-light);background:var(--bg-white);color:var(--text-main);cursor:pointer;transition:opacity .15s}.weather-nav:hover{opacity:.85}.weather-nav:disabled{opacity:.4;cursor:not-allowed}.weather-hours-grid{display:flex;align-items:center;justify-content:center;gap:.95rem}.weather-hour{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:64px}.weather-hour-time{font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}.weather-hour-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;line-height:1}.weather-hour-temp{font-size:1.12rem;font-weight:800;color:var(--text-heading);line-height:1}.weather-loading{display:flex;align-items:center;justify-content:center;gap:.55rem;padding:1.2rem 0;color:var(--text-muted);font-weight:600}.weather-muted-icon{opacity:.6}.weather-spinner{animation:weather-spin 1s linear infinite}@keyframes weather-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#btn-top,#btn-bottom{display:none;position:fixed;right:20px;z-index:50;background:var(--btn-bg);color:transparent;outline:none;border:none;border-radius:7px;font-size:0;cursor:pointer;box-shadow:0 2px 10px #00000017;padding:0;width:44px;height:44px;align-items:center;justify-content:center;transition:background .13s}#btn-top:after,#btn-bottom:after{content:"";display:block;width:10px;height:10px;border-top:2px solid var(--bg-white);border-left:2px solid var(--bg-white)}#btn-top:after{transform:rotate(45deg);margin-top:2px}#btn-bottom:after{transform:rotate(225deg);margin-bottom:2px}#btn-top{bottom:120px}#btn-bottom{bottom:65px}#btn-top:hover,#btn-bottom:hover{background:var(--primary-hover);color:transparent}.button-disabled{pointer-events:none;opacity:.5}.modal-container{display:flex;flex-direction:column;align-items:center;min-height:180px;padding:2.5em 1em}.modal{width:100%;max-width:520px;min-height:100px;display:flex;justify-content:center;align-items:center}.modal-form{display:flex;flex-direction:column;width:80%;max-width:350px}.message-area{min-height:120px;padding:.8em 0}.loading-animation span{animation:blink 1.5s infinite;opacity:0}.loading-animation span:nth-child(1){animation-delay:0s}.loading-animation span:nth-child(2){animation-delay:.3s}.loading-animation span:nth-child(3){animation-delay:.6s}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@media(max-width:1100px){.container{flex-direction:column;gap:1.5em}.articles{width:98%}.news-img{width:95%;max-width:310px}.footer-container{flex-direction:column;align-items:center;gap:1.15em}.container-widget{max-width:98vw}}@media(max-width:799px){body{font-size:15px}.navbar,.footer-container{flex-direction:column;padding:.7em .35em;gap:.7em}.nav-buttons{flex-direction:column;width:100%;gap:.7em}.container{padding:0 5px}.articles{width:100%;padding:0}.article{padding:1.1em .5em}.title-wrap{font-size:1rem;padding:.7em}.container-widget{flex-direction:column;gap:.8em;margin:1.3em 0;padding:1.05rem 1rem}#clock{flex:0 0 auto;align-items:center;min-width:0}#weather{border-left:none;padding-left:0;border-top:1px solid var(--border-light);padding-top:1rem}.news-img{width:99%;min-width:0;max-width:100vw}#btn-top,#btn-bottom{width:36px;height:36px}#btn-top{bottom:49px}#btn-bottom{bottom:8px}}
