:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;background:#faf7f4;overflow-x:hidden;width:100%}#root{min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:#6b2c2c;text-decoration:inherit}a:hover{color:#4a1f1f}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.login-container{position:fixed;inset:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#4a1f1f;padding:60px;overflow:auto}.login-box{background:#fff;border-radius:20px;padding:80px 120px;width:100%;max-width:1000px;box-shadow:0 10px 40px #0000004d}.login-header{text-align:center;margin-bottom:40px}.login-header h1{font-size:48px;font-weight:300;color:#4a1f1f;margin:0 0 15px;letter-spacing:1.5px}.login-header p{font-size:18px;color:#d4a574;margin:0;letter-spacing:.5px}.login-form{display:flex;flex-direction:column;gap:20px}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:8px;font-size:14px;text-align:center}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:16px;font-weight:500;color:#4a1f1f;letter-spacing:.3px}.form-group input{padding:14px 16px;font-size:16px;border:2px solid #D4A574;border-radius:8px;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#4a1f1f}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-button{background-color:#d4a574;color:#fff;border:none;padding:16px;font-size:18px;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .3s ease;margin-top:10px;letter-spacing:.5px}.login-button:hover:not(:disabled){background-color:#c49464}.login-button:disabled{opacity:.6;cursor:not-allowed}.forgot-password-link{text-align:center;font-size:14px;margin-top:-8px}.forgot-password-link a{color:#d4a574;text-decoration:underline;font-weight:400}.forgot-password-link a:hover{color:#c49464}.register-link{text-align:center;font-size:14px;color:#666;margin-top:20px}.register-link a{color:#d4a574;text-decoration:none;font-weight:500}.register-link a:hover{text-decoration:underline}@media(max-width:600px){.login-box{padding:30px 20px}.login-header h1{font-size:36px}.login-header p{font-size:16px}}.lo-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#4a1f1f;padding:40px 20px;overflow:auto}.lo-spinner{width:48px;height:48px;border:4px solid rgba(212,165,116,.3);border-top-color:#d4a574;border-radius:50%;animation:lo-spin .8s linear infinite}@keyframes lo-spin{to{transform:rotate(360deg)}}.lo-card{background:#fff;border-radius:20px;padding:60px 80px;width:100%;max-width:680px;box-shadow:0 10px 40px #0000004d}.lo-progress{display:flex;justify-content:center;gap:10px;margin-bottom:40px}.lo-dot{width:10px;height:10px;border-radius:50%;background:#e0e0e0;transition:all .3s ease}.lo-dot-active{background:#d4a574;width:28px;border-radius:5px}.lo-dot-done{background:#c49464}.lo-step{display:flex;flex-direction:column;align-items:center;text-align:center}.lo-icon{font-size:52px;margin-bottom:20px}.lo-step h1{font-size:36px;font-weight:300;color:#4a1f1f;margin:0 0 12px;letter-spacing:.5px}.lo-subtitle{font-size:18px;color:#888;margin:0 0 36px}.lo-subtitle strong{color:#4a1f1f}.lo-how-it-works{width:100%;text-align:left;margin-bottom:36px}.lo-how-it-works h2{font-size:13px;font-weight:600;color:#d4a574;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 20px;text-align:center}.lo-steps-list{display:flex;flex-direction:column;gap:16px}.lo-step-item{display:flex;align-items:flex-start;gap:16px}.lo-step-number{width:32px;height:32px;border-radius:50%;background:#4a1f1f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;margin-top:2px}.lo-step-text{display:flex;flex-direction:column;gap:2px}.lo-step-text strong{font-size:16px;color:#2c2c2c}.lo-step-text span{font-size:14px;color:#888}.lo-features{display:flex;flex-direction:column;gap:14px;width:100%;margin-bottom:36px;text-align:left}.lo-feature-card{display:flex;align-items:flex-start;gap:16px;background:#fdf8f4;border:1px solid #f0e6d8;border-radius:12px;padding:16px 20px}.lo-feature-icon{font-size:26px;flex-shrink:0}.lo-feature-text{display:flex;flex-direction:column;gap:3px}.lo-feature-text strong{font-size:16px;color:#2c2c2c;font-weight:600}.lo-feature-text span{font-size:14px;color:#888;line-height:1.4}.lo-tip-box{width:100%;background:#fdf8f4;border:1px solid #f0e6d8;border-left:4px solid #D4A574;border-radius:8px;padding:16px 20px;margin-bottom:16px;text-align:left}.lo-tip-box p{margin:0;font-size:15px;color:#555;line-height:1.5}.lo-tip-box strong{color:#4a1f1f}.lo-btn-primary{background-color:#d4a574;color:#fff;border:none;padding:14px 36px;font-size:17px;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.lo-btn-primary:hover{background-color:#c49464}.lo-btn-secondary{background:none;color:#999;border:2px solid #e0e0e0;padding:14px 28px;font-size:16px;border-radius:8px;cursor:pointer;transition:all .2s ease}.lo-btn-secondary:hover{border-color:#d4a574;color:#d4a574}.lo-btn-row{display:flex;gap:16px;align-items:center;margin-top:4px}@media(max-width:600px){.lo-card{padding:40px 24px}.lo-step h1{font-size:28px}.lo-btn-row{flex-direction:column-reverse;width:100%}.lo-btn-primary,.lo-btn-secondary{width:100%;text-align:center}}.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}}.hub-page{min-height:100vh;background:#faf7f4;color:#2c1810;overflow-x:hidden;display:flex;flex-direction:column;scrollbar-gutter:stable}.hub-tab-body{flex:1;display:flex;flex-direction:column;background:#faf7f4;overflow-x:hidden;max-width:100%}.hub-tab-body>*{flex:1}.hub-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#6b2c2c;background:#faf7f4}.hub-spinner{width:48px;height:48px;border:4px solid rgba(107,44,44,.15);border-top-color:#6b2c2c;border-radius:50%;animation:hub-spin .9s linear infinite}@keyframes hub-spin{to{transform:rotate(360deg)}}.hub-header{display:flex;align-items:flex-start;justify-content:space-between;padding:2rem 3rem 1.75rem;background:#fff;border-bottom:2px solid #D4A574;box-shadow:0 2px 8px #4a1f1f0f}.hub-title{margin:0 0 .3rem;font-size:2.2rem;font-weight:300;color:#4a1f1f;letter-spacing:.5px}.hub-subtitle{margin:0;font-size:1rem;color:#6b4c4c;font-weight:300}.hub-logout{background:#6b2c2c;color:#fff;border:none;padding:.65rem 1.4rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s;white-space:nowrap;margin-top:4px}.hub-logout:hover{background:#4a1f1f;transform:translateY(-1px);box-shadow:0 3px 8px #4a1f1f40}.hub-tabs{display:flex;gap:4px;padding:12px 24px;background:#fff;border-bottom:1px solid rgba(74,31,31,.1);overflow-x:auto;flex-shrink:0}.hub-tab{padding:.6rem 1.6rem;background:transparent;border:1px solid transparent;border-radius:10px;color:#9b7070;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.hub-tab:hover{color:#4a1f1f;background:#4a1f1f0f}.hub-tab--active{background:#4a1f1f;color:#fff;border-color:#4a1f1f;font-weight:600}.hub-content{max-width:960px;margin:0 auto;padding:2rem 2.5rem 4rem;box-sizing:border-box;width:100%}.hub-empty-full{display:flex;align-items:center;justify-content:center;flex:1;min-height:40vh;color:#9b7070;font-style:italic;font-size:1.1rem}.hub-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2.5rem}.hub-stat{display:flex;flex-direction:column;align-items:center;padding:1.6rem 1rem;background:linear-gradient(135deg,#4a1f1f,#6b2c2c);border-radius:14px;text-align:center;box-shadow:0 4px 12px #4a1f1f26}.hub-stat-n{font-size:2.2rem;font-weight:300;color:#d4a574;line-height:1;margin-bottom:.35rem}.hub-stat-l{font-size:.78rem;text-transform:uppercase;letter-spacing:1px;color:#fff9}.hub-section{margin-bottom:2.5rem}.hub-section-title{margin:0 0 1rem;font-size:1.25rem;font-weight:500;color:#4a1f1f}.hub-label{margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#9b7070;font-weight:600}.hub-pills{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;flex-wrap:nowrap;min-width:0;flex:1;-webkit-overflow-scrolling:touch}.hub-pill{display:flex;align-items:center;gap:.5rem;background:#4a1f1f12;border:1px solid rgba(74,31,31,.15);border-radius:20px;padding:.35rem .9rem;transition:background .2s}.hub-pill:hover{background:#4a1f1f1f}.hub-pill--place{background:#1e64a012;border-color:#1e64a02e}.hub-pill--place:hover{background:#1e64a021}.hub-pill-name{font-size:.92rem;color:#3a1515}.hub-pill-count{font-size:.72rem;background:#4a1f1f1f;color:#6b2c2c;border-radius:10px;padding:.1rem .45rem;font-weight:700}.hub-pill-count--place{background:#1e64a01f;color:#2060a0}.hub-w-rows{display:flex;flex-direction:column;gap:1.1rem}.hub-w-row{display:flex;align-items:center;gap:.75rem;min-width:0}.hub-w-label{flex-shrink:0;width:72px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9b7070;padding-top:.4rem}.hub-pill--who{background:#4a1f1f12;border-color:#4a1f1f26}.hub-pill--who .hub-pill-count{background:#4a1f1f1f;color:#6b2c2c}.hub-pill--what{background:#64461412;border-color:#6446142e}.hub-pill--what .hub-pill-count{background:#64461424;color:#7a5010}.hub-pill--when{background:#28507812;border-color:#2850782e}.hub-pill--when .hub-pill-count{background:#28507821;color:#2a5080}.hub-pill--where{background:#1e643c12;border-color:#1e643c2e}.hub-pill--where .hub-pill-count{background:#1e643c21;color:#1a6040}.hub-recent-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;border-bottom:1px solid rgba(212,165,116,.2);padding:.6rem 0;margin-bottom:.5rem;cursor:pointer}.hub-recent-toggle-label{font-size:.75rem;font-weight:600;color:#c8a070;text-transform:uppercase;letter-spacing:.06em}.hub-recent-toggle-chevron{font-size:.7rem;color:#7a6a5a}.hub-story-list{display:flex;flex-direction:column;gap:1rem}.hub-story-card{background:#fff;border-radius:12px;padding:1.2rem 1.4rem 1.2rem 1.6rem;border-left:4px solid #D4A574;cursor:pointer;transition:all .22s;box-shadow:0 2px 8px #4a1f1f12}.hub-story-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a1f1f24}.hub-story-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.hub-story-date{font-size:.88rem;color:#6b2c2c;font-weight:500}.hub-story-dur{font-size:.82rem;color:#9b7070}.hub-story-title{margin:0 0 .4rem;font-size:1.05rem;font-weight:700;color:#4a1f1f}.hub-story-summary{margin:0 0 .75rem;font-size:.92rem;line-height:1.65;color:#3a2020;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hub-story-topics{display:flex;flex-wrap:wrap;gap:.4rem}.hub-topic-tag{background:#4a1f1f14;color:#6b2c2c;padding:.2rem .6rem;border-radius:10px;font-size:.78rem;font-weight:600}.hub-empty{background:#4a1f1f0a;border:2px dashed rgba(74,31,31,.18);border-radius:12px;padding:2.5rem;text-align:center;color:#9b7070;font-style:italic}.hub-lifebar{display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;margin-bottom:.75rem;-webkit-overflow-scrolling:touch}.hub-lifebar-block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:68px;height:54px;border-radius:8px;border:none;cursor:pointer;gap:2px;transition:all .2s}.hub-lifebar-block:hover{transform:translateY(-3px);filter:brightness(1.1)}.hub-lifebar-decade{font-size:.82rem;font-weight:700;letter-spacing:.5px}.hub-lifebar-count{font-size:.82rem;font-weight:700}.density-empty{background:#fff;border:2px dashed rgba(74,31,31,.3);color:#4a1f1f}.density-sparse{background:#c8924a;border:1px solid #A07030;color:#fff}.density-moderate{background:#a06020;border:1px solid #804810;color:#fff}.density-rich{background:#5a2a08;border:1px solid #3A1800;color:#f5d49a}.hub-lifebar-legend{display:flex;gap:1.2rem;font-size:.78rem;color:#9b7070}.hub-lifebar-legend span{display:flex;align-items:center;gap:.4rem}.legend-dot{display:inline-block;width:12px;height:12px;border-radius:3px}.legend-dot.density-empty{background:#fff;border:2px dashed rgba(74,31,31,.3)}.legend-dot.density-sparse,.legend-dot.density-moderate{background:#c8924a}.legend-dot.density-rich{background:#7a3a10}.hub-decade{margin-top:3rem}.hub-decade-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:3px solid #4A1F1F}.hub-decade-title{margin:0;font-size:1.9rem;font-weight:700;color:#4a1f1f;letter-spacing:2px}.hub-gap-badge{background:#4a1f1f1a;color:#6b2c2c;padding:.3rem .9rem;border-radius:10px;font-size:.95rem;font-weight:600;border:1px solid rgba(74,31,31,.2)}.hub-decade-empty{background:#4a1f1f0a;border:2px dashed rgba(74,31,31,.15);border-radius:12px;padding:2.5rem;text-align:center;color:#9b7070;font-style:italic}.hub-decade-empty p{margin:0}.hub-tl-stories{display:flex;flex-direction:column;gap:1.25rem}.hub-tl-card{background:#fff;border-radius:14px;padding:1.4rem 1.4rem 1.4rem 1.8rem;cursor:pointer;transition:all .25s;border:1px solid rgba(74,31,31,.1);position:relative;overflow:hidden;box-shadow:0 2px 8px #4a1f1f12}.hub-tl-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:#d4a574}.hub-tl-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #4a1f1f24}.hub-tl-card.sentiment-positive:before{background:#4caf50}.hub-tl-card.sentiment-bittersweet:before{background:#ff9800}.hub-tl-card.sentiment-sad:before{background:#78909c}.hub-tl-photo{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.hub-tl-year{display:inline-block;background:#4a1f1f;color:#d4a574;padding:.25rem .7rem;border-radius:7px;font-weight:700;font-size:.88rem;margin-bottom:.5rem}.hub-tl-title{margin:0 0 .2rem;font-size:1.1rem;font-weight:700;color:#4a1f1f}.hub-tl-timeframe{margin:0 0 .5rem;font-size:.88rem;font-weight:500;color:#9b7070}.hub-tl-summary{margin:0 0 .65rem;font-size:.92rem;line-height:1.6;color:#3a2020;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hub-tl-why{margin:0 0 .65rem;font-size:.88rem;color:#7a5040;font-style:italic}.hub-tl-topics{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.hub-tl-meta{margin:0 0 .3rem;font-size:.85rem;color:#7a6060}.hub-tl-dur{position:absolute;bottom:1rem;right:1rem;background:#4a1f1f14;padding:.2rem .6rem;border-radius:8px;font-size:.8rem;color:#9b7070}.hub-chapters{margin-top:3rem;border-radius:16px;background:#fff;border:1px solid rgba(74,31,31,.15);overflow:hidden;box-shadow:0 2px 12px #4a1f1f14}.hub-chapters-header{padding:1.75rem 2.5rem 1.25rem;border-bottom:1px solid rgba(74,31,31,.1)}.hub-chapters-header h3{margin:0 0 .35rem;font-size:1.3rem;color:#4a1f1f}.hub-chapters-header p{margin:0;font-size:.9rem;color:#9b7070}.hub-chapter-card{padding:1.5rem 2.5rem;border-bottom:1px solid rgba(74,31,31,.08)}.hub-chapter-card:last-child{border-bottom:none}.hub-chapter-period{display:inline-block;background:#4a1f1f14;color:#4a1f1f;padding:.2rem .8rem;border-radius:8px;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:.8rem;border:1px solid rgba(74,31,31,.15)}.hub-chapter-context{margin:0 0 .9rem;font-size:.92rem;line-height:1.65;color:#5a3a3a}.hub-chapter-q{background:#d4a5741a;border-left:3px solid #D4A574;padding:1rem 1.25rem;border-radius:0 10px 10px 0}.hub-chapter-prompt{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:1.5px;color:#9b7070;margin-bottom:.4rem}.hub-chapter-qtext{margin:0 0 .9rem;font-size:1rem;line-height:1.6;color:#4a1f1f;font-style:italic;font-weight:300}.hub-copy-btn{background:transparent;border:1px solid rgba(74,31,31,.3);color:#6b2c2c;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-size:.82rem;transition:all .2s}.hub-copy-btn:hover{background:#4a1f1f12}.hub-copy-btn.copied{border-color:#4caf50;color:#4caf50}.hub-tab-intro{margin-bottom:2rem}.hub-tab-intro-title{margin:0 0 .3rem;font-size:2rem;font-weight:300;color:#4a1f1f}.hub-tab-intro-sub{margin:0;font-size:.95rem;color:#9b7070}.hub-entity-list{display:flex;flex-direction:column;gap:1.25rem}.hub-entity-card{background:#fff;border-radius:14px;border:1px solid rgba(74,31,31,.12);overflow:hidden;box-shadow:0 2px 8px #4a1f1f12}.hub-entity-card--place{border-color:#1e64a026}.hub-entity-card--topic{border-color:#64461426}.hub-entity-header{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;border-bottom:1px solid rgba(74,31,31,.07)}.hub-entity-avatar{width:46px;height:46px;border-radius:50%;background:#4a1f1f1a;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#4a1f1f;flex-shrink:0}.hub-entity-avatar--place{background:#1e64a01a}.hub-entity-avatar--topic{background:#6446141a}.hub-entity-name{margin:0 0 .2rem;font-size:1.15rem;font-weight:600;color:#2c1810}.hub-entity-count{margin:0;font-size:.85rem;color:#9b7070}.hub-entity-appearances{padding:1rem 1.4rem;display:flex;flex-direction:column;gap:.7rem;background:#4a1f1f05}.hub-appearance-row{display:flex;align-items:flex-start;gap:.75rem}.hub-appearance-year{background:#4a1f1f14;color:#6b2c2c;padding:.2rem .6rem;border-radius:6px;font-size:.8rem;font-weight:700;white-space:nowrap;flex-shrink:0}.hub-appearance-year--place{background:#1e64a01a;color:#2060a0}.hub-appearance-year--topic{background:#6446141a;color:#7a5010}.hub-appearance-text{font-size:.88rem;color:#5a4040;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hub-more-appearances{margin:.2rem 0 0 3.2rem;font-size:.82rem;color:#9b7070;font-style:italic}.hub-ask{background:#4a1f1f0a;border-radius:14px;padding:1.4rem}.hub-ask-hint{margin:.2rem 0 1rem;font-size:.9rem;color:#9b7070}.hub-ask-form{display:flex;flex-direction:column;gap:.6rem}.hub-ask-textarea{width:100%;box-sizing:border-box;padding:.8rem 1rem;border-radius:10px;border:1.5px solid rgba(74,31,31,.2);font-size:.95rem;font-family:inherit;color:#2c1810;background:#fff;resize:vertical}.hub-ask-textarea:focus{outline:none;border-color:#d4a574}.hub-ask-row{display:flex;justify-content:space-between;align-items:center}.hub-ask-count{font-size:.82rem;color:#b09090}.hub-ask-btn{background:#6b2c2c;color:#ffd7a5;border:none;border-radius:8px;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;cursor:pointer}.hub-ask-btn:hover:not(:disabled){background:#8b3c3c}.hub-ask-btn:disabled{opacity:.5;cursor:default}.hub-ask-error{margin:0;font-size:.88rem;color:#c0392b}.hub-ask-history{margin-top:1.2rem;display:flex;flex-direction:column;gap:.7rem}.hub-ask-item{background:#fff;border-radius:10px;padding:.9rem 1rem;border:1px solid rgba(74,31,31,.12);display:flex;flex-direction:column;gap:.5rem}.hub-ask-item-text{margin:0;font-size:.93rem;color:#2c1810;line-height:1.5}.hub-ask-item-meta{display:flex;align-items:center;gap:.8rem}.hub-ask-status{font-size:.8rem;font-weight:600;border-radius:6px;padding:.2rem .6rem}.hub-ask-status--pending{background:#d4a57433;color:#8b6030}.hub-ask-status--fulfilled{background:#81c78433;color:#2e7d32}.hub-ask-status--dismissed{background:#90a4ae33;color:#546e7a}.hub-ask-withdraw{background:none;border:1px solid rgba(74,31,31,.2);border-radius:6px;padding:.15rem .6rem;font-size:.8rem;color:#9b7070;cursor:pointer}.hub-ask-withdraw:hover{background:#4a1f1f0d}::-webkit-scrollbar-track{background:#f0ebe6}::-webkit-scrollbar-thumb{background:#c0907060;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a06040}.pg-wrap{position:relative;background:#fff;border-radius:14px;border:1px solid rgba(74,31,31,.1);box-shadow:0 2px 10px #4a1f1f0f;overflow:hidden}.pg-svg{display:block;width:100%;height:540px;background:radial-gradient(ellipse at center,#fdfaf5,#f8f3ea)}.pg-panel{border-top:1px solid rgba(74,31,31,.1);min-height:52px}.pg-panel-header{display:flex;align-items:center;gap:12px;padding:14px 16px}.pg-panel-avatar{width:40px;height:40px;border-radius:50%;background:#4a1f1f1a;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#4a1f1f;flex-shrink:0}.pg-panel-info{flex:1}.pg-panel-name{margin:0 0 2px;font-size:1rem;font-weight:600;color:#2c1810}.pg-panel-count{margin:0;font-size:.82rem;color:#9b7070}.pg-panel-close{background:none;border:none;cursor:pointer;font-size:.85rem;color:#9b7070;padding:6px}.pg-panel-close:hover{color:#4a1f1f}.pg-panel-connections{padding:0 16px 14px}.pg-panel-connections-label{font-size:.7rem;letter-spacing:.08em;font-weight:600;color:#b09090;margin:0 0 8px}.pg-panel-pills{display:flex;flex-wrap:wrap;gap:8px}.pg-panel-pill{display:flex;align-items:center;gap:6px;background:#4a1f1f0a;border:1px solid rgba(74,31,31,.15);border-radius:20px;padding:5px 10px;cursor:pointer;font-family:inherit;transition:background .15s}.pg-panel-pill:hover{background:#4a1f1f17}.pg-panel-pill-name{font-size:.85rem;color:#2c1810}.pg-panel-pill-badge{font-size:.75rem;font-weight:700;color:#6b2c2c;background:#4a1f1f14;border-radius:6px;padding:1px 5px}.pg-legend{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;padding:10px 16px;min-height:52px;border-top:1px solid rgba(74,31,31,.07);background:#4a1f1f05}.pg-legend-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#9b7070}.pg-hint{margin:0;padding:4px 16px 8px;font-size:.75rem;color:#c0a090;background:#4a1f1f05;border-top:1px solid rgba(74,31,31,.04)}.hub-map-wrapper{height:480px;border-radius:0;overflow:hidden;margin-bottom:20px;width:100vw;margin-left:50%;transform:translate(-50%)}.hub-unmapped{margin-top:4px}.hub-unmapped-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#a09080;margin-bottom:10px}@media(max-width:600px){.hub-header{padding:1rem 1rem .75rem;flex-wrap:wrap;gap:.5rem}.hub-title{font-size:1.4rem}.hub-subtitle{font-size:.8rem}.hub-logout{padding:.45rem .8rem;font-size:.8rem}.hub-content{padding:1rem .75rem 3rem}.hub-stats{grid-template-columns:repeat(3,1fr);gap:.5rem}.hub-stat{padding:1rem .5rem}.hub-stat-n{font-size:1.6rem}.hub-w-label{width:56px;font-size:.7rem}.hub-map-wrapper{width:100%;margin-left:0;transform:none;height:300px}}.conversation-page{max-width:900px;margin:0 auto;padding:2rem}.back-button{background:transparent;border:2px solid #6B2C2C;color:#6b2c2c;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{background:#6b2c2c;color:#fff}.conversation-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #6B2C2C}.conversation-header h1{font-size:2.5rem;color:#4a1f1f;margin-bottom:.75rem;font-weight:300}.conversation-meta{font-size:1rem;color:#6b2c2c;display:flex;justify-content:center;align-items:center;gap:.75rem}.sentiment-badge{background:#d4a574;color:#4a1f1f;padding:.25rem .75rem;border-radius:12px;font-weight:500}.question-card{background:linear-gradient(135deg,#4a1f1f,#6b2c2c);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.question-label{font-size:.9rem;opacity:.8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.question-text{font-size:1.3rem;font-weight:300;line-height:1.6}.summary-section{margin-bottom:2rem}.summary-section h2{font-size:1.6rem;color:#4a1f1f;margin-bottom:1rem;font-weight:300}.summary-section p{font-size:1.1rem;line-height:1.8;color:#333}.metadata-section{background:#f9f9f9;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.metadata-item{margin-bottom:1rem}.metadata-item:last-child{margin-bottom:0}.metadata-item strong{color:#4a1f1f;display:block;margin-bottom:.5rem;font-weight:500}.topics-list,.people-list{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;-webkit-overflow-scrolling:touch}.topic-tag,.person-tag{background:#6b2c2c;color:#fff;padding:.4rem .9rem;border-radius:16px;font-size:.9rem;font-weight:600}.person-tag{background:#d4a574;color:#4a1f1f}.place-tag{background:#1e64a01f;color:#1e5a9a;padding:.4rem .9rem;border-radius:16px;font-size:.9rem;font-weight:500;border:1px solid rgba(30,100,160,.25)}.followup-section{background:linear-gradient(135deg,#4a1f1f,#6b2c2c);color:#fff;padding:2rem;border-radius:12px;margin-bottom:3rem}.followup-section h2{color:#d4a574;font-size:1.6rem;margin-bottom:.75rem;font-weight:300}.followup-intro{font-size:1rem;opacity:.9;margin-bottom:1.5rem;line-height:1.6}.followup-questions{display:flex;flex-direction:column;gap:1rem}.followup-question{background:#ffffff1a;padding:1.25rem;border-radius:10px;display:flex;gap:1rem;align-items:flex-start;transition:all .3s ease;border:2px solid transparent}.followup-question:hover{background:#ffffff26;border-color:#d4a574;transform:translate(5px)}.question-number{background:#d4a574;color:#4a1f1f;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0;font-size:1rem}.question-text{flex:1;font-size:1.1rem;line-height:1.6;padding-top:.25rem}.transcript-section{margin-top:3rem}.transcript-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;background:#fff;border:1px solid rgba(74,31,31,.15);border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #4a1f1f0f}.transcript-toggle:hover{background:#4a1f1f08;border-color:#4a1f1f47;box-shadow:0 4px 12px #4a1f1f1a}.transcript-toggle-label{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:500;color:#4a1f1f}.transcript-count{font-size:.8rem;font-weight:400;color:#9b7070;background:#4a1f1f12;padding:.15rem .55rem;border-radius:10px}.transcript-chevron{font-size:.85rem;color:#9b7070;transition:transform .25s ease;display:inline-block}.transcript-chevron.open{transform:rotate(180deg)}.messages-list{margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem}.message{padding:1.25rem;border-radius:12px;border-left:4px solid}.message.ai{background:#f5f5f5;border-left-color:#6b2c2c}.message.voice{background:#fff8f0;border-left-color:#d4a574}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.speaker-label{font-weight:500;color:#4a1f1f;font-size:.95rem}.message-time{font-size:.85rem;color:#999}.message-content{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:.75rem}.audio-button{background:#6b2c2c;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.audio-button:hover{background:#4a1f1f}.audio-button:active{transform:scale(.98)}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #6B2C2C;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container button{margin-top:1rem;background:#6b2c2c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem}.cover-photo-container{margin-bottom:2rem;border-radius:12px;overflow:hidden;max-height:400px}.cover-photo{width:100%;height:100%;object-fit:cover;display:block}.message-image{width:100%;max-height:300px;object-fit:cover;border-radius:8px;margin-bottom:.75rem;display:block}.tl-page{min-height:100vh;background:linear-gradient(135deg,#2c1810,#4a2c2c);color:#fff;overflow-x:hidden}.tl-header{padding:1.75rem 3rem;background:#0000004d;border-bottom:2px solid #D4A574;display:flex;align-items:center;gap:2rem}.tl-back-btn{background:transparent;border:2px solid #D4A574;color:#d4a574;padding:.65rem 1.4rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.tl-back-btn:hover{background:#d4a574;color:#2c1810}.tl-header-text h1{margin:0 0 .3rem;font-size:2.2rem;font-weight:600;color:#d4a574}.tl-header-text p{margin:0;font-size:1rem;color:#e0e0e0;font-weight:300}.tl-lifebar-section{padding:2rem 3rem 1.5rem;background:#0003;border-bottom:1px solid rgba(212,165,116,.2)}.tl-lifebar-label{margin:0 0 1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;color:#b0a090}.tl-lifebar{display:flex;gap:6px;flex-wrap:wrap}.tl-lifebar-block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:68px;height:54px;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;padding:0;gap:2px}.tl-lifebar-block:hover{transform:translateY(-3px);filter:brightness(1.15)}.tl-lifebar-decade{font-size:.8rem;font-weight:600;letter-spacing:.5px}.tl-lifebar-count{font-size:1.1rem;font-weight:700}.density-empty{background:#ffffff0a;border:2px dashed rgba(139,69,69,.5);color:#6b5555}.density-sparse{background:#d4a5742e;border:1px solid rgba(212,165,116,.3);color:#c4956a}.density-moderate{background:#d4a57473;border:1px solid rgba(212,165,116,.6);color:#ffd7a5}.density-rich{background:#d4a574;border:1px solid #FFD7A5;color:#2c1810}.tl-lifebar-legend{display:flex;gap:1.5rem;margin-top:.9rem;font-size:.8rem;color:#b0a090}.tl-lifebar-legend span{display:flex;align-items:center;gap:.4rem}.legend-swatch{display:inline-block;width:14px;height:14px;border-radius:3px}.legend-swatch.density-empty{background:#ffffff0a;border:1px dashed rgba(139,69,69,.5)}.legend-swatch.density-sparse{background:#d4a5742e}.legend-swatch.density-moderate{background:#d4a57473}.legend-swatch.density-rich{background:#d4a574}.tl-stats{display:flex;gap:1px;background:#d4a5741a;border-bottom:1px solid rgba(212,165,116,.2)}.tl-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#00000026}.tl-stat-n{font-size:2.2rem;font-weight:700;color:#d4a574;line-height:1;margin-bottom:.35rem}.tl-stat-l{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#b0a090}.tl-who-where{display:flex;flex-direction:column;gap:0;border-bottom:1px solid rgba(212,165,116,.2)}.tl-cast{padding:1.75rem 3rem;border-bottom:1px solid rgba(212,165,116,.1)}.tl-cast:last-child{border-bottom:none}.tl-cast-title{margin:0 0 1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;color:#b0a090;font-weight:500}.tl-cast-list{display:flex;flex-wrap:wrap;gap:.6rem}.tl-cast-pill{display:flex;align-items:center;gap:.5rem;background:#d4a5741f;border:1px solid rgba(212,165,116,.25);border-radius:20px;padding:.35rem .85rem .35rem .9rem;transition:all .2s}.tl-cast-pill:hover{background:#d4a57438}.tl-place-pill{background:#64a0c81a;border-color:#64a0c840}.tl-place-pill:hover{background:#64a0c82e}.tl-cast-name{font-size:.95rem;color:#ffd7a5;font-weight:400}.tl-cast-count{font-size:.72rem;background:#d4a5744d;color:#d4a574;border-radius:10px;padding:.1rem .45rem;font-weight:700;min-width:18px;text-align:center}.tl-place-pill .tl-cast-count{background:#64a0c840;color:#90c8e8}.tl-container{padding:0 3rem 3rem;max-width:1200px;margin:0 auto}.tl-decade{margin-top:3.5rem}.tl-decade-gap{opacity:.65}.tl-decade-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #D4A574}.tl-decade-title{margin:0;font-size:2rem;font-weight:700;color:#d4a574;letter-spacing:2px}.tl-gap-badge{background:#6b2c2c;color:#ffd7a5;padding:.2rem .7rem;border-radius:10px;font-size:.78rem;font-weight:600;letter-spacing:.5px}.tl-stories{display:flex;flex-direction:column;gap:1.25rem}.tl-card{background:linear-gradient(135deg,#5a2424,#7a3a3a);border-radius:14px;padding:1.4rem 1.4rem 1.4rem 1.8rem;cursor:pointer;transition:all .25s ease;border:2px solid transparent;position:relative;overflow:hidden}.tl-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:#d4a574}.tl-card:hover{transform:translateY(-3px);border-color:#d4a574;box-shadow:0 8px 24px #d4a57440}.tl-card.sentiment-positive:before{background:#81c784}.tl-card.sentiment-bittersweet:before{background:#ffb74d}.tl-card.sentiment-sad:before{background:#90a4ae}.tl-card.sentiment-neutral:before{background:#d4a574}.tl-card-photo{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:1rem;display:block}.tl-card-year{display:inline-block;background:#d4a574;color:#2c1810;padding:.25rem .7rem;border-radius:7px;font-weight:700;font-size:.9rem;margin-bottom:.6rem}.tl-card-timeframe{margin:0 0 .6rem;font-size:1.2rem;font-weight:600;color:#ffd7a5}.tl-card-summary{margin:0 0 .75rem;font-size:.92rem;line-height:1.6;color:#e0e0e0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tl-card-why{margin:0 0 .75rem;font-size:.88rem;color:#c8b89a;font-style:italic;line-height:1.5}.tl-card-topics{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.tl-topic-tag{background:#d4a57426;color:#d4a574;padding:.2rem .6rem;border-radius:10px;font-size:.78rem;font-weight:600}.tl-card-meta{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#c8c0b8;margin-bottom:.3rem}.tl-card-duration{position:absolute;bottom:1rem;right:1rem;background:#0000004d;padding:.2rem .6rem;border-radius:10px;font-size:.8rem;color:silver}.tl-decade-empty{background:#0003;border:2px dashed rgba(139,69,69,.5);border-radius:12px;padding:2.5rem;text-align:center;color:#887070;font-style:italic}.tl-decade-empty p{margin:0}.tl-chapters{margin:3rem;border-radius:16px;background:#00000040;border:1px solid rgba(139,69,69,.5);overflow:hidden}.tl-chapters-header{padding:2rem 2.5rem 1.5rem;border-bottom:1px solid rgba(139,69,69,.4)}.tl-chapters-header h3{margin:0 0 .4rem;font-size:1.4rem;color:#ffd7a5;font-weight:600}.tl-chapters-header p{margin:0;font-size:.9rem;color:#a09090}.tl-chapters-list{display:flex;flex-direction:column}.tl-chapter-card{padding:1.75rem 2.5rem;border-bottom:1px solid rgba(139,69,69,.25)}.tl-chapter-card:last-child{border-bottom:none}.tl-chapter-period{display:inline-block;background:#6b2c2c;color:#ffd7a5;padding:.25rem .85rem;border-radius:8px;font-size:.88rem;font-weight:700;letter-spacing:1px;margin-bottom:.9rem}.tl-chapter-context{margin:0 0 1rem;font-size:.92rem;line-height:1.65;color:#c8b8a8}.tl-chapter-question{background:#d4a57414;border-left:3px solid #D4A574;padding:1rem 1.25rem;border-radius:0 10px 10px 0}.tl-chapter-prompt{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#a09080;margin-bottom:.5rem}.tl-chapter-q-text{margin:0 0 1rem;font-size:1.05rem;line-height:1.6;color:#ffd7a5;font-style:italic;font-weight:300}.tl-copy-btn{background:transparent;border:1px solid rgba(212,165,116,.4);color:#d4a574;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-size:.82rem;transition:all .2s}.tl-copy-btn:hover{background:#d4a57426}.tl-copy-btn.copied{border-color:#81c784;color:#81c784}.tl-loading,.tl-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#2c1810,#4a2c2c);color:#fff;gap:1rem}.tl-error h2{color:#ffd7a5;margin:0}.tl-error p{color:silver}.tl-error button{margin-top:1rem;background:#d4a574;color:#2c1810;border:none;padding:.85rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600}.spinner{width:48px;height:48px;border:4px solid rgba(212,165,116,.2);border-top-color:#d4a574;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#d4a574;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffd7a5}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;color:#333;line-height:1.6}.app{min-height:100vh}.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center}.error-page h1{color:#4a1f1f;font-weight:300;font-size:2rem}button{font-family:inherit}a{color:inherit;text-decoration:none}
