:root{color:#001a26;font-synthesis:none;--primary:#13aec5;--primary-hover:#0b98b4;--primary-soft:#f3fbfc;--danger:#f06060;--success:#18bb60;--warning:#fa0;--text:#001a26;--regular:#334851;--muted:#66767d;--placeholder:#99a3a8;--page:#f1f2f3;--hover:#f6f6f7;--border:#d0d2d7;--soft-border:#e7e8eb;background:#f1f2f3;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--page);min-width:1180px;margin:0;font-size:12px}button,input,select,textarea{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #13aec538}.desktop-frame{grid-template:56px 1fr/220px 1fr;min-height:100vh;display:grid}.topbar{border-bottom:1px solid var(--soft-border);z-index:20;background:#fff;grid-column:1/-1;align-items:center;gap:12px;padding:0 18px;display:flex;position:sticky;top:0}.brand-mark{color:#fff;letter-spacing:-.04em;background:linear-gradient(135deg,#0086c1,#00b5ae);border-radius:8px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.product-title{min-width:164px;display:grid}.product-title strong{font-size:13px}.product-title span{color:var(--muted);font-size:11px}.topbar-actions{align-items:center;gap:14px;margin-left:auto;display:flex}.text-control{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:8px}.text-control:hover{background:var(--primary-soft);border-radius:8px}.user-avatar{color:#087d92;background:#e9f8fa;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.sidebar{border-right:1px solid var(--soft-border);background:#fff;flex-direction:column;grid-row:2;height:calc(100vh - 56px);padding:16px 12px;display:flex;position:sticky;top:56px}.project-switcher{border:1px solid var(--soft-border);border-radius:8px;gap:3px;margin-bottom:20px;padding:10px 12px;display:grid}.project-switcher span{color:var(--muted);font-size:11px}.project-switcher strong{font-size:12px}.nav-item{width:100%;min-height:38px;color:var(--regular);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;padding:0 10px;display:flex}.nav-item:hover{background:var(--hover)}.nav-item:disabled{color:var(--placeholder);cursor:not-allowed;background:0 0}.nav-item--active{color:#087d92;background:linear-gradient(90deg,#0086c11f,#00b5ae14);font-weight:700}.nav-item--project{margin-top:10px}.nav-item--parent-active{color:#087d92;font-weight:700}.nav-caret{color:var(--placeholder);font-size:11px}.nav-children{border-left:1px solid var(--soft-border);gap:2px;margin:2px 0 0 14px;padding-left:8px;display:grid}.nav-item--child{min-height:34px}.nav-item em{min-width:20px;color:var(--muted);text-align:center;background:#eef0f1;border-radius:10px;padding:2px 6px;font-style:normal}.nav-item--active em{color:#087d92;background:#fff}.sidebar-note{background:var(--primary-soft);color:var(--regular);border-radius:8px;gap:4px;margin-top:auto;padding:12px;display:grid}.sidebar-note span{color:var(--muted);font-size:11px}.workspace{min-width:0;padding:22px 26px 88px}.page-header{justify-content:space-between;align-items:flex-start;min-height:76px;margin-bottom:16px;display:flex}.breadcrumb{color:var(--muted);margin:0 0 6px}h1{margin:0;font-size:16px;line-height:24px}.page-description{color:var(--muted);max-width:760px;margin:5px 0 0;line-height:1.6}.page-header__action{padding-top:22px}.page-actions{gap:8px;display:flex}h2{margin:0;font-size:14px}h3{font-size:12px}.button{border:1px solid var(--border);min-height:32px;color:var(--regular);cursor:pointer;background:#fff;border-radius:8px;padding:0 14px;transition:all .16s}.button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.button--primary{color:#fff;background:linear-gradient(90deg,#0086c1,#00b5ae);border:0;font-weight:700}.button--primary:hover:not(:disabled){color:#fff;filter:brightness(.95);box-shadow:0 3px 10px #0086c12e}.button--text{color:var(--primary);background:0 0;border-color:#0000;padding:0 7px}.button--text:hover:not(:disabled){background:var(--primary-soft)}.button--danger{color:var(--danger);border-color:#f8c6c6}.i18n-button{white-space:nowrap;min-height:28px;padding:0 9px;font-size:12px}.i18n-button__status{vertical-align:1px;margin-left:4px;font-size:10px}.i18n-button__status--complete{color:#2e9a4f}.i18n-button__status--incomplete{color:#d78700}.button:disabled{cursor:not-allowed;opacity:.48}.toolbar-card,.table-card,.form-card,.context-strip,.instance-meta{border:1px solid var(--soft-border);background:#fff;border-radius:8px}.toolbar-card{justify-content:space-between;align-items:center;min-height:58px;margin-bottom:10px;padding:10px 12px;display:flex}.filters{gap:8px;display:flex}.toolbar-summary{color:var(--muted)}.input,.select,.textarea{border:1px solid var(--border);width:100%;color:var(--regular);background:#fff;border-radius:8px;min-height:34px;padding:7px 10px;transition:border-color .16s}.input:hover,.select:hover,.textarea:hover{border-color:var(--primary)}.input::placeholder,.textarea::placeholder{color:var(--placeholder)}.input--search{width:286px}.input--readonly{color:var(--muted);cursor:default;background:#f5f6f7}.input--error{border-color:var(--danger)}.select{width:160px}.select--full{width:100%}.textarea{resize:vertical;min-height:76px}.table-card{overflow:hidden}.table-scroll{overflow:auto}table{border-collapse:collapse;table-layout:auto;width:100%}th{border-bottom:1px solid var(--border);height:42px;color:var(--muted);text-align:left;white-space:nowrap;background:#f8f9fa;padding:0 12px;font-weight:600}td{border-bottom:1px solid var(--soft-border);color:var(--regular);vertical-align:middle;padding:12px}tbody tr:nth-child(2n){background:#fbfbfc}tbody tr:hover{background:var(--hover)}tbody tr:last-child td{border-bottom:0}.cell-title{color:var(--text);margin-bottom:4px;display:block}code{color:var(--muted);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;display:block}.capability-pill{background:var(--primary-soft);color:#087d92;border-radius:10px;padding:3px 8px;font-weight:700;display:inline-flex}.table-action{text-align:right}.project-management-actions{align-items:center;gap:8px;display:inline-flex}.table-action--stack{white-space:nowrap}.tag{white-space:nowrap;border-radius:12px;align-items:center;min-height:22px;padding:2px 8px;font-size:11px;display:inline-flex}.tag--success{color:#118a49;background:#eaf9f0}.tag--warning{color:#a76c00;background:#fff6df}.tag--muted{color:var(--muted);background:#eef0f1}.unpublished-tag{margin-top:6px}.page-cover-cell{align-items:center;gap:8px;min-width:190px;display:flex}.page-cover-cell>div{gap:4px;display:grid}.page-cover-cell small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:128px;overflow:hidden}.page-cover-thumbnail{object-fit:cover;object-position:center;border:1px solid var(--soft-border);background-color:#edf1f2;border-radius:6px;flex:none;display:block;overflow:hidden}.page-cover-thumbnail--small{width:76px;height:43px}.page-cover-thumbnail--large{width:112px;height:63px}.page-cover-thumbnail--option{aspect-ratio:16/9;border-radius:7px;width:100%;height:auto}.info-alert{background:var(--primary-soft);color:var(--regular);border:1px solid #cbeef2;border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:11px 14px;display:flex}.info-alert strong{color:#087d92}.context-strip,.instance-meta{align-items:center;gap:28px;margin-bottom:12px;padding:12px 16px;display:flex}.context-strip>div,.instance-meta>div{gap:3px;display:grid}.context-strip span,.instance-meta span{color:var(--muted)}.context-strip__meta{grid-auto-flow:column;margin-left:auto;gap:16px!important;display:flex!important}.instance-meta code{max-width:420px}.form-layout{gap:12px;max-width:980px;display:grid}.form-card{padding:18px}.theme-overview{gap:12px;display:grid}.theme-status-card{border:1px solid var(--soft-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:18px;display:flex}.theme-status-card>div:first-child{gap:7px;display:grid}.theme-status-card h2,.theme-status-card p{margin:0}.theme-status-card p{color:var(--muted)}.theme-mode-badge{border-radius:12px;width:fit-content;padding:4px 9px;font-size:11px;font-weight:700}.theme-mode-badge--default{color:var(--muted);background:#eef0f1}.theme-mode-badge--custom{color:#118a49;background:#eaf9f0}.theme-steps{flex-wrap:wrap;gap:8px;width:fit-content;max-width:100%;margin-bottom:12px;display:flex}.theme-steps button{border:1px solid var(--soft-border);min-height:42px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;flex:none;align-items:center;gap:7px;padding:0 12px;display:flex}.theme-steps button span{border:1px solid var(--border);border-radius:50%;place-items:center;width:26px;height:26px;font-weight:700;display:grid}.theme-steps button:hover{border-color:var(--primary)}.theme-steps .theme-step--active{border-color:var(--primary);background:var(--primary-soft);color:var(--text);box-shadow:inset 0 0 0 1px var(--primary)}.theme-steps .theme-step--active span{border-color:var(--primary);background:var(--primary);color:#fff}.theme-steps .theme-step--done span{color:#118a49;background:#eaf9f0;border-color:#18bb60}.theme-editor-layout{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:start;gap:12px;padding-bottom:72px;display:grid}.theme-editor-panel{min-width:0}.theme-preview-panel{border:1px solid var(--soft-border);background:#fff;border-radius:8px;min-width:0;padding:18px;position:sticky;top:76px}.theme-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-bottom:16px;display:grid}.theme-color-input{grid-template-columns:42px minmax(0,1fr);gap:8px;display:grid}.theme-color-input input[type=color]{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;width:42px;height:34px;padding:3px}.theme-color-input--error input{border-color:var(--danger)}.theme-option-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:2px 0 16px;display:grid}.theme-option-row button{border:1px solid var(--border);min-height:54px;color:var(--regular);cursor:pointer;background:#fff;border-radius:8px;align-content:center;place-items:center;gap:3px;display:grid}.theme-option-row button span{color:var(--muted);font-size:11px}.theme-option-row button:hover{border-color:var(--primary)}.theme-option-row .theme-option--selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 0 0 1px var(--primary)}.theme-review-status{border-radius:8px;gap:4px;margin-bottom:14px;padding:13px 14px;display:grid}.theme-review-status--pass{color:#118a49;background:#eaf9f0}.theme-review-status--error{color:#b94242;background:#fff0f0}.theme-summary{border:1px solid var(--soft-border);border-radius:8px;margin:0;display:grid;overflow:hidden}.theme-summary>div{border-bottom:1px solid var(--soft-border);grid-template-columns:120px 1fr;align-items:center;min-height:44px;display:grid}.theme-summary>div:last-child{border-bottom:0}.theme-summary dt{color:var(--muted);padding:0 12px}.theme-summary dd{align-items:center;gap:7px;margin:0;padding:0 12px;display:flex}.theme-summary i{border:1px solid var(--soft-border);border-radius:6px;width:24px;height:24px}.locked-state-panel{background:#fff9eb;border:1px solid #f1d99c;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;margin-top:16px;padding:14px;display:flex}.locked-state-panel>div:first-child{gap:4px;display:grid}.locked-state-panel>div:first-child span{color:#806428}.locked-state-list,.project-theme-preview__states{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.locked-state{border-radius:12px;align-items:center;min-height:22px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.locked-state--success{color:#118a49;background:#eaf9f0}.locked-state--warning{color:#a76c00;background:#fff6df}.locked-state--danger{color:#b94242;background:#fff0f0}.locked-state--disabled{color:#99a3a8;background:#eef0f1}.project-theme-preview{border:var(--project-border-width) solid var(--project-border);border-radius:var(--project-radius);background:var(--project-page);min-height:500px;color:var(--project-body);overflow:hidden}.project-theme-preview__body{padding:52px 7%}.project-theme-preview__eyebrow{color:var(--project-muted);letter-spacing:.12em;margin:0 0 10px;font-size:10px}.project-theme-preview h2{max-width:620px;color:var(--project-title);margin:0 0 12px;font-size:28px;line-height:1.35}.project-theme-preview__body>p:not(.project-theme-preview__eyebrow){max-width:620px;margin:0 0 12px;line-height:1.7}.project-theme-preview a{color:var(--project-link);font-weight:700;text-decoration:none}.project-theme-widget{border:var(--project-border-width) solid var(--project-border);border-radius:var(--project-radius);background:var(--project-surface);justify-content:space-between;align-items:center;gap:24px;margin-top:30px;padding:18px;display:flex}.project-theme-widget>div{gap:5px;display:grid}.project-theme-widget span,.project-theme-widget p{color:var(--project-muted)}.project-theme-widget h3,.project-theme-widget p{margin:0}.project-theme-widget h3{color:var(--project-title);font-size:16px}.project-theme-widget button{border-radius:var(--project-radius);background:var(--project-button);min-height:36px;color:var(--project-button-text);border:0;padding:0 16px;font-weight:700}.project-theme-preview__states{margin-top:18px}.project-theme-preview__states button{color:#99a3a8;background:#eef0f1;border:1px solid #d0d2d7;border-radius:8px;min-height:28px}.project-theme-preview__loading{border-top:var(--project-border-width) solid var(--project-border);min-height:44px;color:var(--project-muted);justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.project-theme-preview__loading img{object-fit:contain;max-width:96px;max-height:28px;display:block}.project-theme-preview__loading strong{letter-spacing:.08em;color:var(--project-title)}.project-theme-preview__loading small{color:var(--project-muted);font-size:10px}.project-theme-preview__brand{border-top:var(--project-border-width) solid var(--project-border);min-height:31px;color:var(--project-muted);letter-spacing:.04em;text-align:right;justify-content:flex-end;align-items:center;padding:6px 6%;font-size:10px;display:flex}.project-theme-preview__brand img{object-fit:contain;max-width:108px;max-height:22px;display:block}.brand-upload-row{gap:10px;display:grid}.brand-upload-empty,.brand-uploaded-logo{border:1px dashed var(--border);min-height:62px;color:var(--muted);background:#fafbfb;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.brand-uploaded-logo{background:var(--primary-soft);border-style:solid;border-color:#cbeef2}.brand-uploaded-logo img{object-fit:contain;border:1px solid var(--soft-border);background:#fff;border-radius:6px;width:80px;height:38px}.brand-uploaded-logo>div{flex:1;gap:3px;min-width:0;display:grid}.brand-uploaded-logo span{color:var(--muted);font-size:11px}.brand-asset-file{border:1px solid var(--soft-border);width:80px;height:38px;color:var(--primary);background:#fff;border-radius:6px;place-items:center;font-size:11px;font-weight:700;display:grid}.brand-upload-trigger{cursor:pointer;width:fit-content}.brand-switch-row{border:1px solid var(--soft-border);background:#fafbfb;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:10px 12px;display:flex}.brand-switch-row>div{gap:4px;display:grid}.brand-switch-row span{color:var(--muted);font-size:11px;line-height:1.5}.project-theme-preview--compact{min-height:430px}.project-theme-preview--compact .project-theme-preview__body{padding:36px 6%}.project-theme-preview--compact h2{font-size:22px}.form-card--disabled{opacity:.62}.section-heading{border-bottom:1px solid var(--soft-border);align-items:flex-start;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}.section-heading>span{color:#fff;background:linear-gradient(135deg,#0086c1,#00b5ae);border-radius:50%;place-items:center;width:24px;height:24px;font-weight:700;display:grid}.section-heading p{color:var(--muted);margin:3px 0 0}.section-heading--plain{padding-bottom:10px}.section-heading--plain>span{display:none}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.field{color:var(--regular);gap:6px;display:grid}.field__label{align-items:center;gap:4px;display:flex}.field__label b{color:var(--danger)}.field__hint{color:var(--muted);font-size:11px;line-height:1.5}.field-error,.validation-error{color:var(--danger)}.form-grid--single{grid-template-columns:1fr}.cover-field{border:1px solid var(--soft-border);background:#fafbfb;border-radius:8px;align-items:center;gap:10px;min-height:63px;padding:8px;display:flex}.cover-field>div{flex:1;gap:4px;min-width:0;display:grid}.cover-field span{color:var(--muted)}.dialog-help{color:var(--muted);margin:14px 0 0;line-height:1.6}.input-action-row{gap:8px;display:flex}.input-action-row .input,.input-action-row .textarea{flex:1}.loading-box{border:1px dashed var(--border);min-height:90px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;gap:9px;margin-top:14px;display:flex}.spinner{border:3px solid #d8f2f5;border-top-color:var(--primary);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.declaration-panel{border:1px solid var(--soft-border);border-radius:8px;margin-top:16px;overflow:hidden}.declaration-panel h3{border-bottom:1px solid var(--soft-border);background:#f8f9fa;margin:0;padding:10px 12px}.declaration-row{border-bottom:1px solid var(--soft-border);grid-template-columns:72px 1fr auto;align-items:center;gap:10px;min-height:40px;padding:0 12px;display:grid}.declaration-row:last-of-type{border-bottom:0}.readonly-summary{background:#f5f6f7;border-radius:8px;margin-top:16px;padding:12px}.readonly-summary span{color:var(--muted)}.readonly-summary p{margin:5px 0 0;line-height:1.6}.cell-description{max-width:360px;color:var(--regular);line-height:1.6}.tag-list{flex-wrap:wrap;gap:8px;padding:12px;display:flex}.tag--info{color:#087e90;background:#e8f7fa}.declaration-panel>p{margin:0;padding:12px;line-height:1.6}.widget-picker{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:14px;display:grid}.metadata-read-actions{color:var(--text-muted);align-items:center;gap:12px;margin-bottom:14px;font-size:13px;display:flex}.inline-empty{border:1px dashed var(--border);text-align:center;color:var(--muted);border-radius:8px;padding:42px 18px}.occurrence-list,.instance-widget-list{gap:10px;display:grid}.occurrence-card{border:1px solid var(--soft-border);background:#fbfcfc;border-radius:10px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;transition:border-color .15s,box-shadow .15s,opacity .15s;display:grid}.occurrence-card--dragging{opacity:.55}.occurrence-card--drag-over{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.occurrence-sort{justify-items:center;gap:6px;display:grid}.drag-handle{width:32px;height:28px;color:var(--muted);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:6px;place-items:center;font-size:22px;line-height:1;display:inline-grid}.drag-handle:hover,.drag-handle:focus-visible{background:var(--primary-soft);color:var(--primary);outline:none}.drag-handle:active{cursor:grabbing}.occurrence-order{color:#078697;background:#e7f7f9;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-weight:700;display:inline-grid}.occurrence-fields{min-width:0}.display-mode-options{flex-wrap:wrap;gap:8px;padding:0 14px 14px;display:flex}.display-mode-option{border:1px solid var(--border);min-width:40px;height:32px;color:var(--text);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.display-mode-option input{opacity:0;block-size:1px;inline-size:1px;position:absolute}.display-mode-option:focus-within{outline:2px solid var(--primary);outline-offset:2px}.display-mode-option--selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);font-weight:700}.display-mode-option--disabled{cursor:default;opacity:1}.occurrence-actions{align-items:center;gap:2px;display:flex}.readonly-box{border:1px solid var(--soft-border);background:#f2f4f5;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;display:flex}.readonly-box span{color:var(--muted);font-size:11px}.sticky-actions{z-index:10;border-top:1px solid var(--soft-border);background:#fffffff5;justify-content:flex-end;align-items:center;gap:8px;height:64px;padding:0 26px;display:flex;position:fixed;bottom:0;left:220px;right:0;box-shadow:0 -4px 14px #001a260a}.config-layout{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:12px;display:grid}.config-main{gap:12px;display:grid}.validation-panel{border:1px solid var(--soft-border);background:#fff;border-radius:8px;gap:8px;padding:16px;display:grid;position:sticky;top:76px}.validation-panel p{color:var(--muted);margin:0 0 5px;line-height:1.5}.check-item{border-radius:8px;padding:8px 9px}.check-item--pass{color:#118a49;background:#eaf9f0}.check-item--error{color:#b94242;background:#fff0f0}.validation-hint{text-align:center;color:var(--danger)}.toggle-row{border-bottom:1px solid var(--soft-border);justify-content:space-between;align-items:center;min-height:42px;margin-bottom:12px;display:flex}.switch{cursor:pointer;background:#c6cbce;border:0;border-radius:12px;width:40px;height:22px;padding:2px;transition:all .18s}.switch i{background:#fff;border-radius:50%;width:18px;height:18px;transition:all .18s;display:block;box-shadow:0 1px 3px #0000002e}.switch--on{background:var(--primary)}.switch--on i{transform:translate(18px)}.check-row{color:var(--regular);gap:20px;padding:0 0 14px;display:flex}.check-row label{align-items:center;gap:7px;display:flex}.instance-widget-card{border:1px solid var(--soft-border);background:#fff;border-radius:10px;transition:border-color .15s,box-shadow .15s,opacity .15s;overflow:hidden}.instance-widget-card--dragging{opacity:.55}.instance-widget-card--drag-over{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.instance-widget-card>header{border-bottom:1px solid var(--soft-border);background:#f8fafb;align-items:center;gap:10px;padding:12px 14px;display:flex}.instance-widget-card__summary{flex:1;min-width:0}.instance-widget-card h3,.instance-widget-card p{margin:0}.instance-widget-card header p{color:var(--muted);margin-top:3px;font-size:11px}.widget-name-editor{border-bottom:1px solid var(--soft-border);padding:14px}.dialog-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.dialog-toolbar>div{gap:4px;display:grid}.dialog-toolbar span{color:var(--muted)}.fixed-content-note{color:var(--regular);align-items:center;gap:12px;padding:16px;display:flex}.fixed-content-note strong{color:#16864d}.asset-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px;display:grid}.asset-options label{border:1px solid var(--soft-border);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:10px;display:flex}.data-selection-summary{justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.data-selection-summary>div{gap:4px;min-width:0;display:grid}.data-selection-summary span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.data-card{border:1px solid var(--border);min-height:82px;color:var(--regular);text-align:left;cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:72px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:8px;display:grid;position:relative}.data-card:hover{border-color:var(--primary);background:var(--primary-soft)}.data-card--selected{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);background:var(--primary-soft)}.data-card--text-only{grid-template-columns:minmax(0,1fr) 22px}.data-card__thumbnail{border-radius:6px;width:72px;height:58px;display:block}.data-card__copy{gap:4px;min-width:0;display:grid}.data-card__copy small{color:var(--muted)}.data-card i{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-style:normal;font-weight:700;display:grid}.data-card:not(.data-card--selected) i{border:1px solid var(--border);background:0 0}.unstructured-editor{gap:10px;padding:14px;display:grid}.custom-item{grid-template-columns:1fr auto;align-items:start;gap:8px;display:grid}.preview-widget-stack{grid-template-columns:1fr;gap:10px;padding:0 72px 40px;display:grid}.preview-widget-nav{flex-wrap:wrap;gap:8px;padding:18px 72px 0;display:flex}.preview-widget-nav button{border:var(--project-border-width) solid var(--project-border);border-radius:var(--project-radius);background:var(--project-surface);color:var(--project-menu-text);cursor:pointer;padding:8px 14px}.preview-widget-nav button.is-active{background:var(--project-button);color:var(--project-button-text)}.preview-widget-stack section{background:#ffffff1f;border:1px solid #fff3;border-radius:12px;grid-template-columns:230px 1fr;gap:18px;padding:14px 16px;display:grid}.preview-widget-stack section>div{gap:4px;display:grid}.preview-widget-stack section span{opacity:.72;font-size:11px}.preview-widget-stack section p{opacity:.9;margin:0}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#001a2661;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border-radius:16px;grid-template-rows:40px minmax(0,1fr) auto;width:min(640px,100vw - 48px);max-height:calc(100vh - 48px);animation:.18s ease-out dialog-in;display:grid;overflow:hidden;box-shadow:0 18px 60px #001a2638}.dialog--wide{width:min(960px,100vw - 48px)}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px)scale(.99)}}.dialog__header{border-bottom:1px solid var(--soft-border);justify-content:space-between;align-items:center;padding:0 16px;display:flex}.dialog__body{padding:18px;overflow:auto}.dialog__footer{border-top:1px solid var(--soft-border);justify-content:flex-end;align-items:center;gap:8px;min-height:56px;padding:0 16px;display:flex}.cover-upload-input{display:none}.cover-option-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.cover-option{border:1px solid var(--border);color:var(--regular);text-align:left;cursor:pointer;background:#fff;border-radius:8px;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.cover-option:hover,.cover-option--selected{border-color:var(--primary);background:var(--primary-soft)}.cover-option--selected{box-shadow:inset 0 0 0 1px var(--primary)}.cover-option i{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-style:normal;font-weight:700;display:grid;position:absolute;top:14px;right:14px}.uploaded-cover-preview{background:var(--primary-soft);border:1px solid #cbeef2;border-radius:8px;align-items:center;gap:12px;margin-top:14px;padding:10px;display:flex}.uploaded-cover-preview>div{gap:5px;display:grid}.uploaded-cover-preview span{color:var(--muted)}.i18n-editor{grid-template-columns:208px minmax(0,1fr);min-height:260px;margin:-18px;display:grid}.i18n-editor aside{border-right:1px solid var(--soft-border);align-content:start;gap:4px;padding:12px;display:grid}.i18n-editor__locale{color:var(--regular);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;padding:12px}.i18n-editor__locale.is-active{background:var(--primary-soft);color:var(--text);font-weight:700}.i18n-editor__content{padding:24px}.icon-button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:20px}.icon-button:hover{background:var(--hover);color:var(--text)}.confirm-copy{color:var(--regular);margin:0;line-height:1.7}.toast{z-index:120;color:#118a49;background:#fff;border:1px solid #b9ead0;border-radius:8px;padding:10px 16px;animation:.2s toast-in;position:fixed;top:72px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #001a261f}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-6px)}}.empty-state{text-align:center;min-height:320px;color:var(--muted);align-content:center;place-items:center;gap:8px;display:grid}.empty-state__image{color:#8ecfd8;background:linear-gradient(135deg,#e3f6f8,#f3fbfc);border-radius:45% 55% 48% 52%;place-items:center;width:120px;height:90px;font-size:24px;font-weight:800;display:grid}.empty-state h3,.empty-state p{margin:0}.preview-boundary-note{color:#8a5b00;background:#fff7e4;border-radius:8px;margin-bottom:12px;padding:9px 12px}.c-preview{color:#fff;background:radial-gradient(circle at 70% 20%,#ffffff2e,#0000 32%),linear-gradient(145deg,#0d3038,#0a6970 56%,#052a33);border-radius:16px;min-height:520px;position:relative;overflow:hidden}.c-preview--teal{background:radial-gradient(circle at 70% 20%,#ffffff2e,#0000 32%),linear-gradient(145deg,#15372b,#39725d 56%,#102a25)}.c-preview--navy{background:radial-gradient(circle at 70% 20%,#ffffff29,#0000 32%),linear-gradient(145deg,#101b35,#24466d 56%,#091728)}.c-preview header{justify-content:space-between;align-items:center;padding:22px 26px;display:flex}.c-preview header span{letter-spacing:.08em;font-weight:800}.c-preview header button,.c-preview__action button{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000001a;border:1px solid #ffffff57;border-radius:18px;padding:8px 16px}.c-preview__hero{max-width:650px;padding:64px 72px 42px}.c-preview__hero p{opacity:.78;margin:0 0 14px}.c-preview__hero h2{margin:0 0 14px;font-size:38px}.c-preview__hero h3{margin:0 0 18px;font-size:22px;line-height:1.45}.c-preview__hero span{opacity:.82;line-height:1.7;display:block}.c-preview__map{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff21;border:1px solid #ffffff2e;border-radius:16px;align-items:center;gap:14px;margin:0 72px;padding:14px;display:flex}.c-preview__map>div{background:#ffffff2e;border-radius:10px;place-items:center;width:84px;height:60px;font-weight:700;display:grid}.c-preview__map p{margin:0}.c-preview__action{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff38;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex;position:absolute;bottom:26px;left:72px;right:72px}.c-preview__action div{gap:4px;display:grid}.c-preview__action span{opacity:.76}.c-preview__action button{background:#13aec5;border-color:#0000;min-height:38px;font-weight:700}.c-preview__action button:disabled{opacity:.5}.c-preview--configured{color:var(--project-body);background:var(--project-page);border-radius:var(--project-radius)}.c-preview--configured>header{border-bottom:var(--project-border-width) solid var(--project-border);background:var(--project-menu);color:var(--project-menu-text)}.c-preview--configured>header button{border:var(--project-border-width) solid var(--project-border);border-radius:var(--project-radius);background:var(--project-surface);color:var(--project-menu-text)}.c-preview--configured .c-preview__hero p,.c-preview--configured .c-preview__hero h3{color:var(--project-muted)}.c-preview--configured .c-preview__hero h2{color:var(--project-title)}.c-preview--configured .preview-widget-stack section{border:var(--project-border-width) solid var(--project-border);border-radius:var(--project-radius);background:var(--project-surface);color:var(--project-body)}.c-preview--configured .preview-widget-stack section strong{color:var(--project-title)}.c-preview--configured .preview-widget-stack section span{color:var(--project-muted);opacity:1}@media (width<=1280px){.workspace{padding-left:18px;padding-right:18px}.config-layout{grid-template-columns:minmax(0,1fr) 230px}.theme-editor-layout{grid-template-columns:minmax(0,1fr) 420px}.c-preview__hero{padding-left:48px}.c-preview__map,.c-preview__action{margin-left:48px;margin-right:48px;left:48px;right:48px}}@media (width<=760px){.i18n-editor{grid-template-columns:1fr}.i18n-editor aside{border-right:0;border-bottom:1px solid var(--soft-border);grid-template-columns:repeat(2,minmax(0,1fr))}.theme-editor-layout,.theme-color-grid{grid-template-columns:1fr}.theme-preview-panel{position:static}.theme-option-row{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-status-card,.project-theme-widget{flex-direction:column;align-items:flex-start}.preview-widget-stack{grid-template-columns:1fr;padding-left:20px;padding-right:20px}}
