.naraya-footer{background-color:rgb(var(--bg-surface));border-top:1px solid rgb(var(--border-subtle));color:rgb(var(--text-muted))}.naraya-footer__inner{max-width:80rem;margin-left:auto;margin-right:auto;padding:3rem 1rem 2rem}@media (min-width:640px){.naraya-footer__inner{padding-left:1.5rem;padding-right:1.5rem}}.naraya-footer__inner--flush{max-width:none}.naraya-footer__top{display:grid;grid-template-columns:1.5fr 2fr;gap:2.5rem 3rem}@media (max-width:767px){.naraya-footer__top{grid-template-columns:1fr;gap:2rem}}.naraya-footer__brand{display:flex;flex-direction:column;gap:.75rem;max-width:22rem}.naraya-footer__brand-mark{display:inline-flex;align-items:center}.naraya-footer__tagline{margin:0;font-size:.875rem;line-height:1.6;color:rgb(var(--text-muted))}.naraya-footer__social{display:inline-flex;align-items:center;gap:.75rem;margin-top:.25rem}.naraya-footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:2rem}.naraya-footer__col{display:flex;flex-direction:column;gap:.625rem}.naraya-footer__col-title{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--text-main))}.naraya-footer__link{font-size:.875rem;color:rgb(var(--text-muted));text-decoration:none;width:fit-content;transition:color var(--duration-fast) var(--easing-smooth)}.naraya-footer__link:hover{color:rgb(var(--color-primary))}.naraya-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgb(var(--border-subtle))}.naraya-footer__copyright{font-size:.8125rem;color:rgb(var(--text-muted))}.naraya-footer__small{display:inline-flex;align-items:center;gap:.75rem;font-size:.75rem;color:rgb(var(--text-muted))}.naraya-lang-toggle{display:inline-flex;align-items:center;height:2rem;padding:.1875rem;border-radius:9999px;background-color:rgb(var(--color-secondary));border:1px solid rgb(var(--border-subtle)/.6);gap:.125rem}.naraya-lang-toggle__btn{display:inline-flex;align-items:center;justify-content:center;height:1.625rem;min-width:2rem;padding:0 .5rem;border:0;border-radius:9999px;background-color:transparent;color:rgb(var(--text-muted));font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-lang-toggle__btn:hover{color:rgb(var(--text-main))}.naraya-lang-toggle__btn:focus-visible{outline:2px solid rgb(var(--ring-focus));outline-offset:2px}.naraya-lang-toggle__btn--active{background-color:rgb(var(--bg-surface));color:rgb(var(--color-primary));box-shadow:var(--shadow-xs)}.naraya-lang-toggle__btn--active:hover{color:rgb(var(--color-primary))}.naraya-lang-toggle__compact{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background-color:transparent;border:1px solid rgb(var(--border-subtle));border-radius:.5rem;color:rgb(var(--text-main));font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background-color var(--duration-fast) var(--easing-smooth),border-color var(--duration-fast) var(--easing-smooth),color var(--duration-fast) var(--easing-smooth)}.naraya-lang-toggle__compact:hover{background-color:rgb(var(--color-secondary));color:rgb(var(--color-primary))}.naraya-lang-toggle__compact:focus-visible{outline:0;border-color:rgb(var(--ring-focus));box-shadow:0 0 0 3px rgb(var(--ring-focus)/.2)}.naraya-radio{position:relative;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.naraya-radio__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.naraya-radio__circle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;border:1.5px solid rgb(var(--border-subtle));border-radius:50%;background-color:rgb(var(--bg-surface));transition:border-color var(--duration-fast) var(--easing-smooth),box-shadow var(--duration-fast) var(--easing-smooth)}.naraya-radio__circle:after{content:"";width:.4375rem;height:.4375rem;border-radius:50%;background-color:rgb(var(--color-primary));opacity:0;transform:scale(.5);transition:opacity var(--duration-fast) var(--easing-smooth),transform var(--duration-fast) var(--easing-smooth)}.naraya-radio:hover .naraya-radio__circle{border-color:rgb(var(--color-primary-hover))}.naraya-radio__input:focus-visible+.naraya-radio__circle{box-shadow:0 0 0 3px rgb(var(--ring-focus)/.25)}.naraya-radio__input:checked+.naraya-radio__circle{border-color:rgb(var(--color-primary))}.naraya-radio__input:checked+.naraya-radio__circle:after{opacity:1;transform:scale(1)}.naraya-radio__input:disabled+.naraya-radio__circle,.naraya-radio__input:disabled~.naraya-radio__label{opacity:.5;cursor:not-allowed}.naraya-radio__label{font-size:.875rem;line-height:1.25rem;color:rgb(var(--text-main))}.naraya-radio-group{display:flex;flex-direction:column;gap:.5rem}.naraya-radio-group--inline{flex-direction:row;flex-wrap:wrap;gap:1rem}.naraya-logo{display:inline-flex;align-items:center;flex-shrink:0}.naraya-logo svg{width:100%;height:100%;display:block}.naraya-logo__path-primary{fill:rgb(var(--color-brand-light))}.naraya-logo__path-accent{fill:rgb(var(--color-brand-deep))}.dark .naraya-logo__path-accent{fill:rgb(var(--text-main))}.naraya-logo--mono .naraya-logo__path-accent,.naraya-logo--mono .naraya-logo__path-primary{fill:currentColor;opacity:1}.naraya-logo--icon.naraya-logo--xs{width:1rem;height:1rem}.naraya-logo--icon.naraya-logo--sm{width:1.25rem;height:1.25rem}.naraya-logo--icon.naraya-logo--md{width:1.75rem;height:1.75rem}.naraya-logo--icon.naraya-logo--lg{width:2.5rem;height:2.5rem}.naraya-logo--icon.naraya-logo--xl{width:3.5rem;height:3.5rem}.naraya-logo--full{display:inline-flex;align-items:center;gap:.5rem}.naraya-logo__full-icon{display:inline-flex;flex-shrink:0}.naraya-logo--full.naraya-logo--xs .naraya-logo__full-icon{width:1rem;height:1rem}.naraya-logo--full.naraya-logo--sm .naraya-logo__full-icon{width:1.25rem;height:1.25rem}.naraya-logo--full.naraya-logo--md .naraya-logo__full-icon{width:1.5rem;height:1.5rem}.naraya-logo--full.naraya-logo--lg .naraya-logo__full-icon{width:2rem;height:2rem}.naraya-logo--full.naraya-logo--xl .naraya-logo__full-icon{width:2.75rem;height:2.75rem}.naraya-logo__wordmark{font-family:var(--font-sans),"Plus Jakarta Sans",sans-serif;font-weight:700;letter-spacing:-.02em;color:rgb(var(--text-main));line-height:1}.naraya-logo--full.naraya-logo--xs .naraya-logo__wordmark{font-size:.75rem}.naraya-logo--full.naraya-logo--sm .naraya-logo__wordmark{font-size:.875rem}.naraya-logo--full.naraya-logo--md .naraya-logo__wordmark{font-size:1.0625rem}.naraya-logo--full.naraya-logo--lg .naraya-logo__wordmark{font-size:1.375rem}.naraya-logo--full.naraya-logo--xl .naraya-logo__wordmark{font-size:1.875rem}.naraya-progress{position:relative;width:100%;height:.5rem;border-radius:9999px;background-color:rgb(var(--color-secondary));overflow:hidden}.naraya-progress__fill{height:100%;border-radius:9999px;background-color:rgb(var(--color-primary));transition:width var(--duration-slow) var(--easing-smooth)}.naraya-progress--sm{height:.25rem}.naraya-progress--md{height:.5rem}.naraya-progress--lg{height:.75rem}.naraya-progress--tone-accent .naraya-progress__fill{background-color:rgb(var(--color-accent))}.naraya-progress--tone-info .naraya-progress__fill{background-color:rgb(var(--color-info))}.naraya-progress--tone-success .naraya-progress__fill{background-color:rgb(var(--color-success))}.naraya-progress--tone-warning .naraya-progress__fill{background-color:rgb(var(--color-warning))}.naraya-progress--tone-error .naraya-progress__fill{background-color:rgb(var(--color-error))}.naraya-progress--indeterminate .naraya-progress__fill{width:40%!important;animation:naraya-progress-indeterminate 1.5s ease-in-out infinite}@keyframes naraya-progress-indeterminate{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}@media (prefers-reduced-motion:reduce){.naraya-progress--indeterminate .naraya-progress__fill{animation-duration:4s}}.naraya-tabs{display:flex;flex-direction:column}.naraya-tabs__list{display:flex;align-items:center;gap:0;border-bottom:1px solid rgb(var(--border-subtle));overflow-x:auto;scrollbar-width:none}.naraya-tabs__list::-webkit-scrollbar{display:none}.naraya-tabs__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;color:rgb(var(--text-muted));background-color:transparent;border:0;border-radius:0;cursor:pointer;white-space:nowrap;transition:color var(--duration-fast) var(--easing-smooth)}.naraya-tabs__trigger:hover{color:rgb(var(--text-main))}.naraya-tabs__trigger:focus-visible{outline:2px solid rgb(var(--ring-focus));outline-offset:-2px}.naraya-tabs__trigger--active{color:rgb(var(--color-primary))}.naraya-tabs__trigger--active:after{content:"";position:absolute;bottom:-1px;left:.75rem;right:.75rem;height:2px;border-radius:9999px;background-color:rgb(var(--color-primary))}.naraya-tabs__panel{padding-top:1rem}.naraya-tabs--pills .naraya-tabs__list{border-bottom:0;gap:.25rem;padding:.25rem;border-radius:.625rem;background-color:rgb(var(--color-secondary))}.naraya-tabs--pills .naraya-tabs__trigger{border-radius:.5rem;padding:.375rem .75rem}.naraya-tabs--pills .naraya-tabs__trigger--active{color:rgb(var(--color-primary));background-color:rgb(var(--bg-surface));box-shadow:var(--shadow-xs)}.naraya-tabs--pills .naraya-tabs__trigger--active:after{display:none}.naraya-textarea{display:block;width:100%;min-height:5rem;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5rem;color:rgb(var(--text-main));background-color:rgb(var(--bg-surface));border:1px solid rgb(var(--border-subtle));border-radius:.5rem;outline:none;resize:vertical;transition:border-color var(--duration-fast) var(--easing-smooth),box-shadow var(--duration-fast) var(--easing-smooth)}.naraya-textarea::placeholder{color:rgb(var(--text-muted));opacity:.7}.naraya-textarea:hover:not(:disabled):not(.naraya-textarea--error){border-color:rgb(var(--color-primary-hover))}.naraya-textarea:focus{border-color:rgb(var(--color-primary));box-shadow:0 0 0 3px rgb(var(--ring-focus)/.2)}.naraya-textarea:disabled{opacity:.5;cursor:not-allowed;background-color:rgb(var(--color-secondary))}.naraya-textarea--error{border-color:rgb(var(--color-error))}.naraya-textarea--error:focus{box-shadow:0 0 0 3px rgb(var(--color-error)/.2)}.naraya-textarea--resize-none{resize:none}.naraya-textarea--resize-both{resize:both}.naraya-textarea--resize-horizontal{resize:horizontal}.naraya-stat-card{display:flex;align-items:flex-start;gap:.875rem;padding:1.125rem 1.25rem;border:1px solid rgb(var(--border-subtle)/.8);border-radius:.75rem;background-color:rgb(var(--bg-surface));transition:border-color var(--duration-fast) var(--easing-smooth),box-shadow var(--duration-fast) var(--easing-smooth)}.naraya-stat-card__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.625rem}.naraya-stat-card__icon--tone-primary{color:rgb(var(--color-primary));background-color:rgb(var(--color-primary)/.12)}.naraya-stat-card__icon--tone-accent{color:rgb(var(--color-accent));background-color:rgb(var(--color-accent)/.12)}.naraya-stat-card__icon--tone-info{color:rgb(var(--color-info));background-color:rgb(var(--color-info)/.12)}.naraya-stat-card__icon--tone-success{color:rgb(var(--color-success));background-color:rgb(var(--color-success)/.12)}.naraya-stat-card__icon--tone-warning{color:rgb(var(--color-warning));background-color:rgb(var(--color-warning)/.12)}.naraya-stat-card__icon--tone-error{color:rgb(var(--color-error));background-color:rgb(var(--color-error)/.12)}.naraya-stat-card__main{flex:1 1 auto;min-width:0}.naraya-stat-card__label{font-size:.8125rem;font-weight:500;color:rgb(var(--text-muted))}.naraya-stat-card__value{margin-top:.125rem;font-size:1.625rem;font-weight:700;line-height:1.1;letter-spacing:-.01em;color:rgb(var(--text-main))}.naraya-stat-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin-top:.5rem;font-size:.75rem}.naraya-stat-card__trend{display:inline-flex;align-items:center;gap:.1875rem;font-weight:600;color:rgb(var(--text-muted))}.naraya-stat-card__trend--up{color:rgb(var(--color-success))}.naraya-stat-card__trend--down{color:rgb(var(--color-error))}.naraya-stat-card__hint{color:rgb(var(--text-muted))}.naraya-topbar-layout{--naraya-topbar-layout-topbar-h:3.5rem;--naraya-topbar-layout-drawer-w:17rem;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background-color:rgb(var(--bg-app));color:rgb(var(--text-main))}.naraya-topbar-layout__bar{position:relative;z-index:var(--z-dropdown)}.naraya-topbar-layout__bar--sticky{position:sticky;top:0}.naraya-topbar-layout__bar-wrap{position:relative;z-index:var(--z-dropdown)}.naraya-topbar-layout__bar-wrap--reserve{height:var(--naraya-topbar-layout-topbar-h)}.naraya-topbar-layout__bar--head{left:0;right:0;top:0}.naraya-topbar-layout__bar--head>.naraya-topbar{background-color:transparent;border-bottom-color:transparent}.naraya-topbar-layout__bar--head.naraya-topbar-layout__bar--rest{position:absolute;background-color:hsla(0,0%,100%,.3);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-bottom:1px solid transparent}.dark .naraya-topbar-layout__bar--head.naraya-topbar-layout__bar--rest{background-color:rgba(0,0,0,.3)}.naraya-topbar-layout__bar--leaving,.naraya-topbar-layout__bar--pinned{position:fixed;background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-bottom:1px solid rgb(var(--border-subtle));box-shadow:var(--shadow-lg)}.dark .naraya-topbar-layout__bar--leaving,.dark .naraya-topbar-layout__bar--pinned{background-color:rgba(0,0,0,.7)}.naraya-topbar-layout__bar--pinned{transform:translateY(0);animation:naraya-topbar-layout-slidedown var(--duration-base) var(--easing-smooth)}.naraya-topbar-layout__bar--leaving{transform:translateY(-100%);transition:transform var(--duration-base) var(--easing-smooth)}@keyframes naraya-topbar-layout-slidedown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.naraya-topbar-layout__bar--pinned{animation:none}.naraya-topbar-layout__bar--leaving{transition:none}}.naraya-topbar-layout__bar>.naraya-topbar{position:relative;z-index:var(--z-popover)}.naraya-topbar-layout__nav-center{display:flex;align-items:center;width:100%}.naraya-topbar-layout__main{flex:1;min-width:0}.naraya-topbar-layout__footer{border-top:1px solid rgb(var(--border-subtle));background-color:rgb(var(--bg-surface))}.naraya-topbar-layout__menu-btn{display:none;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:transparent;border:1px solid rgb(var(--border-subtle));border-radius:.5rem;color:rgb(var(--text-muted));cursor:pointer;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__menu-btn:hover{color:rgb(var(--text-main));background-color:rgb(var(--color-secondary))}.naraya-topbar-layout__mobile-nav{display:none}@media (max-width:767px){.naraya-topbar-layout__nav-center{display:none}.naraya-topbar-layout__menu-btn{display:inline-flex}.naraya-topbar-layout__nav-overlay{position:fixed;inset:0;z-index:var(--z-overlay);background-color:rgba(0,0,0,.35)}.naraya-topbar-layout__mobile-nav{display:block;position:absolute;top:100%;left:0;right:0;z-index:var(--z-modal);padding:.5rem;background-color:rgb(var(--bg-surface));border-bottom:1px solid rgb(var(--border-subtle));box-shadow:var(--shadow-lg);animation:naraya-topbar-layout-sheet var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__mobile-nav .naraya-topbar__nav{flex-direction:column;align-items:stretch;gap:.125rem}.naraya-topbar-layout__mobile-nav .naraya-topbar__nav-item,.naraya-topbar-layout__mobile-nav .naraya-topbar__nav-trigger{width:100%;justify-content:space-between}}@keyframes naraya-topbar-layout-sheet{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.naraya-topbar-layout__mobile-nav{animation:none}}.naraya-topbar-layout__overlay{position:fixed;top:var(--naraya-topbar-layout-topbar-h);left:0;right:0;bottom:0;z-index:var(--z-overlay);background-color:rgba(0,0,0,.4);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity var(--duration-base) var(--easing-smooth)}.naraya-topbar-layout__overlay--open{opacity:1;pointer-events:auto}.naraya-topbar-layout__drawer{position:fixed;top:var(--naraya-topbar-layout-topbar-h);left:0;bottom:0;z-index:var(--z-modal);display:flex;flex-direction:column;width:var(--naraya-topbar-layout-drawer-w);max-width:85vw;overflow-y:auto;background-color:rgb(var(--bg-surface));box-shadow:var(--shadow-xl);outline:none;transform:translateX(-100%);visibility:hidden;transition:transform var(--duration-base) var(--easing-smooth),visibility 0s linear var(--duration-base)}.naraya-topbar-layout__drawer--open{transform:translateX(0);visibility:visible;transition:transform var(--duration-base) var(--easing-smooth),visibility 0s}.naraya-topbar-layout__drawer-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .75rem .625rem 1rem;border-bottom:1px solid rgb(var(--border-subtle))}.naraya-topbar-layout__drawer-title{font-size:.875rem;font-weight:600;color:rgb(var(--text-main))}.naraya-topbar-layout__close-btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:transparent;border:0;border-radius:.375rem;color:rgb(var(--text-muted));cursor:pointer;transition:background-color var(--duration-fast) var(--easing-smooth),color var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__close-btn:hover{background-color:rgb(var(--color-secondary));color:rgb(var(--text-main))}.naraya-topbar-layout__drawer-nav{padding:.75rem}.naraya-topbar-layout__drawer-group-items,.naraya-topbar-layout__drawer-list{display:flex;flex-direction:column;gap:.125rem}.naraya-topbar-layout__drawer-item{display:flex;align-items:center;padding:.5rem .625rem;font-size:.9375rem;font-weight:500;color:rgb(var(--text-muted));text-decoration:none;border-radius:.5rem;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__drawer-item:hover{color:rgb(var(--text-main));background-color:rgb(var(--color-secondary))}.naraya-topbar-layout__drawer-item--active{color:rgb(var(--color-primary));background-color:rgb(var(--color-primary)/.1)}.naraya-topbar-layout__drawer-group-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .625rem;font-family:inherit;font-size:.9375rem;font-weight:500;color:rgb(var(--text-muted));background:transparent;border:0;border-radius:.5rem;cursor:pointer;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__drawer-group-trigger:hover{color:rgb(var(--text-main));background-color:rgb(var(--color-secondary))}.naraya-topbar-layout__drawer-chevron{flex-shrink:0;opacity:.7;transition:transform var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__drawer-chevron--open{transform:rotate(180deg)}.naraya-topbar-layout__drawer-group-items{padding-left:.625rem}.naraya-topbar-layout__drawer-mega{display:flex;flex-direction:column;gap:1rem}.naraya-topbar-layout__drawer-section{display:flex;flex-direction:column;gap:.125rem}.naraya-topbar-layout__drawer-section-title{padding:.25rem .625rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--text-muted))}.naraya-topbar-layout__mega-modal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1rem}.naraya-topbar-layout__mega-modal-col{display:flex;flex-direction:column;gap:.125rem;min-width:0}.naraya-topbar-layout__mega-modal-title{margin-bottom:.375rem;padding-bottom:.25rem;border-bottom:1px solid rgb(var(--border-subtle));font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--text-muted))}.naraya-topbar-layout__mega-modal-link{padding:.1875rem 0;font-size:.9375rem;font-weight:500;color:rgb(var(--text-main));text-decoration:none;transition:color var(--duration-fast) var(--easing-smooth)}.naraya-topbar-layout__mega-modal-link:hover{color:rgb(var(--color-primary))}@keyframes naraya-topbar-layout-drawer-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.naraya-topbar-layout__drawer,.naraya-topbar-layout__overlay{transition:none}}.naraya-theme-toggle{display:inline-flex;align-items:center;padding:.1875rem;border-radius:9999px;background-color:rgb(var(--color-secondary));border:1px solid rgb(var(--border-subtle)/.6);gap:.125rem}.naraya-theme-toggle__btn{display:inline-flex;align-items:center;justify-content:center;height:1.75rem;width:1.75rem;border:0;border-radius:9999px;background-color:transparent;color:rgb(var(--text-muted));cursor:pointer;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-theme-toggle__btn:hover{color:rgb(var(--text-main))}.naraya-theme-toggle__btn:focus-visible{outline:2px solid rgb(var(--ring-focus));outline-offset:2px}.naraya-theme-toggle__btn--active{background-color:rgb(var(--bg-surface));color:rgb(var(--color-primary));box-shadow:var(--shadow-xs)}.naraya-theme-toggle__btn--active:hover{color:rgb(var(--color-primary))}.naraya-theme-menu{position:relative;display:inline-block}.naraya-theme-menu__trigger{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background-color:transparent;border:1px solid rgb(var(--border-subtle));border-radius:.5rem;color:rgb(var(--text-main));cursor:pointer;transition:background-color var(--duration-fast) var(--easing-smooth),border-color var(--duration-fast) var(--easing-smooth)}.naraya-theme-menu__trigger:hover{background-color:rgb(var(--color-secondary));border-color:rgb(var(--border-main))}.naraya-theme-menu__trigger[aria-expanded=true]{background-color:rgb(var(--color-primary)/.1);border-color:rgb(var(--color-primary)/.3);color:rgb(var(--color-primary))}.naraya-theme-menu__trigger:focus-visible{outline:0;border-color:rgb(var(--ring-focus));box-shadow:0 0 0 3px rgb(var(--ring-focus)/.2)}.naraya-theme-menu__panel{position:absolute;top:calc(100% + .375rem);right:0;z-index:50;min-width:10rem;padding:.375rem;background-color:rgb(var(--bg-surface));border:1px solid rgb(var(--border-subtle));border-radius:.625rem;box-shadow:var(--shadow-lg);opacity:0;transform:scale(.96) translateY(-4px);transform-origin:top right;transition:opacity var(--duration-fast) var(--easing-smooth),transform var(--duration-fast) var(--easing-smooth);pointer-events:none}.naraya-theme-menu__panel--open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.naraya-theme-menu__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4375rem .625rem;font-family:inherit;font-size:.875rem;color:rgb(var(--text-main));background-color:transparent;border:0;border-radius:.375rem;cursor:pointer;text-align:left;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-theme-menu__item:hover{background-color:rgb(var(--color-secondary))}.naraya-theme-menu__item--active{color:rgb(var(--color-primary));font-weight:500}.naraya-theme-menu__item-check{margin-left:auto;width:.875rem;height:.875rem;color:rgb(var(--color-primary))}.naraya-topbar{position:relative;display:flex;align-items:center;width:100%;height:3.5rem;padding:0 1rem;background-color:rgb(var(--bg-surface));border-bottom:1px solid rgb(var(--border-subtle))}.naraya-topbar--contained{padding:0}.naraya-topbar__container{position:relative;flex:1;align-self:stretch;display:flex;align-items:center;min-width:0;width:100%;max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.naraya-topbar__container{padding-left:1.5rem;padding-right:1.5rem}}.naraya-topbar--sticky{position:sticky;top:0;z-index:40}.naraya-topbar--glass{background-color:rgb(var(--bg-surface)/.7);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px)}.naraya-topbar__brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:rgb(var(--text-main));text-decoration:none}.naraya-topbar__brand:hover{color:rgb(var(--color-primary))}.naraya-topbar__center{flex:1;display:flex;align-items:center;padding:0 1rem}.naraya-topbar__nav{display:flex;align-items:center;gap:.25rem}.naraya-topbar__nav-item{display:inline-flex;align-items:center;padding:.4375rem .75rem;font-size:.875rem;font-weight:500;color:rgb(var(--text-muted));text-decoration:none;border-radius:.5rem;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-topbar__nav-item:hover{color:rgb(var(--text-main));background-color:rgb(var(--color-secondary))}.naraya-topbar__nav-item--active{color:rgb(var(--color-primary));background-color:rgb(var(--color-primary)/.1)}.naraya-topbar__nav-trigger{gap:.25rem;font-family:inherit;background-color:transparent;border:0;cursor:pointer}.naraya-topbar__nav-chevron{width:.875rem;height:.875rem;flex-shrink:0;opacity:.7;transition:transform var(--duration-fast) var(--easing-smooth)}.naraya-topbar__nav-trigger[aria-expanded=true] .naraya-topbar__nav-chevron{transform:rotate(180deg)}.naraya-topbar__nav-dropdown{display:flex;flex-direction:column;gap:.0625rem;min-width:11rem}.naraya-topbar__nav-dropdown-item{display:flex;align-items:center;padding:.4375rem .625rem;font-size:.875rem;font-weight:500;color:rgb(var(--text-muted));text-decoration:none;border-radius:.5rem;white-space:nowrap;transition:color var(--duration-fast) var(--easing-smooth),background-color var(--duration-fast) var(--easing-smooth)}.naraya-topbar__nav-dropdown-item:hover{color:rgb(var(--text-main));background-color:rgb(var(--color-secondary))}.naraya-topbar__nav-dropdown-item--active{color:rgb(var(--color-primary));background-color:rgb(var(--color-primary)/.1)}.naraya-topbar__actions{display:inline-flex;align-items:center;gap:.5rem}.naraya-topbar__mega{position:static;display:inline-flex;align-items:center}.naraya-topbar__mega-panel{position:absolute;top:100%;left:0;right:0;z-index:var(--z-popover);margin-top:.5rem;padding:1.5rem;background-color:rgb(var(--bg-surface));border:1px solid rgb(var(--border-subtle)/.8);border-radius:.75rem;box-shadow:var(--shadow-lg);animation:naraya-topbar-mega-in var(--duration-fast) var(--easing-smooth)}.naraya-topbar__mega-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:1.5rem}.naraya-topbar__mega-col{display:flex;flex-direction:column;gap:.25rem}.naraya-topbar__mega-col-title{margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid rgb(var(--border-subtle));font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--text-muted));text-decoration:none}.naraya-topbar__mega-col-title--link:hover{color:rgb(var(--color-primary))}.naraya-topbar__mega-item{display:flex;align-items:flex-start;gap:.625rem;padding:.4375rem .5rem;border-radius:.5rem;text-decoration:none;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-topbar__mega-item:hover{background-color:rgb(var(--color-secondary))}.naraya-topbar__mega-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.0625rem;color:rgb(var(--color-primary))}.naraya-topbar__mega-item-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.naraya-topbar__mega-item-label{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:rgb(var(--text-main))}.naraya-topbar__mega-item-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:rgb(var(--color-primary))}.naraya-topbar__mega-item-desc{font-size:.8125rem;line-height:1.4;color:rgb(var(--text-muted))}.naraya-topbar__mega-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgb(var(--border-subtle))}@keyframes naraya-topbar-mega-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.naraya-topbar__mega-panel{animation:none}}.naraya-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.naraya-timeline__item{position:relative;display:flex;gap:.875rem;padding-bottom:1.25rem}.naraya-timeline__item:last-child{padding-bottom:0}.naraya-timeline__item:before{content:"";position:absolute;left:.875rem;top:1.75rem;bottom:0;width:2px;transform:translateX(-1px);background-color:rgb(var(--border-subtle))}.naraya-timeline__item:last-child:before{display:none}.naraya-timeline__marker{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:9999px}.naraya-timeline__marker svg{width:.875rem;height:.875rem}.naraya-timeline__dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:currentColor}.naraya-timeline__marker--tone-primary{color:rgb(var(--color-primary));background-color:rgb(var(--color-primary)/.14)}.naraya-timeline__marker--tone-info{color:rgb(var(--color-info));background-color:rgb(var(--color-info)/.14)}.naraya-timeline__marker--tone-success{color:rgb(var(--color-success));background-color:rgb(var(--color-success)/.14)}.naraya-timeline__marker--tone-warning{color:rgb(var(--color-warning));background-color:rgb(var(--color-warning)/.14)}.naraya-timeline__marker--tone-error{color:rgb(var(--color-error));background-color:rgb(var(--color-error)/.14)}.naraya-timeline__marker--tone-neutral{color:rgb(var(--text-muted));background-color:rgb(var(--color-secondary)/.7)}.naraya-timeline__content{flex:1 1 auto;min-width:0;padding-top:.1875rem}.naraya-timeline__header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.naraya-timeline__title{font-size:.875rem;font-weight:600;color:rgb(var(--text-main))}.naraya-timeline__time{flex-shrink:0;font-size:.75rem;color:rgb(var(--text-muted))}.naraya-timeline__body{margin-top:.1875rem;font-size:.8125rem;line-height:1.5;color:rgb(var(--text-muted))}.naraya-tree{width:100%;font-size:.875rem;color:rgb(var(--text-main))}.naraya-tree__group{list-style:none;margin:0;padding:0}.naraya-tree__row{display:flex;align-items:center;gap:.375rem;padding-top:.3125rem;padding-bottom:.3125rem;padding-right:.5rem;border-radius:.375rem;cursor:pointer;outline:none;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-tree__row:hover{background-color:rgb(var(--color-secondary)/.6)}.naraya-tree__row:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--ring-focus))}.naraya-tree__row--selected,.naraya-tree__row--selected:hover{background-color:rgb(var(--color-primary)/.12);color:rgb(var(--color-primary));font-weight:600}.naraya-tree__chevron-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;color:rgb(var(--text-muted))}.naraya-tree__chevron{transition:transform var(--duration-fast) var(--easing-smooth)}.naraya-tree__chevron--open{transform:rotate(90deg)}.naraya-tree__icon{display:inline-flex;align-items:center;flex-shrink:0;color:rgb(var(--text-muted))}.naraya-tree__row--selected .naraya-tree__icon{color:rgb(var(--color-primary))}.naraya-tree__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}