.feed-item .feed-link{border-bottom:1px solid var(--seed-semantic-color-divider-2);color:var(--seed-scale-color-gray-900);justify-content:space-between;align-items:center;padding:1rem;display:flex}.feed-item .feed-header{font-size:var(--seed-semantic-typography-subtitle1-bold-font-size);margin-bottom:.25rem}.feed-item .feed-body{font-size:var(--seed-semantic-typography-label4-regular-font-size);margin-bottom:.5rem}.feed-item .feed-body .feed-body-row{gap:1rem;display:flex}.feed-item .feed-body .diff-up{color:var(--seed-semantic-color-success)}.feed-item .feed-body .diff-down{color:var(--seed-semantic-color-danger)}.feed-item .feed-footer{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600);gap:.5rem;display:flex}.feed-item .salary-number{font-size:var(--seed-semantic-typography-title1-bold-font-size)}.feed-item .salary-unit,.feed-item .tag-description{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600)}.home{flex-direction:column;gap:2rem;max-width:960px;display:flex}.home-hero{border:1px solid var(--seed-semantic-color-divider-2);background:linear-gradient(135deg, var(--brand-low) 0%, var(--seed-semantic-color-paper-default) 70%);border-radius:1rem;padding:2rem;position:relative;overflow:hidden}.home-hero-eyebrow{font-size:var(--seed-semantic-typography-label4-bold-font-size);letter-spacing:.12em;color:var(--brand);margin:0 0 .5rem;font-weight:700}.home-hero-title{font-size:var(--seed-semantic-typography-h3-font-size);color:var(--seed-scale-color-gray-900);margin:0;font-weight:700;line-height:1.3}.home-hero-desc{max-width:34rem;font-size:var(--seed-semantic-typography-subtitle1-regular-font-size);color:var(--seed-scale-color-gray-600);margin:.75rem 0 0;line-height:1.6}.home-section{flex-direction:column;gap:.875rem;display:flex}.home-section-head{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.home-section-title{font-size:var(--seed-semantic-typography-title2-bold-font-size);color:var(--seed-scale-color-gray-900);font-weight:700}.home-section-caption{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-500)}.category-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.category-card{display:flex}.category-link{border:1px solid var(--seed-semantic-color-divider-2);background-color:var(--seed-semantic-color-paper-default);width:100%;color:var(--seed-scale-color-gray-900);border-radius:.75rem;align-items:center;gap:.875rem;padding:1rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.category-link:hover{border-color:var(--brand);box-shadow:0 6px 16px var(--brand-low);transform:translateY(-2px)}.category-link:hover .category-arrow{opacity:1;color:var(--brand);transform:translate(0)}.category-icon{background-color:var(--brand-low);width:2.5rem;height:2.5rem;color:var(--brand);border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.category-icon svg{--ggs:.9;width:22px;height:22px}.category-text{flex-direction:column;gap:.125rem;min-width:0;display:flex}.category-label{font-size:var(--seed-semantic-typography-subtitle1-bold-font-size);font-weight:700}.category-desc{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600);line-height:1.4}.category-arrow{opacity:0;color:var(--seed-scale-color-gray-500);align-items:center;margin-left:auto;transition:opacity .2s,transform .2s,color .2s;display:flex;transform:translate(-4px)}.category-arrow svg{width:20px;height:20px}.insight-panel{border:1px solid var(--seed-semantic-color-divider-2);background-color:var(--seed-semantic-color-paper-default);border-radius:.75rem;overflow:hidden}.insight-panel .feed-item:last-child .feed-link{border-bottom:none}.insight-panel .feed-link{transition:background-color .2s}.insight-panel .feed-link:hover{background-color:var(--seed-semantic-color-gray-hover)}.insight-tag{background-color:var(--brand-low);color:var(--brand);font-size:var(--seed-semantic-typography-label5-bold-font-size);border-radius:1rem;margin-bottom:.5rem;padding:.125rem .5rem;font-weight:700;display:inline-block}.insight-panel .feed-body div{color:var(--seed-scale-color-gray-600);line-height:1.6}@media screen and (width<=768px){.home{gap:1.5rem}.home-hero{padding:1.5rem}.category-grid{grid-template-columns:1fr}}.stock-note{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600);margin-top:.25rem}.stock-search-form{align-items:center;gap:1rem;margin:1rem 0;display:flex}.stock-search-form .stock-search-input{border:1px solid var(--seed-semantic-color-divider-2);border-radius:6px;height:40px;padding:0 1rem;display:flex}.stock-table-wrap{border:1px solid var(--seed-semantic-color-divider-2);border-radius:.5rem;max-height:70vh;margin-top:.5rem;overflow:auto}.stock-table{min-width:32rem}.stock-row{border-bottom:1px solid var(--seed-semantic-color-divider-3);grid-template-columns:3rem minmax(0,1fr) 8rem 6rem 6rem;align-items:center;display:grid}.stock-row:last-child{border-bottom:none}.stock-row:not(.stock-head-row):nth-child(odd){background-color:var(--seed-scale-color-gray-alpha-50)}.stock-row:not(.stock-head-row):hover{background-color:var(--seed-semantic-color-gray-hover)}.stock-head-row{z-index:1;background-color:var(--seed-semantic-color-paper-default);border-bottom:2px solid var(--seed-semantic-color-divider-1);font-weight:700;position:sticky;top:0}.stock-item{white-space:nowrap;text-overflow:ellipsis;padding:.55rem .75rem;overflow:hidden}.stock-rank{text-align:right;color:var(--seed-scale-color-gray-500)}.stock-name{text-align:left}.stock-num{text-align:right;font-variant-numeric:tabular-nums}.stock-head-row .stock-num.cursor-pointer:hover,.stock-head-row .sorted{color:var(--brand)}.stock-unit{color:var(--seed-scale-color-gray-500);font-size:.78em;font-weight:400;line-height:1.2;display:block}@media (width<=768px){.stock-table{min-width:0}.stock-rank{display:none}.stock-row{grid-template-columns:minmax(0,1fr) 4.75rem 3.5rem 3.5rem}.stock-item{font-size:var(--seed-semantic-typography-label4-regular-font-size);padding:.5rem .35rem}}.nps-fund-overview{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.75rem;margin:.75rem 0 1rem;display:grid}.nps-struct-bar{border-radius:.5rem;height:2.5rem;margin:.75rem 0 .5rem;display:flex;overflow:hidden}.nps-struct-seg{color:#fff;min-width:0;font-weight:600;font-size:var(--seed-semantic-typography-label3-regular-font-size);justify-content:center;align-items:center;display:flex}.nps-struct-seg-label{text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem;overflow:hidden}.nps-struct-legend{font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-700);flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:.5rem;display:flex}.nps-struct-item{align-items:center;gap:.375rem;display:inline-flex}.nps-struct-dot{border-radius:50%;width:.625rem;height:.625rem}.nps-stat{border:1px solid var(--seed-semantic-color-divider-3);background-color:var(--seed-semantic-color-paper-default);border-radius:.5rem;flex-direction:column;gap:.125rem;padding:.75rem 1rem;display:flex}.nps-stat-label{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-700)}.nps-stat-value{font-size:var(--seed-semantic-typography-title3-bold-font-size);color:var(--brand);font-weight:700}.nps-stat-note{font-size:var(--seed-semantic-typography-label5-regular-font-size,.75rem);color:var(--seed-scale-color-gray-600)}@media (width<=768px){.nps-fund-overview{grid-template-columns:repeat(2,1fr)}}.help-tooltip{width:20px;height:20px;color:var(--seed-scale-color-gray-500);background-color:var(--seed-scale-color-gray-alpha-100);cursor:pointer;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex;position:relative}.help-tooltip:hover,.help-tooltip:focus-visible{color:var(--brand);background-color:var(--seed-scale-color-gray-alpha-200)}.help-tooltip-icon{width:14px;height:14px}.help-tooltip-bubble{z-index:20;border:1px solid var(--seed-semantic-color-divider-2);background-color:var(--seed-semantic-color-paper-dialog);width:max-content;max-width:260px;color:var(--seed-scale-color-gray-800);text-align:left;white-space:normal;box-shadow:0 4px 16px var(--seed-scale-color-gray-alpha-200);border-radius:8px;padding:.625rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.45;position:absolute}.help-tooltip-bubble--bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.help-tooltip-bubble--top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.help-tooltip-bubble:before{content:"";background-color:var(--seed-semantic-color-paper-dialog);border:1px solid var(--seed-semantic-color-divider-2);width:8px;height:8px;position:absolute;left:50%;transform:translate(-50%)rotate(45deg)}.help-tooltip-bubble--bottom:before{border-bottom:none;border-right:none;top:-5px}.help-tooltip-bubble--top:before{border-top:none;border-left:none;bottom:-5px}.compare-container{background-color:var(--seed-semantic-color-paper-sheet);flex-direction:column;gap:2rem;display:flex}.compare-container .compare-empty{color:var(--seed-scale-color-gray-600);text-align:center;padding:2rem 0}.compare-section{flex-direction:column;gap:.75rem;display:flex}.compare-section-head{border-bottom:1px solid var(--seed-semantic-color-divider-1);align-items:center;gap:.4rem;padding-bottom:.5rem;display:flex}.compare-section-title{color:var(--seed-scale-color-gray-700);margin:0;font-size:.9375rem;font-weight:700}.compare-legend{flex-wrap:wrap;gap:.5rem;display:flex}.compare-chip{border:1px solid var(--seed-semantic-color-divider-2);color:var(--seed-scale-color-gray-800);border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .5rem .25rem .625rem;font-size:.8125rem;display:inline-flex}.compare-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.compare-name{white-space:nowrap}.compare-chip .search-reset{cursor:pointer;--ggs:.5;width:14px;height:14px;color:var(--seed-scale-color-gray-600)}.salary-calc{max-width:32rem}.salary-inputs{border:1px solid var(--seed-semantic-color-divider-3);background-color:var(--seed-semantic-color-paper-default);border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.salary-field{flex-direction:column;gap:.4rem;display:flex}.salary-field-label{font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-800);font-weight:600}.salary-field-hint{font-size:var(--seed-semantic-typography-label5-regular-font-size,.75rem);color:var(--seed-scale-color-gray-600)}.salary-input-wrap{border:1px solid var(--seed-scale-color-gray-300);background-color:var(--seed-semantic-color-paper-sheet);border-radius:.5rem;align-items:center;gap:.5rem;padding:0 .875rem;display:flex}.salary-input-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-low)}.salary-input{text-align:right;min-width:0;color:var(--seed-scale-color-gray-900);background:0 0;border:none;outline:none;flex:1;padding:.75rem 0;font-size:1.5rem;font-weight:700}.salary-unit{color:var(--seed-scale-color-gray-700);font-size:1rem;font-weight:600}.salary-quick{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.salary-quick button{min-width:4rem;font-size:var(--seed-semantic-typography-label4-regular-font-size);cursor:pointer;border:1px solid;border-radius:.4rem;flex:1;padding:.45rem .5rem;font-weight:700;transition:background-color .15s,color .15s,box-shadow .15s}.salary-quick button:active{transform:translateY(1px)}.salary-quick .quick-plus{color:#1c9a5b;background-color:#1c9a5b1f;border-color:#1c9a5b}.salary-quick .quick-plus:hover{color:#fff;background-color:#1c9a5b;box-shadow:0 2px 8px #1c9a5b40}.salary-quick .quick-minus{color:#e0483f;background-color:#e0483f1f;border-color:#e0483f}.salary-quick .quick-minus:hover{color:#fff;background-color:#e0483f;box-shadow:0 2px 8px #e0483f40}.salary-stepper{border:1px solid var(--seed-scale-color-gray-300);border-radius:.5rem;align-self:flex-start;align-items:center;display:inline-flex;overflow:hidden}.salary-stepper button{background-color:var(--seed-semantic-color-paper-sheet);width:2.5rem;height:2.5rem;color:var(--seed-scale-color-gray-800);cursor:pointer;border:none;font-size:1.25rem;transition:background-color .15s}.salary-stepper button:hover{background-color:var(--seed-semantic-color-gray-hover)}.salary-stepper-value{text-align:center;min-width:3rem;color:var(--seed-scale-color-gray-900);font-weight:600}.salary-toggle{cursor:pointer;font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-800);flex-direction:row;align-items:center;gap:.5rem}.salary-toggle input{width:1.1rem;height:1.1rem;accent-color:var(--brand);cursor:pointer}.salary-result{border:1px solid var(--seed-semantic-color-divider-3);border-radius:.75rem;margin-top:1.25rem;overflow:hidden}.salary-net{background-color:var(--brand-low);border-bottom:1px solid var(--seed-semantic-color-divider-3);flex-direction:column;align-items:center;gap:.2rem;padding:1.5rem 1rem;display:flex}.salary-net-label{font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-700);font-weight:600}.salary-net-value{color:var(--brand);font-size:2rem;font-weight:800;line-height:1.2}.salary-net-sub{font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600)}.salary-net-pct{background-color:var(--seed-semantic-color-paper-sheet);font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-700);border-radius:999px;margin-top:.5rem;padding:.3rem .75rem}.salary-net-pct b{color:var(--brand);font-weight:700}.salary-table{border-collapse:collapse;width:100%;font-size:var(--seed-semantic-typography-label3-regular-font-size);font-variant-numeric:tabular-nums}.salary-table th,.salary-table td{border-bottom:1px solid var(--seed-semantic-color-divider-3);padding:.7rem 1.125rem}.salary-table th{text-align:left;color:var(--seed-scale-color-gray-700);font-weight:500}.salary-table td{text-align:right;color:var(--seed-scale-color-gray-900);font-weight:600}.salary-table .salary-minus{color:var(--seed-scale-color-gray-700);font-weight:500}.salary-table-head th,.salary-table-head td{color:var(--seed-scale-color-gray-900);font-weight:700}.salary-table-total th,.salary-table-total td{background-color:var(--seed-semantic-color-paper-contents)}.salary-table-net th,.salary-table-net td{color:var(--seed-scale-color-gray-900);border-bottom:none;font-size:1.05rem;font-weight:700}.salary-table-net td{color:var(--brand)}.salary-note{max-width:40rem;font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600);margin-top:1rem;line-height:1.6}.sidebar-wrapper{top:var(--header-height);width:var(--sidebar-width);min-width:var(--sidebar-width);max-height:calc(100vh - var(--header-height));background-color:var(--seed-semantic-color-paper-background);border-right:1px solid var(--seed-semantic-color-divider-2);z-index:1000;flex-direction:column;display:flex;position:sticky}.sidebar-wrapper ul{margin:0;padding:0;list-style:none}.sidebar-wrapper .item-wrapper{white-space:nowrap;flex-direction:column;display:flex;overflow-x:hidden}.sidebar-wrapper .group-menu{width:100%;height:44px;color:var(--seed-scale-color-gray-900);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:.625rem;padding:0 1rem;font-weight:600;transition:background-color .15s;display:flex}.sidebar-wrapper .group-menu:hover{background-color:var(--seed-semantic-color-gray-hover)}.sidebar-wrapper .group-label{text-align:left;flex:1}.sidebar-wrapper .group-icon{width:20px;height:20px;color:var(--seed-scale-color-gray-700);flex-shrink:0}.sidebar-wrapper .group-chevron{width:16px;height:16px;color:var(--seed-scale-color-gray-500);flex-shrink:0}.sidebar-wrapper .link-item{width:100%;height:44px;color:var(--seed-scale-color-gray-900);align-items:center;gap:.625rem;padding:0 1rem;transition:background-color .15s,color .15s;display:flex}.sidebar-wrapper .link-item:hover{background-color:var(--seed-semantic-color-gray-hover)}.sidebar-wrapper .link-item.active{background-color:var(--brand-low);color:var(--brand);box-shadow:inset 3px 0 0 var(--brand);font-weight:600}.sidebar-wrapper .link-item.active .link-icon{color:var(--brand)}.sidebar-wrapper .link-item.group-link{height:38px;color:var(--seed-scale-color-gray-800);font-size:var(--seed-semantic-typography-label3-regular-font-size);padding-left:2.875rem}.sidebar-wrapper .link-icon{width:20px;height:20px;color:var(--seed-scale-color-gray-700);flex-shrink:0}.sidebar-wrapper .mobile-only{display:none}.sidebar-backdrop{display:none}@media (width<=768px){.sidebar-backdrop{inset:var(--header-height) 0 0 0;opacity:0;visibility:hidden;z-index:999;background-color:#0006;transition:opacity .3s,visibility .3s;display:block;position:fixed}.sidebar-backdrop.open{opacity:1;visibility:visible}.sidebar-wrapper{width:0;min-width:0;height:100%;transition:width .3s,min-width .3s;position:fixed}.sidebar-wrapper.open{width:var(--mobile-sidebar-width);min-width:var(--mobile-sidebar-width);box-shadow:0 0 1.5rem #00000040}.sidebar-wrapper.open ul{display:block}.sidebar-wrapper ul{display:none}.sidebar-wrapper .fold-menu{background-color:var(--seed-semantic-color-paper-background);border-bottom:1px solid var(--seed-semantic-color-divider-2);justify-content:center;align-items:center;height:40px;display:flex}}:root{--brand:var(--seed-scale-color-blue-500);--brand-low:var(--seed-scale-color-blue-alpha-100)}h1{font-size:var(--seed-semantic-typography-h3-font-size)}.body{min-height:calc(100vh - var(--header-height) - var(--footer-height));display:flex}.main{background-color:var(--seed-semantic-color-paper-sheet);flex-direction:column;flex:1;max-width:100vw;padding:1rem;display:flex}@media screen and (width<=768px){.main{padding-left:1rem}}.chart-scroll-container{overflow-x:auto}.chart-wrapper{aspect-ratio:2;width:100%;min-width:600px;max-width:900px;max-height:540px}.chart-skeleton,.sk-line{background-color:var(--seed-scale-color-gray-100);position:relative;overflow:hidden}.chart-skeleton{border-radius:.5rem}.chart-skeleton:after,.sk-line:after{content:"";background:linear-gradient(90deg, transparent, var(--seed-scale-color-gray-200) 50%, transparent);animation:1.4s ease-in-out infinite chart-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes chart-skeleton-shimmer{to{transform:translate(100%)}}.chart-skeleton-text{flex-direction:column;gap:.55rem;max-width:800px;margin-top:.75rem;display:flex}.sk-line{border-radius:4px;height:.85rem}.sk-source{width:42%;height:.95rem}.sk-short{width:70%}@media (prefers-reduced-motion:reduce){.chart-skeleton:after,.sk-line:after{animation:none}}@media screen and (width<=768px){.chart-wrapper{aspect-ratio:auto;min-width:0;height:46vh;max-height:420px}}.chip-container{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.chip-label{min-width:2.25rem;font-size:var(--seed-semantic-typography-label4-regular-font-size);color:var(--seed-scale-color-gray-600);flex-shrink:0;align-items:center;font-weight:600;display:inline-flex}.chip-item{border:1px solid var(--seed-scale-color-gray-200);background-color:var(--seed-semantic-color-paper-default);font-size:var(--seed-semantic-typography-label4-regular-font-size);cursor:pointer;border-radius:.25rem;align-items:center;padding:.25rem .5rem;transition:background-color .3s,border-color .3s,color .3s;display:inline-flex}.chip-item.selected{background-color:var(--seed-scale-color-gray-300);color:var(--seed-semantic-color-on-primary)}.chip-item:hover{background-color:var(--seed-semantic-color-gray-hover)}.feed-container{flex-direction:column;padding:0;list-style:none;display:flex}.section-title{color:var(--seed-scale-color-gray-900);margin:2.5rem 0 .5rem;font-weight:700}.chart-source{font-weight:600;font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-700);margin-top:.75rem}.chart-source+div,.chart-desc{max-width:800px;font-size:var(--seed-semantic-typography-label3-regular-font-size);color:var(--seed-scale-color-gray-800);white-space:pre-line;margin-top:.25rem;line-height:1.55}.toast-group-container{z-index:10000;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:1.5rem;left:1.5rem}.toast-item{background-color:var(--seed-semantic-color-paper-dialog);width:21rem;color:var(--seed-scale-color-gray-900);border-radius:.75rem;gap:.75rem;padding:.75rem 1rem;animation:.3s fadeIn;display:flex;position:relative;overflow:hidden}.toast-item .toast-body{justify-self:space-between;cursor:pointer;flex-direction:column;gap:.125rem;display:flex;overflow:hidden}.toast-item .toast-body .toast-text-area{gap:.625rem;display:flex}.toast-item .toast-body .sub-message{white-space:nowrap;text-overflow:ellipsis;color:var(--seed-scale-color-gray-500);overflow:hidden}.toast-item .icon-wrapper{align-items:center;display:flex}.toast-item .icon-wrapper .success{color:var(--seed-semantic-color-success)}.toast-item .icon-wrapper .danger{color:var(--seed-semantic-color-danger)}.toast-item.fade-out{opacity:0;animation:.3s fadeOut}.header{height:var(--header-height);border-bottom:1px solid var(--seed-semantic-color-divider-3);background-color:var(--seed-semantic-color-paper-background);z-index:1000;justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:sticky;top:0}.header .logo{color:var(--seed-scale-color-gray-900);align-items:center;gap:.5rem;font-weight:700;transition:opacity .2s;display:inline-flex}.header .logo:hover{color:var(--seed-scale-color-gray-900);opacity:.85}.header .logo-mark{border-radius:.4rem;width:1.875rem;height:1.875rem;display:block}.header .logo-text{font-size:var(--seed-semantic-typography-title3-bold-font-size);letter-spacing:-.01em}.header .mobile-menu{color:var(--seed-scale-color-gray-900);cursor:pointer;background-color:#0000;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.375rem;display:none}.header .mobile-menu:hover{background-color:var(--seed-semantic-color-gray-hover);border-color:#0000}.header .mobile-menu svg{width:22px;height:22px}@media (width<=768px){.header .mobile-menu{display:flex}}.footer-container{border-top:1px solid var(--seed-semantic-color-divider-3);width:100%;height:var(--footer-height);background-color:var(--seed-semantic-color-paper-background);z-index:2000;display:none;position:sticky;bottom:0}.footer-container .footer-item{color:var(--seed-semantic-color-text-secondary);flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}@media (width<=768px){.footer-container{display:flex}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant-numeric:tabular-nums;--header-height:4rem;--footer-height:0px;--sidebar-width:200px;--mobile-sidebar-width:17.5rem;--white-700:#f9f9f9;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media screen and (width<=768px){:root{--footer-height:3rem}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{margin:0}button{background-color:var(--seed-semantic-color-paper-background);cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}h1,h2,h3,h4,h5,h6{margin:0}*{box-sizing:border-box}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.cursor-pointer{cursor:pointer}
