.upgrade-modal-backdrop{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;justify-content:center;align-items:center;animation:.2s upgradeBackdropIn;display:flex;position:fixed;inset:0}.upgrade-modal-backdrop--closing{animation:.2s forwards upgradeBackdropOut}.upgrade-modal{background:var(--t-bg-raised);text-align:center;border:1px solid var(--t-border);border-radius:10px;flex-direction:column;align-items:center;gap:14px;width:90%;max-width:400px;padding:32px 28px;animation:.25s cubic-bezier(.175,.885,.32,1.275) upgradeSlideIn;display:flex;position:relative;box-shadow:0 12px 40px #2c30291a}.upgrade-modal--closing{animation:.2s forwards upgradeSlideOut}.upgrade-modal--soft{border-color:#d4a57466}.upgrade-modal--hard{border-color:#dc503c4d}.upgrade-modal__close{color:var(--text-muted,#999);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:all .15s;position:absolute;top:14px;right:14px}.upgrade-modal__close:hover{color:var(--text-primary,#333);background:var(--bg-secondary,var(--t-bg-inset))}.upgrade-modal__icon{border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.upgrade-modal__icon--warning{background:var(--t-accent-gold-soft);color:var(--t-accent-gold)}.upgrade-modal__icon--blocked{background:var(--t-danger-soft);color:var(--t-danger)}.upgrade-modal__title{color:var(--text-primary,#333);margin:0;font-size:1.15rem;font-weight:700}.upgrade-modal__desc{color:var(--text-secondary,#666);margin:0;font-size:.88rem;line-height:1.6}.upgrade-modal__reset{color:var(--text-muted,#999);background:var(--bg-secondary,var(--t-bg-inset));border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.78rem;display:flex}.upgrade-modal__actions{gap:10px;width:100%;margin-top:6px;display:flex}.upgrade-modal__btn{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 18px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.upgrade-modal__btn--ghost{background:var(--bg-secondary,var(--t-bg-inset));color:var(--text-secondary,#666);border:1px solid var(--border-color,var(--t-border))}.upgrade-modal__btn--ghost:hover{background:var(--border-color,var(--t-border));color:var(--text-primary,#333)}.upgrade-modal__btn--primary{background:linear-gradient(135deg, var(--t-accent-gold), var(--t-accent-warm));color:#fff;box-shadow:none}.upgrade-modal__btn--primary:hover{opacity:.9}.dark .upgrade-modal{background:var(--bg-card,var(--t-bg-raised));border-color:var(--border-color,var(--t-border));box-shadow:0 12px 40px #0006}.dark .upgrade-modal--soft{border-color:#c9a96e4d}.dark .upgrade-modal--hard{border-color:#dc503c40}.dark .upgrade-modal__reset{background:var(--bg-secondary,#1a1a1a)}.dark .upgrade-modal__btn--ghost{background:var(--bg-secondary,#1a1a1a);color:var(--text-secondary,#b0b0b0);border-color:var(--border-color,var(--t-border))}.dark .upgrade-modal__btn--ghost:hover{background:var(--border-color,var(--t-border));color:var(--text-primary,#e8e8e8)}@keyframes upgradeBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes upgradeBackdropOut{0%{opacity:1}to{opacity:0}}@keyframes upgradeSlideIn{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes upgradeSlideOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(5px)}}.notebook-shell{background:var(--t-bg-inset);--activity-notebooks:var(--t-accent);--activity-docs:var(--t-accent);--activity-quizzes:var(--t-blue);--activity-flashcards:var(--t-accent-gold);flex-direction:column;width:100%;height:100%;min-height:0;margin:0;display:flex;overflow:hidden}.notebook-topbar{background:var(--t-bg-inset);height:62px;box-shadow:none;z-index:20;border-bottom:none;justify-content:space-between;align-items:center;padding:0 18px;display:flex}.notebook-topbar__brand{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;display:inline-flex}.notebook-topbar__brand span{letter-spacing:-.02em;color:var(--t-ink);font-family:Lexend,sans-serif;font-size:22px;font-weight:400}.notebook-topbar__actions{align-items:center;gap:8px;display:flex}.notebook-topbar__calendar-btn{border:1px solid var(--t-border);background:var(--t-bg-raised);height:38px;color:var(--t-ink-secondary);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.notebook-topbar__calendar-btn:hover{background:var(--t-accent-soft);border-color:var(--t-border-strong);color:var(--t-ink)}.notebook-topbar__profile-btn{border:1px solid var(--t-border);background:var(--t-bg-raised);height:38px;color:var(--t-ink-secondary);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:0 10px;transition:all .15s;display:inline-flex}.notebook-topbar__profile-btn:hover{background:var(--t-accent-soft);border-color:var(--t-border-strong)}.notebook-topbar__menu{background:var(--t-bg-raised);border:1px solid var(--t-border);z-index:60;border-radius:14px;width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 28px #00000024}.notebook-topbar__menu-user{border-bottom:1px solid var(--t-border);padding:10px 12px}.notebook-topbar__menu-name{color:var(--t-ink);margin:0;font-size:13px;font-weight:600}.notebook-topbar__menu-email{color:var(--t-ink-muted);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}.notebook-topbar__menu-item{cursor:pointer;width:100%;color:var(--t-ink);background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:inline-flex}.notebook-topbar__menu-item:hover{background:var(--t-accent-soft)}.notebook-topbar__menu-item--danger{color:var(--t-danger)}.notebook-topbar__menu-item--danger:hover{background:var(--t-danger-soft)}.notebook-layout{background:var(--t-bg-inset);box-sizing:border-box;flex:1;gap:8px;width:100%;min-height:0;padding:8px 12px 12px;display:flex;overflow:hidden}.notebook-layout--artifact-focus .notebook-layout__main{flex:0 clamp(300px,26vw,420px);transition:flex-basis .24s,max-width .24s}.notebook-layout__sources{background:var(--t-bg-raised);border:1px solid var(--t-border);border-radius:16px;flex-shrink:0;height:100%;min-height:0;position:relative;overflow:hidden;box-shadow:0 1px 4px #2d3b3408}.notebook-layout__main{background:var(--t-bg-raised);border:1px solid var(--t-border);border-radius:16px;flex:1;min-width:0;height:100%;min-height:0;overflow:hidden;box-shadow:0 1px 4px #2d3b3408}.notebook-layout__studio{background:var(--t-bg-raised);border:1px solid var(--t-border);border-radius:16px;flex-shrink:0;height:100%;min-height:0;transition:width .22s,box-shadow .22s,transform .22s;position:relative;overflow:hidden;box-shadow:0 1px 4px #2d3b3408}.notebook-layout__studio--spatial{box-shadow:0 18px 40px #4a5d4e24,0 4px 12px #0f15120f}.notebook-layout__studio--focus{box-shadow:0 22px 52px #4a5d4e2e,0 8px 20px #0f151214}.notebook-layout__studio--expanded{transform:translate(-1px)}.notebook-layout--workspace .notebook-layout__studio{width:50%;min-width:420px}.notebook-layout--workspace .notebook-layout__main{flex:1}.notebook-layout__collapsed-bar{background:var(--t-bg-raised);border:1px solid var(--t-border);border-radius:16px;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;width:48px;height:100%;padding-top:12px;display:flex;box-shadow:0 1px 4px #2d3b3408}.notebook-layout__collapsed-btn{width:36px;height:36px;color:var(--t-ink-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.notebook-layout__collapsed-btn:hover{color:var(--t-accent);background:#5b9a7d14}.notebook-layout__collapsed-badge{color:var(--t-accent);margin-top:-4px;font-size:10px;font-weight:700}.notebook-layout__panel-inner{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.notebook-layout__panel-collapse-btn{z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:30px;height:30px;color:var(--t-ink-muted);cursor:pointer;background:#ffffffd9;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.notebook-layout__panel-collapse-btn:hover{color:var(--t-accent);background:#5b9a7d14}.notebook-layout__divider{cursor:col-resize;z-index:10;flex-shrink:0;width:0;height:100%;margin:0 -4px;padding:0 4px;position:relative}.notebook-layout__divider:before{content:"";opacity:0;background:0 0;border-radius:2px;width:2px;transition:background .2s,opacity .2s;position:absolute;top:30%;bottom:30%;left:50%;transform:translate(-50%)}.notebook-layout__divider--dragging:before{background:var(--t-accent);opacity:.4}.notebook-layout__studio-inner{flex-direction:column;height:100%;display:flex;overflow:hidden}.notebook-layout__studio-header{border-bottom:none;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.notebook-layout__studio-title-row{align-items:center;gap:8px;min-width:0;display:inline-flex}.notebook-layout__studio-header h3{color:var(--t-ink);letter-spacing:-.01em;margin:0;font-family:Lexend,sans-serif;font-size:16px;font-weight:600}.notebook-layout__tools-back-btn,.notebook-layout__focus-mode-btn{border:1.5px solid var(--t-border);background:var(--t-bg-raised);min-height:32px;color:var(--t-ink-secondary);cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:600;transition:all .16s;display:inline-flex}.notebook-layout__tools-back-btn{padding:0 12px}.notebook-layout__focus-mode-btn{padding:0 14px}.notebook-layout__tools-back-btn:hover,.notebook-layout__focus-mode-btn:hover{background:var(--t-accent-soft);border-color:var(--t-accent);color:var(--t-accent);transform:translateY(-1px)}.notebook-layout__studio-header-actions{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:inline-flex}.notebook-layout__studio-cue{z-index:30;background:var(--t-ink);max-width:calc(100% - 32px);color:var(--t-bg);letter-spacing:.04em;pointer-events:none;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700;animation:2.6s forwards studioCue;position:absolute;top:52px;right:16px;box-shadow:0 12px 24px #0f15121f}@keyframes studioCue{0%{opacity:0;transform:translateY(-6px)}12%,78%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.notebook-layout__studio-content{flex:1;min-height:0;padding:12px;overflow-y:auto}.studio-inline-shell{height:100%;min-height:0;box-shadow:none;background:0 0;border-radius:18px;overflow:hidden}@media (width<=900px){.notebook-layout__studio{width:min(100%,420px)!important}.notebook-layout__studio-cue{display:none}}.studio-section{margin-bottom:20px}.studio-tools-grid{grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:6px;display:grid}.studio-section__title{text-transform:uppercase;letter-spacing:.08em;color:var(--t-ink-muted);margin-bottom:8px;padding:0 4px;font-size:10px;font-weight:600}.studio-tool-btn{cursor:pointer;text-align:left;width:100%;min-height:48px;color:var(--t-ink);background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;min-width:0;padding:10px 12px;font-size:13px;font-weight:500;transition:all .16s;display:flex}.studio-tool-btn:hover{background:var(--t-accent-soft);border-color:var(--t-ink)}.studio-tool-btn:disabled{opacity:.55;cursor:not-allowed}.studio-tool-btn--active{background:var(--t-accent-soft);border-color:var(--t-accent);color:var(--t-accent)}.studio-tool-btn__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.studio-tool-btn__icon--quiz{background:var(--t-blue-soft);color:var(--t-blue)}.studio-tool-btn__icon--flashcards{background:var(--t-accent-gold-soft);color:var(--t-accent-gold)}.studio-tool-btn__icon--mindmap{background:var(--t-accent-soft);color:var(--t-accent)}.studio-tool-btn__icon--workspace{background:var(--t-bg-inset);color:var(--t-ink-muted)}.studio-tool-btn__icon--datatable{background:var(--t-accent-soft);color:var(--t-accent)}.studio-tool-btn__icon--report{background:var(--t-accent-gold-soft);color:var(--t-accent-gold)}.studio-tool-btn__icon--calculator,.studio-tool-btn__icon--timer,.studio-tool-btn__icon--quickask{background:var(--t-bg-inset);color:var(--t-ink-muted)}.studio-tool-btn__icon--podcast{background:var(--t-accent-iris-soft);color:var(--t-accent-iris)}.studio-tool-btn__icon--infographic{background:var(--t-accent-warm-soft);color:var(--t-accent-warm)}.studio-tool-btn__icon--slidedeck{background:var(--t-accent-iris-soft);color:var(--t-accent-iris)}.studio-item__icon--quizzes{background:var(--t-blue-soft);color:var(--t-blue)}.studio-item__icon--flashcards{background:var(--t-accent-gold-soft);color:var(--t-accent-gold)}.studio-item__icon--mindmaps,.studio-item__icon--dataTables{background:var(--t-accent-soft);color:var(--t-accent)}.studio-item__icon--reports{background:var(--t-accent-gold-soft);color:var(--t-accent-gold)}.studio-item__icon--podcasts{background:var(--t-accent-iris-soft);color:var(--t-accent-iris)}.studio-item__icon--infographics{background:var(--t-accent-warm-soft);color:var(--t-accent-warm)}.studio-item__icon--slideDecks{background:var(--t-accent-iris-soft);color:var(--t-accent-iris)}.studio-item__icon--workspaces{background:var(--t-bg-inset);color:var(--t-ink-muted)}.studio-tool-btn__label{text-overflow:clip;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;flex:1;min-width:0;line-height:1.25;overflow:visible}.studio-item .studio-tool-btn__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.studio-tool-btn__edit{width:24px;height:24px;color:var(--t-ink-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.studio-tool-btn:hover .studio-tool-btn__edit{opacity:1}.studio-tool-btn__edit:hover{color:var(--t-accent);background:#00000014}.studio-divider{display:none}.studio-created-heading{text-transform:uppercase;letter-spacing:.08em;color:var(--t-ink-muted);margin:6px 0 8px;padding:0 4px;font-size:11px;font-weight:700}.studio-item{cursor:pointer;text-align:left;width:100%;color:var(--t-ink-muted);background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:8px 56px 8px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex;position:relative}.studio-item:hover{color:var(--t-ink);background:#5b9a7d0d}.studio-item__delete{width:22px;height:22px;color:var(--t-ink-muted);opacity:0;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.studio-item__share{width:22px;height:22px;color:var(--t-ink-muted);opacity:0;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.studio-item:hover .studio-item__delete,.studio-item:hover .studio-item__share{opacity:1}.studio-item__delete:hover{color:var(--t-danger);background:var(--t-danger-soft)}.studio-item__share:hover{color:var(--t-blue);background:var(--t-blue-soft)}.studio-item__icon{background:var(--t-bg-inset);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.studio-item--generating{opacity:.6;cursor:not-allowed;pointer-events:none}.studio-item--generating .studio-item__icon{color:var(--t-accent)}@keyframes spin{to{transform:rotate(360deg)}}.sidebar-mode{container-type:inline-size}@container (width<=400px){.studio-tools-grid{grid-template-columns:1fr}.studio-tool-btn{padding:6px 8px;font-size:12px}.studio-tool-btn__icon{width:26px;height:26px}.studio-section__title{font-size:9px}.studio-created-heading{font-size:10px}.studio-item{padding:6px 48px 6px 10px;font-size:12px}.studio-item__icon{width:24px;height:24px}.notebook-layout__studio-header h3{font-size:14px}.notebook-layout__studio-content{padding:8px}}.dark .notebook-shell{background:var(--t-bg)}.dark .notebook-topbar{background:var(--t-bg);border-bottom-color:#0000}.dark .notebook-topbar__brand span{color:var(--t-border)}.dark .notebook-topbar__calendar-btn,.dark .notebook-topbar__profile-btn{background:var(--t-bg-raised);border-color:var(--t-border);color:var(--t-ink-secondary)}.dark .notebook-topbar__calendar-btn:hover,.dark .notebook-topbar__profile-btn:hover{background:var(--t-bg-inset);border-color:var(--t-border-strong)}.dark .notebook-topbar__menu{background:var(--t-bg-raised);border-color:var(--t-border)}.dark .notebook-topbar__menu-user{border-bottom-color:var(--t-border)}.dark .notebook-topbar__menu-name{color:var(--t-ink)}.dark .notebook-topbar__menu-email{color:var(--t-ink-muted)}.dark .notebook-topbar__menu-item{color:var(--t-ink-secondary)}.dark .notebook-topbar__menu-item:hover{background:var(--t-bg-inset)}.dark .notebook-topbar__menu-item--danger{color:var(--t-danger)}.dark .notebook-topbar__menu-item--danger:hover{background:#ef444429}.dark .notebook-layout{background:var(--t-bg)}.dark .notebook-layout__main,.dark .notebook-layout__sources,.dark .notebook-layout__studio,.dark .notebook-layout__collapsed-bar{background:var(--t-bg-raised);border-color:var(--t-border);box-shadow:0 1px 4px #0000001a}.dark .notebook-layout__collapsed-btn:hover{color:var(--t-ink);background:#ffffff14}.dark .notebook-layout__panel-collapse-btn{color:var(--t-ink-muted);background:#1e1e1eb3}.dark .notebook-layout__panel-collapse-btn:hover{color:var(--t-ink);background:#ffffff14}.dark .notebook-layout__studio-header{border-bottom-color:#0000}.dark .notebook-layout__studio-header h3{color:var(--t-ink)}.dark .notebook-layout__studio--spatial{box-shadow:0 18px 40px #7e98751f,0 4px 12px #00000038}.dark .notebook-layout__studio--focus{box-shadow:0 22px 52px #7e987524,0 8px 20px #00000047}.dark .notebook-layout__studio-cue{background:var(--t-accent-soft);color:var(--t-ink);box-shadow:0 12px 24px #00000047}.dark .notebook-layout__tools-back-btn,.dark .notebook-layout__focus-mode-btn{background:var(--t-bg-inset);border-color:var(--t-border);color:var(--t-ink-secondary)}.dark .notebook-layout__tools-back-btn:hover,.dark .notebook-layout__focus-mode-btn:hover{background:var(--t-bg-inset);border-color:var(--t-border-strong);color:var(--t-ink)}.dark .studio-section__title{color:var(--t-ink-muted)}.dark .studio-tool-btn{color:var(--t-ink-secondary)}.dark .studio-tool-btn:hover{background:#ffffff0f}.dark .studio-tool-btn--active{color:var(--t-accent);background:#5b9a7d26}.dark .studio-divider{background:var(--t-border)}.dark .studio-item{color:var(--t-ink-muted)}.dark .studio-item:hover{color:var(--t-ink);background:#ffffff0a}.dark .studio-item__icon{background:var(--t-bg-inset)}.dark .studio-inline-shell{background:var(--t-bg-raised)}.dark .studio-item__delete:hover{color:var(--t-danger);background:#ef444433}.dark .studio-item__share:hover{color:var(--t-blue);background:#3b82f626}.notebook-layout--resizing{-webkit-user-select:none;user-select:none;cursor:col-resize}.notebook-layout--resizing *{pointer-events:none}.notebook-layout--resizing .notebook-layout__divider{pointer-events:auto}.sidebar-mode{box-shadow:none;border:none;border-radius:0;max-height:100%;overflow-y:auto}.sidebar-mode .report-close-btn{display:none}.credit-bar{flex-direction:column;gap:5px;padding:0;transition:all .3s;display:flex}.credit-bar--compact{gap:4px}.credit-bar__header{color:var(--t-ink-muted);align-items:center;gap:5px;font-size:.75rem;display:flex}.credit-bar--compact .credit-bar__header{font-size:.7rem}.credit-bar__label{color:var(--t-ink-secondary);flex:1;font-weight:500}.credit-bar__percent{font-variant-numeric:tabular-nums;color:var(--t-accent);font-weight:700}.credit-bar--high .credit-bar__percent{color:var(--t-accent-gold)}.credit-bar--full .credit-bar__percent{color:var(--t-danger)}.credit-bar__track{background:var(--t-bg-inset);border-radius:5px;height:8px;overflow:hidden}.credit-bar--compact .credit-bar__track{height:6px}.credit-bar__fill{background:linear-gradient(90deg, var(--t-accent), var(--t-accent-hover));border-radius:5px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.credit-bar--high .credit-bar__fill{background:linear-gradient(90deg, var(--t-accent-gold), var(--t-warning))}.credit-bar--full .credit-bar__fill{background:linear-gradient(90deg, var(--t-danger), #ef4444);width:100%!important}.credit-bar__resets{color:var(--t-ink-muted);font-size:.65rem;font-weight:400}.credit-bar__upgrade{color:var(--t-accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:2px 0;font-size:.7rem;font-weight:600;transition:color .2s}.credit-bar__upgrade:hover{color:var(--t-accent-hover)}.dark .credit-bar__label{color:var(--t-ink-secondary)}.dark .credit-bar__track{background:var(--t-border)}.dark .credit-bar__upgrade{color:var(--t-accent-gold)}.dark .credit-bar__upgrade:hover{color:var(--t-accent-gold-soft)}.emeritus-hero{background:var(--t-bg-raised,#fff);color:var(--t-ink,#2c2c2a);font-family:var(--t-font-body,"Lexend", sans-serif);letter-spacing:0;border:1px solid var(--t-border-soft,#eae6de);border-radius:28px;flex-direction:column;padding:clamp(44px,6vw,76px);display:flex;position:relative;overflow:hidden;box-shadow:0 34px 80px #2c302914}.emeritus-hero__bg-shape{z-index:0;pointer-events:none;opacity:1;position:absolute}.emeritus-hero__bg-shape--tr{background:color-mix(in srgb, var(--t-accent,#5b9a7d) 18%, transparent);border-radius:0 0 0 999px;width:210px;height:210px;top:-86px;right:-74px}.emeritus-hero__bg-shape--bl{background:color-mix(in srgb, var(--t-accent-gold,#c4a76b) 18%, transparent);width:220px;height:86px;bottom:-84px;left:26px;transform:rotate(-14deg)}.emeritus-hero__content{z-index:1;flex-direction:column;gap:clamp(34px,4vw,56px);display:flex;position:relative}.emeritus-hero__header{flex-direction:column;gap:16px;max-width:980px;display:flex}.emeritus-hero__capsule{background:var(--t-ink,#2c2c2a);color:var(--t-bg,#faf9f6);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;align-self:flex-start;padding:8px 18px;font-size:.72rem;font-weight:600}.emeritus-hero__title{font-family:var(--t-font-display,"Lexend", serif);color:var(--t-ink);max-width:15ch;margin:0;font-size:clamp(3rem,6vw,5.4rem);font-weight:600;line-height:.96}.emeritus-hero__subtitle{color:var(--t-ink-secondary);letter-spacing:.01em;margin:0;font-size:clamp(1.05rem,1.8vw,1.32rem)}.emeritus-hero__body-grid{grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:stretch;gap:clamp(42px,5vw,72px);display:grid}@media (width<=900px){.emeritus-hero__body-grid{grid-template-columns:1fr;gap:32px}}.emeritus-hero__insight{background:var(--t-bg-inset,#f0efea);border-left:5px solid var(--t-accent,#5b9a7d);border-radius:0;flex-direction:column;gap:24px;min-height:192px;padding:clamp(26px,4vw,40px);display:flex}.emeritus-hero__insight-text{color:var(--t-ink);max-width:66ch;margin:0;font-size:clamp(1.04rem,1.7vw,1.36rem);line-height:1.62}.emeritus-hero__insight-reasoning{color:var(--t-ink-secondary);margin:0;padding-left:20px;font-size:.95rem;line-height:1.5}.emeritus-hero__ctas{flex-wrap:wrap;gap:14px;margin-top:auto;display:flex}.emeritus-hero__btn-primary{background:var(--t-ink,#2c2c2a);color:var(--t-bg,#faf9f6);cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;min-height:52px;padding:14px 28px;font-size:.95rem;font-weight:500;transition:transform .18s,background .2s;display:flex}.emeritus-hero__btn-primary:hover{background:#000;transform:translateY(-1px)}.emeritus-hero__btn-secondary{background:var(--t-border-soft,#e5e4e0);color:var(--t-ink);cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;min-height:52px;padding:14px 28px;font-size:.95rem;font-weight:500;transition:transform .18s,background .2s;display:flex}.emeritus-hero__btn-secondary:hover{background:var(--t-border,#c4c3bf);transform:translateY(-1px)}.emeritus-hero__btn-icon{border:1px solid var(--t-border-soft);width:52px;height:52px;color:var(--t-ink);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:transform .18s,background .2s,border-color .2s;display:flex}.emeritus-hero__btn-icon:hover{background:var(--t-bg-inset);border-color:var(--t-border);transform:translateY(-1px)}.emeritus-hero__btn-icon:disabled{opacity:.5;cursor:not-allowed}.emeritus-hero__metrics{flex-direction:column;gap:28px;padding-top:4px;display:flex}.emeritus-hero__metric{flex-direction:column;gap:8px;display:flex}.emeritus-hero__metric-label{letter-spacing:.08em;text-transform:uppercase;color:var(--t-ink-muted);font-size:.7rem;font-weight:600}.emeritus-hero__metric-value{font-family:var(--t-font-display,"Lexend", serif);color:var(--t-ink);overflow-wrap:anywhere;font-size:clamp(1.42rem,2.5vw,2rem);font-weight:600;line-height:1.2}.emeritus-hero--setup{border-radius:22px;padding:clamp(28px,4vw,44px);box-shadow:0 20px 52px #2c30290f}.emeritus-hero--setup .emeritus-hero__bg-shape--tr{width:150px;height:150px;top:-72px;right:-48px}.emeritus-hero--setup .emeritus-hero__bg-shape--bl{display:none}.emeritus-hero--setup .emeritus-hero__content{gap:clamp(22px,3vw,32px)}.emeritus-hero--setup .emeritus-hero__header{gap:10px;max-width:760px}.emeritus-hero--setup .emeritus-hero__capsule{padding:7px 14px;font-size:.68rem}.emeritus-hero--setup .emeritus-hero__title{max-width:none;font-size:clamp(2.15rem,4vw,3.4rem);line-height:1.02}.emeritus-hero--setup .emeritus-hero__subtitle{max-width:54ch;font-size:clamp(.98rem,1.4vw,1.12rem)}.emeritus-hero--setup .emeritus-hero__body-grid{grid-template-columns:minmax(0,1fr) minmax(260px,420px);align-items:center;gap:clamp(24px,4vw,42px)}.emeritus-hero--setup .emeritus-hero__insight{gap:18px;min-height:0;padding:clamp(20px,3vw,28px)}.emeritus-hero--setup .emeritus-hero__insight-text{font-size:clamp(.98rem,1.3vw,1.08rem);line-height:1.58}.emeritus-hero--setup .emeritus-hero__metrics{grid-template-columns:1fr 1fr;gap:22px 28px;padding:0;display:grid}.emeritus-hero--setup .emeritus-hero__metric-value{font-size:clamp(1.08rem,1.7vw,1.35rem)}.emeritus-hero--resume{border-radius:24px;padding:clamp(30px,4.4vw,52px);box-shadow:0 24px 58px #2c302912}.emeritus-hero--resume .emeritus-hero__content{gap:clamp(26px,3.4vw,42px)}.emeritus-hero--resume .emeritus-hero__header{gap:12px;max-width:860px}.emeritus-hero--resume .emeritus-hero__title{max-width:17ch;font-size:clamp(2.45rem,5vw,4.15rem);line-height:1.01}.emeritus-hero--resume .emeritus-hero__subtitle{font-size:clamp(1rem,1.35vw,1.14rem)}.emeritus-hero--resume .emeritus-hero__body-grid{grid-template-columns:minmax(0,1fr) minmax(260px,420px);align-items:center;gap:clamp(26px,4vw,48px)}.emeritus-hero--resume .emeritus-hero__insight{gap:18px;min-height:0;padding:clamp(22px,3.2vw,32px)}.emeritus-hero--resume .emeritus-hero__insight-text{font-size:clamp(1rem,1.35vw,1.15rem);line-height:1.58}.emeritus-hero--resume .emeritus-hero__metrics{grid-template-columns:1fr 1fr;gap:18px 28px;padding:0;display:grid}.emeritus-hero--resume .emeritus-hero__metric{min-width:0}.emeritus-hero--resume .emeritus-hero__metric-value{font-size:clamp(1.12rem,1.75vw,1.42rem)}.emeritus-hero__briefing{border-top:1px solid var(--t-border-soft);margin-top:24px;padding-top:42px}.emeritus-ai-visual{color:var(--t-ink);font-family:var(--t-font-body);animation:.28s both emeritusVisualReveal}.emeritus-ai-visual__header{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.emeritus-ai-visual__eyebrow{color:var(--t-ink-muted);letter-spacing:.09em;text-transform:uppercase;font-size:.68rem;font-weight:700}.emeritus-ai-visual__title{color:var(--t-ink);font-family:var(--t-font-display);margin:0;font-size:clamp(1.02rem,1.45vw,1.26rem);font-weight:650;line-height:1.18}.emeritus-ai-visual__description{color:var(--t-ink-secondary);max-width:68ch;margin:0;font-size:.91rem;line-height:1.55}.emeritus-ai-visual__rows{border-top:1px solid var(--t-border-soft);flex-direction:column;display:flex}.emeritus-ai-visual__ledger-row,.emeritus-ai-visual__radar-row{appearance:none;border:0;border-bottom:1px solid var(--t-border-soft);color:inherit;font:inherit;text-align:left;background:0 0;width:100%;min-width:0;margin:0;padding:13px 4px;display:grid}.emeritus-ai-visual__ledger-row{grid-template-columns:16px minmax(0,1.35fr) minmax(0,1.5fr) minmax(7.5rem,.7fr);align-items:center;gap:12px}.emeritus-ai-visual__ledger-row.is-actionable,.emeritus-ai-visual__radar-row.is-actionable,.emeritus-ai-visual__topic-item.is-actionable{cursor:pointer}.emeritus-ai-visual__ledger-row.is-actionable:hover,.emeritus-ai-visual__radar-row.is-actionable:hover{background:color-mix(in srgb, var(--t-bg-inset) 58%, transparent)}.emeritus-ai-visual__marker{background:var(--t-border-soft);color:var(--t-bg-raised);border-radius:999px;justify-content:center;align-items:center;width:10px;height:10px;font-family:JetBrains Mono,monospace;font-size:.5rem;font-weight:800;line-height:1;display:inline-flex}.emeritus-ai-visual__marker--urgent,.emeritus-ai-visual__marker--rata{background:var(--t-accent-warm)}.emeritus-ai-visual__marker--weak,.emeritus-ai-visual__marker--gold{background:var(--t-accent-gold);color:var(--t-ink)}.emeritus-ai-visual__marker--stale{background:var(--t-ink-muted)}.emeritus-ai-visual__marker--planted,.emeritus-ai-visual__marker--iris{background:var(--t-accent-iris)}.emeritus-ai-visual__marker--stable,.emeritus-ai-visual__marker--sage{background:var(--t-accent)}.emeritus-ai-visual__primary,.emeritus-ai-visual__secondary,.emeritus-ai-visual__meta{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.emeritus-ai-visual__primary{color:var(--t-ink);font-weight:650}.emeritus-ai-visual__secondary{color:var(--t-ink-secondary)}.emeritus-ai-visual__meta{color:var(--t-ink-muted);text-align:right;font-family:JetBrains Mono,monospace;font-size:.78rem}.emeritus-ai-visual__radar-list{border-left:1px solid var(--t-border-soft);flex-direction:column;margin-left:6px;padding-left:14px;display:flex}.emeritus-ai-visual__radar-row{grid-template-columns:16px minmax(0,1fr) minmax(5.5rem,auto);align-items:start;gap:12px;padding-block:12px;position:relative}.emeritus-ai-visual__radar-row:before{background:var(--t-border);border:2px solid var(--t-bg-raised);content:"";border-radius:999px;width:10px;height:10px;position:absolute;top:16px;left:-20px}.emeritus-ai-visual__radar-row--high:before{background:var(--t-accent-warm)}.emeritus-ai-visual__radar-row--medium:before{background:var(--t-accent-gold)}.emeritus-ai-visual__radar-row--low:before{background:var(--t-accent)}.emeritus-ai-visual__radar-dot{color:var(--t-ink-muted);font-family:JetBrains Mono,monospace;font-size:.72rem;line-height:1.45}.emeritus-ai-visual__radar-main{flex-direction:column;gap:3px;min-width:0;display:flex}.emeritus-ai-visual__radar-main strong,.emeritus-ai-visual__radar-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.emeritus-ai-visual__radar-main strong{color:var(--t-ink);font-weight:650}.emeritus-ai-visual__radar-main span{color:var(--t-ink-secondary);font-size:.86rem}.emeritus-ai-visual--focus{background:var(--t-bg-inset);border-left:4px solid var(--t-accent);grid-template-columns:minmax(0,1fr) minmax(160px,auto);align-items:stretch;gap:clamp(18px,3vw,34px);padding:clamp(20px,3vw,30px);display:grid}.emeritus-ai-visual--focus-rata,.emeritus-ai-visual--focus-urgent{border-left-color:var(--t-accent-warm)}.emeritus-ai-visual--focus-gold,.emeritus-ai-visual--focus-weak{border-left-color:var(--t-accent-gold)}.emeritus-ai-visual--focus-iris,.emeritus-ai-visual--focus-planted{border-left-color:var(--t-accent-iris)}.emeritus-ai-visual__focus-copy{min-width:0}.emeritus-ai-visual__metrics{grid-template-columns:repeat(2,minmax(72px,1fr));align-content:start;gap:18px 28px;display:grid}.emeritus-ai-visual__metric{flex-direction:column;gap:5px;min-width:0;display:flex}.emeritus-ai-visual__metric strong{color:var(--t-ink);font-family:JetBrains Mono,monospace;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:650;line-height:1}.emeritus-ai-visual__metric span{color:var(--t-ink-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:700}.emeritus-ai-visual__topic-items{flex-wrap:wrap;gap:10px;display:flex}.emeritus-ai-visual__topic-item{appearance:none;background:var(--t-bg-raised);border:1px solid var(--t-border-soft);border-left:3px solid var(--t-border);color:var(--t-ink);font:inherit;text-align:left;gap:8px;min-width:0;max-width:min(100%,280px);min-height:34px;padding:7px 12px 7px 10px;display:inline-flex}.emeritus-ai-visual__topic-item--urgent,.emeritus-ai-visual__topic-item--rata{border-left-color:var(--t-accent-warm)}.emeritus-ai-visual__topic-item--weak,.emeritus-ai-visual__topic-item--gold{border-left-color:var(--t-accent-gold)}.emeritus-ai-visual__topic-item--planted,.emeritus-ai-visual__topic-item--iris{border-left-color:var(--t-accent-iris)}.emeritus-ai-visual__topic-item--stable,.emeritus-ai-visual__topic-item--sage{border-left-color:var(--t-accent)}.emeritus-ai-visual__topic-item.is-actionable:hover{background:var(--t-bg-inset);border-color:var(--t-border)}.emeritus-ai-visual__topic-item span,.emeritus-ai-visual__topic-item em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.emeritus-ai-visual__topic-item span{font-weight:650}.emeritus-ai-visual__topic-item em{color:var(--t-ink-muted);font-family:JetBrains Mono,monospace;font-size:.72rem;font-style:normal}.emeritus-ai-visual__footer{margin-top:14px}@keyframes emeritusVisualReveal{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.emeritus-hero__error{z-index:1;color:var(--t-danger,#c47068);align-items:center;gap:8px;margin-top:18px;font-size:.9rem;display:flex;position:relative}.emeritus-hero__btn-primary:focus-visible,.emeritus-hero__btn-secondary:focus-visible,.emeritus-hero__btn-icon:focus-visible,.emeritus-action-btn:focus-visible,.emeritus-ai-visual__ledger-row.is-actionable:focus-visible,.emeritus-ai-visual__radar-row.is-actionable:focus-visible,.emeritus-ai-visual__topic-item.is-actionable:focus-visible,.emeritus-chat-modal button:focus-visible,.emeritus-chat-modal textarea:focus-visible{outline:2px solid var(--t-accent,#5b9a7d);outline-offset:3px}.emeritus-chat-modal{z-index:1000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.emeritus-chat-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf9f6cc;position:absolute;inset:0}.emeritus-chat-modal__panel{border:1px solid var(--t-border-soft);background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;position:relative;box-shadow:0 20px 60px #00000014}.emeritus-chat-modal__header{border-bottom:1px solid var(--t-border-soft);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.emeritus-chat-modal__header h4{font-family:var(--t-font-display,"Lexend", serif);margin:0;font-size:1.2rem;font-weight:400}.emeritus-chat-modal__header button{cursor:pointer;color:var(--t-ink-secondary);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.emeritus-chat-modal__messages{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.emeritus-chat-modal__composer{border-top:1px solid var(--t-border-soft);align-items:flex-end;gap:12px;padding:20px 24px;display:flex}.emeritus-chat-modal__composer textarea{resize:none;background:0 0;border:none;outline:none;flex:1;max-height:120px;padding:8px 0;font-family:inherit;font-size:1rem}.emeritus-chat-modal__composer button{background:var(--t-ink);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.emeritus-chat-modal__composer button:disabled{opacity:.5}.emeritus-chat-modal__bubble{border-radius:12px;max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.5}.emeritus-chat-modal__bubble--user{background:var(--t-bg-inset);color:var(--t-ink);border-bottom-right-radius:4px;align-self:flex-end}.emeritus-chat-modal__bubble--assistant{color:var(--t-ink);background:0 0;align-self:flex-start;padding:0}.emeritus-chat-modal__bubble-text{margin:0}.emeritus-chat-modal__thinking{color:var(--t-ink-muted);align-items:center;gap:8px;font-style:italic;display:flex}.emeritus-chart{border-top:1px solid var(--t-border-soft);flex-direction:column;gap:12px;padding:18px 0 14px;display:flex}.emeritus-chart__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.emeritus-chart__title{color:var(--t-ink-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1.25}.emeritus-chart__eyebrow{color:var(--t-ink);margin-top:5px;font-size:.86rem;line-height:1.35}.emeritus-chart__meta{color:var(--t-ink-muted);text-align:right;white-space:nowrap;font-size:.72rem;line-height:1.1}.emeritus-chart__meta strong{color:var(--t-ink);margin-top:4px;font-family:JetBrains Mono,monospace;font-size:1.16rem;font-weight:600;display:block}.emeritus-chart__bars{scrollbar-width:thin;justify-content:flex-start;align-items:flex-end;gap:clamp(14px,3vw,36px);min-height:124px;padding-top:8px;display:flex;overflow-x:auto}.emeritus-chart__bar-col{flex:0 0 clamp(56px,11vw,82px);grid-template-rows:18px 84px auto;place-items:end center;gap:7px;min-width:0;display:grid}.emeritus-chart__bar-value{color:var(--t-ink);font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;line-height:1}.emeritus-chart__bar-track{background:color-mix(in srgb, var(--t-border-soft,#eae6de) 68%, white);border-radius:5px;align-items:flex-end;width:min(100%,58px);height:84px;display:flex;overflow:hidden}.emeritus-chart__bar-fill{border-radius:5px;width:100%;min-height:5px}.emeritus-chart__bar-label{color:var(--t-ink-muted);overflow-wrap:break-word;text-align:center;max-width:11ch;min-height:2.2em;font-size:.74rem;line-height:1.22}.emeritus-chart__pie-wrap,.emeritus-chart__donut-wrap{align-items:center;gap:clamp(18px,3vw,28px);padding-top:4px;display:flex}.emeritus-chart__svg{flex-shrink:0;width:104px;height:104px}.emeritus-chart__pie-legend{flex:1;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px 16px;min-width:0;display:grid}.emeritus-chart__pie-item{align-items:flex-start;gap:8px;min-width:0;display:flex}.emeritus-chart__pie-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:5px}.emeritus-chart__pie-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.emeritus-chart__pie-copy strong{color:var(--t-ink);font-size:.82rem;font-weight:600;line-height:1.25}.emeritus-chart__pie-copy span{color:var(--t-ink-secondary);font-family:JetBrains Mono,monospace;font-size:.7rem}.emeritus-chart__ring-wrap{flex-shrink:0;justify-content:center;align-items:center;width:104px;height:104px;display:flex;position:relative}.emeritus-chart__ring-center{pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute}.emeritus-chart__ring-center strong{color:var(--t-ink);font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:600}.emeritus-chart__ring-center span{color:var(--t-ink-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem}.emeritus-timeline{border-top:1px solid var(--t-border-soft);padding:18px 0 12px}.emeritus-timeline__title{color:var(--t-ink-secondary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:700}.emeritus-timeline__track{flex-direction:column;gap:10px;display:flex}.emeritus-timeline__event-block{border-left:3px solid;padding:10px 0 10px 14px}.emeritus-timeline__event-header{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.emeritus-timeline__event-header strong{color:var(--t-ink);font-size:.9rem;font-weight:600;line-height:1.35}.emeritus-timeline__urgency{color:var(--t-ink-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:700}.emeritus-timeline__date{color:var(--t-ink-secondary);margin-top:3px;font-family:JetBrains Mono,monospace;font-size:.72rem;display:block}.emeritus-action-btn{border:1px solid var(--t-border-soft);min-height:34px;color:var(--t-ink);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-size:.82rem;font-weight:600;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.emeritus-action-btn:hover{background:var(--t-bg-inset);border-color:var(--t-border);transform:translateY(-1px)}.emeritus-text p{color:var(--t-ink);margin:0 0 12px;font-size:.95rem;line-height:1.6}.emeritus-text__h{font-family:var(--t-font-display,"Lexend", serif);color:var(--t-ink);margin:24px 0 12px;font-size:1.1rem;font-weight:500}.emeritus-text__bullet{color:var(--t-ink);margin-bottom:8px;padding-left:20px;font-size:.95rem;line-height:1.6;position:relative}.emeritus-grid{flex-direction:column;gap:24px;display:flex}.emeritus-grid__row--half{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (width<=720px){.emeritus-hero{border-radius:18px;padding:32px 22px}.emeritus-hero--setup,.emeritus-hero--resume{padding:28px 22px}.emeritus-hero__title{max-width:100%;font-size:clamp(2.36rem,12vw,3.4rem)}.emeritus-hero--setup .emeritus-hero__title{font-size:clamp(2rem,10vw,2.9rem)}.emeritus-hero--resume .emeritus-hero__title{font-size:clamp(2.1rem,10vw,3rem)}.emeritus-hero--setup .emeritus-hero__body-grid,.emeritus-hero--resume .emeritus-hero__body-grid{grid-template-columns:1fr;gap:24px}.emeritus-hero__insight{padding:22px}.emeritus-hero__ctas{grid-template-columns:minmax(0,1fr) 52px 52px;gap:12px;display:grid}.emeritus-hero__btn-primary{grid-column:1/-1;justify-content:center;width:100%}.emeritus-hero__btn-secondary{justify-content:center;min-width:0;padding-inline:18px}.emeritus-hero__metrics{grid-template-columns:1fr 1fr;gap:22px;display:grid}.emeritus-ai-visual__ledger-row{grid-template-rows:auto auto auto;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:4px 10px;padding-block:14px}.emeritus-ai-visual__marker{grid-area:1/1;margin-top:5px}.emeritus-ai-visual__primary,.emeritus-ai-visual__secondary,.emeritus-ai-visual__meta{white-space:normal;grid-column:2}.emeritus-ai-visual__meta{text-align:left}.emeritus-ai-visual__radar-row{grid-template-columns:16px minmax(0,1fr)}.emeritus-ai-visual__radar-row>.emeritus-ai-visual__meta{grid-column:2}.emeritus-ai-visual--focus{grid-template-columns:1fr}.emeritus-ai-visual__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.emeritus-hero--setup .emeritus-hero__metrics{gap:18px}.emeritus-grid__row--half,.emeritus-chart__pie-wrap,.emeritus-chart__donut-wrap{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.emeritus-chat-modal{padding:12px}.emeritus-chat-modal__panel{max-height:calc(100vh - 24px)}}.notification-bell{position:relative}.notification-bell__trigger{background:var(--t-bg-inset);color:var(--t-ink-muted);cursor:pointer;border:0;border-radius:999px;padding:10px;transition:background .18s,color .18s;position:relative}.notification-bell__trigger:hover{background:var(--t-border-soft);color:var(--t-ink-secondary)}.notification-bell__trigger:active{transform:translateY(1px)}.notification-bell__trigger-icon{display:block}.notification-bell__badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;line-height:1;display:flex;position:absolute;top:-2px;right:-2px}.notification-bell__panel{z-index:50;border:1px solid var(--t-border);background:var(--t-bg-raised);width:min(340px,100vw - 24px);color:var(--t-ink);border-radius:10px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #2c30291a}.notification-bell__header{border-bottom:1px solid var(--t-border-soft);background:var(--t-bg-warm);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.notification-bell__title{color:var(--t-ink);font-size:.9rem;font-weight:700}.notification-bell__actions{align-items:center;gap:8px;display:flex}.notification-bell__text-btn,.notification-bell__icon-btn,.notification-bell__retry,.notification-bell__dismiss{cursor:pointer;background:0 0;border:0;font-family:inherit}.notification-bell__text-btn{color:var(--t-accent);align-items:center;gap:3px;font-size:.72rem;font-weight:650;display:inline-flex}.notification-bell__text-btn:hover{color:var(--t-accent-hover)}.notification-bell__icon-btn{color:var(--t-ink-muted);border-radius:6px;padding:3px;display:inline-flex}.notification-bell__icon-btn:hover{background:var(--t-accent-soft);color:var(--t-ink-secondary)}.notification-bell__content{max-height:380px;overflow-y:auto}.notification-bell__state{color:var(--t-ink-muted);text-align:center;padding:32px 16px}.notification-bell__state p{margin:0;font-size:.82rem}.notification-bell__state--error p{color:var(--t-warning);margin-bottom:8px}.notification-bell__state-sub{color:var(--t-ink-muted);line-height:1.45;margin-top:4px!important;font-size:.72rem!important}.notification-bell__spinner{color:var(--t-accent);margin:0 auto 8px;animation:1s linear infinite spin}.notification-bell__state-icon{color:#f59e0b;margin:0 auto 8px}.notification-bell__empty-icon{opacity:.42;margin:0 auto 8px}.notification-bell__retry{border:1px solid var(--t-border);color:var(--t-accent);border-radius:6px;padding:4px 12px;font-size:.75rem;font-weight:650}.notification-bell__retry:hover{background:var(--t-accent-soft)}.notification-bell__item{border-bottom:1px solid var(--t-border-soft);background:var(--t-bg-raised);cursor:pointer;border-left:3px solid #0000;align-items:flex-start;gap:10px;padding:10px 16px;transition:background .15s,opacity .15s;display:flex}.notification-bell__item:hover{background:var(--t-bg-warm)}.notification-bell__item.is-dismissing{opacity:.5}.notification-bell__item.is-unread.is-high{background:#fff1f1;border-left-color:#ef4444}.notification-bell__item.is-unread.is-medium{background:#fff8e8;border-left-color:#f59e0b}.notification-bell__item.is-unread.is-low{border-left-color:var(--t-blue);background:#eef6ff}.notification-bell__item.is-local-unread{background:#eff8ee;border-left-color:#4a7c4a}.notification-bell__item-icon{flex-shrink:0;margin-top:2px}.notification-bell__item-body{flex:1;min-width:0}.notification-bell__item-title{color:var(--t-ink);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:520;line-height:1.3;display:-webkit-box;overflow:hidden}.notification-bell__item-title.is-strong{font-weight:700}.notification-bell__item-title--single,.notification-bell__item-summary--single{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.notification-bell__item-summary{color:var(--t-ink-muted);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.notification-bell__item-meta{color:var(--t-ink-muted);align-items:center;gap:6px;margin-top:4px;font-size:.68rem;display:flex}.notification-bell__item-cta{color:var(--t-accent);font-weight:650}.notification-bell__item-side{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;margin-top:2px;display:flex}.notification-bell__dot{background:var(--t-accent);border-radius:999px;width:7px;height:7px}.notification-bell__dot--local{background:var(--t-blue)}.notification-bell__dismiss{color:var(--t-ink-muted);border-radius:5px;padding:2px;transition:color .15s,background .15s;display:inline-flex}.notification-bell__dismiss:hover{background:var(--t-accent-soft);color:var(--t-ink-secondary)}.notification-bell__urgency-icon--high,.notification-bell__family-icon--priority{color:var(--t-danger)}.notification-bell__urgency-icon--medium,.notification-bell__family-icon--activation{color:#d97706}.notification-bell__urgency-icon--low,.notification-bell__local-icon--quiz{color:var(--t-blue)}.notification-bell__family-icon--momentum{color:#8b5cf6}.notification-bell__family-icon--reactivation{color:#06b6d4}.notification-bell__family-icon--change,.notification-bell__local-icon--topic{color:#10b981}.notification-bell__family-icon--system,.notification-bell__local-icon--system{color:var(--t-ink-muted)}.notification-bell__local-icon--score{color:#a855f7}.dark .notification-bell__trigger{color:#a8a8a8;background:#ffffff0f}.dark .notification-bell__trigger:hover{color:#e0dcd6;background:#ffffff1a}.dark .notification-bell__panel{color:#e8e0d8;background:#201d19;border-color:#37322b;box-shadow:0 22px 54px #0000007a}.dark .notification-bell__header{background:#252118;border-color:#37322b}.dark .notification-bell__title,.dark .notification-bell__item-title{color:#e8e0d8}.dark .notification-bell__item{background:#201d19;border-bottom-color:#332e27}.dark .notification-bell__item:hover{background:#29241f}.dark .notification-bell__item.is-unread.is-high{background:#ef44441a}.dark .notification-bell__item.is-unread.is-medium{background:#f59e0b1a}.dark .notification-bell__item.is-unread.is-low{background:#3b82f61a}.dark .notification-bell__item.is-local-unread{background:#4a7c4a1f}.dark .notification-bell__item-summary{color:#b8a99a}.dark .notification-bell__item-meta,.dark .notification-bell__state{color:#8b7d6e}.dark .notification-bell__state--error p{color:#f0c478}.dark .notification-bell__state-sub{color:#74685c}.dark .notification-bell__text-btn,.dark .notification-bell__item-cta{color:#87b88a}.dark .notification-bell__text-btn:hover{color:#b5d9b6}.dark .notification-bell__icon-btn{color:#8b7d6e}.dark .notification-bell__icon-btn:hover,.dark .notification-bell__dismiss:hover{color:#d8cfc4;background:#ffffff12}.dark .notification-bell__retry{color:#c8b89d;border-color:#4a4036}.dark .notification-bell__retry:hover{background:#2a241d}.guided-tour-overlay{z-index:9999;pointer-events:none;position:fixed;inset:0}.guided-tour-backdrop{-webkit-backdrop-filter:blur(4px);pointer-events:all;background:#0a08068c;transition:opacity .35s;position:fixed;inset:0}.guided-tour-spotlight{pointer-events:none;z-index:10000;border-radius:10px;position:fixed;box-shadow:0 0 0 9999px #0a08068c}.guided-tour-spotlight:after{content:"";pointer-events:none;border:2px solid #5b9a7d40;border-radius:12px;position:absolute;inset:-4px}.guided-tour-tooltip{z-index:10001;background:var(--t-bg-raised);border:1px solid var(--t-border);pointer-events:all;border-radius:10px;width:380px;max-width:calc(100vw - 32px);padding:24px;animation:.35s cubic-bezier(.4,0,.2,1) tour-tooltip-enter;position:fixed;box-shadow:0 12px 40px #2c30291f}@keyframes tour-tooltip-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.guided-tour-tooltip__step{align-items:center;gap:6px;margin-bottom:12px;display:flex}.guided-tour-tooltip__step-label{color:var(--t-ink-muted);margin-left:6px;font-size:.72rem;font-weight:500}.guided-tour-tooltip__step-dot{background:var(--t-accent-soft);border-radius:50%;width:8px;height:8px;transition:background .2s}.guided-tour-tooltip__step-dot.is-active,.guided-tour-tooltip__step-dot.is-done{background:var(--t-accent)}.guided-tour-tooltip__title{color:var(--t-ink);margin:0 0 8px;font-size:1.1rem;font-weight:700}.guided-tour-tooltip__desc{color:var(--t-ink-secondary);margin:0 0 20px;font-size:.88rem;line-height:1.55}.guided-tour-tooltip__actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.guided-tour-tooltip__skip{color:var(--t-ink-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:.82rem;transition:background .15s}.guided-tour-tooltip__skip:hover{background:var(--t-accent-soft)}.guided-tour-tooltip__nav{gap:8px;display:flex}.guided-tour-tooltip__back{background:var(--t-bg-inset);border:1px solid var(--t-border);color:var(--t-ink-secondary);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:background .15s}.guided-tour-tooltip__back:hover{background:var(--t-border-soft)}.guided-tour-tooltip__next{background:var(--t-accent);color:#fff;cursor:pointer;box-shadow:none;border:none;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:background .15s}.guided-tour-tooltip__next:hover{background:var(--t-accent-hover)}.dark .guided-tour-backdrop{background:#0009}.dark .guided-tour-spotlight{box-shadow:0 0 0 9999px #0009}.dark .guided-tour-spotlight:after{border-color:#4dabf74d}.dark .guided-tour-tooltip{background:var(--t-bg-raised);border-color:#94a3b826;box-shadow:0 16px 48px #0006}.dark .guided-tour-tooltip__step-dot{background:#94a3b833}.dark .guided-tour-tooltip__step-dot.is-active{background:#4dabf7}.dark .guided-tour-tooltip__step-dot.is-done{background:#40c057}.dark .guided-tour-tooltip__title{color:#e0e0e0}.dark .guided-tour-tooltip__desc{color:#a0a0a0}.dark .guided-tour-tooltip__skip{color:#89a}.dark .guided-tour-tooltip__skip:hover{background:#ffffff0d}.dark .guided-tour-tooltip__back{color:silver;background:#323232;border-color:#94a3b826}.dark .guided-tour-tooltip__back:hover{background:var(--t-border)}.dark .guided-tour-tooltip__next{color:#0f1b2e;background:#4dabf7}.dark .guided-tour-tooltip__next:hover{background:#5cb8ff}.treevia-home{background:var(--t-bg,#faf9f6);width:100%;min-height:100vh;color:var(--t-ink,#2c2c2a);font-family:var(--t-font-body,"Lexend", sans-serif);letter-spacing:0;flex-direction:column;display:flex}.treevia-home button,.treevia-home [role=button]{font:inherit}.treevia-home button:focus-visible,.treevia-home [role=button]:focus-visible{outline:2px solid var(--t-accent,#5b9a7d);outline-offset:3px}.treevia-home__topbar{z-index:10;background:0 0;justify-content:space-between;align-items:center;padding:24px 48px;display:flex;position:sticky;top:0}.treevia-home__logo{font-family:var(--t-font-display,"Lexend", serif);color:var(--t-ink);align-items:center;gap:12px;font-size:1.25rem;font-weight:500;display:flex}.treevia-home__logo-img{width:auto;height:32px}.treevia-home__actions{align-items:center;gap:16px;display:flex}.treevia-home__user-menu{position:relative}.treevia-home__user-btn{border:1px solid var(--t-border-soft,#e5e4e0);cursor:pointer;color:var(--t-ink);background:0 0;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;transition:background .2s;display:flex}.treevia-home__user-btn:hover{background:var(--t-bg-inset,#f0efea)}.treevia-home__user-dropdown{border:1px solid var(--t-border-soft);z-index:20;background:#fff;border-radius:12px;min-width:200px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #0000000d}.treevia-home__avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:20px;height:20px}.treevia-home__chevron{transition:transform .2s}.treevia-home__chevron--open{transform:rotate(180deg)}.treevia-home__user-summary{border-bottom:1px solid var(--t-border-soft);padding:8px 12px}.treevia-home__user-name{margin:0;font-size:.9rem;font-weight:500}.treevia-home__user-email{color:var(--t-ink-secondary);text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.treevia-home__dropdown-item{text-align:left;cursor:pointer;width:100%;color:var(--t-ink);background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;display:flex}.treevia-home__dropdown-item:hover{background:var(--t-bg-inset)}.treevia-home__dropdown-item--danger{color:#d34c46}.treevia-home__main{flex-direction:column;flex:1;gap:48px;width:100%;max-width:1400px;margin:0 auto;padding:0 48px 80px;display:flex}.library-shelf{border-top:1px solid var(--t-border-soft,#e5e4e0);flex-direction:column;gap:28px;padding-top:36px;padding-bottom:24px;display:flex}.library-shelf__header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.library-shelf__header h2{font-family:var(--t-font-display,"Lexend", serif);margin:0;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:600;line-height:1}.library-shelf__header p{color:var(--t-ink-secondary);margin:4px 0 0;font-size:.95rem}.library-shelf__actions{gap:12px;display:flex}.library-shelf__btn{border:1px solid var(--t-border-soft);min-height:40px;color:var(--t-ink);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:500;display:flex}.library-shelf__btn:hover{background:var(--t-bg-inset)}.library-shelf__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),260px));gap:14px;display:grid}.library-shelf__item{background:color-mix(in srgb, var(--t-bg-raised,#fff) 82%, var(--t-bg,#f7f5f0));border:1px solid var(--t-border-soft);border-left:4px solid color-mix(in srgb, var(--t-accent,#5b9a7d) 74%, var(--t-ink,#2c3029));cursor:pointer;text-align:left;border-radius:4px 10px 10px 4px;flex-direction:column;min-height:118px;padding:18px 48px 18px 20px;transition:transform .2s,border-color .2s;display:flex;position:relative}.library-shelf__item:hover{border-color:var(--t-border,#c4c3bf);transform:translateY(-2px);box-shadow:0 12px 32px #2c30290f}.library-shelf__item--dashed{border-style:dashed dashed dashed solid;border-left-color:var(--t-border);color:var(--t-ink-secondary);background:0 0;justify-content:center;align-items:center;padding-right:24px}.library-shelf__item-icon{color:var(--t-ink-muted);margin-bottom:12px}.library-shelf__item h3{font-family:var(--t-font-display,"DM Sans", sans-serif);overflow-wrap:anywhere;margin:0 0 8px;font-size:.98rem;font-weight:600;line-height:1.3}.library-shelf__item p{color:var(--t-ink-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.library-shelf__item-meta{color:var(--t-ink-muted);align-items:center;gap:6px;margin-top:auto;padding-top:16px;font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex}.library-shelf__item-delete{color:var(--t-ink-muted);opacity:0;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .18s,background .18s,color .18s;display:inline-flex;position:absolute;top:16px;right:16px}.library-shelf__item-delete:hover{background:var(--t-danger-soft,#fbf0ee);color:var(--t-danger,#c47068)}.library-shelf__item:hover .library-shelf__item-delete,.library-shelf__item:focus-within .library-shelf__item-delete,.library-shelf__item:hover .library-shelf__item-actions,.library-shelf__item:focus-within .library-shelf__item-actions{opacity:1}.library-shelf__item-actions{opacity:0;gap:8px;transition:opacity .18s;display:flex;position:absolute;top:16px;right:16px}.library-shelf__item-action{width:30px;height:30px;color:var(--t-ink-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.library-shelf__item-action:hover{background:var(--t-bg-inset);color:var(--t-ink)}.library-shelf__documents{margin-top:0}.library-shelf__documents-title{font-family:var(--t-font-display,"Lexend", serif);margin:0 0 20px;font-size:1.2rem;font-weight:500}.workspace-index{position:relative}.workspace-index__heading{flex-direction:column;gap:8px;display:flex}.workspace-index__eyebrow,.workspace-index__column-head span:first-child{color:var(--t-accent-warm,#c76b42);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700}.workspace-index__columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(28px,5vw,56px);display:grid}.workspace-index__column{min-width:0}.workspace-index__column-head{border-bottom:1px solid var(--t-border-soft);justify-content:space-between;align-items:baseline;gap:18px;margin-bottom:14px;padding-bottom:10px;display:flex}.workspace-index__column-head span:last-child{color:var(--t-ink-muted);font-family:JetBrains Mono,monospace;font-size:.72rem}.workspace-index__folios--docs{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),260px))}.treevia-home__confirm-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#2c302947;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.treevia-home__confirm{background:var(--t-bg-raised,#fff);border:1px solid var(--t-border-soft,#eae6de);border-radius:16px;width:min(100%,380px);padding:24px;box-shadow:0 24px 70px #2c302924}.treevia-home__confirm-title{font-family:var(--t-font-display,"DM Sans", sans-serif);margin:0 0 8px;font-size:1.25rem;font-weight:600}.treevia-home__confirm-copy{color:var(--t-ink-secondary);margin:0 0 24px}.treevia-home__confirm-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.treevia-home__confirm-cancel,.treevia-home__confirm-delete{cursor:pointer;border-radius:999px;min-height:42px}.treevia-home__confirm-cancel{border:1px solid var(--t-border);color:var(--t-ink);background:0 0}.treevia-home__confirm-delete{border:1px solid var(--t-danger,#c47068);background:var(--t-danger,#c47068);color:#fff}@media (width<=768px){.treevia-home__topbar{padding:16px 20px}.treevia-home__main{gap:40px;padding:0 20px 60px}.library-shelf__header{flex-direction:column;align-items:flex-start;gap:16px}.library-shelf__actions,.library-shelf__btn{width:100%}.library-shelf__btn{justify-content:center}.workspace-index__columns{grid-template-columns:1fr;gap:32px}.workspace-index__column-head{margin-bottom:12px}.library-shelf__grid{grid-template-columns:1fr}}.treevia-home__loading{min-height:100vh;color:var(--t-ink-secondary);justify-content:center;align-items:center;font-style:italic;display:flex}.treevia-home__loading-icon{margin-right:12px}.treevia-home__loading--error{color:var(--t-danger,#c47068);flex-direction:column}.treevia-home__error-icon{margin-bottom:12px}.treevia-home__error-btn{margin-top:16px}.app-shell{background:var(--t-bg);flex-direction:column;min-height:100vh;display:flex}.app-shell--viewport{height:100vh;min-height:100vh;overflow:hidden}@supports (height:100dvh){.app-shell--viewport{height:100dvh;min-height:100dvh}}.app-shell--notebook{height:100vh;min-height:100vh;overflow:hidden}.app-shell__topbar-wrap{z-index:40;background:var(--t-bg);flex-shrink:0;padding:14px 24px 12px;position:sticky;top:0}.app-shell__topbar-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;max-width:1400px;margin:0 auto;display:grid}.app-shell__brand{color:var(--t-ink);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-self:start;align-items:center;gap:9px;padding:4px 8px;transition:opacity .16s;display:inline-flex}.app-shell__brand:hover{opacity:.7}.app-shell__brand img{width:auto;height:28px}.app-shell__brand span{letter-spacing:-.02em;font-size:1.05rem;font-weight:400}.app-shell__tabs{grid-template-columns:repeat(var(--app-shell-tab-count,4), minmax(0, 1fr));background:var(--t-bg-raised);border:1px solid var(--t-border);border-radius:999px;justify-self:center;align-items:center;gap:4px;width:min(100%,560px);padding:5px;display:grid;box-shadow:0 1px 3px #0f15120a,0 6px 16px #0f15120f,inset 0 1px #fff9}.app-shell__tab{color:var(--t-ink-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:0;padding:9px 16px;font-size:.88rem;font-weight:500;transition:all .16s;display:inline-flex;position:relative}.app-shell__tab:hover{color:var(--t-ink);background:#5b9a7d0d}.app-shell__tab--active{color:#fff;background:var(--t-accent);font-weight:600;box-shadow:0 2px 8px #5b9a7d40}.app-shell__tab--active:hover{background:var(--t-accent);color:#fff}.app-shell__right-controls{justify-self:end;align-items:center;gap:8px;display:inline-flex}.app-shell__profile{position:relative}.app-shell__profile-btn{border:1.5px solid var(--t-border);background:var(--t-bg-raised);color:var(--t-ink-secondary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-width:44px;height:38px;padding:0 10px;transition:border-color .16s,background .16s;display:inline-flex}.app-shell__profile-btn:hover{border-color:var(--t-border-strong);background:var(--t-accent-soft)}.app-shell__profile-btn img{-o-object-fit:cover;object-fit:cover;border-radius:999px;width:24px;height:24px}.app-shell__menu{border:1px solid var(--t-border);background:var(--t-bg-raised);border-radius:16px;min-width:220px;margin-top:8px;animation:.18s shellMenuIn;position:absolute;right:0;overflow:hidden;box-shadow:0 4px 12px #0f15120f,0 20px 40px #0f15121a}@keyframes shellMenuIn{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.app-shell__menu-user{border-bottom:1px solid var(--t-border);padding:14px 16px}.app-shell__menu-user p{color:var(--t-ink);margin:0;font-size:.92rem;font-weight:600}.app-shell__menu-user span{color:var(--t-ink-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.78rem;display:block;overflow:hidden}.app-shell__menu-item{width:100%;color:var(--t-ink);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:11px 16px;font-size:.88rem;transition:background .12s;display:flex}.app-shell__menu-item:hover{background:var(--t-accent-soft)}.app-shell__menu-item--danger{color:var(--t-danger)}.app-shell__menu-item--danger:hover{background:var(--t-danger-soft)}.app-shell__content{background:var(--t-bg);flex:1;min-height:0;padding:4px 14px 16px;overflow:hidden}.app-shell__content--notebook{background:var(--t-bg-inset);padding:0;position:relative;overflow:hidden}.app-shell__content--schedule{background:var(--t-bg-inset);min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.app-shell__content--schedule:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#edf5f066 0%,#0000 100%);height:20px;position:absolute;inset:0 0 auto}.app-shell__content--schedule>*{z-index:1;flex:1;height:100%;min-height:0;position:relative}.dark .app-shell__content--schedule:before{background:linear-gradient(#0f15124d 0%,#0000 100%)}.app-shell__content--notebook:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#edf5f026 0%,#0000 100%);height:20px;position:absolute;top:0;left:0;right:0}.app-shell__content--notebook>*{z-index:1;height:100%;min-height:0;position:relative}@media (width<=900px){.app-shell__topbar-wrap{padding:10px 16px 8px}.app-shell__topbar-row{flex-wrap:wrap;gap:10px;display:flex}.app-shell__tabs{scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;order:2;justify-content:flex-start;justify-self:auto;align-items:center;gap:4px;width:100%;display:flex;overflow:auto hidden}.app-shell__tabs::-webkit-scrollbar{display:none}.app-shell__tab{scroll-snap-align:start;flex:none;justify-content:center;min-width:max-content;padding:8px 14px;font-size:.84rem}}.dark .app-shell__brand{color:var(--t-ink)}.dark .app-shell__tabs{background:var(--t-bg-raised);border-color:var(--t-border);box-shadow:0 1px 3px #00000026,0 6px 16px #0003,inset 0 1px #ffffff08}.dark .app-shell__tab{color:var(--t-ink-muted)}.dark .app-shell__tab:hover{color:var(--t-ink);background:#7cc4a00f}.dark .app-shell__tab--active{color:#fff;background:var(--t-accent);box-shadow:0 2px 8px #7cc4a04d}.dark .app-shell__profile-btn{border-color:var(--t-border);background:var(--t-bg-raised);color:var(--t-ink-muted)}.dark .app-shell__profile-btn:hover{border-color:var(--t-border-strong)}.dark .app-shell__menu{background:var(--t-bg-raised);border-color:var(--t-border);box-shadow:0 4px 12px #0003,0 20px 40px #00000059}.dark .app-shell__menu-user{border-bottom-color:var(--t-border)}.dark .app-shell__menu-item:hover{background:#7cc4a00f}.dark .app-shell__content--notebook{background:var(--t-bg-inset)}.dark .app-shell__content--notebook:before{background:linear-gradient(#0f151233 0%,#0000 100%)}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:JetBrains Mono,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.77778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.09091em;margin-bottom:1.09091em;font-size:1.22222em;line-height:1.45455}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.833333em;font-size:2.66667em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.86667em;margin-bottom:1.06667em;font-size:1.66667em;line-height:1.33333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.66667em;margin-bottom:.666667em;font-size:1.33333em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:.444444em;line-height:1.55556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.222222em;padding-inline-end:.444444em;padding-bottom:.222222em;border-radius:.3125rem;padding-inline-start:.444444em;font-size:.888889em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.866667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;border-radius:.375rem;margin-top:2em;margin-bottom:2em;padding-inline-start:1.5em;font-size:.888889em;line-height:1.75}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.55556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;margin-bottom:.666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.33333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.33333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;padding-inline-start:1.55556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.11111em;margin-bottom:3.11111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.77778em;margin-bottom:1.77778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;font-size:.888889em;line-height:1.5}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:#1717171a;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-6{bottom:-1.5rem}.-left-6{left:-1.5rem}.-right-1{right:-.25rem}.-right-4{right:-1rem}.-top-2{top:-.5rem}.-top-4{top:-1rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-9{bottom:2.25rem}.bottom-\[50\%\]{bottom:50%}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[-50px\]{right:-50px}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-6{top:1.5rem}.top-\[50\%\]{top:50%}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[120\]{z-index:120}.z-\[125\]{z-index:125}.z-\[126\]{z-index:126}.z-\[130\]{z-index:130}.z-\[135\]{z-index:135}.z-\[200\]{z-index:200}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2/span 2}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-ml-2{margin-left:-.5rem}.-mt-0\.5{margin-top:-.125rem}.-mt-2{margin-top:-.5rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-100px\]{margin-bottom:-100px}.mb-\[-55px\]{margin-bottom:-55px}.mb-\[-70px\]{margin-bottom:-70px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-6{margin-right:1.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[70vh\]{height:70vh}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0}.min-h-\[1000px\]{min-height:1000px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[2rem\]{min-height:2rem}.min-h-\[980px\]{min-height:980px}.min-h-\[calc\(100vh-57px\)\]{min-height:calc(100vh - 57px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[15px\]{width:15px}.w-\[220px\]{width:220px}.w-\[340px\]{width:340px}.w-\[64\%\]{width:64%}.w-\[92\%\]{width:92%}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[100px\]{min-width:100px}.min-w-\[104px\]{min-width:104px}.min-w-\[120px\]{min-width:120px}.min-w-\[160px\]{min-width:160px}.min-w-\[360px\]{min-width:360px}.min-w-\[40px\]{min-width:40px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[140px\]{max-width:140px}.max-w-\[14rem\]{max-width:14rem}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[260px\]{max-width:260px}.max-w-\[300px\]{max-width:300px}.max-w-\[340px\]{max-width:340px}.max-w-\[750px\]{max-width:750px}.max-w-\[760px\]{max-width:760px}.max-w-\[85\%\]{max-width:85%}.max-w-\[90\%\]{max-width:90%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-bottom{transform-origin:bottom}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.45\]{--tw-scale-x:.45;--tw-scale-y:.45;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.7\]{--tw-scale-x:.7;--tw-scale-y:.7;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-se-resize{cursor:se-resize}.cursor-text{cursor:text}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-\[1fr_60px_60px\]{grid-template-columns:1fr 60px 60px}.grid-cols-\[24px_1fr_60px_60px\]{grid-template-columns:24px 1fr 60px 60px}.grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(280px\,1fr\)\]{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr)}.grid-cols-\[minmax\(0\,1\.8fr\)_minmax\(340px\,1fr\)\]{grid-template-columns:minmax(0,1.8fr) minmax(340px,1fr)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-warm-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(237 245 240/var(--tw-divide-opacity,1))}.divide-warm-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(208 224 214/var(--tw-divide-opacity,1))}.divide-warm-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(168 196 178/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:10px}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#1B8A5A\]{--tw-border-opacity:1;border-color:rgb(27 138 90/var(--tw-border-opacity,1))}.border-\[\#1B8A5A\]\/30{border-color:#1b8a5a4d}.border-\[\#1a1a1a\]{--tw-border-opacity:1;border-color:rgb(26 26 26/var(--tw-border-opacity,1))}.border-\[\#2F3B31\]\/20{border-color:#2f3b3133}.border-\[\#333333\]{--tw-border-opacity:1;border-color:rgb(51 51 51/var(--tw-border-opacity,1))}.border-\[\#3A2718\]{--tw-border-opacity:1;border-color:rgb(58 39 24/var(--tw-border-opacity,1))}.border-\[\#4A5D4E\]{--tw-border-opacity:1;border-color:rgb(74 93 78/var(--tw-border-opacity,1))}.border-\[\#4CAF50\]{--tw-border-opacity:1;border-color:rgb(76 175 80/var(--tw-border-opacity,1))}.border-\[\#5A7A5A\]{--tw-border-opacity:1;border-color:rgb(90 122 90/var(--tw-border-opacity,1))}.border-\[\#6B8E6B\]{--tw-border-opacity:1;border-color:rgb(107 142 107/var(--tw-border-opacity,1))}.border-\[\#6B8E77\]{--tw-border-opacity:1;border-color:rgb(107 142 119/var(--tw-border-opacity,1))}.border-\[\#7A6245\]{--tw-border-opacity:1;border-color:rgb(122 98 69/var(--tw-border-opacity,1))}.border-\[\#7B9E87\]{--tw-border-opacity:1;border-color:rgb(123 158 135/var(--tw-border-opacity,1))}.border-\[\#81C784\]{--tw-border-opacity:1;border-color:rgb(129 199 132/var(--tw-border-opacity,1))}.border-\[\#8B7355\]{--tw-border-opacity:1;border-color:rgb(139 115 85/var(--tw-border-opacity,1))}.border-\[\#8B7355\]\/40{border-color:#8b735566}.border-\[\#8BA888\]{--tw-border-opacity:1;border-color:rgb(139 168 136/var(--tw-border-opacity,1))}.border-\[\#8D7967\]{--tw-border-opacity:1;border-color:rgb(141 121 103/var(--tw-border-opacity,1))}.border-\[\#B48454\]{--tw-border-opacity:1;border-color:rgb(180 132 84/var(--tw-border-opacity,1))}.border-\[\#BF360C\]{--tw-border-opacity:1;border-color:rgb(191 54 12/var(--tw-border-opacity,1))}.border-\[\#C49464\]{--tw-border-opacity:1;border-color:rgb(196 148 100/var(--tw-border-opacity,1))}.border-\[\#C8D8C0\]{--tw-border-opacity:1;border-color:rgb(200 216 192/var(--tw-border-opacity,1))}.border-\[\#D4A574\]{--tw-border-opacity:1;border-color:rgb(212 165 116/var(--tw-border-opacity,1))}.border-\[\#DCD0C2\]{--tw-border-opacity:1;border-color:rgb(220 208 194/var(--tw-border-opacity,1))}.border-\[\#DFD3C5\]{--tw-border-opacity:1;border-color:rgb(223 211 197/var(--tw-border-opacity,1))}.border-\[\#E57373\]{--tw-border-opacity:1;border-color:rgb(229 115 115/var(--tw-border-opacity,1))}.border-\[\#E8DED1\]{--tw-border-opacity:1;border-color:rgb(232 222 209/var(--tw-border-opacity,1))}.border-\[\#F1E8DD\]{--tw-border-opacity:1;border-color:rgb(241 232 221/var(--tw-border-opacity,1))}.border-\[\#ded3c2\]{--tw-border-opacity:1;border-color:rgb(222 211 194/var(--tw-border-opacity,1))}.border-\[\#e8e2d8\]{--tw-border-opacity:1;border-color:rgb(232 226 216/var(--tw-border-opacity,1))}.border-\[\#e9e3d9\]{--tw-border-opacity:1;border-color:rgb(233 227 217/var(--tw-border-opacity,1))}.border-\[\#e9e3da\]{--tw-border-opacity:1;border-color:rgb(233 227 218/var(--tw-border-opacity,1))}.border-\[\#ece6dc\]{--tw-border-opacity:1;border-color:rgb(236 230 220/var(--tw-border-opacity,1))}.border-\[\#ece7df\]{--tw-border-opacity:1;border-color:rgb(236 231 223/var(--tw-border-opacity,1))}.border-\[\#f1ece5\]{--tw-border-opacity:1;border-color:rgb(241 236 229/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/50{border-color:#f59e0b80}.border-amber-800\/30{border-color:#92400e4d}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-500\/30{border-color:#3b82f64d}.border-cyan-500\/20{border-color:#06b6d433}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-600\/20{border-color:#05966933}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-500\/20{border-color:#6b728033}.border-gray-500\/30{border-color:#6b72804d}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.border-gray-800\/40{border-color:#1f293766}.border-gray-800\/50{border-color:#1f293780}.border-gray-800\/80{border-color:#1f2937cc}.border-green-100{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-green-500\/20{border-color:#22c55e33}.border-green-800\/30{border-color:#1665344d}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-orange-500\/30{border-color:#f973164d}.border-purple-500\/20{border-color:#a855f733}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-red-500\/20{border-color:#ef444433}.border-red-500\/25{border-color:#ef444440}.border-red-500\/30{border-color:#ef44444d}.border-red-800\/40{border-color:#991b1b66}.border-stone-100{--tw-border-opacity:1;border-color:rgb(245 245 244/var(--tw-border-opacity,1))}.border-stone-200{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity,1))}.border-stone-300{--tw-border-opacity:1;border-color:rgb(214 211 209/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-warm-100{--tw-border-opacity:1;border-color:rgb(237 245 240/var(--tw-border-opacity,1))}.border-warm-200{--tw-border-opacity:1;border-color:rgb(208 224 214/var(--tw-border-opacity,1))}.border-warm-300{--tw-border-opacity:1;border-color:rgb(168 196 178/var(--tw-border-opacity,1))}.border-warm-400{--tw-border-opacity:1;border-color:rgb(125 154 136/var(--tw-border-opacity,1))}.border-white\/10{border-color:#ffffff1a}.border-white\/50{border-color:#ffffff80}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:#0000}.bg-\[\#0f0f0f\]{--tw-bg-opacity:1;background-color:rgb(15 15 15/var(--tw-bg-opacity,1))}.bg-\[\#101010\]{--tw-bg-opacity:1;background-color:rgb(16 16 16/var(--tw-bg-opacity,1))}.bg-\[\#141414\]{--tw-bg-opacity:1;background-color:rgb(20 20 20/var(--tw-bg-opacity,1))}.bg-\[\#151515\]{--tw-bg-opacity:1;background-color:rgb(21 21 21/var(--tw-bg-opacity,1))}.bg-\[\#1B8A5A\]{--tw-bg-opacity:1;background-color:rgb(27 138 90/var(--tw-bg-opacity,1))}.bg-\[\#1B8A5A\]\/10{background-color:#1b8a5a1a}.bg-\[\#1a1a1a\]{--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.bg-\[\#1b5e20\]{--tw-bg-opacity:1;background-color:rgb(27 94 32/var(--tw-bg-opacity,1))}.bg-\[\#1b5e20\]\/10{background-color:#1b5e201a}.bg-\[\#1e1e1e\]{--tw-bg-opacity:1;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.bg-\[\#4A3728\]{--tw-bg-opacity:1;background-color:rgb(74 55 40/var(--tw-bg-opacity,1))}.bg-\[\#4A5D4E\]{--tw-bg-opacity:1;background-color:rgb(74 93 78/var(--tw-bg-opacity,1))}.bg-\[\#5B9BD5\]{--tw-bg-opacity:1;background-color:rgb(91 155 213/var(--tw-bg-opacity,1))}.bg-\[\#6B8E6B\]{--tw-bg-opacity:1;background-color:rgb(107 142 107/var(--tw-bg-opacity,1))}.bg-\[\#7B9E87\]{--tw-bg-opacity:1;background-color:rgb(123 158 135/var(--tw-bg-opacity,1))}.bg-\[\#8B7355\]{--tw-bg-opacity:1;background-color:rgb(139 115 85/var(--tw-bg-opacity,1))}.bg-\[\#8B7355\]\/10{background-color:#8b73551a}.bg-\[\#9D8977\]{--tw-bg-opacity:1;background-color:rgb(157 137 119/var(--tw-bg-opacity,1))}.bg-\[\#D4A574\]{--tw-bg-opacity:1;background-color:rgb(212 165 116/var(--tw-bg-opacity,1))}.bg-\[\#E65100\]{--tw-bg-opacity:1;background-color:rgb(230 81 0/var(--tw-bg-opacity,1))}.bg-\[\#E8E0D5\]{--tw-bg-opacity:1;background-color:rgb(232 224 213/var(--tw-bg-opacity,1))}.bg-\[\#E8F0E4\]{--tw-bg-opacity:1;background-color:rgb(232 240 228/var(--tw-bg-opacity,1))}.bg-\[\#E8F5E9\]{--tw-bg-opacity:1;background-color:rgb(232 245 233/var(--tw-bg-opacity,1))}.bg-\[\#F2EDE4\]{--tw-bg-opacity:1;background-color:rgb(242 237 228/var(--tw-bg-opacity,1))}.bg-\[\#F5F0E8\]{--tw-bg-opacity:1;background-color:rgb(245 240 232/var(--tw-bg-opacity,1))}.bg-\[\#F7F1E8\]{--tw-bg-opacity:1;background-color:rgb(247 241 232/var(--tw-bg-opacity,1))}.bg-\[\#F7FAF8\]{--tw-bg-opacity:1;background-color:rgb(247 250 248/var(--tw-bg-opacity,1))}.bg-\[\#FAF6EE\]{--tw-bg-opacity:1;background-color:rgb(250 246 238/var(--tw-bg-opacity,1))}.bg-\[\#FDFBF8\]{--tw-bg-opacity:1;background-color:rgb(253 251 248/var(--tw-bg-opacity,1))}.bg-\[\#FFEBEE\]{--tw-bg-opacity:1;background-color:rgb(255 235 238/var(--tw-bg-opacity,1))}.bg-\[\#FFF8E1\]{--tw-bg-opacity:1;background-color:rgb(255 248 225/var(--tw-bg-opacity,1))}.bg-\[\#FFFDF8\]{--tw-bg-opacity:1;background-color:rgb(255 253 248/var(--tw-bg-opacity,1))}.bg-\[\#c8cdd5\]{--tw-bg-opacity:1;background-color:rgb(200 205 213/var(--tw-bg-opacity,1))}.bg-\[\#f0f0f0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1))}.bg-\[\#f0fdf4\]{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-\[\#f5f2ec\]{--tw-bg-opacity:1;background-color:rgb(245 242 236/var(--tw-bg-opacity,1))}.bg-\[\#f5f5f0\]{--tw-bg-opacity:1;background-color:rgb(245 245 240/var(--tw-bg-opacity,1))}.bg-\[\#f8f6f2\]{--tw-bg-opacity:1;background-color:rgb(248 246 242/var(--tw-bg-opacity,1))}.bg-\[\#faf8f4\]{--tw-bg-opacity:1;background-color:rgb(250 248 244/var(--tw-bg-opacity,1))}.bg-\[\#fbfaf8\]{--tw-bg-opacity:1;background-color:rgb(251 250 248/var(--tw-bg-opacity,1))}.bg-\[\#fdfaf6\]{--tw-bg-opacity:1;background-color:rgb(253 250 246/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/20{background-color:#3b82f633}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-cyan-500\/15{background-color:#06b6d426}.bg-cyan-500\/20{background-color:#06b6d433}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-emerald-600\/20{background-color:#05966933}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-500\/15{background-color:#6b728026}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-700\/50{background-color:#37415180}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/60{background-color:#1f293799}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-50\/60{background-color:#f0fdf499}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/15{background-color:#22c55e26}.bg-green-500\/20{background-color:#22c55e33}.bg-green-500\/30{background-color:#22c55e4d}.bg-green-500\/5{background-color:#22c55e0d}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-500\/15{background-color:#f9731626}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/5{background-color:#ef44440d}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-stone-50{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity,1))}.bg-stone-900{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-warm-100{--tw-bg-opacity:1;background-color:rgb(237 245 240/var(--tw-bg-opacity,1))}.bg-warm-100\/80{background-color:#edf5f0cc}.bg-warm-200{--tw-bg-opacity:1;background-color:rgb(208 224 214/var(--tw-bg-opacity,1))}.bg-warm-200\/80{background-color:#d0e0d6cc}.bg-warm-300{--tw-bg-opacity:1;background-color:rgb(168 196 178/var(--tw-bg-opacity,1))}.bg-warm-400{--tw-bg-opacity:1;background-color:rgb(125 154 136/var(--tw-bg-opacity,1))}.bg-warm-50{--tw-bg-opacity:1;background-color:rgb(247 250 248/var(--tw-bg-opacity,1))}.bg-warm-50\/50{background-color:#f7faf880}.bg-warm-500{--tw-bg-opacity:1;background-color:rgb(74 107 85/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-\[\#1B5E20\]{--tw-gradient-from:#1b5e20 var(--tw-gradient-from-position);--tw-gradient-to:#1b5e2000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#1B8A5A\]\/10{--tw-gradient-from:#1b8a5a1a var(--tw-gradient-from-position);--tw-gradient-to:#1b8a5a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#1b5e20\]\/20{--tw-gradient-from:#1b5e2033 var(--tw-gradient-from-position);--tw-gradient-to:#1b5e2000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#6B8E6B\]{--tw-gradient-from:#6b8e6b var(--tw-gradient-from-position);--tw-gradient-to:#6b8e6b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#8B7355\]{--tw-gradient-from:#8b7355 var(--tw-gradient-from-position);--tw-gradient-to:#8b735500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#D4A574\]{--tw-gradient-from:#d4a574 var(--tw-gradient-from-position);--tw-gradient-to:#d4a57400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#F5F0E8\]{--tw-gradient-from:#f5f0e8 var(--tw-gradient-from-position);--tw-gradient-to:#f5f0e800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#F5F0EB\]{--tw-gradient-from:#f5f0eb var(--tw-gradient-from-position);--tw-gradient-to:#f5f0eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:#fbbf2400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from:#fffbeb var(--tw-gradient-from-position);--tw-gradient-to:#fffbeb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:#f59e0b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:#60a5fa00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:#4ade8000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:#22c55e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:#f8717100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-warm-300{--tw-gradient-from:#a8c4b2 var(--tw-gradient-from-position);--tw-gradient-to:#a8c4b200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-warm-50{--tw-gradient-from:#f7faf8 var(--tw-gradient-from-position);--tw-gradient-to:#f7faf800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#2E7D32\]{--tw-gradient-to:#2e7d32 var(--tw-gradient-to-position)}.to-\[\#6B5345\]{--tw-gradient-to:#6b5345 var(--tw-gradient-to-position)}.to-\[\#6B8E6B\]\/10{--tw-gradient-to:#6b8e6b1a var(--tw-gradient-to-position)}.to-\[\#795548\]\/20{--tw-gradient-to:#79554833 var(--tw-gradient-to-position)}.to-\[\#7B9E87\]{--tw-gradient-to:#7b9e87 var(--tw-gradient-to-position)}.to-\[\#8BA888\]{--tw-gradient-to:#8ba888 var(--tw-gradient-to-position)}.to-\[\#C49464\]{--tw-gradient-to:#c49464 var(--tw-gradient-to-position)}.to-\[\#E8F0E4\]{--tw-gradient-to:#e8f0e4 var(--tw-gradient-to-position)}.to-\[\#EDE5DB\]{--tw-gradient-to:#ede5db var(--tw-gradient-to-position)}.to-\[\#F5F0E8\]{--tw-gradient-to:#f5f0e8 var(--tw-gradient-to-position)}.to-amber-100{--tw-gradient-to:#fef3c7 var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to:#f59e0b var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to:#059669 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to:#22c55e var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to:#fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to:#f97316 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.to-warm-400{--tw-gradient-to:#7d9a88 var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[5px\]{padding:5px}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:JetBrains Mono,monospace}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-\[0\.9\]{line-height:.9}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#1A2E22\]{--tw-text-opacity:1;color:rgb(26 46 34/var(--tw-text-opacity,1))}.text-\[\#1B8A5A\]{--tw-text-opacity:1;color:rgb(27 138 90/var(--tw-text-opacity,1))}.text-\[\#1a1a1a\]{--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity,1))}.text-\[\#1b5e20\]{--tw-text-opacity:1;color:rgb(27 94 32/var(--tw-text-opacity,1))}.text-\[\#2C2A25\]{--tw-text-opacity:1;color:rgb(44 42 37/var(--tw-text-opacity,1))}.text-\[\#4A3728\]{--tw-text-opacity:1;color:rgb(74 55 40/var(--tw-text-opacity,1))}.text-\[\#4A3F32\]{--tw-text-opacity:1;color:rgb(74 63 50/var(--tw-text-opacity,1))}.text-\[\#4A5D4E\]{--tw-text-opacity:1;color:rgb(74 93 78/var(--tw-text-opacity,1))}.text-\[\#4CAF50\]{--tw-text-opacity:1;color:rgb(76 175 80/var(--tw-text-opacity,1))}.text-\[\#5A7A5A\]{--tw-text-opacity:1;color:rgb(90 122 90/var(--tw-text-opacity,1))}.text-\[\#5C4D3C\]{--tw-text-opacity:1;color:rgb(92 77 60/var(--tw-text-opacity,1))}.text-\[\#5D4037\]{--tw-text-opacity:1;color:rgb(93 64 55/var(--tw-text-opacity,1))}.text-\[\#675E52\]{--tw-text-opacity:1;color:rgb(103 94 82/var(--tw-text-opacity,1))}.text-\[\#6B5345\]{--tw-text-opacity:1;color:rgb(107 83 69/var(--tw-text-opacity,1))}.text-\[\#6B8E6B\]{--tw-text-opacity:1;color:rgb(107 142 107/var(--tw-text-opacity,1))}.text-\[\#6E655A\]{--tw-text-opacity:1;color:rgb(110 101 90/var(--tw-text-opacity,1))}.text-\[\#756A5C\]{--tw-text-opacity:1;color:rgb(117 106 92/var(--tw-text-opacity,1))}.text-\[\#756B60\]{--tw-text-opacity:1;color:rgb(117 107 96/var(--tw-text-opacity,1))}.text-\[\#795548\]{--tw-text-opacity:1;color:rgb(121 85 72/var(--tw-text-opacity,1))}.text-\[\#7B6B5B\]{--tw-text-opacity:1;color:rgb(123 107 91/var(--tw-text-opacity,1))}.text-\[\#7B8D6A\]{--tw-text-opacity:1;color:rgb(123 141 106/var(--tw-text-opacity,1))}.text-\[\#7B9E87\]{--tw-text-opacity:1;color:rgb(123 158 135/var(--tw-text-opacity,1))}.text-\[\#8A8174\]{--tw-text-opacity:1;color:rgb(138 129 116/var(--tw-text-opacity,1))}.text-\[\#8B7355\]{--tw-text-opacity:1;color:rgb(139 115 85/var(--tw-text-opacity,1))}.text-\[\#8BC34A\]{--tw-text-opacity:1;color:rgb(139 195 74/var(--tw-text-opacity,1))}.text-\[\#9D8977\]{--tw-text-opacity:1;color:rgb(157 137 119/var(--tw-text-opacity,1))}.text-\[\#A1978A\]{--tw-text-opacity:1;color:rgb(161 151 138/var(--tw-text-opacity,1))}.text-\[\#B8A082\]{--tw-text-opacity:1;color:rgb(184 160 130/var(--tw-text-opacity,1))}.text-\[\#B8A898\]{--tw-text-opacity:1;color:rgb(184 168 152/var(--tw-text-opacity,1))}.text-\[\#D4A574\]{--tw-text-opacity:1;color:rgb(212 165 116/var(--tw-text-opacity,1))}.text-\[\#E53935\]{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity,1))}.text-\[\#E57373\]{--tw-text-opacity:1;color:rgb(229 115 115/var(--tw-text-opacity,1))}.text-\[\#FF9800\]{--tw-text-opacity:1;color:rgb(255 152 0/var(--tw-text-opacity,1))}.text-\[\#FFA000\]{--tw-text-opacity:1;color:rgb(255 160 0/var(--tw-text-opacity,1))}.text-amber-100\/80{color:#fef3c7cc}.text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-400\/80{color:#fbbf24cc}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-500\/50{color:#f59e0b80}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-pink-400{--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-400\/70{color:#f87171b3}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-600\/80{color:#dc2626cc}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.text-stone-400{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity,1))}.text-stone-500{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity,1))}.text-stone-600{--tw-text-opacity:1;color:rgb(87 83 78/var(--tw-text-opacity,1))}.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.text-stone-800{--tw-text-opacity:1;color:rgb(41 37 36/var(--tw-text-opacity,1))}.text-stone-900{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity,1))}.text-warm-300{--tw-text-opacity:1;color:rgb(168 196 178/var(--tw-text-opacity,1))}.text-warm-400{--tw-text-opacity:1;color:rgb(125 154 136/var(--tw-text-opacity,1))}.text-warm-500{--tw-text-opacity:1;color:rgb(74 107 85/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-\[\#CDBEAD\]{text-decoration-color:#cdbead}.decoration-2{text-decoration-thickness:2px}.underline-offset-2{text-underline-offset:2px}.placeholder-\[\#9D8977\]::placeholder{--tw-placeholder-opacity:1;color:rgb(157 137 119/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-600::placeholder{--tw-placeholder-opacity:1;color:rgb(75 85 99/var(--tw-placeholder-opacity,1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.opacity-\[0\.04\]{opacity:.04}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow:0 1px 2px #0f172a0a;--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 1px 2px #0f172a0d;--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_3px_rgba\(127\,29\,29\,0\.06\)\]{--tw-shadow:0 1px 3px #7f1d1d0f;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_3px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow:0 1px 3px #0f172a0a;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_2px_5px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 2px 5px #0f172a1f;--tw-shadow-colored:0 2px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_2px_6px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 2px 6px #0f172a0d;--tw-shadow-colored:0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_2px_6px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 2px 6px #0f172a0f;--tw-shadow-colored:0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_8px_20px_rgba\(15\,23\,42\,0\.14\)\]{--tw-shadow:0 8px 20px #0f172a24;--tw-shadow-colored:0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--t-bg:#f7f5f0;--t-bg-raised:#fff;--t-bg-inset:#efedea;--t-bg-warm:#f3ede5;--t-ink:#2c3029;--t-ink-secondary:#5a6356;--t-ink-muted:#8b9285;--t-border:#ddd8cf;--t-border-strong:#c9c2b6;--t-border-soft:#eae6de;--t-accent:#5b9a7d;--t-accent-hover:#4a876c;--t-accent-soft:#5b9a7d12;--t-accent-warm:#c76b42;--t-accent-warm-soft:#c76b4214;--t-accent-iris:#7b6fa0;--t-accent-iris-soft:#7b6fa012;--t-accent-gold:#c4a76b;--t-accent-gold-soft:#c4a76b14;--t-blue:#6ba3c7;--t-blue-soft:#edf4f8;--t-danger:#c47068;--t-danger-soft:#fbf0ee;--t-warning:#c4a055;--t-warning-soft:#fbf6ec;--bg-primary:var(--t-bg);--bg-secondary:var(--t-bg-inset);--bg-card:var(--t-bg-raised);--bg-input:var(--t-bg-raised);--text-primary:var(--t-ink);--text-secondary:var(--t-ink-secondary);--text-muted:var(--t-ink-muted);--border-color:var(--t-border);--t-font-display:"DM Sans", "Lexend", -apple-system, sans-serif;letter-spacing:.005em;color:var(--t-ink);background-color:var(--t-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:350;line-height:1.65}.dark{--t-bg:#1a1814;--t-bg-raised:#242019;--t-bg-inset:#151310;--t-bg-warm:#1e1b15;--t-ink:#e2ddd4;--t-ink-secondary:#a8a197;--t-ink-muted:#736d63;--t-border:#332f28;--t-border-strong:#49443a;--t-border-soft:#2a2722;--t-accent:#7cc4a0;--t-accent-hover:#94d4b4;--t-accent-soft:#7cc4a014;--t-accent-warm:#d98b6a;--t-accent-warm-soft:#d98b6a1a;--t-accent-iris:#9b8fc0;--t-accent-iris-soft:#9b8fc017;--t-accent-gold:#d4ba82;--t-accent-gold-soft:#d4ba821a;--t-blue:#82bfe0;--t-blue-soft:#1a2218;--t-danger:#d4918a;--t-danger-soft:#2a1e1c;--t-warning:#d4b878;--t-warning-soft:#2a2518;--bg-primary:var(--t-bg);--bg-secondary:var(--t-bg-inset);--bg-card:var(--t-bg-raised);--bg-input:var(--t-bg-raised);--text-primary:var(--t-ink);--text-secondary:var(--t-ink-secondary);--text-muted:var(--t-ink-muted);--border-color:var(--t-border);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}.overflow-wrap-anywhere{overflow-wrap:anywhere;word-break:break-word}body{min-width:320px;min-height:100vh;color:var(--t-ink);margin:0;transition:background-color .2s,color .2s;background-color:var(--t-bg)!important}#root{background-color:var(--t-bg);min-height:100vh}button,input,textarea,select{transition:color .2s,border-color .2s,box-shadow .2s}select{appearance:none;background-color:var(--t-bg-raised);color:var(--t-ink);border:1.5px solid var(--t-border);font:inherit;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237D9A88' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;border-radius:10px;padding:8px 32px 8px 12px;font-size:.9rem}select:hover{border-color:var(--t-border-strong)}select:focus{border-color:var(--t-accent);outline:none;box-shadow:0 0 0 3px #5b9a7d1f}.dark select{background-color:var(--t-bg-raised);color:var(--t-ink);border-color:var(--t-border);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B8A78' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.dark select:hover{border-color:var(--t-border-strong)}.dark select:focus{border-color:var(--t-accent);box-shadow:0 0 0 3px #7cc4a01f}.dark .bg-warm-50,.dark .bg-warm-100{background-color:var(--t-bg)!important}.dark .bg-white{background-color:var(--t-bg-raised)!important}.dark .bg-gray-50,.dark .bg-gray-100,.dark .bg-\[\#FAFAF8\]{background-color:var(--t-bg)!important}.dark .bg-gray-200{background-color:var(--t-bg-inset)!important}.dark .hover\:bg-warm-50:hover,.dark .hover\:bg-warm-100:hover{background-color:var(--t-bg-raised)!important}.dark .text-gray-900,.dark .text-gray-800,.dark .text-gray-700{color:var(--t-ink)!important}.dark .text-gray-600,.dark .text-gray-500{color:var(--t-ink-secondary)!important}.dark .text-gray-400,.dark .text-gray-300{color:var(--t-ink-muted)!important}.dark .border-warm-200,.dark .border-warm-300,.dark .border-gray-100,.dark .border-gray-200{border-color:var(--t-border)!important}.dark .hover\:text-gray-700:hover,.dark .hover\:text-gray-800:hover{color:var(--t-ink)!important}.dark .bg-warm-200,.dark .bg-warm-300{background-color:var(--t-bg-inset)!important}.dark input::-moz-placeholder{color:var(--t-ink-muted)!important}.dark textarea::-moz-placeholder{color:var(--t-ink-muted)!important}.dark input::placeholder,.dark textarea::placeholder{color:var(--t-ink-muted)!important}.dark pre,.dark code{background-color:#0f1512!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#5b9a7d0a;border-radius:4px}::-webkit-scrollbar-thumb{background:var(--t-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--t-border-strong)}::-webkit-scrollbar-button{width:0;height:0;display:none}.dark ::-webkit-scrollbar-track{background:#7cc4a00a;border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:var(--t-border);border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:var(--t-border-strong)}.ProseMirror{outline:none;min-height:300px}.ProseMirror h1{margin:.67em 0;font-size:2em;font-weight:700}.ProseMirror h2{margin:.75em 0;font-size:1.5em;font-weight:600}.ProseMirror h3{margin:.83em 0;font-size:1.25em;font-weight:600}.ProseMirror p{margin:.5em 0}.ProseMirror ul{padding-left:1.5em;list-style:outside}.ProseMirror ul li::marker{color:var(--t-ink)}.ProseMirror ol li::marker{color:var(--t-ink)}.dark .ProseMirror ul li::marker{color:var(--t-ink)}.dark .ProseMirror ol li::marker{color:var(--t-ink)}.ProseMirror ol{padding-left:1.5em;list-style:decimal}.ProseMirror li{margin:.25em 0}.ProseMirror blockquote{border-left:3px solid var(--t-accent);color:var(--t-ink-secondary);margin:1em 0;padding-left:1em}.dark .ProseMirror blockquote{border-left-color:var(--t-accent);color:var(--t-ink-secondary)}.ProseMirror code{background:var(--t-bg-inset);border-radius:4px;padding:.1em .3em;font-family:JetBrains Mono,monospace}.dark .ProseMirror code{background:var(--t-bg-inset)}.ProseMirror pre{color:#e4ede7;background:#0f1512;border-radius:8px;padding:1em;overflow-x:auto}.ProseMirror img{border-radius:8px;max-width:100%;height:auto;margin:1em 0}.ProseMirror table{border-collapse:collapse;width:100%;margin:1em 0}.ProseMirror th,.ProseMirror td{border:1px solid var(--t-border);text-align:left;padding:.5em}.dark .ProseMirror th,.dark .ProseMirror td{border-color:var(--t-border)}.ProseMirror th{background:var(--t-bg-inset);font-weight:600}.dark .ProseMirror th{background:var(--t-bg-inset)}.ProseMirror hr{border:none;border-top:2px solid var(--t-border);margin:1.5em 0}.dark .ProseMirror hr{border-top-color:var(--t-border)}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-2:before{content:var(--tw-content);bottom:.5rem}.before\:left-\[7px\]:before{content:var(--tw-content);left:7px}.before\:top-2:before{content:var(--tw-content);top:.5rem}.before\:w-px:before{content:var(--tw-content);width:1px}.before\:bg-gray-800:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:gap-3:hover{gap:.75rem}.hover\:border-\[\#1b5e20\]:hover{--tw-border-opacity:1;border-color:rgb(27 94 32/var(--tw-border-opacity,1))}.hover\:border-\[\#8B7355\]:hover{--tw-border-opacity:1;border-color:rgb(139 115 85/var(--tw-border-opacity,1))}.hover\:border-\[\#C5B49F\]:hover{--tw-border-opacity:1;border-color:rgb(197 180 159/var(--tw-border-opacity,1))}.hover\:border-\[\#ddd3c3\]:hover{--tw-border-opacity:1;border-color:rgb(221 211 195/var(--tw-border-opacity,1))}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.hover\:border-warm-300:hover{--tw-border-opacity:1;border-color:rgb(168 196 178/var(--tw-border-opacity,1))}.hover\:border-warm-400:hover{--tw-border-opacity:1;border-color:rgb(125 154 136/var(--tw-border-opacity,1))}.hover\:border-warm-500:hover{--tw-border-opacity:1;border-color:rgb(74 107 85/var(--tw-border-opacity,1))}.hover\:bg-\[\#14704A\]:hover{--tw-bg-opacity:1;background-color:rgb(20 112 74/var(--tw-bg-opacity,1))}.hover\:bg-\[\#1f1f1f\]:hover{--tw-bg-opacity:1;background-color:rgb(31 31 31/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3B4C3F\]:hover{--tw-bg-opacity:1;background-color:rgb(59 76 63/var(--tw-bg-opacity,1))}.hover\:bg-\[\#4A8BC5\]:hover{--tw-bg-opacity:1;background-color:rgb(74 139 197/var(--tw-bg-opacity,1))}.hover\:bg-\[\#5A7A5A\]:hover,.hover\:bg-\[\#5a7a5a\]:hover{--tw-bg-opacity:1;background-color:rgb(90 122 90/var(--tw-bg-opacity,1))}.hover\:bg-\[\#6B8E77\]:hover{--tw-bg-opacity:1;background-color:rgb(107 142 119/var(--tw-bg-opacity,1))}.hover\:bg-\[\#7A6245\]:hover{--tw-bg-opacity:1;background-color:rgb(122 98 69/var(--tw-bg-opacity,1))}.hover\:bg-\[\#7A6548\]:hover,.hover\:bg-\[\#7a6548\]:hover{--tw-bg-opacity:1;background-color:rgb(122 101 72/var(--tw-bg-opacity,1))}.hover\:bg-\[\#8B7355\]\/5:hover{background-color:#8b73550d}.hover\:bg-\[\#C49464\]:hover{--tw-bg-opacity:1;background-color:rgb(196 148 100/var(--tw-bg-opacity,1))}.hover\:bg-\[\#C8E6C9\]:hover{--tw-bg-opacity:1;background-color:rgb(200 230 201/var(--tw-bg-opacity,1))}.hover\:bg-\[\#D8E5D4\]:hover{--tw-bg-opacity:1;background-color:rgb(216 229 212/var(--tw-bg-opacity,1))}.hover\:bg-\[\#EFE5D8\]:hover{--tw-bg-opacity:1;background-color:rgb(239 229 216/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F2EDE4\]:hover{--tw-bg-opacity:1;background-color:rgb(242 237 228/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F3EDE4\]:hover{--tw-bg-opacity:1;background-color:rgb(243 237 228/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F6EFE6\]:hover{--tw-bg-opacity:1;background-color:rgb(246 239 230/var(--tw-bg-opacity,1))}.hover\:bg-\[\#FFCDD2\]:hover{--tw-bg-opacity:1;background-color:rgb(255 205 210/var(--tw-bg-opacity,1))}.hover\:bg-\[\#b7bec9\]:hover{--tw-bg-opacity:1;background-color:rgb(183 190 201/var(--tw-bg-opacity,1))}.hover\:bg-\[\#f6f3ed\]:hover{--tw-bg-opacity:1;background-color:rgb(246 243 237/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fcfbf9\]:hover{--tw-bg-opacity:1;background-color:rgb(252 251 249/var(--tw-bg-opacity,1))}.hover\:bg-amber-500\/25:hover{background-color:#f59e0b40}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-500\/25:hover{background-color:#3b82f640}.hover\:bg-blue-500\/30:hover{background-color:#3b82f64d}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-cyan-500\/20:hover{background-color:#06b6d433}.hover\:bg-cyan-500\/25:hover{background-color:#06b6d440}.hover\:bg-cyan-500\/30:hover{background-color:#06b6d44d}.hover\:bg-emerald-500:hover{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.hover\:bg-emerald-600\/30:hover{background-color:#0596694d}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-gray-800\/20:hover{background-color:#1f293733}.hover\:bg-gray-800\/30:hover{background-color:#1f29374d}.hover\:bg-gray-800\/50:hover{background-color:#1f293780}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-green-50\/50:hover{background-color:#f0fdf480}.hover\:bg-green-500\/20:hover{background-color:#22c55e33}.hover\:bg-green-500\/25:hover{background-color:#22c55e40}.hover\:bg-green-500\/30:hover{background-color:#22c55e4d}.hover\:bg-green-500\/50:hover{background-color:#22c55e80}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-purple-500\/20:hover{background-color:#a855f733}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/20:hover{background-color:#ef444433}.hover\:bg-red-500\/25:hover{background-color:#ef444440}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-stone-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.hover\:bg-stone-50:hover{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity,1))}.hover\:bg-warm-100:hover{--tw-bg-opacity:1;background-color:rgb(237 245 240/var(--tw-bg-opacity,1))}.hover\:bg-warm-100\/50:hover{background-color:#edf5f080}.hover\:bg-warm-200:hover{--tw-bg-opacity:1;background-color:rgb(208 224 214/var(--tw-bg-opacity,1))}.hover\:bg-warm-200\/50:hover{background-color:#d0e0d680}.hover\:bg-warm-300:hover{--tw-bg-opacity:1;background-color:rgb(168 196 178/var(--tw-bg-opacity,1))}.hover\:bg-warm-50:hover{--tw-bg-opacity:1;background-color:rgb(247 250 248/var(--tw-bg-opacity,1))}.hover\:bg-warm-50\/50:hover{background-color:#f7faf880}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.hover\:from-\[\#7A6245\]:hover{--tw-gradient-from:#7a6245 var(--tw-gradient-from-position);--tw-gradient-to:#7a624500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-\[\#5A4335\]:hover{--tw-gradient-to:#5a4335 var(--tw-gradient-to-position)}.hover\:text-\[\#14704A\]:hover{--tw-text-opacity:1;color:rgb(20 112 74/var(--tw-text-opacity,1))}.hover\:text-\[\#1B8A5A\]:hover{--tw-text-opacity:1;color:rgb(27 138 90/var(--tw-text-opacity,1))}.hover\:text-\[\#1b5e20\]:hover{--tw-text-opacity:1;color:rgb(27 94 32/var(--tw-text-opacity,1))}.hover\:text-\[\#2F3F34\]:hover{--tw-text-opacity:1;color:rgb(47 63 52/var(--tw-text-opacity,1))}.hover\:text-\[\#2F4635\]:hover{--tw-text-opacity:1;color:rgb(47 70 53/var(--tw-text-opacity,1))}.hover\:text-\[\#4A5D4E\]:hover{--tw-text-opacity:1;color:rgb(74 93 78/var(--tw-text-opacity,1))}.hover\:text-\[\#5A7A5A\]:hover{--tw-text-opacity:1;color:rgb(90 122 90/var(--tw-text-opacity,1))}.hover\:text-\[\#5D4037\]:hover{--tw-text-opacity:1;color:rgb(93 64 55/var(--tw-text-opacity,1))}.hover\:text-\[\#8B4513\]:hover{--tw-text-opacity:1;color:rgb(139 69 19/var(--tw-text-opacity,1))}.hover\:text-amber-300:hover{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-green-600:hover{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:border-\[\#1B8A5A\]:focus{--tw-border-opacity:1;border-color:rgb(27 138 90/var(--tw-border-opacity,1))}.focus\:border-\[\#7B9E87\]:focus{--tw-border-opacity:1;border-color:rgb(123 158 135/var(--tw-border-opacity,1))}.focus\:border-\[\#8B7355\]:focus{--tw-border-opacity:1;border-color:rgb(139 115 85/var(--tw-border-opacity,1))}.focus\:border-\[\#8B9E7B\]:focus{--tw-border-opacity:1;border-color:rgb(139 158 123/var(--tw-border-opacity,1))}.focus\:border-\[\#D4A574\]:focus{--tw-border-opacity:1;border-color:rgb(212 165 116/var(--tw-border-opacity,1))}.focus\:border-\[\#d7cdbf\]:focus{--tw-border-opacity:1;border-color:rgb(215 205 191/var(--tw-border-opacity,1))}.focus\:border-gray-400:focus{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:#0000}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#1B8A5A\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(27 138 90/var(--tw-ring-opacity,1))}.focus\:ring-\[\#1B8A5A\]\/20:focus{--tw-ring-color:#1b8a5a33}.focus\:ring-\[\#8B7355\]\/15:focus{--tw-ring-color:#8b735526}.focus\:ring-\[\#8B7355\]\/20:focus{--tw-ring-color:#8b735533}.focus\:ring-\[\#8B9E7B\]\/40:focus{--tw-ring-color:#8b9e7b66}.focus\:ring-\[\#8B9E7B\]\/50:focus{--tw-ring-color:#8b9e7b80}.focus\:ring-\[\#B8A082\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(184 160 130/var(--tw-ring-opacity,1))}.focus\:ring-amber-500\/30:focus{--tw-ring-color:#f59e0b4d}.focus\:ring-amber-500\/50:focus{--tw-ring-color:#f59e0b80}.focus\:ring-cyan-500\/30:focus{--tw-ring-color:#06b6d44d}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-green-500\/50:focus{--tw-ring-color:#22c55e80}.focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))}.focus\:ring-warm-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(125 154 136/var(--tw-ring-opacity,1))}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-\[\#2F3B31\]\/50:focus-visible{--tw-ring-color:#2f3b3180}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-\[\#FDFCF8\]:focus-visible{--tw-ring-offset-color:#fdfcf8}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:bg-gray-300:disabled{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:border-warm-300:hover:disabled{--tw-border-opacity:1;border-color:rgb(168 196 178/var(--tw-border-opacity,1))}.disabled\:hover\:bg-transparent:hover:disabled{background-color:#0000}.group[open] .group-open\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-warm-200{--tw-bg-opacity:1;background-color:rgb(208 224 214/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-warm-400{--tw-bg-opacity:1;background-color:rgb(125 154 136/var(--tw-bg-opacity,1))}.group:hover .group-hover\:text-\[\#8B7355\]{--tw-text-opacity:1;color:rgb(139 115 85/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-\[0\.07\]{opacity:.07}.group:focus .group-focus\:opacity-100{opacity:1}.prose-headings\:text-gray-100 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.prose-a\:text-amber-300 :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.prose-strong\:text-gray-100 :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.prose-code\:text-amber-200 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.prose-pre\:border :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-width:1px}.prose-pre\:border-gray-800 :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.prose-pre\:bg-\[\#141414\] :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-bg-opacity:1;background-color:rgb(20 20 20/var(--tw-bg-opacity,1))}.prose-li\:marker\:text-gray-500 * :where(li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:#6b7280}.prose-li\:marker\:text-gray-500 :where(li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:#6b7280}.dark\:border:is(.dark *){border-width:1px}.dark\:border-\[\#2A3D32\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(42 61 50/var(--tw-border-opacity,1))}.dark\:border-\[\#3A5245\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(58 82 69/var(--tw-border-opacity,1))}.dark\:border-\[\#404040\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.dark\:border-\[\#505050\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(80 80 80/var(--tw-border-opacity,1))}.dark\:border-\[\#C5B49F\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(197 180 159/var(--tw-border-opacity,1))}.dark\:border-\[\#E8D5C0\]\/20:is(.dark *){border-color:#e8d5c033}.dark\:border-amber-700\/50:is(.dark *){border-color:#b4530980}.dark\:border-blue-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:border-red-900\/50:is(.dark *){border-color:#7f1d1d80}.dark\:border-stone-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(87 83 78/var(--tw-border-opacity,1))}.dark\:border-stone-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(68 64 60/var(--tw-border-opacity,1))}.dark\:border-stone-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(41 37 36/var(--tw-border-opacity,1))}.dark\:border-stone-900:is(.dark *){--tw-border-opacity:1;border-color:rgb(28 25 23/var(--tw-border-opacity,1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.dark\:border-t-transparent:is(.dark *){border-top-color:#0000}.dark\:\!bg-\[\#2d2d2d\]:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(45 45 45/var(--tw-bg-opacity,1))!important}.dark\:\!bg-\[\#404040\]:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))!important}.dark\:\!bg-\[\#505050\]:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(80 80 80/var(--tw-bg-opacity,1))!important}.dark\:bg-\[\#121412\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 20 18/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1A2420\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 36 32/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1a1a1a\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1e1e1e\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.dark\:bg-\[\#242424\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(36 36 36/var(--tw-bg-opacity,1))}.dark\:bg-\[\#252525\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(37 37 37/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2A3D32\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 61 50/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2A3D32\]\/50:is(.dark *){background-color:#2a3d3280}.dark\:bg-\[\#2a3a2a\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 58 42/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2d2d2d\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 45/var(--tw-bg-opacity,1))}.dark\:bg-\[\#303030\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(48 48 48/var(--tw-bg-opacity,1))}.dark\:bg-\[\#353535\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(53 53 53/var(--tw-bg-opacity,1))}.dark\:bg-\[\#363636\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(54 54 54/var(--tw-bg-opacity,1))}.dark\:bg-\[\#373737\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 55 55/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3A5245\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 82 69/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3a3a3a\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 58/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3d3d3d\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(61 61 61/var(--tw-bg-opacity,1))}.dark\:bg-\[\#404040\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:bg-\[\#505050\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(80 80 80/var(--tw-bg-opacity,1))}.dark\:bg-amber-900\/30:is(.dark *){background-color:#78350f4d}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-emerald-900\/15:is(.dark *){background-color:#064e3b26}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-green-950\/30:is(.dark *){background-color:#052e164d}.dark\:bg-orange-900\/15:is(.dark *){background-color:#7c2d1226}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-red-900\/40:is(.dark *){background-color:#7f1d1d66}.dark\:bg-red-950\/20:is(.dark *){background-color:#450a0a33}.dark\:bg-stone-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(68 64 60/var(--tw-bg-opacity,1))}.dark\:bg-stone-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))}.dark\:bg-stone-800\/50:is(.dark *){background-color:#29252480}.dark\:bg-stone-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.dark\:bg-stone-900\/45:is(.dark *){background-color:#1c191773}.dark\:bg-stone-900\/50:is(.dark *){background-color:#1c191780}.dark\:bg-stone-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(12 10 9/var(--tw-bg-opacity,1))}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:from-\[\#1B8A5A\]\/20:is(.dark *){--tw-gradient-from:#1b8a5a33 var(--tw-gradient-from-position);--tw-gradient-to:#1b8a5a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-\[\#3d3d3d\]:is(.dark *){--tw-gradient-from:#3d3d3d var(--tw-gradient-from-position);--tw-gradient-to:#3d3d3d00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-\[\#4a4035\]:is(.dark *){--tw-gradient-to:#4a4035 var(--tw-gradient-to-position)}.dark\:to-\[\#6B8E6B\]\/20:is(.dark *){--tw-gradient-to:#6b8e6b33 var(--tw-gradient-to-position)}.dark\:text-\[\#A9BD95\]:is(.dark *){--tw-text-opacity:1;color:rgb(169 189 149/var(--tw-text-opacity,1))}.dark\:text-\[\#BFAF9C\]:is(.dark *){--tw-text-opacity:1;color:rgb(191 175 156/var(--tw-text-opacity,1))}.dark\:text-\[\#C5B49F\]:is(.dark *){--tw-text-opacity:1;color:rgb(197 180 159/var(--tw-text-opacity,1))}.dark\:text-\[\#C7B8A5\]:is(.dark *){--tw-text-opacity:1;color:rgb(199 184 165/var(--tw-text-opacity,1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:text-green-500:is(.dark *){--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-red-400\/70:is(.dark *){color:#f87171b3}.dark\:text-stone-100:is(.dark *){--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity,1))}.dark\:text-stone-200:is(.dark *){--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity,1))}.dark\:text-stone-300:is(.dark *){--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity,1))}.dark\:text-stone-400:is(.dark *){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity,1))}.dark\:text-stone-50:is(.dark *){--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity,1))}.dark\:text-warm-400:is(.dark *){--tw-text-opacity:1;color:rgb(125 154 136/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:placeholder-gray-500:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-500:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.dark\:hover\:\!bg-\[\#404040\]:hover:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))!important}.dark\:hover\:\!bg-\[\#505050\]:hover:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(80 80 80/var(--tw-bg-opacity,1))!important}.dark\:hover\:bg-\[\#1A2E22\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 46 34/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#2A3D32\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 61 50/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#2d2d2d\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 45/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#353535\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(53 53 53/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#383838\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(56 56 56/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#3A5245\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 82 69/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#404040\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#4d4d4d\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(77 77 77/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#505050\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(80 80 80/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#555\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(85 85 85/var(--tw-bg-opacity,1))}.dark\:hover\:bg-black\/20:hover:is(.dark *){background-color:#0003}.dark\:hover\:bg-blue-900\/20:hover:is(.dark *){background-color:#1e3a8a33}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:bg-red-900\/60:hover:is(.dark *){background-color:#7f1d1d99}.dark\:hover\:bg-stone-700\/50:hover:is(.dark *){background-color:#44403c80}.dark\:hover\:bg-stone-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))}.dark\:hover\:text-\[\#6ab06a\]:hover:is(.dark *){--tw-text-opacity:1;color:rgb(106 176 106/var(--tw-text-opacity,1))}.dark\:hover\:text-\[\#E8D5C0\]:hover:is(.dark *){--tw-text-opacity:1;color:rgb(232 213 192/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:focus\:border-gray-500:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:focus-visible\:ring-\[\#E8D5C0\]\/55:focus-visible:is(.dark *){--tw-ring-color:#e8d5c08c}.dark\:focus-visible\:ring-offset-\[\#1A1A1A\]:focus-visible:is(.dark *){--tw-ring-offset-color:#1a1a1a}.dark\:disabled\:bg-gray-600:disabled:is(.dark *),.group:hover .dark\:group-hover\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}@media (width>=640px){.sm\:flex-row{flex-direction:row}.sm\:text-6xl{font-size:3.75rem;line-height:1}}@media (width>=768px){.md\:-left-10{left:-2.5rem}.md\:-right-8{right:-2rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:pb-24{padding-bottom:6rem}.md\:pt-36{padding-top:9rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (width>=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-16{gap:4rem}.lg\:text-8xl{font-size:6rem;line-height:1}}@media (width>=1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}
