@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;1,8..60,400&family=Inter:wght@300;400;500;600&display=swap";.tree-view{position:relative;width:100%;height:100%;background:var(--surface, #fafaf8);overflow:hidden}.tree-view svg{display:block;width:100%;height:100%}.tree-view__controls{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end;max-width:calc(100% - 2rem)}.tree-view__mode-toggle{display:inline-flex;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border, #e5e0d5);border-radius:6px;overflow:hidden}.tree-view__mode-btn{background:transparent;border:none;padding:.4rem .75rem;font-size:.78rem;font-weight:500;color:var(--text-muted, #6b7280);cursor:pointer;transition:background .15s,color .15s}.tree-view__mode-btn:hover{color:var(--text, #1a1a1a)}.tree-view__mode-btn.active{background:var(--green, #2d4a3e);color:#fff}.tree-view__scroller{display:inline-flex;align-items:center;gap:.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border, #e5e0d5);border-radius:6px;padding:.3rem .6rem;font-size:.75rem;color:var(--text-muted, #6b7280)}.tree-view__scroller-label{font-weight:500}.tree-view__scroller input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:120px;height:4px;background:#e5e0d5;border-radius:2px;outline:none;cursor:pointer}.tree-view__scroller input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--gold, #c8a56e);border:2px solid #fff;box-shadow:0 0 0 1px #00000014;cursor:pointer}.tree-view__scroller input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--gold, #c8a56e);border:2px solid #fff;cursor:pointer}.tree-view__scroller-value{min-width:3.5em;text-align:right;color:var(--text, #1a1a1a);font-weight:500;font-variant-numeric:tabular-nums}.tree-view__search{position:relative;width:240px}.tree-view__search input{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border, #e5e0d5);border-radius:6px;padding:.4rem .75rem;font-size:.8rem;color:var(--text, #1a1a1a);outline:none;transition:border-color .15s}.tree-view__search input:focus{border-color:var(--gold, #c8a56e);background:#fff}.tree-view__search-results{position:absolute;top:calc(100% + .25rem);left:0;right:0;max-height:320px;overflow-y:auto;background:#fff;border:1px solid var(--border, #e5e0d5);border-radius:6px;box-shadow:0 6px 18px #00000014;z-index:20}.tree-view__search-empty{padding:.6rem .75rem;font-size:.8rem;color:var(--text-muted, #6b7280)}.tree-view__search-section+.tree-view__search-section{border-top:1px solid var(--border, #e5e0d5)}.tree-view__search-section-label{padding:.35rem .75rem .25rem;font-size:.66rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted, #6b7280)}.tree-view__search-row{display:flex;align-items:baseline;gap:.5rem;width:100%;padding:.5rem .75rem;text-align:left;border:none;background:transparent;cursor:pointer;font-size:.85rem;color:var(--text, #1a1a1a);text-decoration:none}.tree-view__search-row:hover{background:color-mix(in srgb,var(--gold, #c8a56e) 8%,white)}.tree-view__search-row--disabled{opacity:.6;cursor:default}.tree-view__search-row--disabled:hover{background:transparent}.tree-view__search-name{font-weight:500;flex:1}.tree-view__search-year{font-size:.76rem;color:var(--text-muted, #6b7280);font-variant-numeric:tabular-nums}.tree-view__search-meta{font-size:.7rem;color:var(--text-muted, #6b7280);font-style:italic}.tree-view__chain-hint{background:color-mix(in srgb,#b45309 12%,white);border:1px solid color-mix(in srgb,#b45309 25%,white);color:#b45309;border-radius:6px;padding:.35rem .65rem;font-size:.72rem;font-weight:500;letter-spacing:.01em;cursor:help}.tree-view__recenter{background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border, #e5e0d5);border-radius:6px;padding:.4rem .75rem;font-size:.78rem;font-weight:500;color:var(--text, #1a1a1a);cursor:pointer;transition:background .15s,border-color .15s}.tree-view__recenter:hover{background:#fff;border-color:var(--gold, #c8a56e)}.tree-view__legend{position:absolute;bottom:1rem;left:1rem;display:flex;align-items:center;gap:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border, #e5e0d5);border-radius:6px;padding:.4rem .75rem;font-size:.75rem;color:var(--text-muted, #6b7280);pointer-events:none}.legend-item{display:flex;align-items:center;gap:.35rem}.legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.legend-sep{width:1px;height:14px;background:var(--border, #e5e0d5)}.legend-dashed{font-family:monospace;letter-spacing:-.02em;color:#c8a56e}.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}}.timeline{height:100%;overflow:hidden;display:flex;flex-direction:column}.timeline__scroll{flex:1;overflow-y:auto;overflow-x:auto;padding:2rem 2.5rem}.timeline__inner{position:relative;min-width:480px}.timeline__axis{position:absolute;left:0;top:0;width:72px}.timeline__spine{position:absolute;left:60px;top:0;width:2px;background:var(--border);border-radius:2px}.timeline__decade{position:absolute;left:0;display:flex;align-items:center;gap:0;transform:translateY(-9px)}.timeline__decade-label{font-size:.72rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;width:44px;text-align:right;padding-right:8px}.timeline__decade-line{width:16px;height:1px;background:var(--border)}.timeline__cards{position:absolute;left:88px;top:0;right:0}.timeline__column{position:absolute;top:0;width:200px}.timeline__entry{position:absolute;width:200px}.timeline__dot{position:absolute;left:-36px;width:8px;height:8px;background:var(--gold);border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px var(--gold);transform:translate(-50%);z-index:1}.timeline__card{background:#fff;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s;overflow:hidden}.timeline__card:hover{border-color:var(--gold);box-shadow:0 2px 8px #c8a56e26}.timeline__card-inner{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;min-height:52px}.timeline__photo{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.timeline__card-text{flex:1;min-width:0}.timeline__card-name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.timeline__card-dates{font-size:.72rem;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline__lifespan{width:3px;background:color-mix(in srgb,var(--gold) 40%,transparent);border-radius:0 0 2px 2px;margin-left:.75rem}.timeline__no-dates-note{padding:3rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.timeline__nodates{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.timeline__nodates-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.timeline__nodates-list{display:flex;flex-wrap:wrap;gap:.5rem}.timeline__nodates-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;font-size:.82rem;color:var(--text);cursor:pointer;transition:border-color .15s}.timeline__nodates-card:hover{border-color:var(--gold)}.person-panel{position:relative;width:380px;flex-shrink:0;border-left:1px solid var(--border);background:#fff;display:flex;flex-direction:column;height:100%;animation:panel-slide-in .22s ease}@keyframes panel-slide-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.person-panel__controls{position:absolute;top:.75rem;right:.75rem;z-index:10;display:flex;align-items:center;gap:.4rem}.person-panel__open-full{background:#fff;border:1px solid var(--border);border-radius:999px;padding:.25rem .65rem;color:var(--text-muted);font-size:.72rem;font-weight:500;cursor:pointer;transition:all .15s;box-shadow:0 1px 4px #0000000f;line-height:1}.person-panel__open-full:hover:not(:disabled){background:var(--paper);color:var(--text);border-color:#0000002e}.person-panel__open-full:disabled{opacity:.5;cursor:default}.person-panel__close{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--text-muted);cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;transition:all .15s;box-shadow:0 1px 4px #00000014;line-height:1}.person-panel__close:hover{background:var(--paper);color:var(--text);border-color:#0000002e}.person-panel__scroll{flex:1;overflow-y:auto;padding:1.5rem 1.25rem 2rem}.person-panel__loading{font-size:.85rem;color:var(--text-muted);padding:1rem 0}.person-panel__identity{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;padding-right:7rem;border-bottom:1px solid var(--border)}.person-panel__photo{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--border)}.person-panel__avatar{width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.3rem;font-weight:600;flex-shrink:0}.person-panel__name{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:.2rem}.person-panel__surname{color:var(--text);font-weight:400}.person-panel__formal{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.person-panel__years{font-size:.8rem;color:var(--text-muted);margin-bottom:.1rem}.person-panel__place,.person-panel__occupation{font-size:.78rem;color:var(--text-muted)}.person-panel__section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.person-panel__section:last-of-type{border-bottom:none}.person-panel__section-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.person-panel__muted{font-size:.82rem;color:var(--text-muted);line-height:1.5}.person-panel__rel-group{margin-bottom:.65rem}.person-panel__rel-type{font-size:.72rem;color:var(--text-muted);margin-bottom:.3rem;font-weight:500}.person-panel__rel-pill{display:inline-flex;align-items:center;gap:.25rem;background:var(--paper);border:1px solid var(--border);border-radius:99px;padding:.25rem .75rem;font-size:.8rem;color:var(--green);font-weight:500;cursor:pointer;transition:all .15s;margin:.2rem .2rem 0 0;font-family:var(--font-sans)}.person-panel__rel-pill:hover{background:var(--green);color:#fff;border-color:var(--green)}.person-panel__rel-year{color:inherit;opacity:.6;font-size:.72rem}.person-panel__docs{display:flex;flex-direction:column;gap:.4rem}.person-panel__doc-card{border-radius:6px;border:1px solid var(--border);background:var(--surface, #fafaf8);overflow:hidden;transition:border-color .15s}.person-panel__doc-card:hover{border-color:var(--border)}.person-panel__doc-card--analysed{border-color:#3b6b5a33}.person-panel__doc-card--analysed:hover{border-color:var(--green)}.person-panel__doc-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem}.person-panel__doc-icon{font-size:.9rem;flex-shrink:0}.person-panel__doc-name{font-size:.78rem;color:var(--text);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.person-panel__doc-name:hover{color:var(--green)}.person-panel__doc-badge{font-size:.68rem;color:#059669;font-weight:700;flex-shrink:0}.person-panel__doc-expand{background:none;border:none;cursor:pointer;padding:0 .1rem;font-size:.6rem;color:var(--text-muted);flex-shrink:0;line-height:1;transition:color .15s}.person-panel__doc-expand:hover{color:var(--green)}.person-panel__doc-processing{font-size:.68rem;color:var(--gold);flex-shrink:0;animation:origin-pulse 1.5s ease-in-out infinite}.person-panel__doc-intel{padding:.6rem .75rem .75rem;border-top:1px solid var(--border);background:#fff;display:flex;flex-direction:column;gap:.5rem}.person-panel__doc-meta{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--text-muted);font-weight:500}.person-panel__doc-sep{opacity:.4}.person-panel__doc-summary{font-size:.8rem;line-height:1.6;color:var(--text)}.person-panel__doc-people{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem;border-top:1px solid var(--border)}.person-panel__doc-person{display:flex;align-items:baseline;gap:.35rem;font-size:.75rem}.person-panel__doc-person-role{font-size:.64rem;font-weight:600;text-transform:capitalize;color:var(--text-muted);letter-spacing:.04em;flex-shrink:0;min-width:52px}.person-panel__doc-person-name{color:var(--text);font-weight:500}.person-panel__doc-person-note{color:var(--text-muted);font-size:.72rem}.person-panel__doc-confidence{font-size:.7rem;color:#b45309;padding:.2rem .4rem;background:#fef3c7;border-radius:4px;align-self:flex-start}.person-panel__origin-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.person-panel__origin-badge{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dark);background:var(--gold);padding:.1rem .45rem;border-radius:99px;flex-shrink:0}.person-panel__origin-pulse{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;animation:origin-pulse 1.2s ease-in-out infinite}@keyframes origin-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.person-panel__origin-idle{display:flex;flex-direction:column;gap:.6rem}.person-panel__origin-chips{display:flex;flex-direction:column;gap:.3rem}.person-panel__origin-chip{background:none;border:1px solid var(--border);border-radius:6px;padding:.45rem .65rem;font-size:.78rem;color:var(--text-muted);text-align:left;cursor:pointer;transition:all .15s;line-height:1.4;font-family:var(--font-sans)}.person-panel__origin-chip:hover{border-color:var(--gold);color:var(--text);background:#c8a56e0f}.person-panel__origin-cta{background:none;border:none;font-size:.78rem;color:var(--gold);cursor:pointer;text-align:left;padding:0;font-family:var(--font-sans);transition:opacity .15s}.person-panel__origin-cta:hover{opacity:.75}.person-panel__origin-thinking{display:flex;align-items:center;padding:.4rem 0}.person-panel__origin-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);margin-right:3px;animation:origin-bounce 1s ease-in-out infinite}@keyframes origin-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.person-panel__context{font-size:.82rem;line-height:1.75;color:var(--text);white-space:pre-wrap;max-height:320px;overflow-y:auto}.person-panel__cursor{display:inline-block;color:var(--gold);font-size:.75rem;animation:cursor-blink .8s step-end infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.person-panel__footer{margin-top:.5rem}.knowledge-box{border-radius:10px;overflow:hidden;margin-top:1.5rem}.knowledge-box--prompt{background:linear-gradient(135deg,var(--paper) 0%,color-mix(in srgb,var(--gold) 6%,var(--paper)) 100%);border:1px solid color-mix(in srgb,var(--gold) 25%,var(--border))}.knowledge-box__prompt-inner{display:flex;align-items:center;gap:1rem;padding:1.125rem 1.25rem}.knowledge-box__prompt-title{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.15rem}.knowledge-box__prompt-sub{font-size:.8rem;color:var(--text-muted);line-height:1.4}.knowledge-box__trigger{margin-left:auto;flex-shrink:0;border-color:color-mix(in srgb,var(--gold) 40%,var(--border))!important;color:var(--gold)!important}.knowledge-box__trigger:hover{background:color-mix(in srgb,var(--gold) 8%,transparent)!important}.knowledge-box--loading{background:var(--paper);border:1px solid var(--border);padding:1.5rem 1.25rem}.knowledge-box__loader{display:flex;align-items:center;gap:.625rem;font-size:.85rem;color:var(--text-muted)}.spinning{display:inline-block;animation:spin 1.8s linear infinite}.knowledge-box--error{background:var(--paper);border:1px solid var(--border);padding:1.25rem;color:var(--text-muted);font-size:.85rem;display:flex;align-items:center;gap:1rem}.knowledge-box--done{background:var(--paper);border:1px solid color-mix(in srgb,var(--gold) 20%,var(--border))}.knowledge-box__header{display:flex;align-items:flex-start;gap:.75rem;padding:1.125rem 1.25rem .875rem;border-bottom:1px solid var(--border)}.knowledge-box__label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);margin-bottom:.15rem}.knowledge-box__era{font-size:.9rem;font-weight:500;color:var(--text);line-height:1.3}.knowledge-box__refresh{margin-left:auto;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.1rem;padding:.1rem .3rem;border-radius:4px;line-height:1;transition:color .15s,background .15s;flex-shrink:0}.knowledge-box__refresh:hover{color:var(--gold);background:color-mix(in srgb,var(--gold) 8%,transparent)}.knowledge-box__spark{color:var(--gold);font-size:1rem;flex-shrink:0;line-height:1.4}.knowledge-box__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0}.knowledge-fact{padding:1rem 1.25rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.knowledge-fact:last-child{border-right:none}.knowledge-fact:nth-last-child(-n+3):nth-child(3n+1),.knowledge-fact:nth-last-child(-n+3):nth-child(3n+1)~.knowledge-fact{border-bottom:none}@media (max-width: 600px){.knowledge-box__facts{grid-template-columns:1fr}.knowledge-fact{border-right:none}.knowledge-fact:last-child{border-bottom:none}}.knowledge-fact__year{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--gold);margin-bottom:.35rem;font-variant-numeric:tabular-nums}.knowledge-fact__headline{font-size:.875rem;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:.5rem}.knowledge-fact__detail{font-size:.8rem;color:var(--text-muted);line-height:1.55}.photo-upload{display:flex;flex-direction:column;align-items:center;gap:.75rem}.photo-upload__zone{position:relative;width:120px;height:120px;border-radius:50%;border:2px dashed var(--border);background:var(--surface);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .15s,background .15s}.photo-upload__zone:hover,.photo-upload__zone--over{border-color:var(--green);background:color-mix(in srgb,var(--green) 5%,white)}.photo-upload__preview{width:100%;height:100%;object-fit:cover;display:block}.photo-upload__placeholder{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem;text-align:center}.photo-upload__icon{font-size:1.5rem;line-height:1;filter:grayscale(1) opacity(.4)}.photo-upload__hint{font-size:.7rem;color:var(--text-muted);line-height:1.3}.photo-upload__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffbf;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.photo-upload__actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.edit-panel__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200;animation:fadeIn .15s ease}.edit-panel{position:fixed;top:0;right:0;bottom:0;width:440px;max-width:100vw;background:var(--surface, #fff);border-left:1px solid var(--border);z-index:201;display:flex;flex-direction:column;animation:slideIn .2s ease;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.edit-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.edit-panel__title{font-size:1rem;font-weight:600;color:var(--text)}.edit-panel__close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;padding:.25rem .5rem;border-radius:4px;line-height:1;transition:color .15s,background .15s}.edit-panel__close:hover{color:var(--text);background:var(--border)}.edit-panel__body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:0}.edit-section{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.edit-section:last-of-type{border-bottom:none;margin-bottom:0}.edit-section__label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.edit-panel__actions{display:flex;gap:.75rem;padding-top:1.5rem;margin-top:.5rem}.edit-panel__danger{padding:1rem 1.5rem;border-top:1px solid var(--border);flex-shrink:0}.edit-panel__delete-btn{background:none;border:none;cursor:pointer;font-size:.82rem;color:var(--text-muted);padding:0;transition:color .15s}.edit-panel__delete-btn:hover{color:#dc2626}.edit-panel__delete-confirm{font-size:.82rem;color:var(--text-muted);line-height:1.4}@media (max-width: 480px){.edit-panel{width:100vw}}.relationships-panel{background:var(--paper);border-radius:10px;padding:1.5rem;margin-top:1.5rem}.relationships-panel__title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.rel-group{margin-bottom:1.25rem}.rel-group:last-child{margin-bottom:0}.rel-group__label{font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem}.rel-person{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:6px;background:#fff;border:1px solid var(--border);margin-bottom:.35rem}.rel-person__name{background:none;border:none;padding:0;font-size:.875rem;color:var(--green);cursor:pointer;font-weight:500;text-align:left}.rel-person__name:hover{text-decoration:underline}.rel-person__remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;opacity:.5;transition:opacity .15s,color .15s}.rel-person__remove:hover{opacity:1;color:#dc2626}.docs-panel{margin-top:2rem;border-top:1px solid var(--border);padding-top:1.5rem;position:relative;transition:background .15s,box-shadow .15s;border-radius:10px}.docs-panel--dragging{background:color-mix(in srgb,var(--gold, #c8a56e) 8%,white);box-shadow:0 0 0 2px var(--gold, #c8a56e) inset}.docs-panel--dragging *{pointer-events:none}.docs-panel__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:2.25rem 1.5rem;background:var(--surface, #fafaf8);border:2px dashed var(--border, #e5e0d5);border-radius:10px;color:var(--text-muted, #6b7280);cursor:pointer;transition:all .15s;font-family:inherit;text-align:center}.docs-panel__dropzone:hover{border-color:var(--gold, #c8a56e);background:color-mix(in srgb,var(--gold, #c8a56e) 6%,white);color:var(--text, #1a1a1a)}.docs-panel__dropzone:disabled{opacity:.6;cursor:default}.docs-panel--dragging .docs-panel__dropzone{border-color:var(--gold, #c8a56e);background:transparent;color:var(--text, #1a1a1a)}.docs-panel__dropzone-icon{font-size:1.75rem;opacity:.75}.docs-panel__dropzone-title{font-size:.95rem;font-weight:600;color:var(--text, #1a1a1a)}.docs-panel__dropzone-hint{font-size:.78rem;max-width:380px;line-height:1.5}.docs-panel__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.docs-panel__title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);flex:1}.docs-panel__empty{font-size:.85rem;color:var(--text-muted);line-height:1.6}.docs-panel__list{display:flex;flex-direction:column;gap:.4rem}.doc-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);transition:border-color .15s}.doc-card--open{border-color:var(--green, #3b6b5a)}.doc-card__row{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;cursor:pointer;-webkit-user-select:none;user-select:none}.doc-card__row:hover{background:var(--hover, #f5f2ec)}.doc-card__icon{font-size:1.1rem;flex-shrink:0}.doc-card__meta{flex:1;min-width:0}.doc-card__name{font-size:.85rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-card__sub{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.doc-card__status{flex-shrink:0}.doc-badge{font-size:.68rem;font-weight:600;padding:.15rem .5rem;border-radius:99px;letter-spacing:.02em}.doc-badge--done{background:#d1fae5;color:#065f46}.doc-badge--processing{background:#fef3c7;color:#92400e}.doc-badge--failed{background:#fee2e2;color:#991b1b}.doc-card__chevron{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.doc-card__body{padding:.75rem 1rem 1rem;border-top:1px solid var(--border);background:#fff}.doc-card__preview{margin-bottom:1rem;max-height:320px;overflow:hidden;border-radius:6px;border:1px solid var(--border)}.doc-card__preview img{width:100%;height:320px;object-fit:contain;background:#f9f9f7}.doc-card__pdf-link{display:inline-block;font-size:.85rem;color:var(--green);text-decoration:none;margin-bottom:1rem;font-weight:500}.doc-card__pdf-link:hover{text-decoration:underline}.doc-card__meta-edit{background:#fff;border:1px solid var(--border);border-radius:6px;padding:.85rem 1rem;margin-bottom:.85rem}.doc-card__meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .85rem;margin-top:.35rem}.doc-card__meta-notes{grid-column:1 / -1}.doc-card__meta-grid label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.doc-card__meta-grid label>span{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.doc-card__meta-grid input,.doc-card__meta-grid textarea{width:100%;padding:.45rem .6rem;font:inherit;font-size:.9rem;border:1px solid var(--border);border-radius:5px;background:var(--paper, #faf9f7);color:var(--text);resize:vertical}.doc-card__meta-grid input:focus,.doc-card__meta-grid textarea:focus{outline:none;border-color:var(--green, #3a6b57)}.doc-card__meta-actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.doc-card__meta-saved{font-size:.8rem;color:var(--green, #3a6b57);font-weight:500}@media (max-width: 560px){.doc-card__meta-grid{grid-template-columns:1fr}}.doc-card__extraction{background:#faf9f7;border:1px solid var(--border);border-radius:6px;padding:.85rem 1rem;margin-bottom:.85rem}.doc-card__section-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.doc-card__summary{font-size:.875rem;line-height:1.65;color:var(--text);margin:0 0 .6rem}.doc-card__field{font-size:.8rem;color:var(--text);margin-bottom:.25rem;line-height:1.5}.doc-card__persons{margin-top:.5rem}.doc-card__person{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;border-top:1px solid var(--border);font-size:.8rem;flex-wrap:wrap}.doc-card__person-name{font-weight:600;color:var(--text)}.doc-card__person-role{font-size:.72rem;background:var(--border);padding:.1rem .4rem;border-radius:99px;color:var(--text-muted)}.doc-card__person-detail{color:var(--text-muted)}.doc-card__transcription{margin-top:.75rem}.doc-card__transcription summary{font-size:.78rem;color:var(--text-muted);cursor:pointer;font-weight:500}.doc-card__transcription pre{font-size:.78rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;margin:.5rem 0 0;color:var(--text);font-family:Georgia,serif}.doc-card__actions{display:flex;gap:.5rem;margin-top:.75rem}.doc-card__entity{padding:.55rem 0;border-top:1px solid var(--border)}.doc-card__entity:first-child{border-top:none}.doc-card__entity-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.doc-card__entity-linked{font-size:.76rem;color:#065f46;margin-top:.3rem}.doc-card__entity-actions{display:flex;gap:.4rem;margin-top:.4rem;flex-wrap:wrap}.doc-card__entity-picker{margin-top:.4rem;display:flex;flex-direction:column;gap:.35rem}.doc-card__entity-search{font-size:.82rem;padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;background:#fff}.doc-card__entity-search:focus{outline:none;border-color:var(--green)}.doc-card__entity-picker-list{max-height:180px;overflow-y:auto;border:1px solid var(--border);border-radius:6px;background:#fff}.doc-card__entity-picker-item{display:block;width:100%;text-align:left;padding:.45rem .65rem;border:none;background:transparent;cursor:pointer;font-size:.82rem;font-family:inherit;border-bottom:1px solid var(--border);color:var(--text)}.doc-card__entity-picker-item:last-child{border-bottom:none}.doc-card__entity-picker-item:hover{background:color-mix(in srgb,var(--gold) 10%,white)}.doc-card__entity-picker-empty{padding:.75rem;font-size:.82rem;color:var(--text-muted);text-align:center}.doc-card__entity-error{margin-top:.4rem;font-size:.76rem;color:#991b1b}.doc-card__progress{margin-top:.85rem;display:flex;flex-direction:column;gap:.4rem}.doc-card__progress-bar{position:relative;height:6px;background:var(--border);border-radius:99px;overflow:hidden}.doc-card__progress-bar-inner{position:absolute;top:0;right:0;bottom:0;left:0;width:35%;background:linear-gradient(90deg,transparent,var(--green, #3b6b5a),transparent);border-radius:99px;animation:doc-progress-slide 1.4s ease-in-out infinite}@keyframes doc-progress-slide{0%{transform:translate(-100%)}to{transform:translate(370%)}}.doc-card__progress-text{font-size:.78rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.polaroid-rail{position:sticky;top:1.5rem;align-self:start;padding-top:2.5rem}.polaroid-rail__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.polaroid-rail__title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);flex:1}.polaroid-rail__error{margin-bottom:.6rem}.polaroid-rail__muted{color:var(--text-muted);font-size:.85rem}.polaroid-rail__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:2rem 1.25rem;background:var(--surface, #fafaf8);border:2px dashed var(--border);border-radius:10px;color:var(--text-muted);cursor:pointer;font-family:inherit;text-align:center;transition:border-color .15s,background .15s}.polaroid-rail__empty:hover{border-color:var(--gold);background:color-mix(in srgb,var(--gold) 6%,white);color:var(--text)}.polaroid-rail__empty-icon{font-size:1.65rem;opacity:.75}.polaroid-rail__empty-title{font-size:.95rem;font-weight:600;color:var(--text)}.polaroid-rail__empty-hint{font-size:.76rem;max-width:280px;line-height:1.5}.polaroid-rail__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:.5rem 0}.polaroid-slot{position:relative;padding-bottom:5.5rem}.polaroid{background:#fdfaf1;padding:10px 10px 42px;border-radius:2px;box-shadow:0 1px 2px #00000014,0 8px 24px -6px #0000002e,inset 0 0 0 1px #c8a56e14;transform:rotate(var(--rot, 0deg));transition:transform .25s ease,box-shadow .25s ease;position:relative;background-image:radial-gradient(ellipse at 30% 10%,rgba(255,255,255,.6),transparent 60%),radial-gradient(ellipse at 70% 90%,rgba(200,165,110,.08),transparent 60%)}.polaroid:hover{transform:rotate(0) translateY(-2px);box-shadow:0 2px 3px #0000001a,0 14px 32px -8px #00000040,inset 0 0 0 1px #c8a56e26;z-index:1}.polaroid__photo-wrap{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#1a1a1a}.polaroid__media{width:100%;height:100%;object-fit:cover;display:block;filter:sepia(.08) contrast(.98)}.polaroid__primary-chip{position:absolute;top:8px;left:8px;background:#2d4a3eeb;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;border-radius:3px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.polaroid__live-chip{position:absolute;top:8px;right:8px;background:#c8a56ef2;color:#0d1117;font-size:.58rem;font-weight:800;letter-spacing:.12em;padding:.15rem .45rem;border-radius:3px;box-shadow:0 1px 3px #00000026}.polaroid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:#fdfaf1}.polaroid__overlay-text{font-size:.82rem;font-weight:500;letter-spacing:.05em}.polaroid__spinner{width:28px;height:28px;border-radius:50%;border:2.5px solid rgba(255,255,255,.25);border-top-color:#fdfaf1;animation:polaroid-spin .85s linear infinite}@keyframes polaroid-spin{to{transform:rotate(360deg)}}.polaroid__caption{font-family:Caveat,Patrick Hand,Playfair Display,serif;font-size:.95rem;color:#4a4238;text-align:center;min-height:1.2em;margin-top:10px;position:absolute;left:10px;right:10px;bottom:10px;font-style:italic}.polaroid__actions{display:flex;flex-wrap:wrap;gap:.3rem;position:absolute;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s;pointer-events:none;justify-content:center}.polaroid-slot:hover .polaroid__actions,.polaroid-slot:focus-within .polaroid__actions{opacity:1;pointer-events:auto}.polaroid__action{font-size:.72rem;padding:.3rem .55rem;border-radius:5px;border:1px solid var(--border);background:#fffffff2;color:var(--text);cursor:pointer;transition:all .12s;font-family:inherit}.polaroid__action:hover{border-color:var(--gold);background:color-mix(in srgb,var(--gold) 10%,white)}.polaroid__action--primary{background:var(--green);color:#fff;border-color:var(--green);font-weight:500}.polaroid__action--primary:hover{background:var(--green-light, #3d6b5c);border-color:var(--green-light, #3d6b5c);color:#fff}.polaroid__action--danger{color:#dc2626}.polaroid__action--danger:hover{background:color-mix(in srgb,#dc2626 6%,white);border-color:#dc2626;color:#991b1b}.polaroid-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d11178c;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.polaroid-modal{background:#fff;border-radius:14px;padding:1.5rem;max-width:520px;width:100%;box-shadow:0 24px 48px #00000040}.polaroid-modal__title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.35rem}.polaroid-modal__subtitle{font-size:.88rem;color:var(--text-muted);line-height:1.55;margin:0 0 1rem}.polaroid-modal__presets{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1rem}.polaroid-preset{display:flex;gap:.6rem;align-items:flex-start;padding:.65rem .8rem;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;transition:all .12s}.polaroid-preset:hover{border-color:var(--gold)}.polaroid-preset--on{border-color:var(--green);background:color-mix(in srgb,var(--green) 5%,white)}.polaroid-preset input[type=radio]{margin-top:.2rem;accent-color:var(--green);flex-shrink:0}.polaroid-preset__label{font-size:.9rem;font-weight:600;color:var(--text)}.polaroid-preset__desc{font-size:.78rem;color:var(--text-muted);line-height:1.45;margin-top:.15rem}.polaroid-modal__actions{display:flex;gap:.6rem}.help-page{display:flex;min-height:100%;background:var(--bg, #f8f7f3)}.help-nav{width:200px;flex-shrink:0;padding:2rem 1rem 2rem 1.5rem;position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid var(--border);background:#fff}.help-nav__title{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.help-nav__item{display:block;width:100%;text-align:left;background:none;border:none;padding:.45rem .6rem;border-radius:6px;font-size:.82rem;color:var(--text-muted);cursor:pointer;transition:all .15s;margin-bottom:.1rem;font-family:var(--font-sans)}.help-nav__item:hover{background:var(--paper);color:var(--text)}.help-nav__item.is-active{background:var(--paper);color:var(--green);font-weight:600}.help-nav__divider{height:1px;background:var(--border);margin:1rem 0}.help-nav__link{display:block;font-size:.8rem;color:var(--text-muted);text-decoration:none;padding:.35rem .6rem;transition:color .15s;margin-bottom:.2rem}.help-nav__link:hover{color:var(--green)}.help-content{flex:1;padding:2.5rem 3rem 4rem;max-width:820px;overflow-y:auto}.help-section{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid var(--border);scroll-margin-top:1.5rem}.help-section:last-of-type{border-bottom:none}.help-section__badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.help-section__title{font-family:var(--font-serif);font-size:1.65rem;font-weight:700;color:var(--text);margin:0 0 .85rem;line-height:1.2}.help-section__lead{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.75rem;max-width:580px}.help-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.help-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.25rem;display:flex;gap:.85rem;align-items:flex-start;transition:border-color .15s}.help-card:hover{border-color:#2d4a3e33}.help-card__icon{font-size:1.2rem;flex-shrink:0;line-height:1;margin-top:.1rem}.help-card__title{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:.4rem;line-height:1.3}.help-card__body{font-size:.82rem;color:var(--text-muted);line-height:1.65}.help-card__body strong{color:var(--text);font-weight:600}.help-card__body em{font-style:italic}.help-link{color:var(--green);text-decoration:underline;text-underline-offset:2px}.help-footer-cta{display:flex;align-items:center;gap:1.5rem;background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem 2rem;margin-top:1rem;flex-wrap:wrap}.help-footer-cta__text{font-size:.9rem;color:var(--text-muted);flex:1}.help-footer-cta__link{font-size:.85rem;font-weight:600;color:var(--green);text-decoration:none;transition:opacity .15s}.help-footer-cta__link:hover{opacity:.7}@media (max-width: 900px){.help-nav{display:none}.help-content{padding:2rem 1.5rem 3rem}.help-cards{grid-template-columns:1fr}}@media (max-width: 768px){.help-content{padding:4.5rem 1.25rem 3rem}}:root{--black: #08090a;--dark: #0d1117;--dark-green: #0f1c16;--green: #2d4a3e;--green-mid: #1e3329;--green-light: #3d6b5c;--gold: #c8a56e;--gold-light: #dfc08f;--cream: #f9f5ed;--warm-white: #fdfaf4;--paper: #f4efe3;--text: #1a1a1a;--text-muted: #6b7280;--border: #e5e0d5;--border-dark: rgba(255,255,255,.08);--sidebar-w: 240px;--font-serif: "Playfair Display", Georgia, serif;--font-body: "Source Serif 4", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--radius: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--dark);line-height:1.7;-webkit-font-smoothing:antialiased}label,input,select,textarea,button{font-family:var(--font-sans)}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.4rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;letter-spacing:.01em;border:1.5px solid transparent;transition:all .18s;cursor:pointer}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover{background:var(--green-light);border-color:var(--green-light)}.btn-gold{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light)}.btn-ghost{background:transparent;color:#fff9;border-color:#ffffff1f}.btn-ghost:hover{color:#fff;border-color:#ffffff4d}.btn-outline{background:transparent;color:var(--green);border-color:var(--green)}.btn-outline:hover{background:var(--green);color:#fff}.btn-danger{background:transparent;color:#dc2626;border-color:#dc2626}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-sm{padding:.4rem .9rem;font-size:.8rem}.btn-lg{padding:.85rem 2rem;font-size:.95rem}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;background:var(--black)}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(https://genealogic.ai/herordambw.jpg);background-size:cover;background-position:60% center;opacity:.35}.auth-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,#08090ad9,#0f1c16bf)}.auth-card{position:relative;z-index:1;background:#08090ab3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:3rem;width:100%;max-width:420px}.auth-logo{font-family:var(--font-serif);font-size:1.75rem;color:var(--gold);display:block;margin-bottom:.3rem}.auth-tagline{font-size:.85rem;color:#ffffffc7;margin-bottom:2.5rem}.auth-card form{display:flex;flex-direction:column;gap:1.25rem}.auth-card label{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#fff6}.auth-card input{padding:.7rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);color:#fff;font-size:.95rem;transition:border-color .2s}.auth-card input:focus{outline:none;border-color:var(--gold);background:#ffffff12}.auth-card input::placeholder{color:#fff3}.auth-card .btn-gold{width:100%;margin-top:.5rem;padding:.8rem;font-size:.95rem}.auth-switch{margin-top:1.5rem;font-size:.85rem;text-align:center;color:#ffffff59}.auth-switch a{color:var(--gold)}.auth-switch a:hover{color:var(--gold-light)}.auth-forgot{text-align:right;margin-top:-.75rem}.auth-forgot a{font-size:.8rem;color:#ffffff59}.auth-forgot a:hover{color:var(--gold)}.auth-notice{font-size:.9rem;color:#ffffffb3;line-height:1.6}.auth-notice strong{color:#ffffffeb}.auth-back{position:relative;z-index:1;margin-top:1.25rem;font-family:var(--font-sans);font-size:.8rem;color:#ffffff40;text-align:center;transition:color .2s}.auth-back:hover{color:#ffffff80}.error{color:#f87171;font-size:.82rem;margin-top:-.5rem}.archive-matches{display:flex;flex-direction:column}.archive-matches__row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--border)}.archive-matches__row:last-child{border-bottom:none}.archive-matches__body{flex:1;min-width:0}.archive-matches__name{font-weight:500;font-size:.95rem;color:var(--text);margin-bottom:.25rem}.archive-matches__meta{display:flex;flex-wrap:wrap;gap:.45rem;font-size:.82rem;color:var(--text-muted)}.archive-matches__type{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--accent, var(--green))}.archive-matches__source{font-size:.78rem;color:var(--text-muted);margin-top:.35rem;font-style:italic}.upgrade-inline{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border:1px solid color-mix(in srgb,var(--gold, #c9a961) 30%,transparent);background:color-mix(in srgb,var(--gold, #c9a961) 8%,transparent);border-radius:10px;margin:.5rem 0}.upgrade-inline__body{flex:1;min-width:0}.upgrade-inline__message{font-size:.88rem;color:var(--text, #1a1a1a);line-height:1.5}.upgrade-inline__cta{flex-shrink:0}.app-shell{display:flex;height:100vh;overflow:hidden;background:var(--dark)}.sidebar{width:var(--sidebar-w);background:var(--black);border-right:1px solid var(--border-dark);display:flex;flex-direction:column;padding:1.75rem 1.25rem;flex-shrink:0;transition:width .2s ease}.app-shell.sidebar-collapsed .sidebar{width:64px;padding:1.75rem .75rem}.sidebar__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;padding:0 .5rem}.sidebar__logo{font-family:var(--font-serif);font-size:1.3rem;color:var(--gold);white-space:nowrap;overflow:hidden}.sidebar__collapse-btn{background:none;border:none;color:#ffffff4d;cursor:pointer;font-size:1.1rem;padding:.2rem .4rem;border-radius:4px;transition:all .15s;flex-shrink:0;line-height:1}.sidebar__collapse-btn:hover{color:#ffffffb3;background:#ffffff0f}.app-shell.sidebar-collapsed .sidebar__collapse-btn{margin:0 auto}.sidebar__nav{flex:1;display:flex;flex-direction:column;gap:.2rem}.nav-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:var(--radius);color:#ffffffd1;font-size:.875rem;transition:all .15s;white-space:nowrap;overflow:hidden}.app-shell.sidebar-collapsed .nav-item{justify-content:center;padding:.6rem}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:#ffffff14}.nav-item.active:before{content:"";width:2px;height:14px;background:var(--gold);border-radius:2px;margin-right:-.1rem}.app-shell.sidebar-collapsed .nav-item.active:before{display:none}.sidebar__divider{height:1px;background:var(--border-dark);margin:1rem 0}.sidebar__footer{padding:0 .5rem}.sidebar__user{display:flex;align-items:center;gap:.65rem;padding:.5rem .4rem;border-radius:var(--radius);margin-bottom:.5rem;text-decoration:none;transition:background .15s;overflow:hidden}.sidebar__user--collapsed{justify-content:center;padding:.5rem 0}.sidebar__user:hover,.sidebar__user.active{background:#ffffff0f}.sidebar__avatar{width:30px;height:30px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;flex-shrink:0;font-family:var(--font-sans)}.sidebar__user-name{font-size:.82rem;color:#ffffffeb;font-weight:500;line-height:1.2}.sidebar__user-tier{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);opacity:1;line-height:1}.sidebar__signout{background:none;border:none;padding:.25rem .4rem;font-size:.8rem;color:#ffffff8c;cursor:pointer;transition:color .15s;display:block}.sidebar__signout:hover{color:#ffffffe6}.nav-section-label{font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;padding:1rem .75rem .3rem;pointer-events:none}.nav-item--soon{opacity:.5;cursor:default;pointer-events:none}.nav-pill{margin-left:auto;font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#c8a56e26;color:var(--gold);padding:.1rem .4rem;border-radius:99px}.nav-pill--count{background:var(--gold, #c8a56e);color:#1a1a1a;font-size:.66rem;font-variant-numeric:tabular-nums;min-width:1.2rem;text-align:center;letter-spacing:normal;text-transform:none}.nav-badge-dot{position:absolute;top:.35rem;right:.35rem;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--gold, #c8a56e);color:#1a1a1a;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.sidebar-collapsed .nav-item{position:relative}.nav-item--tree{background:none;border:none;text-align:left;width:100%;color:#ffffffbf}.nav-item--tree:hover{color:#fffffff2;background:#ffffff0d}.nav-tree-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);opacity:.85;flex-shrink:0}.nav-tree-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.sidebar__focal{margin:0 .25rem .75rem;padding:.65rem .75rem;background:#c8a56e12;border:1px solid rgba(200,165,110,.15);border-radius:6px;cursor:pointer;transition:background .15s}.sidebar__focal:hover{background:#c8a56e1f}.sidebar__focal-label{font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);opacity:1;margin-bottom:.3rem}.sidebar__focal-name{font-family:var(--font-serif);font-size:.9rem;color:#fffffff5;line-height:1.3}.sidebar__focal-tree{font-size:.72rem;color:#ffffffa6;margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1;overflow-y:auto;background:var(--warm-white)}.page-header{padding:2.5rem 2.5rem 0;border-bottom:1px solid var(--border);background:#fff}.page-header__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.page-header__label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.page-header__title{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--text)}.page-header__meta{font-size:.82rem;color:var(--text-muted);margin-top:.25rem}.worlds-view{padding:2rem 2rem 3rem;max-width:1400px;margin:0 auto;overflow-y:auto;height:100%}.worlds-view__header{margin-bottom:2rem}.worlds-view__title{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;color:var(--text);margin:.25rem 0 .4rem}.worlds-view__hint{color:var(--text-muted);font-size:.88rem;line-height:1.55;max-width:640px}.worlds-view__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.world-tile{border-radius:10px;overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column}.world-tile__hero{position:relative;min-height:180px;color:#fff;background:#2a2a2a}.world-tile__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.world-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#000c)}.world-tile__hero-body{position:relative;z-index:1;padding:1rem 1.2rem 1.1rem;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}.world-tile__icon{font-size:1.2rem;margin-bottom:.3rem}.world-tile__title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;line-height:1.2;margin-bottom:.3rem}.world-tile__tagline{font-size:.82rem;opacity:.88;line-height:1.4;margin-bottom:.4rem}.world-tile__meta{font-size:.72rem;opacity:.75;letter-spacing:.03em}.world-tile__members{padding:.9rem 1rem 1rem;border-top:1px solid var(--border)}.world-tile__members-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.world-tile__members-list{display:flex;flex-direction:column;gap:.25rem;max-height:260px;overflow-y:auto}.world-tile__member{display:flex;align-items:center;gap:.65rem;padding:.4rem .5rem;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;font-family:inherit;color:var(--text);transition:background .1s}.world-tile__member:hover{background:var(--hover, #f5f2ec)}.world-tile__avatar{width:32px;height:32px;border-radius:50%;background:var(--green, #2d4a3e);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0;overflow:hidden}.world-tile__avatar img{width:100%;height:100%;object-fit:cover}.world-tile__member-body{display:flex;flex-direction:column;min-width:0}.world-tile__member-name{font-size:.88rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.world-tile__member-years{font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.dash-welcome-narrative{padding:2.25rem 2rem 1.5rem;background:linear-gradient(180deg,#fdfaf1 0%,var(--warm-white) 100%);border-bottom:1px solid var(--border)}.dash-welcome-narrative__inner{max-width:none}.dash-welcome-narrative__user{display:flex;align-items:center;gap:.85rem;margin-bottom:1.5rem}.dash-welcome-narrative__avatar{width:44px;height:44px;border-radius:50%;background:var(--green, #2d4a3e);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;overflow:hidden}.dash-welcome-narrative__avatar img{width:100%;height:100%;object-fit:cover}.dash-welcome-narrative__hi{font-size:.95rem;font-weight:500;color:var(--text)}.dash-welcome-narrative__email{font-size:.78rem;color:var(--text-muted)}.dash-welcome-narrative__title{font-family:var(--font-serif);font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:700;line-height:1.15;color:var(--text);margin:0 0 .65rem}.dash-welcome-narrative__title em{color:var(--gold, #c8a56e);font-style:italic}.dash-welcome-narrative__lead{font-size:1rem;line-height:1.6;color:var(--text-muted);max-width:560px;margin:0}.dash-relive__strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.dash-relive__tile{position:relative;min-height:140px;border:none;border-radius:8px;overflow:hidden;cursor:pointer;color:#fff;font-family:inherit;text-align:left;background:#2a2a2a;transition:transform .15s,box-shadow .15s}.dash-relive__tile:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.dash-relive__tile-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.dash-relive__tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,#000c)}.dash-relive__tile-body{position:relative;z-index:1;padding:.85rem .95rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:140px}.dash-relive__tile-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;line-height:1.25;margin-bottom:.25rem}.dash-relive__tile-sub{font-size:.74rem;opacity:.85}.dash-journey{margin:1.5rem 1.5rem 1rem;background:#fff;border:1px solid var(--border);border-left:3px solid var(--gold, #c8a56e);border-radius:8px;padding:1rem 1.25rem .75rem}@media (max-width: 720px){.dash-journey{margin:1.25rem 1rem 1rem}}.dash-journey__header{margin-bottom:.6rem}.dash-journey__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem}.dash-journey__lead{font-size:.92rem;color:var(--text);line-height:1.4}.dash-journey__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dash-journey__list li+li .dash-journey__item{border-top:1px solid var(--border)}.dash-journey__item{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.7rem 0;background:none;border:none;font-family:inherit;text-align:left;cursor:pointer;color:var(--text);border-radius:4px;transition:background .1s}.dash-journey__item:hover{background:var(--hover, #f5f2ec);padding-left:.35rem;padding-right:.35rem}.dash-journey__icon{font-size:1.1rem;line-height:1.3;flex-shrink:0;width:1.4rem;text-align:center;margin-top:.1rem}.dash-journey__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.dash-journey__title{font-size:.92rem;font-weight:600;color:var(--text);line-height:1.3}.dash-journey__body{font-size:.8rem;color:var(--text-muted);line-height:1.45}.dash-journey__chev{color:var(--text-muted);font-size:1.2rem;line-height:1;padding-top:.3rem;flex-shrink:0;opacity:.5}.dash-journey__item:hover .dash-journey__chev{opacity:1;color:var(--gold)}.dash-journey__more{background:none;border:none;color:var(--text-muted);font-size:.78rem;font-family:inherit;cursor:pointer;padding:.5rem 0;margin-top:.25rem;border-top:1px solid var(--border);width:100%;text-align:left}.dash-journey__more:hover{color:var(--green)}.journey-page{max-width:900px;margin:0 auto;padding:2.5rem 2rem 4rem}.journey-page__hero{margin-bottom:2rem}.journey-page__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold, #c8a56e);margin-bottom:.6rem}.journey-page__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;line-height:1.15;color:var(--text);margin:0 0 1rem}.journey-page__title em{color:var(--gold);font-style:italic}.journey-page__lead{font-size:1.02rem;line-height:1.65;color:var(--text-muted);max-width:620px;margin:0 0 1.5rem}.journey-page__progress{display:flex;align-items:center;gap:1rem}.journey-page__count{font-size:.9rem;color:var(--text)}.journey-page__count-num{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--gold)}.journey-page__empty{padding:4rem 1rem;text-align:center;color:var(--text-muted)}.journey-page__empty-icon{font-size:2.4rem;color:var(--green, #2d4a3e);margin-bottom:1rem}.journey-page__groups{display:flex;flex-direction:column;gap:1.5rem}.journey-group{border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden}.journey-group__header{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;background:var(--surface, #fafaf8);border-bottom:1px solid var(--border)}.journey-group__icon{font-size:1.05rem}.journey-group__label{font-size:.9rem;font-weight:600;color:var(--text)}.journey-group__count{margin-left:auto;font-size:.76rem;color:var(--text-muted)}.journey-group__list{display:flex;flex-direction:column}.journey-item{display:flex;gap:1rem;padding:.9rem 1.1rem;border-top:1px solid var(--border)}.journey-item:first-child{border-top:none}.journey-item__main{flex:1;min-width:0}.journey-item__title{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.journey-item__body{font-size:.85rem;line-height:1.55;color:var(--text-muted)}.journey-item__actions{display:flex;gap:.4rem;flex-shrink:0;align-items:center}.archive-page{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 4rem}.archive-page__hero{margin-bottom:2.5rem}.archive-page__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold, #c8a56e);margin-bottom:.6rem}.archive-page__title{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3rem);line-height:1.1;color:var(--text);margin:0 0 1rem;font-weight:700}.archive-page__title em{color:var(--gold, #c8a56e);font-style:italic}.archive-page__lead{font-size:1.08rem;line-height:1.65;color:var(--text-muted);max-width:680px}.archive-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;margin-bottom:2.5rem}.archive-stat{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.15rem}.archive-stat__value{font-family:var(--font-serif);font-size:2.2rem;font-weight:700;color:var(--green, #2d4a3e);line-height:1;font-variant-numeric:tabular-nums}.archive-stat__label{margin-top:.35rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.archive-stat__sub{margin-top:.5rem;font-size:.8rem;color:var(--text-muted);line-height:1.4}.archive-stat__delta{margin-top:.45rem;display:inline-block;font-size:.7rem;padding:.1rem .55rem;background:color-mix(in srgb,var(--gold) 15%,white);color:color-mix(in srgb,var(--gold) 80%,black);border-radius:99px;font-weight:600}.archive-page__section{margin-bottom:2.5rem}.archive-page__section-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.archive-page__places{display:flex;flex-wrap:wrap;gap:.4rem}.archive-place-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:99px;font-size:.85rem;color:var(--text);background:#fff}.archive-place-pill__count{font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.archive-page__how{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.archive-how__step{display:flex;gap:.9rem;padding:1rem 1.15rem;background:#fff;border:1px solid var(--border);border-radius:10px}.archive-how__num{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;color:var(--gold, #c8a56e);line-height:1;flex-shrink:0}.archive-how__text{font-size:.88rem;line-height:1.55;color:var(--text)}.their-world-launcher{margin-top:1.75rem;margin-bottom:1.75rem}.their-world-launcher__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold, #c8a56e);margin-bottom:.35rem}.their-world-launcher__lead{font-family:var(--font-serif);font-size:1.1rem;color:var(--text);margin-bottom:1rem;max-width:600px}.their-world-launcher__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem}.their-world-card{position:relative;min-height:220px;border:none;border-radius:10px;overflow:hidden;cursor:pointer;font-family:inherit;text-align:left;color:#fff;background-color:#2a2a2a;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 4px 12px #00000026}.their-world-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #00000047}.their-world-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.their-world-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#000000d9);z-index:1}.their-world-card__body{position:relative;z-index:2;padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:220px}.their-world-card__icon{font-size:1.25rem;margin-bottom:.35rem}.their-world-card__title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;line-height:1.2;margin-bottom:.35rem}.their-world-card__tagline{font-size:.82rem;opacity:.88;line-height:1.4;margin-bottom:.45rem}.their-world-card__meta{font-size:.72rem;opacity:.75;letter-spacing:.03em}.their-world-takeover{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0ceb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;overflow-y:auto;padding:2rem 1rem}.their-world-takeover__inner{max-width:800px;margin:0 auto;background:#fdfaf1;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 40px 80px #0006}.their-world-takeover__loading{color:#fff;text-align:center;margin-top:30vh;opacity:.6}.their-world-takeover__close{position:absolute;top:1rem;right:1rem;z-index:3;width:36px;height:36px;border-radius:50%;border:none;background:#00000073;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;transition:background .12s}.their-world-takeover__close:hover{background:#000000bf}.their-world-takeover__hero{position:relative;min-height:360px;background-color:#2d4a3e;background-size:cover;background-position:center;color:#fff}.their-world-takeover__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#000000d9)}.their-world-takeover__hero-body{position:relative;z-index:1;padding:3rem 2.25rem 2rem}.their-world-takeover__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold, #c8a56e);margin-bottom:.65rem}.their-world-takeover__title{font-family:var(--font-serif);font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1;margin:0 0 .6rem;font-weight:700}.their-world-takeover__tagline{font-size:1.05rem;line-height:1.55;opacity:.9;margin-bottom:.8rem;max-width:580px}.their-world-takeover__meta{font-size:.82rem;opacity:.75;letter-spacing:.02em}.their-world-takeover__credit{position:absolute;bottom:.6rem;right:.9rem;font-size:.64rem;color:#ffffff80;z-index:1;max-width:60%;text-align:right}.their-world-takeover__body{padding:2rem 2.25rem 3rem;background:#fdfaf1}.tw-section{margin:2rem 0}.tw-section__title{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:#2d4a3e;margin:0 0 .8rem;line-height:1.25}.tw-section__body{font-family:var(--font-serif);font-size:1.02rem;line-height:1.75;color:#2a2a2a;margin:0}.tw-section--image{margin:2.5rem 0}.tw-section--image img{width:100%;max-height:480px;object-fit:cover;border-radius:4px;display:block}.tw-section--image figcaption{font-size:.78rem;color:#6b6357;font-style:italic;padding-top:.5rem}.tw-section--gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;margin:2rem 0}.tw-section--gallery figure{margin:0}.tw-section--gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px}.tw-section--gallery figcaption{font-size:.72rem;color:#6b6357;font-style:italic;padding-top:.35rem}.tw-section--quote{border-left:4px solid var(--gold, #c8a56e);padding:.8rem 1.2rem;margin:2.5rem 0;font-family:var(--font-serif)}.tw-quote__body{font-size:1.1rem;font-style:italic;color:#2a2a2a;line-height:1.65}.tw-quote__translation{font-size:.92rem;color:#6b6357;margin-top:.5rem}.tw-quote__source{display:block;font-size:.8rem;color:#6b6357;font-style:normal;margin-top:.65rem}.tw-section--signals{background:#c8a56e14;border-left:3px solid var(--gold, #c8a56e);padding:1rem 1.25rem;border-radius:4px}.tw-signals__title{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#6b6357;margin-bottom:.5rem;font-weight:700}.tw-section--signals ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.tw-section--signals li{font-size:.88rem;color:#2a2a2a;line-height:1.5}.tw-section--personal{margin:3rem 0 2rem;padding:1.5rem;background:#2d4a3e;color:#fff;border-radius:8px}.tw-personal__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold, #c8a56e);margin-bottom:.6rem}.tw-personal__card{display:flex;flex-direction:column;gap:.35rem}.tw-personal__name{font-family:var(--font-serif);font-size:1.4rem;font-weight:700}.tw-personal__facts{font-size:.88rem;opacity:.88;display:flex;gap:.5rem;flex-wrap:wrap}.tw-personal__docs{font-size:.82rem;opacity:.75;margin-top:.4rem;font-style:italic}.tw-section--personal-doc{margin:2rem 0;padding:1rem 1.25rem;background:#2d4a3e;color:#fdfaf1;border-radius:8px;border-left:4px solid var(--gold, #c8a56e)}.tw-personal-doc__eyebrow{font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold, #c8a56e);margin-bottom:.55rem}.tw-section--personal-doc img{width:100%;max-height:360px;object-fit:cover;border-radius:4px;margin-bottom:.6rem}.tw-section--personal-doc figcaption{font-size:.88rem;line-height:1.55;color:#fdfaf1}.tw-personal-doc__summary{margin-top:.35rem;font-size:.82rem;opacity:.88;font-style:italic}.their-world-nudges{margin-top:2rem;padding:1.25rem 1.5rem;background:#faf7ed;border:1px dashed rgba(200,165,110,.5);border-radius:8px}.their-world-nudges__header{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:#2d4a3e;margin-bottom:.35rem}.their-world-nudges__hint{font-size:.85rem;color:#6b6357;margin-bottom:.85rem;line-height:1.5}.their-world-nudges__item{padding:.6rem 0;border-top:1px solid rgba(0,0,0,.06)}.their-world-nudges__item:first-of-type{border-top:none}.their-world-nudges__field{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold, #c8a56e);font-weight:700;margin-bottom:.25rem}.their-world-nudges__question{font-size:.9rem;color:#2a2a2a;line-height:1.5}.their-world-nudges__answer{margin-top:.5rem;padding:.3rem .65rem}.their-world-nudges__editor{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem}.their-world-nudges__editor-actions{display:flex;gap:.4rem}.their-world-nudges__error{font-size:.76rem;color:#991b1b}.tw-delpher{margin-top:2rem;padding:1.25rem 1.5rem;background:#f4efe1;border-radius:8px}.tw-delpher__label{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:#2d4a3e;margin-bottom:.35rem}.tw-delpher__hint{font-size:.82rem;color:#6b6357;margin-bottom:.9rem;line-height:1.5}.tw-delpher__list{display:flex;flex-direction:column;gap:.55rem}.tw-delpher__item{display:block;padding:.7rem .9rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:6px;text-decoration:none;color:inherit;transition:border-color .1s,transform .1s}.tw-delpher__item:hover{border-color:var(--gold, #c8a56e);transform:translateY(-1px)}.tw-delpher__item-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.72rem;color:#6b6357;margin-bottom:.15rem}.tw-delpher__item-pub{font-weight:600}.tw-delpher__item-date{font-variant-numeric:tabular-nums}.tw-delpher__item-title{font-size:.92rem;font-weight:600;color:#2a2a2a;margin-bottom:.3rem}.tw-delpher__item-snippet{font-size:.84rem;line-height:1.55;color:#4b4638;font-style:italic}.their-world-sources{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.their-world-sources__label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#6b6357;margin-bottom:.4rem;font-weight:600}.their-world-sources__link{display:inline-block;font-size:.82rem;color:var(--green, #2d4a3e);text-decoration:none;margin-right:1rem;margin-bottom:.25rem}.their-world-sources__link:hover{text-decoration:underline}.lived-through{margin-top:1.75rem}.lived-through__header{margin-bottom:.65rem}.lived-through__sub{font-size:.8rem;color:var(--text-muted);line-height:1.5;max-width:540px;margin-top:.25rem}.lived-through__list{display:flex;flex-direction:column;gap:.4rem}.lived-through__item{border:1px solid var(--border);border-left:3px solid var(--stripe, #9ca3af);border-radius:6px;background:#fff;overflow:hidden;transition:box-shadow .12s}.lived-through__item--open{box-shadow:0 2px 6px #0000000f}.lived-through__row{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .8rem;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left}.lived-through__row:hover{background:var(--hover, #f5f2ec)}.lived-through__icon{font-size:1rem;flex-shrink:0}.lived-through__title{flex:1;font-size:.88rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lived-through__years{font-size:.78rem;color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.lived-through__scope{font-size:.68rem;text-transform:lowercase;padding:.08rem .45rem;border-radius:99px;background:var(--border);color:var(--text-muted);flex-shrink:0}.lived-through__body{padding:0 .9rem .8rem;font-size:.86rem;line-height:1.6;color:var(--text)}.lived-through__body p{margin:0 0 .55rem}.lived-through__narrative{color:var(--text-muted);font-size:.83rem}.lived-through__sources{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.2rem}.lived-through__source{font-size:.76rem;color:var(--green);text-decoration:none}.lived-through__source:hover{text-decoration:underline}.person-cite{font-size:.62rem;color:var(--green, #3b6b5a);margin-left:.15rem;cursor:help}.person-sources{font-size:.72rem;color:var(--text-muted);margin-top:.4rem;line-height:1.5;display:flex;gap:.85rem;flex-wrap:wrap}.dash{display:flex;flex-direction:column;min-height:100%}.dash-hero{position:relative;overflow:hidden;background:var(--dark);color:#fff;padding:3.5rem 3rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:260px}.dash-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://genealogic.ai/herordambw.jpg);background-size:cover;background-position:center 30%;opacity:.12}.dash-hero__content{position:relative;z-index:1}.dash-hero__eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem}.dash-hero__name{font-family:var(--font-serif);line-height:1.15;margin-bottom:.5rem;display:flex;flex-direction:column}.dash-hero__given{font-size:2.8rem;font-weight:700;color:#fff}.dash-hero__surname{font-size:1.6rem;font-weight:400;color:#ffffff8c}.dash-hero__years{font-size:.9rem;color:#ffffffc7;margin-bottom:.35rem;font-family:var(--font-sans)}.dash-hero__tree{font-size:.82rem;color:#fff9;margin-bottom:1.5rem}.dash-hero__actions{display:flex;gap:.75rem}.dash-hero__photo{position:relative;z-index:1;flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(200,165,110,.3);box-shadow:0 0 40px #0006}.dash-hero__photo img{width:100%;height:100%;object-fit:cover}.dash-welcome{background:var(--dark);padding:3.5rem 3rem;border-bottom:1px solid rgba(255,255,255,.06)}.dash-welcome__greeting{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.dash-welcome__title{font-family:var(--font-serif);font-size:2rem;color:#fff;font-weight:600;margin-bottom:.75rem}.dash-welcome__sub{font-size:.9rem;color:#ffffffc7;max-width:480px;line-height:1.7}.dash-stats{display:flex;align-items:center;gap:0;background:#fff;border-bottom:1px solid var(--border);padding:0 3rem}.dash-stat{padding:1rem 2rem 1rem 0;display:flex;align-items:baseline;gap:.5rem}.dash-stat--muted .dash-stat__value{color:var(--text-muted)}.dash-stat__value{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--text)}.dash-stat__label{font-size:.75rem;color:var(--text-muted)}.dash-stat__sep{width:1px;height:28px;background:var(--border);margin:0 1.5rem}.dash-section{padding:2.5rem 3rem;border-bottom:1px solid var(--border)}.dash-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.dash-section__title{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;color:var(--text)}.tree-card-menu-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.1rem;line-height:1;padding:.3rem .5rem;border-radius:5px;transition:background .12s,color .12s}.tree-card-menu-btn:hover{background:var(--surface);color:var(--text)}.tree-card-menu{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000f;z-index:200;min-width:150px;padding:.35rem 0;overflow:hidden}.tree-card-menu__item{display:block;width:100%;padding:.55rem 1rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.875rem;font-family:var(--font-sans);color:var(--text);transition:background .1s}.tree-card-menu__item:hover{background:var(--surface)}.tree-card-menu__item--danger{color:#dc2626}.tree-card-menu__item--danger:hover{background:#fef2f2}.tree-card-menu__divider{height:1px;background:var(--border);margin:.25rem 0}.dash-trees{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.dash-tree-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.5rem;cursor:pointer;transition:all .18s;display:flex;align-items:flex-start;gap:0;position:relative}.dash-tree-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-1px);border-color:#d4cfc6}.dash-tree-card__accent{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:10px 0 0 10px;background:linear-gradient(180deg,var(--green),var(--gold))}.dash-tree-card__body{flex:1;padding-left:.75rem}.dash-tree-card__name{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.3rem}.dash-tree-card__desc{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin-bottom:.6rem}.dash-tree-card__meta{font-size:.75rem;color:var(--text-muted)}.dash-tree-card__arrow{color:var(--text-muted);font-size:1rem;align-self:center;transition:transform .15s}.dash-tree-card:hover .dash-tree-card__arrow{transform:translate(3px);color:var(--green)}.dash-tree-card--new{border-style:dashed;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:110px;color:var(--text-muted)}.dash-tree-card--new:hover{background:#fff;border-style:solid;border-color:var(--green);color:var(--green)}.dash-tree-card__plus{font-size:1.4rem;opacity:.35}.dash-empty{text-align:center;padding:3rem 2rem;background:var(--paper);border-radius:10px;border:1px solid var(--border)}.dash-empty__icon{font-size:2.5rem;margin-bottom:1rem}.dash-empty h3{font-family:var(--font-serif);font-size:1.2rem;margin-bottom:.5rem}.dash-empty p{font-size:.875rem;color:var(--text-muted);max-width:380px;margin:0 auto 1.5rem;line-height:1.65}.dash-coming{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.dash-coming__card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.5rem;opacity:.7}.dash-coming__icon{font-size:1.5rem;margin-bottom:.75rem}.dash-coming__label{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.dash-coming__sub{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:.85rem}.dash-coming__badge{display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--paper);color:var(--text-muted);padding:.15rem .5rem;border-radius:99px;border:1px solid var(--border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:2rem}.modal{background:#fff;border-radius:12px;padding:2.5rem;width:100%;max-width:480px;box-shadow:0 24px 80px #0000004d}.modal__title{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;margin-bottom:.4rem}.modal__sub{font-size:.85rem;color:var(--text-muted);margin-bottom:2rem}.modal form{display:flex;flex-direction:column;gap:1.25rem}.modal label{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted)}.modal input,.modal textarea{padding:.65rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);transition:border-color .2s;background:var(--warm-white)}.modal input:focus,.modal textarea:focus{outline:none;border-color:var(--green);background:#fff}.modal__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.tree-page{display:flex;flex-direction:column;height:100%;background:var(--warm-white)}.tree-page__header{background:#fff;border-bottom:1px solid var(--border);padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.tree-page__title{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--text)}.tree-page__count{font-size:.75rem;color:var(--text-muted);background:var(--paper);padding:.2rem .7rem;border-radius:20px;border:1px solid var(--border)}.view-tabs{display:flex;gap:0;background:#fff;border-bottom:1px solid var(--border);padding:0 2rem}.view-tab{padding:.85rem 1.25rem;font-size:.85rem;font-weight:500;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s;margin-bottom:-1px}.view-tab:hover{color:var(--text)}.view-tab.active{color:var(--green);border-bottom-color:var(--green)}.tree-page__canvas{flex:1;overflow:hidden;display:flex;flex-direction:row}.tree-page__view{flex:1;overflow:hidden;position:relative;min-width:0}.ai-assistant{display:flex;flex-direction:column;height:100%;background:#fff}.ai-assistant__header{display:flex;align-items:center;gap:.6rem;padding:.9rem 2rem;border-bottom:1px solid var(--border);background:var(--dark);flex-shrink:0}.ai-assistant__badge{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dark);background:var(--gold);padding:.15rem .5rem;border-radius:99px}.ai-assistant__tagline{font-size:.8rem;color:#ffffff8c;font-family:var(--font-serif);font-style:italic}.ai-assistant__messages{flex:1;overflow-y:auto;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1.25rem;background:var(--warm-white)}.message{display:flex;gap:.6rem;align-items:flex-start}.message--user{flex-direction:row-reverse}.message__origin-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:.9rem}.message__bubble{max-width:74%;padding:.85rem 1.1rem;border-radius:12px;font-size:.9rem;line-height:1.65;white-space:pre-wrap}.message--user .message__bubble{background:var(--green);color:#fff;border-bottom-right-radius:4px}.message--assistant .message__bubble{background:#fff;border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--text);box-shadow:0 1px 4px #0000000a}.ai-assistant__input{display:flex;gap:.6rem;padding:1.1rem 2rem;border-top:1px solid var(--border);background:#fff}.ai-assistant__input input{flex:1;padding:.7rem 1.1rem;border:1px solid var(--border);border-radius:24px;font-size:.9rem;color:var(--text);background:var(--warm-white);transition:border-color .2s}.ai-assistant__input input:focus{outline:none;border-color:var(--green);background:#fff}.ai-assistant__input button{border-radius:50%;width:38px;height:38px;padding:0;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.person-page{max-width:800px;padding:2.5rem}.person-page-with-rail{display:grid;grid-template-columns:minmax(0,800px) 300px;gap:2.5rem;padding:0 2.5rem 2.5rem;align-items:start;max-width:1200px}.person-page-with-rail>.person-page{padding:2.5rem 0;max-width:none}.person-rail{padding-top:2.5rem;display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 1024px){.person-page-with-rail{grid-template-columns:1fr;padding:0 1.25rem}.person-page-with-rail>.person-page{padding:1.5rem 0}.person-rail{padding-top:0}}.person-actions{background:#fff;border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem .6rem}.person-actions__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.person-actions__list{display:flex;flex-direction:column;gap:0}.person-actions__item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .25rem;background:none;border:none;cursor:pointer;color:var(--text);font-family:inherit;text-align:left;border-top:1px solid var(--border);border-radius:0;transition:background .1s}.person-actions__list>.person-actions__item:first-child{border-top:none}.person-actions__item:hover:not(:disabled){background:var(--hover, #f5f2ec)}.person-actions__item:disabled{opacity:.55;cursor:default}.person-actions__icon{width:1.6rem;text-align:center;color:var(--green, #3b6b5a);font-size:1rem;flex-shrink:0}.person-actions__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.person-actions__name{font-size:.88rem;font-weight:500;color:var(--text)}.person-actions__sub{font-size:.74rem;color:var(--text-muted)}.person-page__name{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.person-meta{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:2.5rem}.person-meta__item{font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.person-meta__item strong{color:var(--text)}.ai-section{margin-bottom:2.5rem}.ai-section__actions{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.ai-output{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.ai-output__header{padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--warm-white)}.ai-output__label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.ai-output__body{padding:1.5rem;font-size:.95rem;line-height:1.8;color:var(--text);white-space:pre-wrap}.ai-output--story .ai-output__header{background:var(--dark-green);border-color:#ffffff14}.ai-output--story .ai-output__label{color:var(--gold)}.ai-output--story .ai-output__body{font-family:var(--font-serif);font-size:1rem;line-height:1.9}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:var(--text-muted);text-align:center}.empty-state__icon{font-size:2.5rem;opacity:.3}.empty-state h3{font-family:var(--font-serif);font-size:1.2rem;color:var(--text)}.empty-state p{font-size:.875rem;max-width:340px;line-height:1.6}.loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:4rem;color:var(--text-muted);font-size:.9rem}.loading:before{content:"";width:18px;height:18px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--green);animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.form-input,.form-select{padding:.65rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);background:var(--warm-white);transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus{outline:none;border-color:var(--green);background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:3px;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.badge-green{background:#2d4a3e1a;color:var(--green)}.badge-gold{background:#c8a56e26;color:#a07840}.badge-gray{background:var(--paper);color:var(--text-muted)}.view-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:var(--text-muted)}.view-placeholder p{font-size:.875rem}.placeholder-note{font-size:.8rem;color:var(--text-muted);text-align:center;padding:2rem}.tree-view,.node-map,.geo-map{width:100%;height:100%;background:var(--warm-white);position:relative}.node-map__toolbar{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.45rem;align-items:center;z-index:2;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);border-radius:8px;padding:.3rem .45rem;box-shadow:0 2px 6px #0000000d}.node-map__search{font-family:inherit;font-size:.8rem;padding:.3rem .55rem;border:1px solid var(--border);border-radius:6px;background:#fff;width:180px}.node-map__search:focus{outline:none;border-color:var(--green)}.node-map__route-btn{font-family:inherit;font-size:.76rem;padding:.3rem .55rem;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;color:var(--text);transition:all .12s}.node-map__route-btn:hover{border-color:var(--gold)}.node-map__route-btn--on{background:var(--green);color:#fff;border-color:var(--green)}.node-map__route-msg{font-size:.76rem;color:var(--text-muted);padding:0 .35rem;max-width:260px}.node-map__legend{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;z-index:2;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);border-radius:8px;padding:.35rem .6rem;box-shadow:0 2px 6px #0000000d;font-size:.72rem;color:var(--text-muted)}.node-map__legend-hint{font-style:italic;color:var(--text-muted);max-width:280px}.node-map__legend-dot{display:inline-flex;align-items:center;gap:.35rem}.node-map__legend-dot>span{width:12px;height:12px;border-radius:50%;border-style:solid;border-width:2px}.library-view,.places-view{padding:2rem 2rem 3rem;max-width:1200px;margin:0 auto}.library-view__header,.places-view__header{margin-bottom:1.75rem}.library-view__title,.places-view__title{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;color:var(--text);margin:.25rem 0 .4rem}.library-view__hint,.places-view__hint{color:var(--text-muted);font-size:.88rem;line-height:1.55;max-width:640px}.library-view__grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media (max-width: 900px){.library-view__grid{grid-template-columns:1fr}}.library-view__col-title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.library-view__col-sub{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.55}.library-view__count{color:var(--text-muted);font-weight:500}.library-card{background:var(--surface, #fafaf8);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;margin-bottom:.6rem}.library-card--witness{background:color-mix(in srgb,var(--gold) 6%,white)}.library-card__name{font-weight:600;font-size:.95rem;color:var(--text)}.library-card__meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.library-card__roles{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.4rem}.library-card__role{font-size:.68rem;padding:.1rem .45rem;border-radius:99px;background:var(--border);color:var(--text-muted)}.library-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.55rem;font-size:.75rem}.library-card__mentions{color:var(--text-muted)}.places-view--map{max-width:none;padding:1.25rem 1.5rem 1rem;display:flex;flex-direction:column;height:100%}.places-view__split{flex:1;min-height:0;display:grid;grid-template-columns:1fr 360px;gap:1rem}@media (max-width: 900px){.places-view__split{grid-template-columns:1fr;height:auto}}.places-view__map{height:100%;min-height:500px;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#eef4f2}.places-view__map .leaflet-container{height:100%;width:100%}.places-view__list{overflow-y:auto;padding-right:.25rem;display:flex;flex-direction:column;gap:.5rem}.places-view__empty-list{padding:2rem 1rem;text-align:center;color:var(--text-muted);font-size:.85rem;font-style:italic}.places-view__pending{font-size:.82rem;color:var(--text-muted);margin-top:.5rem;font-style:italic}.places-view__period-range-dash{color:var(--text-muted);margin:0 .4rem}.place-card--selected{border-color:var(--green);background:color-mix(in srgb,var(--green) 5%,white)}.place-card{cursor:pointer;text-align:left;font-family:inherit;color:inherit}.place-card__no-geo{margin-left:.4rem;color:var(--text-muted);font-size:.8rem}.places-view__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem}.places-view__period{background:var(--surface, #fafaf8);border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem;margin-bottom:1.25rem}.places-view__period-label{font-size:.85rem;color:var(--text);margin-bottom:.5rem;font-variant-numeric:tabular-nums}.places-view__period-sliders{display:flex;gap:.75rem;align-items:center}.places-view__period-sliders input{flex:1}.place-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:.75rem .95rem}.place-card__row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.place-card__name{font-weight:600;font-size:.9rem;color:var(--text)}.place-card__count{font-size:.72rem;color:var(--text-muted);white-space:nowrap}.place-card__range{font-size:.76rem;color:var(--text-muted);margin-top:.15rem;font-variant-numeric:tabular-nums}.place-card__timeline{position:relative;height:6px;background:var(--border);border-radius:99px;margin-top:.55rem}.place-card__timeline-bar{position:absolute;top:0;bottom:0;background:var(--green);border-radius:99px;min-width:4px}.place-card__events{display:flex;gap:.3rem;flex-wrap:wrap;margin-top:.5rem}.place-card__event{font-size:.68rem;padding:.1rem .45rem;border-radius:99px;border:1.5px solid;background:transparent;text-transform:lowercase}.dash-coming__card--active{cursor:pointer;border:1px solid var(--border);background:#fff;transition:border-color .12s,transform .12s;font-family:inherit;color:var(--text);text-align:inherit;opacity:1}.dash-coming__card--active:hover{border-color:var(--gold);transform:translateY(-1px)}.dash-coming__badge--live{background:var(--green);color:#fff}.add-person-page{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;padding:2.5rem;max-width:1100px;align-items:start}@media (max-width: 860px){.add-person-page{grid-template-columns:1fr}.add-person-aside{display:none}}.add-person-form{display:flex;flex-direction:column;gap:2.5rem}.form-group{display:flex;flex-direction:column;gap:1.25rem}.form-group__label{font-family:var(--font-sans);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding-bottom:.75rem;border-bottom:1px solid var(--border)}.form-group__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group__fields .form-field:last-child:nth-child(odd){grid-column:1 / -1}.form-group__fields .form-field:has(textarea){grid-column:1 / -1}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field__label{font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--text)}.form-input{padding:.65rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-sans);font-size:.9rem;color:var(--text);background:#fff;transition:border-color .18s,box-shadow .18s;width:100%}.form-input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #2d4a3e1a}.form-input::placeholder{color:#bbb}.form-input--textarea{resize:vertical;min-height:100px;line-height:1.6}.form-input--select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.5rem}.form-error{background:#dc26260f;border:1px solid rgba(220,38,38,.2);border-radius:var(--radius);padding:.75rem 1rem;font-family:var(--font-sans);font-size:.875rem;color:#dc2626}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.aside-hint{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.75rem;position:sticky;top:2rem}.aside-hint__icon{font-size:1.5rem;color:var(--gold);margin-bottom:.75rem}.aside-hint h3{font-family:var(--font-serif);font-size:1.05rem;color:var(--text);margin-bottom:1rem}.aside-hint p{font-family:var(--font-sans);font-size:.85rem;line-height:1.7;color:var(--text-muted);margin-bottom:.75rem}.admin-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:2rem}@media (max-width: 900px){.admin-stats{grid-template-columns:repeat(3,1fr)}}.admin-stat{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1rem;text-align:center}.admin-stat__value{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:var(--text);line-height:1}.admin-stat__label{font-family:var(--font-sans);font-size:.72rem;color:var(--text-muted);margin-top:.35rem;text-transform:uppercase;letter-spacing:.06em}.admin-filters{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.admin-table-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-family:var(--font-sans);font-size:.85rem}.admin-table th{padding:.75rem 1rem;text-align:left;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--warm-white);border-bottom:1px solid var(--border)}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--warm-white)}.admin-user-name{font-weight:500;color:var(--text)}.admin-user-email{font-size:.78rem;color:var(--text-muted);margin-top:.1rem}.admin-select{border:1px solid var(--border);border-radius:4px;padding:.3rem .5rem;font-size:.8rem;font-weight:500;background:var(--warm-white);cursor:pointer}.admin-select:focus{outline:none;border-color:var(--green)}.admin-toggle{padding:.25rem .65rem;border-radius:20px;font-size:.72rem;font-weight:600;border:none;cursor:pointer;letter-spacing:.04em}.admin-toggle--active{background:#2d4a3e1a;color:var(--green)}.admin-toggle--inactive{background:#dc262614;color:#dc2626}.admin-toggle:disabled{opacity:.5;cursor:not-allowed}.admin-delete{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:.2rem .5rem;border-radius:4px;line-height:1}.admin-delete:hover{background:#dc262614;color:#dc2626}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}.profile-page{max-width:560px;padding:0 2rem 3rem;display:flex;flex-direction:column;gap:2rem}.billing-page__body{max-width:1080px;margin:0 auto;padding:1.5rem 2rem 3rem;display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 768px){.billing-page__body{padding:1rem 1.25rem 1.5rem}}.interval-switcher{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:1.25rem 0 1rem}.interval-switcher__btn{padding:.45rem 1rem;border:1px solid var(--green, #2d4a3e);border-radius:999px;background:transparent;color:var(--green, #2d4a3e);font-family:inherit;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.interval-switcher__btn:hover{background:color-mix(in srgb,var(--green, #2d4a3e) 8%,transparent)}.interval-switcher__btn.is-active{background:var(--green, #2d4a3e);color:#fff}.interval-switcher__hint{font-size:.82rem;color:var(--text-muted)}.profile-card{background:var(--paper);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.profile-card__header{display:flex;align-items:center;gap:1rem}.profile-avatar{width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.4rem;font-weight:600;flex-shrink:0}.profile-card__name{font-weight:600;color:var(--text);font-size:1rem}.profile-card__email{font-size:.85rem;color:var(--text-muted);margin-top:.1rem}.profile-tier{display:inline-block;margin-top:.4rem;font-family:var(--font-sans);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:#c8a56e1a;border:1px solid rgba(200,165,110,.25);padding:.15rem .5rem;border-radius:20px}.profile-section{background:var(--paper);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.profile-section__title{font-family:var(--font-sans);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:1rem}.profile-form{display:flex;flex-direction:column;gap:.75rem}.profile-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:var(--text-muted)}.form-success{font-size:.82rem;color:var(--green)}.partial-date{display:flex;gap:.5rem;align-items:stretch}.partial-date__year,.partial-date__month,.partial-date__day{box-sizing:border-box;height:2.6rem;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;font-size:.9rem;color:var(--text);font-family:var(--font-sans);line-height:1}.partial-date__year{width:80px}.partial-date__month{flex:1;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.partial-date__day{width:64px}.partial-date__year:focus,.partial-date__month:focus,.partial-date__day:focus{outline:none;border-color:var(--green)}.partial-date__month:disabled,.partial-date__day:disabled{opacity:.4;cursor:not-allowed}.partial-date__year::-webkit-inner-spin-button,.partial-date__year::-webkit-outer-spin-button,.partial-date__day::-webkit-inner-spin-button,.partial-date__day::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.partial-date__year[type=number],.partial-date__day[type=number]{-moz-appearance:textfield}.form-field__hint{font-size:.75rem;color:var(--text-muted);margin-top:.3rem;display:block}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .15s ease}.modal{background:#fff;border-radius:10px;box-shadow:0 20px 60px #00000026;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal__title{font-size:1rem;font-weight:600;color:var(--text)}.modal__close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;padding:.25rem .5rem;border-radius:4px;line-height:1;transition:color .15s,background .15s}.modal__close:hover{color:var(--text);background:var(--border)}.modal__body{padding:1.5rem}.sidebar__hamburger{display:none;position:fixed;top:1rem;left:1rem;z-index:200;width:40px;height:40px;background:var(--black);border:1px solid var(--border-dark);border-radius:8px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0}.sidebar__hamburger span{display:block;width:18px;height:2px;background:#ffffffbf;border-radius:2px}.sidebar__collapse-btn--mobile{display:none}.sidebar__mobile-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#0000008c}@media (max-width: 768px){.sidebar__hamburger{display:flex}.sidebar__collapse-btn--desktop{display:none}.sidebar__collapse-btn--mobile{display:flex}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:300;transform:translate(-100%);transition:transform .25s ease;width:260px!important;padding:1.25rem 1rem}.mobile-menu-open .sidebar{transform:translate(0)}.mobile-menu-open .sidebar__mobile-backdrop{display:block}.main-content{width:100%;overflow-y:auto}.tree-page__header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:4rem 1rem .75rem}.tree-page__header>div:last-child{display:flex;flex-wrap:wrap;gap:.4rem;width:100%}.tree-page__header .btn{font-size:.75rem;padding:.35rem .7rem}.view-tabs{padding:0 1rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.view-tabs::-webkit-scrollbar{display:none}.view-tab{display:inline-block;padding:.75rem 1rem;font-size:.8rem}.tree-page__canvas{flex-direction:column}.page-header{padding:4rem 1.25rem 0}.page-header__top{flex-direction:column;gap:1rem;margin-bottom:1rem}.page-header__top>div:last-child{display:flex;flex-wrap:wrap;gap:.4rem;width:100%}.page-header__top .btn{font-size:.75rem;padding:.35rem .7rem}.page-header__title{font-size:1.4rem}.person-page{padding:1.25rem}.dash-hero{padding:4.5rem 1.25rem 1.75rem;flex-direction:column;align-items:flex-start;min-height:auto;gap:1.25rem}.dash-hero__given{font-size:2rem}.dash-hero__surname{font-size:1.2rem}.dash-hero__photo{width:72px;height:72px;position:absolute;top:4rem;right:1.25rem}.dash-welcome{padding:4.5rem 1.25rem 1.75rem}.dash-welcome__title{font-size:1.4rem}.dash-stats{padding:0 1.25rem;overflow-x:auto}.dash-stat{padding:.85rem 1.25rem .85rem 0}.dash-stat__sep{margin:0 .75rem}.dash-section{padding:1.5rem 1.25rem}.dash-trees{padding:0;grid-template-columns:1fr}.dash-coming{grid-template-columns:1fr}.modal-backdrop{padding:1rem;align-items:flex-end}.modal{border-radius:16px 16px 10px 10px;padding:1.75rem 1.25rem}.form-group__fields{grid-template-columns:1fr}.form-group__fields .form-field:last-child:nth-child(odd){grid-column:auto}.person-panel{width:100%;border-left:none;border-top:1px solid var(--border);height:auto;max-height:50vh}.profile-page{padding:0 1.25rem 1.5rem}}
