:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;--text:#17202a;--muted:#66717d;--subtle:#68727d;--surface:#ffffffc2;--surface-strong:#ffffffe6;--surface-hover:#fffffff0;--border:#ffffffa8;--line:#232d371f;--accent:#5058d8;--accent-contrast:#fff;--veil:#eef2f480;--shadow:0 14px 40px #1f29301c;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}:root[data-theme=night]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#f3f5f4;--muted:#b7c0be;--subtle:#8f9b98;--surface:#14191bb8;--surface-strong:#121719e0;--surface-hover:#1d2426eb;--border:#ffffff1c;--line:#ffffff1a;--accent:#7d84ff;--accent-contrast:#fff;--veil:#080c0e8a;--shadow:0 16px 46px #00000047}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;min-width:320px;min-height:100%}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{min-width:320px;min-height:100vh;color:var(--text);scrollbar-width:none;-webkit-user-select:none;user-select:none;background:#d9dfe2;margin:0}button,input{font:inherit}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 45%, transparent);outline-offset:2px}.skip-link{z-index:100;border:1px solid var(--accent);min-height:44px;color:var(--accent-contrast);background:var(--accent);box-shadow:var(--shadow);border-radius:8px;align-items:center;padding:0 14px;text-decoration:none;transition:transform .18s;display:inline-flex;position:fixed;top:12px;left:12px;transform:translateY(calc(-100% - 20px))}.skip-link:focus{transform:translateY(0)}.app{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:clip}.background{z-index:-2;background:#dfe4e6;position:fixed;inset:0;overflow:hidden}:root[data-theme=night] .background{background:#0f1517}.background__video{object-fit:cover;opacity:0;filter:saturate(.88)contrast(.96);width:100%;height:100%;transition:opacity .65s;position:absolute;inset:0;transform:scale(1.01)}.background__video.is-active{opacity:1}.background__veil{background:var(--veil);transition:background-color .3s;position:absolute;inset:0}.background--fallback .background__video{display:none}.site-header{z-index:10;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 88%, transparent);-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);height:64px;position:fixed;inset:0 0 auto}.site-header__content{align-items:center;gap:8px;width:min(1180px,100% - 40px);height:100%;margin:0 auto;display:flex}.poem-line{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:0;font-size:13px;display:flex}.poem-line:disabled{cursor:wait}.poem-line>svg{color:var(--accent);flex:none}.poem-line__content{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;transition:opacity .18s;animation:.26s poem-content-in;overflow:hidden}.poem-line__content.is-typing:after{content:"";vertical-align:-.12em;background:var(--accent);width:1px;height:1em;margin-left:2px;animation:.7s step-end infinite poem-caret;display:inline-block}.poem-line__source{color:var(--subtle);opacity:0;flex:none;font-size:11px;transition:opacity .24s,transform .24s;transform:translate(-4px)}.poem-line__source.is-visible{opacity:1;transform:translate(0)}.poem-line.is-loading .poem-line__content,.poem-line.is-loading .poem-line__source{opacity:0}@keyframes poem-content-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes poem-caret{50%{opacity:0}}.search-box__clear{color:var(--text);cursor:pointer;background:0 0;border:0}.floating-actions{z-index:20;border:1px solid var(--border);background:var(--surface-strong);width:54px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);border-radius:15px;flex-direction:column;gap:4px;padding:7px 4px;display:flex;position:fixed;bottom:20px;right:20px}.floating-actions>button{width:44px;height:44px;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:0 0 44px;place-items:center;padding:0;transition:color .18s,background-color .18s;display:grid;position:static}.floating-actions>.mobile-category-trigger{display:none}.mobile-category-trigger{color:var(--accent)}.floating-theme-toggle{color:var(--text)}.floating-actions>button:hover{background:var(--surface-hover)}.back-to-top{color:var(--muted);animation:.18s both floating-action-in}.back-to-top:hover{color:var(--text)}@keyframes floating-action-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.main-content{flex:1 0 auto;width:min(1180px,100% - 40px);margin:0 auto;padding:94px 0 56px}.floating-category-menu{z-index:15;align-items:stretch;gap:10px;display:flex;position:fixed;top:92px;left:22px}.category-menu__rail,.category-menu__children{border:1px solid var(--border);background:var(--surface-strong);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px)saturate(1.1);backdrop-filter:blur(22px)saturate(1.1)}.category-menu__rail{scrollbar-width:none;border-radius:14px;flex-direction:column;gap:4px;width:176px;max-height:calc(100vh - 122px);padding:10px;display:flex;overflow-y:auto}.category-menu__rail::-webkit-scrollbar{display:none}.category-menu__rail button{width:100%;min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;display:grid;position:relative}.category-menu__rail button .category-menu__mark{display:none}.category-menu__rail-header{border-bottom:1px solid var(--line);align-items:center;gap:9px;min-height:42px;margin:0 2px 5px;padding:0 4px 9px;display:flex}.category-menu__rail .category-menu__close{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 44px;place-items:center;margin-left:auto;padding:0;display:none}.category-menu__rail .category-menu__close:hover{color:var(--text);background:var(--line)}.category-menu__rail-header>div{gap:2px;min-width:0;display:grid}.category-menu__rail-header strong{color:var(--text);font-size:12px;font-weight:700}.category-menu__rail-header small{color:var(--subtle);font-size:10px}.category-menu__rail-icon{width:28px;height:28px;color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:8px;flex:0 0 28px;place-items:center;display:grid}.category-menu__rail button:hover,.category-menu__rail button.is-active{color:var(--accent);background:color-mix(in srgb, var(--accent) 11%, transparent)}.category-menu__rail button.is-active:before{background:var(--accent);content:"";border-radius:0 3px 3px 0;width:3px;height:26px;position:absolute;top:8px;left:-10px}.category-menu__mark{color:currentColor;background:color-mix(in srgb, currentColor 9%, transparent);border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.category-menu__dot{opacity:.78;background:currentColor;border-radius:50%;width:7px;height:7px}.category-menu__name{text-overflow:ellipsis;white-space:nowrap;text-align:left;min-width:0;max-width:none;font-size:12px;overflow:hidden}.category-menu__rail small,.category-menu__children small{color:var(--subtle);font-variant-numeric:tabular-nums;font-size:10px}.category-menu__children{border-radius:14px;align-self:start;width:220px;padding:12px;animation:.18s both category-panel-in}.category-menu__children header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:1px 3px 10px;display:flex}.category-menu__children header div{gap:2px;display:grid}.category-menu__children header small{color:var(--accent)}.category-menu__children header strong{color:var(--text);font-size:13px}.category-menu__children header button{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.category-menu__children header button:hover{color:var(--text);background:var(--line)}.category-menu__children>button{width:100%;min-height:36px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 9px;display:flex}.category-menu__children>button:hover,.category-menu__children>button.is-active{color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.category-menu-backdrop,.mobile-category-trigger{display:none}@keyframes category-panel-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.widget-panel{grid-template-columns:minmax(0,2.05fr) minmax(250px,.92fr) minmax(210px,.74fr);gap:14px;margin-bottom:22px;display:grid}.widget-panel--2{grid-template-columns:minmax(0,2.05fr) minmax(250px,1fr)}.widget-panel--1{grid-template-columns:minmax(0,1fr)}.widget{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(20px)saturate(1.1);backdrop-filter:blur(20px)saturate(1.1);border-radius:8px;min-width:0;height:220px;box-shadow:0 12px 32px #1b252b1a}.weather-widget{color:#fff;background:#4c7dddd6;padding:20px 22px;overflow:hidden}.weather-widget__head,.weather-widget__head span,.weather-widget__summary,.weather-widget__current{align-items:center;display:flex}.weather-widget__head{border-bottom:1px solid #ffffff29;justify-content:space-between;padding-bottom:11px}.weather-widget__head span{gap:5px;font-size:14px;font-weight:650}.weather-widget__summary{justify-content:space-between;gap:16px;margin:11px 0 13px}.weather-widget__current{gap:14px}.weather-widget__current strong{font-variant-numeric:tabular-nums;font-size:46px;line-height:1}.weather-widget__current>div{gap:3px;display:grid}.weather-widget__current span{font-size:15px;font-weight:650}.weather-widget__current small{color:#ffffffd1;font-size:12px}.weather-widget__status{color:#ffffffd1;background:#ffffff14;border:1px solid #ffffff2e;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:650}.weather-widget__forecast div{background:#ffffff12;border-radius:6px;justify-items:center;gap:4px;min-width:0;padding:7px 3px;display:grid}.weather-widget__forecast span,.weather-widget__forecast small{white-space:nowrap;font-size:11px}.weather-widget__forecast span{color:#ffffffbd}.weather-widget__loading{flex-direction:column;justify-content:center;align-items:center;gap:5px;height:158px;display:flex}.weather-widget__loading span{color:#ffffffbd;font-size:12px}.calendar-widget{flex-direction:column;padding:18px 19px;display:flex;overflow:hidden}.calendar-widget header{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.calendar-widget header div{gap:2px;display:grid}.calendar-widget header strong{white-space:nowrap;font-size:16px}.calendar-widget header small{color:var(--accent);font-size:10px;font-weight:700}.calendar-widget header span{color:var(--subtle);font-size:11px}.calendar-widget__grid{text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.calendar-widget__week{color:var(--subtle);flex:none;margin-bottom:5px;font-size:10px}.calendar-widget__days{font-variant-numeric:tabular-nums;flex:1;grid-template-rows:repeat(6,minmax(0,1fr));min-height:0;font-size:10.5px}.calendar-widget__days span{border-radius:50%;place-self:center;place-items:center;width:min(19px,100%);height:min(19px,100%);display:grid}.calendar-widget__days .is-today{color:var(--accent-contrast);background:var(--accent);font-weight:700}.countdown-widget{color:var(--text);background:#fff8e1c7;flex-direction:column;padding:18px;display:flex}.countdown-widget header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.countdown-widget header span{color:var(--accent);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.countdown-widget header small{color:var(--subtle);font-size:10px}.countdown-widget__content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;min-height:0;display:flex}.countdown-widget__content span{color:var(--muted);font-size:13px}.countdown-widget__content strong{font-variant-numeric:tabular-nums;margin:1px 0 0;font-family:Georgia,Times New Roman,serif;font-size:56px;line-height:1}.countdown-widget__content small{color:var(--muted);font-size:12px;line-height:1.2}.navigator{width:100%}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.search-toolbar{align-items:center;min-height:38px;margin-bottom:10px;display:flex}.search-mode{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none;border-radius:8px;flex:0 auto;align-items:center;max-width:100%;height:36px;padding:3px;display:inline-flex;overflow-x:auto}.search-mode::-webkit-scrollbar{display:none}.search-mode button{height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;align-items:center;gap:6px;padding:0 11px;display:inline-flex}.search-mode button:hover{color:var(--text)}.search-engine-icon{object-fit:contain;flex:0 0 15px;width:15px;height:15px}.search-box{border:1px solid var(--border);height:58px;color:var(--muted);background:var(--surface-strong);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px)saturate(1.15);backdrop-filter:blur(20px)saturate(1.15);border-radius:8px;align-items:center;gap:13px;padding:0 18px;display:flex}.search-box:focus-within{border-color:color-mix(in srgb, var(--accent) 45%, var(--border))}.search-box input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:16px}.search-box__clear{border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.search-box__clear:hover{background:var(--line)}.web-search-button{width:36px;height:36px;color:var(--accent-contrast);background:var(--accent);cursor:pointer;border:0;border-radius:7px;flex:0 0 36px;place-items:center;transition:filter .18s,transform .18s;display:grid}.category-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;margin:18px 0 28px;display:grid}.category-list{flex-wrap:wrap;gap:8px;min-width:0;max-height:36px;transition:max-height .22s;display:flex;overflow:hidden}.category-row.is-expanded .category-list{max-height:1200px}.category-toggle{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);background:var(--surface-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:color .18s,background-color .18s;display:grid}.category-toggle:hover{color:var(--text);background:var(--surface-hover)}.subcategory-row{border-left:2px solid color-mix(in srgb, var(--accent) 42%, transparent);flex-wrap:wrap;gap:6px;margin:-16px 0 24px;padding:8px 10px;display:flex}.subcategory-button{min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;align-items:center;gap:5px;padding:0 9px;font-size:12px;display:inline-flex}.subcategory-button:hover,.subcategory-button.is-active{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 24%, transparent);background:color-mix(in srgb, var(--accent) 9%, transparent)}.subcategory-button small{color:var(--subtle);font-size:10px}.category-button{border:1px solid var(--border);min-width:max-content;height:36px;color:var(--muted);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;border-radius:18px;align-items:center;gap:8px;padding:0 13px;transition:color .18s,background-color .18s,border-color .18s;display:inline-flex}.category-button small{min-width:19px;height:19px;color:var(--subtle);background:var(--line);border-radius:10px;place-items:center;font-size:11px;display:grid}.category-button:hover{color:var(--text);background:var(--surface-hover)}.category-button.is-active{border-color:var(--accent);color:var(--accent-contrast);background:var(--accent)}.category-button.is-active small{color:var(--accent-contrast);background:color-mix(in srgb, var(--accent-contrast) 17%, transparent)}.results-heading{justify-content:space-between;align-items:center;gap:16px;min-height:30px;margin:14px 0 12px;display:flex}.results-heading__main{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.results-heading strong{text-overflow:ellipsis;white-space:nowrap;flex:none;min-width:0;font-size:15px;line-height:1.25;overflow:hidden}.results-heading span{color:var(--muted);flex:none;font-size:13px;line-height:1.25}.results-heading__subcategories{border-left:1px solid var(--line);flex-wrap:wrap;flex:auto;align-items:center;gap:5px;min-width:0;padding-left:10px;display:flex}.results-heading__subcategories::-webkit-scrollbar{display:none}.results-heading__subcategories:before{display:none}.results-heading__subcategories button{min-width:max-content;min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:6px;padding:0 9px;font-size:12px;transition:color .18s,background-color .18s,border-color .18s;display:inline-flex}.results-heading__subcategories button:hover{color:var(--text);background:var(--surface)}.results-heading__subcategories button.is-active{border-color:color-mix(in srgb, var(--accent) 22%, transparent);color:var(--accent);background:color-mix(in srgb, var(--accent) 11%, transparent)}.results-heading__subcategories small{color:var(--subtle);font-variant-numeric:tabular-nums;font-size:10px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.site-load-more{min-height:68px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.site-load-more svg{color:var(--accent);animation:.85s linear infinite site-loading-spin}@keyframes site-loading-spin{to{transform:rotate(360deg)}}.nav-card{border:1px solid var(--border);min-width:0;min-height:126px;color:var(--text);background:var(--surface);-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);border-radius:8px;align-items:flex-start;gap:13px;padding:17px;text-decoration:none;transition:transform .18s,background-color .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 5px 18px #1b252b0d}.nav-card:hover{background:var(--surface-hover);box-shadow:var(--shadow);transform:translateY(-3px)}.nav-card__icon{width:42px;height:42px;color:var(--card-accent);background:color-mix(in srgb, var(--card-accent) 13%, transparent);border-radius:8px;flex:0 0 42px;place-items:center;display:grid}.nav-card__favicon{object-fit:contain;border-radius:5px;width:26px;height:26px;display:block}.nav-card__content{flex:1;min-width:0}.nav-card__title-row{align-items:center;gap:7px;padding-right:14px;display:flex}.nav-card__title-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}.nav-card__badge{color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:4px;flex:none;padding:2px 5px;font-size:10px;font-weight:700}.nav-card__description,.nav-card__domain{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.nav-card__description{color:var(--muted);margin-top:7px;font-size:13px}.nav-card__meta-row{align-items:center;gap:7px;min-width:0;margin-top:8px;display:flex}.nav-card__category{text-overflow:ellipsis;white-space:nowrap;max-width:52%;color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);border-radius:4px;flex:none;padding:2px 5px;font-size:10px;font-weight:650;overflow:hidden}.nav-card__domain{min-width:0;color:var(--subtle);margin-top:0;font-size:11px}.nav-card__external{color:var(--subtle);opacity:0;transition:opacity .18s,transform .18s;position:absolute;top:17px;right:15px;transform:translate(-2px,2px)}.nav-card:hover .nav-card__external,.nav-card:focus-visible .nav-card__external{opacity:1;transform:translate(0)}.empty-state{border:1px solid var(--border);min-height:220px;color:var(--muted);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.empty-state button{border:1px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:7px 12px}.site-footer{width:min(1180px,100% - 40px);color:var(--subtle);text-align:center;flex-direction:column;flex:none;align-items:center;gap:7px;margin:0 auto;padding:0 0 28px;display:flex}.site-footer__quote{max-width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;line-height:1.6}.site-footer__quote:hover{color:var(--text)}.site-footer__icp{color:#4f5a65;font-size:11px;line-height:1.5;text-decoration:none}:root[data-theme=night] .site-footer__icp,a.site-footer__icp:hover{color:var(--muted)}@media (width<=980px){.floating-category-menu{left:10px}.widget-panel{grid-template-columns:minmax(0,1fr) minmax(190px,.72fr)}.weather-widget{grid-column:1/-1}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1100px){.floating-category-menu{pointer-events:none;display:block;inset:auto 14px 14px;transform:none}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.floating-category-menu.is-open{pointer-events:auto;flex-direction:column-reverse;gap:8px;display:flex}.category-menu__rail{opacity:0;width:100%;max-height:0;transition:max-height .22s,opacity .18s,transform .22s;display:flex;overflow:hidden;transform:translateY(8px)}.floating-category-menu.is-open .category-menu__rail{opacity:1;max-height:min(55vh,360px);overflow-y:auto;transform:translateY(0)}.category-menu__rail button{flex:0 0 62px}.category-menu__rail button.is-active:before{border-radius:3px 3px 0 0;width:25px;height:3px;top:auto;bottom:-8px;left:18px}.category-menu__children{width:100%;max-height:min(55vh,360px)}.category-menu-backdrop{z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0f121f;border:0;display:block;position:fixed;inset:0}.mobile-category-trigger{z-index:25;border:1px solid var(--border);width:44px;height:44px;color:var(--accent);background:var(--surface-strong);box-shadow:var(--shadow);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:126px;right:14px}.mobile-category-trigger span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}@media (width<=720px){.floating-category-menu{z-index:35;pointer-events:none;display:block;position:fixed;inset:auto 12px 12px;transform:none}.floating-category-menu.is-open{pointer-events:auto;flex-direction:column-reverse;gap:8px;display:flex;inset:auto 12px 12px}.category-menu__rail{opacity:0;width:100%;max-height:0;transition:max-height .22s,opacity .18s,transform .22s;display:flex;overflow:hidden;transform:translateY(8px)}.floating-category-menu.is-open .category-menu__rail{opacity:1;max-height:min(55vh,360px);overflow-y:auto;transform:translateY(0)}.category-menu__rail button{flex:0 0 62px}.category-menu__rail button.is-active:before{border-radius:3px 3px 0 0;width:25px;height:3px;top:auto;bottom:-8px;left:18px}.category-menu__children{width:100%;max-height:min(55vh,360px)}.category-menu__children header button{display:grid}.category-menu-backdrop{z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0f121f;border:0;display:block;position:fixed;inset:0}.mobile-category-trigger{z-index:25;border:1px solid var(--border);width:44px;height:44px;color:var(--accent);background:var(--surface-strong);box-shadow:var(--shadow);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:126px;right:14px}.mobile-category-trigger span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.search-mode{height:52px;padding:4px}.search-mode button{height:44px}.search-box__clear,.web-search-button{flex-basis:44px;width:44px;height:44px}.results-heading__subcategories button,.empty-state button{min-height:44px}.site-footer__quote,a.site-footer__icp{align-items:center;min-height:44px;display:inline-flex}.category-row,.subcategory-row{display:none}.site-header__content{width:min(100% - 28px,1180px)}.poem-line{min-height:44px}.poem-line__source{display:none}.main-content,.site-footer{width:min(100% - 28px,1180px)}.main-content{padding-top:82px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.site-header{height:58px}.main-content,.site-footer,.site-header__content{width:calc(100% - 24px)}.poem-line{font-size:12px}.floating-theme-toggle{width:44px;height:44px;bottom:14px;right:14px}.back-to-top{width:44px;height:44px;bottom:68px;right:14px}.mobile-category-trigger{bottom:120px;right:14px}.main-content{padding:74px 0 42px}.widget-panel{grid-template-columns:minmax(0,1fr) minmax(132px,.72fr);gap:10px;width:100%;display:grid}.widget-panel.widget-panel--1,.widget-panel.widget-panel--2{grid-template-columns:minmax(0,1fr)}.widget{height:198px}.weather-widget{grid-column:1/-1;height:210px;padding:16px}.weather-widget__current strong{font-size:40px}.weather-widget__status{display:none}.weather-widget__forecast div{padding-inline:1px}.calendar-widget,.countdown-widget{padding:13px}.calendar-widget header{margin-bottom:8px;padding-bottom:8px}.calendar-widget header span{display:none}.calendar-widget__days{font-size:10px}.calendar-widget__days span{min-width:18px;height:18px}.countdown-widget header{justify-content:center}.countdown-widget header small{display:none}.countdown-widget__content strong{font-size:48px}.search-box{height:54px;padding:0 15px}.search-mode button{padding:0 9px}.results-heading{align-items:flex-start}.results-heading__main{flex-direction:column;align-items:flex-start;gap:5px}.results-heading__subcategories{width:100%}.results-heading__subcategories:before{display:none}.category-row{margin-bottom:22px}.card-grid{grid-template-columns:1fr}.nav-card{min-height:108px}}@media (width<=1100px){.floating-category-menu{z-index:35;pointer-events:none;display:block;inset:auto 14px 14px;transform:none}.floating-category-menu.is-open{pointer-events:auto;flex-direction:column-reverse;gap:10px;display:flex}.category-menu__rail{opacity:0;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:5px;width:100%;max-height:0;padding:12px;transition:max-height .22s,opacity .18s,transform .22s;display:grid;overflow:hidden;transform:translateY(8px)}.floating-category-menu.is-open .category-menu__rail{opacity:1;max-height:min(58vh,460px);overflow-y:auto;transform:translateY(0)}.category-menu__rail-header{grid-column:1/-1;margin-bottom:4px}.category-menu__rail .category-menu__close{display:grid}.category-menu__rail button{grid-template-columns:minmax(0,1fr) auto;min-width:0;min-height:44px}.category-menu__rail button.is-active:before{border-radius:0 3px 3px 0;width:3px;height:24px;top:8px;bottom:auto;left:-12px}.category-menu__children{width:100%;max-height:min(42vh,330px);overflow-y:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=1101px){.site-header__content,.main-content,.site-footer{width:min(1480px,100% - 244px);margin-left:214px;margin-right:auto}}@media (width>=1600px){.site-header__content,.main-content,.site-footer{width:calc(100% - 244px);margin-right:30px}.widget-panel{grid-template-columns:minmax(0,2.25fr) minmax(300px,.95fr) minmax(260px,.78fr);max-width:none}.widget-panel--2{grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr)}.card-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}}@media (width>=2200px){.card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}:root{--text:#172033;--muted:#566176;--subtle:#667085;--surface:#ffffffdb;--surface-strong:#fffffff0;--surface-hover:#fffffffa;--border:#d3dbead1;--line:#3646691c;--accent:#5364df;--accent-soft:#5364df1c;--veil:#f4f7fcb8;--shadow:0 18px 48px #3240691c;--shadow-soft:0 8px 26px #32406912;font-family:Avenir Next,Segoe UI Variable,PingFang SC,Microsoft YaHei,sans-serif}:root[data-theme=night]{--text:#f3f5fb;--muted:#bdc5d7;--subtle:#9ba6bc;--surface:#161b28cc;--surface-strong:#141926ed;--surface-hover:#202738f7;--border:#cdd9ff21;--line:#cdd9ff1c;--accent:#8994ff;--accent-soft:#8994ff24;--veil:#080c1799;--shadow:0 20px 54px #00000052;--shadow-soft:0 10px 30px #00000038}body{background:#eef2f8}:root[data-theme=night] body{background:#0b1020}.background__video{filter:saturate(.72)contrast(.94)brightness(1.03)}:root[data-theme=night] .background__video{filter:saturate(.76)contrast(1.02)brightness(.74)}.site-header{border-color:var(--border);background:color-mix(in srgb, var(--surface-strong) 91%, transparent);height:70px;box-shadow:0 1px #ffffff52}.site-header__content{gap:18px}.site-brand{color:var(--text);align-items:center;gap:10px;text-decoration:none;display:flex}.site-brand img{border-radius:11px;flex:0 0 36px;width:36px;height:36px;box-shadow:0 8px 18px #5364df33}.site-brand>span{min-width:0}.site-brand strong,.site-brand--header span{color:var(--text);letter-spacing:-.02em;font-size:16px;font-weight:760}.site-brand small{color:var(--subtle);letter-spacing:.16em;margin-top:2px;font-size:8px;font-weight:700;display:block}.site-brand--header{flex:none;display:none}.poem-line{min-height:44px;color:var(--text);font-size:13px}.poem-line>svg{background:var(--accent-soft);border-radius:10px;width:30px;height:30px;padding:7px}.main-content{padding-top:96px}.widget-panel{gap:16px;margin-bottom:18px}.widget{border-color:var(--border);background:var(--surface-strong);height:224px;box-shadow:var(--shadow-soft);border-radius:18px}.weather-widget{isolation:isolate;background:radial-gradient(circle at 82% 12%,#ffffff38,#0000 26%),linear-gradient(135deg,#3f68d3f5,#5b7de5f0 58%,#6769c9f0);border-color:#fff3;padding:22px 24px;position:relative;box-shadow:0 20px 44px #3952b038}.weather-widget:after{z-index:-1;content:"";border:1px solid #ffffff24;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-78px;right:-44px;box-shadow:0 0 0 34px #ffffff09,0 0 0 74px #ffffff06}:root[data-theme=night] .weather-widget{background:radial-gradient(circle at 82% 12%,#ffffff1f,#0000 25%),linear-gradient(135deg,#273f8bf5,#3a4c9ef2 56%,#483f85f2)}.weather-widget__head{padding-bottom:12px}.weather-widget__current strong{letter-spacing:-.06em;font-family:Avenir Next,Segoe UI Variable,sans-serif;font-size:50px;font-weight:650}.weather-widget__forecast div{background:#ffffff12;border:1px solid #ffffff14;border-radius:10px}.calendar-widget,.countdown-widget{padding:19px 20px}.calendar-widget header,.countdown-widget header{min-height:44px}.countdown-widget{background:radial-gradient(circle at 100% 0, #ffc48f29, transparent 40%), var(--surface-strong)}:root[data-theme=night] .countdown-widget{background:radial-gradient(circle at 100% 0, #9b7eff2e, transparent 42%), var(--surface-strong)}.countdown-widget__content strong{color:#ed7e39;letter-spacing:-.05em;font-family:Avenir Next,Georgia,serif;font-size:54px;font-weight:650}:root[data-theme=night] .countdown-widget__content strong{color:#ffad75}.search-toolbar{min-height:42px;margin-bottom:8px}.search-mode{background:var(--surface);border-radius:12px;height:42px;padding:4px;box-shadow:0 3px 14px #3240690a}.search-mode button{border-radius:8px;height:32px;transition:color .18s,background-color .18s,box-shadow .18s}.search-mode button.is-active{color:var(--accent);background:var(--surface-strong);box-shadow:0 3px 10px #3240691a}.search-box{background:var(--surface-strong);height:62px;box-shadow:var(--shadow-soft);border-radius:16px;transition:border-color .18s,box-shadow .18s,transform .18s}.search-box__clear,.web-search-button{border-radius:11px;flex-basis:42px;width:42px;height:42px}.results-heading{min-height:40px;margin:14px 2px 12px}.results-heading strong{letter-spacing:-.01em;font-size:16px}.results-heading__subcategories button{border-radius:9px}.nav-card{border-color:var(--border);background:var(--surface);border-radius:14px;gap:12px;min-height:114px;padding:15px;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s;box-shadow:0 6px 20px #3240690e}.nav-card:hover{border-color:color-mix(in srgb, var(--card-accent) 32%, var(--border));transform:translateY(-2px);box-shadow:0 14px 30px #32406921}.nav-card__title-row strong{font-size:14px}.nav-card__description{margin-top:5px;font-size:12px}.nav-card__meta-row{margin-top:7px}.nav-card__badge,.nav-card__category{border-radius:6px}.nav-card__external{top:14px;right:13px}.empty-state{background:var(--surface-strong);box-shadow:var(--shadow-soft);border-radius:16px}.floating-actions{background:var(--surface-strong);box-shadow:var(--shadow-soft);border-radius:17px;bottom:18px;right:18px}@media (width>=1101px){.site-header{left:208px}.site-header__content,.main-content,.site-footer{width:auto;margin-left:238px;margin-right:30px}.site-header__content{margin-left:30px}.floating-category-menu{z-index:15;border-right:1px solid var(--border);background:color-mix(in srgb, var(--surface-strong) 94%, transparent);-webkit-backdrop-filter:blur(24px)saturate(1.12);backdrop-filter:blur(24px)saturate(1.12);flex-direction:column;gap:0;width:208px;display:flex;top:0;bottom:0;left:0;box-shadow:12px 0 40px #3240690e}.site-brand--sidebar{min-height:86px;padding:18px 18px 14px}.category-menu__rail{width:100%;max-height:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;flex:auto;gap:5px;padding:10px 14px 24px}.category-menu__rail-header{min-height:48px;margin:0 2px 8px;padding:0 4px 10px}.category-menu__rail-header strong{font-size:13px}.category-menu__rail button{border-radius:12px;grid-template-columns:30px minmax(0,1fr) auto;min-height:46px;padding:7px 10px}.category-menu__rail button .category-menu__mark{display:grid}.category-menu__rail button.is-active:before{top:10px;left:-14px}.category-menu__name{font-size:13px}}@media (width>=1600px){.main-content,.site-footer{margin-left:238px;margin-right:30px}.site-header__content{margin-left:30px;margin-right:30px}.widget-panel{grid-template-columns:minmax(0,2.15fr) minmax(300px,.95fr) minmax(260px,.8fr)}}@media (width<=1100px){.site-header{left:0}.site-brand--header{display:flex}.site-brand--sidebar{display:none}.category-menu__rail{background:var(--surface-strong);box-shadow:var(--shadow);border-radius:18px}.main-content{padding-top:94px}}@media (width<=980px){.widget-panel{gap:14px}}@media (width<=720px){.site-header{height:66px}.site-brand img{border-radius:10px;flex-basis:32px;width:32px;height:32px}.site-brand--header span{font-size:14px}.poem-line{flex:auto}.poem-line>svg{display:none}.main-content{padding-top:84px}.widget-panel{margin-bottom:16px}.widget{border-radius:16px}.search-toolbar{margin-bottom:9px}.search-mode{width:100%;height:52px;padding:4px}.search-mode button{min-width:max-content;height:44px}.search-box{border-radius:14px;height:56px}.results-heading{margin-top:12px}.nav-card{border-radius:13px}.floating-actions{border-radius:16px;flex-direction:row;gap:2px;width:auto;padding:4px;bottom:14px;right:14px}.floating-actions .mobile-category-trigger,.floating-actions .back-to-top,.floating-actions .floating-theme-toggle{width:44px;height:44px;position:static;bottom:auto;right:auto}}@media (width<=520px){.site-header__content,.main-content,.site-footer{width:calc(100% - 24px)}.site-header__content{gap:12px}.widget-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.widget-panel.widget-panel--1,.widget-panel.widget-panel--2{grid-template-columns:minmax(0,1fr)}.widget{height:196px}.weather-widget{height:214px;padding:17px}.weather-widget__current strong{font-size:42px}.weather-widget__forecast{gap:5px}.weather-widget__forecast div{border-radius:8px;padding:6px 1px}.calendar-widget,.countdown-widget{padding:13px}.calendar-widget header,.countdown-widget header{min-height:38px}.search-mode button{padding:0 10px}.search-box{gap:10px;padding-inline:14px}.search-box input{font-size:14px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nav-card{gap:10px;min-height:126px;padding:12px}.nav-card__icon{border-radius:10px;flex-basis:38px;width:38px;height:38px}.nav-card__favicon{width:24px;height:24px}.nav-card__title-row{padding-right:0}.nav-card__title-row strong{font-size:13px}.nav-card__badge{position:absolute;top:52px;left:12px}.nav-card__description{margin-top:4px;font-size:11px}.nav-card__meta-row{position:absolute;bottom:11px;left:12px;right:12px}.nav-card__category{max-width:46%}.nav-card__domain{font-size:10px}.nav-card__external{display:none}}@media (width<=380px){.site-brand--header>span{display:none}}@media (width<=340px){.card-grid{grid-template-columns:1fr}.nav-card{min-height:108px}}.site-header__content{justify-content:space-between}.poem-line{flex:auto}.widget-panel{grid-template-columns:minmax(0,1.36fr) minmax(285px,1fr) minmax(260px,.9fr)}.weather-widget{padding:18px 20px}.weather-widget__head{min-height:32px;padding-bottom:9px}.weather-widget__head>svg{display:none}.weather-widget__body{grid-template-columns:minmax(132px,.9fr) minmax(78px,.55fr) minmax(150px,.95fr);align-items:center;gap:12px;min-height:0;padding-top:9px;display:grid}.weather-widget__current{align-self:center;gap:10px}.weather-widget__current strong{font-size:clamp(44px,3.4vw,58px)}.weather-widget__current>div{gap:4px}.weather-widget__current span{font-size:16px}.weather-widget__current small{max-width:150px;line-height:1.5}.weather-widget__hero-icon{color:#fffffff5;filter:drop-shadow(0 12px 20px #2335852e);place-items:center;display:grid}.weather-widget__forecast{grid-template-columns:1fr;gap:2px;display:grid}.weather-widget__forecast div{background:0 0;border:0;border-radius:7px;grid-template-columns:minmax(38px,1fr) 20px auto;place-items:center start;gap:8px;min-height:26px;padding:2px 5px;display:grid}.weather-widget__forecast div:first-child{background:#ffffff1a}.weather-widget__forecast small{color:#fffffff0;font-variant-numeric:tabular-nums;justify-self:end}.calendar-widget header>div{gap:3px}.calendar-widget header strong{font-size:15px}.calendar-widget header span{background:var(--accent-soft);color:var(--accent);border-radius:8px;padding:5px 8px;font-weight:650}.countdown-widget header span{color:var(--text);font-size:13px}.countdown-widget header span b{min-width:20px;height:20px;color:var(--accent);background:var(--accent-soft);border-radius:10px;place-items:center;font-size:10px;display:inline-grid}.countdown-widget__item{align-items:center;gap:11px;min-height:56px;padding:8px 2px;display:flex}.countdown-widget__list{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:auto;min-height:0;overflow-y:auto}.countdown-widget__item+.countdown-widget__item{border-top:1px solid var(--line)}.countdown-widget__icon{color:#ef8750;background:#ffc48f33;border-radius:13px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.countdown-widget__info{flex:auto;gap:6px;min-width:0;display:grid}.countdown-widget__info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.countdown-widget__info small{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.countdown-widget__days{color:var(--muted);flex:none;align-items:baseline;gap:4px;display:inline-flex}.countdown-widget__days strong{color:#ed7e39;letter-spacing:-.05em;font-family:Avenir Next,Segoe UI Variable,sans-serif;font-size:28px;font-weight:650}:root[data-theme=night] .countdown-widget__days strong{color:#ffad75}.countdown-widget__days small{font-size:10px}.category-strip{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;margin:14px 0 4px;display:none}.category-strip button{border:1px solid var(--border);min-width:max-content;height:38px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:19px;align-items:center;gap:7px;padding:0 13px;transition:color .18s,border-color .18s,background-color .18s,box-shadow .18s;display:inline-flex}.category-strip button:hover{color:var(--text);background:var(--surface-strong)}.category-strip button.is-active{border-color:var(--accent);color:var(--accent-contrast);background:var(--accent);box-shadow:0 8px 18px color-mix(in srgb, var(--accent) 22%, transparent)}.category-strip button small{min-width:18px;height:18px;color:var(--subtle);background:var(--line);border-radius:9px;place-items:center;font-size:10px;display:inline-grid}.category-strip button.is-active small{color:var(--accent-contrast);background:#ffffff2e}.results-heading{margin-top:8px}.site-footer{padding-top:26px}@media (width>=1101px){.site-header{left:236px}.site-header__content,.main-content,.site-footer{margin-left:264px;margin-right:28px}.site-header__content{margin-left:28px}.floating-category-menu{width:236px}.site-brand--sidebar{min-height:92px;padding-inline:20px}.category-menu__rail{padding-inline:16px}.floating-category-menu:after{z-index:-1;background:linear-gradient(152deg, transparent 36%, color-mix(in srgb, var(--accent) 6%, transparent) 36% 54%, transparent 54%), linear-gradient(28deg, transparent 45%, color-mix(in srgb, var(--accent) 5%, transparent) 45% 66%, transparent 66%);content:"";height:32vh;position:absolute;bottom:0;left:0;right:0}}@media (width>=1600px){.main-content,.site-footer{margin-left:264px;margin-right:28px}.site-header__content{margin-left:28px;margin-right:28px}.widget-panel{grid-template-columns:minmax(0,1.36fr) minmax(300px,1fr) minmax(275px,.9fr)}}@media (width<=1280px) and (width>=981px){.widget-panel{grid-template-columns:minmax(0,1fr) minmax(230px,.72fr)}.weather-widget{grid-column:1/-1}}@media (width<=1100px){.site-header__content,.main-content,.site-footer{margin-left:auto;margin-right:auto}.category-strip{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px;display:flex;overflow-x:auto}.category-strip::-webkit-scrollbar{display:none}.category-strip button{flex:none}.floating-actions>.mobile-category-trigger{display:grid}}@media (width<=720px){.weather-widget__body{grid-template-columns:minmax(0,1fr) 72px;gap:8px}.weather-widget__hero-icon svg{width:64px;height:64px}.weather-widget__forecast{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.weather-widget__forecast div{background:#ffffff12;grid-template-columns:1fr;justify-items:center;gap:2px;min-width:0;min-height:55px;padding:5px 1px}.weather-widget__forecast small{justify-self:center;font-size:9px}.category-strip button{height:44px;min-height:44px}.results-heading__subcategories{border-left:0;padding-left:0}}@media (width<=520px){.widget-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.widget-panel.widget-panel--1,.widget-panel.widget-panel--2{grid-template-columns:minmax(0,1fr)}.weather-widget{grid-column:1/-1;height:232px}.weather-widget__current strong{font-size:44px}.weather-widget__current small{max-width:120px;font-size:10px}.countdown-widget__item{grid-template-columns:40px minmax(0,1fr);align-content:center;gap:8px;display:grid}.countdown-widget__icon{flex-basis:40px;width:40px;height:40px}.countdown-widget__days{grid-column:1/-1;justify-self:center}.countdown-widget__days strong{font-size:28px}}.search-box{z-index:30;border:1px solid color-mix(in srgb, var(--border) 88%, var(--accent) 12%);height:56px;color:var(--muted);background:color-mix(in srgb, var(--surface-strong) 96%, transparent);-webkit-backdrop-filter:blur(22px)saturate(1.1);backdrop-filter:blur(22px)saturate(1.1);border-radius:14px;align-items:center;gap:9px;padding:0 10px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;box-shadow:0 8px 26px #32406914}.search-box:focus-within{border-color:color-mix(in srgb, var(--accent) 52%, var(--border));box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 9%, transparent), 0 10px 30px #3240691a;transform:translateY(-1px)}.search-box__site,.search-provider-button,.search-box__more>button,.search-box__clear,.web-search-button{color:var(--muted);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;transition:color .16s,background-color .16s,box-shadow .16s,transform .16s;display:grid}.search-box__site{border-radius:11px;width:38px;height:38px}.search-box__site:hover,.search-box__site.is-active{color:var(--accent);background:var(--accent-soft)}.search-box__site:focus-visible,.search-provider-button:focus-visible,.search-box__more>button:focus-visible,.search-box__clear:focus-visible,.web-search-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.search-box input{min-width:70px;height:100%;color:var(--text);letter-spacing:.01em;background:0 0;border:0;outline:0;flex:auto;padding:0 4px;font-size:15px}.search-box input::placeholder{color:var(--subtle);opacity:1}.search-box input::-webkit-search-cancel-button{display:none}.search-box__clear{border-radius:9px;width:32px;height:32px}.search-box__clear:hover{color:var(--text);background:var(--line)}.web-search-button{width:34px;height:34px;color:var(--accent-contrast);background:var(--accent);border-radius:10px}.web-search-button:hover{filter:brightness(1.04);transform:translateY(-1px)}.search-box__divider{background:var(--line);flex:0 0 1px;width:1px;height:24px}.search-box__providers{flex:none;align-items:center;gap:4px;display:flex}.search-provider-button,.search-box__more>button{border-radius:10px;width:36px;height:36px}.search-provider-button:hover,.search-box__more>button:hover,.search-box__more>button.is-active{color:var(--text);background:var(--line)}.search-provider-button.is-active{background:var(--accent-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 26%, transparent)}.search-provider-button.is-active:after{background:var(--accent);content:"";border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px}.search-provider-button{position:relative}.search-provider-button .search-engine-icon{flex-basis:19px;width:19px;height:19px}.search-box__more{flex:none;position:relative}.search-provider-menu{z-index:35;border:1px solid var(--border);background:var(--surface-strong);border-radius:12px;gap:3px;width:226px;padding:7px;animation:.15s both search-provider-menu-in;display:grid;position:absolute;top:calc(100% + 11px);right:0;box-shadow:0 18px 48px #242f5229}@keyframes search-provider-menu-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.search-provider-menu>button{width:100%;min-height:46px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:6px 8px;display:grid}.search-provider-menu>button:hover,.search-provider-menu>button[aria-checked=true]{background:var(--accent-soft)}.search-provider-menu>button>span:first-child{width:30px;height:30px;color:var(--accent);background:var(--surface);border-radius:8px;place-items:center;display:grid}.search-provider-menu .search-engine-icon{flex-basis:17px;width:17px;height:17px}.search-provider-menu>button>span:nth-child(2){gap:2px;min-width:0;display:grid}.search-provider-menu strong{font-size:12px;font-weight:650}.search-provider-menu small{color:var(--subtle);font-size:10px}.search-provider-menu>button>svg{color:var(--accent)}@media (width<=720px){.search-box{border-radius:14px;gap:6px;height:56px;padding-inline:8px}.search-box__providers{gap:2px}.search-provider-button,.search-box__more>button{width:36px;height:36px}}@media (width<=520px){.search-box input{padding-inline:1px;font-size:14px}.search-box__site{width:36px;height:36px}.search-provider-button:nth-child(3){display:none}.search-provider-button,.search-box__more>button{width:34px;height:34px}.search-provider-menu{width:min(226px,100vw - 32px);right:-4px}}@media (prefers-reduced-motion:reduce){.search-provider-menu{animation:none}}.card-grid{gap:10px 12px}.nav-card{border-radius:12px;align-items:flex-start;gap:12px;min-height:94px;padding:13px 14px;box-shadow:0 4px 16px #3240690b}.nav-card__icon{border-radius:9px;flex-basis:38px;width:38px;height:38px}.nav-card__aside{flex-direction:column;flex:0 0 70px;align-items:center;gap:5px;width:70px;min-width:0;display:flex}.nav-card__favicon{width:25px;height:25px}.nav-card__title-row{min-height:18px;padding-right:0}.nav-card__content{flex-direction:column;min-width:0;display:flex}.nav-card__title-row strong{font-size:14px;line-height:18px}.nav-card__description{margin-top:2px;font-size:12px;line-height:16px}.nav-card__category{text-align:center;border-radius:5px;flex:none;max-width:100%;padding:1px 5px;line-height:16px;display:inline-block}.nav-card__domain{flex:none;margin-top:5px;font-size:11px;line-height:16px}@media (width<=720px){.nav-card{gap:10px;min-height:98px;padding:12px}.nav-card__icon{flex-basis:35px;width:35px;height:35px}.nav-card__aside{flex-basis:64px;width:64px}.nav-card__favicon{width:23px;height:23px}.nav-card__title-row{padding-right:0}}
