._container_cybiu_2{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;pointer-events:none;max-width:min(380px,calc(100vw - 2rem))}._toast_cybiu_21{pointer-events:all;display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-2);font-size:.875rem;line-height:1.45;width:100%;border:1px solid transparent;background:var(--surface);animation:_toastEnter_cybiu_1 .3s cubic-bezier(.34,1.4,.64,1) forwards}._toast_cybiu_21._exiting_cybiu_37{animation:_toastExit_cybiu_1 .3s ease-in forwards;pointer-events:none}._success_cybiu_44{background:linear-gradient(var(--success-bg),var(--success-bg)),var(--surface);border-color:var(--success-border);color:var(--success)}._error_cybiu_52{background:linear-gradient(var(--error-bg),var(--error-bg)),var(--surface);border-color:var(--error-border);color:var(--error-darker)}._warning_cybiu_60{background:linear-gradient(var(--warning-bg),var(--warning-bg)),var(--surface);border-color:var(--warning-border);color:var(--warning)}._info_cybiu_68{background:linear-gradient(var(--info-bg),var(--info-bg)),var(--surface);border-color:var(--info-border);color:var(--info)}._icon_cybiu_77{flex-shrink:0;margin-top:.15rem;font-size:.95rem}._message_cybiu_83{flex:1;word-break:break-word;white-space:pre-line}._close_cybiu_89{background:none;border:none;cursor:pointer;color:inherit;opacity:.55;padding:0 0 0 .3rem;flex-shrink:0;font-size:.8rem;display:flex;align-items:center;line-height:1;transition:opacity .15s}._close_cybiu_89:hover{opacity:1}@keyframes _toastEnter_cybiu_1{0%{transform:translate(calc(100% + 1.5rem));opacity:0}to{transform:translate(0);opacity:1}}@keyframes _toastExit_cybiu_1{0%{transform:translate(0);opacity:1;max-height:120px;margin-bottom:0}50%{transform:translate(calc(100% + 1.5rem));opacity:0;max-height:120px}to{transform:translate(calc(100% + 1.5rem));opacity:0;max-height:0;margin-bottom:-.5rem;padding-top:0;padding-bottom:0}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.5rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,opacity .15s;width:fit-content;font-family:inherit}.button:disabled,.button[aria-disabled=true]{opacity:.6;cursor:not-allowed}.buttonPrimary{background:var(--primary);color:var(--text-on-accent);border-color:var(--primary)}.buttonPrimary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.buttonSecondary{background:var(--surface-2);color:var(--text-base);border-color:var(--border-strong)}.buttonSecondary:hover:not(:disabled){background:var(--surface-3)}.buttonTertiary{background:transparent;color:var(--text-secondary);border-color:transparent}.buttonTertiary:hover:not(:disabled){background:var(--surface-2);color:var(--text-base)}.buttonDanger{background:transparent;color:var(--error);border-color:var(--error-border)}.buttonDanger:hover:not(:disabled){background:var(--error-bg);border-color:var(--error)}.buttonSuccess{background:var(--success);color:var(--text-on-accent);border-color:var(--success)}.buttonSuccess:hover:not(:disabled){filter:brightness(.92)}.buttonBrand{background-image:var(--brand-grad-sweep);background-size:280% 100%;background-position:0% 50%;color:var(--text-on-accent);border:none;box-shadow:var(--shadow-brand-btn);transition:background-position .7s cubic-bezier(.4,0,.2,1),transform .15s,box-shadow .25s}.buttonBrand:hover:not(:disabled){background-position:100% 50%;transform:translateY(-1px);box-shadow:var(--shadow-brand-btn-hover)}.buttonSmall{min-height:2.15rem;padding:.4rem .85rem;font-size:.82rem}.buttonCompact{min-height:1.95rem;padding:.35rem .7rem;font-size:.8rem}.buttonIcon{min-width:2rem;min-height:2rem;padding:.35rem}.buttonFullWidth{width:100%}.buttonSpinner{display:inline-block;width:.95em;height:.95em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;flex-shrink:0;vertical-align:-.1em;animation:buttonSpin .7s linear infinite,buttonSpinnerIn .18s ease-out}@keyframes buttonSpin{to{transform:rotate(360deg)}}@keyframes buttonSpinnerIn{0%{opacity:0}to{opacity:1}}.button[data-loading=true]:disabled,.button[data-loading=true][aria-disabled=true]{opacity:1;cursor:wait}.buttonPrimary[data-loading=true],.buttonSuccess[data-loading=true]{background-image:linear-gradient(90deg,transparent 0%,var(--sweep-highlight) 50%,transparent 100%);background-size:220% 100%;background-repeat:no-repeat;background-color:var(--primary);background-position:-40% 0;animation:buttonLoadingSweep 1.6s linear infinite}.buttonSuccess[data-loading=true]{background-color:var(--success)}@keyframes buttonLoadingSweep{to{background-position:140% 0}}.card{background:var(--surface-grad);border:1px solid var(--border);border-radius:var(--radius-lg)}.cardElevated{box-shadow:var(--shadow-1)}.cardHover{cursor:pointer;transition:box-shadow .15s,transform .15s,border-color .15s}.cardHover:hover{box-shadow:var(--shadow-2);transform:translateY(-1px)}.uiSection{background:var(--surface-grad);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.uiSectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.uiSectionTitle{font-size:1rem;font-weight:700;color:var(--text-base);margin:0}.uiSectionDesc{font-size:.82rem;color:var(--text-muted);margin:.25rem 0 1rem;line-height:1.5}.uiEmptyState{background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center}.uiEmptyTitle{font-size:.95rem;font-weight:600;color:var(--text-secondary);margin:0 0 .4rem}.uiEmptySub{font-size:.82rem;color:var(--text-subtle);margin:0;line-height:1.5}.uiEmptySub code{background:var(--surface-3);padding:.1rem .4rem;border-radius:var(--radius-sm);font-size:.78rem}.uiErrorMessage{color:var(--error-dark);font-size:.875rem;padding:.75rem 1rem;background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md)}.uiTableWrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-grad)}.uiTable{width:100%;border-collapse:collapse;font-size:.875rem;background:transparent}.uiTable thead th{background:var(--surface-2);padding:.625rem .875rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}.uiTable tbody td{padding:.75rem .875rem;color:var(--text-base);border-bottom:1px solid var(--border);vertical-align:middle}.uiTable tbody tr:last-child td{border-bottom:none}.uiTable tbody tr{transition:background-color .12s}.uiTable tbody tr:hover{background:var(--surface-2)}.uiTable tbody tr.rowClickable{cursor:pointer}.uiTable.uiTableCompact tbody td,.uiTable.uiTableCompact thead th{padding:.45rem .625rem}.tableBold{font-weight:600;color:var(--text-base)}.tableMono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:var(--text-muted)}.tableMuted{color:var(--text-muted)}.tableSubtle{color:var(--text-subtle);font-size:.82rem}.tableActions{display:flex;gap:.5rem;justify-content:flex-end;white-space:nowrap}.tableEmpty{text-align:center;color:var(--text-subtle);padding:2rem 1rem;font-size:.9rem}.tableLink{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.tableLink:hover,.tableLink:focus-visible{color:var(--primary);text-decoration:underline;outline:none}.tableToolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .9rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.tableToolbarTitle{font-size:.875rem;font-weight:600;color:var(--text-base);letter-spacing:-.005em}.tableToolbarCount{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;color:var(--text-muted);margin-left:.5rem}.tableToolbarActions{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-wrap:wrap}.miniInput{padding:.35rem .6rem;background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.78rem;color:var(--text-base);outline:none;width:200px;transition:border-color .15s,box-shadow .15s}.miniInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring)}.miniBtn{padding:.35rem .75rem;background-image:var(--brand-grad-sweep);background-size:280% 100%;background-position:0% 50%;color:var(--text-on-accent);border:none;border-radius:var(--radius-sm);font-family:inherit;font-weight:600;font-size:.78rem;cursor:pointer;letter-spacing:-.005em;transition:background-position .6s cubic-bezier(.4,0,.2,1)}.miniBtn:hover{background-position:100% 50%}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;line-height:1.5;white-space:nowrap;border:1px solid transparent;transition:background-color .15s,color .15s,border-color .15s}.badgeSm{padding:.1rem .5rem;font-size:.7rem}.badgeSuccess{background:var(--success-bg-strong);color:var(--success);border-color:var(--success-border)}.badgeError{background:var(--error-bg-strong);color:var(--error);border-color:var(--error-border)}.badgeWarning{background:var(--warning-bg-strong);color:var(--warning);border-color:var(--warning-border)}.badgeInfo{background:var(--info-bg);color:var(--info);border-color:var(--info-border)}.badgeNeutral{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.badgeAccent{background:color-mix(in srgb,var(--primary) 14%,transparent);color:var(--primary);border-color:transparent;text-transform:capitalize}.badgeBrand{background:var(--brand-grad);color:var(--text-on-accent);border-color:transparent;box-shadow:var(--shadow-1)}.badgeWithDot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.badgeSolid{color:var(--text-on-accent);border-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:capitalize}.badgeSolid.badgeSuccess{background:color-mix(in srgb,var(--success) 85%,transparent);color:var(--text-on-accent)}.badgeSolid.badgeError{background:color-mix(in srgb,var(--error) 85%,transparent);color:var(--text-on-accent)}.badgeSolid.badgeWarning{background:color-mix(in srgb,var(--warning) 85%,transparent);color:var(--text-on-accent)}.badgeSolid.badgeInfo{background:var(--primary-overlay);color:var(--text-on-accent)}.badgeSolid.badgeNeutral{background:var(--overlay-on-image-hover);color:var(--text-on-accent)}.badgeSolid.badgeAccent,.badgeSolid.badgeBrand{background:var(--brand-grad);color:var(--text-on-accent)}.form{display:flex;flex-direction:column;gap:1rem}.formFooter{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:600px){.formGrid{grid-template-columns:1fr}}.formRow{display:flex;gap:1rem}.textField,.selectField,.textareaField{display:block;width:100%;padding:.5rem .75rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.875rem;color:var(--text-1);outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.textField::placeholder,.textareaField::placeholder{color:var(--text-3)}.textField:focus,.selectField:focus,.textareaField:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px var(--focus-ring)}.textField:disabled,.selectField:disabled,.textareaField:disabled{opacity:.6;cursor:not-allowed}.textareaField{min-height:90px;resize:vertical}.fieldLabel{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:500;color:var(--text-2)}.fieldHint{font-size:.75rem;color:var(--text-3);margin:0}.checkField,.radioField{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-1);cursor:pointer;-webkit-user-select:none;user-select:none}.checkField input[type=checkbox],.radioField input[type=radio]{accent-color:var(--brand-blue);width:16px;height:16px;cursor:pointer;flex-shrink:0}.switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.switch input{opacity:0;width:0;height:0;position:absolute}.switchTrack{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border-bold);border-radius:11px;transition:background .2s;cursor:pointer}.switchTrack:before{content:"";position:absolute;left:2px;top:2px;width:18px;height:18px;border-radius:50%;background:var(--text-on-accent);box-shadow:var(--shadow-1);transition:left .2s}.switch input:checked+.switchTrack{background:var(--brand-blue)}.switch input:checked+.switchTrack:before{left:20px}.switch input:disabled+.switchTrack{opacity:.5;cursor:not-allowed}.switch input:focus-visible+.switchTrack{box-shadow:0 0 0 3px var(--focus-ring)}.viewToggle{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.viewBtn{padding:.42rem .9rem;font-size:.82rem;font-weight:500;background:transparent;border:none;cursor:pointer;color:var(--text-3);font-family:inherit;display:inline-flex;align-items:center;gap:.35rem;transition:background .12s,color .12s}.viewBtn:hover:not(.viewBtnActive){background:var(--hover-bg);color:var(--text-1)}.viewBtnActive{background:var(--brand-blue);color:var(--text-on-accent)}.viewBtnActive:hover{background:var(--primary-dark);color:var(--text-on-accent)}.viewBtn svg,.viewBtn .fa-light,.viewBtn .fa-brands{font-size:.82rem}.page{padding:2rem;max-width:1200px}.pageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.pageHeaderLeft{display:flex;align-items:flex-start;gap:.75rem;min-width:0;flex:1}.pageTitle{font-size:1.5rem;font-weight:700;color:var(--text-base);margin:0 0 .25rem}.pageSubtitle{font-size:.875rem;color:var(--text-muted);margin:0}.pageActions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.pageEmpty{color:var(--text-muted);font-size:.9rem;padding:2rem 0;text-align:center}.filterBar{display:flex;align-items:center;gap:.65rem;margin-bottom:1.25rem;flex-wrap:wrap}.filterSearch,.filterSelect{padding:.48rem .75rem;font-size:.875rem;color:var(--text-base);background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.filterSearch{min-width:260px}.filterSearch:focus,.filterSelect:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring)}.filterCheck{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--text-base);cursor:pointer;white-space:nowrap}.viewToggle{display:flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-left:auto}.viewBtn{padding:.42rem .85rem;font-size:.82rem;font-weight:500;background:transparent;border:none;cursor:pointer;color:var(--text-muted);font-family:inherit;transition:background .12s,color .12s}.viewBtn+.viewBtn{border-left:1px solid var(--border)}.viewBtn:hover{background:var(--hover-bg);color:var(--text-base)}.viewBtnActive,.viewBtnActive:hover{background:var(--primary);color:var(--text-on-accent)}@media(max-width:640px){.filterBar{flex-direction:column;align-items:stretch}.viewToggle{margin-left:0;align-self:flex-start}}.toggle{position:relative;width:36px;height:20px;border-radius:10px;background:var(--border-strong);border:none;cursor:pointer;flex-shrink:0;transition:background .2s;padding:0}.toggle:disabled{opacity:.5;cursor:not-allowed}.toggleOn{background:var(--primary)}.toggleKnob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--text-on-accent);box-shadow:var(--shadow-1);transition:left .2s;display:block}.toggleOn .toggleKnob{left:18px}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-backdrop);display:flex;align-items:center;justify-content:center;z-index:900;padding:1rem}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-2);width:100%;max-width:560px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden}.modalHeader{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.modalTitle{font-size:1rem;font-weight:600;color:var(--text-base);margin:0}.modalBody{padding:1.25rem 1.5rem;overflow-y:auto;flex:1;min-height:0;scrollbar-width:thin}.modalFooter{display:flex;gap:.5rem;justify-content:flex-end;padding:1rem 1.25rem;border-top:1px solid var(--border);flex-shrink:0}:root{--topbar-height: 56px;--sidebar-width: 240px;--sidebar-width-mobile: min( calc(100vw - 44px) , 320px);--nav-transition: .28s cubic-bezier(.4, 0, .2, 1)}.appShell{position:relative;min-height:100vh;padding-top:var(--topbar-height)}.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-height);z-index:40;background:var(--sidebar-bg);border-bottom:1px solid var(--sidebar-border);display:flex;align-items:center}.sidebar{position:fixed;top:var(--topbar-height);left:0;bottom:0;width:var(--sidebar-width);z-index:30;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;transform:translate(-100%);transition:transform var(--nav-transition);overflow-y:auto}[data-sidebar-open=true] .sidebar{transform:translate(0)}.main{position:relative;min-height:calc(100vh - var(--topbar-height));transition:margin-left var(--nav-transition),transform var(--nav-transition),opacity var(--nav-transition)}.mobileOverlay{position:fixed;top:var(--topbar-height);left:0;right:0;bottom:0;z-index:20;pointer-events:none;background:transparent}@media(min-width:768px){[data-sidebar-open=true] .main{margin-left:var(--sidebar-width)}}@media(max-width:767.98px){.sidebar{width:var(--sidebar-width-mobile)}[data-sidebar-open=true] .main{transform:translate(var(--sidebar-width-mobile));opacity:.6}[data-sidebar-open=true] .mobileOverlay{pointer-events:auto}body[data-sidebar-open=true]{overflow:hidden}}._btn_1t599_5{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:var(--radius-md);color:var(--text-1);transition:background .12s;flex-shrink:0}._btn_1t599_5:hover{background:var(--sidebar-surface)}._btn_1t599_5:focus-visible{outline:2px solid var(--text-1);outline-offset:2px}._lines_1t599_29{position:relative;width:22px;height:16px;display:block}._line_1t599_29{position:absolute;left:0;right:0;height:2px;background:currentColor;border-radius:2px;transition:transform .24s cubic-bezier(.34,1.4,.64,1),opacity .24s ease}._line_1t599_29:nth-child(1){top:2px}._line_1t599_29:nth-child(2){top:7px}._line_1t599_29:nth-child(3){top:12px}._btn_1t599_5[data-open=true] ._line_1t599_29:nth-child(1){transform:translateY(5px) rotate(45deg)}._btn_1t599_5[data-open=true] ._line_1t599_29:nth-child(2){opacity:0;transform:scaleX(0)}._btn_1t599_5[data-open=true] ._line_1t599_29:nth-child(3){transform:translateY(-5px) rotate(-45deg)}._bar_j39y0_4{padding:0 .75rem 0 1rem;gap:.75rem}._left_j39y0_10,._center_j39y0_11,._right_j39y0_12{display:flex;align-items:center;min-width:0}._left_j39y0_10{flex:0 0 auto;gap:.6rem}._center_j39y0_11{flex:1 1 auto;justify-content:center}._right_j39y0_12{flex:0 0 auto;gap:.25rem;margin-left:auto}._brand_j39y0_34{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;color:var(--text-1);letter-spacing:-.01em;text-decoration:none}._brandIcon_j39y0_45{font-size:1.1rem;color:var(--brand-magenta)}._root_1k1xc_1{position:relative;display:inline-flex}._trigger_1k1xc_6{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:var(--radius-md);background:transparent;color:var(--sidebar-icon);cursor:pointer;transition:color .15s,background .15s}._trigger_1k1xc_6:hover{color:var(--sidebar-text-hover);background:var(--sidebar-surface)}._badge_1k1xc_27{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;box-sizing:border-box;background:var(--nav-badge-bg);color:var(--nav-badge-color);border-radius:var(--radius-full);font-size:.65rem;font-weight:700;line-height:16px;text-align:center;pointer-events:none;white-space:nowrap}._panel_1k1xc_47{position:absolute;bottom:calc(100% + .5rem);right:0;width:340px;max-height:440px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-2);z-index:50;overflow:hidden}._panelHeader_1k1xc_63{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}._panelTitle_1k1xc_73{font-size:.9rem;font-weight:700;color:var(--text-base)}._panelActions_1k1xc_79{display:flex;align-items:center;gap:.25rem}._panelAction_1k1xc_79{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .5rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:.75rem;cursor:pointer;transition:color .15s,background .15s}._panelAction_1k1xc_79:hover{color:var(--text-base);background:var(--hover-bg)}._panelAction_1k1xc_79:disabled{opacity:.6;cursor:default}._panelClose_1k1xc_107{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer}._panelClose_1k1xc_107:hover{color:var(--text-base);background:var(--hover-bg)}._empty_1k1xc_124{padding:2rem 1rem;text-align:center;font-size:.85rem;color:var(--text-muted)}._list_1k1xc_131{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}._item_1k1xc_140{position:relative;display:flex;flex-direction:column;gap:.25rem;width:100%;padding:.7rem .85rem;border:none;background:transparent;text-align:left;cursor:pointer;border-bottom:1px solid var(--border);transition:background .1s}._item_1k1xc_140:last-child{border-bottom:none}._item_1k1xc_140:hover{background:var(--hover-bg)}._itemUnread_1k1xc_158{background:color-mix(in srgb,var(--primary) 4%,transparent)}._itemRow_1k1xc_162{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}._itemTitle_1k1xc_169{font-size:.85rem;font-weight:600;color:var(--text-base);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemTime_1k1xc_178{font-size:.7rem;color:var(--text-muted);flex-shrink:0}._itemMessage_1k1xc_184{margin:0;font-size:.78rem;line-height:1.4;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._itemDot_1k1xc_195{position:absolute;top:.9rem;right:.85rem;width:8px;height:8px;border-radius:50%;background:var(--primary)}._nav_4bbu6_22{flex:1;padding:.75rem .625rem;display:flex;flex-direction:column;gap:.15rem;overflow-y:auto}._navSection_4bbu6_31{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sidebar-section);padding:.9rem .625rem .3rem}._navLink_4bbu6_40{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--sidebar-text);text-decoration:none;transition:background .12s,color .12s}._navLink_4bbu6_40:hover{background:var(--sidebar-surface);color:var(--sidebar-text-hover)}._navLink_4bbu6_40._active_4bbu6_58{background:var(--sidebar-surface);color:var(--sidebar-text-active);font-weight:600}._navIcon_4bbu6_64{width:18px;flex-shrink:0;color:var(--sidebar-icon);transition:color .12s;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}._navIcon_4bbu6_64 svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.4}._navLink_4bbu6_40:hover ._navIcon_4bbu6_64,._navLink_4bbu6_40._active_4bbu6_58 ._navIcon_4bbu6_64{color:var(--sidebar-text-active)}._navBadge_4bbu6_88{margin-left:auto;background:var(--nav-badge-bg);color:var(--nav-badge-color);font-size:.68rem;font-weight:700;padding:.1rem .45rem;border-radius:var(--radius-full);line-height:1.5;box-shadow:var(--shadow-1)}._navBadgeRed_4bbu6_100{background:var(--error);color:var(--text-on-accent)}._navBadgeGray_4bbu6_105{background:var(--sidebar-surface);color:var(--sidebar-text);box-shadow:none}._sidebarFooter_4bbu6_112{border-top:1px solid var(--sidebar-border);padding:.75rem .875rem;display:flex;align-items:center;gap:.5rem}._profileBtn_4bbu6_120{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex:1;min-width:0;border-radius:var(--radius-md);padding:.35rem .5rem;transition:background .12s}._profileBtn_4bbu6_120:hover{background:var(--sidebar-surface)}._avatar_4bbu6_136{width:34px;height:34px;border-radius:50%;background:var(--avatar-bg);color:var(--surface);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0;overflow:hidden}._avatarImg_4bbu6_151{width:100%;height:100%;object-fit:cover}._profileInfo_4bbu6_157{display:flex;flex-direction:column;min-width:0}._profileName_4bbu6_163{font-size:.8rem;font-weight:600;color:var(--sidebar-text-hover);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._profileRole_4bbu6_172{font-size:.7rem;color:var(--sidebar-role);text-transform:capitalize}._logoutBtn_4bbu6_178{background:none;border:none;color:var(--sidebar-section);font-size:1rem;cursor:pointer;padding:.35rem;border-radius:var(--radius-sm);transition:color .12s,background .12s;flex-shrink:0;line-height:1}._logoutBtn_4bbu6_178:hover{color:var(--error);background:var(--sidebar-surface)}._main_4bbu6_3{padding:2rem}@media(max-width:767.98px){._main_4bbu6_3{padding:1.25rem}}._page_kywdi_2{padding:1.5rem;max-width:960px}._pageHeader_kywdi_7{margin-bottom:1.75rem}._statsRow_kywdi_15{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}._statCard_kywdi_22{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-1);text-decoration:none;color:inherit}._statCardLink_kywdi_35{cursor:pointer;transition:box-shadow .15s,border-color .15s}._statCardLink_kywdi_35:hover{box-shadow:var(--shadow-2);border-color:var(--primary)}._statCardWarn_kywdi_44{border-color:var(--warning-border);background:var(--warning-bg)}._statCardDanger_kywdi_49{border-color:var(--error-border);background:var(--error-bg)}._statIconWrap_kywdi_54{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}._statIconBlue_kywdi_65{background:var(--info-bg);color:var(--info)}._statIconGreen_kywdi_70{background:var(--success-bg);color:var(--success)}._statIconWarn_kywdi_75{background:var(--warning-bg);color:var(--warning)}._statIconDanger_kywdi_80{background:var(--error-bg);color:var(--error)}._statBody_kywdi_85{min-width:0}._statValue_kywdi_89{font-size:1.6rem;font-weight:700;color:var(--text-base);line-height:1;margin-bottom:.25rem;font-variant-numeric:tabular-nums}._statLabel_kywdi_98{font-size:.78rem;color:var(--text-muted);white-space:nowrap}._chartCard_kywdi_105{padding:1.25rem 1.5rem 1rem;margin-bottom:1.5rem}._chartHeader_kywdi_111{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}._chartTitle_kywdi_119{font-size:.95rem;font-weight:600;color:var(--text-base);margin:0}._chartTotal_kywdi_126{font-size:.8rem;color:var(--text-muted);white-space:nowrap}._chartSkeleton_kywdi_132{height:120px;border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:_shimmer_kywdi_1 1.6s infinite}@keyframes _shimmer_kywdi_1{0%{background-position:200% 0}to{background-position:-200% 0}}._chart_kywdi_105{display:flex;align-items:flex-end;gap:6px;height:120px}._barCol_kywdi_152{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}._barTrack_kywdi_161{flex:1;width:100%;display:flex;align-items:flex-end;background:var(--input-bg);border-radius:4px 4px 0 0;overflow:hidden;min-height:0}._bar_kywdi_152{width:100%;background:var(--brand-grad-sweep);border-radius:4px 4px 0 0;transition:height .4s ease;min-height:0}._barEmpty_kywdi_180{background:transparent}._barCount_kywdi_184{font-size:.68rem;font-weight:600;color:var(--primary);font-variant-numeric:tabular-nums;line-height:1}._barLabel_kywdi_192{font-size:.72rem;color:var(--text-muted);line-height:1}._linksGrid_kywdi_199{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}._linkCard_kywdi_205{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);padding:1rem 1.1rem;display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s,background .15s}._linkCard_kywdi_205:hover{box-shadow:var(--shadow-2);border-color:var(--primary);background:var(--hover-bg)}._linkIcon_kywdi_223{font-size:1.1rem;color:var(--primary);flex-shrink:0}._linkBody_kywdi_229{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}._linkTitle_kywdi_237{font-size:.875rem;font-weight:600;color:var(--text-base)}._linkSub_kywdi_243{font-size:.775rem;color:var(--text-muted)}._linkArrow_kywdi_248{font-size:.9rem;color:var(--text-muted);flex-shrink:0}._wrap_mg28l_1{display:flex;flex-direction:column;gap:.3rem;flex:1}._outer_mg28l_8{height:10px;background:var(--surface-3);border-radius:999px;overflow:hidden}._wrapSm_mg28l_15 ._outer_mg28l_8{height:6px}._inner_mg28l_19{height:100%;transition:width .3s ease,background .2s}._labelRow_mg28l_24{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.78rem;color:var(--text-muted)}._label_mg28l_24{display:inline-flex;align-items:center;gap:.5rem}._sublabel_mg28l_39{color:var(--text-subtle);white-space:nowrap}._badgeError_mg28l_44{color:var(--error);font-weight:600}._badgeWarn_mg28l_49{color:var(--warning);font-weight:600}._pageHeader_hbegs_3{align-items:center}._bold_hbegs_8{font-weight:600;color:var(--text-base)}._mono_hbegs_9{font-family:monospace;font-size:.8rem;color:var(--text-muted)}._displayCell_hbegs_13{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-base);font-size:.875rem}._colorSwatches_hbegs_25{display:flex;gap:.4rem}._swatch_hbegs_30{width:20px;height:20px;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);display:inline-block}._actions_hbegs_38{display:flex;gap:.5rem;justify-content:flex-end}._label_hbegs_54{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}._input_hbegs_63,._select_hbegs_63{padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.9rem;outline:none;transition:border-color .15s;background:var(--surface)}._input_hbegs_63:focus,._select_hbegs_63:focus{border-color:var(--primary)}._colorInput_hbegs_75{width:48px;height:36px;padding:2px;border:1px solid var(--border-strong);border-radius:var(--radius-md);cursor:pointer}._checkLabel_hbegs_84{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer}._error_hbegs_95{font-size:.875rem;color:var(--error)}._sectionDivider_hbegs_106{margin-top:.75rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem}._sectionDivider_hbegs_106>span{font-size:.82rem;font-weight:700;color:var(--text-base);text-transform:uppercase;letter-spacing:.04em}._sectionDivider_hbegs_106>small{font-size:.75rem;color:var(--text-muted);line-height:1.4}._hint_hbegs_129{font-size:.78rem;color:var(--text-muted);margin:0}._pageSubtitle_jalgk_5{display:flex;align-items:center;gap:.5rem}._filters_jalgk_16{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}._filterSelect_jalgk_23{padding:.4rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.875rem;color:var(--text-secondary);background:var(--surface);cursor:pointer}._filterCheck_jalgk_33{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--text-secondary);cursor:pointer}._row_jalgk_45{cursor:pointer;transition:background .1s}._row_jalgk_45:hover{background:var(--surface-2)}._row_jalgk_45+._row_jalgk_45 td{border-top:1px solid var(--surface-3)}._rowError_jalgk_51,._rowError_jalgk_51:hover{background:var(--error-bg)}._row_jalgk_45 td{padding:.625rem .875rem;vertical-align:middle;white-space:nowrap}._tdTime_jalgk_60{color:var(--text-muted);font-size:.8125rem}._tdEndpoint_jalgk_61{font-weight:500;color:var(--text-base)}._tdUser_jalgk_62{color:var(--text-secondary);max-width:200px;overflow:hidden;text-overflow:ellipsis}._tdDuration_jalgk_63{color:var(--text-muted)}._tdIds_jalgk_64{color:var(--text-subtle);font-size:.8125rem;display:flex;gap:.5rem}._photoId_jalgk_65{color:var(--purple)}._tdToggle_jalgk_66{text-align:right;color:var(--text-subtle)}._chevron_jalgk_68{display:inline-block;transition:transform .15s;font-style:normal}._chevronOpen_jalgk_73{transform:rotate(90deg)}._detailRow_jalgk_79 td{padding:0;border-top:none!important;border-bottom:1px solid var(--border)}._detail_jalgk_79{padding:1rem 1.25rem 1.25rem;background:var(--code-bg);color:var(--code-text)}._detailColumns_jalgk_91{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:720px){._detailColumns_jalgk_91{grid-template-columns:1fr}}._detailSection_jalgk_100{margin-bottom:.75rem}._detailLabel_jalgk_104{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--code-blue);margin-bottom:.35rem}._detailPre_jalgk_114{margin:0;font-size:.8125rem;line-height:1.5;white-space:pre-wrap;word-break:break-all;color:var(--code-text);background:var(--code-bg-deep);padding:.75rem;border-radius:5px;max-height:200px;overflow-y:auto}._detailMeta_jalgk_128{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem;font-size:.8rem;color:var(--code-muted)}._detailMeta_jalgk_128 code{color:var(--code-green);font-size:.8rem}._page_1ead9_2{max-width:900px}._section_1ead9_11{margin-bottom:2rem}._sectionTitle_1ead9_15{font-size:.875rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}._sectionDesc_1ead9_24{font-size:.8rem;color:var(--text-subtle);margin-bottom:1rem}._empty_1ead9_31{padding:1rem 0}._row_1ead9_39 td{padding:.75rem .875rem;vertical-align:middle;border-bottom:1px solid var(--surface-3)}._row_1ead9_39:last-child td{border-bottom:none}._tdLabel_1ead9_49{font-weight:500;color:var(--text-base)}._tdKey_1ead9_54{font-family:monospace;font-size:.8rem;color:var(--text-subtle);letter-spacing:.05em}._tdModel_1ead9_61{font-family:monospace;font-size:.78rem;color:var(--text-muted);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dimText_1ead9_71{color:var(--text-subtle)}._scopeBadge_1ead9_82{text-transform:capitalize}._toggleOn_1ead9_88{padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;border:none;cursor:pointer;background:var(--success-bg-strong);color:var(--success);transition:opacity .15s}._toggleOn_1ead9_88:hover{opacity:.8}._toggleOff_1ead9_102{padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;border:none;cursor:pointer;background:var(--surface-3);color:var(--text-muted);transition:opacity .15s}._toggleOff_1ead9_102:hover{opacity:.8}._rowActions_1ead9_117{display:flex;gap:.5rem;justify-content:flex-end}._featureGrid_1ead9_124{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}._featureCard_1ead9_130{padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.75rem}._featureCardTop_1ead9_138{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._featureName_1ead9_145{font-size:.875rem;font-weight:600;color:var(--text-base);margin-bottom:.2rem}._featureDesc_1ead9_152{font-size:.78rem;color:var(--text-muted);line-height:1.4}._featureCardBottom_1ead9_158{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._featureEnabled_1ead9_165{font-size:.7rem;font-weight:600;color:var(--success)}._featureDisabled_1ead9_171{font-size:.7rem;font-weight:600;color:var(--text-subtle)}._featureNoKey_1ead9_177{font-size:.7rem;font-weight:600;color:var(--warning)}._label_1ead9_192{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}._input_1ead9_201,._select_1ead9_201{padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.9rem;outline:none;transition:border-color .15s;background:var(--surface)}._input_1ead9_201:focus,._select_1ead9_201:focus{border-color:var(--primary)}._keyRow_1ead9_213{display:flex;gap:.5rem}._keyRow_1ead9_213 ._input_1ead9_201{flex:1;font-family:monospace}._checkLabel_1ead9_224{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer}._hint_1ead9_234{font-size:.75rem;color:var(--text-subtle);font-weight:400}._modelSection_1ead9_241{display:flex;flex-direction:column;gap:.5rem}._modelHeader_1ead9_247{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._labelText_1ead9_254{font-size:.875rem;font-weight:500;color:var(--text-secondary)}._modelsError_1ead9_261{font-size:.8rem;color:var(--error);margin:0}._modelHint_1ead9_267{font-size:.78rem;color:var(--text-subtle);margin:0;font-style:italic}._error_1ead9_276{font-size:.875rem;color:var(--error)}._sectionHeader_1ead9_282{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._sectionHeader_1ead9_282 ._sectionTitle_1ead9_15,._sectionHeader_1ead9_282 ._sectionDesc_1ead9_24{margin-bottom:0}._tdPrice_1ead9_298{font-family:monospace;font-size:.82rem;color:var(--text-secondary);white-space:nowrap}._tdNotes_1ead9_305{font-size:.78rem;color:var(--text-subtle);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._noModelWarn_1ead9_315{font-size:.75rem;font-weight:600;color:var(--warning);cursor:help}._tdModelPrice_1ead9_323{display:block;font-size:.7rem;color:var(--text-subtle);font-family:monospace;margin-top:.1rem}._pricingCard_1ead9_332{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .875rem;display:flex;flex-direction:column;gap:.3rem}._pricingCardName_1ead9_342{font-size:.8rem;font-weight:600;color:var(--text-secondary)}._pricingCardRow_1ead9_348{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._pricingCardItem_1ead9_355{font-size:.78rem;color:var(--text-subtle)}._pricingCardItem_1ead9_355 strong{color:var(--text-base);font-weight:600}._pricingCardDivider_1ead9_365{color:var(--text-subtle);font-size:.75rem}._pricingCardNotes_1ead9_370{font-size:.72rem;color:var(--text-subtle);font-style:italic;margin:0}._priceRow_1ead9_378{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._modelDisplay_1ead9_385{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;width:100%;text-align:left;transition:border-color .15s,background .15s}._modelDisplay_1ead9_385:hover{border-color:var(--primary);background:var(--primary-wash)}._modelDisplayValue_1ead9_405{font-family:monospace;font-size:.85rem;color:var(--text-base);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modelDisplayChevron_1ead9_415{font-size:.72rem;color:var(--text-subtle);flex-shrink:0;white-space:nowrap}._modelDisplayLoading_1ead9_423{padding:.6rem .75rem;font-size:.82rem;color:var(--text-muted);font-style:italic;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2)}._modelStaleWarn_1ead9_434{font-size:.78rem;color:var(--warning);background:var(--warning-bg-strong);border:1px solid var(--warning-border);border-radius:var(--radius-sm);padding:.4rem .6rem;margin:0;line-height:1.4}._cacheSettingsForm_1ead9_446{max-width:380px}._ttlRow_1ead9_450{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}._ttlRow_1ead9_450 ._input_1ead9_201{width:90px;flex-shrink:0}._ttlUnit_1ead9_462{font-size:.875rem;color:var(--text-muted);flex-shrink:0}._card_85j6h_1{padding:1.1rem 1.25rem}._cardStat_85j6h_6{padding:1.25rem 1.5rem}._header_85j6h_10{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._cardStat_85j6h_6 ._header_85j6h_10{margin-bottom:.5rem}._headerLeft_85j6h_22{display:flex;flex-direction:column;gap:.2rem;min-width:0}._title_85j6h_29{font-size:.95rem;font-weight:700;color:var(--text-base);margin:0}._cardStat_85j6h_6 ._title_85j6h_29{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}._subtitle_85j6h_44{font-size:.78rem;color:var(--text-muted)}._cardStat_85j6h_6 ._subtitle_85j6h_44{font-size:.9rem;font-weight:600;color:var(--text-base);text-transform:none;letter-spacing:0}._right_85j6h_57{flex-shrink:0}._body_85j6h_61{display:flex;flex-direction:column;gap:.5rem}._page_1cm8j_2{display:flex;flex-direction:column;gap:1.25rem}._pageHeader_1cm8j_3{margin-bottom:0}._pageSubtitle_1cm8j_16{max-width:620px}._titleIcon_1cm8j_22{color:var(--primary);font-size:1.5rem;margin-top:.2rem}._selectInput_1cm8j_28{padding:.4rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.875rem;color:var(--text-secondary);background:var(--surface);cursor:pointer}._backLink_1cm8j_38{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;background:transparent;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;align-self:flex-start;border-radius:var(--radius-sm);transition:color .15s,background .15s}._backLink_1cm8j_38:hover{color:var(--text-base);background:var(--hover-bg)}._usageBigNumber_1cm8j_57{font-size:1.6rem;color:var(--text-muted)}._usageBigNumber_1cm8j_57 strong{font-size:2.2rem;color:var(--text-base);font-weight:700;margin-right:.3rem}._usageBigNumber_1cm8j_57 em{font-style:normal;font-size:1rem;color:var(--text-subtle)}._summaryMeta_1cm8j_73{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.82rem;color:var(--text-muted);margin-top:.25rem}._empty_1cm8j_82{padding:1rem 0}._error_1cm8j_87{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}._error_1cm8j_87 p{margin:0;font-size:.85rem;color:var(--error-dark)}._hint_1cm8j_103{font-size:.78rem;color:var(--text-muted);margin:.25rem 0 0}._bold_1cm8j_109{font-weight:600}._mono_1cm8j_110{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem}._form_ok6cs_1{gap:.9rem}._label_ok6cs_8{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--text-base)}._input_ok6cs_17{padding:.55rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.9rem;font-family:inherit;outline:none;background:var(--surface);color:var(--text-base);font-weight:400;width:100%;box-sizing:border-box;resize:vertical;transition:border-color .15s}._input_ok6cs_17:focus{border-color:var(--primary)}._row_ok6cs_36{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._hint_ok6cs_42{font-size:.85rem;color:var(--text-muted);margin:0}._success_ok6cs_48{margin:0;padding:.5rem .75rem;background:var(--success-bg);border:1px solid var(--success-border);border-radius:var(--radius-md);color:var(--success);font-size:.82rem}._error_ok6cs_58{margin:0;padding:.5rem .75rem;background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);color:var(--error-dark);font-size:.82rem}@media(max-width:600px){._row_ok6cs_36{grid-template-columns:1fr}}._page_1qlnd_2{max-width:520px}._title_1qlnd_6{margin-bottom:1.5rem}._card_1qlnd_11{padding:1.5rem;margin-bottom:1.25rem}._cardTitle_1qlnd_17{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:.4rem}._cardSub_1qlnd_24{font-size:.82rem;color:var(--text-muted);margin:0 0 1.1rem;line-height:1.5}._avatarSection_1qlnd_32{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}._avatarLarge_1qlnd_39{width:80px;height:80px;border-radius:50%;background:var(--avatar-bg);color:var(--surface);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}._avatarImg_1qlnd_52{width:100%;height:100%;object-fit:cover}._avatarInitial_1qlnd_58{font-size:1.75rem;font-weight:700}._avatarActions_1qlnd_63{display:flex;flex-direction:column;gap:.5rem}._fileInput_1qlnd_69{display:none}._form_1qlnd_74{gap:.9rem}._label_1qlnd_81{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}._input_1qlnd_90{padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.9rem;outline:none;transition:border-color .15s;background:var(--surface)}._input_1qlnd_90:focus{border-color:var(--primary)}._input_1qlnd_90:disabled{background:var(--surface-2);color:var(--text-subtle);cursor:not-allowed}._success_1qlnd_103{font-size:.875rem;color:var(--success);margin-top:.25rem}._error_1qlnd_104{font-size:.875rem;color:var(--error);margin-top:.25rem}._notifRow_1qlnd_107{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}._notifLabel_1qlnd_114{font-size:.875rem;font-weight:600;color:var(--text-base);margin-bottom:.2rem}._notifDesc_1qlnd_121{font-size:.8rem;color:var(--text-muted);line-height:1.4}._wrapper_1b6i7_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-page)}._card_1b6i7_9{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:2.5rem;width:100%;max-width:380px}._title_1b6i7_18{font-size:1.5rem;font-weight:700;margin-bottom:1.75rem;text-align:center;color:var(--text-base)}._label_1b6i7_28{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}._input_1b6i7_37{padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.95rem;outline:none;transition:border-color .15s}._input_1b6i7_37:focus{border-color:var(--primary)}._button_1b6i7_50{margin-top:.5rem;padding:.7rem;background:var(--primary);color:var(--surface);border:none;border-radius:var(--radius-md);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}._button_1b6i7_50:hover:not(:disabled){background:var(--primary-dark)}._button_1b6i7_50:disabled{opacity:.6;cursor:not-allowed}._error_1b6i7_72{font-size:.875rem;color:var(--error);text-align:center}._page_15oft_2{min-height:100vh;background:var(--bg-page);font-family:system-ui,-apple-system,sans-serif;display:flex;flex-direction:column}._header_15oft_11{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 1.25rem}._headerBrand_15oft_17{font-size:.72rem;font-weight:700;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}._headerGallery_15oft_26{display:flex;flex-direction:column;gap:.1rem}._headerAccount_15oft_32{font-size:.75rem;color:var(--text-muted)}._headerTitle_15oft_37{font-size:1.15rem;font-weight:700;color:var(--text-base);line-height:1.2}._headerLocation_15oft_44{font-size:.8rem;color:var(--text-subtle)}._content_15oft_50{flex:1;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}._fileInput_15oft_59{display:none}._uploadPrompt_15oft_62{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._captureBtn_15oft_68{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:var(--surface);border:2px solid var(--border);border-radius:12px;padding:1.75rem 1rem;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}._captureBtn_15oft_68:hover,._captureBtn_15oft_68:active{border-color:var(--primary);background:var(--primary-wash)}._captureBtnSecondary_15oft_89{border-color:var(--border);background:var(--surface-2)}._captureBtnIcon_15oft_94{font-size:2rem;color:var(--primary)}._captureBtnLabel_15oft_99{font-size:.9rem;font-weight:700;color:var(--text-base);line-height:1.2}._captureBtnSub_15oft_106{font-size:.75rem;color:var(--text-subtle)}._uploadHint_15oft_111{text-align:center;font-size:.8rem;color:var(--text-subtle);line-height:1.5}._reviewHeader_15oft_119{display:flex;align-items:center;justify-content:space-between}._reviewCount_15oft_125{font-size:.9rem;font-weight:600;color:var(--text-secondary)}._addMoreBtn_15oft_131{font-size:.85rem;font-weight:600;color:var(--primary);background:none;border:none;cursor:pointer;padding:.25rem 0}._reviewGrid_15oft_141{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}._reviewCard_15oft_147{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--border)}._reviewThumb_15oft_155{width:100%;height:100%;object-fit:cover;display:block}._reviewFileName_15oft_162{position:absolute;bottom:0;left:0;right:0;background:var(--overlay-on-image);color:var(--surface);font-size:.6rem;padding:.2rem .35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._removeBtn_15oft_176{position:absolute;top:.25rem;right:.25rem;width:22px;height:22px;border-radius:50%;border:none;background:var(--overlay-on-image);color:var(--surface);font-size:.65rem;display:flex;align-items:center;justify-content:center;cursor:pointer}._removeBtn_15oft_176:hover{background:var(--error)}._submitBar_15oft_196{display:flex;gap:.75rem;margin-top:auto;padding-top:.5rem}._submitBtn_15oft_203{flex:1;padding:.85rem 1.25rem;background:var(--primary);color:var(--surface);border:none;border-radius:var(--radius-xl);font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s}._submitBtn_15oft_203:hover:not(:disabled){background:var(--primary-dark)}._submitBtn_15oft_203:disabled{opacity:.6;cursor:not-allowed}._uploadingWrap_15oft_224{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}._uploadingInner_15oft_232{width:100%;max-width:300px;display:flex;flex-direction:column;align-items:center;gap:1rem}._uploadingLabel_15oft_241{font-size:.9rem;font-weight:600;color:var(--text-secondary)}._progressBar_15oft_247{width:100%;height:8px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}._progressFill_15oft_255{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .3s ease}._uploadingPct_15oft_262{font-size:1.5rem;font-weight:700;color:var(--primary)}._successWrap_15oft_269{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;gap:1rem}._successIcon_15oft_280{font-size:4rem;color:var(--success)}._successTitle_15oft_285{font-size:1.5rem;font-weight:800;color:var(--text-base)}._successMsg_15oft_291{font-size:.95rem;color:var(--text-muted);line-height:1.5;max-width:280px}._detailsHeader_15oft_300{display:flex;flex-direction:column;gap:.25rem}._detailsCount_15oft_306{font-size:.85rem;font-weight:600;color:var(--text-subtle)}._detailsSubtitle_15oft_312{font-size:1rem;font-weight:700;color:var(--text-base);margin:0}._detailsForm_15oft_319{display:flex;flex-direction:column;gap:1rem}._fieldGroup_15oft_325{display:flex;flex-direction:column;gap:.35rem}._fieldLabel_15oft_331{font-size:.82rem;font-weight:600;color:var(--text-secondary)}._required_15oft_337{color:var(--error)}._optional_15oft_338{font-weight:400;color:var(--text-muted)}._fieldInput_15oft_340{padding:.75rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:1rem;color:var(--text-base);width:100%;box-sizing:border-box}._fieldInput_15oft_340:focus{outline:none;border-color:var(--primary)}._fieldInput_15oft_340._fieldError_15oft_356{border-color:var(--error)}._fieldTextarea_15oft_360{padding:.75rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.95rem;color:var(--text-base);width:100%;box-sizing:border-box;resize:vertical;font-family:inherit;line-height:1.5}._fieldTextarea_15oft_360:focus{outline:none;border-color:var(--primary)}._charCount_15oft_379{font-size:.72rem;color:var(--text-muted);text-align:right}._formError_15oft_385{font-size:.85rem;color:var(--error);margin:0}._reviewDetails_15oft_392{display:flex;flex-direction:column;gap:.2rem;padding:.6rem .85rem;background:var(--surface-2);border-radius:var(--radius-lg);border:1px solid var(--border)}._reviewDetailItem_15oft_402{font-size:.8rem;color:var(--text-subtle)}._centered_15oft_408{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}._spinner_15oft_418{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:_spin_15oft_418 .8s linear infinite}@keyframes _spin_15oft_418{to{transform:rotate(360deg)}}._loadingText_15oft_431{font-size:.9rem;color:var(--text-subtle)}._errorIcon_15oft_436{font-size:3rem;color:var(--warning)}._errorTitle_15oft_441{font-size:1.2rem;font-weight:700;color:var(--text-base)}._errorMsg_15oft_447{font-size:.9rem;color:var(--text-muted);text-align:center;max-width:300px;line-height:1.5}._tabs_z2af_8{display:flex;gap:.25rem;border-bottom:2px solid var(--border);margin-bottom:1.25rem}._tab_z2af_8{padding:.6rem 1rem;border:none;background:none;font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;position:relative;bottom:-2px;border-bottom:2px solid transparent;display:flex;align-items:center;gap:.4rem;transition:color .15s}._tab_z2af_8:hover{color:var(--text-secondary)}._tabActive_z2af_34{color:var(--primary);border-bottom-color:var(--primary)}._tabBadge_z2af_39{background:var(--primary);color:var(--text-on-accent);font-size:.7rem;font-weight:700;padding:.1rem .45rem;border-radius:var(--radius-full);line-height:1.4}._batchBar_z2af_50{display:flex;align-items:center;gap:1rem;padding:.6rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem}._selectAllLabel_z2af_61{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}._grid_z2af_72{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}._card_z2af_78{overflow:hidden;position:relative;transition:border-color .15s}._card_z2af_78:hover{border-color:var(--border-strong)}._cardSelected_z2af_87{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-wash)}._cardCheck_z2af_92{position:absolute;top:.5rem;left:.5rem;z-index:2;background:var(--overlay-on-image);border-radius:var(--radius-sm);padding:.15rem;display:flex}._cardCheck_z2af_92 input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}._thumb_z2af_110{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--surface-3)}._cardBody_z2af_118{padding:.75rem;display:flex;flex-direction:column;gap:.4rem}._cardField_z2af_125{display:flex;align-items:flex-start;gap:.4rem;font-size:.8rem}._fieldIcon_z2af_132{color:var(--text-muted);flex-shrink:0;margin-top:.1rem;font-size:.72rem;width:12px}._fieldValue_z2af_140{color:var(--text-secondary);line-height:1.4}._fieldNotes_z2af_145{color:var(--text-muted);font-style:italic}._rejectionNote_z2af_150{font-size:.78rem;color:var(--error-dark);background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-sm);padding:.3rem .5rem;line-height:1.4}._cardMeta_z2af_160{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem;margin-top:.1rem}._actions_z2af_173{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.25rem}._empty_z2af_181{padding:3rem 1rem}._flaggedBar_z2af_189{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._filterToggle_z2af_196{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}._flaggedCount_z2af_206{font-size:.82rem;color:var(--text-muted)}._flaggedGrid_z2af_211{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._flaggedCard_z2af_217{overflow:hidden;display:flex;flex-direction:column;gap:.75rem;padding:.75rem}._flaggedCardReviewed_z2af_226{opacity:.6}._flaggedCardTop_z2af_230{display:flex;gap:.75rem}._flaggedThumbWrap_z2af_235{flex-shrink:0;width:90px;height:68px;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-3)}._flaggedThumb_z2af_235{width:100%;height:100%;object-fit:cover;display:block}._flaggedThumbPlaceholder_z2af_251{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--text-muted)}._flaggedMeta_z2af_261{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}._flaggedBadges_z2af_269{display:flex;gap:.35rem;flex-wrap:wrap}._flaggedCollection_z2af_278{font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._flaggedMetaRow_z2af_287{display:flex;gap:.4rem;font-size:.75rem;color:var(--text-muted)}._flaggedMetaLabel_z2af_294{font-weight:600;flex-shrink:0}._flaggedFields_z2af_299{display:flex;flex-direction:column;gap:.35rem}._flaggedField_z2af_299{display:flex;flex-direction:column;gap:.1rem;font-size:.8rem}._flaggedFieldLabel_z2af_312{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}._flaggedReason_z2af_320{color:var(--error-dark)}._pagination_z2af_324{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}._pageInfo_z2af_332{font-size:.85rem;color:var(--text-muted)}._rejectModal_z2af_338{padding:1.5rem;min-width:320px;max-width:460px}._rejectTitle_z2af_344{font-size:1.1rem;font-weight:700;color:var(--text-base);margin:0 0 .35rem}._rejectSubtitle_z2af_351{font-size:.85rem;color:var(--text-muted);margin:0 0 1rem}._rejectTextarea_z2af_357{width:100%;padding:.65rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-base);font-family:inherit;line-height:1.5;resize:vertical;box-sizing:border-box}._rejectTextarea_z2af_357:focus{outline:none;border-color:var(--primary)}._rejectError_z2af_372{font-size:.82rem;color:var(--error-dark);margin:.4rem 0 0}._rejectActions_z2af_378{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}._featureTabs_jnqjc_11{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:0}._featureTab_jnqjc_11{padding:.5rem 1.1rem;font-size:.88rem;font-weight:500;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;color:var(--text-muted);margin-bottom:-1px;transition:color .15s,border-color .15s}._featureTab_jnqjc_11:hover{color:var(--text)}._featureTabActive_jnqjc_34{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}._body_jnqjc_42{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:900px){._body_jnqjc_42{grid-template-columns:1fr}}._section_jnqjc_57{background:var(--surface-grad);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.25rem 1.25rem 1rem}._sectionHeader_jnqjc_64{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.4rem;flex-wrap:wrap}._sectionTitle_jnqjc_73{font-size:1rem;font-weight:700;color:var(--text);margin:0}._sectionDesc_jnqjc_80{font-size:.82rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.5}._formGrid_jnqjc_93{margin-bottom:.75rem}._label_jnqjc_98{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:.6rem}._input_jnqjc_108,._select_jnqjc_109,._textarea_jnqjc_110{width:100%;box-sizing:border-box;padding:.45rem .6rem;font-size:.875rem;color:var(--text);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:inherit;transition:border-color .15s}._input_jnqjc_108:focus,._select_jnqjc_109:focus,._textarea_jnqjc_110:focus{outline:none;border-color:var(--primary)}._textarea_jnqjc_110{resize:vertical;line-height:1.5}._codeArea_jnqjc_134{width:100%;box-sizing:border-box;padding:.5rem .6rem;font-size:.8rem;font-family:ui-monospace,Cascadia Code,Fira Code,monospace;color:var(--text);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);resize:vertical;line-height:1.55;transition:border-color .15s}._codeArea_jnqjc_134:focus{outline:none;border-color:var(--primary)}._hint_jnqjc_153{font-size:.75rem;font-weight:400;color:var(--text-muted)}._varHints_jnqjc_161{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin:.5rem 0 .75rem}._varLabel_jnqjc_169{font-size:.75rem;color:var(--text-muted);margin-right:.15rem}._varChip_jnqjc_175{font-size:.72rem;font-family:ui-monospace,monospace;background:var(--info-bg);color:var(--info);padding:.15rem .45rem;border-radius:var(--radius-sm);border:1px solid var(--info-border)}._accountSelect_jnqjc_187{padding:.35rem .6rem;font-size:.82rem;color:var(--text);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:inherit}._accountSelect_jnqjc_187:focus{outline:none;border-color:var(--primary)}._previewBox_jnqjc_203{margin:.75rem 0;padding:.75rem;background:var(--bg-raised);border:1px solid var(--border-color);border-radius:var(--radius-sm)}._previewLabel_jnqjc_211{font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}._previewText_jnqjc_220{font-size:.82rem;color:var(--text);margin:0;line-height:1.55;white-space:pre-wrap;word-break:break-word}._toggleRow_jnqjc_231{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);margin-top:.5rem;cursor:pointer}._toggleRow_jnqjc_231 input[type=checkbox]{margin-top:.2rem;flex-shrink:0;cursor:pointer}._toggleMain_jnqjc_249{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem;color:var(--text-base)}._toggleHint_jnqjc_257{font-size:.78rem;color:var(--text-muted);line-height:1.5}._toggleHint_jnqjc_257 code{background:var(--surface-3);padding:.05rem .3rem;border-radius:var(--radius-sm);font-size:.75rem}._actionRow_jnqjc_272{display:flex;gap:.6rem;justify-content:flex-end;margin-top:.75rem}._loading_jnqjc_282{font-size:.88rem;color:var(--text-muted);margin:.5rem 0}._backdrop_14kbg_3{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-backdrop);z-index:900}._modal_14kbg_12{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:92vw;max-width:1120px;height:88vh;max-height:820px;background:var(--card-bg);border-radius:var(--radius-lg);z-index:901;display:flex;overflow:hidden;box-shadow:var(--shadow-2);animation:_modalIn_14kbg_1 .2s ease}@keyframes _modalIn_14kbg_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._modalLeft_14kbg_41{flex:0 0 58%;display:flex;flex-direction:column;background:var(--bg-raised);overflow:hidden;min-width:0}._imagePanel_14kbg_50{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}._modalImage_14kbg_60{width:100%;height:100%;object-fit:contain;display:block}._imageBadges_14kbg_67{position:absolute;top:.6rem;left:.6rem;display:flex;gap:.4rem;flex-wrap:wrap}._setCoverBtn_14kbg_76{position:absolute;bottom:.6rem;right:.6rem;display:flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.78rem;font-weight:600;border:1px solid var(--border-on-image);border-radius:var(--radius-sm);background:var(--overlay-on-image);color:var(--text-on-accent);cursor:pointer;transition:background .15s}._setCoverBtn_14kbg_76:hover{background:var(--overlay-on-image-hover)}._setCoverBtnActive_14kbg_94{background:var(--primary-overlay);border-color:var(--primary-overlay-border)}._captionPanel_14kbg_100{flex-shrink:0;background:var(--card-bg);border-top:1px solid var(--border-color);padding:.85rem 1rem;max-height:260px;overflow-y:auto}._modalRight_14kbg_111{flex:0 0 42%;border-left:1px solid var(--border-color);display:flex;flex-direction:column;overflow:hidden;min-width:0}._modalRightHeader_14kbg_120{display:flex;align-items:center;justify-content:flex-end;padding:.6rem .75rem;border-bottom:1px solid var(--border-color);flex-shrink:0;min-height:44px}._modalRightBody_14kbg_130{flex:1;overflow-y:auto;overscroll-behavior:contain}._modalClose_14kbg_136{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-muted);font-size:1.05rem;cursor:pointer;border-radius:var(--radius-sm);transition:background .15s;flex-shrink:0}._modalClose_14kbg_136:hover{background:var(--hover-bg);color:var(--text)}._coverBadgeSmall_14kbg_158{letter-spacing:.02em}._submissionBanner_14kbg_171{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem;background:var(--info-bg);border-radius:var(--radius-sm);border:1px solid var(--info-border);margin-bottom:.75rem}._submissionInfo_14kbg_183{font-size:.82rem;color:var(--info);line-height:1.5}._submissionAddress_14kbg_189{display:block;margin-top:.2rem;color:var(--info)}._submissionNote_14kbg_195{margin:.3rem 0 0;font-size:.78rem;color:var(--info)}._section_14kbg_203{padding:1rem;border-bottom:1px solid var(--border-color)}._sectionDanger_14kbg_208{border-bottom:none;padding-top:.5rem}._sectionTitle_14kbg_213{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .6rem}._sectionTitleRow_14kbg_222{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}._sectionTitleRow_14kbg_222 ._sectionTitle_14kbg_213{margin-bottom:0}._sectionHint_14kbg_230{font-size:.78rem;color:var(--text-muted);margin:.25rem 0 .6rem}._captionInput_14kbg_238{width:100%;box-sizing:border-box;padding:.5rem .6rem;font-size:.875rem;line-height:1.5;color:var(--text);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);resize:vertical;font-family:inherit;transition:border-color .15s}._captionInput_14kbg_238:focus{outline:none;border-color:var(--primary)}._contextInput_14kbg_257{width:100%;box-sizing:border-box;margin-top:.5rem;padding:.4rem .6rem;font-size:.8rem;color:var(--text);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:inherit}._contextInput_14kbg_257:focus{outline:none;border-color:var(--primary)}._captionActions_14kbg_274{display:flex;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}._valenceBadge_14kbg_283{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.04em;padding:.25rem .7rem;border-radius:20px;margin-bottom:.5rem}._imageDeducedAs_14kbg_293{font-size:.85rem;color:var(--text);margin:0 0 .5rem;line-height:1.5}._flagsBox_14kbg_300{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}._flagItem_14kbg_307{display:flex;gap:.5rem;align-items:baseline;font-size:.82rem}._flagLabel_14kbg_314{font-weight:700;color:var(--error-dark);background:var(--error-bg-strong);padding:.15rem .45rem;border-radius:var(--radius-sm);white-space:nowrap;font-size:.72rem}._flagReason_14kbg_324{color:var(--text-muted);line-height:1.4}._exifTable_14kbg_331{display:flex;flex-direction:column;gap:.35rem}._exifRow_14kbg_337{display:flex;align-items:baseline;gap:.5rem;font-size:.82rem}._exifLabel_14kbg_344{flex-shrink:0;width:110px;color:var(--text-muted);font-size:.78rem}._exifValue_14kbg_351{color:var(--text);padding:.1rem .3rem;border-radius:4px;transition:background .12s;display:flex;align-items:center;gap:.4rem}._exifValue_14kbg_351:hover{background:var(--hover-bg)}._exifValueOverridden_14kbg_361{color:var(--primary);font-style:italic}._exifValueEmpty_14kbg_362{color:var(--text-muted)}._exifEmpty_14kbg_363{font-style:normal;color:var(--text-muted)}._overriddenBadge_14kbg_365{font-style:normal;white-space:nowrap}._exifEditWrap_14kbg_375{display:flex;align-items:center;gap:.3rem;flex:1}._exifEditInput_14kbg_382{flex:1;padding:.25rem .4rem;font-size:.82rem;border:1px solid var(--primary);border-radius:var(--radius-sm);outline:none;font-family:inherit;background:var(--input-bg);color:var(--text)}._exifSaveBtn_14kbg_394,._exifCancelBtn_14kbg_395{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:.8rem;transition:background .12s,filter .12s}._exifSaveBtn_14kbg_394{background:var(--success);color:var(--text-on-accent)}._exifSaveBtn_14kbg_394:hover{filter:brightness(.9)}._exifSaveBtn_14kbg_394:disabled{opacity:.55;cursor:not-allowed}._exifCancelBtn_14kbg_395{background:var(--hover-bg);color:var(--text-muted)}._exifCancelBtn_14kbg_395:hover{background:var(--border-color)}._mapWrap_14kbg_415{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-color);margin-bottom:.6rem}._map_14kbg_415{height:180px;width:100%}._locationMeta_14kbg_424{font-size:.82rem;color:var(--text-muted)}._locationCoords_14kbg_426{margin:0 0 .2rem;display:flex;align-items:center;gap:.35rem}._locationAddress_14kbg_433{margin:0 0 .5rem}._geocodeRow_14kbg_435{display:flex;gap:.5rem;margin-bottom:.5rem}._geocodeInput_14kbg_441{flex:1;padding:.45rem .65rem;font-size:.85rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--input-bg);color:var(--text);font-family:inherit}._geocodeInput_14kbg_441:focus{outline:none;border-color:var(--primary)}._locationAdminRow_14kbg_453{display:flex;align-items:center;gap:.75rem;margin-top:.4rem}._clearOverrideBtn_14kbg_460{font-size:.78rem;padding:.3rem .65rem;background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:background .12s}._clearOverrideBtn_14kbg_460:hover{background:var(--hover-bg)}._tagChips_14kbg_474{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}._tagChip_14kbg_474{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem .2rem .6rem;font-size:.78rem;font-weight:500;border-radius:20px;border:1px solid var(--border-color);background:var(--hover-bg);color:var(--text)}._tagChipRemove_14kbg_494{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border:none;background:transparent;color:inherit;cursor:pointer;font-size:.65rem;opacity:.6;padding:0;border-radius:50%;transition:opacity .12s}._tagChipRemove_14kbg_494:hover{opacity:1}._tagInputWrap_14kbg_512{position:relative;flex:1;min-width:100px}._tagInput_14kbg_512{width:100%;box-sizing:border-box;padding:.25rem .5rem;font-size:.82rem;border:1px solid var(--border-color);border-radius:20px;outline:none;font-family:inherit;background:var(--input-bg);color:var(--text);transition:border-color .15s}._tagInput_14kbg_512:focus{border-color:var(--primary)}._tagDropdown_14kbg_533{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-2);z-index:50;max-height:200px;overflow-y:auto;padding:.25rem 0}._tagOption_14kbg_548{display:flex;align-items:center;gap:.4rem;width:100%;padding:.4rem .75rem;font-size:.82rem;text-align:left;background:transparent;border:none;cursor:pointer;color:var(--text);transition:background .1s}._tagOption_14kbg_548:hover{background:var(--hover-bg)}._tagOptionCreate_14kbg_564{display:flex;align-items:center;width:100%;padding:.4rem .75rem;font-size:.82rem;text-align:left;background:transparent;border:none;cursor:pointer;color:var(--primary);font-style:italic;transition:background .1s}._tagOptionCreate_14kbg_564:hover{background:var(--hover-bg)}._tagDot_14kbg_580{flex-shrink:0;width:10px;height:10px;border-radius:50%;display:inline-block}._tagOptionType_14kbg_588{margin-left:auto;font-size:.72rem;color:var(--text-muted);padding-left:.5rem}._imageActions_14kbg_599{position:absolute;bottom:.6rem;right:.6rem;display:flex;gap:.4rem;align-items:center}._imageActions_14kbg_599 ._setCoverBtn_14kbg_76{position:static}._cropBtn_14kbg_611{display:flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.78rem;font-weight:600;border:1px solid var(--border-on-image);border-radius:var(--radius-sm);background:var(--overlay-on-image);color:var(--text-on-accent);cursor:pointer;transition:background .15s}._cropBtn_14kbg_611:hover{background:var(--overlay-on-image-hover)}._geocodeInputWrap_14kbg_629{position:relative;flex:1}._geocodeInputWrap_14kbg_629 ._geocodeInput_14kbg_441{flex:none;width:100%;box-sizing:border-box}._addressDropdown_14kbg_640{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);box-shadow:var(--shadow-2);z-index:60;max-height:200px;overflow-y:auto;padding:.25rem 0}._addressOption_14kbg_655{display:block;width:100%;padding:.45rem .75rem;font-size:.8rem;text-align:left;background:transparent;border:none;cursor:pointer;color:var(--text);line-height:1.4;transition:background .1s}._addressOption_14kbg_655:hover{background:var(--hover-bg)}._exifValueInferred_14kbg_672{color:var(--text-muted);font-style:italic}._inferredBadge_14kbg_674{font-style:normal;white-space:nowrap}@media(max-width:720px){._modal_14kbg_12{flex-direction:column;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;border-radius:0}._modalLeft_14kbg_41{flex:0 0 50%}._modalRight_14kbg_111{flex:1}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._widget_l42rb_1{display:flex;flex-direction:column;gap:.9rem}._compact_l42rb_7{gap:.75rem}._label_l42rb_11{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-base)}._select_l42rb_20{padding:.5rem .7rem;font-size:.875rem;color:var(--text-base);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:inherit}._select_l42rb_20:focus{outline:none;border-color:var(--primary)}._context_l42rb_35{font-size:.8rem;color:var(--text-muted)}._dropZone_l42rb_40{border:2px dashed var(--border-color);border-radius:var(--radius-md);padding:1.4rem 1rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:var(--surface-2)}._dropZone_l42rb_40:hover{border-color:var(--primary);background:var(--hover-bg)}._dropIcon_l42rb_55{font-size:1.4rem;color:var(--text-muted);margin-bottom:.45rem}._dropText_l42rb_61{font-size:.9rem;font-weight:600;color:var(--text-base);margin:0 0 .2rem}._dropHint_l42rb_68{font-size:.78rem;color:var(--text-muted);margin:0}._fileInput_l42rb_74{display:none}._fileList_l42rb_78{display:flex;flex-direction:column;gap:.35rem;max-height:180px;overflow-y:auto}._fileItem_l42rb_86{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:.8rem}._fileName_l42rb_97{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-base)}._fileSize_l42rb_105{color:var(--text-muted);white-space:nowrap;flex-shrink:0}._fileRemove_l42rb_111{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0;display:flex;align-items:center;flex-shrink:0}._fileRemove_l42rb_111:hover{color:var(--error)}._footer_l42rb_126{display:flex;justify-content:flex-end}._page_piefb_4{padding:1.5rem}._pageHeader_piefb_8{margin-bottom:1.1rem}._grid_piefb_36{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media(max-width:1099px){._grid_piefb_36{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:879px){._grid_piefb_36{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:599px){._grid_piefb_36{grid-template-columns:1fr}}._card_piefb_52{border-radius:var(--radius-sm);overflow:hidden}._cardThumb_piefb_60{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--image-letterbox)}._cardImg_piefb_67{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s}._card_piefb_52:hover ._cardImg_piefb_67{opacity:.9}._cardTopBadges_piefb_78{position:absolute;top:.4rem;left:.4rem;display:flex;align-items:center;gap:.35rem}._flagDot_piefb_87{display:block;width:9px;height:9px;border-radius:50%;background:var(--error);border:1.5px solid var(--text-on-accent);box-shadow:var(--shadow-1)}._valenceChipWrap_piefb_100{position:absolute;bottom:.4rem;right:.4rem}._cardMeta_piefb_106{padding:.4rem .55rem}._cardGallery_piefb_110{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._thumbCol_piefb_121{width:90px}._tableRow_piefb_125{cursor:pointer;transition:background .12s}._tableRow_piefb_125:hover{background:var(--hover-bg)}._tableRow_piefb_125 td{padding:.55rem .85rem;border-bottom:1px solid var(--border-color);vertical-align:middle}._tableRow_piefb_125:last-child td{border-bottom:none}._listThumb_piefb_141{display:block;width:80px;height:60px;object-fit:cover;border-radius:4px;background:var(--image-letterbox)}._captionCell_piefb_150{max-width:320px;color:var(--text);display:flex;align-items:center;gap:.5rem}._noCaption_piefb_158{color:var(--text-muted);font-style:italic}._flagDotInline_piefb_163{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--error);flex-shrink:0}._galleryCell_piefb_172{color:var(--text-muted);white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}._dateCell_piefb_185{color:var(--text-muted);white-space:nowrap;font-size:.82rem}._muted_piefb_191{color:var(--text-muted)}._pagination_piefb_197{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}._pageInfo_piefb_205{font-size:.85rem;color:var(--text-muted)}._empty_piefb_212{margin-top:2rem;padding:0}._modal_piefb_222{max-width:480px}._modalTitle_piefb_225{font-size:1.05rem;font-weight:700}._modalClose_piefb_235{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;padding:.25rem;display:flex;align-items:center}._modalClose_piefb_235:hover{color:var(--text-base)}._modalBody_piefb_247{display:flex;flex-direction:column;gap:1rem;padding:1.25rem}._modalLabel_piefb_260{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text)}._modalSelect_piefb_269{padding:.45rem .65rem;font-size:.875rem;color:var(--text);background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:inherit}._modalSelect_piefb_269:focus{outline:none;border-color:var(--primary)}._dropZone_piefb_280{border:2px dashed var(--border-color);border-radius:var(--radius-sm);padding:2rem 1rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}._dropZone_piefb_280:hover{border-color:var(--primary);background:var(--info-bg)}._dropIcon_piefb_293{font-size:1.5rem;color:var(--text-muted);margin-bottom:.5rem}._dropText_piefb_299{font-size:.9rem;font-weight:600;color:var(--text);margin:0 0 .25rem}._dropHint_piefb_306{font-size:.78rem;color:var(--text-muted);margin:0}._fileList_piefb_312{display:flex;flex-direction:column;gap:.35rem;max-height:180px;overflow-y:auto}._fileItem_piefb_320{display:flex;align-items:center;gap:.5rem;padding:.35rem .6rem;background:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:.8rem}._fileName_piefb_331{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}._fileSize_piefb_339{color:var(--text-muted);white-space:nowrap;flex-shrink:0}._fileRemove_piefb_345{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0;display:flex;align-items:center;flex-shrink:0}._fileRemove_piefb_345:hover{color:var(--error)}._cropModal_piefb_363{max-width:800px}._cropBody_piefb_368{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:center;background:var(--image-letterbox)}._cropImg_piefb_379{max-width:100%;max-height:60vh;display:block}@media(max-width:640px){._filterBar_piefb_17{flex-direction:column;align-items:stretch}._viewToggle_piefb_24{margin-left:0;align-self:flex-start}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}._editor_1smjs_2{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);overflow:hidden;display:flex;flex-direction:column;min-height:320px;box-shadow:var(--shadow-1)}._toolbar_1smjs_14{display:flex;align-items:center;gap:2px;padding:6px 8px;border-bottom:1px solid var(--border);background:var(--input-bg);flex-wrap:wrap;flex-shrink:0}._toolbarBtn_1smjs_25{min-width:32px;height:30px;padding:0 8px;background:transparent;border:none;border-radius:4px;font-size:.85rem;color:var(--text-base);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,box-shadow .12s;font-family:inherit;line-height:1}._toolbarBtn_1smjs_25:hover{background:var(--surface);box-shadow:0 0 0 1px var(--border)}._toolbarBtnActive_1smjs_46{background:var(--surface);box-shadow:0 0 0 1.5px var(--primary);color:var(--primary)}._toolbarDivider_1smjs_52{width:1px;height:18px;background:var(--border);margin:0 4px}._editorInner_1smjs_60{position:relative;flex:1;min-height:0;display:flex}._contentEditable_1smjs_67{flex:1;min-height:240px;padding:1rem 1.2rem;outline:none;font-size:.95rem;line-height:1.65;color:var(--text-base);overflow-y:auto}._placeholder_1smjs_78{position:absolute;top:1rem;left:1.2rem;color:var(--text-subtle);font-size:.95rem;pointer-events:none;-webkit-user-select:none;user-select:none}._paragraph_1smjs_89{margin:0 0 .75em}._paragraph_1smjs_89:last-child{margin-bottom:0}._h1_1smjs_94{font-size:1.6rem;font-weight:700;line-height:1.2;margin:1em 0 .5em;color:var(--text-base)}._h1_1smjs_94:first-child{margin-top:0}._h2_1smjs_103{font-size:1.3rem;font-weight:700;line-height:1.25;margin:1em 0 .5em;color:var(--text-base)}._h2_1smjs_103:first-child{margin-top:0}._h3_1smjs_112{font-size:1.075rem;font-weight:600;line-height:1.3;margin:.9em 0 .4em;color:var(--text-base)}._h3_1smjs_112:first-child{margin-top:0}._ol_1smjs_121,._ul_1smjs_121{margin:0 0 .75em;padding-left:1.5em}._li_1smjs_126{margin:.2em 0}._link_1smjs_130{color:var(--primary);text-decoration:underline}._textBold_1smjs_135{font-weight:700}._textItalic_1smjs_136{font-style:italic}._textUnderline_1smjs_137{text-decoration:underline}._quote_1smjs_139{margin:.75em 0;padding:.2em 0 .2em 1em;border-left:3px solid var(--border-strong);color:var(--text-muted);font-style:italic}._imageBlock_1smjs_148{margin:1em 0;display:block}._editorImg_1smjs_153{display:block;max-width:100%;height:auto;border-radius:6px;box-shadow:var(--shadow-1);-webkit-user-select:none;user-select:none}._headerLeft_k1qyq_7{display:flex;align-items:center;gap:.6rem;color:var(--text-base)}._title_k1qyq_14{font-size:1.05rem;font-weight:700}._draftBadge_k1qyq_22{font-size:.7rem;font-weight:600;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);padding:.15rem .5rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}._closeBtn_k1qyq_34{background:none;border:none;font-size:1rem;color:var(--text-muted);cursor:pointer;padding:.3rem;border-radius:4px;display:flex;align-items:center}._closeBtn_k1qyq_34:hover:not(:disabled){color:var(--text-base);background:var(--input-bg)}._closeBtn_k1qyq_34:disabled{opacity:.4;cursor:not-allowed}._stepBar_k1qyq_55{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem .5rem;gap:.4rem;flex-shrink:0}._stepDot_k1qyq_64{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-muted);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .15s}._stepDotActive_k1qyq_79{background:var(--brand-grad-sweep);border-color:var(--primary);color:var(--text-on-accent)}._stepLine_k1qyq_85{width:40px;height:2px;background:var(--border)}._body_k1qyq_92{display:flex;flex-direction:column;gap:.9rem;padding:1rem 1.5rem 1.5rem}._stepHeading_k1qyq_104{font-size:1.1rem;font-weight:700;color:var(--text-base)}._stepHint_k1qyq_110{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin:0 0 .25rem}._field_k1qyq_117{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--text-base)}._input_k1qyq_126,._textarea_k1qyq_126{padding:.55rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .15s;background:var(--surface);color:var(--text-base);font-weight:400;width:100%;box-sizing:border-box;resize:vertical}._input_k1qyq_126:focus,._textarea_k1qyq_126:focus{border-color:var(--primary)}._summary_k1qyq_146{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;margin-top:.5rem}._summaryTitle_k1qyq_154{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}._summaryList_k1qyq_163{margin:0;padding-left:1.15rem;font-size:.85rem;color:var(--text-base);line-height:1.5}._summaryList_k1qyq_163 li{margin-bottom:.2rem}._error_k1qyq_172{margin:0;padding:.6rem .75rem;background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);color:var(--error-dark);font-size:.82rem;line-height:1.4}._footer_k1qyq_184{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.25rem;border-top:1px solid var(--border);flex-shrink:0}._status_9abo7_1{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;padding:.35rem .65rem;border-radius:var(--radius-full);transition:background-color .2s,color .2s;white-space:nowrap}._clean_9abo7_13{color:var(--text-muted);background:var(--surface-2)}._saving_9abo7_18{color:var(--text-secondary);background:var(--surface-2)}._saved_9abo7_23{color:var(--success);background:var(--success-bg-strong)}._dirty_9abo7_28{color:var(--warning);background:var(--warning-bg-strong);border:1px solid var(--warning-border)}._dot_9abo7_34{width:7px;height:7px;border-radius:50%;background:var(--warning);flex-shrink:0;animation:_saveStatusPulse_9abo7_1 1.6s ease-in-out infinite}@keyframes _saveStatusPulse_9abo7_1{0%,to{opacity:.5}50%{opacity:1}}._pills_139eo_5{position:absolute;top:.35rem;left:.35rem;z-index:3;display:flex;gap:.25rem;pointer-events:none;max-width:calc(100% - .7rem)}._pillsStack_139eo_16{flex-direction:column;align-items:flex-start}._pillsInline_139eo_21{flex-direction:row;flex-wrap:wrap}._pulsing_139eo_28{animation:_pp-pulse_139eo_1 1.6s ease-in-out infinite}@keyframes _pp-pulse_139eo_1{0%,to{opacity:.85}50%{opacity:1}}._page_1cvys_4{display:flex;flex-direction:column;height:calc(100vh - var(--topbar-height) - 4rem);overflow:hidden}@media(max-width:767.98px){._page_1cvys_4{height:calc(100vh - var(--topbar-height) - 2.5rem)}}._pageHeader_1cvys_23{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}._pageHeaderLeft_1cvys_33{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}._pageTitle_1cvys_41{margin:0;font-size:1.1rem;font-weight:700;color:var(--text-base);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._pageActions_1cvys_51{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._body_1cvys_58{flex:1;min-height:0;display:flex;overflow:hidden}._submissionBanner_1cvys_66{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1.5rem;background:var(--warning-bg);border-bottom:1px solid var(--warning-border);color:var(--warning);font-size:.875rem;flex-shrink:0}._submissionBannerLeft_1cvys_79{display:flex;align-items:center;gap:.6rem}._submissionBannerIcon_1cvys_85{color:var(--warning)}._submissionBannerActions_1cvys_89{display:flex;gap:.4rem}._reviewModal_1cvys_95{padding:1.25rem;min-width:520px;max-width:820px;max-height:70vh;overflow-y:auto}._reviewHeader_1cvys_103{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}._reviewSubtitle_1cvys_112{margin:0;font-size:.875rem;color:var(--text-muted);max-width:420px}._reviewActions_1cvys_119{display:flex;gap:.4rem;flex-shrink:0}._reviewEmpty_1cvys_125{margin:0;padding:1.5rem 0;text-align:center;color:var(--text-muted);font-size:.9rem}._reviewGrid_1cvys_133{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}._reviewCard_1cvys_139{border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}._reviewThumb_1cvys_149{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--surface-3)}._reviewCardBody_1cvys_156{padding:.6rem;display:flex;flex-direction:column;gap:.35rem;font-size:.8rem}._reviewMetaRow_1cvys_164{display:flex;align-items:flex-start;gap:.4rem;color:var(--text-secondary)}._reviewMetaIcon_1cvys_171{color:var(--text-muted);flex-shrink:0;margin-top:.15rem;font-size:.72rem;width:12px}._reviewNote_1cvys_179{color:var(--text-muted);font-style:italic;line-height:1.4}._leftPanel_1cvys_186{width:340px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.25rem 1.5rem;overflow-y:auto;scrollbar-width:thin}._backLink_1cvys_199{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-md);color:var(--text-muted);text-decoration:none;transition:color .15s,background .15s;flex-shrink:0}._backLink_1cvys_199:hover{color:var(--text-base);background:var(--surface-2)}._fieldLabel_1cvys_218{display:flex;flex-direction:column;gap:.3rem;font-size:.825rem;font-weight:600;color:var(--text-secondary)}._input_1cvys_227,._select_1cvys_228{padding:.55rem .7rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.875rem;outline:none;transition:border-color .15s;background:var(--surface);color:var(--text-base);width:100%;box-sizing:border-box}._input_1cvys_227:focus,._select_1cvys_228:focus{border-color:var(--primary)}._textarea_1cvys_246{padding:.55rem .7rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.875rem;outline:none;transition:border-color .15s;background:var(--surface);color:var(--text-base);resize:vertical;width:100%;box-sizing:border-box;font-family:inherit}._textarea_1cvys_246:focus{border-color:var(--primary)}._hint_1cvys_265{font-size:.75rem;color:var(--text-subtle);font-weight:400}._checkLabel_1cvys_271{display:flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:400;color:var(--text-secondary);cursor:pointer}._typeToggle_1cvys_282{display:flex;border:1px solid var(--border-strong);border-radius:var(--radius-md);overflow:hidden;margin-top:.2rem}._typeBtn_1cvys_290{flex:1;padding:.45rem 0;font-size:.825rem;font-weight:500;border:none;cursor:pointer;background:var(--surface-2);color:var(--text-muted);transition:background .15s,color .15s}._typeBtn_1cvys_290:hover:not(._typeBtnActive_1cvys_302){background:var(--surface-3)}._typeBtnActive_1cvys_302{background:var(--primary);color:var(--text-on-accent)}._typeGrid_1cvys_312{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.35rem}._typeCard_1cvys_319{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.6rem .75rem;border:1.5px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-2);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}._typeCard_1cvys_319:hover:not(._typeCardActive_1cvys_333){border-color:var(--primary);background:var(--surface-3)}._typeCardActive_1cvys_333{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--surface))}._typeCardHead_1cvys_343{display:flex;align-items:center;gap:.45rem;font-size:.825rem;font-weight:600;color:var(--text-base)}._typeCardIcon_1cvys_352{color:var(--primary);font-size:.95rem}._typeCardLabel_1cvys_357{font-size:.825rem;font-weight:600;color:var(--text-base)}._typeCardDesc_1cvys_363{font-size:.72rem;color:var(--text-subtle);font-weight:400}._toggleRow_1cvys_374{display:flex;align-items:center;gap:.65rem;font-size:.85rem;font-weight:500;color:var(--text-base);cursor:pointer;-webkit-user-select:none;user-select:none}._toggleRowDesc_1cvys_385{font-size:.78rem;color:var(--text-muted);font-weight:400}._filterSection_1cvys_392{display:flex;flex-direction:column;gap:1rem;border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem;background:var(--surface-2)}._filterGroup_1cvys_402{display:flex;flex-direction:column;gap:.4rem}._filterLabel_1cvys_408{font-size:.775rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}._scrollableCheckList_1cvys_416{display:flex;flex-direction:column;gap:.35rem;max-height:140px;overflow-y:auto;scrollbar-width:thin;padding-right:.25rem}._tagDot_1cvys_426{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}._saveError_1cvys_435{font-size:.825rem;color:var(--error);margin:0}._embedBox_1cvys_442{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem;display:flex;flex-direction:column;gap:.5rem}._embedBoxTitle_1cvys_452{font-size:.8rem;font-weight:700;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}._embedCodeRow_1cvys_461{display:flex;align-items:center;gap:.5rem}._embedCode_1cvys_461{font-family:monospace;font-size:.72rem;color:var(--text-secondary);background:var(--surface-3);border-radius:var(--radius-sm);padding:.3rem .5rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._embedNote_1cvys_480{font-size:.7rem;color:var(--text-subtle);margin:0;line-height:1.5;word-break:break-all}._inlineCode_1cvys_488{font-family:monospace;font-size:.68rem;color:var(--text-muted)}._shareLabel_1cvys_498{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:.4rem}._shareLabel_1cvys_498:first-child{margin-top:0}._embedIframe_1cvys_511{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.6rem .75rem;white-space:pre-wrap;word-break:break-all}._shareBody_1cvys_524{display:flex;flex-direction:column;gap:.5rem}._rightPanel_1cvys_532{flex:1;display:flex;flex-direction:column;overflow:hidden}._manualLayout_1cvys_539{flex:1;min-height:0;display:flex;overflow:hidden}._manualWorkspace_1cvys_546{flex:1;min-width:0;padding:1rem 1.25rem 1.25rem;overflow-y:auto;scrollbar-width:thin;display:flex;flex-direction:column;gap:1rem}._manualLibraryRail_1cvys_557{width:320px;flex-shrink:0;border-left:1px solid var(--border);overflow-y:auto;scrollbar-width:thin}._workspaceCard_1cvys_565{border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;gap:.85rem}._workspaceHeader_1cvys_574{display:flex;flex-direction:column;gap:.3rem}._workspaceTitle_1cvys_580{margin:0;font-size:.95rem;font-weight:700;color:var(--text-base)}._workspaceText_1cvys_587{margin:0;font-size:.8rem;color:var(--text-subtle);line-height:1.45}._sectionSubhead_1cvys_597{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.2rem 1.5rem .75rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);flex-shrink:0}._previewLoading_1cvys_611{font-size:.75rem;color:var(--text-subtle);animation:_pulse_1cvys_1 1.5s ease-in-out infinite}@keyframes _pulse_1cvys_1{0%,to{opacity:1}50%{opacity:.4}}._pagination_1cvys_622{display:flex;align-items:center;gap:.5rem}._pageInfo_1cvys_628{font-size:.8rem;color:var(--text-muted)}._photoGrid_1cvys_634{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;padding:1rem;overflow-y:auto;flex:1;scrollbar-width:thin;align-content:start}._photoSkeleton_1cvys_645{aspect-ratio:4/3;background:linear-gradient(90deg,var(--bg-raised) 25%,var(--surface-3) 50%,var(--bg-raised) 75%);background-size:200% 100%;animation:_shimmer_1cvys_1 1.5s infinite;border-radius:var(--radius-md)}@keyframes _shimmer_1cvys_1{0%{background-position:200% 0}to{background-position:-200% 0}}._photoCell_1cvys_658{position:relative;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;background:var(--surface-3);border:2px solid transparent;transition:border-color .15s,transform .1s}._photoCell_1cvys_658:hover{transform:scale(1.02)}._photoCellSelected_1cvys_673{border-color:var(--primary)}._photoCellImg_1cvys_677{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s}._photoCellSelected_1cvys_673 ._photoCellImg_1cvys_677{opacity:.75}._photoCellCheck_1cvys_689{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:var(--primary);color:var(--text-on-accent);font-size:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-1)}._photoCellSpinner_1cvys_705{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-on-image-light);display:flex;align-items:center;justify-content:center}._valenceBadge_1cvys_715{position:absolute;bottom:5px;left:5px;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:var(--radius-full);text-transform:capitalize}._tabRow_1cvys_735{display:flex;gap:2px;background:var(--surface-2);border-radius:var(--radius-md);padding:2px}._tab_1cvys_735{padding:.38rem .85rem;background:transparent;border:none;border-radius:4px;font-size:.82rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:background .12s,color .12s;font-family:inherit}._tab_1cvys_735:hover{color:var(--text-base)}._tabActive_1cvys_758{background:var(--surface);color:var(--text-base);box-shadow:var(--shadow-1)}._sortableCell_1cvys_765{position:relative;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-3);border:2px solid var(--primary);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}._sortableCell_1cvys_765:active{cursor:grabbing}._removeBtn_1cvys_780{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:var(--overlay-on-image);color:var(--text-on-accent);border:none;cursor:pointer;font-size:.72rem;display:flex;align-items:center;justify-content:center;transition:background .12s;z-index:2}._removeBtn_1cvys_780:hover{background:var(--error)}._removeBtn_1cvys_780:disabled{opacity:.5;cursor:not-allowed}._insertBtn_1cvys_806{position:absolute;bottom:6px;right:6px;width:24px;height:24px;border-radius:50%;background:var(--primary-overlay);color:var(--text-on-accent);border:none;cursor:pointer;font-size:1rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .12s,transform .12s;z-index:2;opacity:0}._sortableCell_1cvys_765:hover ._insertBtn_1cvys_806{opacity:1}._insertBtn_1cvys_806:hover{background:var(--primary-dark);transform:scale(1.08)}._editorWrap_1cvys_836{flex:1;min-height:0;padding:1rem 1.25rem 1.25rem;overflow-y:auto;scrollbar-width:thin;display:flex;flex-direction:column}._editorWrap_1cvys_836>div{flex:1;min-height:0}._articleLayout_1cvys_852{flex:1;min-height:0;display:flex;flex-direction:row;overflow:hidden}._editorColumn_1cvys_860{flex:1;min-width:0;padding:1rem 1.25rem 1.25rem;overflow-y:auto;scrollbar-width:thin;display:flex;flex-direction:column}._editorColumn_1cvys_860>div{flex:1;min-height:0}._imageSidebar_1cvys_874{width:320px;flex-shrink:0;border-left:1px solid var(--border);background:var(--surface);overflow-y:auto;scrollbar-width:thin;display:flex;flex-direction:column;gap:0}._sidebarSection_1cvys_886{padding:.85rem .9rem 1rem;border-bottom:1px solid var(--border)}._sidebarSection_1cvys_886:last-child{border-bottom:none}._sidebarSectionTitle_1cvys_892{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._sidebarHint_1cvys_904{font-size:.65rem;font-weight:400;color:var(--text-subtle);text-transform:none;letter-spacing:0}._sidebarSearch_1cvys_912{width:100%;padding:.45rem .65rem;font-size:.85rem;background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-base);font-family:inherit;outline:none;margin-bottom:.6rem;box-sizing:border-box}._sidebarSearch_1cvys_912:focus{border-color:var(--primary)}._sidebarGrid_1cvys_929{display:grid;grid-template-columns:1fr 1fr;gap:4px}._sidebarEmpty_1cvys_935{padding:1.5rem .5rem;text-align:center;font-size:.82rem;color:var(--text-subtle);margin:0}._sidebarPager_1cvys_943{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.6rem}._imageSidebar_1cvys_874 ._photoCell_1cvys_658,._imageSidebar_1cvys_874 ._sortableCell_1cvys_765{aspect-ratio:1 / 1;border-radius:4px}@media(max-width:1100px){._articleLayout_1cvys_852{flex-direction:column}._imageSidebar_1cvys_874{width:100%;border-left:none;border-top:1px solid var(--border);max-height:340px}._manualLayout_1cvys_539{flex-direction:column}._manualLibraryRail_1cvys_557{width:100%;border-left:none;border-top:1px solid var(--border);max-height:340px}}._emptyPanel_1cvys_983{padding:3rem 2rem;text-align:center;color:var(--text-subtle);font-size:.875rem}@media(max-width:768px){._page_1cvys_4{flex-direction:column;height:auto;overflow:visible}._leftPanel_1cvys_186{width:100%;border-right:none;border-bottom:1px solid var(--border);max-height:none}._rightPanel_1cvys_532{min-height:400px}._photoGrid_1cvys_634{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}._reader_18pwj_1{font-size:1.05rem;line-height:1.75;color:var(--embed-text-2)}._content_18pwj_7{outline:none;-webkit-user-select:text;user-select:text}._paragraph_18pwj_12{margin:0 0 1em}._paragraph_18pwj_12:last-child{margin-bottom:0}._h1_18pwj_17{font-size:2rem;font-weight:800;line-height:1.2;margin:1.25em 0 .5em;color:var(--embed-text-1);letter-spacing:-.01em}._h1_18pwj_17:first-child{margin-top:0}._h2_18pwj_27{font-size:1.5rem;font-weight:700;line-height:1.25;margin:1.4em 0 .6em;color:var(--embed-text-1);letter-spacing:-.01em}._h2_18pwj_27:first-child{margin-top:0}._h3_18pwj_37{font-size:1.175rem;font-weight:600;line-height:1.3;margin:1.3em 0 .4em;color:var(--embed-text-2)}._h3_18pwj_37:first-child{margin-top:0}._ol_18pwj_46,._ul_18pwj_46{margin:0 0 1em;padding-left:1.75em}._li_18pwj_51{margin:.35em 0}._link_18pwj_55{color:var(--embed-link);text-decoration:underline}._link_18pwj_55:hover{color:var(--embed-link-hover)}._textBold_18pwj_63{font-weight:700}._textItalic_18pwj_64{font-style:italic}._textUnderline_18pwj_65{text-decoration:underline}._quote_18pwj_67{margin:1em 0;padding:.4em 0 .4em 1.2em;border-left:3px solid var(--embed-text-4);color:var(--embed-text-quote);font-style:italic}*,*:before,*:after{box-sizing:border-box}._page_ehdfo_8{min-height:100vh;background:var(--embed-bg);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--embed-text-2)}._header_ehdfo_16{padding:3rem 2rem 2rem;text-align:center;background:var(--embed-header-grad);border-bottom:1px solid var(--embed-border)}._headerInner_ehdfo_23{max-width:700px;margin:0 auto}._collectionTitle_ehdfo_28{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;color:var(--embed-text-1);margin:0 0 .6rem;letter-spacing:-.02em;line-height:1.15}._collectionDesc_ehdfo_37{font-size:clamp(.9rem,2vw,1.05rem);color:var(--embed-text-3);line-height:1.65;margin:0 0 1rem}._meta_ehdfo_44{display:flex;align-items:center;justify-content:center;gap:1rem}._photoCount_ehdfo_51{font-size:.8rem;color:var(--embed-text-4);letter-spacing:.03em;text-transform:uppercase}._masonryGrid_ehdfo_59{columns:4;column-gap:8px;padding:1.5rem;max-width:1400px;margin:0 auto}._photoCard_ehdfo_67{position:relative;display:block;margin-bottom:8px;break-inside:avoid;border-radius:8px;overflow:hidden;cursor:pointer;background:var(--embed-bg-elev)}._photoCard_ehdfo_67:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:background .2s}._photoCard_ehdfo_67:hover:after{background:var(--embed-hover-wash)}._photoImg_ehdfo_90{display:block;width:100%;height:auto;transition:transform .3s ease;vertical-align:bottom}._photoCard_ehdfo_67:hover ._photoImg_ehdfo_90{transform:scale(1.02)}._captionOverlay_ehdfo_102{position:absolute;bottom:0;left:0;right:0;padding:1.5rem .85rem .75rem;background:var(--embed-caption-grad);opacity:0;transition:opacity .2s;z-index:1}._photoCard_ehdfo_67:hover ._captionOverlay_ehdfo_102{opacity:1}._captionText_ehdfo_118{font-size:.8rem;color:var(--embed-btn-bg-solid-hover);margin:0;line-height:1.4}._emptyState_ehdfo_126{display:flex;align-items:center;justify-content:center;min-height:40vh;padding:3rem 2rem}._emptyText_ehdfo_134{font-size:1rem;color:var(--embed-text-4);text-align:center}._loadingHeader_ehdfo_141{padding:3rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;background:var(--embed-header-grad);border-bottom:1px solid var(--embed-border)}._skeletonTitle_ehdfo_151{width:360px;max-width:80%;height:40px;border-radius:8px;background:var(--embed-shimmer-1);background-size:200% 100%;animation:_shimmer_ehdfo_1 1.8s infinite}._skeletonDesc_ehdfo_161{width:280px;max-width:60%;height:18px;border-radius:6px;background:var(--embed-shimmer-2);background-size:200% 100%;animation:_shimmer_ehdfo_1 1.8s infinite .3s}._skeleton_ehdfo_151{break-inside:avoid;margin-bottom:8px;border-radius:8px;background:var(--embed-shimmer-3);background-size:200% 100%;animation:_shimmer_ehdfo_1 1.8s infinite}._skeletonH1_ehdfo_180{height:220px}._skeletonH2_ehdfo_181{height:160px}._skeletonH3_ehdfo_182{height:290px}@keyframes _shimmer_ehdfo_1{0%{background-position:200% 0}to{background-position:-200% 0}}._errorState_ehdfo_190{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:3rem 2rem;text-align:center;gap:.75rem}._errorIcon_ehdfo_201{font-size:2.5rem;color:var(--embed-dot-inactive)}._errorTitle_ehdfo_206{font-size:1.25rem;font-weight:700;color:var(--embed-text-3);margin:0}._errorSub_ehdfo_213{font-size:.9rem;color:var(--embed-text-4);margin:0}._lightboxOverlay_ehdfo_220{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--embed-lightbox-bg);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}._lightboxContent_ehdfo_231{position:relative;display:flex;flex-direction:column;align-items:center;max-width:min(92vw,1100px);max-height:95vh;gap:1rem}._lightboxClose_ehdfo_241{position:absolute;top:-3rem;right:0;width:36px;height:36px;border-radius:50%;background:var(--embed-btn-bg);border:none;color:var(--embed-dot-active);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}._lightboxClose_ehdfo_241:hover{background:var(--embed-dot-inactive);color:var(--embed-text-1)}._lightboxCounter_ehdfo_264{position:absolute;top:-3rem;left:0;font-size:.8rem;color:var(--embed-text-4);font-variant-numeric:tabular-nums}._lightboxNav_ehdfo_273{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--embed-btn-bg);border:none;color:var(--embed-dot-active);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;z-index:1}._lightboxNav_ehdfo_273:hover{background:var(--embed-dot-inactive);color:var(--embed-text-1)}._lightboxPrev_ehdfo_297{left:-3.5rem}._lightboxNext_ehdfo_301{right:-3.5rem}._flipH_ehdfo_305{display:inline-block;transform:scaleX(-1)}._lightboxImg_ehdfo_310{max-width:100%;max-height:80vh;border-radius:6px;object-fit:contain;box-shadow:var(--embed-lightbox-shadow)}._lightboxCaption_ehdfo_318{font-size:.875rem;color:var(--embed-text-3);text-align:center;max-width:600px;margin:0;line-height:1.5}._carouselWrap_ehdfo_328{position:relative;max-width:1000px;margin:2rem auto;padding:0 4rem}._carouselSlide_ehdfo_335{border-radius:10px;overflow:hidden;cursor:zoom-in;background:var(--embed-bg-elev)}._carouselImg_ehdfo_342{display:block;width:100%;max-height:65vh;object-fit:contain}._carouselCaption_ehdfo_349{text-align:center;font-size:.875rem;color:var(--embed-text-3);margin:.75rem 0 0;line-height:1.5}._carouselNav_ehdfo_357{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--embed-carousel-bg);border:none;color:var(--embed-dot-active);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}._carouselNav_ehdfo_357:hover{background:var(--embed-carousel-bg-hover)}._carouselNavPrev_ehdfo_377{left:0}._carouselNavNext_ehdfo_378{right:0}._carouselDots_ehdfo_380{display:flex;justify-content:center;gap:.4rem;margin-top:1.25rem}._carouselDot_ehdfo_380{width:7px;height:7px;border-radius:50%;background:var(--embed-dot-inactive);border:none;cursor:pointer;padding:0;transition:background .15s,transform .15s}._carouselDot_ehdfo_380:hover{background:var(--embed-dot-hover)}._carouselDotActive_ehdfo_398{background:var(--embed-dot-active);transform:scale(1.3)}._singleWrap_ehdfo_401{max-width:900px;margin:2rem auto;padding:0 1.5rem;text-align:center}._singleImg_ehdfo_408{display:block;width:100%;max-height:70vh;object-fit:contain;border-radius:10px;background:var(--embed-bg-elev);margin:0 auto}._singleCaption_ehdfo_418{font-size:.9rem;color:var(--embed-text-3);margin-top:.75rem;line-height:1.5}._articleHeader_ehdfo_426{padding:5rem 2rem 3rem;text-align:center;background:var(--embed-header-grad);border-bottom:1px solid var(--embed-border)}._articleHeader_ehdfo_426 ._collectionTitle_ehdfo_28{font-size:clamp(2rem,5.5vw,3.25rem);margin-bottom:1rem}._articleHeader_ehdfo_426 ._collectionDesc_ehdfo_37{font-size:clamp(1rem,2.2vw,1.2rem);max-width:640px;margin:0 auto;line-height:1.6;color:var(--embed-text-3)}._articleBodyWrap_ehdfo_447{max-width:720px;margin:3rem auto 2rem;padding:0 2rem}._gateState_ehdfo_454{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;padding:3rem 2rem;text-align:center;gap:.75rem;max-width:420px;margin:0 auto}._gateTitle_ehdfo_467{font-size:1.4rem;font-weight:700;color:var(--embed-text-1);margin:0}._gateSub_ehdfo_474{font-size:.95rem;color:var(--embed-text-3);margin:0 0 1rem;line-height:1.5}._gateForm_ehdfo_481{display:flex;flex-direction:column;gap:.6rem;width:100%;max-width:320px}._gateInput_ehdfo_489{padding:.7rem .9rem;font-size:.95rem;background:var(--embed-input-bg);border:1px solid var(--embed-btn-border);border-radius:6px;color:var(--embed-text-1);outline:none;transition:border-color .15s}._gateInput_ehdfo_489:focus{border-color:var(--embed-btn-border-focus)}._gateBtn_ehdfo_503{padding:.7rem 1.4rem;background:var(--embed-text-1);color:var(--embed-bg);border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s;font-family:inherit}._gateBtn_ehdfo_503:hover:not(:disabled){background:var(--embed-btn-bg-solid-hover)}._gateBtn_ehdfo_503:disabled{opacity:.5;cursor:not-allowed}._gateError_ehdfo_523{font-size:.85rem;color:var(--embed-error-text);margin:0}._footer_ehdfo_530{padding:2.5rem 2rem;text-align:center;border-top:1px solid var(--embed-border);margin-top:2rem}._footerLink_ehdfo_537{font-size:.75rem;color:var(--embed-dot-inactive);text-decoration:none;letter-spacing:.02em;transition:color .15s}._footerLink_ehdfo_537:hover{color:var(--embed-dot-hover)}@media(max-width:1100px){._masonryGrid_ehdfo_59{columns:3}}@media(max-width:720px){._masonryGrid_ehdfo_59{columns:2;padding:1rem;column-gap:6px}._photoCard_ehdfo_67{margin-bottom:6px}._captionOverlay_ehdfo_102{opacity:1}._lightboxPrev_ehdfo_297{left:-2.25rem}._lightboxNext_ehdfo_301{right:-2.25rem}}@media(max-width:440px){._masonryGrid_ehdfo_59{columns:1}._lightboxNav_ehdfo_273{display:none}._header_ehdfo_16{padding:2rem 1.25rem 1.5rem}}:root{color-scheme:dark;--brand-blue: #146cc9;--brand-purple: #7c2aa0;--brand-magenta: #de1c52;--brand-grad: linear-gradient(125deg, var(--brand-blue) 0%, var(--brand-purple) 50%, var(--brand-magenta) 100%);--brand-grad-sweep: linear-gradient( 135deg, var(--brand-blue) 0%, var(--brand-blue) 30%, var(--brand-purple) 55%, var(--brand-magenta) 78%, var(--brand-magenta) 100% );--bg-base: #f7f9fc;--bg-surface: #f4f7fb;--bg-raised: #ecf1f7;--text-1: #0c0d24;--text-2: #3c3f5e;--text-3: #7b7f9c;--border-subtle: rgba(12, 13, 36, .07);--border-bold: rgba(12, 13, 36, .14);--focus-ring: rgba(20, 108, 201, .28);--shadow-1: 0 1px 2px rgba(12,13,36,.05), 0 1px 1px rgba(12,13,36,.04);--shadow-2: 0 14px 40px -16px rgba(12,13,36,.18), 0 3px 8px rgba(12,13,36,.06);--grain-opacity: .04;--grain-blend: hard-light;--modal-backdrop: rgba(12, 13, 36, .5);--text-on-accent: #ffffff;--overlay-on-image: rgba(0, 0, 0, .45);--overlay-on-image-hover: rgba(0, 0, 0, .72);--border-on-image: rgba(255, 255, 255, .4);--primary-overlay: rgba(20, 108, 201, .75);--primary-overlay-border: rgba(20, 108, 201, .9);--image-letterbox: #000;--overlay-on-image-light: rgba(255, 255, 255, .5);--embed-bg: #0f0f11;--embed-bg-elev: #1a1a20;--embed-text-1: #ffffff;--embed-text-2: rgba(255, 255, 255, .9);--embed-text-3: rgba(255, 255, 255, .55);--embed-text-4: rgba(255, 255, 255, .35);--embed-text-5: rgba(255, 255, 255, .2);--embed-border: rgba(255, 255, 255, .06);--embed-btn-bg: rgba(255, 255, 255, .1);--embed-btn-bg-hover: rgba(255, 255, 255, .2);--embed-btn-border: rgba(255, 255, 255, .15);--embed-btn-border-focus: rgba(255, 255, 255, .4);--embed-input-bg: rgba(255, 255, 255, .08);--embed-btn-bg-solid-hover: rgba(255, 255, 255, .9);--embed-header-grad: linear-gradient(180deg, #1a1a20 0%, #0f0f11 100%);--embed-caption-grad: linear-gradient(transparent, rgba(0, 0, 0, .7));--embed-hover-wash: rgba(0, 0, 0, .15);--embed-lightbox-bg: rgba(0, 0, 0, .95);--embed-lightbox-shadow: 0 24px 64px rgba(0, 0, 0, .6);--embed-shimmer-1: linear-gradient(90deg, #2a2a32 25%, #222229 50%, #2a2a32 75%);--embed-shimmer-2: linear-gradient(90deg, #222229 25%, #1e1e25 50%, #222229 75%);--embed-shimmer-3: linear-gradient(90deg, #1e1e25 25%, #1a1a21 50%, #1e1e25 75%);--embed-dot-inactive: rgba(255, 255, 255, .2);--embed-dot-hover: rgba(255, 255, 255, .45);--embed-dot-active: rgba(255, 255, 255, .8);--embed-carousel-bg: rgba(255, 255, 255, .12);--embed-carousel-bg-hover: rgba(255, 255, 255, .22);--embed-error-text: #fca5a5;--embed-text-quote: rgba(255, 255, 255, .7);--embed-link: #7fb8ff;--embed-link-hover: #a7cfff;--sweep-highlight: rgba(255, 255, 255, .16);--shadow-brand-btn: 0 2px 6px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .18);--shadow-brand-btn-hover: 0 10px 24px -8px var(--brand-magenta), inset 0 1px 0 rgba(255, 255, 255, .22);--surface-grad: linear-gradient(135deg, #f4f7fb 0%, #edf1f8 100%);--primary: var(--brand-blue);--primary-dark: #0d4f96;--primary-deeper: #083972;--primary-subtle: #d2e3f5;--primary-wash: #f2f8ff;--sidebar-bg: linear-gradient(125deg, #edf1f8 0%, #f1f4fa 100%);--sidebar-surface: rgba(12, 13, 36, .06);--sidebar-text: var(--text-2);--sidebar-text-active: var(--text-1);--sidebar-text-hover: var(--text-1);--sidebar-section: var(--text-3);--sidebar-role: var(--text-3);--sidebar-icon: #8a8d9e;--sidebar-border: rgba(12, 13, 36, .06);--nav-badge-bg: var(--brand-grad);--nav-badge-color: #ffffff;--bg-page: var(--bg-base);--surface: var(--bg-surface);--surface-2: var(--bg-raised);--surface-3: #dfe5ef;--card-bg: var(--bg-surface);--input-bg: var(--bg-raised);--hover-bg: color-mix(in srgb, var(--brand-blue) 8%, var(--bg-surface));--text-base: var(--text-1);--text-secondary: var(--text-2);--text-muted: var(--text-3);--text-subtle: #9194a8;--text: var(--text-1);--border: var(--border-subtle);--border-color: var(--border-subtle);--border-strong: var(--border-bold);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-full: 999px;--radius: var(--radius-xl);--success: #16a34a;--success-bg: #f0fdf4;--success-bg-strong: rgba(22, 163, 74, .24);--success-border: #86efac;--error: var(--brand-magenta);--error-dark: #b81641;--error-darker: #8a102f;--error-bg: #fef2f2;--error-bg-strong: rgba(222, 28, 82, .24);--error-border: #fca5a5;--warning: #92400e;--warning-bg: #fffbeb;--warning-bg-strong: rgba(245, 158, 11, .22);--warning-border: #fcd34d;--info: var(--brand-blue);--info-bg: #eff6ff;--info-border: #93c5fd;--code-bg: #0c0d24;--code-bg-deep: #08091c;--code-text: #e8e9f5;--code-blue: #6fa8ff;--code-green: #a6e3a1;--code-muted: #6d7098;--purple: #a78bfa;--avatar-bg: var(--brand-blue)}[data-theme=dark]{--bg-base: #1a1c24;--bg-surface: #262936;--bg-raised: #2f3243;--text-1: #f0f1f7;--text-2: #c0c3d4;--text-3: #898ca2;--border-subtle: rgba(255, 255, 255, .06);--border-bold: rgba(255, 255, 255, .13);--focus-ring: rgba(20, 108, 201, .4);--shadow-1: 0 1px 2px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.3);--shadow-2: 0 24px 50px -16px rgba(0,0,0,.65), 0 6px 12px rgba(0,0,0,.45);--grain-opacity: .06;--grain-blend: hard-light;--modal-backdrop: rgba(0, 0, 0, .6);--text-on-accent: #ffffff;--overlay-on-image: rgba(0, 0, 0, .45);--overlay-on-image-hover: rgba(0, 0, 0, .72);--border-on-image: rgba(255, 255, 255, .4);--primary-overlay: rgba(20, 108, 201, .75);--primary-overlay-border: rgba(20, 108, 201, .9);--image-letterbox: #000;--overlay-on-image-light: rgba(255, 255, 255, .5);--surface-grad: linear-gradient(135deg, #262936 0%, #22252f 100%);--sidebar-bg: linear-gradient(125deg, #252731 0%, #1d1f28 100%);--sidebar-surface: rgba(255, 255, 255, .06);--sidebar-text: #b4b7cc;--sidebar-text-active: #f0f1f7;--sidebar-text-hover: #e0e3f0;--sidebar-section: #7a7d92;--sidebar-role: #7a7d92;--sidebar-icon: #8b95b5;--sidebar-border: rgba(255, 255, 255, .05);--nav-badge-bg: var(--brand-grad);--nav-badge-color: #ffffff;--bg-page: var(--bg-base);--surface: var(--bg-surface);--surface-2: var(--bg-raised);--surface-3: #383b4e;--card-bg: var(--bg-surface);--input-bg: var(--bg-raised);--hover-bg: color-mix(in srgb, var(--brand-blue) 14%, var(--bg-surface));--text-base: var(--text-1);--text-secondary: var(--text-2);--text-muted: var(--text-3);--text-subtle: #686b80;--text: var(--text-1);--border: var(--border-subtle);--border-color: var(--border-subtle);--border-strong: var(--border-bold);--radius: var(--radius-xl);--primary-subtle: rgba(20, 108, 201, .2);--primary-wash: rgba(20, 108, 201, .1);--primary-deeper: #7ab5f0;--success-bg: rgba(22, 163, 74, .14);--success-bg-strong: rgba(22, 163, 74, .24);--success-border: rgba(22, 163, 74, .38);--error: #ff4978;--error-dark: #ff7092;--error-bg: rgba(222, 28, 82, .14);--error-bg-strong: rgba(222, 28, 82, .24);--error-border: rgba(255, 73, 120, .38);--warning: #fbbf24;--warning-bg: rgba(245, 158, 11, .12);--warning-bg-strong: rgba(245, 158, 11, .22);--warning-border: rgba(245, 158, 11, .38);--info-bg: rgba(20, 108, 201, .12);--info-border: rgba(20, 108, 201, .38)}[data-theme=light]{color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Supreme,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;color:var(--text-1);background:var(--bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background .4s cubic-bezier(.2,.8,.2,1),color .4s cubic-bezier(.2,.8,.2,1)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:var(--grain-opacity);mix-blend-mode:var(--grain-blend);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='700' height='700'><filter id='n' x='-20%25' y='-20%25' width='140%25' height='140%25' color-interpolation-filters='linearRGB'><feTurbulence type='turbulence' baseFrequency='0.2' numOctaves='4' seed='15' stitchTiles='stitch'/><feSpecularLighting surfaceScale='6' specularConstant='1.4' specularExponent='20' lighting-color='%23455759'><feDistantLight azimuth='3' elevation='90'/></feSpecularLighting></filter><rect width='100%25' height='100%25' fill='%231a292cff'/><rect width='100%25' height='100%25' fill='%23455759' filter='url(%23n)'/></svg>")}[data-theme=dark] body:after{content:"";position:fixed;top:-60%;right:-60%;width:calc(100vw + 60%);height:calc(100vh + 60%);pointer-events:none;z-index:0;background:radial-gradient(circle at center,rgba(222,28,82,.08),transparent 65%);filter:blur(80px)}#root{position:relative;z-index:2;min-height:100vh}::selection{background:var(--brand-magenta);color:#fff}code,pre,.mono{font-family:Geist Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}.btn-brand{background-image:var(--brand-grad-sweep);background-size:280% 100%;background-position:0% 50%;color:#fff;border:none;cursor:pointer;transition:background-position .7s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.2,.8,.2,1),box-shadow .25s;box-shadow:0 2px 6px #0003,inset 0 1px #ffffff2e}.btn-brand:hover:not(:disabled){background-position:100% 50%;transform:translateY(-1px);box-shadow:0 10px 24px -8px var(--brand-magenta),inset 0 1px #ffffff38}.btn-brand:active:not(:disabled){transform:translateY(0)}.btn-brand:disabled{opacity:.5;cursor:not-allowed}.gradient-text{background-image:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus-ring);border-color:var(--brand-blue)}
