@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f0f9ff;color:#0c3d66;--sky-500: #0ea5e9;--sky-600: #0284c7;--sky-700: #0369a1;--sky-100: #e0f2fe;--sky-50: #f0f9ff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f0f9ff}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar-announcement{background:#0284c7;color:#fff;padding:10px 8vw;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.9rem;font-weight:500;border-bottom:1px solid rgba(2,132,199,.4)}.topbar-announcement a{color:#fff;text-decoration:underline;font-weight:600}.topbar-links{display:inline-flex;gap:16px;font-weight:600}.topbar-links a{color:#fff;text-decoration:none;opacity:.9}.topbar-links a:hover{opacity:1;text-decoration:underline}.nav{display:grid;grid-template-columns:minmax(160px,auto) 1fr minmax(260px,auto);align-items:center;padding:14px 8vw;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff;border-bottom:1px solid #e0f2fe;overflow:visible}@media(max-width:768px){.nav{display:flex;justify-content:space-between;align-items:center;padding:12px 4vw;gap:8px}.nav-center,.nav-links{display:none!important}.nav-actions{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.nav-actions .primary{display:none}.nav-icon-button{min-width:32px;min-height:32px;width:32px;height:32px;flex-shrink:0}.nav-icon-button svg{width:14px;height:14px}.nav-profile-button span{display:none}.nav-profile-button{min-width:32px;min-height:32px;width:32px;height:32px;padding:0;border-radius:50%;border:1px solid #e0f2fe;background:#fff;display:inline-flex;align-items:center;justify-content:center}.nav-profile-avatar{width:28px;height:28px;font-size:.8rem}.logo{flex-shrink:1;min-width:0}.logo-image{max-width:120px;height:28px}.topbar-announcement{display:none}}.logo{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.logo-image{height:32px;width:auto;max-width:150px;object-fit:contain}.logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0c3d66;font-size:.9rem}.nav-center{display:flex;align-items:center;gap:20px;justify-content:center;width:100%;justify-self:center}.nav-links{display:flex;gap:18px;font-weight:500;font-size:.95rem;justify-content:center;flex-wrap:wrap}.nav-links a{padding:6px 0;transition:color .2s ease;color:#0c3d66}.nav-links>a,.nav-links>.nav-menu-item>a{display:inline-flex;align-items:center;gap:8px}.nav-links .nav-link-icon.material-symbols-outlined{font-size:18px;line-height:1;opacity:.75}.nav-links a:hover,.nav-links a.active{color:#0ea5e9}.nav-menu-item{position:static;display:flex;align-items:center}.nav-menu-item>a{display:flex;align-items:center;gap:4px}.nav-dropdown-icon{width:16px;height:16px;fill:currentColor;transition:transform .2s ease}.nav-menu-item:hover .nav-dropdown-icon{transform:rotate(180deg)}.nav-secondary-menu{position:absolute;top:100%;left:0;right:0;transform:none;background:linear-gradient(180deg,#0a2e4d,#082742);border:1px solid rgba(100,197,255,.28);border-radius:0;box-shadow:0 12px 28px #010a1459;z-index:999;transform-origin:top left;animation:nav-secondary-menu-reveal .36s cubic-bezier(.16,1,.3,1);pointer-events:auto;overflow:hidden}.nav-secondary-menu:before{content:"";position:absolute;top:0;left:-24%;width:26%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(155,214,255,.22) 45%,transparent 100%);animation:nav-secondary-menu-shimmer .7s ease-out;pointer-events:none}.nav-secondary-menu-inner{width:100%;padding:11px 8vw}.nav-menu-item:hover .nav-secondary-menu,.nav-secondary-menu:hover{pointer-events:auto}@media(max-width:768px){.nav-secondary-menu{position:absolute;left:0;right:0;transform:none;width:100%}.nav-secondary-menu-inner{padding:11px 4vw}}@keyframes nav-secondary-menu-reveal{0%{opacity:0;transform:translateY(-10px) scaleY(.94);filter:blur(1px)}to{opacity:1;transform:translateY(0) scaleY(1);filter:blur(0)}}@keyframes nav-secondary-menu-shimmer{0%{transform:translate(0);opacity:0}35%{opacity:1}to{transform:translate(520%);opacity:0}}.nav-secondary-menu-list{list-style:none;padding:0;margin:0;display:flex;align-items:flex-start;justify-content:flex-start;gap:14px;flex-wrap:wrap}.nav-secondary-menu-list li+li{border-top:none}.nav-secondary-menu-list a{display:inline-flex;padding:4px 0;color:#cfe9ff;border-radius:0;border-left:none;opacity:.9;transition:opacity .2s ease,color .2s ease,text-shadow .2s ease;font-size:.9rem;font-weight:600;border-bottom:none!important}.nav-secondary-menu-list a:hover,.nav-secondary-menu-list a.active{color:#fff;opacity:1;text-decoration:underline;text-shadow:0 0 14px rgba(155,214,255,.32)}.nav-actions{display:flex;align-items:center;gap:12px;justify-self:end;flex-wrap:nowrap}.nav-icon-button{min-width:36px;min-height:36px;width:36px;height:36px;border-radius:50%;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;border:1px solid #e0f2fe;background:#fff;transition:border-color .2s ease,background .2s ease,color .2s ease;color:#0c3d66;padding:0}.nav-icon-button:hover{border-color:#0ea5e9;color:#0ea5e9}.nav-icon-button .material-symbols-outlined{font-size:20px;color:currentColor;flex-shrink:0}.nav-profile{position:relative}.nav-profile-button{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;font-family:inherit;font-weight:500;color:#0c3d66;transition:all .2s ease;padding:6px 12px;border-radius:20px}.nav-profile-name{font-weight:700;font-size:.92rem;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-profile-button:hover{background:#0ea5e91a}.nav-profile-avatar{width:32px;height:32px;border-radius:50%;background:#0ea5e9;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem;overflow:hidden}.nav-profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.nav-profile-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e0f2fe;border-radius:12px;box-shadow:0 10px 30px #0ea5e91a;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:20;overflow:hidden;background-clip:padding-box}.nav-profile.active .nav-profile-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-profile-menu a,.nav-profile-menu button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;cursor:pointer;font-family:inherit;color:#0c3d66;font-size:.95rem;transition:background .2s ease}.nav-profile-menu .material-symbols-outlined{font-size:20px;color:currentColor;flex-shrink:0}.nav-profile-menu a:hover,.nav-profile-menu button:hover{background:#f0f9ff;color:#0ea5e9}.nav-profile-menu .divider{height:1px;background:#e0f2fe;margin:8px 0}.nav-mobile-toggle{display:none;background:transparent;border:none;padding:8px;cursor:pointer;border-radius:6px;transition:background .2s ease;color:#0c3d66}.nav-mobile-toggle svg{width:24px;height:24px;fill:currentColor}.nav-mobile-toggle:hover{background:#0ea5e91a}@media(max-width:768px){.nav-mobile-toggle{display:flex;align-items:center;justify-content:center}.nav-actions{gap:8px;flex-wrap:nowrap;justify-content:flex-end}.nav-profile{flex-shrink:0}.nav-profile-button{min-width:32px;min-height:32px;width:32px;height:32px;padding:0;border-radius:50%;border:1px solid #e0f2fe;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:0}.nav-profile-button>.material-symbols-outlined{display:none}.nav-profile-avatar{width:28px;height:28px;font-size:.8rem}.nav-profile-name{display:none}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;animation:fade-in .2s ease}.mobile-menu{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100%;background:#fff;box-shadow:4px 0 16px #0003;overflow-y:auto;animation:slide-in-left .3s ease;z-index:1000}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0f2fe;background:#f0f9ff}.mobile-menu-close{background:transparent;border:none;padding:8px;cursor:pointer;border-radius:6px;transition:background .2s ease;color:#0c3d66}.mobile-menu-close svg{width:24px;height:24px;fill:currentColor}.mobile-menu-close:hover{background:#0ea5e91a}.mobile-menu-content{display:flex;flex-direction:column;padding:16px 0}.mobile-menu-item{display:flex!important;align-items:center;gap:10px}.mobile-menu-item .material-symbols-outlined{font-size:20px;line-height:1}.mobile-menu-content a,.mobile-menu-content button{display:block;padding:14px 20px;color:#0c3d66;font-weight:500;font-size:1rem;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease;width:100%;border-left:3px solid transparent}.mobile-menu-content a:hover,.mobile-menu-content button:hover{background:#f0f9ff;color:#0ea5e9}.mobile-menu-content a.active{background:#f0f9ff;color:#0ea5e9;border-left-color:#0ea5e9;font-weight:600}.mobile-menu-section{margin:8px 0}.mobile-menu-section-title{padding:14px 20px;font-weight:600;font-size:.95rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.mobile-menu-section-content{display:flex;flex-direction:column;padding-left:12px}.mobile-menu-section-content a{padding:12px 20px;font-size:.95rem;font-weight:500}.mobile-menu-divider{height:1px;background:#e0f2fe;margin:12px 20px}.mobile-menu-user{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f0f9ff;margin:0 0 12px;font-weight:600;color:#0c3d66}.mobile-menu-login{background:transparent;color:inherit;text-align:left;font-weight:600;margin:0;border-radius:0;padding:14px 20px;border-left:3px solid transparent;text-transform:uppercase;letter-spacing:.5px}.mobile-menu-email{display:flex!important;align-items:center;gap:8px;padding:14px 20px!important;color:#0c3d66!important;font-weight:500;text-decoration:none}.mobile-menu-email .material-symbols-outlined{font-size:20px}.mobile-menu-email:hover{background:#f0f9ff;color:#0ea5e9!important}.nav-user{display:flex;gap:12px;align-items:center;font-weight:500}.breadcrumbs{padding:14px 8vw 10px;border-bottom:1px solid #e0f2fe}.breadcrumbs ol{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.86rem}.breadcrumbs li{display:inline-flex;align-items:center;gap:6px}.breadcrumbs a{color:#0369a1;font-weight:500}.breadcrumbs a:hover{color:#0284c7;text-decoration:underline}.breadcrumbs span[aria-current=page]{color:#0c3d66;font-weight:600}.breadcrumb-separator{color:#7aa7c7}.page{padding:0 8vw 64px;max-width:none;margin:0;width:100%;overflow-x:hidden;animation:page-enter .45s ease}.page .section,.page .card,.page .panel,.page .form-card,.page .hero-panel,.page .dashboard-widget,.page .status-card{transition:transform .24s ease,box-shadow .24s ease}.page .section:hover,.page .card:hover,.page .panel:hover,.page .form-card:hover,.page .hero-panel:hover,.page .dashboard-widget:hover,.page .status-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0284c71f}.page .section.no-hover,.page .section:has(.cta-row),.page .news-article-page .section{transition:none}.page .section.no-hover:hover,.page .section:has(.cta-row):hover,.page .news-article-page .section:hover{transform:none;box-shadow:none}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.page{animation:none}.page .section,.page .card,.page .panel,.page .form-card,.page .hero-panel,.page .dashboard-widget,.page .status-card{transition:none}.page .section:hover,.page .card:hover,.page .panel:hover,.page .form-card:hover,.page .hero-panel:hover,.page .dashboard-widget:hover,.page .status-card:hover{transform:none;box-shadow:none}.page .section.no-hover,.page .section:has(.cta-row),.page .news-article-page .section{transition:none}}@media(max-width:768px){.breadcrumbs{padding:12px 4vw 8px}.breadcrumbs ol{font-size:.82rem}.page{padding:0 4vw 48px}}.stack{display:flex;flex-direction:column;gap:48px;animation:fadeUp .8s ease}.logo-carousel{display:flex;flex-direction:column;gap:16px}.logo-carousel-header{display:flex;flex-direction:column;gap:8px}.logo-carousel-header h2{margin:0}.logo-carousel-header p{margin:0;color:#0c3d66bf}.logo-carousel-viewport{border:1px solid #d7ebfa;border-radius:16px;background:#fff;overflow:hidden;padding:14px 0}.logo-carousel-track{display:flex;align-items:center;gap:10px;width:max-content;animation:logo-marquee-scroll 28s linear infinite;padding:0 12px}.logo-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e0f2fe;border-radius:999px;background:#f8fcff;color:#0c3d66;font-size:.84rem;font-weight:600;letter-spacing:.01em;padding:8px 14px;white-space:nowrap}.logo-chip img{width:16px;height:16px;display:inline-block;object-fit:contain;flex-shrink:0}.logo-chip-name{display:inline-block}@keyframes logo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{background:#0ea5e9;color:#fff;border-radius:0;padding:52px 54px 46px;box-shadow:0 24px 60px #0ea5e933;position:relative;overflow:hidden;width:calc(100% + 16vw);margin-left:-8vw;margin-right:-8vw}.hero:after{content:"";position:absolute;inset:-90px auto auto -120px;width:240px;height:240px;background:#ffffff26;filter:blur(10px)}.hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:stretch}@media(max-width:768px){.hero-inner{grid-template-columns:1fr;gap:24px}.hero{padding:32px 24px}}.hero-copy{display:flex;flex-direction:column;gap:16px}.hero-note{font-size:.95rem;opacity:.85}.hero-panel{background:#fff;color:#0c3d66;padding:24px;border-radius:20px;box-shadow:0 18px 36px #0ea5e92e;display:flex;flex-direction:column;gap:18px}.hero-panel-header{display:flex;gap:8px;flex-wrap:wrap}.hero-pill{padding:6px 12px;border-radius:999px;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;background:#0c3d66;color:#fff}.hero-pill.outline{background:transparent;color:#0c3d66;border:1px solid #0c3d66}.hero-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hero-stat{background:#f0f9ff;border-radius:16px;padding:16px;display:grid;gap:6px}.hero-stat-value{font-size:1.5rem;font-weight:700}.hero-stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#0c3d66bf}.hero-panel-footer{font-size:.95rem;color:#0c3d66cc}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:linear-gradient(120deg,#0ea5e9,#06b6d4);color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(14,165,233,.35);box-shadow:0 8px 18px #0284c740;position:relative;overflow:hidden;isolation:isolate}.badge:after{content:"";position:absolute;top:0;right:-40%;width:50%;height:100%;background:linear-gradient(120deg,#ffffffa6,#fff0);opacity:.6;transform:skew(-20deg);pointer-events:none;z-index:-1}h1,h2,h3,h4,h5,h6{font-family:Bricolage Grotesque,Inter,-apple-system,BlinkMacSystemFont,sans-serif}h1{font-size:clamp(2.6rem,4vw,4.4rem);margin:16px 0 12px;line-height:1.1}h2{margin:0 0 12px;font-size:clamp(1.8rem,3vw,2.4rem)}h3{margin:0 0 10px}p{font-size:1.05rem;line-height:1.7;margin:0;max-width:640px}.cta-row{margin-top:28px;display:flex;gap:16px;flex-wrap:wrap;justify-content:center;align-items:center}button,.button,.primary,.ghost{border:none;border-radius:999px;padding:12px 24px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;background:transparent;text-decoration:none;display:inline-block}button:hover,.button:hover,.primary:hover,.ghost:hover{transform:none;box-shadow:none}.button,.primary{background:#0ea5e9;color:#fff;font-weight:600}.button:hover,.primary:hover{background:#0284c7}.button-secondary{background:#f0f9ff;color:#0ea5e9;border:2px solid #0ea5e9;font-weight:600;text-decoration:none;display:inline-block;padding:10px 20px;border-radius:8px;transition:all .2s ease}.button-secondary:hover{background:#0ea5e9;color:#fff;transform:none}.ghost{background:#fff;border:2px solid #0ea5e9;color:#0ea5e9}button:hover,button:active,.button:hover,.primary:hover,.ghost:hover,.button-secondary:hover,.nav-links a:hover,.topbar-links a:hover,.nav-icon-button:hover,.nav-profile-button:hover,.nav-mobile-toggle:hover,.mobile-menu-content a:hover,.mobile-menu-content button:hover,.mobile-menu-close:hover{transform:none!important;box-shadow:none!important}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}@media(max-width:480px){.grid{grid-template-columns:1fr}}.card{padding:22px 24px;border-radius:20px;background:#fff;box-shadow:0 16px 30px #0ea5e91a;border:1px solid #e0f2fe}.price-tag{display:flex;align-items:baseline;gap:8px;margin:14px 0 8px;color:#0c3d66}.price-amount{font-size:1.9rem;font-weight:700;letter-spacing:-.02em}.price-unit{font-size:.9rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.price-note{margin:0 0 12px;font-size:.85rem;color:#94a3b8}.comparison-table-wrap{width:100%;overflow-x:auto;border-radius:16px;border:1px solid #dbeafe;background:#fff}.comparison-table{width:100%;border-collapse:collapse;min-width:640px}.comparison-table th,.comparison-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table thead th{background:#f0f9ff;color:#0c3d66;font-weight:700;position:sticky;top:0;z-index:2}.comparison-table tbody th{color:#0c3d66;font-weight:600}.comparison-table tbody td{color:#1e293b}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-recommended-label{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;background:#0ea5e9;color:#fff;vertical-align:middle}.comparison-table thead th:nth-child(3),.comparison-table tbody td:nth-child(3){background:#f0f9ff}.comparison-table thead th:nth-child(3){box-shadow:inset 1px 0 #bae6fd,inset -1px 0 #bae6fd,0 0 0 1px #0ea5e93d,0 11px 26px -17px #0ea5e9b8}.comparison-table tbody td:nth-child(3){box-shadow:inset 1px 0 #e0f2fe,inset -1px 0 #e0f2fe,0 0 0 1px #0ea5e929,0 9px 21px -17px #0ea5e99e}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}@media(max-width:768px){.split{grid-template-columns:1fr;gap:24px}}.panel{padding:26px;border-radius:20px;background:#0ea5e9;color:#fff}.panel.light{background:#fff;color:#0c3d66;box-shadow:0 16px 30px #0ea5e91a;border:1px solid #e0f2fe}.panel-title{font-weight:600;margin-bottom:12px}.panel ul{margin:0;padding-left:18px}.section{padding:24px 0 0}.section.soft{background:#ffffffb3;padding:28px;border-radius:24px;box-shadow:0 12px 24px #17244a14}.list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.about-timeline{display:grid;gap:16px;position:relative}.about-timeline-item{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:start}.about-timeline-year{font-weight:700;color:#0ea5e9;border-left:3px solid #0ea5e9;padding-left:12px;line-height:1.4}.about-timeline-content{background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:14px 16px}.about-timeline-content h3{margin:0 0 8px}.about-timeline-content p{margin:0;max-width:none;color:#64748b}@media(max-width:768px){.about-timeline-item{grid-template-columns:1fr;gap:10px}}.contact-faq,.faq-accordion{display:grid;gap:12px}.contact-faq-item,.faq-accordion-item{border:1px solid #dbeafe;border-radius:14px;background:#fff;overflow:hidden}.contact-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:600;padding:16px 18px;color:#0c3d66}.faq-accordion-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:600;padding:16px 18px;color:#0c3d66}.faq-accordion-question{display:inline-flex;align-items:center;gap:10px}.faq-accordion-question .material-symbols-outlined{font-size:20px;line-height:1}.contact-faq-item summary::-webkit-details-marker{display:none}.faq-accordion-item summary::-webkit-details-marker{display:none}.contact-faq-item summary .material-symbols-outlined{transition:transform .2s ease;color:#0ea5e9}.faq-accordion-item summary .faq-accordion-toggle{transition:transform .2s ease;color:#0ea5e9}.contact-faq-item[open] summary .material-symbols-outlined{transform:rotate(180deg)}.faq-accordion-item[open] summary .faq-accordion-toggle{transform:rotate(180deg)}.contact-faq-item p{margin:0;padding:0 18px 16px;color:#64748b;line-height:1.6}.faq-accordion-item>div{margin:0;padding:0 18px 16px;color:#64748b;line-height:1.6}.faq-accordion-item>div p{margin:0}.checklist{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}.checklist li{padding-left:20px;position:relative}.checklist li:before{content:"-";position:absolute;left:0;color:#0ea5e9;font-weight:700}.form-card{display:grid;gap:16px;padding:24px;border-radius:20px;background:#fff;box-shadow:0 16px 30px #0ea5e91a;border:1px solid #e0f2fe}label{display:grid;gap:8px;font-weight:500}input,textarea{padding:12px 14px;border-radius:12px;border:2px solid #e0f2fe;font-family:inherit;font-size:1rem}input:focus,textarea:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}textarea{resize:vertical}.auth-shell{display:grid;place-items:center;padding:40px 0}.auth-card{background:#fff;padding:32px;border-radius:24px;box-shadow:0 18px 36px #0ea5e926;width:min(420px,90vw);display:grid;gap:16px}.auth-toggle{width:100%;text-align:center;border-radius:999px;padding:12px 24px;border:none}.form-stack{display:grid;gap:16px}.muted{color:#17212f99}.status{padding:12px;background:#0ea5e91a;border-left:4px solid #0ea5e9;border-radius:12px}.link{padding:0;border:none;box-shadow:none;text-decoration:underline}.auth-terms{display:grid;grid-template-columns:18px 1fr;column-gap:10px;align-items:start;font-size:.95rem;color:#17212fbf}.auth-terms input[type=checkbox]{width:18px;height:18px;margin-top:2px;padding:0!important;border-radius:4px!important;border:2px solid #e0f2fe!important;box-shadow:none!important;accent-color:#0ea5e9}.auth-terms span{line-height:1.4}.auth-terms a{color:#0ea5e9;text-decoration:underline}@media(max-width:768px){.auth-terms{font-size:.92rem}}body.cookie-banner-visible{padding-bottom:120px}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:2000;padding:12px 8vw;background:#0c3d66eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.12);color:#f0f9ff}.cookie-banner-inner{max-width:none;margin:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.cookie-banner-copy{display:flex;flex-direction:column;gap:6px;font-size:.95rem;line-height:1.4}.cookie-banner-copy strong{letter-spacing:.02em}.cookie-banner-link{color:#e0f2fe;text-decoration:underline}.cookie-banner-actions{display:flex;gap:10px;flex-shrink:0}.cookie-banner-actions button{border-radius:10px;padding:10px 14px;font-weight:700;border:1px solid rgba(255,255,255,.18)}.cookie-banner-reject{background:transparent;color:#f0f9ff}.cookie-banner-accept{background:#0ea5e9;border-color:#fff0;color:#fff}body.theme-dark .cookie-banner{background:#081522eb;border-top-color:#64c5ff2e;color:#cfe4ff}body.theme-dark .cookie-banner-link{color:#cfe4ff}body.theme-dark .cookie-banner-accept{background:#64c5ff;color:#0b1220}.footer{background:#0c3d66;color:#f0f9ff;padding:48px 8vw 32px;margin-top:auto;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='240'%20height='160'%20viewBox='0%200%20240%20160'%3E%3Cg%20fill='%23ffffff'%20font-size='18'%20font-family='ui-monospace,Menlo,Monaco,Consolas,monospace'%3E%3Ctext%20x='16'%20y='34'%3E%26lt%3B/%26gt%3B%3C/text%3E%3Ctext%20x='152'%20y='58'%3E%7B%20%7D%3C/text%3E%3Ctext%20x='22'%20y='132'%3E0101%3C/text%3E%3C/g%3E%3Cg%20stroke='%23ffffff'%20stroke-width='1'%3E%3Cpath%20d='M20%2084H220'/%3E%3Cpath%20d='M120%2020V140'/%3E%3Cpath%20d='M46%20102l10-10%2010%2010'%20fill='none'/%3E%3Cpath%20d='M194%20102l-10-10%20-10%2010'%20fill='none'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:240px 160px;opacity:.03;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,1) 55%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(ellipse at center,#000 55%,#0000)}.footer>*{position:relative;z-index:1}.footer-content{max-width:none;margin:0 0 32px;width:100%;display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(auto-fit,minmax(200px,1fr));gap:32px}.footer-brand{display:flex;flex-direction:column;gap:14px;max-width:260px}.footer-brand-logo{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.footer-logo-image{width:100%;height:100%;object-fit:contain;padding:4px}.footer-icon{width:100%;height:100%;object-fit:contain;padding:0}.footer-brand p{margin:8px 0 0;color:#cfe4ff;font-size:.95rem;line-height:1.6}.footer-section h4{font-size:1rem;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.08em}.footer-section ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer-section a{color:#e0f2fe;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-section a:hover{color:#0ea5e9}.footer-bottom{max-width:none;margin:0;width:100%;padding-top:24px;border-top:1px solid rgba(14,165,233,.3);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.9rem;color:#a5d8ff}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#08122073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.search-modal-panel{width:min(560px,92vw);background:#fff;border-radius:20px;padding:24px;box-shadow:0 24px 60px #0ea5e94d;display:grid;gap:16px}.search-results{display:grid;gap:10px;max-height:320px;overflow:auto;padding-right:4px}.search-results-group{display:grid;gap:8px}.search-results-heading{font-weight:800;font-size:.85rem;letter-spacing:.02em;text-transform:uppercase;color:#64748b;padding:2px 4px}.search-result{width:100%;display:grid;gap:4px;text-align:left;padding:12px 14px;border-radius:14px;border:1px solid #e0f2fe;background:#f8fafc;cursor:pointer}.search-result-title{font-weight:700;color:#0c3d66}.search-result-meta{display:flex;gap:8px;align-items:center;font-size:.85rem;color:#64748b;flex-wrap:wrap}.search-result-path{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.search-result-dot{opacity:.7}.search-result:hover{background:#f0f9ff;border-color:#0ea5e959}.search-no-results{padding:10px 4px;color:#64748b;font-size:.95rem}@media(max-width:768px){body.cookie-banner-visible{padding-bottom:170px}.cookie-banner{padding:12px 4vw}.cookie-banner-inner{flex-direction:column;align-items:stretch}.cookie-banner-actions,.cookie-banner-actions button{width:100%}.search-modal{padding:16px;align-items:center}.search-modal-panel{width:100%;max-width:100%;padding:20px;border-radius:16px}.search-modal-header h3{font-size:1.1rem}.search-modal-panel input{font-size:1rem;padding:12px}}.search-modal-panel input{width:100%;border:2px solid #e0f2fe;border-radius:14px;padding:12px 14px;font-size:1rem}.search-modal-panel input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.search-modal-header{display:flex;align-items:center;justify-content:space-between}.search-modal-header h3{margin:0}.search-modal-hint{font-size:.85rem;color:#0c3d66b3}body.theme-dark .search-modal-panel{background:#0f1b2d;color:#e6f1ff;box-shadow:none;border:1px solid #1b2a44}body.theme-dark .search-modal-panel input{background:#0b1220;border-color:#1b2a44;color:#e6f1ff}body.theme-dark .search-modal-hint{color:#e6f1ffb3}.footer-socials{display:flex;gap:16px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#0ea5e926;color:#fff;transition:all .3s ease;text-decoration:none;border:2px solid rgba(14,165,233,.3)}.footer-socials a:hover{background:#0ea5e9;color:#fff;border-color:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}.footer-socials a .material-symbols-outlined{font-size:22px;font-weight:400}body.theme-dark{background:#0b1220;color:#e6f1ff}body.theme-dark .topbar-announcement{background:#062a46;border-bottom:1px solid #1b2a44}body.theme-dark .topbar-announcement a,body.theme-dark .topbar-links a{color:#9bd6ff}body.theme-dark .logo-carousel-header p{color:#cfe4ffc7}body.theme-dark .logo-carousel-viewport{border-color:#1b2a44;background:#0f1728}body.theme-dark .logo-chip{border-color:#29436a;background:#0d2037;color:#d5eeff}body.theme-dark .nav{background:#0f1728;border-bottom:1px solid #1b2a44}body.theme-dark .nav-links a{color:#cfe4ff}body.theme-dark .nav-links a:hover,body.theme-dark .nav-links a.active{color:#64c5ff;border-color:#64c5ff}body.theme-dark .nav-secondary-menu{background:linear-gradient(180deg,#061e33,#05182a);border:none;box-shadow:0 20px 50px #0000006b}body.theme-dark .nav-secondary-menu-list li+li{border-top-color:#9bd6ff40}body.theme-dark .nav-secondary-menu-list a{color:#9bd6ff}body.theme-dark .nav-secondary-menu-list a:hover,body.theme-dark .nav-secondary-menu-list a.active{color:#d5eeff;opacity:1;text-decoration:underline;text-shadow:0 0 16px rgba(155,214,255,.4)}body.theme-dark .nav-search input{background:#0f1b2d;border-color:#1b2a44;color:#e6f1ff}body.theme-dark .nav-icon-button{background:#0b1220;border-color:#1b2a44;color:#e6f1ff}body.theme-dark .nav-icon-button:hover{border-color:#64c5ff;color:#64c5ff}body.theme-dark .nav-profile-button{color:#e6f1ff}body.theme-dark .breadcrumbs{border-bottom:1px solid #1b2a44}body.theme-dark .breadcrumbs a{color:#9bd6ff}body.theme-dark .breadcrumbs a:hover{color:#d5eeff}body.theme-dark .breadcrumbs span[aria-current=page]{color:#e6f1ff}body.theme-dark .breadcrumb-separator{color:#6f8cab}body.theme-dark .nav-profile-button:hover{background:#64c5ff26}body.theme-dark .nav-profile-menu{background:#0f1b2d!important;border-color:#1b2a44;box-shadow:0 18px 50px #00000073;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1;z-index:1200}body.theme-dark .nav-profile{isolation:isolate}body.theme-dark .nav-profile-menu a,body.theme-dark .nav-profile-menu button{color:#e6f1ff}body.theme-dark .nav-profile-menu a:hover,body.theme-dark .nav-profile-menu button:hover{background:#12243c;color:#64c5ff}body.theme-dark .nav-profile-menu .divider{background:#1b2a44}body.theme-dark .nav-mobile-toggle{color:#e6f1ff}body.theme-dark .nav-mobile-toggle:hover{background:#64c5ff1a}body.theme-dark .mobile-menu{background:#0f1b2d;box-shadow:4px 0 16px #00000080}body.theme-dark .mobile-menu-header{background:#0b3b62;border-bottom-color:#1b2a44}body.theme-dark .mobile-menu-close{color:#e6f1ff}body.theme-dark .mobile-menu-close:hover{background:#64c5ff1a}body.theme-dark .mobile-menu-content a,body.theme-dark .mobile-menu-content button{color:#e6f1ff}body.theme-dark .mobile-menu-content a:hover,body.theme-dark .mobile-menu-content button:hover{background:#12243c;color:#64c5ff}body.theme-dark .mobile-menu-content a.active{background:#12243c;color:#64c5ff;border-left-color:#64c5ff}body.theme-dark .mobile-menu-section-title{color:#94a3b8}body.theme-dark .mobile-menu-divider{background:#1b2a44}body.theme-dark .mobile-menu-user{background:#0b3b62;color:#e6f1ff}body.theme-dark .mobile-menu-login{background:transparent;color:inherit;font-weight:600;box-shadow:none}body.theme-dark .mobile-menu-email{color:#e6f1ff!important}body.theme-dark .mobile-menu-email:hover{background:#12243c;color:#64c5ff!important}body.theme-dark .hero,body.theme-dark .panel{background:#0b3b62}body.theme-dark .hero-panel{background:#0f1b2d;color:#e6f1ff;box-shadow:none;border:1px solid #1b2a44}body.theme-dark .hero-pill{background:#64c5ff;color:#0b1220}body.theme-dark .hero-pill.outline{background:transparent;color:#64c5ff;border-color:#64c5ff}.status-pill-meta{background:#ffffff4d}.status-pill{background:#ffffffe6}body.theme-dark .status-pill-meta{background:#e6f1ff26}body.theme-dark .status-pill{background:#0f1b2dd9}.contact-link{color:#0ea5e9}body.theme-dark .contact-link{color:#64c5ff}body.theme-dark .hero-stat{background:#12243c}body.theme-dark .hero-stat-label,body.theme-dark .hero-panel-footer{color:#e6f1ffbf}body.theme-dark .badge{background:linear-gradient(120deg,#64c5ff,#22d3ee);color:#0b1220;border-color:#64c5ff59;box-shadow:0 10px 22px #22d3ee40}body.theme-dark .card,body.theme-dark .panel.light,body.theme-dark .form-card,body.theme-dark .auth-card,body.theme-dark .section.soft{background:#0f1b2d;color:#e6f1ff;border:1px solid #2a3f5f;box-shadow:0 8px 24px #0006}body.theme-dark .contact-faq-item,body.theme-dark .faq-accordion-item{background:#0f1b2d;border-color:#2a3f5f}body.theme-dark .contact-faq-item summary{color:#e6f1ff}body.theme-dark .faq-accordion-item summary{color:#e6f1ff}body.theme-dark .contact-faq-item summary .material-symbols-outlined{color:#64c5ff}body.theme-dark .faq-accordion-item summary .material-symbols-outlined{color:#64c5ff}body.theme-dark .faq-accordion-question .material-symbols-outlined,body.theme-dark .faq-accordion-item summary .faq-accordion-toggle{color:#64c5ff}body.theme-dark .contact-faq-item p{color:#c7d7ee}body.theme-dark .faq-accordion-item>div{color:#c7d7ee}body.theme-dark .about-timeline-year{color:#64c5ff;border-left-color:#64c5ff}body.theme-dark .about-timeline-content{background:#0f1b2d;border-color:#2a3f5f}body.theme-dark .about-timeline-content p{color:#c7d7ee}body.theme-dark .price-tag{color:#e6f1ff}body.theme-dark .price-unit,body.theme-dark .price-note{color:#94a3b8}body.theme-dark .comparison-table-wrap{border-color:#2a3f5f;background:#0f1b2d}body.theme-dark .comparison-table th,body.theme-dark .comparison-table td{border-bottom-color:#2a3f5f}body.theme-dark .comparison-table thead th{background:#1a2941;color:#e6f1ff}body.theme-dark .comparison-table tbody th{color:#cfe3ff}body.theme-dark .comparison-table tbody td{color:#c7d7ee}body.theme-dark .comparison-recommended-label{background:#38bdf8;color:#082032}body.theme-dark .comparison-table thead th:nth-child(3),body.theme-dark .comparison-table tbody td:nth-child(3){background:#14253b}body.theme-dark .comparison-table thead th:nth-child(3){box-shadow:inset 1px 0 #2a3f5f,inset -1px 0 #2a3f5f,0 0 0 1px #38bdf842,0 11px 26px -17px #38bdf8a1}body.theme-dark .comparison-table tbody td:nth-child(3){box-shadow:inset 1px 0 #2a3f5f,inset -1px 0 #2a3f5f,0 0 0 1px #38bdf833,0 9px 21px -17px #38bdf88f}body.theme-dark input,body.theme-dark textarea{background:#1a2941;color:#e6f1ff;border-color:#2a3f5f}body.theme-dark input:focus,body.theme-dark textarea:focus{border-color:#64c5ff;box-shadow:0 0 0 3px #64c5ff33;background:#1e2f47}body.theme-dark label{color:#cfe4ff}body.theme-dark .muted{color:#94a3b8}body.theme-dark .auth-terms{color:#e2f1ffb8}body.theme-dark .panel-title{color:#64c5ff}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:#94a3b8;opacity:1}body.theme-dark .primary{background:#64c5ff;color:#0b1220;font-weight:700;box-shadow:none}body.theme-dark .primary:hover{background:#3fb0ff;box-shadow:none}body.theme-dark .button{background:#64c5ff;color:#0b1220;font-weight:700;box-shadow:none}body.theme-dark .button:hover{background:#3fb0ff;box-shadow:none}body.theme-dark .button-secondary{background:#64c5ff26;color:#64c5ff;border-color:#64c5ff}body.theme-dark .button-secondary:hover{background:#64c5ff;color:#0b1220}body.theme-dark .dashboard-hero .button-secondary{background:#64c5ff26;color:#e6f1ff;border-color:#64c5ff}body.theme-dark .dashboard-hero .button-secondary:hover{background:#64c5ff40;border-color:#64c5ff;color:#fff}body.theme-dark .ghost{background:#0f1b2d;color:#64c5ff;border-color:#64c5ff}body.theme-dark .status{background:#64c5ff1a;border-left-color:#64c5ff;color:#e6f1ff}body.theme-dark .footer,html[data-theme=dark] .footer{background:#0f1b2d;color:#e6f1ff}body.theme-dark .footer:before,html[data-theme=dark] .footer:before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='240'%20height='160'%20viewBox='0%200%20240%20160'%3E%3Cg%20fill='%23ffffff'%20font-size='18'%20font-family='ui-monospace,Menlo,Monaco,Consolas,monospace'%3E%3Ctext%20x='16'%20y='34'%3E%26lt%3B/%26gt%3B%3C/text%3E%3Ctext%20x='152'%20y='58'%3E%7B%20%7D%3C/text%3E%3Ctext%20x='22'%20y='132'%3E0101%3C/text%3E%3C/g%3E%3Cg%20stroke='%23ffffff'%20stroke-width='1'%3E%3Cpath%20d='M20%2084H220'/%3E%3Cpath%20d='M120%2020V140'/%3E%3Cpath%20d='M46%20102l10-10%2010%2010'%20fill='none'/%3E%3Cpath%20d='M194%20102l-10-10%20-10%2010'%20fill='none'/%3E%3C/g%3E%3C/svg%3E");opacity:.022;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,1) 55%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(ellipse at center,#000 55%,#0000)}body.theme-dark .footer-section a,html[data-theme=dark] .footer-section a{color:#cfe4ff}body.theme-dark .footer-brand p,html[data-theme=dark] .footer-brand p{color:#e6f1ffb8}body.theme-dark .footer-bottom,html[data-theme=dark] .footer-bottom{border-top:1px solid #2a3f5f;color:#e6f1ffb8}body.theme-dark .footer-socials a,html[data-theme=dark] .footer-socials a{background:#64c5ff1a;color:#fff;border-color:#64c5ff40}body.theme-dark .footer-socials a:hover,html[data-theme=dark] .footer-socials a:hover{background:#64c5ff;color:#fff;border-color:#64c5ff;box-shadow:0 4px 12px #64c5ff4d}body.theme-dark .search-modal-panel{background:#0f1b2d}body.theme-dark .search-result{background:#0b1220;border-color:#64c5ff2e}body.theme-dark .search-result-title{color:#e6f1ff}body.theme-dark .search-result-meta,body.theme-dark .search-results-heading{color:#94a3b8}body.theme-dark .search-result:hover{background:#12243c;border-color:#64c5ff4d}body.theme-dark .news-featured-card,body.theme-dark .news-card{background:#0f1b2d;border-color:#1b2a44}body.theme-dark .news-featured-card:hover,body.theme-dark .news-card:hover{border-color:#64c5ff;box-shadow:0 8px 24px #64c5ff26}body.theme-dark .news-featured-content h3,body.theme-dark .news-card-content h3{color:#e6f1ff}body.theme-dark .news-featured-content p,body.theme-dark .news-card-content p{color:#94a3b8}body.theme-dark .news-category-badge{background:#64c5ff33;color:#64c5ff}body.theme-dark .news-meta{color:#64748b}body.theme-dark .news-tag,body.theme-dark .tag{background:#64c5ff26;color:#64c5ff}body.theme-dark .news-search input{background:#0f1b2d;border-color:#1b2a44;color:#e6f1ff}body.theme-dark .news-search input::placeholder{color:#94a3b8;opacity:1}body.theme-dark .news-search input:focus{border-color:#64c5ff;box-shadow:0 0 0 3px #64c5ff1a}body.theme-dark .news-search svg{fill:#64748b}body.theme-dark .news-search-clear{background:#64c5ff33;color:#64c5ff}body.theme-dark .news-search-clear:hover{background:#64c5ff;color:#0b1220}body.theme-dark .news-sort{background:#0f1b2d;border-color:#1b2a44}body.theme-dark .news-sort label{color:#94a3b8}body.theme-dark .news-sort select{color:#e6f1ff;background:transparent}body.theme-dark .news-category-button{background:#0f1b2d;border-color:#1b2a44;color:#94a3b8}body.theme-dark .news-category-button:hover{border-color:#64c5ff;color:#64c5ff}body.theme-dark .news-category-button.active{background:#64c5ff;border-color:#64c5ff;color:#0b1220}body.theme-dark .news-tags-header h3{color:#e6f1ff}body.theme-dark .news-clear-tags{color:#64c5ff}body.theme-dark .news-tag-button{background:#0f1b2d;border-color:#1b2a44;color:#94a3b8}body.theme-dark .news-tag-button:hover{border-color:#64c5ff;color:#64c5ff;background:#64c5ff1a}body.theme-dark .news-tag-button.active{background:#64c5ff;border-color:#64c5ff;color:#0b1220}body.theme-dark .news-active-filters{background:#0f1b2d;border-color:#1b2a44}body.theme-dark .news-filters-title{color:#94a3b8}body.theme-dark .news-filter-chip{background:#64c5ff26;color:#64c5ff}body.theme-dark .news-filter-chip button{color:#64c5ff}body.theme-dark .news-filter-chip button:hover,body.theme-dark .news-clear-all{background:#64c5ff;color:#0b1220}body.theme-dark .news-clear-all:hover{background:#3fb0ff}body.theme-dark .filter-label{color:#e6f1ff}body.theme-dark .filter{background:#0f1b2d;border-color:#1b2a44;color:#94a3b8}body.theme-dark .filter:hover{border-color:#64c5ff;color:#64c5ff;background:#64c5ff1a}body.theme-dark .filter.active{background:#64c5ff;border-color:#64c5ff;color:#0b1220}body.theme-dark .news-results-header h2{color:#e6f1ff}body.theme-dark .news-pagination-button{background:#0f1b2d;border-color:#1b2a44;color:#64c5ff}body.theme-dark .news-pagination-button:hover:not(:disabled){border-color:#64c5ff;background:#64c5ff;color:#0b1220}body.theme-dark .news-pagination-button:disabled{opacity:.3}body.theme-dark .news-pagination-page{background:#0f1b2d;border-color:#1b2a44;color:#94a3b8}body.theme-dark .news-pagination-page:hover{border-color:#64c5ff;color:#64c5ff}body.theme-dark .news-pagination-page.active{background:#64c5ff;border-color:#64c5ff;color:#0b1220}body.theme-dark .news-empty-state{background:#0f1b2d;border-color:#1b2a44}body.theme-dark .news-empty-state h3{color:#e6f1ff}body.theme-dark .news-empty-state p{color:#94a3b8}body.theme-dark .news-newsletter{background:linear-gradient(135deg,#0b3b62,#062a46)}body.theme-dark .news-newsletter-content h2{color:#e6f1ff}body.theme-dark .news-newsletter-content p{color:#cfe4ff}body.theme-dark .news-newsletter-form input{background:#ffffff1a;border-color:#fff3;color:#e6f1ff}body.theme-dark .news-newsletter-form input::placeholder{color:#ffffffb3;opacity:1}body.theme-dark .news-newsletter-form input:focus{border-color:#fff6;background:#ffffff26}body.theme-dark .news-newsletter-form button{background:#64c5ff;color:#0b1220}body.theme-dark .news-newsletter-form button:hover{background:#3fb0ff}body.theme-dark .news-hero-carousel{background:#0b1220}body.theme-dark .news-carousel-overlay{background:linear-gradient(to right,#0b1220d9,#0b122080)}body.theme-dark .news-carousel-title{color:#e6f1ff}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.nav{grid-template-columns:auto 1fr auto;gap:16px}.nav-center{gap:16px}.nav-links{gap:14px}}@media(max-width:768px){body{font-size:15px}.topbar-announcement{flex-direction:column;gap:8px;padding:8px 4vw;font-size:.85rem}.topbar-links{font-size:.85rem;gap:12px}.nav{padding:12px 4vw}.logo-image{height:28px}.logo-icon{width:28px;height:28px;font-size:.8rem}.nav-center{display:flex}.nav-links{flex-wrap:wrap;gap:12px;font-size:.85rem}.nav-menu-item{padding-bottom:8px}.megamenu{position:fixed;top:auto;left:4vw;right:4vw;bottom:auto;transform:none;min-width:auto;width:calc(100% - 8vw);z-index:999;margin-top:8px}.megamenu-content{grid-template-columns:1fr;gap:16px;padding:16px}.nav-actions{gap:8px}.nav-icon-button{min-width:32px;height:32px;padding:6px}h1{font-size:clamp(1.8rem,5vw,2.6rem);margin-bottom:12px}h2{font-size:clamp(1.4rem,4vw,1.8rem)}h3{font-size:clamp(1rem,3vw,1.2rem)}p{font-size:1rem}.hero{padding:32px 4vw;margin-left:-4vw;margin-right:-4vw;width:calc(100% + 8vw)}.hero:after{display:none}.logo-carousel-viewport{border-radius:12px}.logo-carousel-track{animation-duration:22s}.logo-chip{padding:7px 12px;font-size:.8rem}.hero-inner{grid-template-columns:1fr;gap:20px}.hero-panel{padding:20px}.hero-metrics{grid-template-columns:repeat(2,1fr);gap:12px}.hero-stat{padding:12px}.hero-stat-value{font-size:1.2rem}.split{grid-template-columns:1fr;gap:24px}.grid{grid-template-columns:1fr;gap:16px}.card{padding:16px 20px;border-radius:16px}.panel{padding:20px}.list{grid-template-columns:1fr;gap:16px}.section.soft{padding:20px}.card h3{font-size:1rem}.card p{font-size:.95rem;line-height:1.6}.form-card{padding:20px;gap:14px}.cta-row{flex-direction:column;gap:12px}.cta-row button,.cta-row a{width:100%;padding:14px 20px;text-align:center}.page{padding:0 4vw 40px}.stack{gap:36px}.logo-carousel{gap:12px}.section{padding:18px 0 0}@media(prefers-reduced-motion:reduce){.section .logo-carousel-track{animation:none;flex-wrap:wrap;width:auto;justify-content:center;padding:0 12px}}.section.soft{padding:20px;border-radius:16px}.footer{padding:32px 4vw}.footer-content{grid-template-columns:1fr;gap:24px}.footer-brand{flex-direction:row;gap:12px}.footer-brand-logo{min-width:40px}.footer-logo-image{height:32px}input,textarea{padding:10px 12px;font-size:16px}button,.primary,.ghost{padding:12px 20px;font-size:.95rem}.badge{font-size:.7rem;padding:4px 10px}.auth-shell{padding:20px 4vw}.auth-card{padding:24px;max-width:100%}.nav-profile{position:fixed;right:4vw;top:56px;width:calc(100% - 8vw);max-width:280px}.nav-profile-menu{border-radius:12px;box-shadow:0 10px 25px #00000026}.search-modal-panel{margin:12px;border-radius:12px}.search-modal-header{padding:16px}.search-modal input{font-size:16px;padding:12px 16px}}@media(max-width:480px){.topbar-announcement{font-size:.75rem;padding:6px 4vw}.logo{font-size:.95rem}.nav-links a{font-size:.75rem;padding:4px 0}h1{font-size:clamp(1.5rem,6vw,2rem)}h2{font-size:clamp(1.2rem,5vw,1.6rem)}p{font-size:.95rem}.hero{padding:24px 4vw}.hero-copy{gap:12px}.hero-panel{padding:16px;gap:12px}.hero-metrics{gap:8px}.hero-stat{padding:10px}.hero-stat-value{font-size:1rem}.hero-stat-label{font-size:.7rem}.grid{gap:12px}.card{padding:14px 16px;border-radius:12px}.form-card{padding:16px;gap:12px}.page{padding:0 4vw 32px}.stack{gap:28px}.footer{padding:24px 4vw}.footer-content{gap:20px}.footer-section h4{font-size:.9rem}.footer-section a{font-size:.85rem}.cta-row{gap:8px}button,.primary,.ghost{padding:10px 16px;font-size:.9rem}.nav-icon-button{min-width:28px;height:28px}.nav-dropdown-icon{width:14px;height:14px}input,textarea{padding:10px}label{font-size:.9rem}.megamenu-content{padding:12px}.megamenu-section h3{margin-bottom:8px;font-size:.75rem}.megamenu-section a{padding:6px 10px;font-size:.9rem}.megamenu-section li{margin-bottom:4px}}@media(max-width:900px){.topbar-announcement{font-size:.8rem;padding:8px 4vw;flex-direction:column;text-align:center}.topbar-links{justify-content:center}.nav{grid-template-columns:1fr;gap:12px;padding:12px 4vw;justify-items:center}.nav-center{gap:12px;flex-direction:column}.nav-links{gap:12px;font-size:.85rem}.nav-actions{gap:12px;justify-self:center}.nav-actions .nav-icon-button{min-width:34px;min-height:34px;width:34px;height:34px}.logo{font-size:.95rem}.hero{padding:38px 30px}.hero-inner,.split{grid-template-columns:1fr}}.news-hero-carousel{position:relative;width:calc(100% + 16vw);margin-left:-8vw;margin-right:-8vw;height:600px;overflow:hidden;background:#0b1220}.news-carousel-container{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:500px;overflow:hidden;background:#0b1220}.news-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translate(100%);transition:opacity 1s ease-in-out,transform 1s ease-in-out;pointer-events:none}.news-carousel-slide.active{opacity:1;transform:translate(0);pointer-events:auto;z-index:2}.news-carousel-slide.prev{transform:translate(-100%);z-index:1}.news-carousel-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.news-carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#0000004d)}.news-carousel-content{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:60px 8vw;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.news-carousel-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.2;margin:0;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3);max-width:90%;transition:transform .3s ease}.news-carousel-title-link{text-decoration:none;color:inherit;display:inline-block}.news-carousel-title-link:hover .news-carousel-title{transform:scale(1.02)}.news-carousel-excerpt{font-size:1.2rem;line-height:1.6;margin:0 0 20px;color:#fffffff2;max-width:700px}.news-carousel-meta{display:flex;align-items:center;gap:12px;font-size:1rem;color:#ffffffe6;margin-bottom:24px}.news-carousel-content .news-category-badge{position:static;display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;margin-bottom:20px}.news-carousel-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 4vw;z-index:10;pointer-events:none}.news-carousel-nav{pointer-events:auto;width:56px;height:56px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;font-size:2rem;font-weight:300;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.news-carousel-nav:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.news-carousel-nav:active{transform:scale(.95)}.news-carousel-nav .material-symbols-outlined{font-size:2rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.news-carousel-indicators{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.news-carousel-indicator{width:12px;height:12px;border-radius:50%;background:#fff6;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding:0}.news-carousel-indicator:hover{background:#fff9;transform:scale(1.2)}.news-carousel-indicator.active{background:#fff;width:32px;border-radius:6px}.news-carousel-playpause{position:absolute;bottom:32px;right:4vw;width:56px;height:56px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:25}.news-carousel-playpause:hover{background:#ffffff4d;transform:scale(1.05);border-color:#ffffff80}.news-carousel-playpause .material-symbols-outlined{font-size:2rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.news-featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-bottom:48px}.news-featured-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e0f2fe;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.news-featured-card:hover{box-shadow:0 12px 32px #0ea5e926;transform:translateY(-4px);border-color:#0ea5e9}.news-featured-image{position:relative;width:100%;padding-top:56.25%;background:linear-gradient(135deg,#0ea5e9,#0369a1);overflow:hidden}.news-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0ea5e9,#0369a1)}.news-image-placeholder[data-type=product-update]{background:linear-gradient(135deg,#3b82f6,#1e40af)}.news-image-placeholder[data-type=kubernetes]{background:linear-gradient(135deg,#326ce5,#1e3a8a)}.news-image-placeholder[data-type=cost-optimization]{background:linear-gradient(135deg,#10b981,#047857)}.news-image-placeholder[data-type=security]{background:linear-gradient(135deg,#ef4444,#991b1b)}.news-image-placeholder[data-type=observability]{background:linear-gradient(135deg,#f59e0b,#b45309)}.news-image-placeholder svg{width:64px;height:64px;fill:#ffffff4d}.news-category-badge{position:absolute;top:16px;left:16px;background:#fffffff2;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;color:#0369a1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-featured-content{padding:24px;flex:1;display:flex;flex-direction:column}.news-featured-content h3{margin:0 0 12px;font-size:1.3rem;line-height:1.4;color:#0c3d66;font-weight:700}.news-featured-content p{margin:0 0 16px;color:#64748b;line-height:1.6;flex:1}.news-meta{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#94a3b8;margin-bottom:12px}.news-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.news-tag{background:#e0f2fe;color:#0369a1;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:500;white-space:nowrap}.tag{background:#e0f2fe;color:#0369a1;padding:6px 14px;border-radius:16px;font-size:.85rem;font-weight:500;white-space:nowrap;display:inline-block}.filters{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.filter-group{display:flex;flex-direction:column;gap:12px}.filter-label{font-weight:600;color:#0c3d66;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.filter-row{display:flex;flex-wrap:wrap;gap:10px}.filter{background:#fff;border:2px solid #e0f2fe;padding:8px 18px;border-radius:20px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:.9rem}.filter:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.filter.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.news-filters-container{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap;align-items:center}.news-search{flex:1;min-width:280px;position:relative;display:flex;align-items:center}.news-search svg{position:absolute;left:14px;width:18px;height:18px;fill:#94a3b8;pointer-events:none}.news-search input{width:100%;padding:12px 42px 12px 44px;border:2px solid #e0f2fe;border-radius:8px;font-size:.95rem;transition:all .2s;background:#fff}.news-search input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.news-search-clear{position:absolute;right:12px;background:#e0f2fe;border:none;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:#0369a1;transition:all .2s}.news-search-clear:hover{background:#0ea5e9;color:#fff}.news-sort{display:flex;align-items:center;gap:10px;background:#fff;padding:8px 16px;border-radius:8px;border:2px solid #e0f2fe}.news-sort label{font-size:.9rem;font-weight:600;color:#64748b}.news-sort select{border:none;background:none;font-size:.95rem;font-weight:600;color:#0c3d66;cursor:pointer;outline:none;padding:4px}.news-categories{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.news-category-button{background:#fff;border:2px solid #e0f2fe;padding:10px 20px;border-radius:8px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;font-size:.9rem}.news-category-button:hover{border-color:#0ea5e9;color:#0ea5e9}.news-category-button.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.news-tags-section{margin-bottom:24px}.news-tags-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.news-tags-header h3{margin:0;font-size:1rem;color:#0c3d66}.news-clear-tags{background:none;border:none;color:#0ea5e9;font-weight:600;font-size:.85rem;cursor:pointer;text-decoration:underline}.news-tags-cloud{display:flex;flex-wrap:wrap;gap:10px}.news-tag-button{background:#fff;border:2px solid #e0f2fe;padding:8px 16px;border-radius:20px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;font-size:.85rem;display:flex;align-items:center;gap:6px}.news-tag-button:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.news-tag-button.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.news-tag-check{font-size:.7rem}.news-active-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:16px;background:#fff;border-radius:8px;border:2px solid #e0f2fe}.news-filters-title{font-weight:600;color:#64748b;font-size:.9rem}.news-filter-chip{display:flex;align-items:center;gap:8px;background:#e0f2fe;padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500;color:#0369a1}.news-filter-chip button{background:none;border:none;color:#0369a1;cursor:pointer;font-size:.9rem;padding:0;margin-left:4px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.news-filter-chip button:hover{background:#0ea5e9;color:#fff}.news-clear-all{background:#0ea5e9;border:none;color:#fff;padding:6px 14px;border-radius:16px;font-weight:600;font-size:.85rem;cursor:pointer;margin-left:auto;transition:all .2s}.news-clear-all:hover{background:#0369a1}.news-results-header{margin-bottom:24px}.news-results-header h2{margin:0;font-size:1.4rem;color:#0c3d66}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:48px}.news-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e0f2fe;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit}.news-card:hover{box-shadow:0 8px 24px #0ea5e91f;transform:translateY(-2px);border-color:#0ea5e9;text-decoration:none}.news-card-image{position:relative;width:100%;padding-top:56.25%;background:linear-gradient(135deg,#0ea5e9,#0369a1);overflow:hidden}.news-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.news-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card-img{transform:scale(1.05)}.news-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.news-card-content h3{margin:0 0 10px;font-size:1.1rem;line-height:1.4;color:#0c3d66;font-weight:700}.news-card-content p{margin:0 0 14px;color:#64748b;line-height:1.6;font-size:.9rem;flex:1}.news-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:48px}.news-pagination-button{background:#fff;border:2px solid #e0f2fe;padding:10px 20px;border-radius:8px;font-weight:600;color:#0369a1;cursor:pointer;transition:all .2s;font-size:.9rem}.news-pagination-button:hover:not(:disabled){border-color:#0ea5e9;background:#0ea5e9;color:#fff}.news-pagination-button:disabled{opacity:.4;cursor:not-allowed}.news-pagination-pages{display:flex;gap:8px}.news-pagination-page{background:#fff;border:2px solid #e0f2fe;padding:10px 16px;border-radius:8px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;min-width:44px}.news-pagination-page:hover{border-color:#0ea5e9;color:#0ea5e9}.news-pagination-page.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.news-empty-state{text-align:center;padding:64px 24px;background:#fff;border-radius:12px;border:2px dashed #e0f2fe}.news-empty-state h3{margin:16px 0 8px;color:#0c3d66;font-size:1.3rem}.news-empty-state p{color:#64748b;max-width:400px;margin:0 auto 24px}.news-newsletter{background:linear-gradient(135deg,#0ea5e9,#0369a1);border-radius:12px;padding:48px;display:flex;gap:32px;align-items:center;color:#fff}.news-newsletter-content{flex:1}.news-newsletter-content h2{margin:0 0 12px;color:#fff;font-size:1.8rem}.news-newsletter-content p{margin:0;opacity:.95;line-height:1.6;font-size:1rem}.news-newsletter-form{display:flex;gap:12px;min-width:380px}.news-newsletter-form input{flex:1;padding:14px 18px;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:.95rem;background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.news-newsletter-form input::placeholder{color:#ffffffb3}.news-newsletter-form input:focus{outline:none;border-color:#fff;background:#ffffff40}.news-newsletter-form button{background:#fff;color:#0369a1;border:none;padding:14px 28px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.news-newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.news-article-hero{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0ea5e9,#0369a1);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;margin-left:-8vw;margin-right:-8vw;width:calc(100% + 16vw)}.news-article-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#000000b3)}.news-article-hero-content{position:relative;z-index:2;max-width:900px;padding:3rem 8vw 3rem 8vw;color:#fff;text-align:center}.news-article-back{position:absolute;bottom:2rem;right:8vw;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0000004d}.news-article-back:hover{background:#ffffff59;transform:translate(4px);box-shadow:0 6px 16px #0006}.news-article-category-badge{display:inline-block;padding:8px 16px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;font-size:.95rem;font-weight:600;margin-bottom:1.5rem}.news-article-hero-content h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.2;margin:0 0 1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.news-article-meta{display:flex;align-items:center;justify-content:center;gap:12px;font-size:1rem;color:#ffffffe6}.news-article-content{max-width:800px;margin:0 auto;padding:4rem 4vw}.news-article-excerpt{font-size:1.35rem;line-height:1.7;color:#475569;font-weight:500;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.news-article-body{line-height:1.8;font-size:1.125rem;color:#334155}.news-article-body h2{font-size:2rem;font-weight:800;margin:3rem 0 1.5rem;color:#0f172a}.news-article-body h3{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:#1e293b}.news-article-body p{margin-bottom:1.5rem}.news-article-body ul,.news-article-body ol{margin:1.5rem 0;padding-left:2rem;line-height:1.8}.news-article-body li{margin-bottom:.75rem;color:#334155}.news-article-body strong{font-weight:700;color:#0f172a}.news-article-body h4{font-size:1.25rem;font-weight:700;margin:2rem 0 1rem;color:#1e293b}.news-article-body blockquote{margin:2.5rem 0;padding:1.5rem 2rem;background:#f1f5f9;border-left:4px solid #0ea5e9;font-size:1.25rem;font-style:italic;color:#475569}.news-article-tags{display:flex;flex-wrap:wrap;gap:12px;margin:3rem 0;padding-top:2rem;border-top:2px solid #e2e8f0}.news-article-tag{padding:8px 16px;background:#f1f5f9;border-radius:20px;font-size:.95rem;font-weight:600;color:#0369a1;transition:all .2s}.news-article-tag:hover{background:#e2e8f0;color:#0ea5e9}.news-article-share{margin-top:3rem;padding:2rem;background:#f8fafc;border-radius:12px}.news-article-share h3{margin:0 0 1rem;font-size:1.25rem;color:#0f172a}.news-article-share-buttons{display:flex;gap:12px}.share-button{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.share-button:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#0ea5e9}.share-button .material-symbols-outlined{font-size:28px;color:#475569}.share-button:hover .material-symbols-outlined{color:#0ea5e9}.news-article-not-found{text-align:center;padding:4rem 2rem}.news-article-not-found h1{font-size:2.5rem;margin-bottom:1rem}.news-article-not-found p{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.news-related{margin-top:4rem}.news-related h2{font-size:2rem;margin-bottom:2rem;color:#0f172a}.news-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}body.theme-dark .news-article-hero-overlay{background:linear-gradient(to bottom,#0b1220b3,#0b1220d9)}body.theme-dark .news-article-excerpt{color:#e0e7ff;border-bottom-color:#475569}body.theme-dark .news-article-body{color:#e0e7ff}body.theme-dark .news-article-body p{color:#e0e7ff;line-height:1.8}body.theme-dark .news-article-body h2{color:#f0f9ff;text-shadow:0 2px 4px rgba(0,0,0,.3)}body.theme-dark .news-article-body h3{color:#e6f1ff}body.theme-dark .news-article-body h4,body.theme-dark .news-article-body ul,body.theme-dark .news-article-body ol,body.theme-dark .news-article-body li{color:#e0e7ff}body.theme-dark .news-article-body strong{color:#f0f9ff;font-weight:700}body.theme-dark .news-article-body blockquote{background:#1e2938;border-left-color:#64c5ff;color:#e0e7ff}body.theme-dark .news-article-tag{background:#1e2938;color:#64c5ff}body.theme-dark .news-article-tag:hover{background:#2a3648;color:#93d5ff}body.theme-dark .news-article-share{background:#161d2a}body.theme-dark .news-article-share h3{color:#e6f1ff}body.theme-dark .share-button{background:#1e2938;border-color:#334155}body.theme-dark .share-button:hover{border-color:#64c5ff}body.theme-dark .share-button .material-symbols-outlined{font-size:28px;color:#94a3b8}body.theme-dark .share-button:hover .material-symbols-outlined{color:#64c5ff}body.theme-dark .news-related h2{color:#f0f9ff}.reading-progress-bar{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,#0ea5e9,#06b6d4);transition:width .1s ease;z-index:1000;box-shadow:0 0 10px #0ea5e980}.article-toc{flex:0 0 280px;position:relative}.article-toc-sticky{position:sticky;top:2rem;background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.article-toc h4{margin:0 0 1rem;font-size:1rem;color:#0f172a;font-weight:700}.article-toc ul{list-style:none;padding:0;margin:0 0 1.5rem}.article-toc li{margin-bottom:.5rem}.article-toc button{background:none;border:none;color:#64748b;font-size:.9rem;cursor:pointer;text-align:left;padding:.5rem .75rem;width:100%;border-radius:6px;transition:all .2s}.article-toc button:hover{background:#e2e8f0;color:#0ea5e9}.article-actions{display:flex;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.article-action-btn{flex:1;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.article-action-btn:hover{border-color:#0ea5e9;background:#f0f9ff}.article-action-btn .material-symbols-outlined{font-size:24px;color:#475569}.article-action-btn:hover .material-symbols-outlined{color:#0ea5e9}.article-stats{display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.stat-item .material-symbols-outlined{font-size:20px;color:#94a3b8}.article-rating-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.article-rating-section h5{margin:0 0 1rem;font-size:.95rem;color:#475569;font-weight:600}.article-rating-stars{display:flex;gap:.5rem}.rating-star{background:none;border:none;cursor:pointer;padding:.5rem;color:#cbd5e1;transition:all .2s;display:flex;align-items:center;justify-content:center}.rating-star .material-symbols-outlined{font-size:28px}.rating-star:hover{color:#fbbf24;transform:scale(1.2)}.rating-star.active{color:#fbbf24}.article-newsletter{background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;padding:4rem 8vw;margin-left:-8vw;margin-right:-8vw;width:calc(100% + 16vw);margin-top:4rem}.article-newsletter h2{color:#fff;margin-bottom:1rem}.article-newsletter p{color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;gap:1rem;max-width:600px;margin:0 auto}.newsletter-form input{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;font-family:inherit}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form input:focus{outline:none;box-shadow:0 0 0 3px #fff3}.newsletter-form button{background:#fff;color:#0369a1;padding:.75rem 2rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.newsletter-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff26;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-success .material-symbols-outlined{font-size:48px;color:#86efac}.newsletter-success p{margin:0;font-size:1.1rem}.author-profile{display:flex;gap:1.5rem;padding:2rem;background:#f8fafc;border-radius:12px;margin-top:3rem;border:1px solid #e2e8f0}.author-avatar{flex-shrink:0}.author-avatar .material-symbols-outlined{font-size:80px;color:#94a3b8}.author-info h4{margin:0 0 .75rem;font-size:1.25rem;color:#0f172a}.author-info p{margin:0;color:#475569;line-height:1.6}.article-navigation{background:#f8fafc;padding:3rem 8vw;margin-left:-8vw;margin-right:-8vw;width:calc(100% + 16vw)}.article-nav-card{flex:1;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:.75rem}.article-nav-card:hover{border-color:#0ea5e9;box-shadow:0 8px 24px #0ea5e926;transform:translateY(-4px)}.article-nav-card.disabled{opacity:0;pointer-events:none}.article-nav-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-nav-card.next .article-nav-label{justify-content:flex-end}.article-nav-card.next{text-align:right}.article-nav-label .material-symbols-outlined{font-size:20px}.article-nav-card h4{margin:0;font-size:1.25rem;color:#0f172a;line-height:1.4}.article-nav-meta{font-size:.875rem;color:#94a3b8}body.theme-dark .article-toc-sticky{background:#1e2938;border-color:#475569}body.theme-dark .article-toc h4{color:#f0f9ff}body.theme-dark .article-toc button{color:#cbd5e1}body.theme-dark .article-toc button:hover{background:#2a3648;color:#64c5ff}body.theme-dark .article-actions{border-color:#334155}body.theme-dark .article-action-btn{background:#1e2938;border-color:#334155}body.theme-dark .article-action-btn:hover{border-color:#64c5ff;background:#2a3648}body.theme-dark .stat-item{color:#cbd5e1}body.theme-dark .author-profile{background:#161d2a;border-color:#334155}body.theme-dark .author-info h4{color:#f0f9ff}body.theme-dark .author-info p{color:#e0e7ff;line-height:1.6}body.theme-dark .article-rating-section{border-top-color:#334155}body.theme-dark .article-rating-section h5{color:#cbd5e1}body.theme-dark .rating-star{color:#64748b}body.theme-dark .rating-star:hover,body.theme-dark .rating-star.active{color:#fbbf24}body.theme-dark .article-newsletter h2{color:#fff}body.theme-dark .article-newsletter p{color:#ffffffe6}body.theme-dark .newsletter-form input{background:#fffffff2;color:#0f172a}body.theme-dark .newsletter-form input::placeholder{color:#94a3b8}body.theme-dark .newsletter-form input:focus{box-shadow:0 0 0 3px #fff3}body.theme-dark .newsletter-form button{background:#fff;color:#0369a1}body.theme-dark .article-navigation{background:#0b1220}body.theme-dark .article-nav-card{background:#161d2a;border-color:#334155}body.theme-dark .article-nav-card:hover{border-color:#64c5ff}body.theme-dark .article-nav-card h4{color:#e6f1ff}body.theme-dark .article-nav-label{color:#94a3b8}body.theme-dark .article-nav-meta{color:#64748b}.news-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.news-search-container{flex:1;min-width:250px;position:relative}.news-search-input{width:100%;padding:10px 12px 10px 40px;font-size:14px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:all .3s ease}.news-search-input:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 4px #0284c71a}.news-search-input::placeholder{color:#cbd5e1}.news-sort-container{display:flex;align-items:center;gap:8px}.news-sort-select{padding:10px 12px;font-size:14px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;transition:all .3s ease;font-weight:500}.news-sort-select:hover{border-color:#0284c7}.news-sort-select:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 4px #0284c71a}.news-article-count{font-size:13px;color:#64748b;font-weight:500;white-space:nowrap}body.theme-dark .news-search-input{background:#1e293b;border-color:#334155;color:#f1f5f9}body.theme-dark .news-search-input:focus{border-color:#64c5ff;box-shadow:0 0 0 4px #64c5ff26}body.theme-dark .news-search-input::placeholder{color:#64748b}body.theme-dark .news-sort-select{background:#1e293b;border-color:#334155;color:#f1f5f9}body.theme-dark .news-sort-select:hover{border-color:#64c5ff}body.theme-dark .news-sort-select:focus{border-color:#64c5ff;box-shadow:0 0 0 4px #64c5ff26}body.theme-dark .news-article-count{color:#94a3b8}.dashboard-hero{background:linear-gradient(135deg,#0ea5e9,#06b6d4);margin:0 -8vw;width:calc(100% + 16vw);padding:40px 8vw!important;border-radius:0;color:#fff}.dashboard-hero-content{max-width:100%}.profile-header{display:flex;align-items:center;gap:32px}.profile-avatar-large{width:120px;height:120px;border-radius:50%;background:#ffffff4d;border:3px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.profile-info{flex:1;color:#fff;overflow:hidden}.profile-avatar-large img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.profile-info h1{margin:0 0 8px;font-size:2rem;color:#fff}.profile-info p{margin:0;color:#ffffffe6}.profile-meta{display:flex;align-items:center;gap:20px;margin-top:12px;font-size:.95rem}.profile-status{display:flex;align-items:center;gap:8px;color:#ffffffe6}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;display:inline-block}.profile-joined{color:#fffc}.dashboard-draggable-section{cursor:grab;transition:border-color .2s ease,opacity .2s ease}.dashboard-draggable-section:active{cursor:grabbing}.dashboard-draggable-section.is-dragging{opacity:.72;border-color:#0ea5e9}.dashboard-sections-grid{display:grid;gap:20px}.dashboard-content-shell{position:relative}.dashboard-tools-area{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-bottom:12px}.dashboard-tools-row{position:static;z-index:10}.dashboard-widgets-toolbar{display:inline-flex;align-items:center;gap:12px;padding:0}.dashboard-widget-dropdown{position:relative;display:inline-flex;align-items:center}.dashboard-widgets-toolbar .button{min-height:36px;padding:7px 14px}.dashboard-widgets-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:min(380px,92vw);border:1px solid #e2e8f0;background:#fff;padding:14px}.dashboard-widgets-status{position:static;z-index:11;margin:0;background:#fff;border:1px solid #e2e8f0;padding:8px 10px}.dashboard-onboarding-tip{margin:0;border:1px solid #e2e8f0;background:#fff;padding:8px 10px}.dashboard-content-shell-compact .dashboard-sections-grid{gap:14px}.dashboard-content-shell-compact .dashboard-widget-card{padding:12px;gap:10px}.dashboard-content-shell-compact .stat-card,.dashboard-content-shell-compact .action-card,.dashboard-content-shell-compact .dashboard-chart-card{padding:12px}.dashboard-sections-grid.columns-1{grid-template-columns:minmax(0,1fr)}.dashboard-sections-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-sections-grid.columns-3{grid-template-columns:minmax(220px,.9fr) minmax(0,1.5fr) minmax(220px,.9fr)}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-drag-handle{color:#64748b;font-size:20px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;line-height:1;flex-shrink:0}.dashboard-widgets-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-column-controls{display:flex;align-items:center;gap:8px;margin-top:0}.dashboard-column-controls .setting-description{margin:0}.dashboard-column-controls .button.is-active{border-color:#0ea5e9;background:#f0f9ff}.dashboard-column-controls .button{min-height:36px;height:36px;min-width:36px;padding:0 12px}.dashboard-widgets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.dashboard-widget-card{display:flex;gap:14px;border:1px solid #e0f2fe;background:#fff;padding:16px;box-shadow:0 4px 10px #0ea5e914}.dashboard-widget-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0ea5e91f;color:#0ea5e9;flex-shrink:0}.dashboard-widget-icon .material-symbols-outlined{font-size:20px}.dashboard-widget-body{min-width:0}.dashboard-widget-label{margin:0;font-size:.85rem;color:#64748b}.dashboard-widget-value{margin:4px 0 0;font-size:1.2rem;font-weight:700;color:#0c3d66}.dashboard-widget-description{margin:8px 0 0;font-size:.86rem;color:#475569}.dashboard-widget-link{margin:8px 0 0;font-size:.86rem}.dashboard-weather-details{display:grid;gap:4px}.dashboard-weather-detail-row{color:#475569;font-size:.82rem;line-height:1.35}.dashboard-weather-detail-row strong{color:#0c3d66;font-weight:600}.dashboard-widget-link a{color:#0ea5e9;text-decoration:none}.dashboard-widget-link a:hover{text-decoration:underline}.dashboard-widget-editor{display:grid;gap:10px;margin-top:16px}.dashboard-widget-editor-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;padding:10px 12px}.dashboard-widget-toggle{display:inline-flex;align-items:center;gap:12px;font-weight:600;width:100%}.dashboard-widget-toggle input[type=checkbox]{margin:0;inline-size:16px;block-size:16px}.dashboard-widget-order-actions{display:flex;align-items:center;gap:8px}.dashboard-widget-order-actions .button{min-width:40px;padding:8px 10px}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.dashboard-chart-card{border:1px solid #e0f2fe;background:#fff;padding:14px}.dashboard-chart-card h3{margin:0 0 10px;font-size:.95rem;color:#0c3d66}.dashboard-chart-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:8px;height:130px}.dashboard-chart-bar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:0;height:100%}.dashboard-chart-bar{width:100%;max-width:22px;background:linear-gradient(180deg,#0ea5e9,#0284c7);border-radius:3px 3px 0 0}.dashboard-chart-day{margin-top:6px;font-size:.72rem;color:#64748b}.dashboard-chart-value{font-size:.72rem;color:#0c3d66}.dashboard-line-chart{width:100%;height:140px;display:block;background:linear-gradient(180deg,#0ea5e90a,#0ea5e903);border:1px solid #e2e8f0}.dashboard-line-chart-path{fill:none;stroke:#0ea5e9;stroke-width:2}.dashboard-line-chart-dot{fill:#0284c7}.dashboard-line-labels{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:8px;font-size:.75rem;color:#64748b}.dashboard-calendar{display:grid;gap:10px}.dashboard-calendar-header{display:inline-flex;align-items:center;gap:8px;color:#0c3d66;font-weight:600}.dashboard-calendar-header p{margin:0}.dashboard-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.dashboard-calendar-weekdays span{font-size:.75rem;color:#64748b;text-align:center}.dashboard-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.dashboard-calendar-cell{min-height:34px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:flex-start;justify-content:flex-end;padding:5px 7px;font-size:.82rem;color:#0c3d66;position:relative;cursor:pointer}.dashboard-calendar-cell.is-outside{color:#94a3b8;background:#f8fafc}.dashboard-calendar-cell.is-today{border-color:#0ea5e9;background:#e0f2fe;color:#0369a1;font-weight:700}.dashboard-calendar-cell.is-selected{box-shadow:inset 0 0 0 1px #0369a1}.dashboard-calendar-event-count{position:absolute;left:6px;bottom:5px;min-width:16px;height:16px;border-radius:999px;background:#0ea5e9;color:#fff;font-size:.68rem;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.dashboard-calendar-events{margin-top:6px;border-top:1px solid #e2e8f0;padding-top:10px;display:grid;gap:10px}.dashboard-calendar-events-title{margin:0;font-size:.9rem;font-weight:600;color:#0c3d66}.dashboard-calendar-form{display:flex;gap:8px}.dashboard-calendar-form input{flex:1;min-width:0}.dashboard-calendar-status{margin:0}.dashboard-calendar-event-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.dashboard-calendar-event-list li{border:1px solid #e2e8f0;background:#fff;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-calendar-event-list li span{font-size:.86rem;color:#0c3d66;overflow-wrap:anywhere}.dashboard-calendar-event-list .button{min-height:30px;padding:5px 10px;flex-shrink:0}.dashboard-calendar-empty{margin:0}@media(max-width:1024px){.dashboard-hero{margin:0 -4vw;width:calc(100% + 8vw);padding:32px 4vw!important}.profile-header{gap:20px;align-items:flex-start;flex-wrap:wrap}.profile-info h1{font-size:1.75rem}.profile-meta{flex-wrap:wrap;gap:10px 14px}.dashboard-tools-area{align-items:stretch}.dashboard-widgets-toolbar{width:100%;flex-wrap:wrap;justify-content:space-between;gap:10px}.dashboard-widget-dropdown{flex:1 1 260px;min-width:0}.dashboard-column-controls{margin-left:auto;flex-wrap:wrap}.dashboard-sections-grid.columns-3{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-chart-grid{grid-template-columns:1fr}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:0;border:1px solid #e0f2fe;box-shadow:0 4px 12px #0ea5e914;transition:all .3s ease}.stat-card:hover{border-color:#0ea5e9;box-shadow:0 8px 20px #0ea5e926}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#0ea5e91a;border-radius:0;color:#0ea5e9;flex-shrink:0}.stat-icon .material-symbols-outlined{font-size:24px}.stat-content{flex:1}.stat-label{margin:0;font-size:.85rem;color:#64748b;font-weight:500}.stat-value{margin:6px 0 0;font-size:1.75rem;font-weight:700;color:#0c3d66}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.action-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;background:#fff;border:2px solid #e0f2fe;border-radius:0;text-decoration:none;color:#0c3d66;text-align:center;transition:all .3s ease}.action-card:hover{border-color:#0ea5e9;background:#f0f9ff;transform:translateY(-4px);box-shadow:0 12px 24px #0ea5e926}.action-card .material-symbols-outlined{font-size:32px;color:#0ea5e9}.action-card h3{margin:0;font-size:1rem;font-weight:600}.action-card p{margin:0;font-size:.85rem;color:#64748b}.activity-list{margin-top:20px}.activity-item{display:flex;align-items:center;gap:16px;padding:16px;border-bottom:1px solid #e2e8f0;transition:background .2s ease}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:#0ea5e90d}.activity-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0ea5e91a;border-radius:50%;color:#0ea5e9;flex-shrink:0}.activity-icon .material-symbols-outlined{font-size:20px}.activity-content{flex:1;min-width:0}.activity-title{margin:0;font-weight:500;color:#0f172a}.activity-time{margin:4px 0 0;font-size:.85rem;color:#94a3b8}body.theme-dark .dashboard-hero{background:linear-gradient(135deg,#0369a1,#0891b2)}body.theme-dark .stat-card{background:#1e293b;border-color:#334155}body.theme-dark .stat-card:hover{border-color:#64c5ff;box-shadow:0 8px 20px #64c5ff1a}body.theme-dark .stat-icon{background:#64c5ff26;color:#64c5ff}body.theme-dark .stat-label{color:#94a3b8}body.theme-dark .stat-value{color:#f0f9ff}body.theme-dark .action-card{background:#1e293b;border-color:#334155;color:#f0f9ff}body.theme-dark .action-card:hover{border-color:#64c5ff;background:#0f1b2d}body.theme-dark .action-card .material-symbols-outlined{color:#64c5ff}body.theme-dark .action-card p{color:#cbd5e1}body.theme-dark .activity-item{border-bottom-color:#334155}body.theme-dark .activity-item:hover{background:#64c5ff14}body.theme-dark .activity-icon{background:#64c5ff26;color:#64c5ff}body.theme-dark .dashboard-draggable-section.is-dragging{border-color:#64c5ff}body.theme-dark .dashboard-drag-handle{color:#94a3b8}body.theme-dark .dashboard-widget-card{background:#1e293b;border-color:#334155;box-shadow:0 4px 10px #0f172a33}body.theme-dark .dashboard-widget-icon{background:#64c5ff29;color:#64c5ff}body.theme-dark .dashboard-widget-label{color:#94a3b8}body.theme-dark .dashboard-widget-value{color:#f0f9ff}body.theme-dark .dashboard-widget-description,body.theme-dark .dashboard-weather-detail-row{color:#cbd5e1}body.theme-dark .dashboard-weather-detail-row strong{color:#f0f9ff}body.theme-dark .dashboard-widget-editor-item{border-color:#334155;background:#0f1b2d}body.theme-dark .dashboard-widgets-popover,body.theme-dark .dashboard-widgets-status{border-color:#334155;background:#1e293b}body.theme-dark .dashboard-onboarding-tip{border-color:#334155;background:#1e293b;color:#cbd5e1}body.theme-dark .dashboard-onboarding-tip strong{color:#f0f9ff}body.theme-dark .dashboard-column-controls .button.is-active{border-color:#64c5ff;background:#0f1b2d}body.theme-dark .dashboard-chart-card{border-color:#334155;background:#1e293b}body.theme-dark .dashboard-chart-card h3{color:#f0f9ff}body.theme-dark .dashboard-chart-bar{background:linear-gradient(180deg,#64c5ff,#0ea5e9)}body.theme-dark .dashboard-chart-day{color:#94a3b8}body.theme-dark .dashboard-chart-value{color:#f0f9ff}body.theme-dark .dashboard-line-chart{border-color:#334155;background:linear-gradient(180deg,#64c5ff14,#64c5ff05)}body.theme-dark .dashboard-line-chart-path{stroke:#64c5ff}body.theme-dark .dashboard-line-chart-dot{fill:#64c5ff}body.theme-dark .dashboard-line-labels{color:#cbd5e1}body.theme-dark .dashboard-calendar-header{color:#f0f9ff}body.theme-dark .dashboard-calendar-weekdays span{color:#94a3b8}body.theme-dark .dashboard-calendar-cell{border-color:#334155;background:#1e293b;color:#f0f9ff}body.theme-dark .dashboard-calendar-cell.is-outside{background:#0f1b2d;color:#64748b}body.theme-dark .dashboard-calendar-cell.is-today{border-color:#64c5ff;background:#64c5ff2e;color:#d5eeff}body.theme-dark .dashboard-calendar-cell.is-selected{box-shadow:inset 0 0 0 1px #64c5ff}body.theme-dark .dashboard-calendar-event-count{background:#64c5ff;color:#08213a}body.theme-dark .dashboard-calendar-events{border-top-color:#334155}body.theme-dark .dashboard-calendar-events-title{color:#f0f9ff}body.theme-dark .dashboard-calendar-event-list li{border-color:#334155;background:#1e293b}body.theme-dark .dashboard-calendar-event-list li span,body.theme-dark .activity-title{color:#f0f9ff}body.theme-dark .activity-time{color:#64748b}.settings-hero{background:linear-gradient(135deg,#0ea5e9,#06b6d4);padding:40px 8vw;border:none;margin:0 -8vw;width:calc(100% + 16vw);color:#fff}.settings-hero h1{color:#fff;margin:0 0 8px}.settings-hero p{color:#ffffffe6}.settings-tabs{margin:0 -8vw;width:calc(100% + 16vw);border-bottom:none;display:flex;align-items:center;gap:10px;background:transparent;padding:0 8vw}.tabs-scroll{flex:1 1 auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-scroll::-webkit-scrollbar{display:none}.tabs-arrow{width:36px;height:36px;border-radius:999px;border:1px solid #e2e8f0;background:#ffffffb3;color:#0c3d66;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.tabs-arrow .material-symbols-outlined{font-size:22px}.tabs-arrow:hover{border-color:#0ea5e9;color:#0ea5e9}.tabs-arrow.disabled,.tabs-arrow:disabled{opacity:.35;cursor:default}.tabs-container{display:flex;gap:8px;padding:8px 0}.tab-button{display:flex;align-items:center;gap:8px;padding:10px 14px;background:transparent;border-radius:999px;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:#64748b;border-bottom:none;transition:all .2s ease;white-space:nowrap}.tab-button:hover{color:#0c3d66;background:#0c3d660f}.tab-button.active{color:#0ea5e9;background:#0ea5e91f}.tab-button .material-symbols-outlined{font-size:20px}.settings-form{display:grid;gap:24px;margin-top:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#0c3d66;font-size:.95rem}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:0;font-size:.95rem;font-family:inherit;transition:all .2s ease}.form-group select{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:0;font-size:.95rem;font-family:inherit;color:#0c3d66;background:#fff;line-height:1.3;min-height:44px}.form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91a}.form-group select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91a}.settings-card{background:transparent;border:none;border-top:1px solid #e2e8f0;border-radius:0;padding:24px;margin-bottom:0;transition:all .2s ease}.settings-card:hover{border-top-color:#e2e8f0;background:transparent}.settings-card h3{margin:0 0 16px;font-size:1.1rem;color:#0c3d66}.setting-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.setting-header h3{margin:0}.setting-description{margin:6px 0 0;font-size:.85rem;color:#64748b}.notification-sync-status{font-weight:600}.notification-sync-status--neutral{color:#64748b}.notification-sync-status--success{color:#065f46}.notification-sync-status--warning{color:#92400e}.notification-sync-status--error{color:#7f1d1d}.field-label{display:flex;align-items:center;gap:8px}.field-label .material-symbols-outlined{font-size:18px;line-height:1;opacity:.75}.detail-title{display:flex;align-items:center;gap:8px}.detail-title .material-symbols-outlined{font-size:18px;line-height:1;opacity:.75}.section-title{display:flex;align-items:center;gap:10px}.section-title .material-symbols-outlined{font-size:22px;line-height:1;opacity:.75}.toggle{position:relative;display:inline-block;width:48px;height:28px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.toggle-slider{background-color:#0ea5e9}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.toggle input:disabled+.toggle-slider{background-color:#e2e8f0;cursor:not-allowed}.avatar-upload{display:flex;align-items:center;gap:20px}.avatar-preview{display:flex}.avatar-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;overflow:hidden}.avatar-circle img{width:100%;height:100%;object-fit:cover;display:block}.notification-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #e2e8f0}.notification-item:last-child{border-bottom:none}.notification-item h4{margin:0;font-size:.95rem;color:#0c3d66}.session-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:0;margin-bottom:12px}.session-info{flex:1}.session-device{margin:0;font-weight:500;color:#0c3d66}.session-time{margin:4px 0 0;font-size:.85rem;color:#64748b}.theme-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:16px}.theme-option{display:flex;align-items:center;gap:8px;padding:12px;border:2px solid #e2e8f0;border-radius:0;cursor:pointer;transition:all .2s ease}.theme-option input{cursor:pointer;margin:0;padding:0;accent-color:#0ea5e9}.theme-option input:checked+span{color:#0ea5e9}.theme-option:has(input:checked){border-color:#0ea5e9;background:#f0f9ff}.theme-option .material-symbols-outlined{font-size:20px;color:#64748b;transition:color .2s ease}.status{padding:12px 16px;border-radius:8px;font-size:.9rem;margin-bottom:16px}.status.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.status.error{background:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}.button.button-danger{background:#ef4444;color:#fff;border:2px solid #dc2626}.button.button-danger:hover{background:#dc2626;border-color:#991b1b}body.theme-dark .button.button-danger,html[data-theme=dark] .button.button-danger{background:#ef4444;color:#fff;border:2px solid #dc2626;box-shadow:none}body.theme-dark .button.button-danger:hover,html[data-theme=dark] .button.button-danger:hover{background:#dc2626;color:#fff;border-color:#991b1b;box-shadow:none}body.theme-dark .settings-hero{background:linear-gradient(135deg,#0369a1,#0891b2);border:none}body.theme-dark .settings-tabs{background:transparent}body.theme-dark .tabs-arrow{border-color:#334155;background:#0f1b2d99;color:#e6f1ff}body.theme-dark .tabs-arrow:hover{border-color:#64c5ff;color:#64c5ff}body.theme-dark .tab-button{color:#94a3b8}body.theme-dark .tab-button:hover{color:#e6f1ff;background:#e6f1ff14}body.theme-dark .tab-button.active{color:#64c5ff;background:#64c5ff29}body.pref-reduce-motion *{animation:none!important;transition:none!important}body.theme-dark .form-group label{color:#f0f9ff}body.theme-dark .form-group input,body.theme-dark .form-group select{background:#1e293b;border-color:#334155;color:#f1f5f9}body.theme-dark .form-group input:focus{border-color:#64c5ff;box-shadow:0 0 0 4px #64c5ff26}body.theme-dark .form-group select:focus{border-color:#64c5ff;box-shadow:0 0 0 4px #64c5ff26}body.theme-dark .form-group input::placeholder{color:#64748b}body.theme-dark .settings-card,html[data-theme=dark] .settings-card{background:transparent;border-top:1px solid #2a3f5f}body.theme-dark .settings-card:hover,html[data-theme=dark] .settings-card:hover{border-top-color:#2a3f5f;background:transparent}body.theme-dark .settings-card h3,html[data-theme=dark] .settings-card h3{color:#f0f9ff}body.theme-dark .setting-description,html[data-theme=dark] .setting-description,body.theme-dark .notification-sync-status--neutral,html[data-theme=dark] .notification-sync-status--neutral{color:#cbd5e1}body.theme-dark .notification-sync-status--success,html[data-theme=dark] .notification-sync-status--success{color:#6ee7b7}body.theme-dark .notification-sync-status--warning,html[data-theme=dark] .notification-sync-status--warning{color:#fcd34d}body.theme-dark .notification-sync-status--error,html[data-theme=dark] .notification-sync-status--error{color:#fca5a5}body.theme-dark .notification-item{border-bottom-color:#334155}body.theme-dark .notification-item h4{color:#f0f9ff}body.theme-dark .session-item{background:#0f1b2d}body.theme-dark .session-device{color:#f0f9ff}body.theme-dark .session-time{color:#94a3b8}body.theme-dark .theme-option{border-color:#334155}body.theme-dark .theme-option:has(input:checked){background:#0f1b2d;border-color:#64c5ff}body.theme-dark .theme-option .material-symbols-outlined{color:#94a3b8}body.theme-dark .theme-option input:checked+span{color:#64c5ff}@media(max-width:768px){.news-hero-carousel{height:500px;margin-left:-4vw;margin-right:-4vw;width:calc(100% + 8vw)}.news-carousel-content{padding:40px 4vw}.news-carousel-title{font-size:1.8rem}.news-carousel-excerpt{font-size:1rem}.news-carousel-meta{font-size:.85rem}.news-carousel-nav{width:44px;height:44px;font-size:1.5rem}.news-carousel-controls{padding:0 2vw}.news-carousel-playpause{width:56px;height:56px;right:2vw;bottom:24px;border-width:3px}.news-carousel-playpause svg{width:44px;height:44px}.news-carousel-indicators{bottom:24px;gap:8px}.news-carousel-indicator{width:10px;height:10px}.news-carousel-indicator.active{width:24px}.news-featured-grid,.news-grid{grid-template-columns:1fr}.news-newsletter{flex-direction:column;padding:32px 24px;text-align:center}.news-newsletter-form{min-width:unset;width:100%;flex-direction:column}.news-filters-container{flex-direction:column;align-items:stretch}.news-search{min-width:unset}.news-pagination,.news-pagination-pages{flex-wrap:wrap}.article-toc{display:none}.article-newsletter{padding:2.5rem 4vw;margin-left:-4vw;margin-right:-4vw;width:calc(100% + 8vw);margin-top:2.5rem}.newsletter-form{flex-direction:column;width:100%}.newsletter-form input,.newsletter-form button{width:100%}.article-navigation{padding:2rem 4vw;margin-left:-4vw;margin-right:-4vw;width:calc(100% + 8vw)}.article-navigation>div{flex-direction:column}.article-nav-card{padding:1.5rem}.article-nav-card h4{font-size:1.1rem}.author-profile{flex-direction:column;padding:1.5rem}.author-avatar .material-symbols-outlined{font-size:60px}.news-article-content{width:100%}.news-article-hero{height:400px;margin-left:-4vw;margin-right:-4vw;width:calc(100% + 8vw)}.news-article-hero-content{padding:2rem 4vw}.news-article-hero-content h1{font-size:2rem}.dashboard-hero{margin:0 -4vw;width:calc(100% + 8vw);padding:28px 4vw!important}.profile-header{flex-direction:column;text-align:center}.profile-avatar-large{width:80px;height:80px;font-size:1.8rem}.profile-info h1{font-size:1.5rem}.profile-info{width:100%}.profile-info p{overflow-wrap:anywhere}.profile-meta{justify-content:center;flex-direction:column;gap:8px}.profile-header .button{width:100%;justify-content:center}.dashboard-tools-row{position:static;margin-bottom:0}.dashboard-tools-area{align-items:stretch;margin-bottom:8px}.dashboard-widgets-toolbar{width:100%;flex-wrap:wrap;justify-content:space-between}.dashboard-widget-dropdown{width:100%}.dashboard-widget-dropdown .button{width:100%;justify-content:center}.dashboard-column-controls{width:100%;justify-content:flex-start;flex-wrap:wrap}.dashboard-column-controls .setting-description{width:100%}.dashboard-widgets-popover{position:static;width:100%;max-width:none;margin:8px 0 0}.dashboard-widgets-status{position:static;margin:0}.dashboard-sections-grid.columns-1,.dashboard-sections-grid.columns-2,.dashboard-sections-grid.columns-3{grid-template-columns:1fr}.dashboard-section-header{align-items:flex-start}.dashboard-chart-bars{gap:6px;height:118px}.dashboard-calendar-cell{min-height:32px;padding:4px 6px;font-size:.78rem}.dashboard-calendar-event-count{left:4px;bottom:4px}.dashboard-calendar-form{flex-direction:column}.dashboard-calendar-form .button{width:100%;justify-content:center}.dashboard-calendar-event-list li{flex-direction:column;align-items:stretch}.dashboard-calendar-event-list .button{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr}.stat-card{padding:16px}.actions-grid{grid-template-columns:1fr}.action-card{padding:20px 16px}.settings-tabs{margin-bottom:24px}.tabs-arrow{width:32px;height:32px}.tabs-container{min-width:min-content}.tab-button{padding:12px 16px;font-size:.85rem}.tab-button .material-symbols-outlined{display:none}.settings-form{gap:16px}.settings-card{padding:16px}.setting-header{flex-direction:column;gap:12px}.avatar-upload,.session-item{flex-direction:column;align-items:flex-start}.session-item .button{width:100%}.theme-selector{grid-template-columns:1fr}.notification-item{flex-direction:column}}.webmail-login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0ea5e9,#0c3d66);padding:20px}.webmail-login-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:100%;overflow:hidden;animation:fadeUp .5s ease}.webmail-login-header{text-align:center;padding:40px 32px 24px;background:#f0f9ff;border-bottom:1px solid #e0f2fe}.webmail-login-header .material-symbols-outlined{font-size:56px;color:#0ea5e9;margin-bottom:16px;display:block}.webmail-login-logo{display:flex;justify-content:center;margin-bottom:24px}.webmail-login-logo img{height:40px;width:auto}.webmail-login-header h1{font-size:28px;font-weight:700;color:#0c3d66;margin:0 0 8px}.webmail-login-header p{font-size:15px;color:#64748b;margin:0}.webmail-login-info{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;margin:20px 32px 12px;background:#dbeafe;border:1px solid #bfdbfe;border-radius:8px}.webmail-login-info .material-symbols-outlined{font-size:20px;color:#0ea5e9;flex-shrink:0;margin-top:2px}.webmail-login-info p{font-size:13px;color:#0c3d66;margin:0;line-height:1.5}.webmail-login-form{padding:32px}.webmail-login-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c00;font-size:14px;margin-bottom:24px}.webmail-login-error .material-symbols-outlined{font-size:20px}.webmail-login-field{margin-bottom:24px}.webmail-login-field label{display:block;font-weight:600;font-size:14px;color:#0c3d66;margin-bottom:8px}.webmail-login-email-wrapper{display:flex;align-items:center;gap:0}.webmail-login-email-wrapper .webmail-login-input-wrapper{flex:1;width:100%}.webmail-login-email-wrapper .webmail-login-input-wrapper input{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.webmail-login-domain{display:flex;align-items:center;padding:12px 16px;background:#f8fafc;border:2px solid #e0e7ef;border-left:none;border-top-right-radius:8px;border-bottom-right-radius:8px;font-size:15px;font-weight:500;color:#64748b;white-space:nowrap}.webmail-login-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.webmail-login-input-wrapper .material-symbols-outlined{position:absolute;left:14px;font-size:20px;color:#0ea5e9;pointer-events:none;z-index:2;opacity:1;font-weight:400}.webmail-login-input-wrapper input{width:100%;padding:12px 40px 12px 44px;border:2px solid #e0e7ef;border-radius:8px;font-size:15px;color:#0c3d66;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;position:relative;background:#fff}.webmail-login-input-wrapper input[type=text],.webmail-login-input-wrapper input[type=password]{padding-right:48px}.webmail-login-input-wrapper input:invalid{border-color:#e0e7ef}.webmail-login-input-wrapper input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a;background:#fff}.webmail-login-input-wrapper input:hover:not(:focus){border-color:#bfdbfe}.webmail-login-input-wrapper input::placeholder{color:#cbd5e1;text-align:left;opacity:1}.webmail-login-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;outline:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .2s ease;border-radius:4px;z-index:11}.webmail-login-password-toggle:focus,.webmail-login-password-toggle:focus-visible{outline:none;border:none;box-shadow:none}.webmail-login-password-toggle:hover{color:#0ea5e9}.webmail-login-password-toggle:active{background:#0ea5e91a}.webmail-login-password-toggle .material-symbols-outlined{font-size:20px;pointer-events:none}.webmail-login-button{width:100%;padding:14px 24px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px}.webmail-login-button:hover:not(:disabled){background:#0284c7;transform:translateY(-1px)}.webmail-login-button:active:not(:disabled){transform:translateY(0)}.webmail-login-button:disabled{opacity:.6;cursor:not-allowed}.webmail-login-button .material-symbols-outlined{font-size:20px}.webmail-login-button .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.webmail-login-footer{text-align:center;padding:20px;background:#f8fafc;border-top:1px solid #e0e7ef}.webmail-login-footer p{font-size:13px;color:#64748b;margin:0}.webmail-login-version{font-size:12px!important;color:#94a3b8!important;margin-top:8px!important;font-weight:500}.webmail-container{display:flex;flex-direction:column;height:100vh;min-height:100vh;background:var(--bg-page, #f0f9ff)}.webmail-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:var(--bg-card, #ffffff);border-bottom:1px solid var(--border-color, #e0e7ef)}.webmail-header-left{display:flex;align-items:center;gap:16px}.webmail-logo{display:flex;align-items:center;justify-content:center;width:auto;height:auto;background:none;border-radius:0;padding:0;box-shadow:none;border:none}.webmail-logo img{width:auto;height:28px;object-fit:contain}.webmail-header h1{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary, #0c3d66)}.webmail-header-actions{display:flex;gap:8px;align-items:center}.webmail-user-info{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--bg-hover, rgba(14, 165, 233, .05));border-radius:8px;border:1px solid var(--border-color, #e0e7ef)}.webmail-user-email{font-size:13px;font-weight:500;color:var(--text-primary, #0c3d66)}.webmail-user-profile{display:flex;align-items:center;padding:4px 8px;border-radius:8px;background:var(--bg-hover, rgba(14, 165, 233, .1));color:var(--text-primary, #0f172a)}.webmail-user-profile .material-symbols-outlined{font-size:24px}.webmail-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--text-secondary, #64748b)}.webmail-menu-toggle:hover{background:var(--bg-hover, rgba(14, 165, 233, .1))}.webmail-icon-button{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--text-secondary, #64748b);transition:all .2s ease;display:flex;align-items:center;justify-content:center}.webmail-icon-button:hover{background:var(--bg-hover, rgba(14, 165, 233, .1));color:var(--text-primary, #0c3d66)}.webmail-welcome-message{background:linear-gradient(135deg,#10b981,#059669);padding:12px 24px;animation:slideDown .3s ease-out}.webmail-welcome-content{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto}.webmail-welcome-content .material-symbols-outlined{font-size:28px;color:#fff;flex-shrink:0}.webmail-welcome-text{flex:1;color:#fff}.webmail-welcome-text strong{display:block;font-size:15px;font-weight:600;margin-bottom:2px}.webmail-welcome-text p{margin:0;font-size:14px;opacity:.95}.webmail-welcome-close{background:#fff3;border:none;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease;flex-shrink:0}.webmail-welcome-close:hover{background:#ffffff4d}.webmail-welcome-close .material-symbols-outlined{font-size:20px}.webmail-search-bar{background:var(--bg-card, #ffffff);border-bottom:1px solid var(--border-color, #e0e7ef);padding:12px 24px;display:flex;align-items:center;gap:12px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.webmail-search-bar .material-symbols-outlined{color:var(--text-secondary, #64748b);font-size:20px}.webmail-search-bar input{flex:1;border:none;outline:none;font-size:.95rem;padding:8px 12px;background:var(--bg-hover, rgba(14, 165, 233, .05));border-radius:8px;color:var(--text-primary, #0c3d66)}.webmail-search-bar input::placeholder{color:var(--text-secondary, #94a3b8)}.webmail-search-clear,.webmail-search-close{background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;color:var(--text-secondary, #64748b);transition:all .2s;display:flex;align-items:center;justify-content:center}.webmail-search-clear:hover,.webmail-search-close:hover{background:var(--bg-hover, rgba(14, 165, 233, .1));color:var(--text-primary, #0c3d66)}.webmail-settings-panel{background:var(--bg-card, #ffffff);border-bottom:1px solid var(--border-color, #e0e7ef);animation:slideDown .2s ease-out;max-height:400px;overflow-y:auto}.webmail-settings-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border-color, #e0e7ef)}.webmail-settings-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary, #0c3d66)}.webmail-settings-content{padding:16px 24px}.webmail-settings-section{margin-bottom:24px}.webmail-settings-section h4{margin:0 0 12px;font-size:.9rem;font-weight:600;color:var(--text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px}.webmail-settings-item{padding:10px 0}.webmail-settings-item label{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.webmail-settings-item label span{color:var(--text-primary, #0c3d66);font-size:.95rem}.webmail-settings-item select{padding:6px 12px;border:1px solid var(--border-color, #e0e7ef);border-radius:6px;background:var(--bg-card, #ffffff);color:var(--text-primary, #0c3d66);cursor:pointer;font-size:.9rem}.webmail-settings-item select:focus{outline:none;border-color:var(--primary, #0ea5e9)}.webmail-layout{display:grid;grid-template-columns:240px 360px 1fr;flex:1;overflow:hidden}.webmail-sidebar{background:var(--bg-card, #ffffff);border-right:1px solid var(--border-color, #e0e7ef);padding:16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.webmail-sidebar,.webmail-list-content,.webmail-message-content{scrollbar-width:none;-ms-overflow-style:none}.webmail-sidebar::-webkit-scrollbar,.webmail-list-content::-webkit-scrollbar,.webmail-message-content::-webkit-scrollbar{width:0;height:0}.webmail-compose-button{background:#0ea5e9;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;justify-content:center;transition:all .2s}.webmail-compose-button:hover{background:#0284c7;transform:translateY(-2px)}.webmail-folders{display:flex;flex-direction:column;gap:4px}.webmail-folder{display:flex;align-items:center;gap:12px;padding:10px 12px;background:none;border:none;border-radius:8px;cursor:pointer;color:var(--text-secondary, #64748b);transition:all .2s;font-size:.95rem;text-align:left;width:100%}.webmail-folder:hover{background:var(--bg-hover, rgba(14, 165, 233, .1));color:var(--text-primary, #0c3d66)}.webmail-folder.active{background:#0ea5e926;color:#0ea5e9;font-weight:600}.webmail-folder-name{flex:1}.webmail-folder-badge{background:#0ea5e9;color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:12px;min-width:20px;text-align:center}.webmail-storage{margin-top:auto;padding:12px;background:var(--bg-soft, rgba(14, 165, 233, .05));border-radius:8px;font-size:.85rem}.webmail-storage-header{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:8px;color:var(--text-secondary, #64748b)}.webmail-storage-bar{height:6px;background:var(--bg-soft, #e0e7ef);border-radius:3px;overflow:hidden;margin-bottom:6px}.webmail-storage-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#0284c7);transition:width .3s}.webmail-storage-text{color:var(--text-tertiary, #94a3b8);font-size:.8rem}.webmail-list{background:var(--bg-card, #ffffff);border-right:1px solid var(--border-color, #e0e7ef);display:flex;flex-direction:column;overflow:hidden}.webmail-list-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border-color, #e0e7ef)}.webmail-list-title{display:flex;flex-direction:column;gap:4px}.webmail-refresh-time{font-size:.75rem;color:var(--text-tertiary, #94a3b8)}.webmail-list-header h2{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary, #0c3d66)}.webmail-list-actions{display:flex;gap:4px;position:relative;align-items:center}.webmail-move-menu-container{position:relative}.webmail-selection-count{font-size:.85rem;color:var(--text-secondary, #64748b);padding:0 8px;font-weight:500}.webmail-list-content{flex:1;overflow-y:auto}.webmail-list-item{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-color, #e0e7ef);cursor:pointer;transition:background .2s}.webmail-list-item:hover{background:var(--bg-hover, rgba(14, 165, 233, .05))}.webmail-list-item.bulk-selected{background:#0ea5e91a;border-left:3px solid #0ea5e9}.webmail-list-item.bulk-selected:hover{background:#0ea5e926}.webmail-list-item.active{background:#0ea5e91a}.webmail-list-item.unread{background:var(--bg-soft, rgba(14, 165, 233, .03))}.webmail-list-item.unread .webmail-list-item-subject{font-weight:600}.webmail-list-item-checkbox{display:flex;align-items:center;justify-content:center}.webmail-list-item-checkbox input{cursor:pointer;width:18px;height:18px;accent-color:#0ea5e9;border-radius:4px;transition:all .2s ease;flex-shrink:0}.webmail-list-item-checkbox input:hover{accent-color:#0284c7}.webmail-list-item-checkbox input:checked{accent-color:#0ea5e9}.webmail-list-item-star{background:none;border:none;cursor:pointer;padding:0;color:var(--text-tertiary, #94a3b8);transition:color .2s,text-shadow .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.webmail-list-item-star:hover{color:#f59e0b;text-shadow:0 0 4px rgba(245,158,11,.3)}.webmail-list-item-star.starred{color:#f59e0b;text-shadow:0 0 6px rgba(245,158,11,.4)}.webmail-list-item-star .material-symbols-outlined{font-size:20px;font-variation-settings:"FILL" 0}.webmail-list-item-star.starred .material-symbols-outlined{font-variation-settings:"FILL" 1}.webmail-list-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.webmail-list-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;gap:12px}.webmail-list-item-sender{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.webmail-list-item-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0;overflow:hidden;border:2px solid var(--border-color, #e0e7ef)}.webmail-list-item-avatar.is-logo{background:var(--bg-card, #ffffff)}.webmail-list-item-avatar img{width:22px;height:22px;display:block;object-fit:contain}.webmail-list-item-text{margin-left:48px}.webmail-list-item-from{font-weight:500;color:var(--text-primary, #0c3d66);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.webmail-list-item-actions-row{display:flex;align-items:center;gap:8px;flex-shrink:0}.webmail-list-item-time{font-size:.8rem;color:var(--text-tertiary, #94a3b8);white-space:nowrap}.webmail-list-item-subject{font-size:.9rem;color:var(--text-primary, #0c3d66);margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webmail-list-item-preview{font-size:.85rem;color:var(--text-secondary, #64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webmail-detail{background:var(--bg-page, #f0f9ff);display:flex;flex-direction:column;overflow:hidden}.webmail-message{display:flex;flex-direction:column;height:100%}.webmail-message-header{padding:16px 24px;background:var(--bg-card, #ffffff);border-bottom:1px solid var(--border-color, #e0e7ef)}.webmail-message-actions{display:flex;gap:4px;position:relative;flex-wrap:wrap}.webmail-action-menu-trigger{position:relative;display:inline-flex}.webmail-action-menu{position:absolute;top:100%;right:0;margin-top:8px;display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--border-color, #e0e7ef);border-radius:10px;box-shadow:0 12px 24px #0f172a33;padding:10px;min-width:180px;z-index:100}.webmail-action-menu button{background:none;border:none;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;color:var(--text-primary, #0c3d66);font-size:.85rem}.webmail-action-menu button:hover{background:#0ea5e91a;color:#0ea5e9}.webmail-toolbar-divider{width:1px;height:24px;background:var(--border-color, #e0e7ef);margin:0 4px}.webmail-message-content{flex:1;overflow-y:auto;padding:24px;background:var(--bg-card, #ffffff)}.webmail-message-subject{font-size:1.5rem;font-weight:600;margin:0 0 20px;color:var(--text-primary, #0c3d66)}.webmail-message-meta{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid var(--border-color, #e0e7ef);margin-bottom:24px}.webmail-message-sender{display:flex;gap:12px}.webmail-sender-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.webmail-sender-info{display:flex;flex-direction:column;gap:4px}.webmail-sender-name{font-weight:600;color:var(--text-primary, #0c3d66)}.webmail-sender-email{font-size:.85rem;color:var(--text-secondary, #64748b)}.webmail-message-date{font-size:.85rem;color:var(--text-tertiary, #94a3b8)}.webmail-message-body{line-height:1.7;color:var(--text-primary, #0c3d66)}.webmail-message-body h3{margin-top:24px;margin-bottom:12px}.webmail-message-body ul{margin:12px 0;padding-left:24px}.webmail-message-body li{margin-bottom:8px}.webmail-message-body a{color:#0ea5e9;text-decoration:underline}.webmail-footer{padding:16px 24px;background:var(--bg-card, #ffffff);border-top:1px solid var(--border-color, #e0e7ef);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.webmail-footer p{font-size:13px;color:var(--text-secondary, #64748b);margin:0}.webmail-footer-version{font-size:12px!important;color:var(--text-muted, #94a3b8)!important;margin-top:4px!important;font-weight:500;text-align:center!important}.webmail-compose{height:100%;display:flex;flex-direction:column;background:var(--bg-card, #ffffff)}.webmail-compose-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--border-color, #e0e7ef)}.webmail-compose-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary, #0c3d66)}.webmail-compose-form{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:24px}.webmail-compose-field{display:grid;grid-template-columns:60px 1fr;align-items:center;border-bottom:1px solid var(--border-color, #e0e7ef);padding:12px 0}.webmail-compose-field label{font-weight:500;color:var(--text-secondary, #64748b)}.webmail-compose-field input{border:none;outline:none;font-size:.95rem;padding:4px 8px;color:var(--text-primary, #0c3d66);background:transparent}.webmail-compose-toolbar{display:flex;gap:4px;padding:12px 0;border-bottom:1px solid var(--border-color, #e0e7ef);margin-bottom:16px}.webmail-compose-body{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit;line-height:1.6;resize:none;padding:0;color:var(--text-primary, #0c3d66);background:transparent;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;word-wrap:break-word}.webmail-compose-body[contenteditable]:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;display:block}.webmail-compose-actions{display:flex;gap:12px;padding-top:16px;border-top:1px solid var(--border-color, #e0e7ef)}.webmail-compose-actions button{display:flex;align-items:center;gap:8px}.webmail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-tertiary, #94a3b8)}.webmail-empty .material-symbols-outlined{font-size:64px;margin-bottom:16px;opacity:.3}.webmail-empty p{font-size:1rem;margin:0}@media(max-width:1024px){.webmail-layout{grid-template-columns:240px 1fr}.webmail-list{display:none}.webmail-sidebar.open~.webmail-list{display:flex}}@media(max-width:768px){.webmail-menu-toggle{display:block}.webmail-header{padding:12px 16px}.webmail-header h1{font-size:1.2rem}.webmail-layout{grid-template-columns:1fr}.webmail-sidebar{position:fixed;top:120px;left:-100%;width:280px;height:calc(100vh - 120px);z-index:1000;transition:left .3s;box-shadow:2px 0 12px #0000001a}.webmail-sidebar.open{left:0}.webmail-list{display:flex}.webmail-detail{display:none}.webmail-sidebar.open~.webmail-list{display:none}.webmail-list-item.active~.webmail-detail{display:flex}.webmail-message-content{padding:16px}.webmail-message-subject{font-size:1.2rem}.webmail-compose-form{padding:16px}}.webmail-container.theme-dark .webmail-footer{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-footer p{color:#cbd5f5}.webmail-container.theme-dark .webmail-footer-version{color:#94a3b8!important}.webmail-container.theme-dark{background:#0f172a}.webmail-container.theme-dark .webmail-header{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-header h1{color:#f8fafc}.webmail-container.theme-dark .webmail-menu-toggle,.webmail-container.theme-dark .webmail-icon-button{color:#cbd5f5}.webmail-container.theme-dark .webmail-user-profile{background:#94a3b82e;color:#f8fafc}.webmail-container.theme-dark .webmail-user-info{background:#94a3b81a;border-color:#334155}.webmail-container.theme-dark .webmail-user-email{color:#f8fafc}.webmail-container.theme-dark .webmail-icon-button:hover,.webmail-container.theme-dark .webmail-menu-toggle:hover{background:#94a3b82e;color:#f8fafc}.webmail-container.theme-dark .webmail-sidebar{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-compose-button{background:#38bdf8;color:#0f172a}.webmail-container.theme-dark .webmail-compose-button:hover{background:#0ea5e9;color:#0f172a}.webmail-container.theme-dark .webmail-list{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-detail{background:#0f172a}.webmail-container.theme-dark .webmail-message-header,.webmail-container.theme-dark .webmail-compose-header{background:#111827;border-color:#334155}.webmail-container.theme-dark .webmail-compose-header h3{color:#f8fafc}.webmail-container.theme-dark .webmail-compose-header .webmail-icon-button{color:#e2e8f0}.webmail-container.theme-dark .webmail-compose-header .webmail-icon-button:hover{background:#38bdf833;color:#7dd3fc}.webmail-container.theme-dark .webmail-message-actions .webmail-icon-button{color:#e2e8f0}.webmail-container.theme-dark .webmail-message-actions .webmail-icon-button:hover{background:#38bdf833;color:#7dd3fc}.webmail-container.theme-dark .webmail-message-content,.webmail-container.theme-dark .webmail-compose{background:#1e293b}.webmail-container.theme-dark .webmail-list-item:hover{background:#94a3b81a}.webmail-container.theme-dark .webmail-list-item.unread{background:#0ea5e91a}.webmail-container.theme-dark .webmail-folder{color:#cbd5f5}.webmail-container.theme-dark .webmail-folder:hover{background:#94a3b82e;color:#f8fafc}.webmail-container.theme-dark .webmail-folder.active{background:#38bdf833;color:#f8fafc}.webmail-container.theme-dark .webmail-list-header{background:#111827;border-bottom-color:#334155}.webmail-container.theme-dark .webmail-list-item{border-bottom-color:#334155}.webmail-container.theme-dark .webmail-list-item-from,.webmail-container.theme-dark .webmail-list-item-subject,.webmail-container.theme-dark .webmail-message-subject,.webmail-container.theme-dark .webmail-sender-name,.webmail-container.theme-dark .webmail-message-body{color:#f8fafc}.webmail-container.theme-dark .webmail-list-item-preview,.webmail-container.theme-dark .webmail-list-item-time,.webmail-container.theme-dark .webmail-message-date,.webmail-container.theme-dark .webmail-sender-email,.webmail-container.theme-dark .webmail-storage-text,.webmail-container.theme-dark .webmail-storage-header,.webmail-container.theme-dark .webmail-list-header h2{color:#cbd5f5}.webmail-container.theme-dark .webmail-refresh-time{color:#94a3b8}.webmail-container.theme-dark .webmail-action-menu{background:#1f2937;border-color:#334155}.webmail-container.theme-dark .webmail-action-menu button{color:#e2e8f0}.webmail-container.theme-dark .webmail-action-menu button:hover{background:#38bdf833;color:#7dd3fc}.webmail-container.theme-dark .webmail-toolbar-divider{background:#334155}.webmail-container.theme-dark .webmail-compose-field label,.webmail-container.theme-dark .webmail-compose-field input,.webmail-container.theme-dark .webmail-compose-body{color:#e2e8f0}.webmail-container.theme-dark .webmail-compose-field input::placeholder{color:#94a3b8;opacity:1}.webmail-container.theme-dark .webmail-compose-body[contenteditable]:empty:before{color:#94a3b8}.webmail-container.theme-dark .webmail-compose-field{border-color:#334155}.webmail-container.theme-dark .webmail-message-body a{color:#7dd3fc}.webmail-container.theme-dark .webmail-storage{background:#0ea5e91a}.webmail-container.theme-dark .webmail-storage-bar{background:#334155}.webmail-container.theme-dark .webmail-search-bar{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-search-bar input{background:#94a3b81a;color:#e2e8f0}.webmail-container.theme-dark .webmail-search-bar input::placeholder{color:#94a3b8}.webmail-container.theme-dark .webmail-search-clear,.webmail-container.theme-dark .webmail-search-close{color:#cbd5f5}.webmail-container.theme-dark .webmail-search-clear:hover,.webmail-container.theme-dark .webmail-search-close:hover{background:#94a3b82e;color:#f8fafc}.webmail-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.webmail-modal{background:var(--bg-card, #ffffff);border-radius:12px;box-shadow:0 20px 60px #0f172a4d;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.webmail-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-color, #e0e7ef);position:sticky;top:0;background:var(--bg-card, #ffffff);z-index:10}.webmail-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary, #0c3d66)}.webmail-modal-header .webmail-icon-button{margin-left:auto}.webmail-modal-content{padding:24px}.webmail-settings-section{margin-bottom:32px}.webmail-settings-section:last-child{margin-bottom:0}.webmail-settings-section h4{margin:0 0 16px;font-size:.95rem;font-weight:600;color:var(--text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px}.webmail-settings-item{padding:12px 0;display:flex;align-items:center;justify-content:space-between}.webmail-settings-item label{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;cursor:pointer}.webmail-settings-item label span{color:var(--text-primary, #0c3d66);font-size:.95rem;flex:1}.webmail-settings-item select{padding:8px 12px;border:1px solid var(--border-color, #e0e7ef);border-radius:6px;background:var(--bg-card, #ffffff);color:var(--text-primary, #0c3d66);cursor:pointer;font-size:.9rem;transition:all .2s}.webmail-settings-item select:focus{outline:none;border-color:var(--primary, #0ea5e9);box-shadow:0 0 0 3px #0ea5e91a}.webmail-logout-button{background:#ef4444;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-size:.95rem}.webmail-logout-button:hover{background:#dc2626;transform:translateY(-1px)}.webmail-logout-button .material-symbols-outlined{font-size:18px}.webmail-draft-saved{color:#10b981;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:4px;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.webmail-container.theme-dark .webmail-modal-overlay{background:#000000b3}.webmail-container.theme-dark .webmail-modal{background:#1e293b;color:#f8fafc;border:1px solid rgba(148,163,184,.22)}.webmail-container.theme-dark .webmail-modal-header{border-color:#334155;background:#1e293b}.webmail-container.theme-dark .webmail-settings-sidebar{background:#0f172a59}.webmail-container.theme-dark .webmail-settings-main{background:#1e293b}.webmail-container.theme-dark .webmail-modal-header{box-shadow:0 1px #94a3b81f}.webmail-folder.drag-over{background:#0ea5e92e;color:var(--text-primary, #0c3d66);outline:2px dashed rgba(14,165,233,.55);outline-offset:2px}.webmail-container.theme-dark .webmail-folder.drag-over{background:#38bdf829;outline-color:#38bdf88c;color:#f8fafc}.webmail-settings-inline-text{border:1px solid transparent;border-radius:8px;padding:6px 8px;font-weight:600;color:var(--text-primary, #0c3d66);background:transparent;min-width:180px}.webmail-settings-inline-text:focus{outline:none;border-color:#0ea5e966;background:#0ea5e90f}.webmail-settings-inline-icon{width:120px;padding:8px 10px;border:1px solid var(--border-color, #e0e7ef);border-radius:10px;background:var(--bg-card, #ffffff);color:var(--text-primary, #0c3d66)}.webmail-container.theme-dark .webmail-settings-inline-text{color:#e2e8f0}.webmail-container.theme-dark .webmail-settings-inline-icon{background:#0f172a;border-color:#334155;color:#e2e8f0}.webmail-container.webmail-send-effect:after{content:"Sent";position:fixed;right:20px;bottom:88px;background:#10b981f2;color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;box-shadow:0 14px 30px #10b98140;animation:webmailSentPop .9s ease-out;z-index:1201}@keyframes webmailSentPop{0%{opacity:0;transform:translateY(12px) scale(.95)}20%{opacity:1;transform:translateY(0) scale(1.02)}to{opacity:0;transform:translateY(-10px) scale(.98)}}.webmail-compose-actions button.primary.is-sending{opacity:.9}.webmail-compose-actions button.primary.is-sending .material-symbols-outlined{animation:webmailSpin .9s linear infinite}@keyframes webmailSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.webmail-context-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300}.webmail-context-menu{position:fixed;min-width:220px;max-width:320px;background:#fff;border:1px solid var(--border-color, #e0e7ef);border-radius:12px;padding:10px;box-shadow:0 18px 40px #0f172a40}.webmail-context-menu button{width:100%;background:none;border:none;text-align:left;padding:10px;border-radius:10px;cursor:pointer;color:var(--text-primary, #0c3d66);font-weight:600;display:flex;align-items:center;gap:10px}.webmail-context-menu button:hover{background:#0ea5e91a;color:#0ea5e9}.webmail-context-menu-section{margin-top:8px;padding-top:8px;border-top:1px solid var(--border-color, #e0e7ef)}.webmail-context-menu-title{font-size:12px;font-weight:800;color:var(--text-tertiary, #94a3b8);text-transform:uppercase;letter-spacing:.6px;padding:6px 10px}.webmail-context-menu-label-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.webmail-context-menu .material-symbols-outlined{font-size:18px}.webmail-container.theme-dark .webmail-context-menu{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-context-menu button{color:#e2e8f0}.webmail-container.theme-dark .webmail-context-menu button:hover{background:#38bdf82e;color:#38bdf8}.webmail-container.theme-dark .webmail-context-menu-section{border-color:#334155}.webmail-container.theme-dark .webmail-modal-header h3{color:#f8fafc}.webmail-container.theme-dark .webmail-settings-item select:focus{border-color:#0ea5e9}.webmail-container.theme-dark .webmail-settings-panel{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-settings-header{border-color:#334155}.webmail-container.theme-dark .webmail-settings-header h3{color:#f8fafc}.webmail-container.theme-dark .webmail-settings-section h4{color:#cbd5f5}.webmail-container.theme-dark .webmail-settings-item label span{color:#e2e8f0}.webmail-container.theme-dark .webmail-settings-item select{background:#0f172a;border-color:#334155;color:#e2e8f0}.webmail-container.theme-dark .webmail-settings-item select:focus{border-color:#38bdf8}.webmail-settings-modal{max-width:920px}.webmail-settings-layout{display:flex;min-height:520px}.webmail-settings-sidebar{width:220px;border-right:1px solid var(--border-color, #e0e7ef);padding:12px;display:flex;flex-direction:column;gap:6px}.webmail-settings-sidebar button{background:none;border:none;width:100%;text-align:left;padding:10px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:10px;color:var(--text-secondary, #64748b);font-weight:500}.webmail-settings-sidebar button:hover{background:var(--bg-hover, rgba(14, 165, 233, .1));color:var(--text-primary, #0c3d66)}.webmail-settings-sidebar button.active{background:#0ea5e926;color:#0ea5e9;font-weight:600}.webmail-settings-sidebar .material-symbols-outlined{font-size:20px}.webmail-settings-sidebar-footer{margin-top:auto;padding:10px;color:var(--text-tertiary, #94a3b8);font-size:12px;text-align:center}.webmail-settings-main{flex:1;padding:18px 24px;overflow-y:auto}.webmail-settings-text{padding:8px 12px;border:1px solid var(--border-color, #e0e7ef);border-radius:8px;background:var(--bg-card, #ffffff);color:var(--text-primary, #0c3d66);font-size:.9rem;min-width:240px}.webmail-settings-text:focus{outline:none;border-color:var(--primary, #0ea5e9);box-shadow:0 0 0 3px #0ea5e91a}.webmail-settings-progress{margin-top:10px;height:8px;background:var(--bg-soft, #e0e7ef);border-radius:4px;overflow:hidden;width:100%}.webmail-settings-progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#0284c7)}.webmail-settings-list{display:flex;flex-direction:column;gap:10px}.webmail-settings-row{border:1px solid var(--border-color, #e0e7ef);border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--bg-card, #ffffff)}.webmail-settings-row-title{display:flex;align-items:center;gap:10px;min-width:0}.webmail-settings-row-text{color:var(--text-primary, #0c3d66);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webmail-settings-row-stack{display:flex;flex-direction:column;gap:2px}.webmail-settings-row-subtext{font-size:12px;color:var(--text-tertiary, #94a3b8)}.webmail-settings-row-actions{display:flex;gap:8px;flex-shrink:0}.webmail-settings-primary{background:#0ea5e9;color:#fff;border:none;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;gap:8px}.webmail-settings-primary:hover{background:#0284c7}.webmail-settings-ghost{background:none;border:1px solid var(--border-color, #e0e7ef);color:var(--text-primary, #0c3d66);padding:8px 10px;border-radius:10px;cursor:pointer;font-weight:500}.webmail-settings-ghost:hover{background:var(--bg-hover, rgba(14, 165, 233, .1));border-color:#0ea5e959}.webmail-settings-empty{padding:10px 4px;color:var(--text-tertiary, #94a3b8);font-size:.9rem}.webmail-container.theme-dark .webmail-settings-sidebar{border-color:#334155}.webmail-container.theme-dark .webmail-settings-sidebar button:hover{background:#94a3b82e;color:#f8fafc}.webmail-container.theme-dark .webmail-settings-sidebar button.active{background:#38bdf82e;color:#38bdf8}.webmail-container.theme-dark .webmail-settings-text{background:#0f172a;border-color:#334155;color:#e2e8f0}.webmail-container.theme-dark .webmail-settings-row{background:#1e293b;border-color:#334155}.webmail-container.theme-dark .webmail-settings-ghost{border-color:#334155;color:#e2e8f0}.webmail-fab{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;border:none;background:#0ea5e9;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 24px #0ea5e959;z-index:1200}.webmail-fab:hover{background:#0284c7}.webmail-fab .material-symbols-outlined{font-size:28px}.webmail-compose-header-left{display:flex;align-items:center;gap:10px}@media(max-width:768px){.webmail-container.webmail-pane-list .webmail-list{display:flex}.webmail-container.webmail-pane-list .webmail-detail,.webmail-container.webmail-pane-detail .webmail-list,.webmail-container.webmail-pane-compose .webmail-list{display:none}.webmail-container.webmail-pane-detail .webmail-detail,.webmail-container.webmail-pane-compose .webmail-detail{display:flex}.webmail-settings-layout{flex-direction:column;min-height:auto}.webmail-settings-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border-color, #e0e7ef);flex-direction:row;overflow-x:auto}.webmail-settings-sidebar-footer{display:none}.webmail-settings-sidebar button{flex:0 0 auto;white-space:nowrap}.webmail-settings-main{padding:16px}}
