.home{height:100vh;width:100%;position:relative;background-size:cover;background-position:center;overflow:hidden;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.home__overlay{position:absolute;inset:0;background:radial-gradient(70% 70% at 60% 30%,#00000026,#0000008c 70%,#000000bf),linear-gradient(to bottom,#00000073,#00000040);z-index:0}.home__content{position:relative;z-index:1;min-height:100vh;padding:28px 36px}.home__header{display:flex;align-items:center;justify-content:space-between;gap:24px}.home__brand{display:flex;align-items:center;gap:10px;letter-spacing:.08em}.home__logo{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;color:#4caf50}.home__brandText{font-weight:700;font-size:40px;opacity:.95;color:#006900e6}.home__nav{display:flex;align-items:center;gap:56px}.home__navLink{text-decoration:none;color:#ffffffa6;font-size:12px;letter-spacing:.18em;font-weight:600;transition:opacity .2s ease}.home__navLink:hover{opacity:.9;color:#ffffffe6}.home__navLink.is-active{color:#fffffff2}.home__hero{min-height:calc(100vh - 96px);display:grid;place-items:center;position:relative;padding-bottom:24px}.home__titleWrap{text-align:center;width:min(980px,92%)}.home__kicker{margin:0;font-size:clamp(38px,6vw,72px);font-weight:800;letter-spacing:.08em;opacity:.95}.home__title{margin:6px 0 0;font-size:clamp(64px,10vw,120px);font-weight:900;letter-spacing:.08em;line-height:.95;text-transform:uppercase}.home__subtitleBar{margin:20px auto 0;width:min(760px,92%);padding:14px 18px;background:#00000047;border:1px solid rgba(255,255,255,.12);border-radius:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home__subtitle{margin:0;font-size:clamp(18px,2vw,28px);font-weight:500;letter-spacing:.08em;opacity:.92}.home__cta{position:absolute;right:38px;bottom:34px;width:54px;height:54px;border-radius:999px;border:1px solid rgba(255,255,255,.75);background:#ffffff1f;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;transition:transform .15s ease,background .15s ease}.home__cta:hover{transform:translateY(-2px);background:#ffffff2e}.home__ctaIcon{font-size:22px;line-height:1}.home__logo img{width:32px;height:auto;display:block}@media(max-width:820px){.home__content{padding:22px 18px}.home__nav{gap:22px}.home__cta{right:18px;bottom:18px}}.header{display:flex;align-items:center;justify-content:space-between;gap:24px}.header__brand{display:flex;align-items:center;gap:10px;letter-spacing:.08em}.header__logo{width:34px;height:34px;object-fit:contain}.header__brandText{font-weight:700;font-size:18px;letter-spacing:.08em;opacity:.95}.header__nav{display:flex;align-items:center;gap:56px}.header__link{text-decoration:none;color:#ffffff9e;font-size:12px;letter-spacing:.18em;font-weight:600;transition:color .2s ease}.header__link:hover{color:#ffffffeb}.header__link.is-active{color:#fffffff2}.about{height:100vh;width:100%;position:relative;background-size:cover;background-position:center;overflow:hidden;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.about__overlay{position:absolute;inset:0;background:radial-gradient(70% 70% at 60% 30%,#0000001f,#0000008c 70%,#000000c7),linear-gradient(to bottom,#0000006b,#00000038);z-index:0}.about__content{position:relative;z-index:1;min-height:100vh;padding:28px 36px}.about__header{display:flex;align-items:center;justify-content:space-between;gap:24px}.about__brand{display:flex;align-items:center;gap:10px;letter-spacing:.08em}.about__logo img{width:34px;height:34px;object-fit:contain;display:block}.about__brandText{font-weight:700;font-size:18px;letter-spacing:.08em;opacity:.95}.about__nav{display:flex;align-items:center;gap:56px}.about__navLink{text-decoration:none;color:#ffffff9e;font-size:12px;letter-spacing:.18em;font-weight:600;transition:opacity .2s ease,color .2s ease}.about__navLink:hover{opacity:.95;color:#ffffffeb}.about__navLink.is-active{color:#fffffff2}.about__main{min-height:calc(100vh - 96px);display:grid;align-items:center;position:relative;padding-bottom:24px}.about__grid{width:min(1200px,96%);margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:42px;align-items:start}.about__title{margin:0;font-size:clamp(54px,6.2vw,96px);font-weight:900;letter-spacing:.02em;line-height:.95}.about__right{padding-top:clamp(10px,2vw,22px);max-width:560px;justify-self:end}.about__text{margin:0 0 14px;font-size:16px;line-height:1.7;color:#ffffffc7}.about__ctaRow{margin-top:18px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.about__cta{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#ffffffeb;font-weight:700;letter-spacing:.04em;transition:transform .15s ease,background .15s ease}.about__cta:hover{transform:translateY(-2px);background:#ffffff29}.about__hint{font-size:12px;letter-spacing:.06em;color:#ffffffa6}.about__next{position:absolute;right:38px;bottom:34px;width:54px;height:54px;border-radius:999px;border:1px solid rgba(255,255,255,.75);background:#ffffff1f;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;transition:transform .15s ease,background .15s ease}.about__next:hover{transform:translateY(-2px);background:#ffffff2e}.about__nextIcon{font-size:22px;line-height:1}@media(max-width:980px){.about__content{padding:22px 18px}.about__nav{gap:18px}.about__grid{grid-template-columns:1fr;gap:18px}.about__right{justify-self:start;max-width:680px}.about__next{right:18px;bottom:18px}}.contact{height:100vh;width:100%;position:relative;background-size:cover;background-position:center;overflow:hidden;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.contact__overlay{position:absolute;inset:0;background:radial-gradient(80% 80% at 70% 20%,#78008c40,#0000008c 55%,#000000c7),linear-gradient(to right,#000000b3,#00000059,#00000026);z-index:0}.contact__content{position:relative;z-index:1;min-height:100vh;padding:28px 36px}.contact__main{min-height:calc(100vh - 96px);display:grid;place-items:center}.contact__card{width:min(1200px,96%);border-radius:18px;padding:clamp(22px,3vw,42px);display:grid;grid-template-columns:1.2fr 1fr;gap:28px;background:#00000047;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact__name{margin:0;font-size:clamp(44px,5.6vw,86px);font-weight:900;letter-spacing:.06em;text-transform:uppercase}.contact__role{margin:14px 0 0;font-size:clamp(16px,1.6vw,22px);opacity:.85;font-style:italic}.contact__right{justify-self:end;display:grid;gap:18px;align-content:start;padding-top:6px}.contact__item{display:flex;align-items:center;gap:14px;font-size:clamp(14px,1.35vw,18px);color:#fff}.contact__icon{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:none}.contact__icon svg{width:22px;height:22px;fill:none!important;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.contact__value{letter-spacing:.02em}@media(max-width:900px){.contact__content{padding:22px 18px}.contact__card{grid-template-columns:1fr}.contact__right{justify-self:start}}.login{height:100vh;width:100%;position:relative;background-size:cover;background-position:center;overflow:hidden;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.login__overlay{position:absolute;inset:0;background:radial-gradient(70% 70% at 60% 30%,#0000001f,#0000008c 70%,#000000c7),linear-gradient(to bottom,#0000006b,#00000038);z-index:0}.login__content{position:relative;z-index:1;min-height:100vh;padding:28px 36px}.login__main{min-height:calc(100vh - 96px);display:grid;place-items:center;padding-bottom:18px}.login__card{width:min(420px,92vw);background:#00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:8px;border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 60px #00000073;padding:44px 44px 34px}.login__title{margin:0 0 22px;text-align:center;font-size:24px;font-weight:700;letter-spacing:.02em}.login__form{display:grid;gap:14px}.login__field{position:relative;display:flex;align-items:center;gap:10px;background:#efefef;border:1px solid rgba(0,0,0,.28);height:36px;padding:0 10px}.login__icon{width:18px;display:grid;place-items:center;opacity:.75;font-size:14px}.login__input{flex:1;border:none;background:transparent;outline:none;font-size:12px;color:#111}.login__input::placeholder{color:#00000073;font-style:italic}.login__eye{border:none;background:transparent;cursor:pointer;opacity:.65;font-size:14px;padding:0 2px}.login__eye:hover{opacity:.9}.login__row{display:flex;align-items:center;justify-content:space-between;margin-top:-2px;font-size:11px;color:#0000008c}.login__remember{display:inline-flex;align-items:center;gap:6px}.login__remember input{transform:translateY(1px)}.login__link{color:#f5f5f5;text-decoration:none}.login__link:hover{text-decoration:underline}.login__submit{margin:10px auto 0;width:110px;height:32px;background:#111;color:#fff;border:none;cursor:pointer;font-size:11px;letter-spacing:.02em}.login__submit:hover{background:#000}.login__footer{margin:10px 0 0;text-align:center;font-size:11px;color:#f5f5f5}.login__icon{color:#000;font-size:16px;display:grid;place-items:center}@media(max-width:520px){.login__content{padding:22px 18px}.login__card{padding:34px 22px 26px}}.register{height:100vh;width:100%;position:relative;background-size:cover;background-position:center;overflow:hidden;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.register__overlay{position:absolute;inset:0;background:radial-gradient(70% 70% at 60% 30%,#0000001f,#0000008c 70%,#000000c7),linear-gradient(to bottom,#0000006b,#00000038);z-index:0}.register__content{position:relative;z-index:1;min-height:100vh;padding:28px 36px}.register__main{min-height:calc(100vh - 96px);display:grid;place-items:center;padding-bottom:18px}.register__card{width:min(420px,92vw);background:#00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:8px;border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 60px #00000073;padding:44px 44px 34px}.register__title{margin:0 0 22px;text-align:center;font-size:24px;font-weight:700;letter-spacing:.02em}.register__form{display:grid;gap:14px}.register__field{position:relative;display:flex;align-items:center;gap:10px;background:#efefef;border:1px solid rgba(0,0,0,.28);height:36px;padding:0 10px}.register__icon{width:18px;display:grid;place-items:center;opacity:.75;font-size:14px;color:#000}.register__input{flex:1;border:none;background:transparent;outline:none;font-size:12px;color:#111}.register__input::placeholder{color:#00000073;font-style:italic}.register__eye{border:none;background:transparent;cursor:pointer;opacity:.65;font-size:14px;padding:0 2px}.register__eye:hover{opacity:.9}.register__row{display:flex;align-items:center;justify-content:space-between;margin-top:-2px;font-size:11px;color:#ffffffb3}.register__remember{display:inline-flex;align-items:center;gap:6px}.register__remember input{transform:translateY(1px)}.register__link{color:#ffffffbf;text-decoration:none}.register__link:hover{text-decoration:underline}.register__submit{margin:10px auto 0;width:110px;height:32px;background:#111;color:#fff;border:none;cursor:pointer;font-size:11px;letter-spacing:.02em}.register__submit:hover{background:#000}.register__footer{margin:10px 0 0;text-align:center;font-size:11px;color:#ffffffbf}@media(max-width:520px){.register__content{padding:22px 18px}.register__card{padding:34px 22px 26px}}:root{--g1: linear-gradient(180deg, #0f0f1a, #151528);--g2: linear-gradient(180deg, #0f0f1a, #151528);--r1: linear-gradient(180deg, #0f0f1a, #151528);--r2: linear-gradient(180deg, #0f0f1a, #151528);--panel: #ffffff;--text: #1a1a1a;--line: rgba(0, 0, 0, .1)}.dash__panel{min-height:100vh;width:100%;background:#f6f7f9;padding:28px 24px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;box-sizing:border-box}.dash__title{margin:0 0 22px;text-align:center;font-size:20px;letter-spacing:.08em;font-weight:800;color:var(--text)}.dash__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:22px}.dash__left{display:grid;gap:14px}.dash__statRow{display:grid;grid-template-columns:140px 1fr;min-height:92px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid var(--line)}.dash__pct{display:grid;place-items:center;font-weight:900;font-size:26px;color:#fff}.dash__pct--green{background:var(--g2)}.dash__pct--green2{background:var(--g1)}.dash__pct--red{background:var(--r2)}.dash__statBody{display:grid;grid-template-columns:78px 1fr;align-items:center;gap:10px;padding:10px 14px}.dash__phone{width:38px;height:54px;border:2px solid rgba(0,0,0,.14);border-radius:7px;opacity:.55}.dash__statText{margin:0;font-size:13px;color:#000000b8}.dash__right{display:grid;gap:14px}.dash__block{display:grid;grid-template-columns:150px 1fr;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.dash__vTitle{display:grid;place-items:center;color:#fff;font-weight:900;font-size:12px;letter-spacing:.12em}.dash__vTitle span{writing-mode:vertical-rl;transform:rotate(180deg)}.dash__vTitle--green{background:var(--g1)}.dash__vTitle--red{background:var(--r1)}.dash__blockBody{padding:14px;display:flex;flex-direction:column;height:100%}.dash__chartFill{flex:1;height:100px}.dash__hint{font-size:12px;color:#0000008c;margin-top:auto}.dashLayout{display:flex;min-height:100vh;gap:22px;padding:16px;background:#f6f7fb}.dashContent{flex:1;min-width:0}@media(max-width:980px){.dash__grid{grid-template-columns:1fr}.dash__block{grid-template-columns:1fr;height:auto}.dash__vTitle span{writing-mode:horizontal-tb;transform:none}.dash__chartFill{min-height:220px}}.sidebar{width:260px;height:90vh;background:linear-gradient(180deg,#0f0f1a,#151528);color:#fff;display:flex;flex-direction:column;padding:20px;border-radius:14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.sidebar__header{display:flex;align-items:center;gap:12px;margin-bottom:40px}.sidebar__avatar{width:48px;height:48px;border-radius:50%}.sidebar__role{display:block;font-size:12px;color:#9ca3af}.sidebar__menu{flex:1;display:flex;flex-direction:column;gap:8px}.sidebar__item{all:unset;cursor:pointer;padding:12px 14px;border-radius:12px;display:flex;align-items:center;gap:12px;color:#d1d5db;font-size:14px;transition:all .2s ease}.sidebar__item:hover{background:#ffffff0f}.sidebar__item.active{background:#f5f5f5;color:#16a34a;font-weight:600}.sidebar__item.active .sidebar__icon{color:#16a34a}.sidebar__icon{font-size:18px}.sidebar__footer{display:flex;flex-direction:column;gap:6px}.sidebar__item.muted{color:#9ca3af}.stuLayout{display:flex;min-height:90vh;gap:22px;padding:16px;background:#f4f6fb;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.stuContent{flex:1;min-width:0;display:flex}.stuCard{width:100%;background:#ffffffb3;border:1px solid rgba(17,24,39,.06);box-shadow:0 12px 30px #11182714;border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stuHeader{padding:18px 18px 8px}.stuTitle{margin:0;font-size:20px;font-weight:800;color:#111827}.stuSub{margin:6px 0 0;color:#6b7280;font-size:13px}.stuTableWrap{padding:10px 12px 12px}.stu__avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(180deg,#10b98133,#10b98114);border:1px solid rgba(16,185,129,.25);display:flex;align-items:center;justify-content:center;font-weight:800;color:#0f766e}.stu__avatarImg{width:44px;height:44px;border-radius:12px;object-fit:cover;border:1px solid rgba(17,24,39,.12);box-shadow:0 6px 14px #1118271a;background:#e5e7eb}.stuName{font-weight:700}.stuPill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#1118270a;color:#374151;font-size:12px;font-weight:700}.stuEmail{display:inline-block;padding:6px 10px;border-radius:8px;background:#1118270f;color:#4b5563;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stuGrade{font-weight:900;color:#0f766e}.stuActions{display:flex;justify-content:flex-end;gap:10px}.stuBtn{height:34px;padding:0 12px;border:none;border-radius:8px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #1118271a}.stuBtn--info{background:#e0f2fe;color:#0369a1}.stuBtn--danger{background:#fee2e2;color:#b91c1c}.stuBtn:hover{filter:brightness(.95)}.stuBtn:active{transform:translateY(1px)}.stuHeader{display:flex;justify-content:space-between;align-items:center;gap:16px}.stuSearch{display:flex;align-items:center;background:#fff;border-radius:10px;padding:8px 12px;border:1px solid #e5e7eb;min-width:280px}.stuSearch input{border:none;outline:none;margin-left:8px;font-size:14px;width:100%}.stuSearchIcon{color:#9ca3af}.loader{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background:#1118270a;border:1px solid rgba(17,24,39,.08)}.loader__spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(17,24,39,.18);border-top-color:#111827b3;animation:loaderSpin .8s linear infinite}.loader__text{font-size:14px;color:#111827cc;font-weight:600}@keyframes loaderSpin{to{transform:rotate(360deg)}}:root{--bg: #070b16;--card: rgba(10, 14, 32, .92);--card2: rgba(9, 13, 28, .88);--stroke: rgba(255,255,255,.08);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.55);--muted2: rgba(255,255,255,.4);--accent: #66d9ff;--glow: rgba(80, 140, 255, .22)}.profilePageInLayout{width:100%;min-height:100%;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.profileCard{margin:0 auto;width:min(980px,100%);border-radius:14px;padding:18px 18px 22px;background:linear-gradient(180deg,#0a0e20eb,#090d1ce0);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 45px #00000059,0 0 0 1px #ffffff08 inset,0 0 80px #508cff2e;overflow:hidden;position:relative}.profileCard{position:relative;width:min(980px,96vw);border-radius:14px;padding:18px 18px 22px;background:linear-gradient(180deg,var(--card),var(--card2));border:1px solid var(--stroke);box-shadow:0 18px 45px #0000008c,0 0 0 1px #ffffff08 inset,0 0 80px var(--glow);overflow:hidden}.profileCard:before{content:"";position:absolute;inset:-2px;border-radius:16px;background:radial-gradient(600px 180px at 25% 20%,rgba(100,160,255,.18),transparent 55%);pointer-events:none}.profileEdit{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fffc;cursor:pointer}.profileEdit:hover{background:#ffffff17;color:#fffffff2}.profileBody{display:flex;gap:18px;align-items:flex-start;padding:6px 6px 0}.profileAvatarWrap{flex:0 0 auto;width:170px;height:170px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 26px #00000059;background:#ffffff0a}.profileAvatar{width:100%;height:100%;object-fit:cover;display:block}.profileGrid{flex:1;min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:26px;padding-top:8px}.profileCol{display:grid;gap:14px}.profile__row{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center}.profile__icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);color:#ffffffb3}.profile__meta{min-width:0}.profile__label{font-size:12px;color:var(--muted2);letter-spacing:.04em;margin-bottom:2px}.profile__value{display:flex;align-items:center;gap:8px;min-width:0}.profile__valueText{font-size:14px;color:var(--text);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profileCopy{width:32px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffbf;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.profileCopy:hover{background:#ffffff17;color:#fffffff2}.profileBadge{position:absolute;left:14px;bottom:14px;width:18px;height:18px;border-radius:5px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.profileToast{position:absolute;left:50%;bottom:14px;transform:translate(-50%) translateY(10px);opacity:0;pointer-events:none;padding:8px 12px;border-radius:999px;background:#00000073;border:1px solid rgba(255,255,255,.12);color:#ffffffe6;font-size:12px;transition:.18s ease}.profileToast.is-show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:860px){.profileBody{flex-direction:column;align-items:center;text-align:left}.profileGrid{grid-template-columns:1fr;gap:14px;width:100%}.profileAvatarWrap{width:160px;height:160px}}.newsPage{padding:16px;width:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.newsHeader{margin:6px 0 16px;text-align:left}.newsTitle{margin:0;font-size:22px;font-weight:900;color:#151515;letter-spacing:.02em}.newsSub{margin:6px 0 0;color:#0000008c;font-size:13px}.newsGrid{display:grid;grid-template-columns:1.6fr 1fr;gap:18px;align-items:start}.newsFeatured{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden}.newsFeaturedTop{padding:16px 16px 12px}.newsBadge{display:inline-block;padding:4px 8px;font-size:11px;font-weight:700;color:#000000ad;background:#0000000d;border:1px solid rgba(0,0,0,.08);border-radius:999px;margin-bottom:10px}.newsFeaturedTitle{margin:0 0 10px;font-size:20px;font-weight:900;color:#151515;line-height:1.25}.newsFeaturedText{margin:0;color:#000000ad;font-size:13px;line-height:1.6}.newsFeaturedMedia{padding:0 16px 12px}.newsFeaturedMedia img{width:100%;height:260px;object-fit:cover;border-radius:10px;display:block;border:1px solid rgba(0,0,0,.08)}.newsFeaturedFooter{margin:0;padding:12px 16px 16px;font-size:15px;font-weight:900;color:#151515}.newsSide{display:grid;gap:14px}.newsBox{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:14px}.newsBoxTitle{margin:0 0 10px;font-size:14px;font-weight:900;color:#151515}.newsPickList{display:grid;gap:10px}.newsPick{width:100%;display:grid;grid-template-columns:72px 1fr;gap:10px;padding:8px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#00000005;cursor:pointer;text-align:left}.newsPick:hover{background:#0000000a}.newsPickImg{width:72px;height:56px;border-radius:10px;object-fit:cover;display:block}.newsPickBody{min-width:0;display:grid;gap:4px;align-content:center}.newsPickDate{font-size:11px;color:#0000008c;font-weight:700}.newsPickTitle{font-size:13px;color:#151515;font-weight:800;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.newsTopics{display:flex;flex-wrap:wrap;gap:8px}.newsTopic{padding:7px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#00000008;color:#000000b3;font-weight:800;font-size:12px;cursor:pointer}.newsTopic:hover{background:#0000000f}@media(max-width:980px){.newsGrid{grid-template-columns:1fr}.newsFeaturedMedia img{height:220px}}
