@charset "UTF-8";:root{--we-app-bg: var(--we-surface-0);--we-app-bg-subtle: var(--we-surface-50);--we-app-bg-muted: var(--we-surface-100);--we-panel-bg: var(--we-surface-0);--we-panel-bg-muted: var(--we-surface-50);--we-panel-bg-soft: var(--we-surface-100);--we-panel-border: var(--we-surface-200);--we-panel-border-strong: var(--we-surface-300);--we-text-primary: var(--we-text-color);--we-text-secondary: var(--we-text-muted-color);--we-text-tertiary: var(--we-surface-600);--we-text-inverse: var(--we-primary-inverse-color);--we-accent: var(--we-primary-color);--we-accent-hover: var(--we-primary-hover-color);--we-accent-active: var(--we-primary-active-color);--we-selection-bg: var(--we-highlight-background);--we-selection-text: var(--we-highlight-color);--we-focus-ring: var(--we-focus-ring-width) var(--we-focus-ring-style) var(--we-focus-ring-color);--we-focus-ring-color-soft: color-mix(in srgb, var(--we-primary-color) 28%, transparent);--we-input-bg: var(--we-form-field-background);--we-input-bg-filled: var(--we-form-field-filled-background);--we-input-border: var(--we-form-field-border-color);--we-input-border-hover: var(--we-form-field-hover-border-color);--we-input-border-focus: var(--we-form-field-focus-border-color);--we-input-placeholder: var(--we-form-field-placeholder-color);--we-input-text: var(--we-form-field-color);--we-shell-bg: var(--we-panel-bg);--we-shell-border: var(--we-panel-border);--we-sidebar-bg: var(--we-panel-bg);--we-sidebar-border: var(--we-panel-border);--we-toolbar-bg: color-mix(in srgb, var(--we-surface-0) 88%, var(--we-surface-100));--we-toolbar-border: var(--we-panel-border);--we-world-canvas-bg: var(--we-surface-50);--we-world-card-bg: var(--we-panel-bg);--we-world-card-border: var(--we-panel-border);--we-world-card-hover-border: var(--we-panel-border-strong);--we-entry-editor-bg: var(--we-panel-bg);--we-entry-editor-toolbar-bg: var(--we-panel-bg-muted);--we-entry-editor-border: var(--we-panel-border);--we-chip-bg: var(--we-surface-100);--we-chip-text: var(--we-text-primary);--we-chip-border: var(--we-surface-200);--we-module-character: #a09597;--we-module-location: #919a95;--we-module-faction: #818687;--we-module-event: #9b8568;--we-module-item: #939697;--we-module-rule: #7d8883;--we-module-character-soft: color-mix(in srgb, var(--we-module-character) 14%, white);--we-module-location-soft: color-mix(in srgb, var(--we-module-location) 14%, white);--we-module-faction-soft: color-mix(in srgb, var(--we-module-faction) 14%, white);--we-module-event-soft: color-mix(in srgb, var(--we-module-event) 14%, white);--we-module-item-soft: color-mix(in srgb, var(--we-module-item) 14%, white);--we-module-rule-soft: color-mix(in srgb, var(--we-module-rule) 14%, white);--we-relation-friendly: color-mix(in srgb, var(--we-module-location) 78%, white);--we-relation-neutral: var(--we-surface-400);--we-relation-conflict: color-mix(in srgb, var(--we-module-character) 72%, #6f6568);--we-state-success: #869b84;--we-state-warning: #a8916f;--we-state-danger: #a97878;--we-state-info: #818c93;--we-state-success-soft: color-mix(in srgb, var(--we-state-success) 14%, white);--we-state-warning-soft: color-mix(in srgb, var(--we-state-warning) 14%, white);--we-state-danger-soft: color-mix(in srgb, var(--we-state-danger) 14%, white);--we-state-info-soft: color-mix(in srgb, var(--we-state-info) 14%, white);--we-radius-xs: 8px;--we-radius-sm: 12px;--we-radius-md: 16px;--we-radius-lg: 20px;--we-radius-xl: 24px;--we-shadow-sm: 0 2px 10px rgba(0, 0, 0, .04);--we-shadow-md: 0 8px 24px rgba(0, 0, 0, .06);--we-shadow-lg: 0 16px 40px rgba(0, 0, 0, .08);--we-transition-fast: .16s ease;--we-transition-normal: .22s ease}.app-dark{--we-app-bg: color-mix(in srgb, var(--we-surface-950) 92%, black);--we-app-bg-subtle: color-mix(in srgb, var(--we-surface-900) 88%, black);--we-app-bg-muted: color-mix(in srgb, var(--we-surface-800) 84%, black);--we-panel-bg: color-mix(in srgb, var(--we-surface-900) 88%, black);--we-panel-bg-muted: color-mix(in srgb, var(--we-surface-800) 88%, black);--we-panel-bg-soft: color-mix(in srgb, var(--we-surface-700) 82%, black);--we-panel-border: var(--we-surface-700);--we-panel-border-strong: var(--we-surface-600);--we-text-primary: var(--we-text-color);--we-text-secondary: var(--we-text-muted-color);--we-text-tertiary: var(--we-surface-300);--we-toolbar-bg: color-mix(in srgb, var(--we-surface-900) 80%, black);--we-world-canvas-bg: color-mix(in srgb, var(--we-surface-950) 90%, black);--we-chip-bg: color-mix(in srgb, var(--we-surface-800) 88%, black);--we-chip-border: var(--we-surface-700);--we-shadow-sm: 0 2px 12px rgba(0, 0, 0, .24);--we-shadow-md: 0 10px 30px rgba(0, 0, 0, .28);--we-shadow-lg: 0 18px 48px rgba(0, 0, 0, .32)}html{font-size:16px;background:var(--we-app-bg)}body{margin:0;min-height:100vh;background:var(--we-app-bg);color:var(--we-text-primary);font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}::selection{background:var(--we-selection-bg);color:var(--we-selection-text)}a{text-decoration:none;transition:color var(--we-transition-fast)}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh;background:var(--we-app-bg);color:var(--we-text-primary)}.we-panel{background:var(--we-panel-bg);border:1px solid var(--we-panel-border);border-radius:var(--we-radius-lg);box-shadow:var(--we-shadow-sm)}.we-panel--muted{background:var(--we-panel-bg-muted)}.we-toolbar{display:flex;align-items:center;gap:12px;background:var(--we-toolbar-bg);border:1px solid var(--we-toolbar-border);border-radius:var(--we-radius-md)}.we-world-card{background:var(--we-world-card-bg);border:1px solid var(--we-world-card-border);border-radius:var(--we-radius-lg);box-shadow:var(--we-shadow-sm);transition:border-color var(--we-transition-normal),transform var(--we-transition-normal),box-shadow var(--we-transition-normal)}.we-world-card:hover{border-color:var(--we-world-card-hover-border);transform:translateY(-2px);box-shadow:var(--we-shadow-md)}.we-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--we-chip-border);background:var(--we-chip-bg);color:var(--we-chip-text);font-size:12px;line-height:1}.we-module-badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;line-height:1;border:1px solid transparent}.we-module-badge--character{background:var(--we-module-character-soft);color:var(--we-module-character);border-color:color-mix(in srgb,var(--we-module-character) 24%,transparent)}.we-module-badge--location{background:var(--we-module-location-soft);color:var(--we-module-location);border-color:color-mix(in srgb,var(--we-module-location) 24%,transparent)}.we-module-badge--faction{background:var(--we-module-faction-soft);color:var(--we-module-faction);border-color:color-mix(in srgb,var(--we-module-faction) 24%,transparent)}.we-module-badge--event{background:var(--we-module-event-soft);color:var(--we-module-event);border-color:color-mix(in srgb,var(--we-module-event) 24%,transparent)}.we-module-badge--item{background:var(--we-module-item-soft);color:var(--we-module-item);border-color:color-mix(in srgb,var(--we-module-item) 24%,transparent)}.we-module-badge--rule{background:var(--we-module-rule-soft);color:var(--we-module-rule);border-color:color-mix(in srgb,var(--we-module-rule) 24%,transparent)}.we-section-title{margin:0;font-size:20px;line-height:1.2;font-weight:600;color:var(--we-text-primary)}.we-section-desc{margin:6px 0 0;font-size:14px;line-height:1.6;color:var(--we-text-secondary)}.we-input-surface{background:var(--we-input-bg);border:1px solid var(--we-input-border);border-radius:var(--we-radius-md);color:var(--we-input-text);transition:border-color var(--we-transition-fast),box-shadow var(--we-transition-fast)}.we-input-surface:hover{border-color:var(--we-input-border-hover)}.we-input-surface:focus-within{border-color:var(--we-input-border-focus);box-shadow:0 0 0 4px var(--we-focus-ring-color-soft)}.we-editor-shell{background:var(--we-entry-editor-bg);border:1px solid var(--we-entry-editor-border);border-radius:var(--we-radius-lg);overflow:hidden}.we-editor-shell__toolbar{background:var(--we-entry-editor-toolbar-bg);border-bottom:1px solid var(--we-entry-editor-border)}.we-muted{color:var(--we-text-secondary)}.we-subtle{color:var(--we-text-tertiary)}.we-divider{border:0;border-top:1px solid var(--we-panel-border);margin:0}.p-card,.p-panel,.p-dialog,.p-drawer,.p-tieredmenu,.p-menu,.p-overlaypanel{border-radius:var(--we-radius-lg)}.p-inputtext,.p-inputtextarea,.p-select,.p-multiselect,.p-datepicker-input,.p-inputnumber-input,.p-button{border-radius:var(--we-radius-md)}.p-datatable,.p-tree,.p-treeTable{border-radius:var(--we-radius-lg);overflow:hidden}
