.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(--bg-card,#fff);text-align:center;border:1.5px solid var(--border-color,#e8e4dd);border-radius:18px;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 #0000001f}.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,#f5f3ee)}.upgrade-modal__icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.upgrade-modal__icon--warning{color:#c9a96e;background:#d4a57426}.upgrade-modal__icon--blocked{color:#d44;background:#dc503c1a}.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,#f5f3ee);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,#f5f3ee);color:var(--text-secondary,#666);border:1px solid var(--border-color,#e8e4dd)}.upgrade-modal__btn--ghost:hover{background:var(--border-color,#e8e4dd);color:var(--text-primary,#333)}.upgrade-modal__btn--primary{color:#fff;background:linear-gradient(135deg,#c9a96e,#b8863a);box-shadow:0 2px 10px #b8863a33}.upgrade-modal__btn--primary:hover{background:linear-gradient(135deg,#d4b87a,#c9963f);transform:translateY(-1px);box-shadow:0 4px 16px #b8863a4d}.dark .upgrade-modal{background:var(--bg-card,#252525);border-color:var(--border-color,#3a3a3a);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,#3a3a3a)}.dark .upgrade-modal__btn--ghost:hover{background:var(--border-color,#3a3a3a);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{--activity-notebooks:#2e7d32;--activity-docs:#7cb342;--activity-quizzes:#42a5f5;--activity-flashcards:#ffb300;background:#f1ede7;flex-direction:column;width:100%;height:100%;min-height:0;margin:0;display:flex;overflow:hidden}.notebook-topbar{height:62px;box-shadow:none;z-index:20;background:#f1ede7;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:-.01em;color:#374151;font-family:Nunito,Quicksand,sans-serif;font-size:30px;font-weight:600}.notebook-topbar__actions{align-items:center;gap:10px;display:flex}.notebook-topbar__calendar-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #ddd4ca;border-radius:999px;align-items:center;gap:6px;height:38px;padding:0 14px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.notebook-topbar__calendar-btn:hover{color:#3f3f46;background:#f7f2eb;border-color:#ccb9a5}.notebook-topbar__profile-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #ddd4ca;border-radius:999px;align-items:center;gap:6px;height:38px;padding:0 10px;transition:all .15s;display:inline-flex}.notebook-topbar__profile-btn:hover{background:#f7f2eb;border-color:#ccb9a5}.notebook-topbar__menu{z-index:60;background:#fff;border:1px solid #e5e7eb;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 #f1f5f9;padding:10px 12px}.notebook-topbar__menu-name{color:#111827;margin:0;font-size:13px;font-weight:600}.notebook-topbar__menu-email{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}.notebook-topbar__menu-item{cursor:pointer;color:#374151;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:13px;display:inline-flex}.notebook-topbar__menu-item:hover{background:#f8fafc}.notebook-topbar__menu-item--danger{color:#dc2626}.notebook-topbar__menu-item--danger:hover{background:#fef2f2}.notebook-layout{box-sizing:border-box;background:linear-gradient(#f8f5efe0 0,#ece6dcb3 56px,#e9e4db 128px);flex:1;gap:8px;width:100%;min-height:0;padding:6px 14px 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:#fffdfa;border:none;border-radius:28px;flex-shrink:0;height:100%;min-height:0;position:relative;overflow:hidden;box-shadow:0 14px 32px #3b2d2214,0 3px 8px #3b2d220a}.notebook-layout__main{background:#fffdfa;border:none;border-radius:28px;flex:1;min-width:0;height:100%;min-height:0;overflow:hidden;box-shadow:0 14px 32px #3b2d2214,0 3px 8px #3b2d220a}.notebook-layout__studio{background:#fffdfa;border:none;border-radius:28px;flex-shrink:0;height:100%;min-height:0;transition:width .22s,box-shadow .22s,transform .22s;position:relative;overflow:hidden;box-shadow:0 14px 32px #3b2d2214,0 3px 8px #3b2d220a}.notebook-layout__studio--spatial{box-shadow:0 18px 40px #4a5d4e24,0 4px 12px #3b2d220f}.notebook-layout__studio--focus{box-shadow:0 22px 52px #4a5d4e2e,0 8px 20px #3b2d2214}.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:#fffdfa;border:none;border-radius:22px;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;width:48px;height:100%;padding-top:12px;display:flex;box-shadow:0 10px 24px #3b2d2214,0 2px 8px #3b2d220a}.notebook-layout__collapsed-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.notebook-layout__collapsed-btn:hover{color:#6b5345;background:#8b73551a}.notebook-layout__collapsed-badge{color:#8b7355;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);color:#9ca3af;cursor:pointer;background:#ffffffd9;border:none;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.notebook-layout__panel-collapse-btn:hover{color:#6b5345;background:#8b73551a}.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{opacity:1;background:#8b735559}.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:#374151;margin:0;font-family:Nunito,sans-serif;font-size:18px;font-weight:500}.notebook-layout__tools-back-btn,.notebook-layout__focus-mode-btn{color:#5f5448;cursor:pointer;white-space:nowrap;background:#fffaf2;border:1px solid #e1d6c8;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:32px;font-size:12px;font-weight:700;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.notebook-layout__tools-back-btn{padding:0 10px}.notebook-layout__focus-mode-btn{padding:0 12px}.notebook-layout__tools-back-btn:hover,.notebook-layout__focus-mode-btn:hover{color:#3f372f;background:#f3eadf;border-color:#cbbba9;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;color:#fffdf8;letter-spacing:.04em;pointer-events:none;background:#2c2a25;border-radius:999px;max-width:calc(100% - 32px);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 #3b2d222e}@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(2,minmax(0,1fr));gap:6px;display:grid}.studio-section__title{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:8px;padding:0 4px;font-size:10px;font-weight:600}.studio-tool-btn{cursor:pointer;text-align:left;color:#374151;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;width:100%;min-width:0;min-height:48px;padding:9px 10px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.studio-tool-btn:hover{background:#8b735514}.studio-tool-btn:disabled{opacity:.55;cursor:not-allowed}.studio-tool-btn--active{color:#8b7355;background:#8b73551f}.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{color:var(--activity-quizzes);background:#42a5f529}.studio-tool-btn__icon--flashcards{color:var(--activity-flashcards);background:#ffb3002e}.studio-tool-btn__icon--mindmap{color:var(--activity-docs);background:#7cb3422e}.studio-tool-btn__icon--workspace{color:#6b7280;background:#f3f4f6}.studio-tool-btn__icon--datatable{color:#4caf50;background:#e8f5e9}.studio-tool-btn__icon--report{color:#8d6e63;background:#efebe9}.studio-tool-btn__icon--calculator,.studio-tool-btn__icon--timer,.studio-tool-btn__icon--quickask{color:#6b7280;background:#f3f4f6}.studio-tool-btn__icon--podcast{color:#9c27b0;background:#ab47bc24}.studio-tool-btn__icon--infographic{color:#00897b;background:#00968824}.studio-tool-btn__icon--slidedeck{color:#5c6bc0;background:#5c6bc024}.studio-item__icon--quizzes{color:var(--activity-quizzes,#42a5f5);background:#42a5f529}.studio-item__icon--flashcards{color:var(--activity-flashcards,#ffb300);background:#ffb3002e}.studio-item__icon--mindmaps{color:var(--activity-docs,#7cb342);background:#7cb3422e}.studio-item__icon--dataTables{color:#4caf50;background:#e8f5e9}.studio-item__icon--reports{color:#8d6e63;background:#efebe9}.studio-item__icon--podcasts{color:#9c27b0;background:#ab47bc24}.studio-item__icon--infographics{color:#00897b;background:#00968824}.studio-item__icon--slideDecks{color:#5c6bc0;background:#5c6bc024}.studio-item__icon--workspaces{color:#6b7280;background:#f3f4f6}.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{color:#9ca3af;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.studio-tool-btn:hover .studio-tool-btn__edit{opacity:1}.studio-tool-btn__edit:hover{color:#6b5345;background:#00000014}.studio-divider{display:none}.studio-created-heading{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:6px 0 8px;padding:0 4px;font-size:11px;font-weight:700}.studio-item{cursor:pointer;text-align:left;color:#6b7280;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 56px 8px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex;position:relative}.studio-item:hover{color:#374151;background:#8b73550f}.studio-item__delete{color:#9ca3af;opacity:0;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.studio-item__share{color:#9ca3af;opacity:0;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;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:#dc2626;background:#fee2e2}.studio-item__share:hover{color:#3b82f6;background:#eff6ff}.studio-item__icon{background:#f3f4f6;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:#8b7355}@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:#1b1b1b}.dark .notebook-topbar{background:#1b1b1b;border-bottom-color:#0000}.dark .notebook-topbar__brand span{color:#e5e7eb}.dark .notebook-topbar__calendar-btn,.dark .notebook-topbar__profile-btn{color:#d1d5db;background:#252525;border-color:#3a3a3a}.dark .notebook-topbar__calendar-btn:hover,.dark .notebook-topbar__profile-btn:hover{background:#2e2e2e;border-color:#4a4a4a}.dark .notebook-topbar__menu{background:#222;border-color:#3a3a3a}.dark .notebook-topbar__menu-user{border-bottom-color:#363636}.dark .notebook-topbar__menu-name{color:#f3f4f6}.dark .notebook-topbar__menu-email{color:#9ca3af}.dark .notebook-topbar__menu-item{color:#d1d5db}.dark .notebook-topbar__menu-item:hover{background:#2b2b2b}.dark .notebook-topbar__menu-item--danger{color:#f87171}.dark .notebook-topbar__menu-item--danger:hover{background:#ef444429}.dark .notebook-layout{background:linear-gradient(#272727e6 0,#1f1f1fd1 56px,#1b1b1b 128px)}.dark .notebook-layout__main,.dark .notebook-layout__sources,.dark .notebook-layout__studio,.dark .notebook-layout__collapsed-bar{background:#202020;border-color:#0000}.dark .notebook-layout__collapsed-btn:hover{color:#e5e7eb;background:#ffffff14}.dark .notebook-layout__panel-collapse-btn{color:#9ca3af;background:#1e1e1eb3}.dark .notebook-layout__panel-collapse-btn:hover{color:#e5e7eb;background:#ffffff14}.dark .notebook-layout__studio-header{border-bottom-color:#0000}.dark .notebook-layout__studio-header h3{color:#e5e7eb}.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{color:#24221f;background:#e9dfd0;box-shadow:0 12px 24px #00000047}.dark .notebook-layout__tools-back-btn,.dark .notebook-layout__focus-mode-btn{color:#e6d9c8;background:#292622;border-color:#40382f}.dark .notebook-layout__tools-back-btn:hover,.dark .notebook-layout__focus-mode-btn:hover{color:#fff4e6;background:#342e27;border-color:#5f5143}.dark .studio-section__title{color:#6b7280}.dark .studio-tool-btn{color:#d1d5db}.dark .studio-tool-btn:hover{background:#ffffff0f}.dark .studio-tool-btn--active{color:#c4a882;background:#8b735533}.dark .studio-divider{background:#333}.dark .studio-item{color:#9ca3af}.dark .studio-item:hover{color:#e5e7eb;background:#ffffff0a}.dark .studio-item__icon{background:#2d2d2d}.dark .studio-inline-shell{background:#1f1f1f}.dark .studio-item__delete:hover{color:#f87171;background:#ef444433}.dark .studio-item__share:hover{color:#60a5fa;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:#6b7280;align-items:center;gap:5px;font-size:.75rem;display:flex}.credit-bar--compact .credit-bar__header{font-size:.7rem}.credit-bar__label{color:#4a3f32;flex:1;font-weight:500}.credit-bar__percent{font-variant-numeric:tabular-nums;color:#5c7a5c;font-weight:700}.credit-bar--high .credit-bar__percent{color:#b88a00}.credit-bar--full .credit-bar__percent{color:#dc3545}.credit-bar__track{background:#ece7df;border-radius:5px;height:8px;overflow:hidden}.credit-bar--compact .credit-bar__track{height:6px}.credit-bar__fill{background:linear-gradient(90deg,#6b8e6b,#7dbd7d);border-radius:5px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.credit-bar--high .credit-bar__fill{background:linear-gradient(90deg,#e0a020,#f0c050)}.credit-bar--full .credit-bar__fill{background:linear-gradient(90deg,#dc3545,#ef4444);width:100%!important}.credit-bar__resets{color:#9c9080;font-size:.65rem;font-weight:400}.credit-bar__upgrade{color:#8b7355;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:#6b5c40}.dark .credit-bar__header{color:gray}.dark .credit-bar__label{color:#c0b8ae}.dark .credit-bar__percent{color:#7dbd7d}.dark .credit-bar--high .credit-bar__percent{color:#f0c050}.dark .credit-bar--full .credit-bar__percent{color:#ef5350}.dark .credit-bar__track{background:#3a3a3a}.dark .credit-bar__resets{color:#707070}.dark .credit-bar__upgrade{color:#c9a96e}.dark .credit-bar__upgrade:hover{color:#e0c080}.emeritus-card{--emeritus-ink:#26231f;--emeritus-muted:#6f675d;--emeritus-faint:#9b9184;--emeritus-rule:#e6ded2;--emeritus-rule-strong:#cfc4b4;--emeritus-accent:#405244;--emeritus-soft:#4052440e;color:var(--emeritus-ink);flex-direction:column;gap:clamp(28px,5vw,54px);font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.emeritus-card__header{border-bottom:1px solid var(--emeritus-rule);justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:clamp(22px,4vw,38px);display:flex}.emeritus-card__header-left{flex-direction:column;gap:10px;min-width:0;display:flex}.emeritus-card__header-left h3{color:var(--emeritus-ink);letter-spacing:0;margin:0;font-family:Instrument Serif,Lora,Georgia,serif;font-size:clamp(2.3rem,5vw,4.4rem);font-weight:500;line-height:.95}.emeritus-card__readiness-copy{max-width:42rem;color:var(--emeritus-muted);font-size:clamp(.95rem,1.5vw,1.08rem);font-weight:500;line-height:1.65;display:block}.emeritus-card__readiness-copy--ready{color:#3e5542}.emeritus-card__readiness-copy--partial,.emeritus-card__readiness-copy--insufficient{color:var(--emeritus-muted)}.emeritus-card__header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.emeritus-card__icon-btn{border:1px solid var(--emeritus-rule);width:34px;height:34px;color:var(--emeritus-accent);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.emeritus-card__icon-btn:hover{background:var(--emeritus-soft)}.emeritus-card__icon-btn:disabled{cursor:not-allowed;opacity:.5}.emeritus-card button:focus-visible,.emeritus-chat-modal button:focus-visible,.emeritus-chat-modal textarea:focus-visible{outline-offset:3px;outline:1px solid #26231fbf}.emeritus-card__spotlight-kicker{color:var(--emeritus-faint);letter-spacing:.16em;text-transform:uppercase;margin-bottom:9px;font-size:.68rem;font-weight:750;line-height:1;display:block}.emeritus-card__setup-nudge,.emeritus-card__activation,.emeritus-card__spotlight,.emeritus-card__lifecycle{border-top:1px solid var(--emeritus-rule);box-shadow:none;background:0 0;border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px;padding:clamp(20px,3.5vw,34px) 0 0;display:grid}.emeritus-card__header+.emeritus-card__setup-nudge,.emeritus-card__header+.emeritus-card__activation,.emeritus-card__header+.emeritus-card__spotlight,.emeritus-card__header+.emeritus-card__lifecycle{border-top:0;padding-top:0}.emeritus-card__setup-copy,.emeritus-card__activation-copy,.emeritus-card__spotlight-copy,.emeritus-card__lifecycle-copy{min-width:0}.emeritus-card__setup-copy h4,.emeritus-card__activation h4,.emeritus-card__spotlight h4,.emeritus-card__lifecycle h4{max-width:56rem;color:var(--emeritus-ink);overflow-wrap:anywhere;margin:0;font-family:Instrument Serif,Lora,Georgia,serif;font-size:clamp(1.45rem,2.5vw,2.1rem);font-weight:500;line-height:1.14}.emeritus-card__setup-copy p,.emeritus-card__activation-note,.emeritus-card__spotlight p,.emeritus-card__lifecycle p,.emeritus-card__resume-copy{max-width:52rem;color:var(--emeritus-muted);margin:10px 0 0;font-size:.95rem;line-height:1.68}.emeritus-card__setup-actions,.emeritus-card__activation-actions,.emeritus-card__spotlight-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.emeritus-card__setup-action,.emeritus-card__activation-cta,.emeritus-action-btn,.emeritus-card__spotlight-fallback{border:1px solid var(--emeritus-rule-strong);min-height:36px;color:var(--emeritus-accent);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:.82rem;font-weight:720;line-height:1;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.emeritus-card__setup-action:hover,.emeritus-card__activation-cta:hover,.emeritus-action-btn:hover,.emeritus-card__spotlight-fallback:hover{background:var(--emeritus-soft)}.emeritus-card__activation-dismiss,.emeritus-card__spotlight-dismiss{min-height:34px;color:var(--emeritus-faint);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:7px 9px;font-size:.72rem;font-weight:750;transition:background .16s,color .16s;display:inline-flex}.emeritus-card__activation-dismiss:hover,.emeritus-card__spotlight-dismiss:hover{border-color:var(--emeritus-rule);color:var(--emeritus-ink);background:#26231f0b}.emeritus-card__activation-steps{flex-wrap:wrap;gap:14px;margin-top:16px;display:flex}.emeritus-card__activation-step{color:var(--emeritus-muted);align-items:center;gap:6px;font-size:.78rem;font-weight:650;line-height:1.2;display:inline-flex}.emeritus-card__activation-step--done{color:#3e5542}.emeritus-card__activation-dot{opacity:.46;background:currentColor;border-radius:50%;width:6px;height:6px}.emeritus-card__briefing{border-top:1px solid var(--emeritus-rule);min-height:88px;padding-top:clamp(20px,3.5vw,34px)}.emeritus-grid{flex-direction:column;gap:22px;display:flex}.emeritus-grid__row{width:100%}.emeritus-grid__row--half{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.emeritus-grid__cell{min-width:0}.emeritus-text{max-width:68rem}.emeritus-text p{color:var(--emeritus-ink);margin:0 0 8px;font-size:.98rem;line-height:1.72}.emeritus-text p:last-child{margin-bottom:0}.emeritus-text__h{color:var(--emeritus-ink);margin:18px 0 8px;font-family:Instrument Serif,Lora,Georgia,serif;font-size:1.2rem;font-weight:500;line-height:1.28}.emeritus-text__bullet{color:var(--emeritus-muted);margin:5px 0;padding-left:18px;font-size:.94rem;line-height:1.62;position:relative}.emeritus-text strong{color:var(--emeritus-ink);font-weight:700}.emeritus-text em{color:var(--emeritus-muted);font-style:italic}.emeritus-chart{border-top:1px solid var(--emeritus-rule);background:0 0;border-radius:0;flex-direction:column;gap:16px;min-height:178px;padding:18px 0 0;display:flex;overflow:hidden}.emeritus-chart__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.emeritus-chart__title,.emeritus-timeline__title{color:var(--emeritus-ink);letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;font-weight:750}.emeritus-chart__eyebrow{color:var(--emeritus-muted);margin-top:6px;font-size:.82rem;line-height:1.5}.emeritus-chart__meta{color:var(--emeritus-muted);flex-direction:column;align-items:flex-end;gap:2px;font-size:.72rem;display:flex}.emeritus-chart__meta strong{color:var(--emeritus-ink);font-size:1.24rem;font-weight:500;line-height:1}.emeritus-chart__bars{flex:1;align-items:stretch;gap:12px;min-height:136px;display:flex}.emeritus-chart__bar-col{flex-direction:column;flex:1;align-items:center;gap:7px;min-width:0;display:flex}.emeritus-chart__bar-track{background:#40524414;flex:1;align-items:flex-end;width:100%;max-width:54px;min-height:104px;display:flex;overflow:hidden}.emeritus-chart__bar-fill{border-radius:0;width:100%;min-height:4px;transition:height .4s}.emeritus-chart__bar-label,.emeritus-chart__bar-value{max-width:100%;color:var(--emeritus-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;line-height:1.25;overflow:hidden}.emeritus-chart__bar-value{color:var(--emeritus-ink);font-weight:650}.emeritus-chart__pie-wrap,.emeritus-chart__donut-wrap{flex:1;align-items:center;gap:18px;display:flex}.emeritus-chart__svg{aspect-ratio:1;flex-shrink:0;width:min(38%,150px);min-width:108px}.emeritus-chart__pie-legend{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.emeritus-chart__pie-item{align-items:flex-start;gap:9px;min-width:0;display:flex}.emeritus-chart__pie-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.emeritus-chart__pie-copy{flex-direction:column;min-width:0;display:flex}.emeritus-chart__pie-copy strong{color:var(--emeritus-ink);overflow-wrap:anywhere;font-size:.82rem;font-weight:650}.emeritus-chart__pie-copy span{color:var(--emeritus-muted);font-size:.74rem}.emeritus-chart__ring-wrap{flex-shrink:0;place-items:center;width:min(38%,150px);min-width:108px;display:grid;position:relative}.emeritus-chart__ring-center{pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute}.emeritus-chart__ring-center strong{color:var(--emeritus-ink);font-size:.95rem;line-height:1}.emeritus-chart__ring-center span{color:var(--emeritus-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:650}.emeritus-timeline{border-top:1px solid var(--emeritus-rule);padding:18px 0 0}.emeritus-timeline__title{margin-bottom:12px}.emeritus-timeline__track{flex-direction:column;gap:10px;display:flex}.emeritus-timeline__event-block{color:var(--emeritus-accent);border-left:1px solid;padding:0 0 0 14px}.emeritus-timeline__event-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.emeritus-timeline__event-header strong{color:var(--emeritus-ink);overflow-wrap:anywhere;font-size:.9rem;font-weight:650;line-height:1.35}.emeritus-timeline__urgency{color:var(--emeritus-faint);letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:750}.emeritus-timeline__date{color:var(--emeritus-muted);margin-top:4px;font-size:.78rem;line-height:1.35;display:block}.emeritus-badges,.emeritus-context-line{color:var(--emeritus-faint);flex-wrap:wrap;align-items:center;gap:7px;margin-top:8px;font-size:.72rem;line-height:1.4;display:flex}.emeritus-badge{color:inherit;font-size:inherit;text-transform:none;align-items:center;gap:4px;font-weight:600;display:inline-flex}.emeritus-badge svg{display:none}.emeritus-badge__status{opacity:.72}.emeritus-card__thinking{color:var(--emeritus-muted);border-left:1px solid #40524440;align-items:center;gap:8px;padding:2px 0 2px 12px;font-family:Instrument Serif,Lora,Georgia,serif;font-size:.9rem;font-style:italic;line-height:1.55;display:inline-flex}.emeritus-card__error{color:#8d4c41;border-left:1px solid #a15a4d;align-items:center;gap:7px;padding:3px 0 3px 12px;font-size:.85rem;line-height:1.45;display:inline-flex}.emeritus-chat-modal{z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.emeritus-chat-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#15141275;position:absolute;inset:0}.emeritus-chat-modal__panel{border:1px solid var(--emeritus-rule);background:#fdfcf8;border-radius:8px;flex-direction:column;width:min(640px,94vw);max-height:82vh;display:flex;position:relative;box-shadow:0 24px 80px #1814102e}.emeritus-chat-modal__header{border-bottom:1px solid var(--emeritus-rule);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.emeritus-chat-modal__header h4{color:var(--emeritus-ink);margin:0;font-family:Instrument Serif,Lora,Georgia,serif;font-size:1.18rem;font-weight:500}.emeritus-chat-modal__header button{width:32px;height:32px;color:var(--emeritus-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.emeritus-chat-modal__header button:hover{background:var(--emeritus-soft)}.emeritus-chat-modal__messages{flex-direction:column;flex:1;gap:18px;min-height:0;padding:22px 20px;display:flex;overflow-y:auto}.emeritus-chat-modal__empty{color:var(--emeritus-muted);margin:0;font-size:.92rem;line-height:1.6}.emeritus-chat-modal__bubble{max-width:88%;color:var(--emeritus-ink);flex-direction:column;gap:8px;padding:0;font-size:.92rem;line-height:1.62;display:flex}.emeritus-chat-modal__bubble>p{margin:0}.emeritus-chat-modal__bubble--assistant{align-self:flex-start}.emeritus-chat-modal__bubble--user{border-left:1px solid var(--emeritus-rule-strong);color:var(--emeritus-muted);align-self:flex-end;padding-left:12px}.emeritus-chat-modal__composer{border-top:1px solid var(--emeritus-rule);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:16px 20px 20px;display:grid}.emeritus-chat-modal__composer textarea{resize:vertical;border:0;border-bottom:1px solid var(--emeritus-rule-strong);min-height:46px;max-height:120px;color:var(--emeritus-ink);font:inherit;background:0 0;padding:10px 2px;font-size:.92rem;line-height:1.5}.emeritus-chat-modal__composer textarea::placeholder{color:var(--emeritus-faint)}.emeritus-chat-modal__composer button{width:38px;height:38px;color:var(--emeritus-accent);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;margin-top:auto;display:inline-flex}.emeritus-chat-modal__composer button:hover{background:var(--emeritus-soft)}.emeritus-chat-modal__composer button:disabled{cursor:not-allowed;opacity:.45}.dark .emeritus-card{--emeritus-ink:#f2eee6;--emeritus-muted:#bdb2a5;--emeritus-faint:#8e8376;--emeritus-rule:#34312d;--emeritus-rule-strong:#4a453e;--emeritus-accent:#d8e5d5;--emeritus-soft:#d8e5d50f}.dark .emeritus-card__activation-step--done,.dark .emeritus-card__readiness-copy--ready{color:#c9dfc4}.dark .emeritus-chat-modal__panel{background:#1a1a1a;border-color:#34312d;box-shadow:0 24px 80px #0000006b}.dark .emeritus-chat-modal__backdrop{background:#00000094}.dark .emeritus-card button:focus-visible,.dark .emeritus-chat-modal button:focus-visible,.dark .emeritus-chat-modal textarea:focus-visible{outline-color:#f2eee6b8}@media (width<=900px){.emeritus-card__setup-nudge,.emeritus-card__activation,.emeritus-card__spotlight,.emeritus-card__lifecycle{grid-template-columns:1fr;align-items:start}.emeritus-card__setup-actions,.emeritus-card__activation-actions,.emeritus-card__spotlight-actions{justify-content:flex-start}}@media (width<=760px){.emeritus-card{gap:42px}.emeritus-card__header{flex-direction:row;align-items:flex-start}.emeritus-card__header-actions{justify-content:flex-end;width:auto}.emeritus-card__activation-steps{flex-direction:column;gap:9px}.emeritus-grid__row--half{grid-template-columns:1fr}.emeritus-chart__header,.emeritus-chart__pie-wrap,.emeritus-chart__donut-wrap{flex-direction:column;align-items:flex-start}.emeritus-chart__meta{align-items:flex-start}.emeritus-chart__svg,.emeritus-chart__ring-wrap{width:min(100%,150px)}.emeritus-chat-modal__panel{max-height:88vh}.emeritus-chat-modal__bubble{max-width:100%}}.notification-bell{position:relative}.notification-bell__trigger{color:#6b7280;cursor:pointer;background:#f5f0eb;border:0;border-radius:999px;padding:10px;transition:background .18s,color .18s,transform .18s;position:relative}.notification-bell__trigger:hover{color:#4b5563;background:#ebe3d7}.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;color:#1d252f;background:#fffdf9;border:1px solid #e8e1d8;border-radius:16px;width:min(340px,100vw - 24px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 44px #251f1924}.notification-bell__header{background:#fffaf3;border-bottom:1px solid #eee6dc;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.notification-bell__title{color:#1f2937;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:#4a7c4a;align-items:center;gap:3px;font-size:.72rem;font-weight:650;display:inline-flex}.notification-bell__text-btn:hover{color:#356236}.notification-bell__icon-btn{color:#9ca3af;border-radius:7px;padding:3px;display:inline-flex}.notification-bell__icon-btn:hover{color:#6b7280;background:#f2ece4}.notification-bell__content{max-height:380px;overflow-y:auto}.notification-bell__state{color:#9ca3af;text-align:center;padding:32px 16px}.notification-bell__state p{margin:0;font-size:.82rem}.notification-bell__state--error p{color:#92400e;margin-bottom:8px}.notification-bell__state-sub{color:#b6a797;line-height:1.45;margin-top:4px!important;font-size:.72rem!important}.notification-bell__spinner{color:#8b7355;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{color:#8b7355;border:1px solid #d6cbbf;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:650}.notification-bell__retry:hover{background:#f5efe7}.notification-bell__item{cursor:pointer;background:#fffdf9;border-bottom:1px solid #f1ece5;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:#faf5ee}.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{background:#eef6ff;border-left-color:#3b82f6}.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:#1f2937;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:#6b7280;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:#9ca3af;align-items:center;gap:6px;margin-top:4px;font-size:.68rem;display:flex}.notification-bell__item-cta{color:#4a7c4a;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:#4a7c4a;border-radius:999px;width:7px;height:7px}.notification-bell__dot--local{background:#3b82f6}.notification-bell__dismiss{color:#c8cdd4;border-radius:5px;padding:2px;transition:color .15s,background .15s;display:inline-flex}.notification-bell__dismiss:hover{color:#8b95a1;background:#1f29370f}.notification-bell__urgency-icon--high,.notification-bell__family-icon--priority{color:#dc2626}.notification-bell__urgency-icon--medium,.notification-bell__family-icon--activation{color:#d97706}.notification-bell__urgency-icon--low,.notification-bell__local-icon--quiz{color:#3b82f6}.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:#6b7280}.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:14px;position:fixed;box-shadow:0 0 0 9999px #0a08068c}.guided-tour-spotlight:after{content:"";pointer-events:none;border:2px solid #8b735559;border-radius:18px;position:absolute;inset:-4px}.guided-tour-tooltip{z-index:10001;pointer-events:all;background:#fffefb;border:1px solid #8c735526;border-radius:16px;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 4px 12px #3c28100f,0 16px 48px #3c28102e}@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:#9a8e7e;margin-left:6px;font-size:.72rem;font-weight:500}.guided-tour-tooltip__step-dot{background:#8b735533;border-radius:50%;width:8px;height:8px;transition:background .2s}.guided-tour-tooltip__step-dot.is-active{background:#8b7355}.guided-tour-tooltip__step-dot.is-done{background:#4a7c4a}.guided-tour-tooltip__title{color:#2a241d;margin:0 0 8px;font-size:1.1rem;font-weight:700}.guided-tour-tooltip__desc{color:#5a4d3c;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:#8a7e6e;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:.82rem;transition:background .15s}.guided-tour-tooltip__skip:hover{background:#0000000a}.guided-tour-tooltip__nav{gap:8px;display:flex}.guided-tour-tooltip__back{color:#5a4d3c;cursor:pointer;background:#f5f0ea;border:1px solid #8c735526;border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:background .15s}.guided-tour-tooltip__back:hover{background:#ebe5dc}.guided-tour-tooltip__next{color:#fff;cursor:pointer;background:#8b7355;border:none;border-radius:10px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:background .15s,transform .15s;box-shadow:0 4px 12px #8b735540}.guided-tour-tooltip__next:hover{background:#7b664c;transform:translateY(-1px)}.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:#252525;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:#3a3a3a}.dark .guided-tour-tooltip__next{color:#0f1b2e;background:#4dabf7}.dark .guided-tour-tooltip__next:hover{background:#5cb8ff}.treevia-dashboard{--dashboard-paper:#fdfcf8;--dashboard-ink:#25231f;--dashboard-muted:#756e64;--dashboard-faint:#a49a8d;--dashboard-rule:#e7dfd2;--dashboard-rule-strong:#d4cab9;--dashboard-accent:#405244;--dashboard-accent-soft:#eef2ea;background:var(--dashboard-paper);width:100%;min-height:100%;color:var(--dashboard-ink);font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-y:auto}.treevia-dashboard__topbar{z-index:10;border-bottom:1px solid var(--dashboard-rule);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fdfcf8eb;position:sticky;top:0}.treevia-dashboard__topbar-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:12px 32px;display:flex}.treevia-dashboard__content{padding:clamp(28px,4vw,56px)}.treevia-dashboard__main{flex-direction:column;gap:clamp(42px,7vw,78px);width:min(1120px,100%);margin:0 auto;display:flex}.treevia-dashboard__section{border-top:1px solid var(--dashboard-rule);min-width:0;padding-top:clamp(22px,4vw,42px)}.treevia-dashboard__section:first-child{border-top:0;padding-top:0}.treevia-dashboard__section--emeritus{border-bottom:0;padding-bottom:clamp(28px,5vw,48px)}.treevia-dashboard__section--notes{padding-top:4px}.treevia-dashboard__section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.treevia-dashboard__section-heading h2{color:var(--dashboard-ink);letter-spacing:0;margin:0;font-family:Instrument Serif,Lora,Georgia,serif;font-size:clamp(1.7rem,2.8vw,2.45rem);font-weight:500;line-height:1.08}.treevia-dashboard__section-heading p{max-width:36rem;color:var(--dashboard-muted);margin:8px 0 0;font-size:.94rem;line-height:1.65}.treevia-dashboard__eyebrow{letter-spacing:.16em;text-transform:uppercase;font-weight:700;line-height:1;color:var(--dashboard-faint)!important;margin:0 0 8px!important;font-size:.68rem!important}.treevia-dashboard__text-action{border:1px solid var(--dashboard-rule-strong);color:var(--dashboard-accent);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:8px;min-height:38px;padding:8px 13px;font-size:.86rem;font-weight:700;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.treevia-dashboard__text-action:hover{background:#4052440b}.treevia-dashboard__text-action:focus-visible,.treevia-dashboard__notebook-tile:focus-visible,.treevia-dashboard__notebook-delete:focus-visible{outline-offset:3px;outline:1px solid #25231fb3}.treevia-dashboard__notebook-grid{border-top:1px solid var(--dashboard-rule);border-left:1px solid var(--dashboard-rule);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;display:grid}.treevia-dashboard__notebook-tile{cursor:pointer;border:0;border-right:1px solid var(--dashboard-rule);border-bottom:1px solid var(--dashboard-rule);text-align:left;background:#ffffff3d;grid-template-rows:auto 1fr auto;min-height:156px;padding:18px 18px 16px;transition:background .16s,border-color .16s,transform .16s;display:grid;position:relative}.treevia-dashboard__notebook-tile:hover{border-color:var(--dashboard-rule-strong);background:#4052440a}.treevia-dashboard__notebook-tile--create{color:var(--dashboard-accent)}.treevia-dashboard__notebook-mark{border:1px solid var(--dashboard-rule);width:34px;height:34px;color:var(--dashboard-accent);border-radius:4px;justify-content:center;align-items:center;margin-bottom:22px;font-weight:600;display:inline-flex}.treevia-dashboard__notebook-tile h3,.treevia-dashboard__notebook-copy h3{max-width:calc(100% - 34px);color:var(--dashboard-ink);letter-spacing:0;overflow-wrap:anywhere;margin:0;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.96rem;font-weight:600;line-height:1.28}.treevia-dashboard__notebook-tile p,.treevia-dashboard__notebook-copy p{color:var(--dashboard-muted);margin:8px 0 0;font-size:.84rem;line-height:1.45}.treevia-dashboard__notebook-date{letter-spacing:.04em;text-transform:uppercase;align-self:end;color:var(--dashboard-faint)!important;margin-top:22px!important;font-size:.74rem!important}.treevia-dashboard__notebook-delete{z-index:2;color:#a15a4d;opacity:0;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .16s,background .16s;display:inline-flex;position:absolute;top:14px;right:14px}.treevia-dashboard__notebook-tile:hover .treevia-dashboard__notebook-delete,.treevia-dashboard__notebook-delete:focus-visible{opacity:1}.treevia-dashboard__notebook-delete:hover{background:#a15a4d14;border-color:#a15a4d33}.dark .treevia-dashboard{--dashboard-paper:#1a1a1a;--dashboard-ink:#f2eee6;--dashboard-muted:#bdb2a5;--dashboard-faint:#8e8376;--dashboard-rule:#34312d;--dashboard-rule-strong:#4a453e;--dashboard-accent:#d8e5d5;--dashboard-accent-soft:#263028;background:var(--dashboard-paper);color:var(--dashboard-ink)}.dark .treevia-dashboard__topbar{background:#1a1a1aeb}.dark .treevia-dashboard__notebook-tile:hover{background:#d8e5d50b}.dark .treevia-dashboard__text-action:hover{background:#d8e5d50f}@media (width<=760px){.treevia-dashboard__content{padding:24px 18px 40px}.treevia-dashboard__section-heading{flex-direction:column;align-items:flex-start}.treevia-dashboard__text-action{justify-content:center;width:100%}.treevia-dashboard__notebook-grid{grid-template-columns:1fr}.treevia-dashboard__notebook-tile{min-height:154px}}.app-shell{background:var(--bg-primary);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(--bg-primary);flex-shrink:0;padding:12px 18px 10px;position:sticky;top:0}.app-shell__topbar-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;max-width:1400px;margin:0 auto;display:grid}.app-shell__brand{color:#22303f;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-self:start;align-items:center;gap:8px;padding:2px 8px;display:inline-flex}.app-shell__brand img{width:auto;height:30px}.app-shell__brand span{letter-spacing:-.02em;font-size:1.1rem;font-weight:400}.app-shell__tabs{grid-template-columns:repeat(var(--app-shell-tab-count,4), minmax(0, 1fr));background:var(--bg-primary);border:1px solid #866f4c33;border-radius:999px;justify-self:center;align-items:center;gap:4px;width:min(100%,580px);padding:4px;display:grid;box-shadow:0 6px 16px #6d5a3e14}.app-shell__tab{color:#4f5e72;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:8px 14px;font-size:.92rem;font-weight:600;transition:all .16s;display:inline-flex}.app-shell__tab:hover{color:#233447;background:#ffffffbd}.app-shell__tab--active{color:#12202f;background:#fff;border:0;box-shadow:0 4px 12px #6d5a3e1a}.app-shell__profile{position:relative}.app-shell__right-controls{justify-self:end;align-items:center;gap:8px;display:inline-flex}.app-shell__profile-btn{background:var(--bg-card);color:#4e5968;cursor:pointer;border:1px solid #866f4c33;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-width:44px;height:36px;padding:0 8px;display:inline-flex}.app-shell__profile-btn img{-o-object-fit:cover;object-fit:cover;border-radius:999px;width:24px;height:24px}.app-shell__menu{background:#fffefc;border:1px solid #e6ddd0;border-radius:14px;min-width:210px;margin-top:8px;position:absolute;right:0;overflow:hidden;box-shadow:0 18px 35px #5848312e}.app-shell__menu-user{border-bottom:1px solid #edf1f5;padding:10px 12px}.app-shell__menu-user p{color:#182536;margin:0;font-size:.9rem;font-weight:700}.app-shell__menu-user span{color:#6b7280;margin-top:2px;font-size:.8rem;display:block}.app-shell__menu-item{color:#1f2b3a;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:10px 12px;display:flex}.app-shell__menu-item:hover{background:#f8f2e9}.app-shell__menu-item--danger{color:#b42318}.app-shell__content{background:var(--bg-primary);flex:1;min-height:0;padding:4px 14px 16px;overflow:hidden}.app-shell__content--notebook{background:#e9e4db;padding:0;position:relative;overflow:hidden}.app-shell__content--schedule{background:#e4e1db;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(#f7f4ef80 0%,#f7f4ef33 46%,#f7f4ef00 100%);height:22px;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{background:#1d1b19}.dark .app-shell__content--schedule:before{background:linear-gradient(#3d3a3575 0%,#3d3a352e 46%,#3d3a3500 100%)}.app-shell__content--notebook:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#f8f5ef33 0%,#f8f5ef1a 46%,#f8f5ef00 100%);height:22px;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-row{flex-wrap:wrap;display:flex}.app-shell__tabs{order:2;justify-self:auto;width:100%}.app-shell__tab{flex:calc(25% - 4px);justify-content:center}}.dark .app-shell__brand{color:#e0dcd6}.dark .app-shell__tabs{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 6px 16px #0003}.dark .app-shell__tab{color:#b0b0b0}.dark .app-shell__tab:hover{color:#e8e8e8;background:#ffffff0f}.dark .app-shell__tab--active{color:#fff;background:var(--bg-primary);box-shadow:0 4px 12px #00000040}.dark .app-shell__profile-btn{border-color:var(--border-color);background:var(--bg-card);color:#b0b0b0}.dark .app-shell__menu{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 18px 35px #0006}.dark .app-shell__menu-user{border-bottom-color:var(--border-color)}.dark .app-shell__menu-user p{color:#e8e8e8}.dark .app-shell__menu-user span{color:gray}.dark .app-shell__menu-item{color:#e0dcd6}.dark .app-shell__menu-item:hover{background:#ffffff0f}.dark .app-shell__menu-item--danger{color:#ef5350}.dark .app-shell__content--notebook{background:#1e1e1e}.dark .app-shell__content--notebook:before{background:linear-gradient(#1a1a1a4d 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,Roboto,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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-8{right:2rem}.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-2{margin-left:-.5rem;margin-right:-.5rem}.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}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-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-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.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-\[140px\]{min-height:140px}.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(245 243 238/var(--tw-divide-opacity,1))}.divide-warm-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(232 228 221/var(--tw-divide-opacity,1))}.divide-warm-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(212 207 196/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:.25rem}.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:.25rem;border-top-right-radius:.25rem}.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-\[\#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-\[\#4A7C4A\]{--tw-border-opacity:1;border-color:rgb(74 124 74/var(--tw-border-opacity,1))}.border-\[\#4A7C4A\]\/30{border-color:#4a7c4a4d}.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(245 243 238/var(--tw-border-opacity,1))}.border-warm-200{--tw-border-opacity:1;border-color:rgb(232 228 221/var(--tw-border-opacity,1))}.border-warm-300{--tw-border-opacity:1;border-color:rgb(212 207 196/var(--tw-border-opacity,1))}.border-warm-400{--tw-border-opacity:1;border-color:rgb(184 176 161/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-\[\#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-\[\#4A7C4A\]{--tw-bg-opacity:1;background-color:rgb(74 124 74/var(--tw-bg-opacity,1))}.bg-\[\#4A7C4A\]\/10{background-color:#4a7c4a1a}.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-\[\#FAF6EE\]{--tw-bg-opacity:1;background-color:rgb(250 246 238/var(--tw-bg-opacity,1))}.bg-\[\#FAFAF8\]{--tw-bg-opacity:1;background-color:rgb(250 250 248/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(245 243 238/var(--tw-bg-opacity,1))}.bg-warm-100\/80{background-color:#f5f3eecc}.bg-warm-200{--tw-bg-opacity:1;background-color:rgb(232 228 221/var(--tw-bg-opacity,1))}.bg-warm-200\/80{background-color:#e8e4ddcc}.bg-warm-300{--tw-bg-opacity:1;background-color:rgb(212 207 196/var(--tw-bg-opacity,1))}.bg-warm-400{--tw-bg-opacity:1;background-color:rgb(184 176 161/var(--tw-bg-opacity,1))}.bg-warm-50{--tw-bg-opacity:1;background-color:rgb(253 251 247/var(--tw-bg-opacity,1))}.bg-warm-50\/50{background-color:#fdfbf780}.bg-warm-500{--tw-bg-opacity:1;background-color:rgb(156 146 131/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-\[\#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-\[\#4A7C4A\]\/10{--tw-gradient-from:#4a7c4a1a var(--tw-gradient-from-position);--tw-gradient-to:#4a7c4a00 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:#d4cfc4 var(--tw-gradient-from-position);--tw-gradient-to:#d4cfc400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-warm-50{--tw-gradient-from:#fdfbf7 var(--tw-gradient-from-position);--tw-gradient-to:#fdfbf700 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:#b8b0a1 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-12{padding-right:3rem}.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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-serif{font-family:Georgia,Cambria,Times New Roman,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-\[\#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-\[\#4A4A4A\]{--tw-text-opacity:1;color:rgb(74 74 74/var(--tw-text-opacity,1))}.text-\[\#4A5D4E\]{--tw-text-opacity:1;color:rgb(74 93 78/var(--tw-text-opacity,1))}.text-\[\#4A7C4A\]{--tw-text-opacity:1;color:rgb(74 124 74/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-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.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(212 207 196/var(--tw-text-opacity,1))}.text-warm-400{--tw-text-opacity:1;color:rgb(184 176 161/var(--tw-text-opacity,1))}.text-warm-500{--tw-text-opacity:1;color:rgb(156 146 131/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{--bg-primary:#fdfbf7;--bg-secondary:#f5f3ee;--bg-card:#fff;--bg-input:#fff;--text-primary:#333;--text-secondary:#666;--text-muted:#999;--border-color:#e8e4dd;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.6}.dark{--bg-primary:#1a1a1a;--bg-secondary:#1a1a1a;--bg-card:#252525;--bg-input:#252525;--text-primary:#e8e8e8;--text-secondary:#b0b0b0;--text-muted:gray;--border-color:#3a3a3a;--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(--text-primary);margin:0;transition:background-color .2s,color .2s;background-color:var(--bg-primary)!important}#root{background-color:var(--bg-primary);min-height:100vh}button,input,textarea,select{transition:color .2s,border-color .2s,box-shadow .2s}select{appearance:none;background-color:var(--bg-input,#fff);color:var(--text-primary,#333);border:1.5px solid var(--border-color,#e0dbd4);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='%23777' 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:#b8a88a}select:focus{border-color:#8b7355;outline:none;box-shadow:0 0 0 3px #8b73551f}.dark select{background-color:var(--bg-input,#252525);color:var(--text-primary,#e8e8e8);border-color:var(--border-color,#3a3a3a);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='%23999' 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:#555}.dark select:focus{border-color:#8b7355;box-shadow:0 0 0 3px #8b735533}.dark .bg-warm-50,.dark .bg-warm-100{background-color:var(--bg-primary)!important}.dark .bg-white{background-color:var(--bg-card)!important}.dark .bg-gray-50,.dark .bg-gray-100,.dark .bg-\[\#FAFAF8\]{background-color:var(--bg-primary)!important}.dark .bg-gray-200{background-color:var(--bg-input)!important}.dark .hover\:bg-warm-50:hover,.dark .hover\:bg-warm-100:hover{background-color:var(--bg-card)!important}.dark .text-gray-900,.dark .text-gray-800,.dark .text-gray-700{color:var(--text-primary)!important}.dark .text-gray-600,.dark .text-gray-500{color:var(--text-secondary)!important}.dark .text-gray-400,.dark .text-gray-300{color:var(--text-muted)!important}.dark .border-warm-200,.dark .border-warm-300,.dark .border-gray-100,.dark .border-gray-200{border-color:var(--border-color)!important}.dark .hover\:text-gray-700:hover,.dark .hover\:text-gray-800:hover{color:var(--text-primary)!important}.dark .bg-warm-200,.dark .bg-warm-300{background-color:var(--bg-input)!important}.dark input::-moz-placeholder{color:var(--text-muted)!important}.dark textarea::-moz-placeholder{color:var(--text-muted)!important}.dark input::placeholder,.dark textarea::placeholder{color:var(--text-muted)!important}.dark pre,.dark code{background-color:#1a1a1a!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}::-webkit-scrollbar-thumb{background:#d1ccc4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8b2a8}::-webkit-scrollbar-button{width:0;height:0;display:none}.dark ::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:#555}.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:#000}.ProseMirror ol li::marker{color:#000}.dark .ProseMirror ul li::marker{color:#e8e8e8}.dark .ProseMirror ol li::marker{color:#e8e8e8}.ProseMirror ol{padding-left:1.5em;list-style:decimal}.ProseMirror li{margin:.25em 0}.ProseMirror blockquote{color:#666;border-left:3px solid #d4a574;margin:1em 0;padding-left:1em}.dark .ProseMirror blockquote{color:#aaa;border-left-color:#8b7355}.ProseMirror code{background:#f4f4f4;border-radius:4px;padding:.1em .3em;font-family:monospace}.dark .ProseMirror code{background:#333}.ProseMirror pre{color:#d4d4d4;background:#1e1e1e;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{text-align:left;border:1px solid #ddd;padding:.5em}.dark .ProseMirror th,.dark .ProseMirror td{border-color:#444}.ProseMirror th{background:#f4f4f4;font-weight:600}.dark .ProseMirror th{background:#333}.ProseMirror hr{border:none;border-top:2px solid #ddd;margin:1.5em 0}.dark .ProseMirror hr{border-top-color:#444}.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-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/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(212 207 196/var(--tw-border-opacity,1))}.hover\:border-warm-400:hover{--tw-border-opacity:1;border-color:rgb(184 176 161/var(--tw-border-opacity,1))}.hover\:border-warm-500:hover{--tw-border-opacity:1;border-color:rgb(156 146 131/var(--tw-border-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-\[\#3D6B3D\]:hover,.hover\:bg-\[\#3d6b3d\]:hover{--tw-bg-opacity:1;background-color:rgb(61 107 61/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(245 243 238/var(--tw-bg-opacity,1))}.hover\:bg-warm-100\/50:hover{background-color:#f5f3ee80}.hover\:bg-warm-200:hover{--tw-bg-opacity:1;background-color:rgb(232 228 221/var(--tw-bg-opacity,1))}.hover\:bg-warm-200\/50:hover{background-color:#e8e4dd80}.hover\:bg-warm-300:hover{--tw-bg-opacity:1;background-color:rgb(212 207 196/var(--tw-bg-opacity,1))}.hover\:bg-warm-50:hover{--tw-bg-opacity:1;background-color:rgb(253 251 247/var(--tw-bg-opacity,1))}.hover\:bg-warm-50\/50:hover{background-color:#fdfbf780}.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-\[\#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-\[\#3D6B3D\]:hover{--tw-text-opacity:1;color:rgb(61 107 61/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-\[\#4A7C4A\]:hover{--tw-text-opacity:1;color:rgb(74 124 74/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-\[\#4A7C4A\]:focus{--tw-border-opacity:1;border-color:rgb(74 124 74/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-\[\#4A7C4A\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(74 124 74/var(--tw-ring-opacity,1))}.focus\:ring-\[\#4A7C4A\]\/20:focus{--tw-ring-color:#4a7c4a33}.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(184 176 161/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(212 207 196/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(232 228 221/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-warm-400{--tw-bg-opacity:1;background-color:rgb(184 176 161/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-\[\#333\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 51 51/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-\[\#444\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(68 68 68/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-\[\#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-\[\#2a2a2a\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.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-\[\#333\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity,1))}.dark\:bg-\[\#333\]\/50:is(.dark *){background-color:#33333380}.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-\[\#3a3a3a\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 58/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3c3c3c\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(60 60 60/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-\[\#444\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(68 68 68/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-\[\#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\:from-\[\#4A7C4A\]\/20:is(.dark *){--tw-gradient-from:#4a7c4a33 var(--tw-gradient-from-position);--tw-gradient-to:#4a7c4a00 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(184 176 161/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\:border-\[\#444\]:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(68 68 68/var(--tw-border-opacity,1))}.dark\:hover\:border-\[\#505050\]:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(80 80 80/var(--tw-border-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-\[\#2d2d2d\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 45/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#333\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 51 51/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-\[\#404040\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#444\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(68 68 68/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#4a4a4a\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(74 74 74/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}
