:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2933;background:#eef1f4;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.58}.app-shell{min-height:100vh;display:grid;grid-template-columns:64px minmax(0,1fr);color:#1f2933;transition:grid-template-columns .18s ease}.app-shell.sidebar-open{grid-template-columns:360px minmax(0,1fr)}.public-page,.auth-page{min-height:100vh;background:#eef1f4;color:#1f2933}.public-page{display:flex;flex-direction:column}.public-nav{min-height:78px;padding:22px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#28313f;color:#f8fafc}.public-nav nav,.hero-actions,.quick-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.public-nav a,.hero-actions a,.quick-actions a,.back-link,.route-back-link,.primary-link{min-height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:0 14px;background:#e1e8ef;color:#28313f;font-weight:800}.primary-link{background:#5273a7;color:#fff}.route-back-link{align-self:flex-start;gap:7px;background:transparent;color:#586575;padding:0 4px}.route-back-link:hover{color:#1f2933}.hero-section{width:min(980px,calc(100% - 48px));margin:64px auto 28px}.hero-section h2{max-width:760px;margin-top:12px;font-size:44px}.hero-section p{max-width:720px;margin:18px 0 24px;color:#445162;font-size:18px;line-height:1.6}.feature-grid{width:min(980px,calc(100% - 48px));margin:0 auto 48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-grid article{padding:20px;border:1px solid #d8dde5;border-radius:8px;background:#fff}.feature-grid p{margin-top:10px;color:#586575;line-height:1.55}.auth-page{display:grid;place-items:center;padding:28px}.auth-card{width:min(430px,100%);padding:22px}.auth-card .brand-block{margin-bottom:20px}.back-link{position:fixed;top:22px;left:22px}.sidebar{position:sticky;top:0;height:100vh;padding:18px 10px;display:flex;flex-direction:column;background:#28313f;color:#f8fafc;overflow:hidden}.sidebar-content{min-width:304px;display:flex;flex-direction:column;gap:22px;opacity:0;pointer-events:none;transition:opacity .14s ease}.sidebar-open .sidebar{padding:28px}.sidebar-open .sidebar-content{opacity:1;pointer-events:auto}.sidebar-toggle{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;margin:0 auto 18px;border-radius:8px;background:#ffffff1a;color:#f8fafc}.sidebar-toggle:hover{background:#ffffff29}.brand-block{display:flex;align-items:flex-start;gap:14px}.brand-mark{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:8px;background:#d7b46a;color:#1f2933;font-weight:800}h1,h2,h3,p{margin:0}h1{font-size:25px;line-height:1.15}h2{font-size:31px;line-height:1.15}h3{font-size:17px}.brand-block p,.status-line{color:#d7dee8}.panel{border:1px solid #d8dde5;border-radius:8px;background:#fff;color:#1f2933}.auth-panel,.join-panel{padding:18px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;margin-bottom:18px;border-radius:8px;background:#e8edf3}.segmented button,.segmented a{min-height:36px;display:grid;place-items:center;border-radius:6px;background:transparent;color:#586575}.segmented button.active,.segmented a.active{background:#fff;color:#1f2933;box-shadow:0 1px 4px #1f29331f}.stack{display:flex;flex-direction:column;gap:14px}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#445162}label small{color:#697789;font-size:12px;font-weight:700}input,select,textarea{width:100%;border:1px solid #c8d0da;border-radius:7px;padding:10px 11px;background:#fff;color:#1f2933;outline:none}select{color-scheme:light}select option,select optgroup{background-color:#fff;color:#1f2933}select option:checked{background-color:#5273a7;color:#fff}select option:disabled{color:#9aa6b2}textarea{resize:vertical;min-height:120px}input:focus,select:focus,textarea:focus{border-color:#5273a7;box-shadow:0 0 0 3px #5273a72e}.stack button,.signed-in button{min-height:42px;border-radius:7px;padding:0 14px;background:#5273a7;color:#fff;font-weight:700}.form-message,.auth-helper{color:#586575;line-height:1.45}.form-message,.auth-helper{margin-top:16px}.toast-viewport{position:fixed;top:22px;right:22px;z-index:160;width:min(420px,calc(100vw - 44px));display:grid;gap:10px;pointer-events:none}.app-toast{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr) 28px;align-items:flex-start;gap:10px;border:1px solid transparent;border-radius:8px;padding:12px;color:#1f2933;box-shadow:0 16px 40px #1f29332e;pointer-events:auto}.app-toast.info{border-color:#4c9a764d;background:#eaf7ef}.app-toast.attention{border-color:#d6a85d57;background:#fff8e8}.app-toast.error{border-color:#c55b5b57;background:#fff0f0}.app-toast-icon,.app-toast button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.app-toast-icon{background:#1f293314}.app-toast.info .app-toast-icon{color:#2f7a58}.app-toast.attention .app-toast-icon{color:#8d6424}.app-toast.error .app-toast-icon{color:#9a3838}.app-toast p{margin:3px 0 0;overflow-wrap:anywhere;line-height:1.42}.app-toast button{border:0;padding:0;background:#1f293314;color:inherit;cursor:pointer}.app-toast button:hover{background:#1f293324}.signed-in{display:flex;flex-direction:column;gap:8px}.signed-in strong{font-size:18px}.signed-in span{color:#586575}.signed-in .eyebrow{color:#697789}.signed-in button{margin-top:8px;background:#9a4f44}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;color:#697789}.status-line{min-height:48px;padding:14px;border-radius:8px;background:#ffffff14;font-size:14px}.side-nav{display:flex;flex-direction:column;gap:8px}.side-nav a{min-height:38px;display:flex;align-items:center;padding:9px 11px;border-radius:7px;color:#d7dee8;overflow-wrap:anywhere}.side-nav a:hover{background:#ffffff1a;color:#fff}.side-nav a.active{background:#eef1f4;color:#1f2933;font-weight:800}.side-nav a:first-child{background:transparent;color:#aeb8c6;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.side-nav a:first-child.active{background:#ffffff14;color:#f8fafc}.workspace{padding:28px;display:flex;flex-direction:column;gap:18px}.user-topbar{min-height:44px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.user-topbar span{color:#445162;font-weight:800;overflow-wrap:anywhere}.user-topbar button{min-height:34px;display:inline-flex;align-items:center;gap:7px;border-radius:7px;padding:0 10px;background:#e1e8ef;color:#445162;font-weight:800}.user-topbar button:hover{background:#d4dde8}.workspace-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.connection-state,.section-heading span,.campaign-row em{border-radius:999px;padding:5px 10px;background:#e1e8ef;color:#445162;font-size:12px;font-style:normal;font-weight:800}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:start}.campaign-list,.campaign-editor,.campaign-detail,.campaign-dashboard-panel,.todo-panel,.todo-guide-panel,.members-panel,.invitations-panel,.character-create-panel,.world-list-panel,.world-detail-panel,.world-create-panel{padding:18px}.world-detail-panel{container-type:inline-size}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;min-width:0}.section-heading.compact{margin-bottom:12px}.section-heading h3{min-width:0;overflow-wrap:anywhere}.section-heading span{flex:0 0 auto}.profile-character-section-heading{justify-content:flex-start}.heading-actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px}.section-heading .compact-action{margin-bottom:0}.heading-actions .compact-action{display:inline-flex;align-items:center;justify-content:center;gap:8px}.wiki-tree-count{min-width:30px;height:30px;display:inline-grid;place-items:center;border-radius:999px}.empty-state{min-height:154px;display:grid;place-content:center;gap:8px;padding:24px;border:1px dashed #bdc7d4;border-radius:8px;color:#697789;text-align:center}.empty-state strong{color:#1f2933}.campaign-items{display:flex;flex-direction:column;gap:9px}.campaign-row,.member-row,.invitation-row,.world-entity-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border:1px solid #d8dde5;border-radius:8px;background:#f8fafc;color:#1f2933;text-align:left;min-width:0}.campaign-row{cursor:pointer}.campaign-row{min-height:78px}.campaign-row.compact-row{min-height:58px}.campaign-row.active,.world-entity-row.active{border-color:#5273a7;background:#edf3fb}.campaign-row span,.member-row span,.invitation-row span,.world-entity-row span{min-width:0;display:flex;flex-direction:column;gap:4px}.campaign-row strong,.campaign-row small,.member-row strong,.member-row small,.invitation-row strong,.invitation-row small,.world-entity-row strong,.world-entity-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-row small,.member-row small,.invitation-row small,.world-entity-row small{color:#697789}.member-items,.invitation-list,.world-entity-items{display:flex;flex-direction:column;gap:9px}.profile-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:18px;align-items:start}.profile-layout.profile-layout-nav-collapsed{grid-template-columns:72px minmax(0,1fr)}.profile-nav-panel,.profile-content-panel{padding:18px}.profile-nav-panel{display:grid;gap:14px}.profile-nav-panel.collapsed{padding:12px}.profile-sidebar-toggle{width:34px;height:34px;justify-self:end;display:grid;place-items:center;border:1px solid transparent;border-radius:8px;background:#e1e8ef;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.profile-sidebar-toggle:hover{background:#d4dde8;color:#1f2933}.profile-nav-panel.collapsed .profile-sidebar-toggle{justify-self:center;margin-inline:auto}.profile-user-card,.profile-character-row,.profile-setting-row{min-width:0;display:flex;align-items:center;gap:12px}.profile-user-card{margin-bottom:2px}.profile-nav-panel.collapsed .profile-user-card{justify-content:center}.profile-nav-panel.collapsed .profile-user-card>span:last-child{display:none}.profile-user-card>span:last-child,.profile-character-row>span:nth-child(2),.profile-setting-row>span{min-width:0;display:grid;gap:3px}.profile-user-card strong,.profile-user-card small,.profile-character-row strong,.profile-character-row small,.profile-setting-row strong,.profile-setting-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-user-card small,.profile-character-row small,.profile-setting-row small,.profile-section-copy,.profile-future-panel p{color:#697789}.profile-avatar{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#5273a7,#775c37);color:#fff7e8;font-size:15px;font-weight:900}.profile-avatar.large{width:64px;height:64px;font-size:24px}.profile-avatar.xlarge{width:74px;height:74px;font-size:28px}.profile-tabs{display:grid;gap:6px}.profile-nav-panel.collapsed .profile-tabs{justify-items:center}.profile-tabs button{min-height:54px;display:flex;align-items:center;gap:10px;border-radius:8px;padding:9px 10px;background:transparent;color:#445162;text-align:left}.profile-nav-panel.collapsed .profile-tabs button{width:44px;min-height:44px;justify-content:center;padding:0}.profile-tabs button:hover,.profile-tabs button.active{background:#edf3fb;color:#1f2933}.profile-tabs button.active{font-weight:850}.profile-tabs span{min-width:0;display:grid;gap:3px}.profile-nav-panel.collapsed .profile-tabs span{display:none}.profile-tabs small{color:#697789;font-size:12px;font-weight:700}.profile-section{display:grid;gap:16px}.profile-section-copy,.profile-future-panel p{line-height:1.55}.profile-dashboard-grid{display:block}.profile-identity-card{min-width:0;display:grid;grid-template-columns:minmax(320px,1fr) minmax(300px,.72fr);align-items:center;gap:18px;border:1px solid #d8dde5;border-radius:8px;padding:16px;background:#f8fafc}.profile-identity-intro{min-width:0;display:flex;align-items:center;gap:16px}.profile-identity-main{min-width:0;display:grid;gap:6px}.profile-identity-heading{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-identity-main h4{margin:0;font-size:25px}.profile-identity-main p{color:#586575}.profile-kicker{color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.profile-identity-tags{display:flex;flex-wrap:wrap;gap:7px}.profile-identity-tags span{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850}.profile-card-edit-button{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #d8dde5;border-radius:8px;background:#fff;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.profile-card-edit-button:hover{border-color:#cbd5e1;background:#edf3fb;color:#1f2933}.profile-identity-form{display:grid;gap:10px}.profile-identity-form label{display:grid;gap:6px;color:#445162;font-size:13px;font-weight:850}.profile-identity-form>div{display:flex;flex-wrap:wrap;gap:8px}.profile-identity-form button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:8px 11px;background:#5273a7;color:#fff;font-weight:850;cursor:pointer}.profile-identity-form .quiet-action{background:#e1e8ef;color:#445162}.profile-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-stat-grid.embedded{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stat-card{min-width:0;min-height:78px;display:grid;align-content:center;gap:6px;border:1px solid #d8dde5;border-radius:8px;padding:11px;background:#f8fafc;color:#1f2933;text-align:left}.profile-stat-card:is(button){cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.profile-stat-card:is(button):hover{border-color:#cbd5e1;background:#edf3fb}.profile-stat-card span{color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.profile-stat-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:23px;font-weight:900}.profile-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-overview-card{min-width:0;display:grid;gap:12px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.profile-overview-card h4{margin:0;color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.profile-overview-card p{color:#697789;line-height:1.5}.profile-public-preview{min-width:0;display:flex;align-items:center;gap:12px}.profile-public-preview>span:last-child,.profile-activity-list article>span{min-width:0;display:grid;gap:3px}.profile-public-preview strong,.profile-public-preview small,.profile-activity-list a,.profile-activity-list button,.profile-activity-list strong,.profile-activity-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-public-preview small,.profile-activity-list small{color:#697789}.profile-activity-list{display:grid;gap:8px}.profile-activity-list article{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px}.profile-activity-list article>svg{width:34px;height:34px;border-radius:8px;padding:8px;background:#e1e8ef;color:#5273a7}.profile-activity-list a,.profile-activity-list button{width:fit-content;max-width:100%;padding:0;background:transparent;color:#1f2933;font-weight:850;text-align:left}.profile-activity-list a:hover,.profile-activity-list button:hover{text-decoration:underline;text-underline-offset:3px}.profile-checklist,.profile-future-panel,.profile-character-create,.profile-character-block{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.profile-checklist h4,.profile-future-panel strong,.profile-character-create h4,.profile-character-block h4{margin:0}.profile-checklist header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-checklist p{color:#697789;font-size:13px;font-weight:750;text-align:right}.security-layout{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(300px,.78fr);gap:14px;align-items:start}.security-password-card,.security-info-card{min-width:0;display:grid;gap:13px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.security-password-card label{display:grid;gap:6px;color:#445162;font-size:13px;font-weight:850}.security-password-card button[type=submit]{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:9px 12px;background:#5273a7;color:#fff;font-weight:850;cursor:pointer}.security-card-heading{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px}.security-card-heading.compact{grid-template-columns:34px minmax(0,1fr)}.security-card-heading>span{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.security-card-heading.compact>span{width:34px;height:34px}.security-card-heading h4,.security-info-card h4{margin:0}.security-card-heading p{margin-top:3px;color:#697789;line-height:1.45}.security-warning{color:#9a4f44}.security-side-stack,.security-feature-list,.security-facts{display:grid;gap:10px}.security-facts{margin:0}.security-facts div{display:grid;gap:4px}.security-facts dt{color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.security-facts dd{min-width:0;margin:0;overflow:hidden;color:#1f2933;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.security-feature-list article{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px}.security-feature-list article>svg{width:30px;height:30px;border-radius:8px;padding:7px;background:#e1e8ef;color:#5273a7}.security-feature-list article.muted{opacity:.74}.security-feature-list span{min-width:0;display:grid;gap:3px}.security-feature-list strong,.security-feature-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-feature-list small{color:#697789}.interface-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.38fr);gap:14px;align-items:start}.interface-preferences-card,.interface-preview-card,.interface-state-card{min-width:0;display:grid;gap:14px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.interface-side-stack,.interface-toggle-list,.interface-setting-group{display:grid;gap:12px}.interface-setting-group+.interface-setting-group{border-top:1px solid #d8dde5;padding-top:14px}.interface-section-heading{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px}.interface-section-heading>span{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.interface-section-heading h4,.interface-state-card h4{margin:0}.interface-section-heading p,.interface-state-card p{margin-top:3px;color:#697789;line-height:1.45}.interface-segmented{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.interface-segmented button{min-width:0;min-height:66px;display:grid;align-content:center;gap:3px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff;color:#445162;text-align:left;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.interface-segmented button:hover{border-color:#cbd5e1;background:#edf3fb;color:#1f2933}.interface-segmented button.active{border-color:#d7b46a94;background:#d7b46a29;color:#2e2417;box-shadow:inset 3px 0 #d7b46a}.interface-segmented strong,.interface-toggle-row strong,.interface-select-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interface-segmented small,.interface-toggle-row small,.interface-select-row small{overflow:hidden;color:#697789;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.interface-toggle-row{position:relative;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;border:1px solid #d8dde5;border-radius:8px;padding:11px;background:#fff;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.interface-toggle-row:hover{border-color:#cbd5e1;background:#edf3fb;color:#1f2933}.interface-toggle-row input{position:absolute;opacity:0;pointer-events:none}.interface-toggle-row>span:last-child{min-width:0;display:grid;gap:3px}.interface-switch{width:40px;height:24px;border-radius:999px;background:#cfd8e4;box-shadow:inset 0 0 0 1px #1f293314}.interface-switch:after{content:"";width:18px;height:18px;display:block;margin:3px;border-radius:999px;background:#fff;box-shadow:0 1px 4px #1f29333d;transition:transform .14s ease}.interface-toggle-row.checked .interface-switch{background:#5273a7}.interface-toggle-row.checked .interface-switch:after{transform:translate(16px)}.interface-select-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.interface-select-row{min-width:0;display:grid;gap:8px;border:1px solid #d8dde5;border-radius:8px;padding:11px;background:#fff;color:#445162}.interface-select-row>span{min-width:0;display:grid;gap:3px}.interface-select-row select{min-height:36px}.interface-preview-card{overflow:hidden}.interface-preview-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.interface-preview-topline span,.interface-preview-topline em{overflow:hidden;color:#697789;font-size:11px;font-style:normal;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.interface-preview-shell{min-height:190px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#fff}.interface-preview-shell aside{display:grid;align-content:start;gap:8px}.interface-preview-shell aside span{width:32px;height:32px;border-radius:8px;background:#e1e8ef}.interface-preview-shell article{min-width:0;display:grid;align-content:start;gap:10px}.interface-preview-shell strong{color:#1f2933;font-size:18px}.interface-preview-shell p{margin:0;color:#586575;font-size:14px;line-height:1.6}.interface-preview-shell article div{display:flex;gap:7px;flex-wrap:wrap}.interface-preview-shell article span{border-radius:999px;padding:5px 8px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850}.interface-preview-card.compact .interface-preview-shell{min-height:150px;gap:8px;padding:9px}.interface-preview-card.compact .interface-preview-shell p{line-height:1.42}.interface-preview-card.large-text .interface-preview-shell p{font-size:16px;line-height:1.72}.interface-preview-card.high-contrast .interface-preview-shell{border-color:#9fb1c6}.interface-preview-card.high-contrast .interface-preview-shell p,.interface-preview-card.high-contrast .interface-preview-topline span,.interface-preview-card.high-contrast .interface-preview-topline em{color:#334155}.interface-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.interface-summary div{min-width:0;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff}.interface-summary dt{font-size:11px}.interface-summary dd{overflow:hidden;color:#1f2933;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.interface-reset-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:8px 11px;background:#e1e8ef;color:#445162;font-weight:850;cursor:pointer;transition:background .14s ease,color .14s ease}.interface-reset-button:hover{background:#d4dde8;color:#1f2933}.privacy-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.privacy-primary-card,.privacy-wide-card{min-width:0;display:grid;gap:14px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.privacy-wide-card{grid-column:1 / -1}.privacy-card-heading{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px}.privacy-card-heading>span,.privacy-future-grid article>span{display:grid;place-items:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.privacy-card-heading>span{width:38px;height:38px}.privacy-card-heading h4{margin:0}.privacy-card-heading p{margin-top:3px;color:#697789;line-height:1.45}.privacy-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.privacy-facts div{min-width:0;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff}.privacy-facts dt{font-size:11px}.privacy-facts dd{overflow:hidden;color:#1f2933;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.privacy-action-button{min-height:36px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:8px 11px;background:#e1e8ef;color:#445162;font-weight:850;cursor:pointer;transition:background .14s ease,color .14s ease}.privacy-action-button:hover{background:#d4dde8;color:#1f2933}.privacy-rule-list,.privacy-future-grid{display:grid;gap:10px}.privacy-rule-list article{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px}.privacy-rule-list article>svg{width:30px;height:30px;border-radius:8px;padding:7px;background:#e1e8ef;color:#5273a7}.privacy-rule-list span,.privacy-future-grid article div{min-width:0;display:grid;gap:3px}.privacy-rule-list strong,.privacy-rule-list small,.privacy-future-grid strong,.privacy-future-grid small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.privacy-rule-list small,.privacy-future-grid small{color:#697789}.privacy-future-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-future-grid article{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:11px;background:#fff}.privacy-future-grid article>span{width:34px;height:34px}.privacy-future-grid em{border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:11px;font-style:normal;font-weight:900;text-transform:uppercase}.compact-heading h4{margin:0;font-size:15px}.profile-checklist>div{display:flex;flex-wrap:wrap;gap:8px}.profile-checklist span{min-height:30px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850}.profile-checklist span.done{background:#4c9a7629;color:#2f7a58}.profile-character-list,.profile-library-list,.profile-settings-list{display:grid;gap:9px}.profile-character-row,.profile-library-row,.profile-setting-row{justify-content:space-between;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.profile-library-row{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) minmax(280px,.72fr);align-items:center;gap:12px}.profile-library-row.archived{opacity:.82}.profile-library-row.editing{grid-template-columns:36px minmax(0,1fr);align-items:start}.profile-library-edit{min-width:0;display:grid;gap:12px}.profile-library-main{min-width:0;display:grid;gap:4px}.profile-library-main strong,.profile-library-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-library-main small{color:#697789}.profile-character-actions{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.profile-character-actions:has(.profile-character-secondary-actions){grid-template-columns:minmax(0,1fr) auto}.profile-character-actions select{min-width:0}.profile-character-secondary-actions{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profile-character-row-actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px}.profile-character-actions button,.profile-character-create-actions button,.profile-character-secondary-actions button,.profile-character-row-actions button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.profile-character-create-actions{display:flex;justify-content:flex-end}.profile-character-links{display:flex;flex-wrap:wrap;gap:6px}.profile-character-links span{min-height:26px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.profile-character-links a{color:inherit;text-decoration:underline;text-underline-offset:2px}.profile-character-link-action{min-height:22px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:0 7px;background:#fff;color:#5273a7;font-size:11px;font-weight:900}.profile-character-link-action:hover{background:#edf4ff}.profile-character-link-action:disabled{opacity:.55}.profile-character-icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.profile-character-row a,.profile-character-row-actions button,.profile-character-secondary-actions button,.profile-setting-row em{flex:0 0 auto;border-radius:999px;padding:6px 10px;background:#e1e8ef;color:#445162;font-size:12px;font-style:normal;font-weight:850}.profile-character-secondary-actions button.danger,.profile-character-row-actions button.danger{color:#8b4a42}.profile-character-workspace{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:14px;min-height:600px}.profile-character-workspace.character-list-collapsed{grid-template-columns:44px minmax(0,1fr)}.profile-character-sidebar,.profile-character-detail-panel{min-width:0;border:1px solid #d8dde5;border-radius:8px;background:#f8fafc}.profile-character-sidebar{display:flex;flex-direction:column;gap:10px;padding:10px}.profile-character-list-restore{width:44px;min-height:132px;align-self:start;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #d8dde5;border-radius:8px;background:#f8fafc;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.profile-character-list-restore:hover{border-color:#cbd5e1;background:#edf3fb;color:#1f2933;box-shadow:0 10px 24px #1f293314}.profile-character-detail-panel{container-type:inline-size;padding:14px;background:#fff}.profile-character-list-header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-character-list-header>span{min-width:0;display:grid;gap:2px}.profile-character-list-header strong,.profile-character-list-header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-character-list-header small{color:#697789;font-size:12px;font-weight:800}.profile-character-list-header>div{display:inline-flex;gap:6px}.profile-character-list-header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:8px;background:#e1e8ef;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.profile-character-list-header button:hover{background:#d4dde8;color:#1f2933}.profile-character-list-header button.active{border-color:#5273a7;background:#5273a7;color:#fff;box-shadow:0 0 0 3px #5273a729}.profile-character-list-compact{min-height:0;display:grid;align-content:start;gap:6px;overflow:auto}.profile-character-list-item{width:100%;min-width:0;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:8px;padding:8px;background:transparent;color:#1f2933;cursor:pointer;text-align:left;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.profile-character-list-item:hover,.profile-character-list-item.selected{border-color:#cbd5e1;background:#fff}.profile-character-list-item.selected{box-shadow:inset 3px 0 #5273a7}.profile-character-list-item.archived{opacity:.82}.profile-character-list-item>span:nth-child(2){min-width:0;display:grid;gap:3px}.profile-character-list-item strong,.profile-character-list-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-character-list-item small,.profile-character-list-item time,.profile-character-muted,.profile-character-sidebar-note,.profile-character-imports small{color:#697789}.profile-character-list-item time{font-size:11px;font-weight:800}.profile-character-list-item .profile-character-icon{width:34px;height:34px}.profile-character-sidebar-note{min-height:82px;display:grid;place-items:center;border:1px dashed #bdc7d4;border-radius:8px;padding:12px;background:#fff;font-size:13px;font-weight:800;text-align:center}.profile-character-imports{display:grid;gap:7px;border-top:1px solid #d8dde5;padding-top:10px}.profile-character-imports-toggle{width:100%;min-width:0;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;padding:7px 8px;background:transparent;color:#445162;cursor:pointer;text-align:left;transition:background .14s ease,color .14s ease}.profile-character-imports-toggle:hover,.profile-character-imports-toggle[aria-expanded=true]{background:#e1e8ef;color:#1f2933}.profile-character-imports-toggle>span{min-width:0;display:grid;gap:2px}.profile-character-imports h4{margin:0;color:#697789;font-size:12px;text-transform:uppercase}.profile-character-imports article{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:8px}.profile-character-imports article>span{min-width:0;display:grid;gap:2px}.profile-character-imports strong,.profile-character-imports small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-character-imports article button{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;padding:0;transition:background .14s ease,color .14s ease}.profile-character-imports article button:hover{background:#d4dde8;color:#1f2933}.profile-character-detail-view,.profile-character-editor{grid-template-columns:minmax(118px,150px) minmax(240px,1fr) minmax(190px,240px)}.profile-character-editor{margin:0}.profile-character-empty-detail{min-height:420px;display:grid;place-content:center;justify-items:center;gap:12px;color:#697789;text-align:center}.profile-character-empty-detail strong{color:#1f2933;font-size:18px}.profile-character-empty-detail button,.profile-character-detail-actions button,.profile-character-copy-card button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:8px 11px;white-space:nowrap;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.profile-character-empty-detail button,.profile-character-copy-card button{background:#5273a7;color:#fff;font-weight:850}.profile-character-copy-card{display:grid;gap:9px}.profile-character-copy-card select,.profile-character-copy-card button{width:100%}.profile-character-detail-actions{display:grid;gap:8px}.profile-character-detail-actions .quiet-action{background:#e1e8ef;color:#445162;font-weight:850}.profile-character-detail-actions .quiet-action:hover{background:#d4dde8;color:#1f2933}.profile-character-detail-actions .danger{color:#8b4a42}.profile-character-title-actions{position:relative;display:inline-flex;align-items:center;gap:7px}.profile-character-icon-action{width:36px;height:36px;display:grid;place-items:center;border:1px solid #d8dde5;border-radius:8px;background:#f8fafc;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.profile-character-icon-action:hover,.profile-character-icon-action[aria-expanded=true]{border-color:#cbd5e1;background:#edf4ff;color:#1f2933}.profile-character-icon-action:disabled{cursor:not-allowed;opacity:.56}.profile-character-action-menu{position:absolute;z-index:12;top:calc(100% + 7px);right:0;min-width:180px;display:grid;gap:4px;border:1px solid #d8dde5;border-radius:8px;padding:6px;background:#fff;box-shadow:0 16px 34px #1f293329}.profile-character-action-menu button{min-height:34px;display:inline-flex;align-items:center;gap:8px;border-radius:7px;padding:0 9px;background:transparent;color:#1f2933;font-size:13px;font-weight:850;text-align:left}.profile-character-action-menu button:hover{background:#edf4ff}.profile-character-action-menu button.danger{color:#8b4a42}.profile-character-action-menu button.danger:hover{background:#efd9d6}.profile-linked-campaign-list{display:grid;gap:0}.profile-linked-campaign{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid #d8dde5;padding:10px 0;background:transparent}.profile-linked-campaign:first-child{border-top:0;padding-top:0}.profile-linked-campaign:last-child{padding-bottom:0}.profile-linked-campaign>span{min-width:0;display:grid;gap:3px}.profile-linked-campaign strong,.profile-linked-campaign small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-linked-campaign strong a{color:inherit;text-decoration:none}.profile-linked-campaign strong a:hover{text-decoration:underline;text-underline-offset:3px}.profile-linked-campaign>div{display:inline-flex;flex-wrap:nowrap;gap:6px}.profile-linked-campaign>div>a,.profile-linked-campaign>div>button{width:30px;height:30px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:0;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.profile-linked-campaign>div>a:hover,.profile-linked-campaign>div>button:hover{border-color:#cbd5e1;background:#d4dde8;color:#1f2933}.wiki-tree{display:flex;flex-direction:column;gap:5px;margin-bottom:18px;min-height:48px;border-radius:7px}.wiki-root-create-button{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #c8d0da;border-radius:8px;padding:0 14px;background:#5273a7;color:#fff;font-weight:900}.wiki-root-create-button:hover,.wiki-root-create-button[aria-pressed=true]{border-color:#3f659c;background:#3f659c}.wiki-tree-row{position:relative;width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:7px;background:#f8fafc;color:#1f2933;text-align:left;border:1px solid transparent}.wiki-tree-row.active{border-color:#5273a7;background:#edf4ff;box-shadow:inset 3px 0 #5273a7}.wiki-tree-row:hover{border-color:#b9c7d8;background:#fff}.wiki-tree-row.reader{min-height:34px;background:transparent}.wiki-tree-row.reader:hover{background:#f8fafc}.wiki-tree-main{min-height:34px;flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;background:transparent;color:inherit;text-align:left;text-decoration:none}.wiki-tree-folder-label{font-weight:800}.wiki-node-toggle,.wiki-node-toggle-placeholder{width:28px;height:28px;flex:0 0 28px}.wiki-node-toggle{display:grid;place-items:center;border-radius:7px;background:transparent;color:#445162}.wiki-node-toggle:hover{background:#e1e8ef}.wiki-node-toggle-placeholder{display:block}.wiki-tree-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiki-tree-title{min-width:0;display:inline-flex;align-items:center;gap:8px}.wiki-tree-title>svg{width:22px;height:22px;flex:0 0 22px;border:1px solid #d8dde5;border-radius:7px;padding:4px;background:#eef3f8;color:#5273a7}.wiki-tree-title>span{min-width:0}.wiki-node-actions{position:absolute;z-index:2;top:50%;right:7px;flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .14s ease}.wiki-tree-row:hover .wiki-node-actions,.wiki-tree-row:focus-within .wiki-node-actions{opacity:1;pointer-events:auto}.wiki-node-action{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:7px;background:#e1e8ef;color:#445162}.wiki-node-action:hover{background:#d4dde8}.wiki-node-action.danger{color:#8b4a42}.wiki-node-action.danger:hover{background:#efd9d6}.wiki-node-action-menu{position:absolute;z-index:20;top:calc(100% + 5px);right:0;min-width:180px;display:grid;gap:3px;border:1px solid #d8dde5;border-radius:7px;padding:5px;background:#fff;box-shadow:0 12px 28px #1f293326}.wiki-node-action-menu button{min-height:32px;border-radius:5px;padding:0 9px;background:transparent;color:#1f2933;font-size:13px;font-weight:800;text-align:left}.wiki-node-action-menu button:hover{background:#edf4ff}.wiki-node-action-menu button.danger{color:#8b4a42}.wiki-node-action-menu button.danger:hover{background:#efd9d6}.wiki-root-create-panel{min-height:100%;display:grid;align-content:start;gap:18px;padding:22px}.wiki-root-create-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.wiki-root-create-heading>div{min-width:0;display:grid;gap:8px}.wiki-root-create-heading span{color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.wiki-root-title-input{width:100%;max-width:720px;border:0;border-bottom:1px solid transparent;border-radius:0;padding:0 0 5px;background:transparent;color:#1f2933;font-size:28px;font-weight:900;line-height:1.15;outline:none}.wiki-root-title-input::placeholder{color:#1f2933;opacity:.72}.wiki-root-title-input:hover,.wiki-root-title-input:focus{border-bottom-color:#d7b46a;box-shadow:none}.wiki-root-create-heading p{max-width:680px;margin:0;color:#586575;line-height:1.55}.wiki-root-create-form{display:grid;gap:18px}.wiki-root-create-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wiki-root-create-option{min-width:0;min-height:92px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc;color:#1f2933;text-align:left}.wiki-root-create-option:hover,.wiki-root-create-option.active{border-color:#5273a7;background:#edf4ff}.wiki-root-create-option>span:nth-child(2){min-width:0;display:grid;gap:4px}.wiki-root-create-option strong,.wiki-root-create-option small{overflow-wrap:anywhere}.wiki-root-create-option strong{font-size:16px}.wiki-root-create-option small{color:#697789;line-height:1.35}.wiki-root-create-option-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.wiki-root-create-actions{justify-content:flex-start}.wiki-root-create-actions button{min-width:112px;min-height:38px;flex:0 0 auto;border-radius:8px;padding:0 16px;background:#5273a7;color:#fff;font-weight:850}.wiki-root-create-actions .quiet-action{background:#e1e8ef;color:#445162}.wiki-root-create-actions button:disabled{opacity:1;background:#d8dde5;color:#586575}.wiki-inline-rename{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:5px}.wiki-inline-rename input{min-width:0;flex:1 1 auto;height:30px;border:1px solid #9eb0c5;border-radius:7px;padding:0 9px;background:#fff;color:#1f2933;font:inherit;font-weight:800}.wiki-unlinked-button,.wiki-trash-button{min-height:30px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:0 10px;background:#e1e8ef;color:#445162;font-weight:800}.wiki-unlinked-button:hover,.wiki-trash-button:hover{background:#d4dde8}.section-heading .wiki-unlinked-button span,.section-heading .wiki-trash-button span{padding:0;background:transparent;color:inherit;font-size:12px}.unlinked-inline-list{margin-bottom:10px;display:flex;flex-direction:column;gap:7px}.unlinked-inline-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px dashed #bdc7d4;border-radius:7px;padding:8px 10px;background:#fffdf8;color:#1f2933}.unlinked-inline-row>svg{flex:0 0 auto;color:#8b4a42}.unlinked-inline-row span{min-width:0;display:grid;gap:2px;flex:1 1 auto}.unlinked-inline-row strong,.unlinked-inline-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unlinked-inline-row small{color:#697789}.unlinked-inline-row button{flex:0 0 auto;min-height:32px;border-radius:7px;padding:0 11px;background:#5273a7;color:#fff;font-weight:800}.trash-inline-list{margin-bottom:10px;display:grid;gap:10px}.trash-inline-heading{display:grid;gap:3px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#f8fafc}.trash-inline-items{display:grid;gap:8px}.trash-inline-heading strong{color:#445162}.trash-inline-heading small{margin:0;color:#697789;font-size:12px;line-height:1.45}.trash-empty{margin:0;color:#1f2933;font-size:15px;font-weight:800;line-height:1.45}.trash-inline-row{min-width:0;display:flex;flex-direction:column;gap:9px;border:1px dashed #bdc7d4;border-radius:7px;padding:9px;background:#fffdf8}.trash-inline-row.active{border-color:#d7b46a;background:#fff7e6}.trash-inline-preview-button{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;border-radius:6px;padding:0;background:transparent;color:#1f2933;text-align:left}.trash-inline-preview-button:hover{background:transparent}.trash-inline-preview-button>svg{color:#8b4a42}.trash-inline-preview-button span{min-width:0;display:grid;gap:3px}.trash-inline-dates{display:grid;gap:1px}.trash-inline-preview-button strong,.trash-inline-preview-button small{overflow-wrap:anywhere}.trash-inline-preview-button small{color:#697789;line-height:1.45;white-space:normal}.trash-inline-actions{display:flex;flex-wrap:wrap;gap:7px}.trash-inline-actions button{min-height:31px;border-radius:7px;padding:0 10px;background:#5273a7;color:#fff;font-size:12px;font-weight:800}.trash-inline-actions button.danger{background:#efd9d6;color:#8b4a42}.trash-inline-actions button.danger.armed{background:#b05252;color:#fff}.proposal-inbox{margin-bottom:12px;display:grid;gap:8px;border:1px solid rgba(82,115,167,.22);border-radius:8px;padding:10px;background:#f8fafc}.proposal-inbox-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#445162}.proposal-inbox-heading span{min-width:24px;min-height:24px;display:grid;place-items:center;border-radius:999px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850}.proposal-inbox-list{display:grid;gap:7px}.proposal-inbox-list button{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d8dde5;border-radius:7px;padding:9px;background:#fff;color:#1f2933;text-align:left}.proposal-inbox-list button:hover{border-color:#c4cfdd;background:#edf3fb}.proposal-inbox-list span{min-width:0;display:grid;gap:2px}.proposal-inbox-list strong,.proposal-inbox-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proposal-inbox-list small,.proposal-inbox-list em{color:#697789;font-size:12px}.wiki-selected-actions{margin-bottom:18px;display:flex;flex-direction:column;gap:10px;border:1px solid #d8dde5;border-radius:7px;padding:12px;background:#f8fafc}.wiki-selected-actions>span{color:#445162;font-size:12px;font-weight:800;text-transform:uppercase}.wiki-selected-actions strong{overflow-wrap:anywhere}.danger-action{background:#efd9d6;color:#8b4a42}.danger-action:hover{background:#e6c7c2}.wiki-tree-row.folder{font-weight:800}.wiki-tree-row.entity{border:1px solid #d8dde5}.wiki-tree-row em{flex:0 0 auto;border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:11px;font-style:normal;font-weight:800}.wiki-create-toggle{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;background:#e1e8ef;color:#445162}.wiki-create-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d8dde5;border-radius:7px;padding:10px 12px;background:#f8fafc}.wiki-create-close{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;background:#e1e8ef;color:#445162}.wiki-create-header div{min-width:0;display:grid;gap:3px}.wiki-create-header span{color:#697789;font-size:12px;font-weight:800;text-transform:uppercase}.wiki-create-header strong{overflow-wrap:anywhere}.wiki-create-header .secondary-action,.wiki-selected-actions .secondary-action{width:auto;min-height:34px;margin-bottom:0;padding:0 12px}.wiki-create-advanced{display:grid;gap:10px}.wiki-create-advanced-toggle{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #d8dde5;border-radius:7px;padding:0 11px;background:#f8fafc;color:#445162;font-weight:800}.wiki-create-advanced-toggle svg{transition:transform .14s ease}.wiki-create-advanced-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.wiki-create-advanced-content{display:grid;gap:14px}.member-row em,.invitation-row em,.world-entity-row em{border-radius:999px;padding:5px 10px;background:#e1e8ef;color:#445162;font-size:12px;font-style:normal;font-weight:800;white-space:nowrap;flex:0 0 auto}.member-row{flex-wrap:wrap}.member-row>span{flex:1 1 220px}.character-link-control{flex:1 1 100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.character-link-control button{min-height:38px;border-radius:7px;padding:0 12px;background:#5273a7;color:#fff;font-weight:800;white-space:nowrap}.invitation-character-select{margin-bottom:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:22px;background:#1f29337a}.character-modal{width:min(540px,100%);max-height:min(720px,calc(100vh - 44px));overflow:auto;padding:20px;box-shadow:0 20px 60px #1f29333d}.character-modal p{margin-bottom:16px;color:#586575;line-height:1.55}.feedback-modal{width:min(680px,calc(100vw - 32px))}.feedback-form{display:grid;gap:16px}.feedback-form label,.feedback-admin-filters label,.feedback-admin-review label{display:grid;gap:7px;color:var(--chronicle-muted, #586575);font-size:13px;font-weight:800}.feedback-form input,.feedback-form textarea,.feedback-admin-filters select,.feedback-admin-review select,.feedback-admin-review textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:7px;padding:11px 12px;background:#ffffff0e;color:var(--chronicle-text, #1f2933)}.feedback-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.feedback-type-grid button,.feedback-file-picker,.feedback-admin-review button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:0 12px;background:#ffffff12;color:var(--chronicle-text, #1f2933);font-weight:800}.feedback-type-grid button.active,.feedback-type-grid button:hover,.feedback-file-picker:hover,.feedback-admin-review button:hover{background:#d6a85d29;color:#ffe6b7}.feedback-context-note{display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(214,168,93,.22);border-radius:7px;padding:11px 12px;background:#d6a85d14;color:#e6d5bd;font-size:13px;line-height:1.45}.feedback-attachments{display:grid;gap:10px}.feedback-file-picker{justify-self:start;cursor:pointer}.feedback-file-list{display:flex;flex-wrap:wrap;gap:8px}.feedback-file-list span{min-height:30px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:0 8px 0 10px;background:#ffffff0e;color:var(--chronicle-text, #1f2933);font-size:12px;font-weight:800}.feedback-file-list button{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;color:var(--chronicle-muted, #586575)}.feedback-admin-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px;padding:24px}.feedback-admin-list-panel,.feedback-admin-detail-panel{min-height:calc(100vh - 104px);min-width:0}.feedback-admin-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.feedback-admin-list{display:grid;gap:8px;margin-top:16px}.feedback-admin-list button{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:12px;background:#ffffff0b;color:var(--chronicle-text, #1f2933);text-align:left}.feedback-admin-list button>span{min-width:0;display:grid;gap:4px}.feedback-admin-list button.active,.feedback-admin-list button:hover{border-color:#d6a85d57;background:#d6a85d1a}.feedback-admin-list strong,.feedback-admin-detail h3{color:var(--chronicle-text, #1f2933);overflow-wrap:anywhere}.feedback-admin-list small,.feedback-admin-meta dd,.feedback-admin-description{color:var(--chronicle-muted, #586575)}.feedback-admin-list small{overflow-wrap:anywhere}.feedback-status-pill{flex:0 0 auto;border-radius:999px;padding:5px 8px;background:#ffffff14;color:#dce6f2;font-size:11px;font-style:normal;font-weight:900}.feedback-status-pill.status-new,.feedback-status-pill.status-triaged{background:#d6a85d2e;color:#ffe6b7}.feedback-status-pill.status-in-progress{background:#5273a747;color:#dce8ff}.feedback-status-pill.status-done{background:#5e977d3d;color:#d8f7e8}.feedback-admin-detail{display:grid;gap:18px}.feedback-admin-detail header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.feedback-admin-detail header span{color:var(--chronicle-gold, #d6a85d);font-size:12px;font-weight:900;text-transform:uppercase}.feedback-admin-description{white-space:pre-wrap;line-height:1.6}.feedback-admin-attachments{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.feedback-admin-attachments a{overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:#ffffff0b}.feedback-admin-attachments img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#ffffff0b}.feedback-admin-attachments span{display:grid;gap:3px;padding:9px}.feedback-admin-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.feedback-admin-meta div{border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:10px;background:#ffffff09}.feedback-admin-meta dt{margin-bottom:4px;color:var(--chronicle-subtle, #697789);font-size:11px;font-weight:900;text-transform:uppercase}.feedback-admin-meta dd{margin:0;overflow-wrap:anywhere;line-height:1.45}.feedback-admin-review{display:grid;gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:16px}@media (max-width: 1100px){.feedback-admin-layout{grid-template-columns:minmax(0,1fr)}.feedback-admin-list-panel,.feedback-admin-detail-panel{min-height:auto}}@media (max-width: 640px){.feedback-admin-layout{padding:16px}.feedback-admin-filters,.feedback-admin-meta{grid-template-columns:minmax(0,1fr)}.feedback-admin-detail header{display:grid}.feedback-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.delete-warning-modal{width:min(560px,100%)}.delete-warning-body{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;margin-bottom:16px;border:1px solid #efd9d6;border-radius:8px;padding:13px;background:#fff8f7}.delete-warning-body>svg{color:#8b4a42}.delete-warning-body div{min-width:0;display:grid;gap:6px}.delete-warning-body strong{color:#1f2933;overflow-wrap:anywhere}.delete-warning-body p,.delete-warning-body small{margin:0;color:#697789;line-height:1.45}.delete-warning-modal .form-actions .danger{background:#b05252;color:#fff}.visibility-warning-body{border-color:#ead7a8;background:#fffaf0}.visibility-warning-body>svg{color:#9a6c35}.wiki-create-modal{width:min(680px,100%)}.proposal-modal{width:min(820px,100%)}.proposal-review-modal{width:min(1120px,100%)}.proposal-form{gap:14px}.proposal-review-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.proposal-review-meta span,.proposal-comment-card{border:1px solid #d8dde5;border-radius:8px;background:#f8fafc}.proposal-review-meta span{padding:6px 10px;color:#445162;font-size:12px;font-weight:800}.proposal-conflict-warning{border-left:3px solid #d7b46a;border-radius:7px;padding:10px 12px;background:#fff8e8;color:#6f5224;font-weight:800}.proposal-comment-card{display:grid;gap:5px;margin-bottom:14px;padding:12px}.proposal-comment-card p{margin:0}.proposal-diff-card{display:grid;gap:12px;margin-bottom:14px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#fff}.proposal-diff-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.proposal-diff-heading h4,.proposal-diff-empty,.proposal-diff-note{margin:0}.proposal-diff-heading h4{color:#293241;font-size:14px}.proposal-diff-heading span{display:inline-grid;min-width:28px;min-height:28px;place-items:center;border-radius:999px;background:#edf2f7;color:#445162;font-size:12px;font-weight:900}.proposal-diff-empty,.proposal-diff-note{color:#697789;font-size:13px;line-height:1.45}.proposal-field-diff-grid,.proposal-content-diff-list{display:grid;gap:8px}.proposal-field-diff-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.proposal-field-diff,.proposal-content-diff{border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#f8fafc}.proposal-field-diff{display:grid;gap:5px}.proposal-field-diff>span,.proposal-content-diff>span{width:fit-content;border-radius:999px;padding:3px 8px;background:#edf2f7;color:#445162;font-size:11px;font-weight:900;text-transform:uppercase}.proposal-field-diff strong,.proposal-field-diff p,.proposal-content-diff p{margin:0}.proposal-field-diff p{display:flex;align-items:center;gap:6px;min-width:0;color:#697789;font-size:13px}.proposal-field-diff em{min-width:0;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.proposal-content-diff{display:grid;gap:7px;border-left-width:4px}.proposal-content-diff.added{border-left-color:#4f9d69}.proposal-content-diff.removed{border-left-color:#c96565}.proposal-content-diff.changed{border-left-color:#d7b46a}.proposal-content-diff.hidden-preserved{border-left-color:#b6874d}.proposal-field-diff.added>span,.proposal-content-diff.added>span{background:#e8f5ed;color:#2f7046}.proposal-field-diff.removed>span,.proposal-content-diff.removed>span{background:#f9e9e9;color:#964848}.proposal-field-diff.changed>span,.proposal-content-diff.changed>span{background:#fff3d8;color:#7b5b21}.proposal-content-diff.hidden-preserved>span{background:#f7ead9;color:#7a5529}.proposal-content-diff.hidden{background:#fbf6ef}.proposal-content-diff p{color:#445162;font-size:13px;line-height:1.45}.proposal-content-diff-body{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px;border-radius:8px;padding:9px;background:#fff}.proposal-content-diff-body>strong{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:999px;background:#edf2f7;color:#445162;font-size:17px;font-weight:900;line-height:1}.proposal-content-diff.added .proposal-content-diff-body{background:#e8f5ed}.proposal-content-diff.added .proposal-content-diff-body>strong{background:#4f9d69;color:#fff}.proposal-content-diff.removed .proposal-content-diff-body{background:#f9e9e9}.proposal-content-diff.removed .proposal-content-diff-body>strong{background:#c96565;color:#fff}.proposal-content-diff.changed .proposal-content-diff-body{background:#fff8e8}.proposal-content-diff.changed .proposal-content-diff-body>strong{background:#d7b46a;color:#4b3716}.proposal-content-diff.hidden-preserved .proposal-content-diff-body{background:#f7ead9}.proposal-content-diff.hidden-preserved .proposal-content-diff-body>strong{background:#b6874d;color:#fff}.proposal-content-diff.added p,.proposal-content-diff.removed p,.proposal-content-diff.hidden-preserved p{padding-top:3px;font-size:14px;font-weight:750}.proposal-content-diff.added p{color:#2f7046}.proposal-content-diff.removed p{color:#964848;text-decoration:line-through;text-decoration-thickness:1.5px}.proposal-content-diff.hidden-preserved p{color:#7a5529}.proposal-inline-diff{padding-top:3px;font-size:14px;line-height:1.65;white-space:pre-wrap}.proposal-inline-diff span{border-radius:4px;padding:1px 2px}.proposal-inline-diff .removed{background:#f9e9e9;color:#7f4242;text-decoration:line-through;text-decoration-thickness:1.5px}.proposal-inline-diff .added{background:#e8f5ed;color:#2f7046;font-weight:800}.proposal-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.proposal-compare-grid section{min-width:0;display:grid;gap:9px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#fff}.proposal-compare-grid h4,.proposal-compare-grid strong,.proposal-compare-grid p{margin:0}.proposal-compare-grid h4{color:#697789;font-size:12px;text-transform:uppercase}.proposal-compare-grid .tiptap-viewer{min-height:140px}.proposal-review-actions{justify-content:flex-start}.wiki-create-modal .section-heading{align-items:center}.wiki-create-modal .section-heading h3{font-size:22px}.wiki-create-modal .wiki-create-header{margin-bottom:14px}.unlinked-modal label,.wiki-create-modal label,.wiki-move-modal label{display:grid;gap:7px;margin-bottom:14px;color:#697789;font-weight:800;font-size:13px;text-transform:uppercase}.unlinked-list{display:flex;flex-direction:column;gap:9px;margin-bottom:16px}.unlinked-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d8dde5;border-radius:7px;padding:10px 12px;background:#f8fafc}.unlinked-row span{min-width:0;display:grid;gap:3px}.unlinked-row strong,.unlinked-row small{overflow-wrap:anywhere}.unlinked-row small{color:#697789}.unlinked-row button{flex:0 0 auto;min-height:34px;border-radius:7px;padding:0 12px;background:#5273a7;color:#fff;font-weight:800}.modal-actions{display:flex;gap:10px;flex-wrap:wrap}.modal-actions button{flex:1 1 180px}.modal-actions .quiet-action{background:#e1e8ef;color:#445162}.wiki-layout{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:18px;align-items:start}.world-entity-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:74px}.world-entity-row>span:first-child{justify-content:center}.world-entity-meta{display:flex;align-items:flex-end;flex-direction:column;gap:6px;min-width:150px}.world-entity-row em{max-width:190px;overflow-wrap:anywhere;text-align:center;white-space:normal}.world-summary{margin-bottom:14px;color:#445162;line-height:1.55}.note-view{display:grid;grid-template-columns:minmax(118px,160px) minmax(220px,1fr) minmax(180px,230px);min-height:100%;gap:14px;align-items:start}.note-edit-view{grid-template-columns:minmax(96px,132px) minmax(360px,1fr) minmax(190px,230px);align-items:start}.note-edit-view .note-main-column{align-content:start;grid-auto-rows:max-content;gap:12px}.note-edit-view .note-portrait-placeholder{min-height:150px}.note-edit-view .note-title-editor input{min-height:48px}.note-edit-view .note-summary-editor{gap:6px}.note-edit-view .note-summary-editor input{min-height:38px}.note-portrait-panel{min-width:0}.note-portrait-placeholder{aspect-ratio:4 / 5;width:100%;min-height:168px;display:grid;place-items:center;align-content:center;gap:12px;border:1px solid #d8dde5;border-radius:8px;background:linear-gradient(145deg,#5273a72e,#d7b46a1a),#f8fafc;color:#445162;text-align:center}.note-portrait-placeholder span{max-width:calc(100% - 28px);border-radius:999px;padding:5px 10px;background:#ffffffb8;color:#445162;font-size:12px;font-weight:800;overflow-wrap:anywhere}.note-portrait-placeholder img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.note-portrait-image-button{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;color:inherit;cursor:zoom-in;overflow:hidden}.note-portrait-actions{position:absolute;z-index:3;left:50%;bottom:12px;display:inline-flex;align-items:center;gap:8px;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease}.note-portrait-placeholder:hover .note-portrait-actions,.note-portrait-placeholder:focus-within .note-portrait-actions{opacity:1;pointer-events:auto;transform:translate(-50%)}.note-portrait-action{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#0f151cd1;color:#ffe6b7;box-shadow:0 10px 26px #00000042}.note-portrait-action:hover,.note-portrait-action:focus-visible{border-color:#d6a85d8a;background:#463621eb;color:#fff}.note-portrait-action.danger{color:#ffb2a4}.note-portrait-action.danger:hover,.note-portrait-action.danger:focus-visible{border-color:#d9847594;background:#4d2323f0}.note-portrait-placeholder{position:relative;overflow:hidden}.note-portrait-placeholder>svg,.note-portrait-placeholder>span{position:relative;z-index:1}.note-portrait-placeholder img+span,.note-portrait-placeholder .note-portrait-image-button+span{align-self:end;margin-bottom:12px;background:#0f151cc7}.note-main-column{min-width:0;display:grid;gap:14px}.note-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.note-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.note-hero-actions .danger{background:#efd9d6;color:#8b4a42}.note-hero-actions .danger:hover,.note-hero-actions .danger.armed{background:#b05252;color:#fff}.note-title-group{min-width:0;display:grid;gap:8px}.note-breadcrumb{min-width:0;display:flex;align-items:center;gap:5px;color:#697789;font-size:12px;font-weight:800}.note-breadcrumb-item{min-width:0;display:inline-flex;align-items:center;gap:5px}.note-breadcrumb-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-kicker{min-width:0;display:inline-flex;align-items:center;gap:5px;color:#697789;font-size:12px;font-weight:800}.note-kicker span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-title-group h3{overflow-wrap:anywhere}.note-title-editor,.note-summary-editor{display:grid;gap:8px;margin:0}.note-title-editor>span,.note-summary-editor>span{color:#697789;font-size:12px;font-weight:800;text-transform:uppercase}.note-title-editor input{min-height:54px;border:0;border-bottom:1px solid #d8dde5;border-radius:0;padding:0;background:transparent;color:#1f2933;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500}.note-summary-editor input{min-height:44px;font-size:16px}.note-edit-foldouts{display:grid;gap:10px}.note-edit-foldout{border:1px solid #d8dde5;border-radius:8px;background:#f8fafc;overflow:hidden}.note-edit-foldout>summary{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:12px;padding:10px 12px;color:#445162;cursor:pointer;list-style:none}.note-edit-foldout>summary::-webkit-details-marker{display:none}.note-edit-foldout>summary:after{content:"+";width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#e1e8ef;color:#445162;font-size:16px;font-weight:900}.note-edit-foldout[open]>summary{border-bottom:1px solid #d8dde5}.note-edit-foldout[open]>summary:after{content:"-"}.note-edit-foldout>summary span,.note-edit-field-grid label,.note-image-url-field>span,.note-edit-dossier-body label{color:#697789;font-size:12px;font-weight:800;text-transform:uppercase}.note-edit-foldout>summary small{min-width:0;color:#7b8798;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-edit-foldout-body{padding:12px}.note-edit-field-grid,.note-edit-dossier-body .note-dossier-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.note-edit-field-grid label,.note-image-url-field,.note-edit-dossier-body label{display:grid;gap:7px;margin:0}.asset-url-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.asset-url-control input{min-width:0}.asset-upload-button{width:auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-bottom:0;padding:0 12px;white-space:nowrap}@media (max-width: 640px){.asset-url-control{grid-template-columns:1fr}.asset-upload-button{width:100%}}.note-edit-field-grid input,.note-edit-field-grid select,.note-edit-dossier-body input{min-height:38px}.note-edit-wide-field,.note-edit-dossier-body .note-dossier-preset{grid-column:1 / -1}.note-edit-dossier-body .note-dossier-preset{justify-self:start;margin-bottom:0}.note-dossier-editor{display:grid;gap:14px}.note-edit-sidebar{align-self:start;position:sticky;top:12px}.note-edit-status{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.note-edit-status span{border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.note-dossier-chips{min-width:0;display:flex;align-items:center;gap:7px;flex-wrap:nowrap;overflow:hidden}.note-dossier-chips.expanded{flex-wrap:wrap;overflow:visible}.note-dossier-chip,.note-dossier-more{min-height:30px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d8dde5;border-radius:999px;padding:5px 10px;background:#f8fafc;color:#445162;font-size:12px;font-weight:800;white-space:nowrap}.note-dossier-chip{min-width:0;max-width:220px}.note-dossier-chip em,.note-dossier-chip strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-dossier-chip em{color:#697789;font-style:normal;font-weight:800}.note-dossier-chip strong{color:#2f3a48}.note-dossier-more{flex:0 0 auto;cursor:pointer}.note-dossier-more:hover{border-color:#d7b46a;color:#8a5a17}.note-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.note-badges>span,.note-badge-button{border-radius:999px;padding:5px 10px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.note-badge-control{position:relative;min-width:0}.note-badge-button{min-height:28px;border:1px solid transparent;cursor:pointer}.note-badge-button:hover,.note-badge-button:focus-visible,.note-badge-button[aria-expanded=true]{border-color:#5273a747;background:#d8e2ee;color:#315f9f}.note-inline-popover{position:absolute;z-index:15;top:calc(100% + 8px);left:0;width:min(340px,calc(100vw - 32px));display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#fff;box-shadow:0 16px 42px #1f29332e}.note-inline-popover.visibility{width:min(380px,calc(100vw - 32px))}.note-inline-popover label{margin:0}.note-inline-popover .specific-players-picker{max-height:260px;overflow:auto}.note-edit-action{margin-bottom:0;gap:7px;white-space:nowrap}.note-hero-actions .note-icon-action{width:36px;min-height:36px;justify-content:center;padding:0}.note-summary{max-width:760px;margin:-4px 0 0;color:#697789;font-size:13px;line-height:1.45}.note-summary.empty{color:#7b8798;font-style:italic}.note-tabs{display:flex;align-items:center;gap:18px;min-width:0;border-bottom:1px solid #d8dde5}.note-tabs span{min-height:38px;display:inline-flex;align-items:center;border-bottom:2px solid transparent;color:#697789;font-size:13px;font-weight:800;white-space:nowrap}.note-tabs span.active{border-bottom-color:#d7b46a;color:#1f2933}.note-content-panel,.note-content-panel .tiptap-viewer,.note-content-panel .markdown-preview{min-height:0}.note-content-panel .tiptap-viewer{padding:12px 14px}.note-comments-section{display:grid;gap:12px;border-top:1px solid #d8dde5;padding-top:18px}.note-comments-section h4{margin:0;color:#718096;font-size:14px;text-transform:uppercase}.note-sidebar{min-width:0;display:grid;gap:14px}.note-side-card{border:1px solid #d8dde5;border-radius:8px;padding:13px;background:#f8fafc}.note-side-card h4{margin:0 0 12px;font-size:14px;text-transform:uppercase;color:#718096}.note-meta{margin-top:0}.note-side-card .note-meta{grid-template-columns:1fr;gap:12px;margin:0}.note-side-card .note-meta div{gap:4px}.note-compact-summary{display:grid;gap:14px}.note-compact-summary h4{margin-bottom:0}.note-summary-block{display:grid;gap:8px;min-width:0}.note-summary-block>strong{color:#697789;font-size:12px;font-weight:800;text-transform:uppercase}.note-summary-block p,.note-summary-block small{margin:0;color:#7b8798;font-size:12px;font-weight:750}.note-summary-more{justify-self:start;min-height:28px;border:1px solid rgba(82,115,167,.18);border-radius:999px;padding:4px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850;cursor:pointer}.note-summary-more:hover,.note-summary-more:focus-visible{border-color:#5273a757;background:#d8e2ee;color:#315f9f}.note-summary-tags,.note-summary-links{display:grid;gap:7px;min-width:0}.note-summary-tags{display:flex;flex-wrap:wrap}.note-summary-tags span,.note-summary-links a{min-width:0;border-radius:7px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.note-summary-tags span{padding:5px 8px}.note-summary-links a{min-height:30px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:6px 8px;text-decoration:none}.note-summary-links a:hover{background:#d8e2ee}.note-summary-links span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-summary-links a:hover span,.note-summary-links a:focus-visible span{overflow:visible;white-space:normal;overflow-wrap:anywhere}.note-visibility-value{display:inline-flex;align-items:center;gap:6px}.visibility-control-card{display:grid;gap:11px}.visibility-control-status{min-height:34px;display:inline-flex;align-items:center;gap:8px;border-radius:7px;padding:7px 9px;background:#e1e8ef;color:#445162;font-size:13px}.visibility-quick-actions,.visibility-specific-actions{display:flex;flex-wrap:wrap;gap:7px}.visibility-quick-actions button,.visibility-specific-actions button{min-height:32px;display:inline-flex;align-items:center;gap:6px;border-radius:7px;padding:7px 9px;font-size:12px;font-weight:800}.visibility-quick-actions button{background:#edf2f7;color:#3a4654}.visibility-specific-panel{display:grid;gap:10px;border-top:1px solid #d8dde5;padding-top:11px}.note-tag-list{display:flex;flex-wrap:wrap;gap:7px}.note-tag-list span{border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.tag-input{min-height:42px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;border:1px solid #c8d0da;border-radius:7px;padding:6px;background:#fff}.tag-input span{min-height:26px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 5px 3px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.tag-input button{width:20px;height:20px;display:grid;place-items:center;border-radius:999px;padding:0;background:#1f29331a;color:inherit}.tag-input input{min-width:120px;flex:1 1 120px;height:28px;border:0;border-radius:0;padding:0 4px;background:transparent;box-shadow:none}.tag-input input:focus{box-shadow:none}.specific-players-picker{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.visibility-access-note{display:block;margin:6px 0 0;border-left:3px solid #91a4b8;padding-left:9px;color:#657386;font-size:12px;font-weight:700;line-height:1.45;text-transform:none}.visibility-access-note.public{border-left-color:#3b8a70;color:#346b5a}.visibility-access-note.warning{border-left-color:#b7791f;color:#8a5a17}.specific-players-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#697789;font-size:12px;font-weight:800;text-transform:uppercase}.specific-players-heading small{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#e1e8ef;color:#445162}.specific-players-picker p{margin:0;color:#7b8798;font-size:13px}.specific-players-list{display:grid;gap:8px}.specific-player-option{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:9px;margin:0;border-radius:7px;padding:8px;background:#fff;color:#445162;text-transform:none}.specific-player-option input{width:16px;height:16px;margin:0}.specific-player-option span{display:grid;gap:2px}.specific-player-option strong{color:#2f3a48;font-size:13px}.specific-player-option small{color:#7b8798;font-size:12px;font-weight:700}.note-dossier-preset{min-height:34px;display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;border-radius:7px;padding:6px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:800}.note-create-dossier{display:grid;gap:14px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.note-side-card label{display:grid;gap:8px;margin:0 0 14px;color:#697789;font-size:12px;font-weight:800;text-transform:uppercase}.note-side-card label:last-child{margin-bottom:0}.note-edit-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:0}.note-edit-actions button{width:100%}.entity-comment-list{display:grid;gap:10px}.entity-comment-list>p{margin:0;color:#7b8798;font-size:13px}.entity-comment{display:grid;gap:6px;border-radius:7px;padding:9px;background:#f8fafc}.entity-comment header{display:flex;align-items:center;justify-content:space-between;gap:8px}.entity-comment strong{color:#2f3a48;font-size:13px}.entity-comment time{color:#7b8798;font-size:11px;font-weight:700}.entity-comment p{margin:0;color:#445162;font-size:13px;line-height:1.45;white-space:pre-wrap}.entity-comment-form{display:grid;gap:8px;margin-top:12px}.entity-comment-form textarea{min-height:76px;resize:vertical}.entity-comment-form button{width:100%}.floating-ai-chat{position:fixed;right:22px;bottom:22px;z-index:90;display:grid;justify-items:end;gap:12px;pointer-events:none}.floating-ai-toggle,.floating-ai-panel{pointer-events:auto}.floating-ai-toggle{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(82,115,167,.24);border-radius:999px;padding:0;background:#5273a7;color:#fff;box-shadow:0 16px 42px #1f29333d}.floating-ai-toggle:hover,.floating-ai-toggle[aria-expanded=true]{background:#3f5f92}.floating-ai-panel{width:min(380px,calc(100vw - 32px));display:grid;gap:12px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc;box-shadow:0 22px 70px #1f29333d}.floating-ai-panel header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.floating-ai-panel header span{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#2f3a48;font-size:14px;font-weight:900;overflow-wrap:anywhere}.floating-ai-panel header button{width:30px;height:30px}.floating-ai-panel>small{color:#7b8798;font-size:11px;font-weight:800;text-transform:uppercase;white-space:nowrap}.player-ai-mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:3px;border:1px solid #d8dde5;border-radius:8px;background:#eef2f7}.player-ai-mode-toggle button{min-width:0;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;padding:6px 8px;background:transparent;color:#617083;font-size:12px;font-weight:850}.player-ai-mode-toggle button.active{background:#fff;color:#2f3a48;box-shadow:0 1px 4px #1f29331f}.ai-context-status-card{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff}.ai-context-status-card.ready{border-color:#4c9a7657}.ai-context-status-card.stale{border-color:#d6a85d7a}.ai-context-status-main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px}.ai-context-status-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#5273a71f;color:#5273a7}.ai-context-status-main strong{display:block;color:#2f3a48;font-size:12px;font-weight:900}.ai-context-status-main p{margin:2px 0 0;color:#586575;font-size:12px;line-height:1.4}.ai-context-status-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.ai-context-status-meta span{min-width:0;display:grid;gap:1px;border-radius:7px;padding:6px 7px;background:#eef2f7;color:#697789;font-size:10px;font-weight:850;text-transform:uppercase;overflow-wrap:anywhere}.ai-context-status-meta strong{color:#2f3a48;font-size:12px;text-transform:none}.ai-context-status-card>button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d8dde5;border-radius:8px;padding:7px 10px;background:#f8fafc;color:#445162;font-size:12px;font-weight:900;cursor:pointer}.ai-context-status-card>button.needs-reindex{border-color:#d6a85db3;color:#8f5b16}.ai-context-status-card>button:hover:not(:disabled){border-color:#c58c47;color:#8f5b16}.ai-context-status-card>button:disabled{cursor:default;opacity:.58}.ai-context-refresh-notice{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;border:1px solid rgba(214,168,93,.5);border-radius:8px;padding:10px 12px;background:#fff8ed}.ai-context-refresh-notice strong{display:block;color:#6f4612;font-size:13px;font-weight:900}.ai-context-refresh-notice p{margin:2px 0 0;color:#7b5b31;font-size:12px;line-height:1.4}.ai-context-refresh-notice>button:not(.icon-button){min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(214,168,93,.68);border-radius:8px;padding:7px 10px;background:#fff;color:#8f5b16;font-size:12px;font-weight:900;cursor:pointer}.ai-context-refresh-notice>button:not(.icon-button):hover:not(:disabled){border-color:#b87525;color:#6f4612}.ai-context-refresh-notice>button:disabled{cursor:default;opacity:.62}.player-ai-messages{display:grid;gap:9px;max-height:300px;overflow:auto}.player-ai-empty,.player-ai-loading{margin:0;color:#7b8798;font-size:13px;line-height:1.45}.player-ai-message{display:grid;gap:7px;border-radius:8px;padding:9px 10px;background:#fff}.player-ai-message.user{background:#e8eef6}.player-ai-message.assistant{border:1px solid #d8dde5}.player-ai-message.error{border:1px solid #efc3a4;background:#fff6ed}.player-ai-message.error strong{color:#8f4b16;font-size:13px}.player-ai-message p{margin:0;color:#445162;font-size:13px;line-height:1.45;white-space:pre-wrap}.player-ai-retry{justify-self:start;display:inline-flex;align-items:center;gap:6px;border:1px solid #d8dde5;border-radius:999px;padding:5px 9px;background:#fff;color:#445162;font-size:12px;font-weight:800;cursor:pointer}.player-ai-retry:hover{border-color:#c58c47;color:#8f5b16}.player-ai-sources{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.player-ai-sources span,.player-ai-sources a{border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:11px;font-weight:800;text-decoration:none;overflow-wrap:anywhere}.player-ai-sources>span:first-child{background:transparent;padding-left:0;color:#7b8798;text-transform:uppercase}.player-ai-form{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:8px;align-items:end}.player-ai-form textarea{min-height:76px;resize:vertical}.player-ai-form button{width:38px;height:38px}@media (max-width: 640px){.floating-ai-chat{right:14px;bottom:14px}.floating-ai-panel{width:calc(100vw - 28px)}.ai-import-form{grid-template-columns:1fr}.campaign-ai-modal-actions,.campaign-ai-primary-action{width:100%}}.note-content-editor .tiptap-editor{min-height:430px;--tiptap-editor-scroll-space: clamp(360px, 55vh, 680px)}.note-content-editor .tiptap-editor:after{content:"";display:block;height:var(--tiptap-editor-scroll-space);pointer-events:none}.markdown-preview{min-height:190px;padding:14px;border:1px solid #d8dde5;border-radius:8px;background:#f8fafc;color:#1f2933;line-height:1.6;overflow-wrap:anywhere}.markdown-preview .tiptap-viewer{min-height:inherit;padding:0}.tiptap-shell{position:relative;border:1px solid #d8dde5;border-radius:8px;background:#fff}.tiptap-shell.has-reference-suggestions .tiptap-editor{padding-bottom:148px}.tiptap-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;border-bottom:1px solid #d8dde5;padding:8px;background:#f8fafc}.tiptap-toolbar button{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;padding:0;background:transparent;color:#445162;line-height:1}.tiptap-toolbar button:hover,.tiptap-toolbar button.active{background:#e1e8ef}.tiptap-toolbar-group{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid #d8dde5;border-radius:8px;background:#fff}.tiptap-toolbar-group button{width:34px;height:34px;flex:0 0 34px}.tiptap-toolbar-group svg{display:block}.tiptap-reference-picker{min-height:32px;display:inline-flex;align-items:center;gap:6px;margin-left:4px;padding:0 8px;border:1px solid #d8dde5;border-radius:7px;background:#fff;color:#445162}.tiptap-reference-picker.active{border-color:#5273a7;background:#edf4ff}.tiptap-reference-picker select{width:min(220px,48vw);height:30px;border:0;padding:0;background:transparent;color:#1f2933;font-weight:700;line-height:30px}.tiptap-reference-suggestions{position:absolute;z-index:4;width:min(340px,calc(100% - 24px));max-height:280px;overflow-y:auto;display:grid;gap:5px;padding:7px;border:1px solid #d8dde5;border-radius:8px;background:#fff;box-shadow:0 14px 36px #1f293329}.tiptap-reference-suggestions.placement-above{transform:translateY(-100%)}.tiptap-reference-suggestions span{padding:2px 5px 4px;color:#718096;font-size:11px;font-weight:800;text-transform:uppercase}.tiptap-reference-search{display:block}.tiptap-reference-search input{width:100%;height:34px;border:1px solid #d8dde5;border-radius:7px;padding:0 9px;background:#f8fafc;color:#1f2933;font-weight:800}.tiptap-reference-empty{margin:0;padding:8px 9px;color:#718096;font-size:12px;font-weight:800}.tiptap-reference-suggestions button{min-width:0;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr);gap:2px;border-radius:7px;padding:6px 9px;background:transparent;color:#315f9f;text-align:left}.tiptap-reference-suggestions button.create-reference,.tiptap-reference-suggestions button.link-reference{grid-template-columns:22px minmax(0,1fr);align-items:center;column-gap:8px}.tiptap-reference-option-copy{min-width:0;display:grid;gap:2px}.tiptap-reference-option-icon{width:18px;height:18px;justify-self:center}.tiptap-reference-suggestions button.create-reference{background:#154c34;color:#d8f5e3}.tiptap-reference-suggestions button.create-reference small{color:#afe3c2}.tiptap-reference-suggestions button.create-reference:hover,.tiptap-reference-suggestions button.create-reference.active{background:#0f3f2b}.tiptap-reference-suggestions button.link-reference{background:#153c66;color:#d8eaff}.tiptap-reference-suggestions button.link-reference small{color:#b9d4f1}.tiptap-reference-suggestions button.link-reference:hover,.tiptap-reference-suggestions button.link-reference.active{background:#0f3157}.tiptap-reference-suggestions strong,.tiptap-reference-suggestions small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tiptap-reference-suggestions strong{font-size:13px;font-weight:800;line-height:1.25}.tiptap-reference-suggestions small{color:#718096;font-size:11px;font-weight:800;line-height:1.25}.tiptap-reference-suggestions button:hover,.tiptap-reference-suggestions button.active{background:#d7e7f7}.tiptap-reference-popover{position:absolute;z-index:2;max-width:min(360px,calc(100% - 24px));min-height:38px;display:inline-flex;align-items:center;gap:8px;border:1px solid #b9c7d8;border-radius:8px;padding:5px 6px 5px 11px;background:#fff;box-shadow:0 12px 28px #1f293324}.tiptap-reference-popover span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#315f9f;font-size:13px;font-weight:800}.tiptap-reference-popover em{flex:0 0 auto;color:#7b8798;font-size:11px;font-style:normal;font-weight:800}.tiptap-reference-edit-form{min-width:0;display:inline-flex;align-items:center;gap:6px}.tiptap-reference-edit-form input{width:min(220px,44vw);height:28px;min-width:0;border:1px solid #b9c7d8;border-radius:7px;padding:0 8px;background:#fff;color:#1f2933;font-size:13px;font-weight:800}.tiptap-reference-popover button{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:7px;background:#e1e8ef;color:#445162}.tiptap-reference-popover button:hover,.tiptap-reference-popover button.primary{background:#d7e7f7;color:#315f9f}.tiptap-reference-popover button.primary:hover{background:#c7ddf2}.tiptap-reference-popover button.danger:hover{background:#efd9d6;color:#8b4a42}.text-editor-field{display:grid;gap:8px;color:#2e3a49;font-weight:700}.text-editor-field>span{font-size:14px}.tiptap-editor,.tiptap-viewer{min-height:240px;padding:14px;outline:none;color:#1f2933;line-height:1.65}.tiptap-editor.compact{min-height:150px}.tiptap-editor>*+*,.tiptap-viewer>*+*{margin-top:.8em}.tiptap-editor ul,.tiptap-editor ol,.tiptap-viewer ul,.tiptap-viewer ol{padding-left:1.5rem}.tiptap-editor blockquote,.tiptap-viewer blockquote{border-left:3px solid #b9c7d8;margin-left:0;padding-left:12px;color:#445162}.tiptap-editor pre,.tiptap-viewer pre{overflow:auto;border-radius:7px;padding:12px;background:#1f2933;color:#f8fafc}.tiptap-entity-reference{color:#315f9f;font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.tiptap-entity-reference.unresolved{color:#6b7788;text-decoration-style:dashed;opacity:.72}.tiptap-campaign-image{display:block;width:min(100%,920px);max-width:100%;height:auto;margin:14px 0;border:1px solid rgba(82,115,167,.2);border-radius:8px;background:#f8fafc;cursor:zoom-in}.tiptap-editor .tiptap-campaign-image.ProseMirror-selectednode{outline:2px solid #d6a85d;outline-offset:3px}.image-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:center;padding:clamp(16px,3vw,36px);background:#02060cd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.image-preview-modal{position:relative;max-width:min(1180px,96vw);max-height:92vh;display:grid;place-items:center}.image-preview-modal img{max-width:100%;max-height:92vh;border-radius:8px;box-shadow:0 28px 80px #00000085;object-fit:contain}.image-preview-close{position:absolute;top:12px;right:12px;z-index:1;background:#0f151cc2;color:#f8fafc}.image-preview-close:hover,.image-preview-close:focus-visible{background:#d6a85ddb;color:#111820}.tiptap-viewer .tiptap-entity-reference.unresolved{cursor:default}.tiptap-hidden-block{margin:14px 0;border:1px solid #d79a4d;border-radius:8px;background:#fff8ed;overflow:hidden}.tiptap-hidden-block-label{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(215,154,77,.36);padding:8px 12px;background:#d79a4d1f;color:#8b5a1e;font-size:12px;font-weight:900;text-transform:uppercase}.tiptap-hidden-block-controls{display:inline-flex;align-items:center;gap:7px}.tiptap-hidden-block-controls select{min-height:28px;border:1px solid rgba(139,90,30,.22);border-radius:6px;padding:0 28px 0 9px;background-color:#ffffff8a;color:#8b5a1e;font-size:12px;font-weight:800;text-transform:none}.tiptap-hidden-block-delete{flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;width:24px;height:24px;border:1px solid rgba(139,90,30,.22);border-radius:6px;padding:0;background:#ffffff70;color:#8b5a1e;cursor:pointer}.stack .tiptap-hidden-block-delete,.signed-in .tiptap-hidden-block-delete{min-height:24px;padding:0}.tiptap-hidden-block-delete:hover,.tiptap-hidden-block-delete.armed{border-color:#963e34b3;background:#963e3424;color:#963e34}.tiptap-hidden-block-access{border-bottom:1px solid rgba(215,154,77,.22);padding:10px 12px}.tiptap-hidden-block-access .specific-players-picker{border-color:#d79a4d3d;background:#ffffff73}.tiptap-hidden-block-content{padding:12px}.tiptap-hidden-block-content>*:first-child{margin-top:0}.tiptap-hidden-block-content>*:last-child{margin-bottom:0}.entity-reference-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.note-sidebar .entity-reference-panel{grid-template-columns:1fr;margin-top:0}@container (max-width: 760px){.note-view{grid-template-columns:minmax(112px,148px) minmax(0,1fr)}.note-sidebar{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.note-edit-sidebar{position:static;grid-template-columns:1fr}.note-sidebar .entity-reference-panel{grid-template-columns:1fr}}@container (max-width: 520px){.note-view{grid-template-columns:1fr}.note-portrait-panel{display:none}.note-sidebar,.note-sidebar .entity-reference-panel,.note-edit-field-grid,.note-edit-dossier-body .note-dossier-editor{grid-template-columns:1fr}}.entity-reference-list{border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.entity-reference-list h4{margin:0 0 10px;font-size:14px;text-transform:uppercase;color:#718096}.entity-reference-list p{margin:0;color:#718096}.entity-reference-items{display:grid;gap:8px}.entity-reference-items a{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:7px;background:#fff;color:#1f2933;text-decoration:none}.entity-reference-items a:hover{background:#e8f0f8}.entity-reference-items span,.entity-reference-items strong{font-weight:800;overflow-wrap:anywhere}.entity-reference-items small{color:#718096;font-weight:700}.entity-reference-card{min-width:0}.entity-reference-icon{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:7px;background:#e8edf3;color:#5273a7}.entity-reference-copy{min-width:0;display:grid;gap:2px}.entity-reference-copy strong,.entity-reference-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entity-reference-items .timeline-mention-link{justify-content:flex-start;align-items:flex-start;border:1px solid rgba(215,180,106,.18);background:#d7b46a14}.entity-relation-items{display:grid;gap:8px}.entity-relation-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;border-radius:7px;padding:9px 10px;background:#fff;color:#1f2933}.entity-relation-row span:nth-child(2){min-width:0;display:grid;gap:2px}.entity-relation-row strong,.entity-relation-row small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entity-relation-row strong{font-weight:800}.entity-relation-row small{color:#718096;font-weight:700}.entity-relation-row button{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;padding:0;background:#e8edf3;color:#718096}.entity-relation-form{display:grid;gap:8px;margin-top:12px}.entity-relation-form button{width:100%}.timeline-mention-link svg{flex:0 0 auto;margin-top:2px;color:#9a6c35}.timeline-mention-link span{display:grid;gap:3px}.timeline-mention-link small{flex:0 1 auto}.invitation-row{align-items:flex-start;flex-wrap:wrap}.invitation-row strong{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;letter-spacing:0}.secondary-action{width:100%;min-height:42px;margin-bottom:14px;border-radius:7px;padding:0 14px;background:#5273a7;color:#fff;font-weight:700;line-height:1.25;white-space:normal}.compact-action{width:auto;min-height:36px;margin-bottom:14px}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.form-actions button{flex:1 1 150px}.form-actions .quiet-action{background:#e1e8ef;color:#445162}.compact-empty{min-height:116px}.campaign-detail p{color:#586575;line-height:1.6}.campaign-overview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);gap:18px;align-items:start}.campaign-hero-card{min-height:360px;display:grid;align-content:space-between;gap:26px}.campaign-hero-topline,.campaign-hero-actions,.campaign-signal-grid,.campaign-setup-list div{display:flex;align-items:center}.campaign-hero-topline{justify-content:space-between;gap:16px}.campaign-hero-topline span{color:#697789;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.campaign-profile-edit-button{width:38px;height:38px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c8d0da;border-radius:999px;background:#e1e8ef;color:#445162;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.campaign-profile-edit-button:hover{border-color:#b8c3d0;background:#d4dde8;color:#1f2933;transform:translateY(-1px)}.campaign-hero-content{display:grid;gap:24px}.campaign-hero-content h3{margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:0}.campaign-hero-content p{max-width:720px;margin:0;font-size:17px}.campaign-description-block{max-width:720px;position:relative;display:grid;gap:10px;justify-items:start}.campaign-description{width:100%;max-width:100%;white-space:pre-line;overflow-wrap:anywhere}.campaign-description.collapsed{max-height:8rem;overflow:hidden}.campaign-description.expanded{max-height:none}.campaign-description.with-fade{mask-image:linear-gradient(180deg,#000 58%,#0000);mask-repeat:no-repeat;-webkit-mask-image:linear-gradient(180deg,#000 58%,rgba(0,0,0,0));-webkit-mask-repeat:no-repeat}.campaign-description-fade-toggle{position:absolute;right:0;bottom:0;left:0;height:4rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;padding:0;background:transparent;color:#445162;cursor:pointer}.campaign-description-fade-toggle span{min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c8d0da;border-radius:999px;padding:4px 12px;background:#ffffffb8;color:inherit;font-size:13px;font-weight:850;opacity:0;transform:translateY(5px);transition:opacity .14s ease,transform .14s ease,background .14s ease,border-color .14s ease}.campaign-description-block.is-collapsible:hover .campaign-description-fade-toggle span,.campaign-description-fade-toggle:focus-visible span{border-color:#b8c3d0;background:#ffffffe6;opacity:1;transform:translateY(0)}.campaign-description-toggle{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c8d0da;border-radius:7px;padding:0 12px;background:#e1e8ef;color:#445162;font-size:13px;font-weight:850}.campaign-description-toggle:hover{border-color:#b8c3d0;background:#d4dde8;color:#1f2933}.campaign-hero-actions{gap:12px;flex-wrap:wrap}.campaign-reindex-action{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:0 16px;background:#5273a7;color:#fff;font-weight:900}.campaign-reindex-action{gap:8px;border:0;cursor:pointer}.campaign-reindex-action:disabled{cursor:wait;opacity:.64}.campaign-profile-form{max-width:720px}.campaign-dashboard-panel{display:grid;gap:18px}.gm-dashboard-panel{grid-column:1 / -1}.gm-dashboard-layout{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:16px;align-items:start}.gm-dashboard-readiness,.gm-dashboard-actions{min-width:0;display:grid;gap:10px}.gm-dashboard-readiness h4,.gm-dashboard-actions h4{margin:0;color:#445162;font-size:13px;font-weight:900;text-transform:uppercase}.gm-dashboard-readiness-list,.gm-dashboard-action-grid{display:grid;gap:8px}.gm-dashboard-readiness-item,.gm-dashboard-action{min-width:0;min-height:58px;display:grid;align-items:center;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#f8fafc}.gm-dashboard-readiness-item{grid-template-columns:28px minmax(0,1fr)}.gm-dashboard-readiness-item>span,.gm-dashboard-action>svg{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e1e8ef;color:#5273a7}.gm-dashboard-readiness-item.done>span{background:#4c9a7629;color:#2f7a58}.gm-dashboard-readiness-item strong,.gm-dashboard-readiness-item small,.gm-dashboard-action strong,.gm-dashboard-action small{display:block;overflow-wrap:anywhere}.gm-dashboard-readiness-item strong,.gm-dashboard-action strong{font-size:14px}.gm-dashboard-readiness-item small,.gm-dashboard-action small{margin-top:3px;color:#697789;font-size:12px;font-weight:800;line-height:1.35}.gm-dashboard-action-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.gm-dashboard-action{grid-template-columns:32px minmax(0,1fr);color:#1f2933;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.gm-dashboard-action>svg{width:32px;height:32px;padding:7px}.gm-dashboard-action:hover,.gm-dashboard-action:focus-visible{border-color:#5273a759;background:#5273a714;transform:translateY(-1px)}.gm-dashboard-action:focus-visible{outline:2px solid rgba(82,115,167,.34);outline-offset:2px}.campaign-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.campaign-stat-grid div{min-height:92px;display:grid;align-content:center;gap:6px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.campaign-stat-grid strong{font-size:28px;line-height:1}.campaign-stat-grid span{color:#586575;font-size:13px;font-weight:800}.campaign-signal-grid{justify-content:space-between;gap:10px;padding-top:4px}.campaign-signal-grid div{min-width:0;display:grid;gap:4px}.campaign-signal-grid span{color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.campaign-signal-grid strong{font-size:20px}.dashboard-list{min-width:0}.campaign-setup-list{display:grid;gap:10px}.campaign-setup-list div{justify-content:flex-start;gap:10px;min-height:42px;border:1px solid #d8dde5;border-radius:8px;padding:10px 12px;background:#f8fafc}.campaign-setup-list span{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e1e8ef;color:#5273a7}.campaign-setup-list .done span{background:#4c9a7629;color:#2f7a58}.campaign-setup-list strong{font-size:14px}.ai-provider-panel,.campaign-ai-panel{align-content:start}.campaign-ai-panel>p{margin:0;color:#586575;line-height:1.55}.campaign-ai-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.campaign-ai-action{min-width:0;min-height:74px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#f8fafc;color:#1f2933;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.campaign-ai-action>svg{width:34px;height:34px;border-radius:999px;padding:8px;background:#5273a71f;color:#5273a7}.campaign-ai-action strong,.campaign-ai-action small{display:block;overflow-wrap:anywhere}.campaign-ai-action strong{font-size:14px}.campaign-ai-action small{margin-top:3px;color:#697789;line-height:1.35}.campaign-ai-action:hover,.campaign-ai-action:focus-visible,.campaign-ai-action.needs-attention{border-color:#d6a85d80;background:#d6a85d1a;transform:translateY(-1px)}.campaign-ai-action:focus-visible{outline:2px solid rgba(82,115,167,.36);outline-offset:2px}.campaign-todo-overview-panel{align-content:start}.campaign-todo-overview-panel>p{margin:0;color:#586575;line-height:1.55}.campaign-todo-overview-action{text-decoration:none}.todo-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:18px;align-items:start}.todo-panel,.todo-guide-panel{display:grid;gap:16px}.todo-intro,.todo-guide-panel p,.todo-reference-main p,.todo-source-copy small,.todo-source-copy em,.todo-empty-state p{margin:0;color:#586575;line-height:1.45}.todo-reference-list{display:grid;gap:12px}.todo-reference-card{display:grid;gap:14px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.todo-reference-main{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start}.todo-reference-icon,.todo-empty-state>svg{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d6a85d21;color:#8b6424}.todo-reference-icon{width:38px;height:38px}.todo-reference-main h4{margin:0 0 4px;overflow-wrap:anywhere}.todo-reference-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.todo-create-record-button,.todo-link-record-button,.todo-mentions-toggle{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:0 12px;font-weight:800;transition:border-color .18s ease,background .18s ease,transform .18s ease}.todo-create-record-button{border:1px solid rgba(76,154,118,.28);background:#4c9a7621;color:#2f7a58}.todo-link-record-button{border:1px solid rgba(82,115,167,.28);background:#5273a71f;color:#365985}.todo-mentions-toggle{border:1px solid #d8dde5;background:#fff;color:#445162}.todo-create-record-button:hover,.todo-create-record-button:focus-visible,.todo-link-record-button:hover,.todo-link-record-button:focus-visible,.todo-mentions-toggle:hover,.todo-mentions-toggle:focus-visible{transform:translateY(-1px)}.todo-create-record-button:hover,.todo-create-record-button:focus-visible{border-color:#4c9a7670;background:#4c9a7630}.todo-link-record-button:hover,.todo-link-record-button:focus-visible{border-color:#5273a76b;background:#5273a72e}.todo-mentions-toggle:hover,.todo-mentions-toggle:focus-visible{border-color:#5273a759;background:#5273a714}.todo-link-panel{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff}.todo-link-panel input{min-height:38px;width:100%;border:1px solid #d8dde5;border-radius:8px;padding:0 10px;background:#f8fafc;color:#1f2933}.todo-link-panel p{margin:0;color:#586575}.todo-link-target-list{display:grid;gap:8px}.todo-link-target{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#f8fafc;color:#1f2933;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease}.todo-link-target:hover,.todo-link-target:focus-visible{border-color:#5273a76b;background:#5273a714;transform:translateY(-1px)}.todo-link-target span:last-child{min-width:0;display:grid;gap:2px}.todo-link-target strong,.todo-link-target small{overflow-wrap:anywhere}.todo-link-target small{color:#586575}.todo-source-list{display:grid;gap:8px}.todo-source-card{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff;transition:border-color .18s ease,background .18s ease,transform .18s ease}.todo-source-card:hover,.todo-source-card:focus-visible{border-color:#d6a85d80;background:#d6a85d14;transform:translateY(-1px)}.todo-source-card:focus-visible{outline:2px solid rgba(82,115,167,.36);outline-offset:2px}.todo-source-copy{min-width:0;display:grid;gap:2px}.todo-source-copy strong,.todo-source-copy small,.todo-source-copy em{overflow-wrap:anywhere}.todo-source-copy em{font-style:normal}.todo-source-card b{justify-self:end;border-radius:999px;padding:5px 8px;background:#e1e8ef;color:#445162;font-size:12px}.todo-empty-state{min-height:220px;display:grid;align-content:center;justify-items:center;gap:10px;text-align:center}.todo-empty-state>svg{width:46px;height:46px;padding:9px}.todo-create-modal{width:min(860px,100%)}.todo-create-form{display:grid;gap:14px}.todo-create-form label,.todo-create-form .text-editor-field,.todo-create-field{display:grid;gap:7px;color:#445162;font-weight:800}.todo-create-form input,.todo-create-form select{min-height:40px;width:100%;border:1px solid #d8dde5;border-radius:8px;padding:0 12px;background:#f8fafc;color:#1f2933}.todo-create-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wiki-parent-picker{position:relative;min-width:0}.wiki-parent-picker-trigger{min-height:46px;width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:9px;border:1px solid #d8dde5;border-radius:8px;padding:7px 10px;background:#f8fafc;color:#1f2933;text-align:left;cursor:pointer}.wiki-parent-picker-trigger:hover,.wiki-parent-picker-trigger:focus-visible{border-color:#5273a766;background:#fff}.wiki-parent-picker-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#5273a71a;color:#365985}.wiki-parent-picker-copy{min-width:0;display:grid;gap:2px}.wiki-parent-picker-copy strong{min-width:0;overflow:hidden;color:#1f2933;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.wiki-parent-picker-copy small{color:#7b8798;font-size:12px;font-weight:700;line-height:1.2}.wiki-parent-popover{position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:min(420px,100%);display:grid;gap:8px;border:1px solid #d8dde5;border-radius:8px;padding:10px;background:#fff;box-shadow:0 18px 44px #0c121c2e}.wiki-parent-search{min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;border:1px solid #d8dde5;border-radius:8px;padding:0 10px;background:#f8fafc;color:#657386}.wiki-parent-search input{min-height:34px;border:0;padding:0;background:transparent;color:#1f2933}.wiki-parent-search input:focus{box-shadow:none}.wiki-parent-root-row,.wiki-parent-search-result-row{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:4px}.wiki-parent-root-option,.wiki-parent-search-result,.wiki-parent-tree-option{width:100%;min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:7px 8px;background:transparent;color:#1f2933;text-align:left;cursor:pointer}.wiki-parent-root-option:hover,.wiki-parent-root-option:focus-visible,.wiki-parent-search-result:hover,.wiki-parent-search-result:focus-visible,.wiki-parent-tree-option:hover,.wiki-parent-tree-option:focus-visible{border-color:#5273a747;background:#5273a714}.wiki-parent-root-option.selected,.wiki-parent-search-result.selected,.wiki-parent-tree-option.selected{border-color:#d6a85d75;background:#d6a85d1f}.wiki-parent-add-folder-button{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(76,154,118,.34);border-radius:8px;background:#4c9a761a;color:#2d6f56;cursor:pointer}.wiki-parent-add-folder-button:hover,.wiki-parent-add-folder-button:focus-visible{border-color:#4c9a769e;background:#4c9a762e;transform:translateY(-1px)}.wiki-parent-create-form{display:grid;gap:8px;border:1px solid rgba(76,154,118,.34);border-radius:8px;padding:9px;background:#4c9a7614}.wiki-parent-create-heading{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:7px;color:#2d6f56}.wiki-parent-create-heading span{min-width:0;display:grid;gap:2px}.wiki-parent-create-heading strong,.wiki-parent-create-heading small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiki-parent-create-heading small{color:#5f746d;font-size:12px}.wiki-parent-create-form input{min-height:36px;border:1px solid rgba(76,154,118,.34);border-radius:8px;padding:0 10px;background:#fff;color:#1f2933}.wiki-parent-create-actions{display:flex;flex-wrap:wrap;gap:8px}.wiki-parent-create-actions button{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(76,154,118,.34);border-radius:8px;padding:7px 10px;background:#4c9a7629;color:#2d6f56;font-weight:850;cursor:pointer}.wiki-parent-create-actions .quiet-action{border-color:#d8dde5;background:transparent;color:#657386}.wiki-parent-create-actions button:disabled{cursor:not-allowed;opacity:.6}.wiki-parent-root-option span,.wiki-parent-search-result span,.wiki-parent-tree-option span{min-width:0;display:grid;gap:2px}.wiki-parent-root-option strong,.wiki-parent-search-result strong,.wiki-parent-tree-option strong,.wiki-parent-root-option small,.wiki-parent-search-result small,.wiki-parent-tree-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiki-parent-root-option small,.wiki-parent-search-result small,.wiki-parent-tree-option small{color:#7b8798;font-size:12px}.wiki-parent-tree,.wiki-parent-search-results{max-height:280px;display:grid;gap:2px;overflow-y:auto}.wiki-parent-popover-actions{display:flex;justify-content:flex-end;border-top:1px solid #d8dde5;padding-top:8px}.wiki-parent-popover-actions button{min-height:34px;border:1px solid rgba(82,115,167,.28);border-radius:8px;padding:7px 12px;background:#5273a71f;color:#365985;font-weight:850;cursor:pointer}.wiki-parent-popover-actions button:hover,.wiki-parent-popover-actions button:focus-visible{border-color:#5273a76b;background:#5273a72e}.wiki-parent-tree-row{display:grid;grid-template-columns:24px minmax(0,1fr) 32px;align-items:center;gap:4px}.wiki-parent-tree-toggle{width:24px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#657386;cursor:pointer}.wiki-parent-tree-toggle:disabled{cursor:default;opacity:.28}.wiki-parent-empty,.wiki-parent-search-results p{margin:4px 2px;color:#657386;font-size:13px}.todo-create-form .tiptap-shell{min-height:260px}.todo-create-modal-meta{justify-self:start;display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px;border-radius:999px;padding:6px 10px;background:#5273a71a;color:#365985;font-weight:800}.todo-create-modal-meta span+span:before{content:"·";margin-right:7px;color:currentColor;opacity:.62}@media (max-width: 720px){.todo-create-settings{grid-template-columns:1fr}}.campaign-ai-modal{width:min(1040px,100%)}.campaign-ai-modal p{margin-bottom:0}.campaign-ai-modal-body,.campaign-ai-reindex{display:grid;gap:14px}.campaign-ai-modal-actions{display:flex;justify-content:flex-end}.campaign-ai-primary-action{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(82,115,167,.28);border-radius:8px;padding:10px 14px;background:#5273a71f;color:#37557f;font-weight:850;cursor:pointer}.campaign-ai-primary-action:disabled{cursor:not-allowed;opacity:.62}.ai-provider-status{display:grid;gap:14px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.ai-provider-status.ready{border-color:#4c9a765c}.ai-provider-status.not-ready{border-color:#d6a85d75}.ai-provider-status-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start}.ai-provider-indicator{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#5273a71f;color:#5273a7}.ai-provider-status-main strong,.ai-provider-missing strong{display:block;font-size:14px}.ai-provider-status-main p{margin:4px 0 0;color:#586575;line-height:1.5}.ai-provider-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:0}.ai-provider-meta div{min-width:0}.ai-provider-meta dt{color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.ai-provider-meta dd{margin:3px 0 0;overflow-wrap:anywhere;color:#28313f;font-size:13px;font-weight:850}.ai-provider-pills,.ai-provider-missing{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-provider-pills span,.ai-provider-missing span{border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:11px;font-weight:850}.ai-import-panel,.ai-contradiction-panel{grid-column:1 / -1}.ai-import-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.ai-import-form textarea{min-height:132px;resize:vertical}.ai-import-form button,.ai-import-draft>button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.ai-import-results{display:grid;gap:14px}.ai-import-draft-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.ai-import-draft{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.ai-import-draft-header,.ai-import-tags,.ai-import-secondary-list div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-import-draft-header{justify-content:space-between}.ai-import-draft-header span,.ai-import-draft-header em,.ai-import-tags span,.ai-import-secondary-list span{border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:11px;font-style:normal;font-weight:850}.ai-import-draft-header span{display:inline-flex;align-items:center;gap:5px}.ai-import-draft h4,.ai-import-secondary-list h4{margin:0}.ai-import-draft p,.ai-import-secondary-list p{margin:0;color:#586575;line-height:1.55}.ai-import-draft-content{min-height:0;max-height:160px;overflow:auto;border-radius:7px;padding:10px;background:#fff}.ai-import-secondary-list{display:grid;gap:9px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#fff}.ai-import-secondary-list div{align-items:flex-start}.ai-contradiction-results,.ai-contradiction-list,.ai-contradiction-finding{display:grid;gap:12px}.ai-contradiction-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ai-contradiction-finding{border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.ai-contradiction-header{display:flex;align-items:center;justify-content:flex-start}.severity{border-radius:999px;padding:4px 8px;background:#e1e8ef;color:#445162;font-size:11px;font-weight:850}.severity.medium{background:#d6a85d2e;color:#8d6424}.severity.high{background:#c55b5b29;color:#9a3838}.ai-contradiction-finding h4,.ai-contradiction-resolution strong{margin:0}.ai-contradiction-finding p,.ai-contradiction-resolution p{margin:0;color:#586575;line-height:1.55}.ai-contradiction-resolution{display:grid;gap:6px;border-top:1px solid #d8dde5;padding-top:10px}.sessions-layout{display:grid;grid-template-columns:minmax(280px,.36fr) minmax(0,1fr);gap:20px;align-items:start}.sessions-list-panel,.sessions-detail-panel{display:grid;gap:16px}.session-list{display:grid;gap:9px}.session-list.grouped{gap:14px}.session-list-group{display:grid;gap:8px}.session-list-group h4{margin:0;color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.session-card{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #d8dde5;border-radius:8px;padding:11px;background:#f8fafc;color:#28313f;text-align:left}.session-card:hover,.session-card.selected{border-color:#5273a76b;background:#eef3f8}.session-card-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.session-card-copy{min-width:0;display:grid;gap:3px}.session-card-copy strong,.session-card-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-card-copy small,.session-card-meta,.session-detail-header p{color:#586575}.session-card-meta{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.session-form,.session-detail{display:grid;gap:16px}.session-planning-tool{display:grid;gap:12px;border-bottom:1px solid #d8dde5;padding-bottom:16px}.session-planning-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.session-planning-form textarea{min-height:106px;resize:vertical}.session-planning-form button,.session-plan-draft-header button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.session-plan-draft{display:grid;gap:12px}.session-plan-draft-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.session-plan-draft-header strong{font-size:16px}.session-plan-draft-header p{margin:4px 0 0;color:#586575;line-height:1.5}.session-plan-preview{max-height:220px;overflow:auto}.session-plan-questions{background:#f8fafc}.player-session-overview{display:grid;gap:14px;border-bottom:1px solid #d8dde5;padding-bottom:16px}.player-session-overview-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.player-session-overview-copy h3{margin:0}.player-session-overview-copy p{margin:5px 0 0;color:#586575;line-height:1.5}.player-session-overview-copy>span{flex:0 0 auto;border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850}.player-session-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.player-session-highlight{min-width:0;min-height:132px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc;color:#28313f;text-align:left}button.player-session-highlight:hover{border-color:#5273a76b;background:#eef3f8}.player-session-highlight.empty{color:#586575}.player-session-highlight-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#e1e8ef;color:#5273a7}.player-session-highlight-copy{min-width:0;display:grid;gap:5px}.player-session-highlight-copy strong{color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.player-session-highlight-copy b{overflow:hidden;color:#1f2933;text-overflow:ellipsis;white-space:nowrap}.player-session-highlight-copy small{display:-webkit-box;overflow:hidden;color:#586575;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.player-session-highlight-copy em{color:#697789;font-size:12px;font-style:normal;font-weight:850}.session-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.session-form-grid.compact{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.session-form-grid small{display:block;margin-top:5px;color:#697789;font-size:12px;line-height:1.4}.session-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.session-detail-header h3{margin:4px 0 8px;font-size:28px}.session-detail-header p{margin:0;line-height:1.55}.session-kicker{color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.session-actions{flex:0 0 auto;display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.session-actions .compact-action{margin-bottom:0;display:inline-flex;align-items:center;gap:7px}.session-actions .danger{background:#efd9d6;color:#8b4a42}.session-actions .danger.armed{background:#c75b5b;color:#fff}.session-meta-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:0}.session-meta-strip div{border:1px solid #d8dde5;border-radius:8px;padding:11px;background:#f8fafc}.session-meta-strip dt{color:#697789;font-size:11px;font-weight:900;text-transform:uppercase}.session-meta-strip dd{margin:4px 0 0;overflow-wrap:anywhere;font-weight:850}.session-workflow-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.session-workflow-actions h4,.session-workflow-actions p{margin:0}.session-workflow-actions p{margin-top:4px;color:#586575;line-height:1.45}.session-workflow-buttons{flex:0 0 auto;display:inline-flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.session-workflow-buttons .compact-action{margin-bottom:0;display:inline-flex;align-items:center;gap:7px}.session-content .markdown-preview{min-height:220px}.session-tags{display:flex;gap:8px;flex-wrap:wrap}.session-tags span{border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:850}.timeline-layout{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(340px,.62fr);gap:20px;align-items:start}.timeline-panel,.timeline-create-panel{display:grid;gap:18px;padding:clamp(16px,1.45vw,24px)}.timeline-create-panel{position:sticky;top:76px;max-height:calc(100vh - 92px);overflow-x:hidden;overflow-y:auto}.timeline-event-form{gap:12px}.timeline-event-modal-backdrop{z-index:140;grid-template-columns:minmax(0,1fr);place-items:center;background:#03070bad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);--chronicle-text: #f1ede5;--chronicle-muted: #9aa6b2;--chronicle-subtle: #66717d}.timeline-event-form{position:relative;z-index:1;width:min(720px,100%);max-height:min(820px,calc(100vh - 44px));overflow:auto;border:1px solid rgba(215,180,106,.22);border-radius:8px;padding:18px;background:#fff;box-shadow:0 28px 90px #00000061}.timeline-event-modal-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.timeline-event-modal-heading h3{font-size:22px}.timeline-title-field input{min-height:46px;font-size:18px;font-weight:800}.timeline-panel-actions{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.timeline-list-heading{align-items:flex-start;margin-bottom:0}.timeline-list-title{min-width:0;display:inline-flex;align-items:center;gap:10px}.timeline-list-title span{flex:0 0 auto}.timeline-list-actions{justify-content:flex-end}.timeline-empty-page{min-height:min(460px,calc(100vh - 180px));display:grid;align-items:center;padding:clamp(18px,2.4vw,32px)}.timeline-empty-page .timeline-empty-state{min-height:260px}.timeline-empty-state{min-height:170px;display:grid;align-content:center;justify-items:start;gap:14px;border:1px dashed rgba(154,108,53,.32);border-radius:8px;padding:clamp(22px,2.2vw,32px);background:#d7b46a0f;color:#697789}.timeline-detail-empty{min-height:260px}.timeline-empty-state strong{color:#1f2933;font-size:18px}.timeline-empty-state span{max-width:460px;line-height:1.55}.timeline-empty-action{margin-top:8px;min-height:34px;border-radius:7px;padding:0 12px;background:#d7b46a;color:#1f2933;font-weight:850}.timeline-date-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.timeline-date-card{position:relative;display:grid;gap:8px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.timeline-date-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-date-card-heading.compact{justify-content:flex-end}.timeline-date-card-heading h4{font-size:14px}.timeline-date-card input,.timeline-date-card select{min-height:34px;padding:7px 9px}.timeline-date-card-heading select{width:min(190px,100%);flex:0 0 auto;border-radius:999px;font-size:12px;font-weight:850}.timeline-date-row{position:relative;display:grid;gap:6px;border-top:1px solid #d8dde5;padding-top:9px}.timeline-date-row strong{color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.timeline-placement-card{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.timeline-placement-card .timeline-date-row-heading strong{color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.timeline-placement-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.timeline-placement-grid label{min-width:0}.timeline-placement-grid select{width:100%}.timeline-date-summary{min-height:34px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border:1px solid #d8dde5;border-radius:8px;padding:0 10px;background:#ffffffb8;color:#1f2933;font-size:13px;font-weight:850;text-align:left}.timeline-date-summary:hover,.timeline-date-summary[aria-expanded=true]{border-color:#d7b46a85;background:#d7b46a1f}.timeline-date-summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-date-picker{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;display:grid;gap:8px;border:1px solid rgba(215,180,106,.42);border-radius:8px;padding:9px;background:#fff8e8;box-shadow:0 18px 44px #1f293338}.timeline-date-picker-fields{display:grid;grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr);gap:7px}.timeline-date-picker-fields.year-only{grid-template-columns:minmax(0,1fr) 112px}.timeline-date-picker-days{display:grid;grid-template-columns:repeat(auto-fill,minmax(28px,1fr));gap:5px;max-height:156px;overflow:auto;padding-right:2px}.timeline-date-picker-days button{min-height:26px;border-radius:6px;padding:0;background:#ffffffa3;color:#445162;font-size:12px;font-weight:800}.timeline-date-picker-days button:hover,.timeline-date-picker-days button.selected{background:#d7b46a;color:#1f2933}.timeline-linked-editor{display:grid;gap:10px;border:1px solid #d8dde5;border-radius:8px;padding:12px;background:#f8fafc}.timeline-linked-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.timeline-linked-editor-heading h4{margin:0;color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.timeline-linked-editor-heading select{max-width:210px}.timeline-linked-editor p{margin:0;color:#718096}.timeline-linked-chips{display:flex;flex-wrap:wrap;gap:8px}.timeline-linked-chips span{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 8px 6px 10px;background:#d7b46a24;color:#3b4656;font-size:13px;font-weight:850}.timeline-linked-chips button{min-height:22px;width:22px;border-radius:999px;padding:0;background:#1f293314;color:inherit}.timeline-tree,.timeline-year-list{display:grid;gap:20px}.timeline-era-branch{display:grid;gap:16px}.timeline-era-branch h4{display:flex;align-items:center;gap:9px;color:#d7b46a;font-size:15px}.timeline-era-branch h4:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px #d7b46a24}.timeline-year-branch{display:grid;gap:12px;border-left:1px solid rgba(215,180,106,.22);padding-left:18px}.timeline-year-heading{display:flex;align-items:center;gap:10px;color:#526b86;font-size:12px;font-weight:900;text-transform:uppercase}.timeline-year-heading small{color:#667d96;font-size:11px;font-weight:850;text-transform:none}.timeline-year-heading:before,.timeline-year-heading:after{content:"";height:1px;background:#d7b46a73}.timeline-year-heading:before{width:13px}.timeline-year-heading:after{flex:1}.timeline-list{position:relative;display:grid;gap:12px}.timeline-list:before{content:"";position:absolute;top:18px;bottom:18px;left:8px;width:1px;background:#d8dde5}.timeline-event{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px}.timeline-marker{position:relative;z-index:1;width:17px;height:17px;margin-top:14px;border:3px solid #ffffff;border-radius:999px;background:#5273a7;box-shadow:0 0 0 1px #5273a7}.timeline-event-body{width:100%;min-width:0;border:1px solid #d8dde5;border-radius:8px;padding:12px 14px;background:#f8fafc;color:inherit;text-align:left}.timeline-event.selected .timeline-event-body,.timeline-event-body:hover{border-color:#5273a7;background:#eef4ff}.timeline-event-heading{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:10px}.timeline-event-heading.has-drag.has-visibility{grid-template-columns:minmax(0,1fr) 30px 104px}.timeline-event-heading.has-drag:not(.has-visibility){grid-template-columns:minmax(0,1fr) 30px}.timeline-event-heading.has-visibility:not(.has-drag){grid-template-columns:minmax(0,1fr) 104px}.timeline-event-heading>div{min-width:0}.timeline-event-heading time{color:#697789;font-size:12px;font-weight:900;text-transform:uppercase}.timeline-event-heading h3{margin-top:2px;font-size:16px;overflow-wrap:anywhere}.timeline-event-heading span{flex:0 0 auto;border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:900}.timeline-event-heading .timeline-drag-handle{grid-column:2;justify-self:center;display:inline-flex;align-items:center;justify-content:center;min-width:28px;width:28px;min-height:28px;height:28px;border-radius:999px;padding:0;background:#5273a71a;color:#697789;cursor:grab}.timeline-event-heading.has-drag .timeline-event-visibility{grid-column:3}.timeline-event-heading:not(.has-drag) .timeline-event-visibility{grid-column:2}.timeline-event-heading .timeline-event-visibility{justify-self:end;width:96px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.timeline-event.reorderable{cursor:grab}.timeline-event.dragging{opacity:.48}.timeline-event-kind{margin:7px 0 0;color:#9a6c35;font-size:12px;font-weight:900;text-transform:uppercase}.timeline-active-group{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-left:32px;border:0;border-radius:0;padding:2px 0 2px 8px;background:transparent}.timeline-active-group strong{color:#697789;font-size:11px;font-weight:850;text-transform:uppercase}.timeline-active-event{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:6px;border-radius:999px;padding:3px 7px;background:#ffffff09;color:#697789;text-align:left}.timeline-active-event:hover,.timeline-active-event.selected{background:#d7b46a1a;color:#445162}.timeline-active-event span{font-size:12px;font-weight:750}.timeline-active-event small{color:#697789;font-size:11px}.timeline-event-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.timeline-insert-button{min-width:0;max-width:100%;min-height:30px;display:inline-flex;align-items:center;gap:7px;border-radius:6px;padding:0 10px;background:#e1e8ef;color:#445162;font-size:13px;font-weight:800}.timeline-insert-button.primary{background:#d7b46a;color:#1f2933}.timeline-insert-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-insert-button.danger{background:#b052521f;color:#a75a4d}.timeline-insert-button.danger:hover,.timeline-insert-button.danger.armed{background:#b0525233;color:#c96a5a}.timeline-detail{display:grid;gap:16px}.timeline-detail-header{display:grid;gap:10px;border-bottom:1px solid #d8dde5;padding-bottom:16px}.timeline-detail-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-detail-header time{color:#9a6c35;font-size:13px;font-weight:900}.timeline-detail-header h2{font-size:30px;line-height:1.08}.timeline-detail-meta span{flex:0 0 auto;border-radius:999px;padding:5px 9px;background:#e1e8ef;color:#445162;font-size:12px;font-weight:900}.timeline-detail-content{display:grid;gap:10px;line-height:1.65}.timeline-detail-links .entity-reference-list{padding:0;border:0;background:transparent}.timeline-detail-links .entity-reference-items{display:flex;flex-wrap:wrap;gap:8px}.timeline-detail-links .entity-reference-items a{width:auto;align-items:center;border:1px solid rgba(215,180,106,.22);border-radius:999px;padding:7px 10px;background:#d7b46a1a}.timeline-detail-links .entity-reference-items small{color:#697789}.timeline-detail-actions{border-top:1px solid #d8dde5;padding-top:12px}.timeline-calendar-card{display:grid;gap:12px;border:1px solid #d8dde5;border-radius:8px;padding:14px;background:#f8fafc}.timeline-calendar-modal-backdrop{z-index:100;background:#03070bad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.timeline-calendar-modal{width:min(760px,calc(100vw - 44px));max-height:min(760px,calc(100vh - 44px));overflow:auto;padding:18px;box-shadow:0 28px 90px #00000075}.timeline-calendar-modal>button:last-child{min-height:42px;border-radius:7px;background:#d7b46a;color:#1f2933;font-weight:850}.timeline-calendar-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-calendar-heading h4{font-size:15px}.timeline-calendar-heading span{color:#697789;font-size:12px;font-weight:900}.timeline-era-list{display:flex;flex-wrap:wrap;gap:8px}.timeline-era-list p{margin:0;color:#697789;font-size:13px}.timeline-era-list span{min-height:28px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:0 8px 0 10px;background:#e1e8ef;color:#445162;font-size:13px;font-weight:800}.timeline-era-list small{color:inherit;opacity:.72;font-size:11px}.timeline-era-list button{min-height:20px;padding:0;background:transparent;color:inherit}.timeline-era-editor-list{display:grid;gap:8px}.timeline-era-editor-list p{margin:0;color:#697789;font-size:13px}.timeline-order-hint{color:#697789;font-size:12px;font-weight:800}.timeline-era-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;gap:8px;align-items:center;border:1px solid #d8dde5;border-radius:8px;padding:8px;background:#f8fafcb3}.timeline-order-index{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:999px;background:#d7b46a24;color:#9a6c35;font-size:12px;font-weight:900}.timeline-era-row>span:not(.timeline-order-index){min-width:86px;color:#697789;font-size:12px;font-weight:800}.timeline-month-list{display:grid;gap:8px}.timeline-month-list p{margin:0;color:#697789;font-size:13px}.timeline-month-row{display:grid;grid-template-columns:34px minmax(0,1fr) 70px auto auto;gap:8px;align-items:center;border:1px solid #d8dde5;border-radius:8px;padding:8px;background:#f8fafcb3}.timeline-month-row>span:not(.timeline-order-index){min-width:86px;color:#697789;font-size:12px;font-weight:800}.timeline-month-actions{display:flex;gap:4px}.timeline-month-actions button{width:30px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0;background:#e1e8ef;color:#445162}.timeline-month-actions button.armed{background:#b0525233;color:#c96a5a}.timeline-era-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.timeline-calendar-subsection{display:grid;gap:10px}.timeline-calendar-subsection h4{font-size:14px}.timeline-month-create{display:grid;grid-template-columns:minmax(0,1fr) 76px auto;gap:8px}.quick-actions{margin-top:18px}dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 0}dt{color:#697789;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}dd{margin:5px 0 0;color:#1f2933}:root{--chronicle-bg: #070b10;--chronicle-panel: #0f151c;--chronicle-text: #f1ede5;--chronicle-muted: #9aa6b2;--chronicle-subtle: #66717d;--chronicle-gold: #d6a85d;--chronicle-danger: #d98475}body{background:var(--chronicle-bg)}.chronicle-shell{grid-template-columns:68px minmax(0,1fr);background:radial-gradient(circle at 55% 0%,rgba(55,73,90,.22),transparent 34%),linear-gradient(180deg,#090e14,#070b10);color:var(--chronicle-text);transition:grid-template-columns .18s ease}.chronicle-shell.sidebar-open{grid-template-columns:260px minmax(0,1fr)}.chronicle-shell .sidebar{position:sticky;top:0;height:100vh;padding:12px;border-right:1px solid rgba(255,255,255,.08);background:#070b10eb;color:var(--chronicle-text);overflow:hidden}.chronicle-shell.sidebar-open .sidebar{padding:18px;overflow:auto}.chronicle-shell .sidebar-toggle{width:42px;height:42px;margin:0 auto 16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0e;color:#d7dee8}.chronicle-shell .sidebar-toggle:hover{background:#d6a85d1f;color:#ffe6b7}.chronicle-shell.sidebar-open .sidebar-toggle{margin-left:0}.chronicle-shell .sidebar-content{min-width:0;opacity:1;pointer-events:auto;gap:24px}.chronicle-shell:not(.sidebar-open) .sidebar-content{align-items:center;gap:18px}.chronicle-shell .brand-block{align-items:center;gap:12px}.chronicle-shell:not(.sidebar-open) .brand-block{justify-content:center;width:100%}.chronicle-shell:not(.sidebar-open) .brand-block>div{display:none}.chronicle-shell .brand-mark{width:34px;height:34px;flex-basis:34px;border-color:#d6a85d75;border-radius:50%;background:transparent;color:var(--chronicle-gold);font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1}.chronicle-shell h1{color:var(--chronicle-text);font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.chronicle-shell .brand-block p{display:none}.chronicle-shell .side-nav{gap:5px}.chronicle-shell:not(.sidebar-open) .side-nav{width:100%;align-items:center}.chronicle-shell .side-nav-divider{height:1px;margin:5px 0 9px;background:#ffffff14}.chronicle-shell .side-nav a,.chronicle-shell .side-nav-placeholder{min-height:36px;display:flex;align-items:center;gap:10px;border-radius:6px;padding:0 10px;color:#c6ced8;font-size:14px}.chronicle-shell:not(.sidebar-open) .side-nav a,.chronicle-shell:not(.sidebar-open) .side-nav-placeholder{width:42px;min-height:42px;justify-content:center;padding:0}.chronicle-shell:not(.sidebar-open) .side-nav a span,.chronicle-shell:not(.sidebar-open) .side-nav-placeholder span,.chronicle-shell:not(.sidebar-open) .side-nav-divider,.chronicle-shell:not(.sidebar-open) .nav-section-label{display:none}.chronicle-shell .side-nav a:first-child,.chronicle-shell .side-nav a:first-child.active{background:transparent;color:#c6ced8;font-size:14px;font-weight:700;letter-spacing:0;text-transform:none}.chronicle-shell .side-nav a:hover,.chronicle-shell .side-nav-placeholder:hover{background:#ffffff12;color:var(--chronicle-text)}.chronicle-shell .side-nav a.active{background:#6d4fd447;color:#f5edff;font-weight:800}.nav-section-label{display:block;margin:16px 10px 6px;color:var(--chronicle-subtle);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.side-nav-placeholder{opacity:.68}.sidebar-feedback-actions{margin-top:auto;display:grid;gap:8px}.sidebar-feedback-actions a,.sidebar-feedback-actions button{min-height:38px;display:flex;align-items:center;gap:10px;border-radius:7px;padding:0 10px;background:#ffffff0e;color:#d7dee8;font-size:14px;font-weight:800}.sidebar-feedback-actions a:hover,.sidebar-feedback-actions button:hover,.sidebar-feedback-actions a.active{background:#d6a85d24;color:#ffe6b7}.sidebar-feedback-button{width:100%}.chronicle-shell:not(.sidebar-open) .sidebar-feedback-actions{width:100%}.chronicle-shell:not(.sidebar-open) .sidebar-feedback-actions a,.chronicle-shell:not(.sidebar-open) .sidebar-feedback-actions button{width:42px;min-height:42px;justify-content:center;padding:0}.chronicle-shell:not(.sidebar-open) .sidebar-feedback-actions span{display:none}.chronicle-shell .join-panel{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .workspace{min-height:100vh;padding:0;gap:0;background:transparent}.chronicle-topbar{position:sticky;top:0;z-index:12;min-height:56px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,320px) minmax(220px,1fr);align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,.08);padding:0 24px;background:#070b10db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.campaign-switcher,.account-menu{position:relative}.campaign-switcher-button,.account-menu-button,.topbar-icon,.topbar-search{min-height:34px;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#ffffff09;color:#d7dee8}.campaign-switcher-button,.account-menu-button{display:inline-flex;align-items:center;gap:9px;padding:0 10px;font-weight:700}.campaign-switcher-button:hover,.account-menu-button:hover,.topbar-icon:hover{border-color:#d6a85d57;background:#ffffff12;color:var(--chronicle-text)}.topbar-search{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 12px;color:var(--chronicle-subtle);font-size:13px}.topbar-search input{min-width:0;width:100%;border:0;padding:0;background:transparent;color:#d7dee8;font:inherit;outline:none}.topbar-search input::placeholder{color:var(--chronicle-subtle)}.topbar-search input:disabled{cursor:not-allowed}.topbar-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;display:grid;gap:5px;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:7px;background:#0e141cfa;box-shadow:0 18px 50px #00000057}.topbar-search-results button{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:9px;border:0;border-radius:7px;padding:8px;background:transparent;color:#d7dee8;text-align:left}.topbar-search-results button:hover{background:#d6a85d1f;color:#ffe6b7}.topbar-search-results button span{min-width:0;display:grid;gap:2px}.topbar-search-results strong,.topbar-search-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-search-results strong{font-size:13px}.topbar-search-results small,.topbar-search-empty{color:var(--chronicle-muted);font-size:12px}.topbar-search-empty{padding:9px}.account-menu{justify-self:end;display:inline-flex;align-items:center;gap:10px}.topbar-icon{width:34px;height:34px;display:grid;place-items:center}.account-avatar{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#775c37,#2a4157);color:#fff7e8;font-size:12px;font-weight:900}.topbar-menu{position:absolute;top:calc(100% + 9px);z-index:30;min-width:230px;display:grid;gap:4px;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:6px;background:#101720;box-shadow:0 24px 60px #0000006b}.campaign-menu{left:0}.account-dropdown{right:0}.topbar-menu a,.topbar-menu button{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:6px;padding:0 10px;background:transparent;color:#d7dee8;text-align:left}.topbar-menu a span{display:inline-flex;align-items:center;gap:8px}.topbar-menu button{justify-content:flex-start;color:var(--chronicle-danger);font-weight:800}.topbar-menu .campaign-menu-add{width:100%;justify-content:flex-start;margin-top:6px;border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 6px 6px;padding:10px;color:#ffe3ad;font-size:14px;font-weight:700}.topbar-menu a:hover,.topbar-menu button:hover{background:#ffffff12}.topbar-menu small,.topbar-menu strong{color:var(--chronicle-muted)}.campaign-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px;background:#0000008f}.campaign-modal{width:min(520px,calc(100vw - 48px));max-height:min(760px,calc(100vh - 48px));display:grid;align-content:start;gap:22px;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:24px;background:#0d131b;color:var(--chronicle-text);box-shadow:0 30px 90px #00000080;overflow-y:auto}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-heading span,.modal-subheading p{color:var(--chronicle-muted)}.modal-heading h3,.modal-subheading h3{margin-top:4px;color:var(--chronicle-text);font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.modal-divider{height:1px;background:#ffffff17}.campaign-modal .quiet-submit{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--chronicle-text)}.workspace-status{min-height:auto;margin:14px 24px 0;padding:8px 12px;border:1px solid rgba(255,255,255,.07);background:#ffffff09;color:var(--chronicle-muted)}.chronicle-shell .route-back-link{display:none}.chronicle-shell .workspace-header{padding:22px 24px 14px}.chronicle-shell .workspace-header .eyebrow{display:none}.chronicle-shell .workspace-header h2{color:var(--chronicle-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,44px);font-weight:500}.chronicle-shell .connection-state,.chronicle-shell .campaign-row em,.chronicle-shell .wiki-tree-row em,.chronicle-shell .member-row em,.chronicle-shell .invitation-row em,.chronicle-shell .world-entity-row em,.chronicle-shell .section-heading span{background:#ffffff14;color:#d7dee8}.chronicle-shell .heading-actions .wiki-tree-count{border:1px solid rgba(255,255,255,.07);background:transparent;color:var(--chronicle-subtle);font-size:12px}.chronicle-shell .workspace-grid,.chronicle-shell .campaign-overview-grid,.chronicle-shell .profile-layout,.chronicle-shell .sessions-layout,.chronicle-shell .timeline-layout,.chronicle-shell .wiki-layout{padding:0 24px 28px}.chronicle-shell .wiki-layout{grid-template-columns:minmax(260px,360px) minmax(0,1fr)}.chronicle-shell .panel{border-color:#ffffff14;background:linear-gradient(180deg,#121922f5,#0d131bf5);color:var(--chronicle-text);box-shadow:inset 0 1px #ffffff08}.chronicle-shell .profile-user-card small,.chronicle-shell .profile-tabs small,.chronicle-shell .profile-character-row small,.chronicle-shell .profile-library-main small,.chronicle-shell .profile-setting-row small,.chronicle-shell .profile-section-copy,.chronicle-shell .profile-future-panel p,.chronicle-shell .profile-identity-main p,.chronicle-shell .profile-kicker,.chronicle-shell .profile-checklist p,.chronicle-shell .profile-stat-card span,.chronicle-shell .profile-overview-card h4,.chronicle-shell .profile-overview-card p,.chronicle-shell .profile-public-preview small,.chronicle-shell .profile-activity-list small,.chronicle-shell .interface-section-heading p,.chronicle-shell .interface-state-card p,.chronicle-shell .interface-segmented small,.chronicle-shell .interface-toggle-row small,.chronicle-shell .interface-select-row small,.chronicle-shell .interface-preview-topline span,.chronicle-shell .interface-preview-topline em,.chronicle-shell .privacy-card-heading p,.chronicle-shell .privacy-rule-list small,.chronicle-shell .privacy-future-grid small,.chronicle-shell .privacy-facts dt{color:var(--chronicle-muted)}.chronicle-shell .profile-tabs button{color:#d7dee8}.chronicle-shell .profile-sidebar-toggle{border-color:#ffffff14;background:#ffffff12;color:#d7dee8}.chronicle-shell .profile-tabs button:hover,.chronicle-shell .profile-tabs button.active,.chronicle-shell .profile-sidebar-toggle:hover{background:#d6a85d1a;color:#ffe6b7}.chronicle-shell .profile-identity-card,.chronicle-shell .profile-stat-card,.chronicle-shell .profile-overview-card,.chronicle-shell .profile-checklist,.chronicle-shell .security-password-card,.chronicle-shell .security-info-card,.chronicle-shell .profile-future-panel,.chronicle-shell .profile-character-create,.chronicle-shell .profile-character-block,.chronicle-shell .profile-character-row,.chronicle-shell .profile-library-row,.chronicle-shell .profile-character-sidebar,.chronicle-shell .profile-character-detail-panel,.chronicle-shell .profile-character-sidebar-note,.chronicle-shell .profile-character-list-restore,.chronicle-shell .profile-linked-campaign,.chronicle-shell .profile-setting-row,.chronicle-shell .interface-preferences-card,.chronicle-shell .interface-preview-card,.chronicle-shell .interface-state-card,.chronicle-shell .interface-segmented button,.chronicle-shell .interface-toggle-row,.chronicle-shell .interface-select-row,.chronicle-shell .interface-preview-shell,.chronicle-shell .interface-summary div,.chronicle-shell .privacy-primary-card,.chronicle-shell .privacy-wide-card,.chronicle-shell .privacy-facts div,.chronicle-shell .privacy-future-grid article{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .profile-stat-card,.chronicle-shell .profile-activity-list a,.chronicle-shell .profile-activity-list button,.chronicle-shell .profile-activity-list strong{color:#d7dee8}.chronicle-shell .profile-stat-card:is(button):hover{border-color:#d6a85d47;background:#d6a85d14}.chronicle-shell .profile-identity-tags span,.chronicle-shell .profile-activity-list article>svg,.chronicle-shell .profile-identity-form .quiet-action{background:#ffffff12;color:#d7dee8}.chronicle-shell .profile-identity-form label,.chronicle-shell .security-password-card label,.chronicle-shell .security-facts dd,.chronicle-shell .security-feature-list strong,.chronicle-shell .interface-section-heading h4,.chronicle-shell .interface-state-card h4,.chronicle-shell .interface-segmented strong,.chronicle-shell .interface-toggle-row strong,.chronicle-shell .interface-select-row strong,.chronicle-shell .interface-preview-shell strong,.chronicle-shell .interface-summary dd,.chronicle-shell .privacy-card-heading h4,.chronicle-shell .privacy-facts dd,.chronicle-shell .privacy-rule-list strong,.chronicle-shell .privacy-future-grid strong{color:#d7dee8}.chronicle-shell .security-card-heading p,.chronicle-shell .security-facts dt,.chronicle-shell .security-feature-list small,.chronicle-shell .interface-summary dt,.chronicle-shell .interface-preview-shell p{color:var(--chronicle-muted)}.chronicle-shell .profile-identity-form button:not(.quiet-action){background:#d6a85d38;color:#ffe6b7}.chronicle-shell .security-password-card button[type=submit]{background:#d6a85d38;color:#ffe6b7}.chronicle-shell .security-card-heading>span,.chronicle-shell .security-feature-list article>svg,.chronicle-shell .interface-section-heading>span,.chronicle-shell .interface-preview-shell aside span,.chronicle-shell .interface-preview-shell article span,.chronicle-shell .interface-reset-button,.chronicle-shell .privacy-card-heading>span,.chronicle-shell .privacy-rule-list article>svg,.chronicle-shell .privacy-future-grid article>span,.chronicle-shell .privacy-future-grid em,.chronicle-shell .privacy-action-button{background:#ffffff12;color:#d7dee8}.chronicle-shell .security-warning{color:#d99a91}.chronicle-shell .interface-setting-group+.interface-setting-group{border-top-color:#ffffff14}.chronicle-shell .interface-segmented button:hover,.chronicle-shell .interface-toggle-row:hover,.chronicle-shell .interface-reset-button:hover,.chronicle-shell .privacy-action-button:hover{border-color:#d6a85d47;background:#d6a85d1f;color:#ffe6b7}.chronicle-shell .interface-segmented button.active{border-color:#d6a85d7a;background:#d6a85d33;color:#ffe6b7;box-shadow:inset 3px 0 0 var(--chronicle-gold)}.chronicle-shell .interface-switch{background:#ffffff29}.chronicle-shell .interface-toggle-row.checked .interface-switch{background:#d6a85d94}.chronicle-shell .interface-preview-card.high-contrast .interface-preview-shell{border-color:#fff3}.chronicle-shell .interface-preview-card.high-contrast .interface-preview-shell p,.chronicle-shell .interface-preview-card.high-contrast .interface-preview-topline span,.chronicle-shell .interface-preview-card.high-contrast .interface-preview-topline em{color:#d7dee8}.chronicle-shell .profile-activity-list a:hover,.chronicle-shell .profile-activity-list button:hover{color:#ffe6b7}.chronicle-shell .profile-character-detail-panel{background:#0a0f1661}.chronicle-shell .profile-character-list-header small,.chronicle-shell .profile-character-list-item small,.chronicle-shell .profile-character-list-item time,.chronicle-shell .profile-character-muted,.chronicle-shell .profile-character-sidebar-note,.chronicle-shell .profile-character-imports h4,.chronicle-shell .profile-character-imports small{color:var(--chronicle-muted)}.chronicle-shell .profile-character-list-header button,.chronicle-shell .profile-card-edit-button,.chronicle-shell .profile-character-list-item:hover,.chronicle-shell .profile-character-list-item.selected,.chronicle-shell .profile-character-imports-toggle:hover,.chronicle-shell .profile-character-imports-toggle[aria-expanded=true],.chronicle-shell .profile-character-icon-action,.chronicle-shell .profile-character-action-menu,.chronicle-shell .profile-character-detail-actions .quiet-action,.chronicle-shell .profile-linked-campaign>div>a,.chronicle-shell .profile-linked-campaign>div>button{border-color:#ffffff14;background:#ffffff12;color:#d7dee8}.chronicle-shell .profile-character-list-header button:hover,.chronicle-shell .profile-card-edit-button:hover,.chronicle-shell .profile-character-list-restore:hover,.chronicle-shell .profile-character-icon-action:hover,.chronicle-shell .profile-character-icon-action[aria-expanded=true],.chronicle-shell .profile-character-action-menu button:hover{background:#d6a85d1f;color:#ffe6b7}.chronicle-shell .profile-character-list-header button.active{border-color:#d6a85d7a;background:#d6a85d38;color:#ffe6b7;box-shadow:0 0 0 3px #d6a85d1f}.chronicle-shell .profile-character-imports-toggle{color:#d7dee8}.chronicle-shell .profile-character-action-menu{box-shadow:0 16px 38px #0000005c}.chronicle-shell .profile-character-action-menu button{color:#d7dee8}.chronicle-shell .profile-character-action-menu button.danger{color:#d99a91}.chronicle-shell .profile-character-action-menu button.danger:hover{background:#c55b5b2e}.chronicle-shell .profile-character-list-item{color:#d7dee8}.chronicle-shell .profile-character-list-item.selected{box-shadow:inset 3px 0 0 var(--chronicle-gold)}.chronicle-shell .profile-linked-campaign{border-top-color:#ffffff14;background:transparent}.chronicle-shell .profile-character-empty-detail,.chronicle-shell .profile-character-empty-detail strong{color:#d7dee8}.chronicle-shell .profile-character-imports{border-top-color:#ffffff14}.chronicle-shell .profile-checklist span,.chronicle-shell .profile-character-icon,.chronicle-shell .profile-character-links span,.chronicle-shell .profile-character-row a,.chronicle-shell .profile-character-actions .quiet-action,.chronicle-shell .profile-character-row-actions .quiet-action,.chronicle-shell .profile-character-secondary-actions .quiet-action,.chronicle-shell .profile-setting-row em{background:#ffffff12;color:#d7dee8}.chronicle-shell .profile-character-link-action{background:#ffffff17;color:#ffe6b7}.chronicle-shell .profile-character-link-action:hover{background:#ffffff24}.chronicle-shell .profile-linked-campaign>div>a:hover,.chronicle-shell .profile-linked-campaign>div>button:hover{border-color:#d6a85d47;background:#d6a85d1f;color:#ffe6b7}.chronicle-shell .profile-character-secondary-actions .quiet-action.danger,.chronicle-shell .profile-character-detail-actions .quiet-action.danger{color:#d99a91}.chronicle-shell .profile-checklist span.done{background:#5cb5892e;color:#91d3af}.chronicle-shell .world-detail-panel{min-height:calc(100vh - 148px);padding:0;overflow:hidden}.chronicle-shell .world-detail-panel .section-heading h3,.chronicle-shell .note-title-group h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,2.2vw,36px);font-weight:500}.chronicle-shell .campaign-hero-card{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(214,168,93,.11),transparent 42%),#0f151ce6}.chronicle-shell .campaign-hero-topline span,.chronicle-shell .campaign-signal-grid span{color:var(--chronicle-subtle)}.chronicle-shell .campaign-profile-edit-button{border-color:#d6a85d38;background:#d6a85d1f;color:#ffe6b7}.chronicle-shell .campaign-profile-edit-button:hover{border-color:#d6a85d6b;background:#d6a85d2e;color:#fff2d4}.chronicle-shell .campaign-hero-content h3{color:var(--chronicle-text)}.chronicle-shell .campaign-hero-content p{color:#c8d0da}.chronicle-shell .campaign-description-fade-toggle{color:#ffe6b7}.chronicle-shell .campaign-description-fade-toggle span{border-color:#d6a85d42;background:#0f151cb8}.chronicle-shell .campaign-description-block.is-collapsible:hover .campaign-description-fade-toggle span,.chronicle-shell .campaign-description-fade-toggle:focus-visible span{border-color:#d6a85d75;background:#d6a85d33}.chronicle-shell .campaign-description-toggle{border-color:#d6a85d38;background:#d6a85d1f;color:#ffe6b7}.chronicle-shell .campaign-description-toggle:hover{border-color:#d6a85d6b;background:#d6a85d2e;color:#fff2d4}.chronicle-shell .campaign-reindex-action{background:#d6a85d38;color:#ffe3ad}.chronicle-shell .campaign-reindex-action{border:1px solid rgba(214,168,93,.18)}.chronicle-shell .campaign-signal-grid strong{color:var(--chronicle-text)}.chronicle-shell .gm-dashboard-readiness h4,.chronicle-shell .gm-dashboard-actions h4{color:var(--chronicle-subtle)}.chronicle-shell .gm-dashboard-readiness-item,.chronicle-shell .gm-dashboard-action{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .gm-dashboard-readiness-item>span,.chronicle-shell .gm-dashboard-action>svg{background:#d6a85d1c;color:var(--chronicle-gold)}.chronicle-shell .gm-dashboard-readiness-item.done>span{background:#5cb5892e;color:#91d3af}.chronicle-shell .gm-dashboard-readiness-item small,.chronicle-shell .gm-dashboard-action small{color:var(--chronicle-muted)}.chronicle-shell .gm-dashboard-action:hover,.chronicle-shell .gm-dashboard-action:focus-visible{border-color:#d6a85d57;background:#d6a85d14}.chronicle-shell .campaign-setup-list div{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .campaign-setup-list span{background:#ffffff0f;color:var(--chronicle-gold)}.chronicle-shell .campaign-setup-list .done span{background:#5cb5892e;color:#91d3af}.chronicle-shell .campaign-ai-panel>p,.chronicle-shell .campaign-todo-overview-panel>p,.chronicle-shell .campaign-ai-action small{color:var(--chronicle-muted)}.chronicle-shell .campaign-ai-action{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .campaign-ai-action>svg{background:#d6a85d1c;color:var(--chronicle-gold)}.chronicle-shell .campaign-ai-action:hover,.chronicle-shell .campaign-ai-action:focus-visible,.chronicle-shell .campaign-ai-action.needs-attention{border-color:#d6a85d57;background:#d6a85d14}.chronicle-shell .todo-layout{padding:0 24px 28px}.chronicle-shell .todo-intro,.chronicle-shell .todo-guide-panel p,.chronicle-shell .todo-reference-main p,.chronicle-shell .todo-source-copy small,.chronicle-shell .todo-source-copy em,.chronicle-shell .todo-empty-state p{color:var(--chronicle-muted)}.chronicle-shell .todo-reference-card,.chronicle-shell .todo-source-card{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .todo-reference-icon,.chronicle-shell .todo-empty-state>svg{background:#d6a85d1f;color:var(--chronicle-gold)}.chronicle-shell .todo-create-record-button{border-color:#5cb5893d;background:#5cb58924;color:#b8eacb}.chronicle-shell .todo-create-record-button:hover,.chronicle-shell .todo-create-record-button:focus-visible{border-color:#5cb58961;background:#5cb58933}.chronicle-shell .todo-link-record-button{border-color:#5273a747;background:#5273a724;color:#b8cef2}.chronicle-shell .todo-link-record-button:hover,.chronicle-shell .todo-link-record-button:focus-visible{border-color:#5273a770;background:#5273a733}.chronicle-shell .todo-mentions-toggle{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-muted)}.chronicle-shell .todo-mentions-toggle:hover,.chronicle-shell .todo-mentions-toggle:focus-visible{border-color:#d6a85d47;background:#d6a85d14;color:var(--chronicle-text)}.chronicle-shell .todo-link-panel,.chronicle-shell .todo-link-target,.chronicle-shell .todo-source-card:hover,.chronicle-shell .todo-source-card:focus-visible{border-color:#ffffff14;background:#ffffff0b}.chronicle-shell .todo-link-target{color:var(--chronicle-text)}.chronicle-shell .todo-link-panel input{border-color:#ffffff14;background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell .todo-link-panel p,.chronicle-shell .todo-link-target small{color:var(--chronicle-muted)}.chronicle-shell .todo-link-target strong{color:#f5f0e7}.chronicle-shell .todo-link-target .entity-reference-icon{background:#d6a85d29;color:#f0c978}.chronicle-shell .todo-create-modal{border-color:#ffffff1a;background:#0d131b}.chronicle-shell .todo-create-form label,.chronicle-shell .todo-create-form .text-editor-field,.chronicle-shell .todo-create-field{color:var(--chronicle-muted)}.chronicle-shell .todo-create-form input,.chronicle-shell .todo-create-form select{border-color:#ffffff14;background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell .todo-create-form option{background:#151c25;color:var(--chronicle-text)}.chronicle-shell .wiki-parent-picker-trigger,.chronicle-shell .wiki-parent-popover,.chronicle-shell .wiki-parent-search{border-color:#ffffff14;background:#151c25;color:var(--chronicle-text)}.chronicle-shell .wiki-parent-picker-trigger:hover,.chronicle-shell .wiki-parent-picker-trigger:focus-visible{border-color:#d6a85d57;background:#ffffff0e}.chronicle-shell .wiki-parent-popover{background:#111821;box-shadow:0 22px 48px #00000075}.chronicle-shell .wiki-parent-picker-icon{background:#d6a85d24;color:#f2c777}.chronicle-shell .wiki-parent-picker-copy strong,.chronicle-shell .wiki-parent-search input,.chronicle-shell .wiki-parent-root-option,.chronicle-shell .wiki-parent-search-result,.chronicle-shell .wiki-parent-tree-option{color:var(--chronicle-text)}.chronicle-shell .wiki-parent-picker-copy small,.chronicle-shell .wiki-parent-root-option small,.chronicle-shell .wiki-parent-search-result small,.chronicle-shell .wiki-parent-tree-option small,.chronicle-shell .wiki-parent-tree-toggle,.chronicle-shell .wiki-parent-empty,.chronicle-shell .wiki-parent-search-results p{color:var(--chronicle-muted)}.chronicle-shell .wiki-parent-root-option:hover,.chronicle-shell .wiki-parent-root-option:focus-visible,.chronicle-shell .wiki-parent-search-result:hover,.chronicle-shell .wiki-parent-search-result:focus-visible,.chronicle-shell .wiki-parent-tree-option:hover,.chronicle-shell .wiki-parent-tree-option:focus-visible{border-color:#5273a761;background:#5273a71f}.chronicle-shell .wiki-parent-root-option.selected,.chronicle-shell .wiki-parent-search-result.selected,.chronicle-shell .wiki-parent-tree-option.selected{border-color:#d6a85d7a;background:#d6a85d26}.chronicle-shell .wiki-parent-add-folder-button,.chronicle-shell .wiki-parent-create-form{border-color:#4c9a7661;background:#4c9a761a;color:#b9ecdc}.chronicle-shell .wiki-parent-add-folder-button:hover,.chronicle-shell .wiki-parent-add-folder-button:focus-visible{border-color:#4c9a7694;background:#4c9a7629}.chronicle-shell .wiki-parent-create-heading{color:#b9ecdc}.chronicle-shell .wiki-parent-create-heading small{color:var(--chronicle-muted)}.chronicle-shell .wiki-parent-create-form input{border-color:#4c9a7661;background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell .wiki-parent-create-actions button{border-color:#4c9a7661;background:#4c9a7629;color:#d7f8ec}.chronicle-shell .wiki-parent-create-actions .quiet-action{border-color:#ffffff14;background:transparent;color:var(--chronicle-muted)}.chronicle-shell .wiki-parent-popover-actions{border-top-color:#ffffff14}.chronicle-shell .wiki-parent-popover-actions button{border-color:#5273a75c;background:#5273a729;color:#c7dbff}.chronicle-shell .wiki-parent-popover-actions button:hover,.chronicle-shell .wiki-parent-popover-actions button:focus-visible{border-color:#5273a780;background:#5273a73d}.chronicle-shell .todo-create-form .tiptap-shell,.chronicle-shell .todo-create-form .tiptap-toolbar,.chronicle-shell .todo-create-form .tiptap-toolbar-group,.chronicle-shell .todo-create-form .tiptap-reference-picker{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .todo-create-form .tiptap-toolbar button,.chronicle-shell .todo-create-form .tiptap-reference-picker,.chronicle-shell .todo-create-form .tiptap-reference-picker select{background:#d6a85d29;color:var(--chronicle-text)}.chronicle-shell .todo-create-form .tiptap-toolbar button:hover,.chronicle-shell .todo-create-form .tiptap-toolbar button.active,.chronicle-shell .todo-create-form .tiptap-reference-picker.active{background:#d6a85d42;color:#fff6df}.chronicle-shell .todo-create-form .tiptap-editor,.chronicle-shell .todo-create-form .tiptap-viewer{color:var(--chronicle-text)}.chronicle-shell .todo-create-modal-meta{background:#5273a729;color:#b8cef2}.chronicle-shell .todo-link-target:hover,.chronicle-shell .todo-link-target:focus-visible{border-color:#5273a76b;background:#5273a71f}.chronicle-shell .todo-source-card:hover,.chronicle-shell .todo-source-card:focus-visible{border-color:#d6a85d57;background:#d6a85d14}.chronicle-shell .todo-source-card b{background:#ffffff12;color:var(--chronicle-muted)}.chronicle-shell .campaign-ai-primary-action{border-color:#d6a85d47;background:#d6a85d2e;color:#ffe6b7}.chronicle-shell .campaign-ai-modal-body>p,.chronicle-shell .campaign-ai-reindex>p{color:var(--chronicle-muted)}.chronicle-shell .ai-provider-status{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .ai-provider-status.ready{border-color:#5cb58938}.chronicle-shell .ai-provider-status.not-ready{border-color:#d6a85d3d}.chronicle-shell .ai-provider-indicator{background:#d6a85d21;color:var(--chronicle-gold)}.chronicle-shell .ai-provider-status-main p,.chronicle-shell .ai-provider-meta dt{color:#aab5c2}.chronicle-shell .ai-provider-meta dd{color:var(--chronicle-text)}.chronicle-shell .ai-provider-pills span,.chronicle-shell .ai-provider-missing span{background:#ffffff12;color:#d7dee8}.chronicle-shell .ai-import-draft,.chronicle-shell .ai-import-secondary-list,.chronicle-shell .ai-contradiction-finding{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .ai-import-draft-header span,.chronicle-shell .ai-import-draft-header em,.chronicle-shell .ai-import-tags span,.chronicle-shell .ai-import-secondary-list span{background:#ffffff12;color:#d7dee8}.chronicle-shell .ai-import-draft p,.chronicle-shell .ai-import-secondary-list p,.chronicle-shell .ai-contradiction-finding p,.chronicle-shell .ai-contradiction-resolution p{color:#b9c2cc}.chronicle-shell .severity{background:#ffffff12;color:#d7dee8}.chronicle-shell .severity.medium{background:#d6a85d24;color:#ffe6b7}.chronicle-shell .severity.high{background:#c55b5b2e;color:#ffb8b8}.chronicle-shell .ai-contradiction-resolution{border-top-color:#ffffff14}.chronicle-shell .ai-import-draft-content{background:#ffffff0a}.chronicle-shell .session-card,.chronicle-shell .session-meta-strip div{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .session-card:hover,.chronicle-shell .session-card.selected{border-color:#d6a85d42;background:#d6a85d14}.chronicle-shell .session-card-icon{background:#d6a85d17;color:#e7c37f}.chronicle-shell .session-card-copy small,.chronicle-shell .session-card-meta,.chronicle-shell .session-detail-header p,.chronicle-shell .session-form-grid small,.chronicle-shell .session-kicker,.chronicle-shell .session-list-group h4,.chronicle-shell .session-workflow-actions p,.chronicle-shell .session-meta-strip dt{color:var(--chronicle-muted)}.chronicle-shell .session-workflow-actions{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .session-actions .danger{background:#c55b5b29;color:#ffb8b8}.chronicle-shell .session-actions .danger.armed{background:#c55b5bd1;color:#fff}.chronicle-shell .session-tags span{background:#ffffff12;color:#d7dee8}.chronicle-shell .session-planning-tool,.chronicle-shell .player-session-overview{border-bottom-color:#ffffff14}.chronicle-shell .player-session-overview-copy p,.chronicle-shell .player-session-highlight.empty,.chronicle-shell .player-session-highlight-copy small,.chronicle-shell .player-session-highlight-copy em,.chronicle-shell .player-session-highlight-copy strong{color:var(--chronicle-muted)}.chronicle-shell .player-session-overview-copy>span,.chronicle-shell .player-session-highlight{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell button.player-session-highlight:hover{border-color:#d6a85d42;background:#d6a85d14}.chronicle-shell .player-session-highlight-icon{background:#d6a85d17;color:#e7c37f}.chronicle-shell .player-session-highlight-copy b{color:#d7dee8}.chronicle-shell .session-plan-draft-header p{color:var(--chronicle-muted)}.chronicle-shell .session-plan-questions{background:#ffffff09}.chronicle-shell .timeline-list:before{background:linear-gradient(180deg,#d6a85d5c,#d6a85d14)}.chronicle-shell .timeline-era-branch h4,.chronicle-shell .timeline-event-kind,.chronicle-shell .timeline-active-group strong{color:var(--chronicle-gold)}.chronicle-shell .timeline-year-branch{border-color:#d6a85d29}.chronicle-shell .timeline-year-heading{color:#bfd0e2;letter-spacing:0}.chronicle-shell .timeline-year-heading small{color:#aebccd}.chronicle-shell .timeline-marker{border-color:#111821;background:#1a2530;box-shadow:0 0 0 1px #d6a85dbd,0 0 18px #d6a85d2e}.chronicle-shell .timeline-event-body{border-color:#fff1;background:#ffffff06;transition:border-color .14s ease,background .14s ease,transform .14s ease}.chronicle-shell .timeline-event.selected .timeline-event-body,.chronicle-shell .timeline-event-body:hover{border-color:#d6a85d8c;background:#d6a85d12;transform:translate(2px)}.chronicle-shell .timeline-event-heading time{color:#d6a85ddb}.chronicle-shell .timeline-event-heading h3{color:var(--chronicle-text);font-size:15px;line-height:1.25}.chronicle-shell .timeline-event-heading span{background:#ffffff0e;color:var(--chronicle-muted);font-size:11px}.chronicle-shell .timeline-event-heading .timeline-drag-handle{background:#d6a85d17;color:#d6a85dc7}.chronicle-shell .timeline-list-heading{border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:16px}.chronicle-shell .timeline-list-title h3{color:var(--chronicle-text)}.chronicle-shell .timeline-list-title span{border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:4px 9px;background:#ffffff14;color:#d7dee8;font-size:12px;font-weight:850}.chronicle-shell .timeline-panel-actions .timeline-insert-button span{background:transparent;color:inherit;padding:0}.chronicle-shell .timeline-detail-links .entity-reference-items small{color:var(--chronicle-subtle)}.chronicle-shell .timeline-active-group{margin-top:-1px;opacity:.72}.chronicle-shell .timeline-active-group strong{color:#9aa6b2b8}.chronicle-shell .timeline-active-event{border:1px solid rgba(255,255,255,.055);background:#ffffff06;color:#9aa6b2c7}.chronicle-shell .timeline-active-event:hover,.chronicle-shell .timeline-active-event.selected{background:#d6a85d0f;color:#d7dee8}.chronicle-shell .timeline-active-event small{color:#66717dc7}.chronicle-shell .timeline-detail-header h2{color:var(--chronicle-text);font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(28px,2.2vw,40px)}.chronicle-shell .timeline-detail-header{border-bottom-color:#ffffff14;padding-bottom:20px}.chronicle-shell .timeline-detail-header time{color:#d6a85de6}.chronicle-shell .timeline-detail-meta span{background:#ffffff14;color:#d7dee8}.chronicle-shell .timeline-detail-links .entity-reference-items a{border-color:#d6a85d2e;background:#d6a85d12;color:#ffe3ad}.chronicle-shell .timeline-detail-links .entity-reference-items a:hover{background:#d6a85d29}.chronicle-shell .timeline-detail-actions{border-top-color:#ffffff14}.chronicle-shell .timeline-panel{background:linear-gradient(180deg,#121922e0,#080d13b3),#070b10b3}.chronicle-shell .timeline-create-panel{background:linear-gradient(180deg,#141c25fa,#0d131bfa),var(--chronicle-panel)}.chronicle-shell .timeline-create-panel>.section-heading{display:grid;grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:12px;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:14px}.chronicle-shell .timeline-create-panel>.section-heading h3{color:var(--chronicle-subtle);font-size:13px;text-transform:uppercase;white-space:nowrap}.chronicle-shell .timeline-create-panel .timeline-panel-actions{width:100%;justify-content:flex-start}.chronicle-shell .timeline-detail{min-height:360px;align-content:start}.chronicle-shell .timeline-detail-content{color:#d8dee7;font-size:15px}.chronicle-shell .timeline-empty-state{border-color:#d6a85d38;background:#d6a85d0e;color:var(--chronicle-muted)}.chronicle-shell .timeline-empty-state strong{color:var(--chronicle-text)}.chronicle-shell .timeline-empty-action{background:#d6a85d33;color:#ffe6b7}.chronicle-shell .timeline-empty-action:hover{background:#d6a85d4d}.chronicle-shell .timeline-calendar-card{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .timeline-calendar-modal{border-color:#ffffff1a;background:#101720}.chronicle-shell .timeline-calendar-modal>button:last-child{background:#d6a85d33;color:#ffe6b7}.chronicle-shell .timeline-calendar-modal>button:last-child:hover{background:#d6a85d4d}.chronicle-shell .timeline-event-form{border-color:#ffffff1a;background:#101720}.chronicle-shell .timeline-event-modal-heading h3{color:var(--chronicle-text)}.chronicle-shell .timeline-order-hint{color:var(--chronicle-subtle)}.chronicle-shell .timeline-order-index{background:#d6a85d24;color:#ffe3ad}.chronicle-shell .timeline-date-card,.chronicle-shell .timeline-placement-card{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .timeline-date-card-heading h4{color:var(--chronicle-text)}.chronicle-shell .timeline-date-card-heading select{border-color:#d6a85d2e;background:#d6a85d1a;color:#ffe3ad}.chronicle-shell .timeline-date-row{border-color:#ffffff14}.chronicle-shell .timeline-date-row strong,.chronicle-shell .timeline-placement-card .timeline-date-row-heading strong{color:var(--chronicle-subtle)}.chronicle-shell .timeline-date-summary{border-color:#ffffff14;background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell .timeline-date-summary:hover,.chronicle-shell .timeline-date-summary[aria-expanded=true]{border-color:#d6a85d57;background:#d6a85d1f;color:#ffe3ad}.chronicle-shell .timeline-date-picker{border-color:#d6a85d61;background:#15191f;box-shadow:0 22px 56px #00000094}.chronicle-shell .timeline-date-picker-days button{background:#ffffff0e;color:#d7dee8}.chronicle-shell .timeline-date-picker-days button:hover,.chronicle-shell .timeline-date-picker-days button.selected{background:#d6a85d47;color:#ffe3ad}.chronicle-shell .timeline-linked-editor{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .timeline-linked-editor-heading h4,.chronicle-shell .timeline-linked-editor p{color:var(--chronicle-subtle)}.chronicle-shell .timeline-linked-chips span{background:#d6a85d24;color:#ffe3ad}.chronicle-shell .timeline-linked-chips button{background:#ffffff14}.chronicle-shell .timeline-linked-chips button:hover{background:#b0525238;color:#ffd0c8}.chronicle-shell .timeline-calendar-heading h4{color:var(--chronicle-text)}.chronicle-shell .timeline-calendar-heading span,.chronicle-shell .timeline-era-list p,.chronicle-shell .timeline-era-editor-list p,.chronicle-shell .timeline-era-row>span:not(.timeline-order-index),.chronicle-shell .timeline-month-list p,.chronicle-shell .timeline-month-row>span:not(.timeline-order-index){color:var(--chronicle-subtle)}.chronicle-shell .timeline-era-list span{background:#d6a85d1f;color:#ffe3ad}.chronicle-shell .timeline-era-row,.chronicle-shell .timeline-month-row{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .timeline-month-actions button{border:1px solid rgba(255,255,255,.08);background:#ffffff0b;color:var(--chronicle-muted)}.chronicle-shell .timeline-month-actions button:hover{background:#d6a85d1f;color:#ffe3ad}.chronicle-shell .timeline-month-actions button.armed{background:#b0525229;color:#e09182}.chronicle-shell .timeline-event-content{padding:0;border:0;background:transparent}.chronicle-shell .timeline-event-content .tiptap-viewer{min-height:auto;border:0;border-radius:0;padding:0;background:transparent}.chronicle-shell .timeline-event-content .tiptap-viewer p{margin:0}.chronicle-shell .timeline-insert-button{border:1px solid rgba(255,255,255,.08);background:#ffffff0b;color:var(--chronicle-muted)}.chronicle-shell .timeline-insert-button:hover{color:#ffe3ad;background:#d6a85d1f}.chronicle-shell .timeline-insert-button.selected{border-color:#d6a85d47;background:#d6a85d29;color:#ffe3ad}.chronicle-shell .timeline-insert-button.primary{border-color:#d6a85d6b;background:#d6a85d3d;color:#ffe6b7;box-shadow:0 10px 24px #0000002e}.chronicle-shell .timeline-insert-button.primary:hover{border-color:#ffd89a94;background:#d6a85d57;color:#fff1ce}.chronicle-shell .timeline-insert-button.danger{background:#b052521f;color:#e09182}.chronicle-shell .timeline-insert-button.danger:hover,.chronicle-shell .timeline-insert-button.danger.armed{background:#b0525233;color:#ffd0c8}.timeline-event-modal-backdrop .timeline-event-form{border-color:#ffffff1a;background:#101720;color:var(--chronicle-text)}.timeline-event-modal-backdrop label,.timeline-event-modal-backdrop .text-editor-field{color:#c6ced8}.timeline-event-modal-backdrop input,.timeline-event-modal-backdrop select,.timeline-event-modal-backdrop textarea{border-color:#ffffff1c;background:#ffffff0b;color:var(--chronicle-text)}.timeline-event-modal-backdrop select{color-scheme:dark}.timeline-event-modal-backdrop select option,.timeline-event-modal-backdrop select optgroup{background-color:#151c24;color:var(--chronicle-text)}.timeline-event-modal-backdrop select option:checked{background-color:#244f88;color:#fff}.timeline-event-modal-backdrop input:focus,.timeline-event-modal-backdrop select:focus,.timeline-event-modal-backdrop textarea:focus{border-color:#d6a85dad;box-shadow:0 0 0 3px #d6a85d24}.timeline-event-modal-backdrop .timeline-event-modal-heading h3{color:var(--chronicle-text)}.timeline-event-modal-backdrop .timeline-date-card,.timeline-event-modal-backdrop .timeline-placement-card,.timeline-event-modal-backdrop .timeline-linked-editor,.timeline-event-modal-backdrop .tiptap-shell,.timeline-event-modal-backdrop .tiptap-toolbar,.timeline-event-modal-backdrop .tiptap-toolbar-group,.timeline-event-modal-backdrop .tiptap-reference-picker{border-color:#ffffff14;background:#ffffff09}.timeline-event-modal-backdrop .timeline-date-row{border-color:#ffffff14}.timeline-event-modal-backdrop .timeline-date-row strong,.timeline-event-modal-backdrop .timeline-placement-card .timeline-date-row-heading strong,.timeline-event-modal-backdrop .timeline-linked-editor-heading h4,.timeline-event-modal-backdrop .timeline-linked-editor p{color:var(--chronicle-subtle)}.timeline-event-modal-backdrop .timeline-date-card-heading select{border-color:#d6a85d2e;background:#d6a85d1a;color:#ffe3ad}.timeline-event-modal-backdrop .timeline-date-summary{border-color:#ffffff14;background:#ffffff0b;color:var(--chronicle-text)}.timeline-event-modal-backdrop .timeline-date-summary:hover,.timeline-event-modal-backdrop .timeline-date-summary[aria-expanded=true]{border-color:#d6a85d57;background:#d6a85d1f;color:#ffe3ad}.timeline-event-modal-backdrop .timeline-date-picker{border-color:#d6a85d61;background:#15191f;box-shadow:0 22px 56px #00000094}.timeline-event-modal-backdrop .timeline-date-picker-days button{background:#ffffff0e;color:#d7dee8}.timeline-event-modal-backdrop .timeline-date-picker-days button:hover,.timeline-event-modal-backdrop .timeline-date-picker-days button.selected,.timeline-event-modal-backdrop .tiptap-toolbar button:hover,.timeline-event-modal-backdrop .tiptap-toolbar button.active,.timeline-event-modal-backdrop .tiptap-reference-picker.active{background:#d6a85d47;color:#ffe3ad}.timeline-event-modal-backdrop .timeline-linked-chips span{background:#d6a85d24;color:#ffe3ad}.timeline-event-modal-backdrop .timeline-linked-chips button{background:#ffffff14}.timeline-event-modal-backdrop .timeline-linked-chips button:hover{background:#b0525238;color:#ffd0c8}.timeline-event-modal-backdrop .tiptap-toolbar button,.timeline-event-modal-backdrop .tiptap-reference-picker,.timeline-event-modal-backdrop .tiptap-reference-picker select{color:#d7dee8}.timeline-event-modal-backdrop .tiptap-reference-suggestions,.timeline-event-modal-backdrop .tiptap-reference-popover{border-color:#ffffff1a;background:#101720;box-shadow:0 24px 60px #0006}.timeline-event-modal-backdrop .tiptap-reference-suggestions span,.timeline-event-modal-backdrop .tiptap-reference-suggestions small,.timeline-event-modal-backdrop .tiptap-reference-empty{color:#9aa6b5}.timeline-event-modal-backdrop .tiptap-reference-suggestions strong{color:#d7dee8}.timeline-event-modal-backdrop .tiptap-reference-search input,.timeline-event-modal-backdrop .tiptap-reference-edit-form input{border-color:#ffffff14;background:#ffffff0e;color:#f2f4f8}.timeline-event-modal-backdrop .tiptap-reference-search input::placeholder{color:#9aa6b5}.timeline-event-modal-backdrop .tiptap-reference-suggestions button:hover,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.active{background:#d6a85d1f}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference{background:#115838b8;color:#d8f5e3}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference small{color:#9fd7b9}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference:hover,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference.active{background:#0e6f44e0}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference{background:#123a69c2;color:#d8eaff}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference small{color:#adc9eb}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference:hover,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference.active{background:#114e8be6}.timeline-event-modal-backdrop .tiptap-reference-suggestions button:hover strong,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.active strong{color:#ffe6b7}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference strong,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference:hover strong,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.create-reference.active strong{color:#e7fff0}.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference strong,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference:hover strong,.timeline-event-modal-backdrop .tiptap-reference-suggestions button.link-reference.active strong{color:#e1efff}.timeline-event-modal-backdrop .tiptap-reference-popover button{background:#ffffff12;color:#c6ced8}.timeline-event-modal-backdrop .tiptap-reference-popover button:hover,.timeline-event-modal-backdrop .tiptap-reference-popover button.primary{background:#d6a85d24;color:#ffe6b7}.timeline-event-modal-backdrop .tiptap-reference-popover button.primary:hover{background:#d6a85d38}.timeline-event-modal-backdrop .tiptap-reference-popover button.danger:hover{background:#c9656529;color:#ffc7c7}.timeline-event-modal-backdrop .tiptap-editor,.timeline-event-modal-backdrop .tiptap-viewer{color:#e7edf4}.timeline-event-modal-backdrop .tiptap-hidden-block{border-color:#d6a85db8;background:#d6a85d0f;box-shadow:inset 0 1px #ffffff08}.timeline-event-modal-backdrop .tiptap-hidden-block:focus-within{border-color:#ffd89af5;box-shadow:0 0 0 1px #ffd89a29,0 16px 40px #00000038}.timeline-event-modal-backdrop .tiptap-hidden-block-label{border-bottom-color:#d6a85d3d;background:#d6a85d1a;color:#ffd89a}.timeline-event-modal-backdrop .tiptap-hidden-block-content{color:#e7edf4}.timeline-event-modal-backdrop .tiptap-hidden-block-controls select{border-color:#ffd89a2e;background-color:#ffffff0a;color:#ffd89a}.timeline-event-modal-backdrop .tiptap-hidden-block-delete{border-color:#ffd89a2e;background:#ffffff0a;color:#ffd89a}.timeline-event-modal-backdrop .tiptap-hidden-block-delete:hover,.timeline-event-modal-backdrop .tiptap-hidden-block-delete.armed{border-color:#ff806a9e;background:#ff806a1f;color:#ffb3a4}.timeline-event-modal-backdrop .stack button{background:#d6a85d2e;color:#ffe6b7}.timeline-event-modal-backdrop .quiet-action{background:#ffffff12;color:#d7dee8}.chronicle-shell .note-title-editor input{border-bottom-color:#ffffff1a;background:transparent;color:var(--chronicle-text);font-size:clamp(28px,2.2vw,36px)}.chronicle-shell .note-title-editor input:focus{border-bottom-color:#d6a85dad;box-shadow:none}.chronicle-shell .note-summary-editor input{background:#ffffff09}.chronicle-shell .note-view{padding:30px}.chronicle-shell .note-hero{padding-bottom:8px}.chronicle-shell .note-edit-view .note-hero{padding-bottom:0}.chronicle-shell .note-kicker,.chronicle-shell .note-breadcrumb{color:var(--chronicle-muted)}.chronicle-shell .note-portrait-placeholder{border-color:#ffffff14;background:linear-gradient(145deg,#d6a85d1f,#5273a714),#ffffff09;color:#d6a85dc7}.chronicle-shell .note-portrait-placeholder span{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .note-side-card,.chronicle-shell .note-edit-foldout{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .note-edit-foldout>summary{color:#d7dee8}.chronicle-shell .note-edit-foldout[open]>summary{border-bottom-color:#ffffff14}.chronicle-shell .note-edit-foldout>summary:after,.chronicle-shell .note-edit-status span{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .note-edit-foldout>summary span,.chronicle-shell .note-edit-field-grid label,.chronicle-shell .note-image-url-field>span,.chronicle-shell .note-edit-dossier-body label{color:#d7dee8}.chronicle-shell .note-edit-foldout>summary small{color:var(--chronicle-muted)}.chronicle-shell .note-dossier-chip,.chronicle-shell .note-dossier-more,.chronicle-shell .note-summary-more,.chronicle-shell .note-summary-tags span,.chronicle-shell .note-summary-links a{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .note-dossier-chip em,.chronicle-shell .note-summary-block>strong{color:var(--chronicle-muted)}.chronicle-shell .note-dossier-chip strong{color:#f2f4f8}.chronicle-shell .note-dossier-more:hover,.chronicle-shell .note-summary-more:hover,.chronicle-shell .note-summary-more:focus-visible,.chronicle-shell .note-summary-links a:hover{border-color:#d6a85d57;background:#d6a85d1a;color:#ffe3ad}.chronicle-shell .note-summary-block p,.chronicle-shell .note-summary-block small{color:var(--chronicle-muted)}.chronicle-shell .note-badges>span,.chronicle-shell .note-badge-button{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .note-badges>span:last-child,.chronicle-shell .note-badge-control:last-child .note-badge-button{color:#e7c37f}.chronicle-shell .note-badge-button:hover,.chronicle-shell .note-badge-button:focus-visible,.chronicle-shell .note-badge-button[aria-expanded=true]{border-color:#d6a85d57;background:#d6a85d1a;color:#ffe3ad}.chronicle-shell .note-inline-popover{border-color:#ffffff17;background:#101720;box-shadow:0 18px 50px #00000057}.chronicle-shell .note-inline-popover label{color:#d7dee8}.chronicle-shell .note-hero-actions .danger,.chronicle-shell .trash-inline-actions button.danger{background:#b052521f;color:#e09182}.chronicle-shell .note-hero-actions .danger:hover,.chronicle-shell .note-hero-actions .danger.armed,.chronicle-shell .trash-inline-actions button.danger.armed{background:#b0525238;color:#ffd0c8}.chronicle-shell .note-tag-list span{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .note-tag-list span:nth-child(2){color:#e7c37f}.chronicle-shell .tag-input{border-color:#ffffff1c;background:#ffffff0b}.chronicle-shell .tag-input span{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .tag-input button{background:#ffffff14}.chronicle-shell .specific-players-picker{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .visibility-access-note{color:var(--chronicle-muted)}.chronicle-shell .visibility-access-note.public{border-left-color:#67c9a8;color:#b9ecdc}.chronicle-shell .visibility-access-note.warning{border-left-color:#e3b45f;color:#f0d39b}.chronicle-shell .specific-players-heading{color:var(--chronicle-muted)}.chronicle-shell .specific-players-heading small{background:#ffffff12;color:#d7dee8}.chronicle-shell .specific-players-picker p{color:var(--chronicle-muted)}.chronicle-shell .specific-player-option{background:#ffffff0b;color:#d7dee8}.chronicle-shell .specific-player-option strong{color:#f2f4f8}.chronicle-shell .specific-player-option small{color:var(--chronicle-muted)}.chronicle-shell .entity-comment{background:#ffffff0b}.chronicle-shell .entity-comment strong{color:#f2f4f8}.chronicle-shell .entity-comment time,.chronicle-shell .entity-comment-list>p{color:var(--chronicle-muted)}.chronicle-shell .entity-comment p{color:#d7dee8}.chronicle-shell .floating-ai-toggle{border-color:#d6a85d42;background:linear-gradient(135deg,#c28d3f,#5273a7);box-shadow:0 18px 48px #00000061}.chronicle-shell .floating-ai-toggle:hover,.chronicle-shell .floating-ai-toggle[aria-expanded=true]{background:linear-gradient(135deg,#d6a85d,#5f7eac)}.chronicle-shell .floating-ai-panel{border-color:#ffffff1a;background:#0e141cfa;box-shadow:0 24px 70px #00000075}.chronicle-shell .floating-ai-panel header span{color:#f2f4f8}.chronicle-shell .floating-ai-panel>small,.chronicle-shell .player-ai-empty,.chronicle-shell .player-ai-loading{color:var(--chronicle-muted)}.chronicle-shell .player-ai-mode-toggle{border-color:#ffffff14;background:#ffffff0b}.chronicle-shell .player-ai-mode-toggle button{color:var(--chronicle-muted)}.chronicle-shell .player-ai-mode-toggle button.active{background:#d6a85d24;color:#ffe6b7;box-shadow:none}.chronicle-shell .ai-context-status-card{border-color:#ffffff14;background:#ffffff0b}.chronicle-shell .ai-context-status-card.ready{border-color:#5cb58938}.chronicle-shell .ai-context-status-card.stale{border-color:#d6a85d4d}.chronicle-shell .ai-context-status-icon{background:#d6a85d21;color:var(--chronicle-gold)}.chronicle-shell .ai-context-status-main strong,.chronicle-shell .ai-context-status-meta strong{color:#f2f4f8}.chronicle-shell .ai-context-status-main p,.chronicle-shell .ai-context-status-meta span{color:var(--chronicle-muted)}.chronicle-shell .ai-context-status-meta span,.chronicle-shell .ai-context-status-card>button{border-color:#ffffff14;background:#ffffff12}.chronicle-shell .ai-context-status-card>button{color:#d7dee8}.chronicle-shell .ai-context-status-card>button.needs-reindex,.chronicle-shell .ai-context-status-card>button:hover:not(:disabled){border-color:#d6a85d6b;color:#ffe6b7}.chronicle-shell .ai-context-refresh-notice{border-color:#d6a85d4d;background:#d6a85d14}.chronicle-shell .ai-context-refresh-notice strong{color:#ffe6b7}.chronicle-shell .ai-context-refresh-notice p{color:var(--chronicle-muted)}.chronicle-shell .ai-context-refresh-notice>button:not(.icon-button){border-color:#d6a85d5c;background:#ffffff12;color:#ffe6b7}.chronicle-shell .ai-context-refresh-notice>button:not(.icon-button):hover:not(:disabled){border-color:#d6a85d8c;color:#fff2d4}.chronicle-shell .player-ai-message{border-color:#ffffff14;background:#ffffff0b}.chronicle-shell .player-ai-message.user{background:#5273a729}.chronicle-shell .player-ai-message.error{border-color:#f59e5f5c;background:#f59e5f17}.chronicle-shell .player-ai-message.error strong{color:#ffd5ad}.chronicle-shell .player-ai-message p{color:#d7dee8}.chronicle-shell .player-ai-retry{border-color:#ffffff1f;background:#ffffff12;color:#f4dcc1}.chronicle-shell .player-ai-retry:hover{border-color:#d6a85d73;color:#ffe6b7}.chronicle-shell .player-ai-sources span,.chronicle-shell .player-ai-sources a{border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#d7dee8}.chronicle-shell .player-ai-sources>span:first-child{border:0;background:transparent;color:var(--chronicle-muted)}.chronicle-shell .note-dossier-preset{border:1px solid rgba(214,168,93,.18);background:#d6a85d17;color:#ffe6b7}.chronicle-shell .note-create-dossier{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .note-tabs{border-bottom-color:#ffffff14}.chronicle-shell .note-tabs span{color:var(--chronicle-muted)}.chronicle-shell .note-tabs span.active{border-bottom-color:var(--chronicle-gold);color:#ffe6b7}.chronicle-shell .note-summary{color:#b9c2cc;font-size:13px;line-height:1.45}.chronicle-shell .note-summary.empty{color:var(--chronicle-muted)}.chronicle-shell .note-comments-section{border-top-color:#ffffff14}.chronicle-shell .note-comments-section h4{color:#d7dee8}.chronicle-shell .note-content-panel{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#ffffff09,#ffffff05)}.chronicle-shell .note-content-panel .markdown-preview,.chronicle-shell .note-content-panel .tiptap-viewer{min-height:0;border:0;background:transparent}.chronicle-shell .note-meta{border-top:0;padding-top:0}.chronicle-shell .note-visibility-value svg{color:var(--chronicle-gold)}.chronicle-shell .visibility-control-status{border:1px solid rgba(214,168,93,.18);background:#d6a85d17;color:#ffe6b7}.chronicle-shell .visibility-quick-actions button,.chronicle-shell .visibility-specific-actions button{border:1px solid rgba(255,255,255,.08);background:#ffffff0e;color:#d7dee8}.chronicle-shell .visibility-specific-actions button:not(.quiet-action){border-color:#d6a85d47;background:#d6a85d24;color:#ffe6b7}.chronicle-shell .visibility-specific-panel{border-top-color:#ffffff14}.chronicle-shell .world-summary,.chronicle-shell .form-message,.chronicle-shell .auth-helper,.chronicle-shell .campaign-row small,.chronicle-shell .member-row small,.chronicle-shell .invitation-row small,.chronicle-shell .world-entity-row small,.chronicle-shell dd{color:var(--chronicle-muted)}.chronicle-shell label,.chronicle-shell .text-editor-field,.chronicle-shell .note-title-editor>span,.chronicle-shell .note-summary-editor>span,.chronicle-shell .note-side-card label{color:#c6ced8}.chronicle-shell input,.chronicle-shell select,.chronicle-shell textarea{border-color:#ffffff1c;background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell select{color-scheme:dark}.chronicle-shell select option,.chronicle-shell select optgroup{background-color:#151c24;color:var(--chronicle-text)}.chronicle-shell select option:checked{background-color:#244f88;color:#fff}.chronicle-shell select option:disabled{color:var(--chronicle-subtle)}.chronicle-shell input:focus,.chronicle-shell select:focus,.chronicle-shell textarea:focus{border-color:#d6a85dad;box-shadow:0 0 0 3px #d6a85d24}.chronicle-shell .stack button,.chronicle-shell .primary-link,.chronicle-shell .secondary-action,.chronicle-shell .compact-action,.chronicle-shell .quick-actions a,.chronicle-shell .character-link-control button,.chronicle-shell .unlinked-row button,.chronicle-shell .unlinked-inline-row button{background:#d6a85d2e;color:#ffe6b7}.chronicle-shell .quick-actions a{border:1px solid rgba(214,168,93,.22)}.chronicle-shell .quiet-action,.chronicle-shell .modal-actions .quiet-action{background:#ffffff12;color:#d7dee8}.chronicle-shell .campaign-row,.chronicle-shell .member-row,.chronicle-shell .invitation-row,.chronicle-shell .world-entity-row,.chronicle-shell .campaign-stat-grid div,.chronicle-shell .wiki-create-header,.chronicle-shell .proposal-inbox,.chronicle-shell .proposal-inbox-list button,.chronicle-shell .proposal-review-meta span,.chronicle-shell .proposal-comment-card,.chronicle-shell .proposal-diff-card,.chronicle-shell .proposal-field-diff,.chronicle-shell .proposal-content-diff,.chronicle-shell .proposal-compare-grid section,.chronicle-shell .unlinked-inline-row,.chronicle-shell .unlinked-row,.chronicle-shell .markdown-preview,.chronicle-shell .entity-reference-list{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .proposal-inbox-heading,.chronicle-shell .proposal-inbox-list small,.chronicle-shell .proposal-inbox-list em,.chronicle-shell .proposal-review-meta span,.chronicle-shell .proposal-diff-empty,.chronicle-shell .proposal-diff-note,.chronicle-shell .proposal-compare-grid h4{color:var(--chronicle-muted)}.chronicle-shell .proposal-diff-heading h4,.chronicle-shell .proposal-field-diff strong,.chronicle-shell .proposal-content-diff p{color:var(--chronicle-text)}.chronicle-shell .proposal-diff-heading span,.chronicle-shell .proposal-field-diff>span,.chronicle-shell .proposal-content-diff>span{background:#ffffff12;color:#d7dee8}.chronicle-shell .proposal-field-diff p{color:var(--chronicle-muted)}.chronicle-shell .proposal-field-diff.added>span,.chronicle-shell .proposal-content-diff.added>span{background:#52a16e29;color:#bff1ce}.chronicle-shell .proposal-field-diff.removed>span,.chronicle-shell .proposal-content-diff.removed>span{background:#c9656529;color:#ffc7c7}.chronicle-shell .proposal-field-diff.changed>span,.chronicle-shell .proposal-content-diff.changed>span,.chronicle-shell .proposal-content-diff.hidden-preserved>span{background:#d6a85d24;color:#ffe0ab}.chronicle-shell .proposal-content-diff.hidden{background:#d6a85d0f}.chronicle-shell .proposal-content-diff-body{background:#ffffff0b}.chronicle-shell .proposal-content-diff-body>strong{background:#ffffff1f;color:#d7dee8}.chronicle-shell .proposal-content-diff.added .proposal-content-diff-body{background:#52a16e21}.chronicle-shell .proposal-content-diff.added .proposal-content-diff-body>strong{background:#4f9d69;color:#fff}.chronicle-shell .proposal-content-diff.removed .proposal-content-diff-body{background:#c9656521}.chronicle-shell .proposal-content-diff.removed .proposal-content-diff-body>strong{background:#c96565;color:#fff}.chronicle-shell .proposal-content-diff.changed .proposal-content-diff-body{background:#d6a85d1a}.chronicle-shell .proposal-content-diff.changed .proposal-content-diff-body>strong{background:#d7b46a;color:#3a2a10}.chronicle-shell .proposal-content-diff.hidden-preserved .proposal-content-diff-body{background:#d6a85d1c}.chronicle-shell .proposal-content-diff.hidden-preserved .proposal-content-diff-body>strong{background:#b6874d;color:#fff}.chronicle-shell .proposal-inline-diff .removed{background:#c965653d;color:#ffc7c7}.chronicle-shell .proposal-inline-diff .added{background:#52a16e3d;color:#bff1ce}.chronicle-shell .proposal-inbox-heading span{background:#ffffff12;color:#d7dee8}.chronicle-shell .proposal-inbox-list button:hover{border-color:#d6a85d47;background:#d6a85d14}.chronicle-shell .proposal-conflict-warning{background:#d6a85d1a;color:#ffe6b7}.chronicle-shell .wiki-tree{gap:3px}.chronicle-shell .wiki-root-create-button{border-color:#d6a85d4d;background:#d6a85d29;color:#ffe6b7}.chronicle-shell .wiki-root-create-button:hover,.chronicle-shell .wiki-root-create-button[aria-pressed=true]{border-color:#d6a85d80;background:#d6a85d3d;color:#fff3d8}.chronicle-shell .wiki-tree-row{min-height:30px;border-color:transparent;background:transparent;color:#d7dee8}.chronicle-shell .wiki-tree-row.folder{color:var(--chronicle-text)}.chronicle-shell .wiki-tree-row.entity{border-color:transparent}.chronicle-shell .wiki-tree-main{min-height:28px;gap:6px}.chronicle-shell .wiki-tree-main span{font-size:13px}.chronicle-shell .wiki-tree-title{gap:7px}.chronicle-shell .wiki-tree-title>svg{border-color:#d6a85d33;background:#d6a85d17;color:#e7c37f}.chronicle-shell .wiki-tree-row em{max-width:86px;padding:3px 7px;background:#ffffff12;color:#c4cbd4;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chronicle-shell .wiki-node-toggle,.chronicle-shell .wiki-node-toggle-placeholder{width:24px;height:24px;flex-basis:24px}.chronicle-shell .wiki-node-action{width:28px;height:28px;flex-basis:28px}.chronicle-shell .entity-reference-items a{border:1px solid rgba(255,255,255,.07);background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell .wiki-root-create-heading span,.chronicle-shell .wiki-root-create-heading p,.chronicle-shell .wiki-root-create-option small{color:var(--chronicle-muted)}.chronicle-shell .wiki-root-create-heading h3,.chronicle-shell .wiki-root-title-input,.chronicle-shell .wiki-root-create-option strong{color:var(--chronicle-text)}.chronicle-shell .wiki-root-title-input{background:transparent}.chronicle-shell .wiki-root-title-input::placeholder{color:var(--chronicle-text);opacity:.82}.chronicle-shell .wiki-root-title-input:hover,.chronicle-shell .wiki-root-title-input:focus{border-bottom-color:#d6a85db8;box-shadow:none}.chronicle-shell .wiki-root-create-option{border-color:#ffffff14;background:#ffffff09;color:var(--chronicle-text)}.chronicle-shell .wiki-root-create-option:hover,.chronicle-shell .wiki-root-create-option.active{border-color:#d6a85d5c;background:#d6a85d14}.chronicle-shell .wiki-root-create-option-icon{background:#d6a85d1a;color:#e7c37f}.chronicle-shell .wiki-root-create-actions button{border:1px solid rgba(214,168,93,.3);background:#d6a85d2e;color:#ffe6b7}.chronicle-shell .wiki-root-create-actions button:hover{border-color:#d6a85d7a;background:#d6a85d47;color:#fff3d8}.chronicle-shell .wiki-root-create-actions .quiet-action{border-color:#ffffff14;background:#ffffff12;color:#d7dee8}.chronicle-shell .wiki-root-create-actions button:disabled{border-color:#ffffff1a;background:#ffffff14;color:#9aa6b2}.chronicle-shell .entity-relation-row{border:1px solid rgba(255,255,255,.07);background:#ffffff0b;color:var(--chronicle-text)}.chronicle-shell .entity-relation-row small{color:var(--chronicle-muted)}.chronicle-shell .entity-relation-row button{background:#ffffff12;color:var(--chronicle-muted)}.chronicle-shell .entity-reference-items a:hover{border-color:#d6a85d42;background:#d6a85d14}.chronicle-shell .entity-reference-items .timeline-mention-link{border-color:#d6a85d2e;background:#d6a85d14}.chronicle-shell .entity-reference-items .timeline-mention-link:hover{border-color:#d6a85d57;background:#d6a85d24}.chronicle-shell .timeline-mention-link svg{color:#d6a85d}.chronicle-shell .entity-reference-items small{color:var(--chronicle-muted)}.chronicle-shell .entity-reference-icon{background:#d6a85d17;color:#e7c37f}.chronicle-shell .wiki-tree-row:hover,.chronicle-shell .campaign-row:hover,.chronicle-shell .world-entity-row:hover{border-color:#ffffff14;background:#ffffff0f}.chronicle-shell .wiki-tree-row.active,.chronicle-shell .campaign-row.active,.chronicle-shell .world-entity-row.active{border-color:#d6a85d7a;background:#d6a85d17;box-shadow:inset 3px 0 0 var(--chronicle-gold)}.chronicle-shell .trash-inline-heading{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .trash-inline-heading strong,.chronicle-shell .trash-inline-row strong{color:var(--chronicle-text)}.chronicle-shell .trash-inline-heading small,.chronicle-shell .trash-inline-row small{color:var(--chronicle-muted)}.chronicle-shell .trash-empty{color:var(--chronicle-text)}.chronicle-shell .trash-inline-row{border-color:#ffffff1a;background:#ffffff09}.chronicle-shell .trash-inline-row.active{border-color:#d6a85d6b;background:#d6a85d14}.chronicle-shell .trash-inline-preview-button{color:var(--chronicle-text)}.chronicle-shell .trash-inline-actions button{background:#5273a747;color:#dce9ff}.chronicle-shell .wiki-node-toggle,.chronicle-shell .wiki-node-action,.chronicle-shell .wiki-create-toggle,.chronicle-shell .wiki-create-close,.chronicle-shell .wiki-unlinked-button,.chronicle-shell .wiki-trash-button,.chronicle-shell .tiptap-reference-popover button{background:#ffffff12;color:#c6ced8}.chronicle-shell .wiki-node-action{opacity:.48;transition:opacity .14s ease,background .14s ease}.chronicle-shell .wiki-tree-row:hover .wiki-node-action,.chronicle-shell .wiki-tree-row:focus-within .wiki-node-action{opacity:1}.chronicle-shell .wiki-node-action:hover,.chronicle-shell .wiki-node-toggle:hover,.chronicle-shell .wiki-create-toggle:hover,.chronicle-shell .wiki-create-close:hover,.chronicle-shell .wiki-unlinked-button:hover,.chronicle-shell .wiki-trash-button:hover{background:#ffffff1c}.chronicle-shell .wiki-node-action-menu,.chronicle-shell .tiptap-reference-suggestions,.chronicle-shell .tiptap-reference-popover{border-color:#ffffff1a;background:#101720;box-shadow:0 24px 60px #0006}.chronicle-shell .tiptap-reference-edit-form input{border-color:#ffffff1a;background:#ffffff0e;color:#f2f4f8}.chronicle-shell .wiki-node-action-menu button{color:#d7dee8}.chronicle-shell .tiptap-reference-suggestions span,.chronicle-shell .tiptap-reference-suggestions small,.chronicle-shell .tiptap-reference-empty{color:var(--chronicle-muted)}.chronicle-shell .tiptap-reference-suggestions strong{color:#d7dee8}.chronicle-shell .tiptap-reference-search input{border-color:#ffffff14;background:#ffffff0e;color:#f2f4f8}.chronicle-shell .tiptap-reference-search input::placeholder{color:var(--chronicle-muted)}.chronicle-shell .delete-warning-body{border-color:#b0525242;background:#b052521a}.chronicle-shell .visibility-warning-body{border-color:#d6a85d42;background:#d6a85d14}.chronicle-shell .delete-warning-body strong{color:var(--chronicle-text)}.chronicle-shell .delete-warning-body p,.chronicle-shell .delete-warning-body small{color:var(--chronicle-muted)}.chronicle-shell .tiptap-reference-suggestions button:hover,.chronicle-shell .tiptap-reference-suggestions button.active{background:#d6a85d1f}.chronicle-shell .tiptap-reference-suggestions button.create-reference{background:#115838b8;color:#d8f5e3}.chronicle-shell .tiptap-reference-suggestions button.create-reference small{color:#9fd7b9}.chronicle-shell .tiptap-reference-suggestions button.create-reference:hover,.chronicle-shell .tiptap-reference-suggestions button.create-reference.active{background:#0e6f44e0}.chronicle-shell .tiptap-reference-suggestions button.link-reference{background:#123a69c2;color:#d8eaff}.chronicle-shell .tiptap-reference-suggestions button.link-reference small{color:#adc9eb}.chronicle-shell .tiptap-reference-suggestions button.link-reference:hover,.chronicle-shell .tiptap-reference-suggestions button.link-reference.active{background:#114e8be6}.chronicle-shell .tiptap-reference-suggestions button:hover strong,.chronicle-shell .tiptap-reference-suggestions button.active strong{color:#ffe6b7}.chronicle-shell .tiptap-reference-popover button:hover,.chronicle-shell .tiptap-reference-popover button.primary{background:#d6a85d24;color:#ffe6b7}.chronicle-shell .tiptap-reference-popover button.primary:hover{background:#d6a85d38}.chronicle-shell .tiptap-reference-popover button.danger:hover{background:#c9656529;color:#ffc7c7}.chronicle-shell .tiptap-reference-suggestions button.create-reference strong,.chronicle-shell .tiptap-reference-suggestions button.create-reference:hover strong,.chronicle-shell .tiptap-reference-suggestions button.create-reference.active strong{color:#e7fff0}.chronicle-shell .tiptap-reference-suggestions button.link-reference strong,.chronicle-shell .tiptap-reference-suggestions button.link-reference:hover strong,.chronicle-shell .tiptap-reference-suggestions button.link-reference.active strong{color:#e1efff}.chronicle-shell .wiki-node-action-menu button:hover{background:#ffffff12}.chronicle-shell .wiki-node-action-menu button.danger,.chronicle-shell .wiki-node-action.danger{color:var(--chronicle-danger)}.chronicle-shell .wiki-create-advanced-toggle{border-color:#ffffff14;background:#ffffff09;color:#d7dee8}.chronicle-shell .wiki-create-advanced-toggle:hover,.chronicle-shell .wiki-create-advanced-toggle[aria-expanded=true]{border-color:#d6a85d47;background:#d6a85d14;color:#ffe6b7}.chronicle-shell .asset-upload-button{border:1px solid rgba(214,168,93,.22);background:#d6a85d1f;color:#ffe6b7}.chronicle-shell .asset-upload-button:hover,.chronicle-shell .asset-upload-button:focus-visible{border-color:#ffd89a7a;background:#d6a85d2e}.chronicle-shell .tiptap-shell{border-color:#ffffff17;background:#080c11b3}.chronicle-shell .tiptap-toolbar,.chronicle-shell .tiptap-toolbar-group,.chronicle-shell .tiptap-reference-picker{border-color:#ffffff14;background:#ffffff09}.chronicle-shell .tiptap-toolbar button,.chronicle-shell .tiptap-reference-picker,.chronicle-shell .tiptap-reference-picker select{color:#d7dee8}.chronicle-shell .tiptap-toolbar button:hover,.chronicle-shell .tiptap-toolbar button.active,.chronicle-shell .tiptap-reference-picker.active{background:#d6a85d24;color:#ffe6b7}.chronicle-shell .tiptap-editor,.chronicle-shell .tiptap-viewer{color:#e7edf4}.chronicle-shell .tiptap-viewer{min-height:330px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff06}.chronicle-shell .tiptap-campaign-image{border-color:#d6a85d3d;background:#ffffff09}.chronicle-shell .tiptap-hidden-block{border-color:#d6a85db8;background:#d6a85d0f;box-shadow:inset 0 1px #ffffff08}.chronicle-shell .tiptap-hidden-block:focus-within{border-color:#ffd89af5;box-shadow:0 0 0 1px #ffd89a29,0 16px 40px #00000038}.chronicle-shell .tiptap-hidden-block-label{border-bottom-color:#d6a85d3d;background:#d6a85d1a;color:#ffd89a}.chronicle-shell .tiptap-hidden-block-delete{min-height:24px;padding:0;border-color:#ffd89a2e;background:#ffffff0a;color:#ffd89a}.chronicle-shell .tiptap-hidden-block-controls select{border-color:#ffd89a2e;background-color:#ffffff0a;color:#ffd89a}.chronicle-shell .tiptap-hidden-block-access{border-bottom-color:#d6a85d2e}.chronicle-shell .tiptap-hidden-block-access .specific-players-picker{border-color:#d6a85d33;background:#ffffff06}.chronicle-shell .tiptap-hidden-block-delete:hover,.chronicle-shell .tiptap-hidden-block-delete.armed{border-color:#ff806a9e;background:#ff806a1f;color:#ffb3a4}.chronicle-shell .tiptap-entity-reference{color:#d6a85d}.chronicle-shell .tiptap-entity-reference.unresolved,.chronicle-shell .tiptap-reference-popover.unresolved span,.chronicle-shell .tiptap-reference-popover em{color:#8a95a3}.chronicle-shell .empty-state{border-color:#ffffff1a;color:var(--chronicle-muted)}.chronicle-shell .empty-state strong,.chronicle-shell dt,.chronicle-shell .campaign-stat-grid strong,.chronicle-shell .note-side-card h4,.chronicle-shell .entity-reference-list h4{color:#d7dee8}.chronicle-shell .campaign-stat-grid span{color:var(--chronicle-muted)}.chronicle-shell.interface-density-compact .workspace-grid,.chronicle-shell.interface-density-compact .campaign-overview-grid,.chronicle-shell.interface-density-compact .profile-layout,.chronicle-shell.interface-density-compact .sessions-layout,.chronicle-shell.interface-density-compact .timeline-layout,.chronicle-shell.interface-density-compact .wiki-layout{gap:14px;padding:0 18px 22px}.chronicle-shell.interface-density-compact .panel,.chronicle-shell.interface-density-compact .profile-nav-panel,.chronicle-shell.interface-density-compact .profile-content-panel{padding:14px}.chronicle-shell.interface-density-compact .profile-tabs button{min-height:46px;padding:7px 9px}.chronicle-shell.interface-density-compact .campaign-row,.chronicle-shell.interface-density-compact .member-row,.chronicle-shell.interface-density-compact .invitation-row,.chronicle-shell.interface-density-compact .world-entity-row,.chronicle-shell.interface-density-compact .profile-character-list-item,.chronicle-shell.interface-density-compact .session-card{padding:9px}.chronicle-shell.interface-density-compact .profile-section,.chronicle-shell.interface-density-compact .profile-character-workspace,.chronicle-shell.interface-density-compact .interface-preferences-card,.chronicle-shell.interface-density-compact .interface-setting-group{gap:10px}.chronicle-shell.interface-density-compact .tiptap-editor,.chronicle-shell.interface-density-compact .tiptap-viewer{padding:10px 12px;line-height:1.55}.chronicle-shell.reading-large .note-content-panel .tiptap-viewer,.chronicle-shell.reading-large .markdown-preview .tiptap-viewer,.chronicle-shell.reading-large .timeline-event-content .tiptap-viewer{font-size:17px;line-height:1.78}.chronicle-shell.reading-width-standard .note-content-panel .tiptap-viewer,.chronicle-shell.reading-width-standard .markdown-preview .tiptap-viewer,.chronicle-shell.reading-width-standard .timeline-event-content .tiptap-viewer{max-width:840px}.chronicle-shell.reading-width-wide .note-content-panel .tiptap-viewer,.chronicle-shell.reading-width-wide .markdown-preview .tiptap-viewer,.chronicle-shell.reading-width-wide .timeline-event-content .tiptap-viewer{max-width:none}.chronicle-shell.contrast-high{--chronicle-muted: #c4ceda;--chronicle-subtle: #a7b2bf}.chronicle-shell.contrast-high .panel,.chronicle-shell.contrast-high .profile-identity-card,.chronicle-shell.contrast-high .profile-overview-card,.chronicle-shell.contrast-high .profile-stat-card,.chronicle-shell.contrast-high .interface-preferences-card,.chronicle-shell.contrast-high .interface-preview-card,.chronicle-shell.contrast-high .interface-state-card{border-color:#ffffff29}.chronicle-shell.motion-reduced,.chronicle-shell.motion-reduced *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}@media (max-width: 940px){.app-shell{grid-template-columns:56px minmax(0,1fr)}.chronicle-shell,.chronicle-shell.sidebar-open{grid-template-columns:1fr}.app-shell.sidebar-open{grid-template-columns:minmax(260px,78vw) minmax(0,1fr)}.app-shell.chronicle-shell.sidebar-open{grid-template-columns:1fr}.sidebar{padding:14px 7px}.sidebar-open .sidebar,.workspace{padding:22px}.chronicle-shell .sidebar{position:static;height:auto;padding:14px}.chronicle-shell .workspace{padding:0}.chronicle-topbar{position:static;grid-template-columns:1fr;padding:12px 14px}.topbar-search,.account-menu{justify-self:stretch}.account-menu{justify-content:flex-start;flex-wrap:wrap}.workspace-grid,.campaign-overview-grid,.gm-dashboard-layout,.profile-layout,.sessions-layout,.wiki-layout,.wiki-root-create-options,.timeline-layout,.todo-layout,.feature-grid,.note-view,.profile-dashboard-grid,.profile-identity-card,.profile-overview-grid,.security-layout,.interface-layout,.interface-select-grid,.privacy-layout,.privacy-facts,.privacy-future-grid,.profile-identity-grid,.profile-form-grid,.profile-facts,.profile-library-row,.profile-character-actions,.profile-character-workspace,.proposal-compare-grid,dl{grid-template-columns:1fr}.profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-layout.profile-layout-nav-collapsed,.profile-character-workspace.character-list-collapsed{grid-template-columns:1fr}.profile-nav-panel.collapsed .profile-tabs{grid-template-columns:repeat(auto-fit,44px);justify-content:flex-start}.timeline-create-panel{position:static;max-height:none;overflow:visible}.timeline-date-picker{position:static}.session-workflow-actions{display:grid}.session-workflow-buttons{justify-content:flex-start}}@media (max-width: 560px){.toast-viewport{top:12px;right:12px;left:12px;width:auto}.workspace-header{align-items:flex-start;flex-direction:column}.brand-block{flex-direction:column}.public-nav{align-items:flex-start;flex-direction:column}.hero-section h2{font-size:34px}.timeline-date-grid,.timeline-date-picker-fields,.timeline-placement-grid,.session-form-grid,.session-planning-form,.player-session-highlights,.profile-stat-grid,.timeline-era-row,.timeline-month-row,.timeline-month-create{grid-template-columns:1fr}.timeline-month-actions{justify-content:flex-start}}
