@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@font-face{font-family:Classy Vogue;src:url(/fonts/font.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Open Sans,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}body.legal-scroll{overflow-y:auto}#app{width:100%;min-height:100vh}.bg{position:fixed;inset:-50%;width:200%;height:200vh;background:transparent url(http://assets.iceable.com/img/noise-transparent.png) repeat 0 0;background-repeat:repeat;animation:bg-animation 1s infinite;opacity:.8;visibility:visible;pointer-events:none;z-index:0}@keyframes bg-animation{0%{transform:translate(0)}10%{transform:translate(-5%,-5%)}20%{transform:translate(-10%,5%)}30%{transform:translate(5%,-10%)}40%{transform:translate(-5%,15%)}50%{transform:translate(-10%,5%)}60%{transform:translate(15%)}70%{transform:translateY(10%)}80%{transform:translate(-15%)}90%{transform:translate(10%,5%)}to{transform:translate(5%)}}.app{position:relative;min-height:100vh;background:#050505;background-image:linear-gradient(180deg,#0a0a0a,#161616);color:#bdbdbd;transition:background-color .3s ease,color .3s ease;overflow:hidden}.app.light-theme{background:#fff;color:#000}.top-right-icons{position:fixed;top:1.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;gap:.75rem;transition:opacity .3s ease,transform .3s ease}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:#0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#bdbdbd;cursor:pointer;transition:box-shadow .2s ease;padding:0;box-shadow:0 2px 6px #0000004d}.icon-button:hover{box-shadow:0 4px 12px #ffffff0f;transform:scale(1.05)}.app.light-theme .icon-button{background:#0000000d;color:#000}.app.light-theme .icon-button:hover{background:#0000001a}.icon-button svg{width:20px;height:20px}.login-icon svg{width:18px;height:18px}.main-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;position:relative;z-index:10;overflow:hidden}.content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1920px;gap:2rem}.logo-container{position:relative;display:inline-flex;align-items:baseline;width:auto;justify-content:center}.logo-text{font-family:Classy Vogue,Satisfy,cursive;font-size:5rem;font-weight:400;line-height:1;letter-spacing:.02em;color:#bdbdbd;margin:0;text-transform:lowercase;position:relative;white-space:nowrap}.app.light-theme .logo-text{color:#000}.version-badge{margin-left:.75rem;font-family:Classy Vogue,Satisfy,cursive;font-size:1rem;font-weight:400;opacity:0;letter-spacing:.05em;text-transform:lowercase;color:#bdbdbd;white-space:nowrap;line-height:1;align-self:baseline}.app.light-theme .version-badge{color:#0009}.description{max-width:50rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6;color:#bdbdbd;text-align:center;margin:0 auto;padding:.5rem 1rem;min-height:5rem;max-height:5rem;overflow:hidden;transition:max-height .8s cubic-bezier(.4,0,.2,1),min-height .8s cubic-bezier(.4,0,.2,1),opacity .5s ease-out,padding .8s cubic-bezier(.4,0,.2,1),margin .8s cubic-bezier(.4,0,.2,1);opacity:1;box-sizing:border-box}.description.description-empty{max-height:0;min-height:0;opacity:0;padding-top:0;padding-bottom:0;margin:0}.app.light-theme .description{color:#000c}.typed-description-text{display:inline}.typed-description-text.error-text{color:#ff6b6b}.app.light-theme .typed-description-text.error-text{color:#d32f2f}.search-container{width:100%;max-width:42rem;display:flex;justify-content:center;align-items:center;opacity:0;position:relative}.search-wrapper{position:relative;width:100%;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;color:#bdbdbd80}.app.light-theme .search-icon{color:#00000080}.search-icon svg{width:20px;height:20px}.search-input-wrapper{position:relative;flex:1;width:100%}.search-input{flex:1;border:1px solid rgba(189,189,189,.08);padding:.75rem 3.5rem .75rem 3rem;transition:all .2s;font-size:.875rem;border-radius:24px;background:#0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#bdbdbd;width:100%;height:48px;outline:none;box-shadow:0 2px 6px #0000004d;font-family:Inter,sans-serif}.animated-placeholder{position:absolute;left:3rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#bdbdbd66;font-size:.875rem;font-family:Inter,sans-serif;z-index:0;overflow:hidden;height:1.2em;line-height:1.2em}.placeholder-text{display:inline-block}.placeholder-leave-active{animation:fadeOutUp .5s ease-out forwards}.placeholder-enter-active{animation:fadeInBottom .5s ease-out}.placeholder-enter-from{opacity:0;transform:translateY(20px)}.placeholder-leave-to{opacity:0;transform:translateY(-20px)}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app.light-theme .animated-placeholder{color:#0006}.app.light-theme .search-input{border-color:#0000001a;background:#00000005;color:#000}.search-input::placeholder{color:#bdbdbd66}.app.light-theme .search-input::placeholder{color:#0006}.search-input:focus{outline:none;border-color:#79797933;box-shadow:0 0 20px 1px #6363631a}.app.light-theme .search-input:focus{border-color:#0003;box-shadow:0 0 0 1px #0000001a}.search-go-button{position:absolute;right:.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#bdbdbd1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#bdbdbd;cursor:pointer;transition:all .2s ease;padding:0;z-index:1}.search-go-button:hover{background:#bdbdbd26;transform:scale(1.05)}.app.light-theme .search-go-button{background:#0000001a;color:#000}.app.light-theme .search-go-button:hover{background:#00000026}.search-go-button svg{width:16px;height:16px}.search-go-button:disabled{opacity:.5;cursor:not-allowed}.footer{position:absolute;z-index:10;padding:1.5rem 0;margin-top:auto;bottom:0;right:30px;transition:opacity .3s ease,transform .3s ease}.app.light-theme .footer{border-top-color:#0000001a;background:#ffffff4d}.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.footer-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer-link{font-size:.875rem;color:currentColor;text-decoration:none;opacity:.7;transition:opacity .2s;font-family:Inter,sans-serif}.footer-link:hover{opacity:1;text-decoration:underline}.footer-separator{font-size:.875rem;opacity:.5}@media(max-width:768px){.top-right-icons{top:1rem;right:1rem;gap:.5rem}.icon-button{width:36px;height:36px}.icon-button svg{width:18px;height:18px}.logo-text{font-size:3.5rem}.description{min-height:8rem;max-height:8rem}.version-badge{font-size:.875rem}.content-wrapper{gap:2rem}}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}.typed-text{display:inline-block}.cursor{display:inline-block;margin-left:2px;color:#bdbdbd;animation:blink 1s infinite}.cursor-blink{animation:blink .8s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.fade-in{animation:fadeIn .8s ease-in forwards}.fade-in-delay{animation:fadeIn .8s ease-in .5s forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:.8;transform:translateY(0)}}.search-container.fade-in{animation:fadeInSearch .8s ease-in forwards}@keyframes fadeInSearch{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.empty-alert{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.75rem;padding:.75rem 1rem;color:#bdbdbd;font-size:.875rem;text-align:center;white-space:nowrap;opacity:1}.typed-alert-text{display:inline-block}.modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;animation:fadeIn .3s ease-out}.app.light-theme .modal-overlay{background:#0000004d}.modal-content{position:fixed;top:0;right:0;bottom:0;width:50%;min-width:500px;max-width:800px;background:linear-gradient(180deg,#0a0a0a00,#161616);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-left:1px solid rgba(189,189,189,.08);padding:2rem;padding-top:1.2rem!important;overflow-y:auto;color:#bdbdbd;animation:slideInRight .4s ease-out;box-shadow:-8px 0 32px #00000080;z-index:1001}@media(max-width:768px){.modal-content.slide-out{animation:slideOutBottom .4s ease-in forwards}.modal-content.mobile-layered{animation:slideInBottom .4s ease-out}}.modal-content.slide-out{animation:slideOutRight .4s ease-in forwards}.modal-content.panel-layered{min-width:auto!important;max-width:unset;background:linear-gradient(180deg,#000,#161616)}.app.light-theme .modal-content{background:#ffffffd9;border-left-color:#0000001a;color:#000}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideInBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.loading-spinner{width:48px;height:48px;border:3px solid rgba(189,189,189,.2);border-top-color:#bdbdbd;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-family:Inter,sans-serif;font-size:1rem;color:#bdbdbd;opacity:.8}.app.light-theme .loading-text{color:#000}.search-results{display:flex;flex-direction:column;gap:1.5rem}.results-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.results-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:100;color:#bdbdbd;margin:0;flex:1;min-width:200px}.app.light-theme .results-title{color:#000}.results-filter-container{display:flex;align-items:center;gap:.5rem;position:relative}.results-filter-input{padding:.5rem .75rem;background:#0000004d;border:1px solid rgba(189,189,189,.08);border-radius:4px;color:#bdbdbd;font-family:Inter,sans-serif;font-size:.9rem;min-width:200px;transition:all .2s ease;box-shadow:0 2px 6px #0000004d}.results-filter-input:focus{outline:none;border-color:#bdbdbd26;box-shadow:0 4px 12px #ffffff0f}.results-filter-input::placeholder{color:#bdbdbd80}.app.light-theme .results-filter-input{background:#0000000d;border-color:#0000001a;color:#000}.app.light-theme .results-filter-input:focus{border-color:#0000004d;background:#00000014}.app.light-theme .results-filter-input::placeholder{color:#00000080}.results-filter-clear{background:transparent;border:none;color:#bdbdbd;cursor:pointer;font-size:1.5rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.results-filter-clear:hover{background:#bdbdbd1a;color:#fff}.app.light-theme .results-filter-clear{color:#000}.app.light-theme .results-filter-clear:hover{background:#0000001a;color:#000}@media(max-width:768px){.results-header{flex-direction:column;align-items:stretch}.results-title{min-width:unset}.results-filter-input{min-width:unset;width:100%}}.results-content-wrapper,.results-list{display:flex;flex-direction:column;gap:1rem}.result-item{padding:1.25rem;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(189,189,189,.08);border-radius:4px;box-shadow:0 2px 8px #0006;transition:box-shadow .2s ease}.result-item:hover{box-shadow:0 4px 16px #ffffff14}.app.light-theme .result-item{background:#00000005;border-color:#0000001a}.app.light-theme .result-item:hover{background:#0000000d;border-color:#0003}.result-title{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#bdbdbd;margin:0 0 .5rem}.app.light-theme .result-title{color:#000}.result-description{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6;color:#bdbdbdcc;margin:0 0 .75rem}.app.light-theme .result-description{color:#000000b3}.result-source{font-family:Inter,sans-serif;font-size:.75rem;color:#bdbdbd99;text-transform:uppercase;letter-spacing:.05em}.app.light-theme .result-source{color:#00000080}.service-card{margin-bottom:3rem;-webkit-backdrop-filter:blur(8px);border-radius:6px;transition:box-shadow .2s ease}.analysis-identifiers li{margin-left:15px}.analysis-reasoning p,.analysis-summary p,.analysis-identifiers ul{padding-left:.5rem}.app.light-theme .service-card{background:#00000005;border-color:#0000001a}.app.light-theme .service-card:hover{background:#0000000d;border-color:#0003}.service-name-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.service-name{font-family:Classy Vogue,Satisfy,cursive;font-size:2.65rem;position:relative;font-weight:100;color:#bdbdbd;text-transform:capitalize;flex:1;display:flex;align-items:center}span.service-confidence-label{font-family:Inter,sans-serif;font-size:13px;font-weight:100;right:0;position:absolute;top:20px;letter-spacing:6px}span.service-confidence-percentage{position:absolute;right:0;opacity:.2;font-style:italic;font-size:72px}.app.light-theme .service-name{color:#000}.generate-profile-button{padding:.5rem 1rem;background:transparent;color:#bdbdbd;border:1px solid rgba(255,255,255,.25);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:Inter,sans-serif}.generate-profile-button:hover:not(:disabled){background:#ffffff14;border-color:#fff6;color:#fff}.generate-profile-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.back-button{padding:.5rem 1rem;background:transparent;color:#bdbdbd;border:1px solid rgba(255,255,255,.25);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:Inter,sans-serif;display:flex;align-items:center;gap:.5rem}.back-button:hover{background:#ffffff14;border-color:#fff6;color:#fff}.maigret-header-with-border{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem;margin-bottom:1rem}.maigret-loading{padding:2rem;text-align:center}.maigret-loading-text{color:#bdbdbd;font-size:1rem;margin-bottom:1rem;font-family:Inter,sans-serif}.maigret-loader{display:flex;justify-content:center;align-items:center}.loader-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#bdbdbd;border-radius:50%;animation:spin 1s linear infinite}.maigret-summary-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .maigret-summary-section{border-bottom-color:#0000001a}.maigret-summary-text{margin-bottom:1.5rem}.maigret-summary-pre{margin:0;padding:0;font-family:Inter,monospace;font-size:.875rem;line-height:1.6;color:#bdbdbde6;white-space:pre-wrap;word-wrap:break-word}.app.light-theme .maigret-summary-pre{color:#000c}.maigret-section-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#bdbdbde6;margin-bottom:.75rem}.app.light-theme .maigret-section-label{color:#000c}.maigret-countries-section{margin-bottom:1.5rem}.maigret-countries-list{display:flex;flex-wrap:wrap;gap:.5rem}.maigret-country-button{padding:.4rem .75rem;border:1px solid rgba(189,189,189,.3);border-radius:4px;background:#0000004d;color:#bdbdbd99;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.maigret-country-button:hover{background:#ffffff0d;border-color:#bdbdbd80;color:#bdbdbdcc}.maigret-country-button.maigret-country-selected{background:#ffffff1a;border-color:#bdbdbd80;color:#bdbdbd}.app.light-theme .maigret-country-button{border-color:#0000004d;background:#0000000d;color:#0009}.app.light-theme .maigret-country-button:hover{background:#0000001a;border-color:#0006;color:#000c}.app.light-theme .maigret-country-button.maigret-country-selected{background:#00000026;border-color:#0006;color:#000}.maigret-tags-section{margin-bottom:1rem}.maigret-tags-list{display:flex;flex-wrap:wrap;gap:.25rem}.maigret-tag{font-family:Inter,sans-serif;font-size:.875rem;color:#bdbdbdcc}.app.light-theme .maigret-tag{color:#000000b3}.maigret-site-filtered{opacity:.4;pointer-events:none}.maigret-html-button{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border:1px solid rgba(189,189,189,.3);border-radius:4px;background:#0000004d;color:#bdbdbdcc;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.maigret-html-button:hover{background:#ffffff0d;border-color:#bdbdbd80;color:#bdbdbd}.maigret-html-button svg{flex-shrink:0}.app.light-theme .maigret-html-button{border-color:#0000004d;background:#0000000d;color:#000000b3}.app.light-theme .maigret-html-button:hover{background:#0000001a;border-color:#0006;color:#000}.service-error{padding:1rem;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;margin-top:1rem}.service-error-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.error-text{color:#ff6b6b;font-family:Inter,sans-serif;font-size:.875rem;margin:0}.refresh-button{padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#00000059;color:#bdbdbd;font-family:Inter,sans-serif;font-size:.75rem;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.refresh-button:hover:not(:disabled){background:#ffffff14;border-color:#fff6}.refresh-button:disabled{opacity:.6;cursor:default}.service-stats{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .service-stats{border-bottom-color:#0000001a}.stat-item{font-family:Inter,sans-serif;font-size:.875rem;color:#bdbdbdcc;font-weight:500}.app.light-theme .stat-item{color:#000000b3}.result-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.result-items:last-child{margin-bottom:0}.result-card{padding:1.25rem;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(189,189,189,.08);border-radius:4px;box-shadow:0 2px 6px #0000004d;transition:box-shadow .6s ease,transform .6s ease;position:relative}.roblox-card{display:flex;flex-direction:column;gap:1rem}.roblox-card .result-header{width:100%;margin-bottom:0}.discord-roblox-card{display:flex;flex-direction:column;gap:1rem;border-left:3px solid rgba(88,101,242,.5)}.discord-roblox-card .result-header{width:100%;margin-bottom:0}.discord-roblox-card .result-source-name:before{content:"Discord → ";color:#5865f2b3;font-size:.9em}.discord-profile-card{display:flex;flex-direction:column;gap:1rem}.discord-profile-card .result-header{width:100%;margin-bottom:0}.discord-discriminator{color:#bdbdbd99;font-size:.9em;margin-left:.25rem}.app.light-theme .discord-discriminator{color:#00000080}.intelfetch-content{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.intelfetch-section{display:flex;flex-direction:column;gap:.75rem}.intelfetch-section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem;border-bottom:1px solid rgba(189,189,189,.1)}.intelfetch-section-title{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#bdbdbd;margin:0}.app.light-theme .intelfetch-section-title{color:#000}.intelfetch-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;background:#bdbdbd1a;border:1px solid rgba(189,189,189,.2);border-radius:4px;font-size:.75rem;font-weight:600;color:#bdbdbd}.app.light-theme .intelfetch-badge{background:#0000000d;border-color:#0000001a;color:#000}.intelfetch-activity-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.intelfetch-activity-group-title{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#bdbdbdcc;margin:0;text-transform:uppercase;letter-spacing:.5px}.app.light-theme .intelfetch-activity-group-title{color:#0009}.intelfetch-server-list,.intelfetch-voice-list,.intelfetch-accounts-list,.intelfetch-breach-list{display:flex;flex-direction:column;gap:.75rem}.intelfetch-server-item,.intelfetch-voice-item,.intelfetch-account-item,.intelfetch-breach-item{padding:.75rem;background:#bdbdbd0d;border:1px solid rgba(189,189,189,.1);border-radius:6px;display:flex;flex-direction:column;gap:.5rem}.app.light-theme .intelfetch-server-item,.app.light-theme .intelfetch-voice-item,.app.light-theme .intelfetch-account-item,.app.light-theme .intelfetch-breach-item{background:#00000005;border-color:#0000001a}.intelfetch-server-name,.intelfetch-voice-channel,.intelfetch-breach-name{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#bdbdbd}.app.light-theme .intelfetch-server-name,.app.light-theme .intelfetch-voice-channel,.app.light-theme .intelfetch-breach-name{color:#000}.intelfetch-server-meta,.intelfetch-voice-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#bdbdbdb3}.app.light-theme .intelfetch-server-meta,.app.light-theme .intelfetch-voice-meta{color:#0009}.intelfetch-server-meta span,.intelfetch-voice-meta span{display:flex;align-items:center}.intelfetch-account-item{flex-direction:row;align-items:center;justify-content:space-between}.intelfetch-account-name{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#bdbdbd}.app.light-theme .intelfetch-account-name{color:#000}.intelfetch-account-username{font-size:.8rem;color:#bdbdbdb3}.app.light-theme .intelfetch-account-username{color:#0009}.intelfetch-breach-item{flex-direction:row;align-items:center;justify-content:space-between}.intelfetch-breach-date{font-size:.8rem;color:#bdbdbdb3}.app.light-theme .intelfetch-breach-date{color:#0009}.intelfetch-database-info{display:flex;gap:1rem;font-size:.85rem;color:#bdbdbdcc}.app.light-theme .intelfetch-database-info{color:#000000b3}.intelfetch-warning{color:#ffc107cc;font-weight:600}.app.light-theme .intelfetch-warning{color:#ff9800e6}.roblox-card-content{display:flex;gap:1.5rem;align-items:flex-start;flex-direction:row-reverse;justify-content:space-between}.roblox-avatar img{display:block;height:100px;border-radius:10px}.result-card:hover{box-shadow:0 4px 12px #ffffff08}.app.light-theme .result-card{background:#00000003;border-color:#00000014}.app.light-theme .result-card:hover{background:#00000008;border-color:#00000026}.card-clipboard-button{width:24px;height:24px;padding:0;border:1px solid rgba(189,189,189,.08);border-radius:3px;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#bdbdbd99;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s ease;flex-shrink:0;box-shadow:0 1px 3px #0000004d}.result-card>.card-clipboard-button{position:absolute;top:.75rem;right:.75rem}.result-header-left .card-clipboard-button{position:static}.card-clipboard-button:hover{box-shadow:0 2px 8px #ffffff14;color:#bdbdbd}.card-clipboard-button svg{width:14px;height:14px}.card-clipboard-button.selected{background:#3b82f633;border-color:#3b82f666;color:#3b82f6}.card-clipboard-button.copied{background:#22c55e33;border-color:#22c55e66;color:#22c55e;animation:greenBlink 1s ease-out}@keyframes greenBlink{0%{background:#22c55e33;border-color:#22c55e66;color:#22c55e}50%{background:#22c55e66;border-color:#22c55e99;color:#16a34a}to{background:#bdbdbd1a;border-color:#bdbdbd33;color:#bdbdbd99}}.app.light-theme .card-clipboard-button{border-color:#0003;background:#0000001a;color:#00000080}.app.light-theme .card-clipboard-button:hover{background:#00000026;border-color:#0000004d;color:#000}.app.light-theme .card-clipboard-button.selected{background:#3b82f633;border-color:#3b82f666;color:#2563eb}.app.light-theme .card-clipboard-button.copied{background:#22c55e33;border-color:#22c55e66;color:#16a34a;animation:greenBlinkLight 1s ease-out}@keyframes greenBlinkLight{0%{background:#22c55e33;border-color:#22c55e66;color:#16a34a}50%{background:#22c55e66;border-color:#22c55e99;color:#15803d}to{background:#0000001a;border-color:#0003;color:#00000080}}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(189,189,189,.1);gap:1rem}.result-header-left{display:flex;align-items:center;gap:.5rem}.result-header-left h4{margin:0}.app.light-theme .result-header{border-bottom-color:#0000001a}.result-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.external-link-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:1px solid rgba(189,189,189,.2);border-radius:6px;color:#bdbdbd;cursor:pointer;transition:all .2s ease;text-decoration:none}.external-link-button:hover{background:#bdbdbd1a;border-color:#bdbdbd66;color:#fff}.app.light-theme .external-link-button{border-color:#0003;color:#000}.app.light-theme .external-link-button:hover{background:#0000001a;border-color:#0006;color:#000}.result-source-name{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#bdbdbd;margin:0}.app.light-theme .result-source-name{color:#000}.breach-date{font-family:Inter,sans-serif;font-size:.75rem;color:#bdbdbd99;padding:.25rem .5rem;background:#bdbdbd0d;border-radius:4px}.app.light-theme .breach-date{color:#00000080;background:#0000000d}.result-fields{display:flex;flex-direction:column}.field-item{display:flex;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5}.field-label{color:#bdbdbdb3;font-weight:500;text-transform:capitalize;min-width:100px}.app.light-theme .field-label{color:#0009}.field-value{color:#bdbdbd;word-break:break-word;flex:1}.app.light-theme .field-value{color:#000}.adult-sites-text{color:#ef4444!important}.app.light-theme .adult-sites-text{color:#dc2626!important}.source-info{display:flex;gap:.5rem;flex-wrap:wrap}.badge{font-family:Inter,sans-serif;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.badge.verified{background:#22c55e33;color:#22c55e}.badge.unverified{background:#ffa50033;color:orange}.badge.compilation{background:#9333ea33;color:#9333ea}.no-service-results{padding:1rem;text-align:center;color:#bdbdbd99;font-family:Inter,sans-serif;font-size:.875rem;margin-top:1rem}.app.light-theme .no-service-results{color:#00000080}.database-group{margin-bottom:1.5rem}.database-group:last-child{margin-bottom:0}.database-group .result-card:not(:first-child){margin-top:10px}.database-name{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#bdbdbdcc;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(189,189,189,.1);text-transform:uppercase;letter-spacing:.05em}.app.light-theme .database-name{color:#000000b3;border-bottom-color:#0000001a}.akula-login-group{display:flex;flex-direction:column;gap:.5rem}.akula-login-group-spacing{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(189,189,189,.1)}.app.light-theme .akula-login-group-spacing{border-top-color:#0000001a}.error-message{padding:1.5rem 5rem 1.5rem 1.5rem;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;color:#ff6b6b;font-family:Inter,sans-serif;font-size:1rem}.no-results{padding:1.5rem;text-align:center;color:#bdbdbd99;font-family:Inter,sans-serif;font-size:1rem}.app.light-theme .no-results{color:#00000080}.modal-close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#bdbdbd;font-size:2rem;line-height:1;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem;display:none;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close-button:hover{background:#bdbdbd1a;color:#fff}.app.light-theme .modal-close-button{color:#000}.app.light-theme .modal-close-button:hover{background:#0000001a;color:#000}.key-container{width:100%;max-width:42rem;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;position:relative;gap:1rem}.key-container.fade-in{animation:fadeInSearch .8s ease-in forwards}.key-container.fade-out-up{animation:fadeOutUp .5s ease-out forwards}.key-wrapper{position:relative;width:100%;display:flex;align-items:center}.key-icon{position:absolute;left:1rem;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;color:#bdbdbd80}.app.light-theme .key-icon{color:#00000080}.key-icon svg{width:20px;height:20px}.key-input-wrapper{position:relative;flex:1;width:100%}.key-input{flex:1;border:1px solid rgba(189,189,189,.08);padding:.75rem 3.5rem .75rem 3rem;transition:all .2s;font-size:.875rem;border-radius:24px;background:#0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#bdbdbd;width:100%;height:48px;outline:none;box-shadow:0 2px 6px #0000004d;font-family:Inter,sans-serif}.app.light-theme .key-input{border-color:#0000001a;background:#00000005;color:#000}.key-input::placeholder{color:#bdbdbd66}.app.light-theme .key-input::placeholder{color:#0006}.key-input:focus{outline:none;border-color:#79797933;box-shadow:0 0 20px 1px #6363631a}.app.light-theme .key-input:focus{border-color:#0003;box-shadow:0 0 0 1px #0000001a}.key-go-button{position:absolute;right:.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#bdbdbd1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#bdbdbd;cursor:pointer;transition:all .2s ease;padding:0;z-index:1}.key-go-button:hover{background:#bdbdbd26;transform:scale(1.05)}.app.light-theme .key-go-button{background:#0000001a;color:#000}.app.light-theme .key-go-button:hover{background:#00000026}.key-go-button svg{width:16px;height:16px}.login-link{color:#bdbdbd;text-decoration:underline;cursor:pointer;font-size:.875rem;font-family:Inter,sans-serif;margin-top:.5rem;transition:color .2s ease}.login-link:hover{color:#fff}.app.light-theme .login-link{color:#000}.app.light-theme .login-link:hover{color:#000;opacity:.8}.login-container{width:100%;max-width:42rem;display:flex;justify-content:center;align-items:center;opacity:0;position:relative}.login-container.fade-in{animation:fadeInSearch .8s ease-in forwards}.login-form{width:100%;display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.08);border-radius:6px;box-shadow:0 2px 8px #0006}.app.light-theme .login-form{background:#00000005;border-color:#0000001a}.login-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#bdbdbd;margin:0 0 .5rem;text-align:center}.app.light-theme .login-title{color:#000}.profile-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;flex-direction:column}.app.light-theme .profile-modal-overlay{background:#0000004d}.profile-modal-content{background:#0a0a0af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.08);border-radius:6px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;color:#bdbdbd;box-shadow:0 4px 16px #00000080}.modal-enter-active{transition:opacity .3s ease-out}.modal-leave-active{transition:opacity .3s ease-in}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-active .profile-modal-content{animation:slideInCenter .4s ease-out}.modal-leave-active .profile-modal-content{animation:slideOutCenter .4s ease-in}.app.light-theme .profile-modal-content{background:#ffffffb3;border-color:#0000001a;color:#000}.profile-modal-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#bdbdbd;margin:0 0 1.5rem;text-align:center}.app.light-theme .profile-modal-title{color:#000}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group-inline{flex-direction:row;align-items:center;gap:.5rem}.form-group-inline .form-input{flex:1}.form-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#bdbdbd}.app.light-theme .form-label{color:#000}.form-input{width:100%;padding:.75rem 1rem;border:1px solid rgba(189,189,189,.08);border-radius:4px;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#bdbdbd;font-family:Inter,sans-serif;font-size:.875rem;outline:none;transition:all .2s ease;box-shadow:0 2px 6px #0000004d}.form-input:focus{border-color:#bdbdbd26;box-shadow:0 4px 12px #ffffff0f}.app.light-theme .form-input{border-color:#0000001a;background:#00000005;color:#000}.app.light-theme .form-input:focus{border-color:#0003;box-shadow:0 0 0 1px #0000001a}.address-validate-button{width:43px;height:43px;padding:0;border:1px solid rgba(189,189,189,.2);border-radius:8px;background:#bdbdbd1a;color:#bdbdbd;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.address-validate-button:hover{background:#bdbdbd26;border-color:#bdbdbd4d}.address-validate-button svg{width:20px;height:20px}.address-validate-button.location-set{background:#22c55e33;color:#22c55e;border-color:#22c55e4d}.address-validate-button.location-set:hover{background:#22c55e40;border-color:#22c55e66}.app.light-theme .address-validate-button{border-color:#0003;background:#0000001a;color:#000}.app.light-theme .address-validate-button:hover{background:#00000026;border-color:#0000004d}.app.light-theme .address-validate-button.location-set{background:#22c55e33;color:#16a34a;border-color:#22c55e4d}.app.light-theme .address-validate-button.location-set:hover{background:#22c55e40;border-color:#22c55e66}.form-actions{display:flex;flex-direction:row;gap:1rem;margin-top:.5rem}.form-submit-button{flex:1;padding:.75rem 1.5rem;border:1px solid rgba(189,189,189,.2);border-radius:8px;background:#bdbdbd1a;color:#bdbdbd;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.form-submit-button:hover:not(:disabled){background:#bdbdbd26;border-color:#bdbdbd4d}.form-submit-button:disabled{opacity:.5;cursor:not-allowed}.app.light-theme .form-submit-button{border-color:#0003;background:#0000001a;color:#000}.app.light-theme .form-submit-button:hover:not(:disabled){background:#00000026;border-color:#0000004d}.form-cancel-button{flex:1;padding:.75rem 1.5rem;border:1px solid rgba(189,189,189,.2);border-radius:8px;background:transparent;color:#bdbdbd;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.form-cancel-button:hover{background:#bdbdbd0d;border-color:#bdbdbd4d}.app.light-theme .form-cancel-button{border-color:#0003;color:#000}.app.light-theme .form-cancel-button:hover{background:#0000000d;border-color:#0000004d}@keyframes slideInCenter{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideOutCenter{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-20px)}}.profile-modal-error{margin-top:1.5rem;color:#ef4444;font-family:Inter,sans-serif;font-size:.875rem;text-align:center;min-height:1.5rem;display:flex;align-items:center;justify-content:center;max-width:500px;width:90%}.profile-modal-error-enter-active{transition:opacity .4s ease-out,transform .4s ease-out,margin-top .4s ease-out}.profile-modal-error-leave-active{transition:opacity .3s ease-in,transform .3s ease-in,margin-top .3s ease-in}.profile-modal-error-enter-from{opacity:0;transform:translateY(-10px);margin-top:0}.profile-modal-error-enter-to,.profile-modal-error-leave-from{opacity:1;transform:translateY(0);margin-top:1.5rem}.profile-modal-error-leave-to{opacity:0;transform:translateY(-10px);margin-top:0}.profile-modal-error .cursor{color:#ef4444}.typed-modal-error-text{display:inline-block}.app.light-theme .profile-modal-error,.app.light-theme .profile-modal-error .cursor{color:#dc2626}.map-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2001;display:flex;align-items:center;justify-content:center}.leaflet-control-attribution.leaflet-control{display:none!important}.leaflet-container{background:#2b2b2b}.app.light-theme .map-modal-overlay{background:#0000004d}.map-modal-content{background:#1a1a1af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.1);border-radius:12px;padding:1.5rem;max-width:800px;width:90%;max-height:90vh;display:flex;flex-direction:column;color:#bdbdbd}.modal-enter-active .map-modal-overlay,.modal-leave-active .map-modal-overlay{transition:opacity .3s ease-out}.modal-enter-from .map-modal-overlay,.modal-leave-to .map-modal-overlay{opacity:0}.modal-enter-active .map-modal-content{transition:all .4s ease-out}.modal-leave-active .map-modal-content{transition:all .4s ease-in}.modal-enter-from .map-modal-content,.modal-leave-to .map-modal-content{opacity:0;transform:scale(.95) translateY(-20px)}.app.light-theme .map-modal-content{background:#fffffff2;border-color:#0000001a;color:#000}.map-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.map-modal-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#bdbdbd;margin:0}.app.light-theme .map-modal-title{color:#000}.map-modal-close{background:transparent;border:none;color:#bdbdbd;font-size:2rem;line-height:1;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.map-modal-close:hover{background:#bdbdbd1a;color:#fff}.app.light-theme .map-modal-close{color:#000}.app.light-theme .map-modal-close:hover{background:#0000001a;color:#000}.map-container{width:100%;height:500px;border-radius:8px;overflow:hidden;border:1px solid rgba(189,189,189,.1);margin-bottom:1rem}.app.light-theme .map-container{border-color:#0000001a}.map-modal-actions{display:flex;gap:1rem}.custom-marker{background:transparent!important;border:none!important}@media(max-width:768px){.map-modal-content{width:95%;padding:1rem}.map-container{height:400px}.roblox-avatar{display:none!important}.service-card{margin-bottom:0!important}}.results-container{display:grid;grid-template-columns:1fr 350px;gap:1.5rem;align-items:start}@media(max-width:1200px){.results-container{grid-template-columns:1fr}.analysis-side-panel{order:-1}}.analysis-side-panel{position:fixed;left:calc(25% - 218.75px);top:50%;transform:translateY(-50%);width:437.5px;max-height:calc(100vh - 2rem);overflow-y:auto;z-index:1000}.analysis-fade-enter-active,.analysis-fade-leave-active{transition:opacity .3s ease,transform .3s ease}.analysis-fade-enter-from{opacity:0;transform:translateY(-50%) translate(-20px)}.analysis-fade-enter-to,.analysis-fade-leave-from{opacity:1;transform:translateY(-50%) translate(0)}.analysis-fade-leave-to{opacity:0;transform:translateY(-50%) translate(-20px)}@media(max-width:1200px){.analysis-side-panel{left:1rem;width:350px}}.analysis-card{background:#1e1e1e99;border:1px solid rgba(189,189,189,.1);border-radius:8px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app.light-theme .analysis-card{background:#fffc;border-color:#0000001a}.analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .analysis-header{border-bottom-color:#0000001a}.analysis-title{font-size:1.25rem;font-weight:600;color:#bdbdbd;margin:0}.app.light-theme .analysis-title{color:#000}.analysis-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-weight:500}.status-confirmed{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-uncertain{background:#eab3081a;color:#eab308;border:1px solid rgba(234,179,8,.3)}.status-icon{font-size:1.2rem;font-weight:700}.status-text{font-size:.875rem}.analysis-content{display:flex;flex-direction:column;gap:1rem}.analysis-reasoning,.analysis-summary,.analysis-identifiers,.analysis-linked-profiles{color:#bdbdbd;font-size:.875rem;line-height:1.6;padding:1rem;background:#0003;border-radius:6px;border-left:3px solid rgba(189,189,189,.3)}.app.light-theme .analysis-reasoning,.app.light-theme .analysis-summary,.app.light-theme .analysis-identifiers,.app.light-theme .analysis-linked-profiles{color:#000;background:#0000000d}.analysis-placeholder{padding:2rem;text-align:center;color:#bdbdbd99;font-size:.875rem}.app.light-theme .analysis-placeholder{color:#00000080}.analysis-reasoning strong,.analysis-summary strong,.analysis-identifiers strong,.analysis-linked-profiles strong{display:block;margin-bottom:.5rem;color:#bdbdbd;font-weight:600}.linked-profile-item{margin-top:1rem;padding:.75rem;background:#0000001a;border-radius:4px;border:1px solid rgba(189,189,189,.2)}.app.light-theme .linked-profile-item{background:#00000008;border-color:#0000001a}.linked-profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.linked-profile-title{font-weight:600;color:#bdbdbd}.app.light-theme .linked-profile-title{color:#000}.linked-profile-confidence{font-size:.75rem;padding:.25rem .5rem;background:#22c55e33;color:#22c55e;border-radius:4px;font-weight:600}.linked-profile-identifiers{margin-top:.5rem;font-size:.8rem}.linked-profile-identifiers ul{margin:.5rem 0 0 1.25rem;padding:0;list-style-type:disc}.linked-profile-services{margin-top:.5rem;font-size:.8rem}.linked-profile-notes{margin-top:.75rem;padding:.5rem;background:#eab3081a;border-left:3px solid rgba(234,179,8,.3);border-radius:4px;font-size:.8rem}.app.light-theme .linked-profile-notes{background:#eab3080d;border-left-color:#eab30833}.linked-profile-notes strong{display:block;margin-bottom:.25rem;color:#eab308;font-weight:600}.app.light-theme .linked-profile-notes strong{color:#ca8a04}.linked-profile-notes p{margin:0;color:#bdbdbd;line-height:1.5}.app.light-theme .linked-profile-notes p,.app.light-theme .analysis-reasoning strong,.app.light-theme .analysis-matches strong,.app.light-theme .analysis-inconsistencies strong,.app.light-theme .analysis-services strong{color:#000}.analysis-reasoning p{margin:0;padding-left:.5rem}.analysis-matches ul,.analysis-inconsistencies ul{margin:.5rem 0 0 1.5rem;padding:0;list-style-type:disc}.analysis-matches li,.analysis-inconsistencies li{margin-bottom:.25rem}.service-confidence-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.service-confidence-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#bdbdbd0d;border-radius:4px}.app.light-theme .service-confidence-item{background:#0000000d}.service-confidence-item .service-name{font-weight:500;text-transform:capitalize}.service-confidence-value{font-weight:600;color:#22c55e}.analysis-loading{background:#1e1e1e99;border:1px solid rgba(189,189,189,.1);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app.light-theme .analysis-loading{background:#fffc;border-color:#0000001a}.analysis-loading-text{color:#bdbdbd;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.app.light-theme .analysis-loading-text{color:#000}.analysis-loading-text:after{content:"";width:12px;height:12px;border:2px solid rgba(189,189,189,.3);border-top-color:#bdbdbd;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.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}}.legal-page[data-v-620d76fc]{overflow-y:auto}.tos-main-content[data-v-620d76fc]{min-height:100vh;padding:2rem 1rem;display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:10;overflow-y:auto;overflow-x:hidden}.tos-container[data-v-620d76fc]{max-width:880px;width:100%;background:#bdbdbd05;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.1);border-radius:16px;padding:2.5rem 2rem;margin:2rem 0}.app.light-theme .tos-container[data-v-620d76fc]{background:#00000005;border-color:#0000001a}.tos-header[data-v-620d76fc]{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .tos-header[data-v-620d76fc]{border-bottom-color:#0000001a}.tos-title[data-v-620d76fc]{font-family:Classy Vogue,Satisfy,cursive;font-size:4rem;font-weight:400;color:#bdbdbd;margin:0 0 1rem;text-transform:lowercase;letter-spacing:.02em}.app.light-theme .tos-title[data-v-620d76fc]{color:#000}.tos-last-updated[data-v-620d76fc]{font-size:.9rem;color:#bdbdbd99;margin:0}.app.light-theme .tos-last-updated[data-v-620d76fc]{color:#0009}.tos-content[data-v-620d76fc]{display:flex;flex-direction:column;gap:2rem}.tos-section[data-v-620d76fc]{display:flex;flex-direction:column;gap:.85rem}.tos-section-title[data-v-620d76fc]{font-family:Inter,sans-serif;font-size:1.35rem;font-weight:600;color:#bdbdbd;margin:0;padding-bottom:.5rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .tos-section-title[data-v-620d76fc]{color:#000;border-bottom-color:#0000001a}.tos-subsection[data-v-620d76fc]{margin-top:1rem;padding-left:1.5rem;border-left:2px solid rgba(189,189,189,.2)}.app.light-theme .tos-subsection[data-v-620d76fc]{border-left-color:#0003}.tos-subsection-title[data-v-620d76fc]{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:500;color:#bdbdbd;margin:0 0 .75rem}.app.light-theme .tos-subsection-title[data-v-620d76fc]{color:#000}.tos-text[data-v-620d76fc]{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;color:#bdbdbd;margin:.5rem 0}.app.light-theme .tos-text[data-v-620d76fc]{color:#000}.tos-list[data-v-620d76fc]{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;color:#bdbdbd;margin:.75rem 0;padding-left:1.5rem;list-style-type:disc}.app.light-theme .tos-list[data-v-620d76fc]{color:#000}.tos-list li[data-v-620d76fc]{margin:.5rem 0}.tos-important[data-v-620d76fc]{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;color:#bdbdbd;margin:1rem 0;padding:1rem;background:#bdbdbd0d;border-left:3px solid rgba(189,189,189,.3);border-radius:4px}.app.light-theme .tos-important[data-v-620d76fc]{color:#000;background:#0000000d;border-left-color:#0000004d}.tos-important strong[data-v-620d76fc]{font-weight:600}.tos-contact[data-v-620d76fc]{margin-top:.5rem;padding:1.25rem;background:#bdbdbd05;border-radius:8px}.app.light-theme .tos-contact[data-v-620d76fc]{background:#00000005}.tos-footer[data-v-620d76fc]{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(189,189,189,.1);text-align:center}.app.light-theme .tos-footer[data-v-620d76fc]{border-top-color:#0000001a}.tos-back-button[data-v-620d76fc]{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#bdbdbd;background:#bdbdbd0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.1);border-radius:8px;padding:.75rem 2rem;cursor:pointer;transition:all .2s ease}.tos-back-button[data-v-620d76fc]:hover{background:#bdbdbd1a;transform:translateY(-2px)}.app.light-theme .tos-back-button[data-v-620d76fc]{color:#000;background:#0000000d;border-color:#0000001a}.app.light-theme .tos-back-button[data-v-620d76fc]:hover{background:#0000001a}.back-button[data-v-620d76fc]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:#bdbdbd0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#bdbdbd;cursor:pointer;transition:all .2s ease;padding:0}.back-button[data-v-620d76fc]:hover{background:#bdbdbd1a;transform:scale(1.05)}.app.light-theme .back-button[data-v-620d76fc]{background:#0000000d;color:#000}.app.light-theme .back-button[data-v-620d76fc]:hover{background:#0000001a}.back-button svg[data-v-620d76fc]{width:20px;height:20px}.legal-animate[data-v-620d76fc]{opacity:0;transform:translateY(24px);transition:opacity .45s ease,transform .45s ease}.legal-animate.visible[data-v-620d76fc]{opacity:1;transform:translateY(0)}@media(max-width:768px){.tos-container[data-v-620d76fc]{padding:1.75rem 1.25rem;margin:1rem 0}.tos-title[data-v-620d76fc]{font-size:3rem}.tos-section-title[data-v-620d76fc]{font-size:1.15rem}.tos-subsection[data-v-620d76fc]{padding-left:1rem}}.legal-page[data-v-9336447f]{overflow-y:auto}.privacy-main-content[data-v-9336447f]{min-height:100vh;padding:2rem 1rem;display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:10;overflow-y:auto;overflow-x:hidden}.privacy-container[data-v-9336447f]{max-width:880px;width:100%;background:#bdbdbd05;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.1);border-radius:16px;padding:2.5rem 2rem;margin:2rem 0}.app.light-theme .privacy-container[data-v-9336447f]{background:#00000005;border-color:#0000001a}.privacy-header[data-v-9336447f]{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .privacy-header[data-v-9336447f]{border-bottom-color:#0000001a}.privacy-title[data-v-9336447f]{font-family:Classy Vogue,Satisfy,cursive;font-size:4rem;font-weight:400;color:#bdbdbd;margin:0 0 1rem;text-transform:lowercase;letter-spacing:.02em}.app.light-theme .privacy-title[data-v-9336447f]{color:#000}.privacy-last-updated[data-v-9336447f]{font-size:.9rem;color:#bdbdbd99;margin:0}.app.light-theme .privacy-last-updated[data-v-9336447f]{color:#0009}.privacy-content[data-v-9336447f]{display:flex;flex-direction:column;gap:2rem}.privacy-section[data-v-9336447f]{display:flex;flex-direction:column;gap:.85rem}.privacy-highlights[data-v-9336447f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:1.5rem 0}.privacy-highlight[data-v-9336447f]{padding:1.5rem;background:#bdbdbd08;border:1px solid rgba(189,189,189,.1);border-radius:12px;transition:all .2s ease}.privacy-highlight[data-v-9336447f]:hover{background:#bdbdbd0d;transform:translateY(-2px)}.app.light-theme .privacy-highlight[data-v-9336447f]{background:#00000008;border-color:#0000001a}.app.light-theme .privacy-highlight[data-v-9336447f]:hover{background:#0000000d}.privacy-highlight-title[data-v-9336447f]{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#bdbdbd;margin:0 0 .75rem}.app.light-theme .privacy-highlight-title[data-v-9336447f]{color:#000}.privacy-highlight-text[data-v-9336447f]{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6;color:#bdbdbdcc;margin:0}.app.light-theme .privacy-highlight-text[data-v-9336447f]{color:#000c}.privacy-section-title[data-v-9336447f]{font-family:Inter,sans-serif;font-size:1.35rem;font-weight:600;color:#bdbdbd;margin:0;padding-bottom:.5rem;border-bottom:1px solid rgba(189,189,189,.1)}.app.light-theme .privacy-section-title[data-v-9336447f]{color:#000;border-bottom-color:#0000001a}.privacy-subsection[data-v-9336447f]{margin-top:1rem;padding-left:1.5rem;border-left:2px solid rgba(189,189,189,.2)}.app.light-theme .privacy-subsection[data-v-9336447f]{border-left-color:#0003}.privacy-subsection-title[data-v-9336447f]{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:500;color:#bdbdbd;margin:0 0 .75rem}.app.light-theme .privacy-subsection-title[data-v-9336447f]{color:#000}.privacy-text[data-v-9336447f]{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;color:#bdbdbd;margin:.5rem 0}.app.light-theme .privacy-text[data-v-9336447f]{color:#000}.privacy-list[data-v-9336447f]{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;color:#bdbdbd;margin:.75rem 0;padding-left:1.5rem;list-style-type:disc}.app.light-theme .privacy-list[data-v-9336447f]{color:#000}.privacy-list li[data-v-9336447f]{margin:.5rem 0}.privacy-important[data-v-9336447f]{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;color:#bdbdbd;margin:1rem 0;padding:1rem;background:#bdbdbd0d;border-left:3px solid rgba(189,189,189,.3);border-radius:4px}.app.light-theme .privacy-important[data-v-9336447f]{color:#000;background:#0000000d;border-left-color:#0000004d}.privacy-important strong[data-v-9336447f]{font-weight:600}.privacy-contact[data-v-9336447f]{margin-top:.5rem;padding:1.25rem;background:#bdbdbd05;border-radius:8px}.app.light-theme .privacy-contact[data-v-9336447f]{background:#00000005}.privacy-footer[data-v-9336447f]{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(189,189,189,.1);text-align:center}.app.light-theme .privacy-footer[data-v-9336447f]{border-top-color:#0000001a}.privacy-back-button[data-v-9336447f]{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#bdbdbd;background:#bdbdbd0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.1);border-radius:8px;padding:.75rem 2rem;cursor:pointer;transition:all .2s ease}.privacy-back-button[data-v-9336447f]:hover{background:#bdbdbd1a;transform:translateY(-2px)}.app.light-theme .privacy-back-button[data-v-9336447f]{color:#000;background:#0000000d;border-color:#0000001a}.app.light-theme .privacy-back-button[data-v-9336447f]:hover{background:#0000001a}.back-button[data-v-9336447f]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:#bdbdbd0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#bdbdbd;cursor:pointer;transition:all .2s ease;padding:0}.back-button[data-v-9336447f]:hover{background:#bdbdbd1a;transform:scale(1.05)}.app.light-theme .back-button[data-v-9336447f]{background:#0000000d;color:#000}.app.light-theme .back-button[data-v-9336447f]:hover{background:#0000001a}.back-button svg[data-v-9336447f]{width:20px;height:20px}.legal-animate[data-v-9336447f]{opacity:0;transform:translateY(24px);transition:opacity .45s ease,transform .45s ease}.legal-animate.visible[data-v-9336447f]{opacity:1;transform:translateY(0)}@media(max-width:768px){.privacy-container[data-v-9336447f]{padding:1.75rem 1.25rem;margin:1rem 0}.privacy-title[data-v-9336447f]{font-size:3rem}.privacy-section-title[data-v-9336447f]{font-size:1.15rem}.privacy-subsection[data-v-9336447f]{padding-left:1rem}.privacy-highlights[data-v-9336447f]{grid-template-columns:1fr}}.service-card.service-empty[data-v-52c260c8]{padding-bottom:.5rem}.service-card.service-empty .service-name[data-v-52c260c8]{display:flex;align-items:center;gap:.75rem}.service-card.service-empty .service-name[data-v-52c260c8]:after{content:"";flex:1;height:1px;background:#bdbdbd59}.service-card.service-empty .no-service-results[data-v-52c260c8]{display:none}.field-search-icon[data-v-52c260c8]{background:transparent;border:none;color:#bdbdbd80;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;margin-left:auto;flex-shrink:0}.field-search-icon[data-v-52c260c8]:hover{color:#bdbdbd;background:#bdbdbd1a}.field-search-icon svg[data-v-52c260c8]{width:16px;height:16px}.field-map-icon[data-v-52c260c8]{background:transparent;border:none;color:#bdbdbd80;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;margin-left:.25rem;flex-shrink:0}.field-map-icon[data-v-52c260c8]:hover{color:#bdbdbd;background:#bdbdbd1a}.field-map-icon svg[data-v-52c260c8]{width:16px;height:16px}.ip-location-info[data-v-52c260c8]{padding:1rem;text-align:center;border-bottom:1px solid rgba(189,189,189,.1)}.ip-location-info p[data-v-52c260c8]{margin:.25rem 0;color:#bdbdbd}.ip-location-info .ip-isp[data-v-52c260c8]{color:#bdbdbdb3;font-size:.9rem}.ip-location-info .ip-accuracy-note[data-v-52c260c8]{color:#bdbdbd80;font-size:.85rem;font-style:italic;margin-top:.5rem}.app.light-theme .ip-location-info[data-v-52c260c8]{border-bottom-color:#0000001a}.app.light-theme .ip-location-info p[data-v-52c260c8]{color:#000}.app.light-theme .ip-location-info .ip-isp[data-v-52c260c8]{color:#000000b3}.app.light-theme .ip-location-info .ip-accuracy-note[data-v-52c260c8]{color:#00000080}.modal-back-button[data-v-52c260c8]{position:fixed;top:50%;transform:translateY(-50%);background:#bdbdbd1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(189,189,189,.1);color:#bdbdbd;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:left .4s ease-out,right .4s ease-out,background .2s ease,color .2s ease;z-index:1002;box-sizing:border-box}@media(max-width:768px){.modal-back-button[data-v-52c260c8]{position:fixed!important;top:10px!important;right:15px!important;left:auto!important;transform:rotate(90deg)!important;transform-origin:center!important;z-index:10000!important;margin:0!important;box-sizing:border-box!important}.analysis-side-panel[data-v-52c260c8]{display:none!important}}.modal-back-button[data-v-52c260c8]:hover{background:#bdbdbd33;color:#fff}.app.light-theme .modal-back-button[data-v-52c260c8]{background:#0000001a;color:#000}.app.light-theme .modal-back-button[data-v-52c260c8]:hover{background:#0003;color:#000}.modal-content.panel-layered[data-v-52c260c8]{box-shadow:-12px 0 40px #0006}.clickable-username[data-v-52c260c8]{color:#bdbdbd;cursor:pointer;text-decoration:underline;text-decoration-color:#bdbdbd80;transition:all .2s ease}.clickable-username[data-v-52c260c8]:hover{color:#fff;text-decoration-color:#bdbdbd}.app.light-theme .clickable-username[data-v-52c260c8]{color:#000;text-decoration-color:#00000080}.app.light-theme .clickable-username[data-v-52c260c8]:hover{color:#000;text-decoration-color:#000}
