:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}#root{min-height:100vh;width:100%}body{margin:0;min-width:320px;min-height:100vh}.page{padding:1.5rem;max-width:960px;margin:0 auto}.page.loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.login{display:flex;flex-direction:column;align-items:center;gap:1rem}.login button+button{margin-left:.5rem}.dashboard header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.dashboard header h1{margin:0;font-size:1.5rem}.dashboard nav{margin-bottom:1rem}.dashboard nav a{margin-right:1rem}.dashboard-nav a.active{font-weight:700}.form-card{background:var(--card-bg, #2a2a2a);padding:1rem;border-radius:8px;margin:1rem 0;max-width:640px}.form-card label{display:block;margin:.5rem 0}.form-card input[type=text],.form-card input[type=number],.form-card select,.form-card textarea{width:100%;max-width:400px}.form-card button{margin-right:.5rem;margin-top:.5rem}.list{list-style:none;padding:0}.list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid #444}.list li button{margin-left:.5rem}.nodes-list li{flex-wrap:wrap}.choices-list{margin-top:.5rem}.choice-row{display:grid;grid-template-columns:1fr 1fr 60px 1fr 140px auto;gap:.5rem;align-items:center}.choice-row input,.choice-row select{min-width:0}.error{color:#f88}.success{color:#8f8}.badge{font-size:.75rem;background:#444;padding:.1rem .4rem;border-radius:4px;margin-left:.5rem}button.danger{color:#f88;border-color:#f88}.export-preview{font-size:.85rem;max-height:200px;overflow:auto;background:#1a1a1a;padding:.5rem}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.admin-theme{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--admin-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--text-s: .8125rem;--text-m: .875rem;--text-l: 1.125rem;--font-normal: 400;--font-semibold: 600;--admin-bg: #fafafa;--admin-surface: #ffffff;--admin-border: #e5e7eb;--admin-text: #1c1c1c;--admin-text-muted: #6b7280;--admin-primary: #3b82f6;--admin-primary-hover: #2563eb;--admin-danger: #b91c1c;--admin-danger-hover: #991b1b;--admin-danger-bg: #fef2f2;--admin-success: #15803d;--admin-success-bg: #dcfce7;--admin-nav-active-bg: #f3f4f6;--admin-sidebar-bg: var(--admin-surface);--admin-sidebar-text: #6b7280;--admin-sidebar-text-active: #1c1c1c;--admin-sidebar-item-bg-active: #ebebeb;--admin-sidebar-accent: #d1d5db;--admin-radius: 6px}.admin-theme a{color:var(--admin-primary);text-decoration:none}.admin-theme a:hover{color:var(--admin-primary-hover)}.admin-theme{font-family:var(--admin-font);font-size:var(--text-m);font-weight:var(--font-normal);background:var(--admin-bg);color:var(--admin-text);min-height:100vh;line-height:1.5}.admin-theme .page.dashboard{max-width:none;margin:0;padding:0}.admin-theme .dashboard{min-height:100vh;display:flex;flex-direction:column}.admin-theme .dashboard-header{flex-shrink:0;--header-row: 1;min-height:calc(1em * var(--header-row) + 2 * var(--space-2));padding:var(--space-2) var(--space-6) var(--space-2) var(--space-4);background:var(--admin-surface);border-bottom:1px solid var(--admin-border)}.admin-theme .dashboard-body{flex:1;max-width:1100px;margin:0 auto;padding:0 var(--space-6) var(--space-12);width:100%}.admin-theme .dashboard-body--with-sidebar{max-width:none;margin:0;padding:0;display:flex;min-height:0}.admin-theme .dashboard-sidebar{width:220px;flex-shrink:0;background:var(--admin-sidebar-bg);border-right:1px solid var(--admin-border);padding:var(--space-6) 0}.admin-theme .dashboard-sidebar-title{margin:0 0 var(--space-3);padding:0 var(--space-4);font-size:var(--text-l);font-weight:var(--font-semibold);color:var(--admin-text)}.admin-theme .dashboard-sidebar-divider{margin:0 var(--space-4) var(--space-4);border:0;border-top:1px solid var(--admin-border)}.admin-theme .dashboard-sidebar-nav{display:flex;flex-direction:column;gap:var(--space-1)}.admin-theme .dashboard-sidebar-link{display:block;padding:var(--space-2) var(--space-4);font-size:var(--text-m);font-weight:var(--font-normal);color:var(--admin-sidebar-text);border-radius:6px;margin:0 var(--space-2);transition:background .12s ease,color .12s ease}.admin-theme .dashboard-sidebar-link:hover{background:var(--admin-sidebar-item-bg-active);color:var(--admin-sidebar-text-active)}.admin-theme .dashboard-sidebar-link.active{background:var(--admin-sidebar-item-bg-active);color:var(--admin-sidebar-text-active);font-weight:var(--font-semibold)}.admin-theme .dashboard-sidebar-group{display:flex;flex-direction:column;gap:var(--space-1)}.admin-theme .dashboard-sidebar-link--sub{padding-left:var(--space-8);font-size:var(--text-s)}.admin-theme .dashboard-main{flex:1;min-width:0;background:var(--admin-surface);padding:var(--space-8) var(--space-6);overflow-y:auto}.admin-theme .dashboard-main--home{padding:0}.admin-theme .dashboard-main--compact{padding:var(--space-4) var(--space-6)}.admin-theme .admin-page--compact .admin-card--no-border [id^=anchor-],.admin-theme .admin-page--compact .admin-card--no-border>div[style*="16px 0 20px"]{padding-left:0;padding-right:0}.admin-theme .admin-select-dropdown::-webkit-scrollbar,.admin-theme .admin-table-wrap::-webkit-scrollbar,.admin-theme .admin-scroll::-webkit-scrollbar{width:6px}.admin-theme .admin-select-dropdown::-webkit-scrollbar-track,.admin-theme .admin-table-wrap::-webkit-scrollbar-track,.admin-theme .admin-scroll::-webkit-scrollbar-track{background:transparent}.admin-theme .admin-select-dropdown::-webkit-scrollbar-thumb,.admin-theme .admin-table-wrap::-webkit-scrollbar-thumb,.admin-theme .admin-scroll::-webkit-scrollbar-thumb{background-color:#94a3b899;border-radius:999px}.admin-theme .admin-select-dropdown::-webkit-scrollbar-thumb:hover,.admin-theme .admin-table-wrap::-webkit-scrollbar-thumb:hover,.admin-theme .admin-scroll::-webkit-scrollbar-thumb:hover{background-color:#94a3b8e6}.admin-theme .admin-select--sm{min-width:120px}.admin-theme .admin-select--md{min-width:160px}.admin-theme .admin-select--lg{min-width:220px}.admin-theme .dashboard-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);margin-bottom:0;font-size:var(--text-m);font-weight:var(--font-normal);color:var(--admin-text);line-height:1}.admin-theme .dashboard-header-left{display:flex;align-items:center;gap:var(--space-3);min-width:0}.admin-theme .dashboard-logo-slot{width:1.2em;height:1.2em;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-s, 4px);overflow:hidden}.admin-theme .dashboard-logo-slot .dashboard-logo{width:100%;height:100%;object-fit:contain;display:block}.admin-theme .dashboard-title{margin:0;padding:0;font-size:var(--text-m);font-weight:var(--font-semibold);color:var(--admin-text);flex-shrink:0;line-height:1}.admin-theme .dashboard-breadcrumb{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-1);font-size:var(--text-m);font-weight:var(--font-normal);color:var(--admin-text-muted);line-height:1}.admin-theme .dashboard-breadcrumb-item{display:inline-flex;align-items:center;gap:var(--space-1);line-height:1}.admin-theme .dashboard-breadcrumb-link,.admin-theme .dashboard-breadcrumb-current{line-height:1}.admin-theme .dashboard-breadcrumb-sep{color:var(--admin-text-muted);opacity:.7;-webkit-user-select:none;user-select:none}.admin-theme .dashboard-breadcrumb-link{color:var(--admin-text-muted)}.admin-theme .dashboard-breadcrumb-link:hover{color:var(--admin-primary)}.admin-theme .dashboard-breadcrumb-current{color:var(--admin-text);font-weight:var(--font-normal)}.admin-theme .dashboard-header-right{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0;font-size:var(--text-m);line-height:1}.admin-theme .dashboard-header-right .admin-btn-secondary{padding-top:2px;padding-bottom:2px;line-height:1}.admin-theme .dashboard-user-email{color:var(--admin-text-muted)}.admin-page{padding:0 0 var(--space-12)}.admin-page--home{padding:0}.admin-page-title{margin:0 0 var(--space-2);font-size:var(--text-l);font-weight:var(--font-semibold);color:var(--admin-text)}.admin-page-desc{margin:0 0 var(--space-6);font-size:var(--text-m);color:var(--admin-text-muted);line-height:1.5}.admin-card{background:var(--admin-surface);border-radius:var(--admin-radius);padding:var(--space-6);margin-bottom:var(--space-6);border:1px solid var(--admin-border)}.admin-card--no-border{border:none}.admin-page--compact .admin-page-title{font-size:1rem;margin-bottom:var(--space-1)}.admin-page--compact .admin-page-desc{font-size:.8125rem;margin-bottom:var(--space-4);line-height:1.4}.admin-page--compact .admin-card,.admin-page--compact .admin-card--no-border{padding:var(--space-4) 0;margin-bottom:var(--space-4)}.admin-page--compact .admin-card--no-border .nodes-dialogue-subsection,.admin-page--compact .admin-card--no-border .admin-table-wrap{padding-left:0;padding-right:0}.admin-page--compact .admin-card-title{margin-bottom:var(--space-2);font-size:.875rem}.admin-page--compact .admin-form .admin-field{margin-bottom:var(--space-2)}.admin-page--compact .list li{padding:var(--space-2) 0;font-size:.8125rem}.admin-page--compact .error,.admin-page--compact .success{font-size:.8125rem;margin:var(--space-1) 0}.admin-page--compact .admin-btn-primary,.admin-page--compact .admin-btn-secondary,.admin-page--compact a.admin-btn-primary,.admin-page--compact a.admin-btn-secondary{padding:4px 10px;font-size:.8125rem}.admin-page--compact button.danger:not(.admin-btn-icon){padding:4px 10px;font-size:.8125rem}.admin-page--compact .admin-table{font-size:.8125rem}.admin-page--compact .admin-table th{padding:var(--space-1) var(--space-2) var(--space-1) 0;font-size:.75rem}.admin-page--compact .admin-table td{padding:var(--space-2) var(--space-2) var(--space-2) 0}.admin-page--compact .gifts-list-table th:first-child,.admin-page--compact .gifts-list-table td:first-child{padding-right:2px;width:32px}.admin-page--compact .gifts-list-table th:nth-child(2),.admin-page--compact .gifts-list-table td:nth-child(2){padding-left:0}.admin-page--compact .gifts-list-table th:last-child,.admin-page--compact .gifts-list-table td:last-child{padding-right:0;width:1%;white-space:nowrap}.admin-page--compact .roles-group-title{font-size:.8125rem;margin-bottom:var(--space-2)}.admin-page--compact .roles-list-avatar{width:36px;height:36px}.admin-page--compact .roles-avatar-action-btn{padding:2px 6px;font-size:.6875rem}.roles-checkup-display{cursor:pointer;padding:2px 8px;font-size:.75rem;line-height:1.4;color:var(--admin-text);min-width:80px}.roles-checkup-display:hover{color:var(--admin-primary, #2563eb)}.roles-checkup-edit{min-width:160px}.admin-card-title{margin:0 0 var(--space-3);font-size:var(--text-m);font-weight:var(--font-semibold);color:var(--admin-text)}.admin-module-cards{display:flex;flex-wrap:wrap;gap:var(--space-6)}.admin-page--home .admin-module-cards--home{gap:var(--space-6);padding:var(--space-6)}.admin-module-card{display:block;background:var(--admin-surface);border-radius:var(--admin-radius);padding:var(--space-6);min-width:260px;max-width:400px;text-decoration:none;color:inherit;border:1px solid var(--admin-border);transition:border-color .12s ease,box-shadow .12s ease}.admin-module-card--large{flex:1;min-width:280px;max-width:none;padding:var(--space-8)}.admin-module-card--large .admin-module-card-title{font-size:1.25rem}.admin-module-card--large .admin-module-card-meta,.admin-module-card--large .admin-module-card-stats{font-size:var(--text-m)}.admin-module-card--placeholder{min-width:200px;max-width:320px;cursor:default;opacity:.85}.admin-module-card--placeholder .admin-module-card-title{color:var(--admin-text-muted);font-weight:var(--font-normal)}.admin-module-card:hover{border-color:var(--admin-text-muted);box-shadow:0 1px 3px #0000000f}.admin-module-card--placeholder:hover{box-shadow:none}.admin-module-card-title{margin:0 0 var(--space-3);font-size:var(--text-l);font-weight:var(--font-semibold);color:var(--admin-text)}.admin-module-card-meta{display:flex;flex-direction:column;gap:var(--space-1);margin-bottom:var(--space-3);font-size:var(--text-s);color:var(--admin-text-muted)}.admin-module-card-stats{margin:0;font-size:var(--text-m);color:var(--admin-text);line-height:1.5}.admin-module-card-stats strong{color:var(--admin-primary);font-weight:var(--font-semibold)}.admin-form .admin-field{margin-bottom:var(--space-4)}.admin-form .admin-field label{display:block;margin-bottom:var(--space-2);font-size:var(--text-m);font-weight:var(--font-semibold);color:var(--admin-text)}.admin-form .admin-field-hint{margin-top:var(--space-1);font-size:var(--text-s);color:var(--admin-text-muted)}.admin-form input[type=text],.admin-form input[type=number],.admin-form input[type=email],.admin-form select,.admin-form textarea{width:100%;max-width:400px;padding:var(--space-2) var(--space-3);font-size:var(--text-m);font-family:var(--admin-font);border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);color:var(--admin-text)}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{outline:none;border-color:var(--admin-text-muted)}.admin-theme input.admin-input,.admin-theme textarea.admin-input{padding:var(--space-2) var(--space-3);font-size:var(--text-m);font-family:var(--admin-font);border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);color:var(--admin-text)}.admin-theme input.admin-input:focus,.admin-theme textarea.admin-input:focus{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 2px #3b82f626}.admin-theme .admin-select{min-width:140px;padding:6px 28px 6px 10px;font-size:.8125rem;font-family:var(--admin-font);color:var(--admin-text);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s ease}.admin-theme .admin-select:hover{border-color:var(--admin-text-muted)}.admin-theme .admin-select:focus{outline:none;border-color:var(--admin-primary)}.admin-theme .admin-role-select-dropdown .admin-role-select-filter{font-size:.8125rem}.admin-theme .admin-select.admin-role-filter-trigger{background-color:#374151;color:#fff;border:1px solid rgba(148,163,184,.4);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.admin-theme .admin-select.admin-role-filter-trigger:hover{border-color:#94a3b899;background-color:#4b5563}.admin-theme .admin-select.admin-role-filter-trigger:focus{border-color:#60a5fa;outline:none}.admin-theme .admin-search-input,.admin-theme .gifts-search-input{width:200px;min-width:160px;height:32px;padding:6px 10px;line-height:20px;font-size:.8125rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);color:var(--admin-text);transition:border-color .15s ease,box-shadow .15s ease}.admin-theme .admin-search-input::placeholder,.admin-theme .gifts-search-input::placeholder{color:var(--admin-text-muted)}.admin-theme .admin-search-input:hover,.admin-theme .gifts-search-input:hover{border-color:var(--admin-text-muted)}.admin-theme .admin-search-input:focus,.admin-theme .gifts-search-input:focus{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 2px #3b82f626}.admin-theme .gift-select-wrap{display:block;border:1px solid var(--admin-border);border-radius:8px;background:var(--admin-surface);transition:border-color .15s ease,box-shadow .15s ease}.admin-theme .gift-select-wrap:hover{border-color:var(--admin-text-muted)}.admin-theme .gift-select-wrap:focus-within{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 2px #3b82f626}.admin-theme .gift-select-wrap .gift-select-input{border:none;background:transparent}.admin-theme .gift-select-wrap .gift-select-input:focus{border:none;box-shadow:none}.admin-theme .gift-select-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--admin-text-muted);pointer-events:none;display:flex;align-items:center;justify-content:center}.admin-theme button,.admin-theme .admin-btn{padding:var(--space-2) var(--space-3);font-size:var(--text-m);font-weight:var(--font-semibold);border-radius:6px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;font-family:var(--admin-font);border:1px solid transparent}.admin-theme button:disabled,.admin-theme .admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-theme .admin-btn-primary,.admin-theme a.admin-btn-primary{background:var(--admin-primary);color:#fff;border:1px solid var(--admin-primary);border-radius:6px;display:inline-block}.admin-theme a.admin-btn-primary{color:#fff;text-decoration:none}.admin-theme .admin-btn-primary:hover:not(:disabled),.admin-theme a.admin-btn-primary:hover:not(:disabled){background:var(--admin-primary-hover);border-color:var(--admin-primary-hover)}.admin-theme .admin-btn-secondary,.admin-theme a.admin-btn-secondary{background:var(--admin-nav-active-bg);color:var(--admin-text);border:1px solid var(--admin-border);border-radius:6px;display:inline-block}.admin-theme a.admin-btn-secondary{text-decoration:none}.admin-theme .admin-btn-secondary:hover:not(:disabled),.admin-theme a.admin-btn-secondary:hover:not(:disabled){background:var(--admin-border);border-color:var(--admin-text-muted)}.admin-theme button.danger,.admin-theme .admin-btn-danger{background:#fff;color:var(--admin-danger);border-color:var(--admin-danger)}.admin-theme button.danger:hover:not(:disabled),.admin-theme .admin-btn-danger:hover:not(:disabled){background:var(--admin-danger);color:#fff}.admin-theme .admin-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;min-width:26px;max-width:26px;height:26px;min-height:26px;max-height:26px;padding:0;border-radius:5px;margin-right:6px;border:1px solid transparent;background:transparent;color:var(--admin-text-muted);transition:background .12s ease,border-color .12s ease,color .12s ease;box-sizing:border-box;vertical-align:middle}.admin-theme a.admin-btn-icon.admin-btn-secondary,.admin-theme button.admin-btn-icon.admin-btn-secondary,.admin-theme a.admin-btn-icon.admin-btn-primary,.admin-theme button.admin-btn-icon.admin-btn-primary{background:transparent!important;border-color:transparent!important}.admin-theme .admin-btn-icon:last-child{margin-right:0}.admin-theme .admin-btn-icon:hover{background:var(--admin-nav-active-bg)!important;border-color:var(--admin-border)!important;color:var(--admin-text)}.admin-theme .admin-btn-icon:focus{background:transparent!important;border-color:transparent!important}.admin-theme .admin-btn-icon:focus:hover{background:var(--admin-nav-active-bg)!important;border-color:var(--admin-border)!important}.admin-theme .admin-btn-icon svg{display:block;width:13px;height:13px;flex-shrink:0;fill:currentColor;margin:auto}.admin-theme .admin-btn-icon.danger,.admin-theme button.danger.admin-btn-icon{color:var(--admin-danger);background:transparent!important;border-color:transparent!important}.admin-theme .admin-btn-icon.danger:hover,.admin-theme button.danger.admin-btn-icon:hover{background:#b91c1c14!important;border-color:var(--admin-danger);color:var(--admin-danger)}.admin-theme .admin-btn-icon.danger:focus,.admin-theme button.danger.admin-btn-icon:focus{background:transparent!important;border-color:transparent!important}.admin-theme .admin-btn-icon.danger:focus:hover,.admin-theme button.danger.admin-btn-icon:focus:hover{background:#b91c1c14!important}.admin-theme .admin-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.admin-theme .list{list-style:none;padding:0;margin:0}.admin-theme .list li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) 0}.admin-theme .list li+li{border-top:1px solid var(--admin-border)}.admin-theme .admin-table{width:100%;border-collapse:collapse;font-size:var(--text-m)}.admin-theme .admin-table thead tr{background:#fafafa}.admin-theme .admin-table th{padding:var(--space-2) var(--space-4) var(--space-2) 0;text-align:left;font-weight:var(--font-semibold);font-size:var(--text-s);color:var(--admin-text-muted);border:none}.admin-theme .admin-table th:first-child,.admin-theme .admin-table td:first-child{padding-left:0}.admin-theme .admin-table td{padding:var(--space-3) var(--space-4) var(--space-3) 0;border-bottom:1px solid var(--admin-border);color:var(--admin-text)}.admin-theme .admin-table tbody tr:hover td{background:transparent}.admin-theme .admin-table td.cell-muted{font-size:var(--text-s);color:var(--admin-text-muted)}.admin-theme .stardew-detail-modules .admin-table th,.admin-theme .stardew-detail-modules .admin-table td{font-weight:400;color:var(--admin-text-muted);font-size:.8125rem}.admin-theme .stardew-detail-modules .admin-table th:first-child,.admin-theme .stardew-detail-modules .admin-table td:first-child{font-weight:500;color:var(--admin-text)}.admin-theme .error{color:var(--admin-danger);font-size:var(--text-m);margin:var(--space-2) 0}.admin-theme .success{color:var(--admin-success);font-size:var(--text-m);margin:var(--space-2) 0}.admin-theme .badge{font-size:var(--text-s);padding:var(--space-1) var(--space-2);border-radius:var(--admin-radius);background:var(--admin-nav-active-bg);color:var(--admin-text-muted);font-weight:var(--font-normal)}.admin-theme .page.login{background:var(--admin-bg);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-6)}.admin-theme .page.login h1{font-size:var(--text-l);font-weight:var(--font-semibold);margin-bottom:var(--space-2)}.admin-theme .page.loading{min-height:60vh;display:flex;align-items:center;justify-content:center;font-size:var(--text-m);color:var(--admin-text-muted)}.admin-theme .roles-group-title{padding-bottom:var(--space-2);margin-bottom:var(--space-3);font-size:var(--text-m);font-weight:var(--font-semibold);color:var(--admin-text);border-bottom:1px solid var(--admin-border)}.admin-theme .admin-table-wrap,.admin-theme .roles-table-wrap{overflow-x:auto}.admin-theme .roles-avatar-cell{position:relative;display:inline-block}.admin-theme .roles-avatar-cell:hover .roles-avatar-actions{opacity:1}.admin-theme .roles-avatar-actions{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:var(--space-1);background:#00000080;border-radius:var(--admin-radius);opacity:0;transition:opacity .12s ease}.admin-theme .roles-avatar-action-btn{padding:var(--space-1) var(--space-2);font-size:var(--text-s);font-weight:var(--font-semibold);border:none;border-radius:var(--space-1);cursor:pointer;background:var(--admin-surface);color:var(--admin-text)}.admin-theme .roles-avatar-action-btn:hover:not(:disabled){background:var(--admin-primary);color:#fff}.admin-theme .roles-avatar-action-btn:disabled{opacity:.5;cursor:not-allowed}.admin-theme .roles-list-avatar{width:40px;height:40px;border-radius:var(--admin-radius);object-fit:cover;display:block;background:var(--admin-border)}.admin-theme .roles-slug{font-size:var(--text-s);padding:var(--space-1) var(--space-2);border-radius:var(--space-1);background:var(--admin-nav-active-bg);color:var(--admin-text-muted)}.admin-theme .nodes-dialogue-list{display:flex;flex-direction:column;gap:0}.admin-theme .nodes-dialogue-group{margin-bottom:var(--space-6)}.admin-theme .nodes-dialogue-group:last-child{margin-bottom:0}.admin-theme .nodes-dialogue-group-title{font-size:.875rem;font-weight:600;color:var(--admin-text);margin:0 0 var(--space-2) 0;padding-bottom:0;border-bottom:none}.admin-theme .nodes-table-section-title{font-size:.875rem;font-weight:600;color:var(--admin-text);margin:0 0 var(--space-2) 0}.admin-theme .nodes-dialogue-table-section{margin-bottom:24px}.admin-theme .nodes-dialogue-table-section:last-child{margin-bottom:0}.admin-theme .nodes-dialogue-block{padding:var(--space-3) 0;border-bottom:1px solid var(--admin-border);font-size:.8125rem}.admin-theme .nodes-dialogue-block:last-child{border-bottom:none}.admin-theme .nodes-dialogue-header{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-2)}.admin-theme .nodes-dialogue-num{flex-shrink:0;width:28px;font-weight:var(--font-semibold);color:var(--admin-text-muted)}.admin-theme .nodes-dialogue-conditions{color:var(--admin-text-muted)}.admin-theme .nodes-dialogue-meta{color:var(--admin-text-muted);font-size:var(--text-s)}.admin-theme .nodes-dialogue-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.admin-theme .nodes-dialogue-body{padding-left:36px;word-break:break-word;line-height:1.5}.admin-theme .nodes-dialogue-npc{color:var(--admin-text);margin-bottom:var(--space-1)}.admin-theme .nodes-dialogue-choices{margin:var(--space-2) 0 0 0;padding-left:18px;color:var(--admin-text-muted);line-height:1.6}.admin-theme .nodes-dialogue-choice-label{font-weight:500;color:var(--admin-text)}.admin-theme .nodes-dialogue-choice-arrow{color:var(--admin-text-muted)}.admin-theme .nodes-dialogue-choice-player{color:var(--admin-text)}.admin-theme .nodes-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--admin-border)}.admin-theme .nodes-tab{padding:6px 12px;font-size:.8125rem;font-weight:var(--font-semibold);color:var(--admin-text-muted);background:transparent;border:1px solid transparent;border-radius:var(--admin-radius);cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.admin-theme .nodes-tab:hover{color:var(--admin-text);background:var(--admin-nav-active-bg)}.admin-theme .nodes-tab--active{color:var(--admin-primary);background:var(--admin-nav-active-bg);border-color:var(--admin-border)}.admin-theme .nodes-tab-count{font-weight:var(--font-normal);color:inherit;opacity:.85}.admin-theme .nodes-tabs--secondary{margin-top:0;margin-bottom:var(--space-3);padding-top:var(--space-1);padding-bottom:var(--space-2);border-bottom:1px solid var(--admin-border)}.admin-theme .nodes-tabs--secondary .nodes-tab{padding:4px 10px;font-size:.75rem;font-weight:var(--font-normal);color:var(--admin-text-muted)}.admin-theme .nodes-tabs--secondary .nodes-tab:hover{color:var(--admin-text);background:#94a3b814}.admin-theme .nodes-tabs--secondary .nodes-tab--active{color:var(--admin-primary);background:#2563eb0f;border-color:transparent}.admin-theme .nodes-tabs--segmented{display:inline-flex;width:fit-content;gap:4px;margin-bottom:var(--space-3);padding:2px;border-bottom:none;border-radius:999px;background:#f3f4f6}.admin-theme .nodes-tabs--segmented .nodes-tab{padding:4px 10px;font-size:.85rem;font-weight:var(--font-normal);border:none;border-radius:999px;background:transparent;color:var(--admin-text-muted)}.admin-theme .nodes-tabs--segmented .nodes-tab:hover{color:var(--admin-text)}.admin-theme .nodes-tabs--segmented .nodes-tab--active{background:#fff;color:var(--admin-primary);border-color:transparent}.admin-theme .nodes-category-view{margin-top:0}.admin-theme .nodes-structure-table{font-size:.8125rem;table-layout:fixed;width:100%}.admin-theme .married-dialogue-table{table-layout:auto}.admin-theme .married-dialogue-table th:nth-last-child(2),.admin-theme .married-dialogue-table td:nth-last-child(2){width:64px;min-width:64px;text-align:center}.admin-theme .married-dialogue-table th:last-child,.admin-theme .married-dialogue-table td:last-child{width:72px;min-width:72px;box-sizing:border-box}.admin-theme .married-dialogue-table .nodes-table-npc.nodes-table-placeholder{color:#b45309}.admin-theme .married-dialogue-table .nodes-table-npc.nodes-table-placeholder:hover{background-color:#b4530914;color:#92400e}.admin-theme .nodes-structure-table .nodes-table-npc{max-width:480px;word-break:break-word;line-height:1.4}.admin-theme .nodes-table-placeholder{color:#b45309;cursor:pointer;padding:2px 4px;border-radius:4px;transition:background-color .15s,color .15s}.admin-theme .nodes-table-placeholder:hover{background-color:#b4530914;color:#92400e}.admin-theme .nodes-table-editable-display{all:unset;font:inherit;color:inherit;cursor:pointer;box-sizing:border-box}.admin-theme .nodes-table-editable-display--block{display:block;width:100%;text-align:left}.admin-theme .nodes-table-editable-display--inline{display:inline-flex;align-items:center;width:auto}.admin-theme .nodes-table-reply-placeholder{background-color:#eab30833;color:#a16207;padding:2px 6px;border-radius:4px;font-size:inherit}.admin-theme .nodes-structure-table .nodes-table-relation-cell{width:80px;max-width:80px;min-width:80px;overflow:hidden;box-sizing:border-box}.admin-theme .nodes-structure-table .nodes-table-relation-cell .admin-select,.admin-theme .nodes-structure-table .nodes-table-relation-cell select{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-theme .nodes-structure-table .nodes-table-reply-cell{min-width:160px;word-break:break-word;box-sizing:border-box}.admin-theme .nodes-structure-table .nodes-table-reply-cell input.admin-input,.admin-theme .nodes-structure-table .nodes-table-reply-cell .admin-input{width:100%;max-width:100%;box-sizing:border-box}.admin-theme .nodes-structure-table .nodes-table-reply-cell>button{width:100%;max-width:100%;box-sizing:border-box}.admin-theme .nodes-structure-table th.nodes-table-reply-cell{min-width:160px}.admin-theme .nodes-structure-table .nodes-table-choices{margin:4px 0 0;padding-left:16px;font-size:.75rem;color:var(--admin-text-muted);line-height:1.5}.admin-theme .nodes-structure-table .nodes-table-choices .nodes-dialogue-choice-label{color:var(--admin-text)}.admin-theme .nodes-sort-header{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:2px}.admin-theme .nodes-sort-header:hover{color:var(--admin-primary, #2563eb)}.admin-theme .nodes-sort-icon{font-size:.7em;opacity:.8}.admin-theme .nodes-gift-profile .nodes-dialogue-group-title{border-bottom:none}.admin-theme .nodes-gift-profile-table-wrap{overflow-x:auto}.admin-theme .nodes-gift-profile-table{width:100%;font-size:.8125rem}.admin-theme .nodes-gift-profile-table th,.admin-theme .nodes-gift-profile-table td{border:none;border-bottom:none}.admin-theme .nodes-gift-profile-table .nodes-gift-profile-cell{word-break:break-word;line-height:1.5}.admin-theme .roles-modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-6);box-sizing:border-box}.admin-theme .roles-modal{background:var(--admin-surface);border-radius:var(--admin-radius);padding:var(--space-6);max-width:440px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid var(--admin-border);box-shadow:0 4px 24px #00000014}.admin-theme .roles-modal.roles-modal--wide{max-width:min(1180px,96vw);width:auto}.admin-theme .festival-select-inline{appearance:none;border:1px solid transparent;background:transparent;cursor:pointer;padding:2px 20px 2px 6px;font-size:var(--text-m);font-family:inherit;color:var(--admin-text);min-width:88px;border-radius:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4.5L6 8l3.5-3.5H2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center}.admin-theme .festival-select-inline:hover,.admin-theme .festival-select-inline:focus{border-color:var(--admin-border);background-color:var(--admin-surface);outline:none}.admin-theme .heart-event-heart-filter-wrap{display:flex;align-items:center}.admin-theme .heart-event-heart-filter{min-width:88px;width:auto;padding:6px 28px 6px 10px;font-size:.8125rem;height:32px;line-height:20px}.heart-event-card-wrap{position:relative;padding-right:88px}.heart-event-card-wrap--draggable{padding-left:44px}.heart-event-card-order-wrap{position:absolute;left:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;z-index:3}.heart-event-card-order-wrap--placeholder{width:24px;height:32px;pointer-events:none}.heart-event-card-order-buttons{display:flex;flex-direction:column;gap:0}.heart-event-card-order-buttons button{min-width:24px;min-height:22px;padding:2px 4px;line-height:1;font-size:.75rem}.heart-event-card-wrap .card-actions{position:absolute;top:50%;right:12px;transform:translateY(-50%);flex-direction:column;gap:6px;z-index:2}.heart-event-card-wrap--hide-thead .heart-event-cards-table thead{display:none}.heart-event-icon-avatar-box{width:24px;height:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background-color:#e5e7eb;border:none;border-radius:4px;overflow:hidden}.heart-event-icon-avatar-box img{width:24px;height:24px;object-fit:cover;display:block}.heart-event-icon-avatar-box--option{font-size:20px;line-height:1}.admin-theme .heart-event-card-wrap .admin-table{table-layout:fixed;width:100%}.admin-theme .heart-event-card-wrap .admin-table th:first-child,.admin-theme .heart-event-card-wrap .admin-table td:first-child,.admin-theme .heart-event-card-wrap .heart-event-cards-table td:first-child .nodes-table-placeholder{padding-left:0}.admin-theme .heart-event-card-wrap .admin-table .nodes-table-reply-cell,.admin-theme .heart-event-card-wrap .heart-event-cards-table .nodes-table-reply-cell,.admin-theme .heart-event-card-wrap .admin-table .nodes-table-reply-cell .nodes-table-npc,.admin-theme .heart-event-card-wrap .admin-table .nodes-table-reply-cell input,.admin-theme .heart-event-card-wrap .admin-table .nodes-table-reply-cell textarea,.admin-theme .heart-event-card-wrap .heart-event-cards-table .nodes-table-reply-cell .nodes-table-npc,.admin-theme .heart-event-card-wrap .heart-event-cards-table .nodes-table-reply-cell input,.admin-theme .heart-event-card-wrap .heart-event-cards-table .nodes-table-reply-cell textarea{text-align:left}.admin-theme .heart-event-card-wrap .admin-table td,.admin-theme .heart-event-card-wrap .admin-table td .nodes-table-npc{color:var(--admin-text)}.admin-theme .heart-event-card-wrap .admin-table .nodes-table-npc.nodes-table-placeholder,.admin-theme .heart-event-card-wrap .heart-event-cards-table .nodes-table-npc.nodes-table-placeholder{color:#b45309}.admin-theme .heart-event-card-wrap .admin-table .nodes-table-npc.nodes-table-placeholder:hover,.admin-theme .heart-event-card-wrap .heart-event-cards-table .nodes-table-npc.nodes-table-placeholder:hover{background-color:#b4530914;color:#92400e}.admin-theme .heart-event-card-wrap .heart-event-cards-table tbody tr:last-child td{border-bottom:none}.admin-theme .heart-event-player-avatar{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important;max-height:22px!important;object-fit:cover!important}.admin-theme .heart-event-player-avatar--trigger{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;min-height:24px!important;max-height:24px!important}
