@font-face{font-family:Circular LL VIP;src:url(/fonts/CircularLLVIP-Upright.ttf) format("truetype");font-weight:100 900;font-display:swap}@font-face{font-family:VC Garamond Condensed;src:url(/fonts/VCGaramondCondensedVF.ttf) format("truetype-variations");font-weight:100 900;font-display:swap}:root{--bf-primary: #1d7a7a;--bf-primary-fill: #ecf5f4;--bf-title: #010b2e;--bf-subtitle-body: #4d546d;--bf-eyebrow: #808596;--bf-accent: #b3b6c0;--bf-unfocused: #d9dae0;--bf-selection-stroke: #f0f0f2;--bf-fill: #f7f8f9;--bf-background: #ffffff;--bf-button-text: #ffffff;--bf-success: #28ac93;--bf-highlighter: #ffc7f6;--bf-shimmer-low: #f0f0f2;--bf-shimmer-high: #d9dae0;--bf-danger: #d23b3b;--bf-space-xs: 4px;--bf-space-sm: 8px;--bf-space-md: 16px;--bf-space-lg: 24px;--bf-space-xl: 40px;--bf-space-xxl: 48px;--bf-radius-input: 16px;--bf-radius-card: 40px;--bf-radius-pill: 104px;--bf-radius-control: 8px;--bf-button-sm: 40px;--bf-button-md: 48px;--bf-button-lg: 56px;--bf-font-sans: "Circular LL VIP", "Helvetica Neue", Arial, sans-serif;--bf-font-serif: "VC Garamond Condensed", Georgia, serif}:root[data-theme=dark]{--bf-primary: #1d7a7a;--bf-primary-fill: #d6e9e7;--bf-title: #f7f8f9;--bf-subtitle-body: #d5d7e1;--bf-eyebrow: #949db7;--bf-accent: #949db7;--bf-unfocused: #717da5;--bf-selection-stroke: #243058;--bf-fill: #152044;--bf-background: #010b2e;--bf-button-text: #ffffff;--bf-success: #28ac93;--bf-highlighter: #ffc7f6;--bf-shimmer-low: #243058;--bf-shimmer-high: #2e3b66}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--bf-font-sans);font-variation-settings:"wght" 450;font-size:15px;line-height:1.5;color:var(--bf-title);background:var(--bf-fill);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0}button{font-family:inherit}.bf-d-header-large{font-family:var(--bf-font-serif);font-variation-settings:"wght" 400;font-weight:400;font-size:44px;line-height:1;color:var(--bf-title)}.bf-d-subhead-bold{font-variation-settings:"wght" 700;font-weight:700;font-size:22px;line-height:1.3;color:var(--bf-title)}.bf-body-large{font-size:15px;letter-spacing:-.15px;color:var(--bf-title)}.bf-body-small{font-size:13px;letter-spacing:-.13px;color:var(--bf-subtitle-body)}.bf-body-small-bold{font-variation-settings:"wght" 700;font-weight:700;font-size:13px;letter-spacing:-.13px;color:var(--bf-title)}.bf-body-large-bold{font-variation-settings:"wght" 700;font-weight:700;font-size:15px;letter-spacing:-.15px;color:var(--bf-title)}.bf-fine-print{font-size:11px;letter-spacing:-.11px;color:var(--bf-subtitle-body)}.bf-subtle{color:var(--bf-subtitle-body)}.bf-fact-label{font-variation-settings:"wght" 700;font-weight:700;color:var(--bf-title)}.app-shell{display:flex;height:100%}.app-shell__sidebar{width:232px;flex-shrink:0;display:flex;flex-direction:column;background:var(--bf-background);border-right:1px solid var(--bf-selection-stroke);padding:var(--bf-space-lg) var(--bf-space-md)}.app-shell__brand{font-family:var(--bf-font-serif);font-size:28px;line-height:1.1;padding:0 var(--bf-space-sm) var(--bf-space-lg)}.app-shell__nav{display:flex;flex-direction:column;gap:var(--bf-space-xs);flex:1}.app-shell__nav-link{display:block;padding:10px var(--bf-space-md);border-radius:var(--bf-radius-pill);color:var(--bf-subtitle-body);text-decoration:none;font-size:14px}.app-shell__nav-link:hover{background:var(--bf-fill);color:var(--bf-title)}.app-shell__nav-link--active,.app-shell__nav-link--active:hover{background:var(--bf-primary-fill);color:var(--bf-primary);font-variation-settings:"wght" 700;font-weight:700}.app-shell__user{border-top:1px solid var(--bf-selection-stroke);padding-top:var(--bf-space-md);display:flex;flex-direction:column;gap:var(--bf-space-sm)}.app-shell__main{flex:1;min-width:0;overflow-y:auto}.page-header{background:var(--bf-background);padding:var(--bf-space-md) 0}.page-row{max-width:1440px;margin:0 auto;padding:0 var(--bf-space-lg)}.page-header__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--bf-space-md)}.bf-control{height:36px;padding:0 var(--bf-space-sm);border-radius:var(--bf-radius-control);border:1px solid var(--bf-unfocused);background:var(--bf-background);color:var(--bf-title);font-family:var(--bf-font-sans);font-size:13px}.bf-control:focus{outline:none;border-color:var(--bf-primary);box-shadow:0 0 0 2px var(--bf-primary-fill)}.bf-menu-panel{background:var(--bf-background);border:1px solid var(--bf-selection-stroke);border-radius:var(--bf-radius-control);box-shadow:0 8px 24px #010b2e1f;padding:var(--bf-space-xs)}.toast-stack{position:fixed;bottom:var(--bf-space-lg);left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:var(--bf-space-sm);z-index:1000}.toast{padding:12px var(--bf-space-lg);border-radius:var(--bf-radius-input);color:#fff;font-size:14px;box-shadow:0 4px 12px #0003}.toast--error{background:var(--bf-danger)}.toast--info{background:var(--bf-title)}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.spinner{display:inline-block;border-radius:50%;border-style:solid;border-color:var(--bf-primary);border-bottom-color:transparent;animation:spinner-rotate .8s linear infinite}.photo-tile-action{position:absolute;bottom:6px;right:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--bf-radius-control);background:#010b2ea6;color:#fff;font-size:13px;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease}.photo-tile-wrap:hover .photo-tile-action,.photo-tile-action:focus-visible{opacity:1}
