*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;font-weight:300;background:#0d1b8e;color:#0a0a0a;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{display:block;max-width:100%}:root{--black: #0A0A0A;--white: #FFFFFF;--grey-light: #0D1B8E;--grey-mid: #9A9A9A;--blue: #0D1B8E;--blue-dim: #0A1466}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in:nth-child(2){transition-delay:.1s}.fade-in:nth-child(3){transition-delay:.2s}.fade-in:nth-child(4){transition-delay:.3s}.fade-in:nth-child(5){transition-delay:.4s}.tt-container{max-width:1320px;margin:0 auto;padding:0 40px}@media(max-width:768px){.tt-container{padding:0 20px}}.tt-section-label{font-family:DM Mono,monospace;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--grey-mid);display:block;margin-bottom:16px}.tt-heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:clamp(32px,6vw,80px);text-transform:uppercase;letter-spacing:-.02em;line-height:1;margin-bottom:32px}.tt-sub{font-size:17px;color:var(--grey-mid);max-width:520px;margin-bottom:40px}.tt-section{padding:100px 0;position:relative;overflow:hidden}.tt-section--white{background:var(--white)}.tt-section--black{background:var(--black);color:var(--white)}.tt-section--grey{background:var(--grey-light)}.tt-nav{position:fixed;top:0;left:0;right:0;z-index:1100;background:var(--white);border-bottom:1px solid #E0E0E0;transition:box-shadow .3s ease}.tt-nav--scrolled{box-shadow:0 2px 16px #00000014}.tt-nav__inner{max-width:1320px;margin:0 auto;padding:0 40px;height:80px;display:flex;align-items:center;justify-content:space-between}.tt-nav__logo{display:flex;align-items:stretch;height:100%}.tt-nav__logo img{height:100%;width:auto;display:block;transition:filter .3s ease}.tt-nav__links{display:flex;gap:40px;position:absolute;left:50%;transform:translate(-50%)}.tt-nav__link{font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--black);transition:color .3s ease}.tt-nav--scrolled .tt-nav__link{color:var(--black)}.tt-nav__link:hover{color:var(--blue)}.tt-nav__actions{display:flex;gap:12px;align-items:center}.tt-nav .tt-btn--ghost{color:var(--black);border-color:var(--black)}.tt-btn{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;border-radius:999px;padding:10px 24px;transition:all .25s ease;white-space:nowrap}.tt-btn--ghost{background:transparent;border:1px solid var(--black);color:var(--black)}.tt-btn--ghost:hover{background:var(--black);color:var(--white)}.tt-btn--danger-ghost{background:transparent;border:1px solid #DC2626;color:#dc2626}.tt-btn--danger-ghost:hover{background:#dc2626;color:#fff}.tt-btn--danger{background:#dc2626;border:1px solid #DC2626;color:#fff}.tt-btn--danger:hover{background:#b91c1c;border-color:#b91c1c}.tt-btn--solid{background:var(--black);color:var(--white)}.tt-btn--solid:hover{background:#222}.tt-btn--white{background:var(--white);color:var(--black);position:relative;z-index:1}.tt-btn--white:hover{color:var(--blue)}.tt-btn--lg{padding:14px 36px;font-size:15px}.tt-text-link{font-family:DM Sans,sans-serif;font-size:15px;position:relative;padding-bottom:2px}.tt-text-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--black);transition:width .3s ease}.tt-text-link:hover:after{width:100%}.tt-hamburger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:44px;min-height:44px;padding:0}.tt-hamburger span{display:block;height:2px;width:28px;background:var(--black);transition:all .3s ease}.tt-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.tt-hamburger.open span:nth-child(2){opacity:0}.tt-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media(max-width:900px){.tt-nav__links,.tt-nav__actions{display:none}.tt-hamburger{display:flex}}@media(max-width:768px){.tt-nav{display:none}.tt-mobile-menu{display:none!important}}.tt-mobile-menu{position:fixed;top:60px;left:0;right:0;bottom:0;background:var(--black);z-index:1090;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transform:translateY(-100%);transition:transform .35s ease}.tt-mobile-menu--open{transform:translateY(0)}.tt-mobile-menu__link{font-family:Barlow Condensed,sans-serif;font-size:clamp(32px,9vw,48px);font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:-.02em;background:none;border:none;cursor:pointer;padding:4px 0;line-height:1}.tt-mobile-menu__link:hover{color:var(--grey-mid)}.tt-hero{min-height:100vh;background:var(--white);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:120px 40px 0}.tt-hero__monogram{position:absolute;right:-2%;top:50%;transform:translateY(-50%);font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:22vw;line-height:.85;color:var(--grey-light);pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none}.tt-hero__content{position:relative;z-index:1;max-width:1320px;margin:0 auto;width:100%}.tt-hero__blue-line{width:80px;height:2px;background:var(--blue);margin-bottom:24px}.tt-hero__headline{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(48px,15vw,180px);line-height:.9;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:32px}.tt-hero__headline span{display:block}.tt-hero__clip{overflow:hidden;margin-right:-3vw}.tt-hero__body{max-width:420px;font-size:17px;color:var(--grey-mid);margin-bottom:40px}.tt-hero__ctas{display:flex;align-items:center;gap:32px}.tt-marquee{position:absolute;bottom:0;left:0;right:0;background:var(--black);overflow:hidden;padding:14px 0}.tt-marquee__track{display:flex;white-space:nowrap;animation:marquee-scroll 40s linear infinite}.tt-marquee__track span{font-family:DM Mono,monospace;font-size:12px;color:var(--white);letter-spacing:.12em;text-transform:uppercase}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tt-meets-scroll{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;padding:0 40px 20px;max-width:1320px;margin:0 auto}.tt-meets-scroll::-webkit-scrollbar{display:none}.tt-card{min-width:300px;max-width:320px;flex-shrink:0;border:1px solid transparent;transition:border-color .3s ease}.tt-card:hover{border-color:var(--blue)}.tt-card__img-wrap{width:100%;height:200px;overflow:hidden}.tt-card__img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .4s ease}.tt-card:hover .tt-card__img{filter:grayscale(0%)}.tt-card__body{padding:16px}.tt-card__location{font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--grey-mid);display:block;margin-bottom:6px}.tt-card__title{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:22px;text-transform:uppercase;letter-spacing:-.02em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.tt-card__date{font-family:DM Mono,monospace;font-size:11px;color:var(--grey-mid);display:block;margin-bottom:14px}.tt-card__footer{display:flex;align-items:center;justify-content:space-between}.tt-card__avatars{display:flex;align-items:center}.tt-card__avatar{width:24px;height:24px;border-radius:50%;border:2px solid var(--white);object-fit:cover;margin-left:-8px}.tt-card__avatar:first-child{margin-left:0}.tt-card__going{font-family:DM Mono,monospace;font-size:10px;color:var(--grey-mid);margin-left:8px}.tt-card__link{display:block;text-decoration:none;color:inherit}.tt-card__footer-wrap{padding:0 16px 16px}.tt-like{display:flex;align-items:center;gap:4px;font-family:DM Mono,monospace;font-size:11px;color:var(--grey-mid);transition:transform .2s ease}.tt-like--active{color:var(--blue)}.tt-like--pop{animation:pop-heart .25s ease}@keyframes pop-heart{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.tt-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.tt-step{position:relative;padding:40px 40px 40px 0}.tt-step__big-num{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(60px,8vw,120px);color:#1a1a1a;line-height:1;margin-bottom:16px}.tt-step__label{font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--white);display:block;margin-bottom:12px}.tt-step__body{font-size:15px;color:var(--grey-mid);line-height:1.7}.tt-step__divider{position:absolute;right:0;top:40px;bottom:40px;width:1px;background:var(--grey-mid);opacity:.4}@media(max-width:768px){.tt-steps{grid-template-columns:1fr}.tt-step{padding:32px 0}.tt-step__divider{position:relative;width:100%;height:1px;top:auto;bottom:auto;right:auto;margin-top:32px}}.tt-map{width:100%;height:480px;background:var(--grey-light);border:1px solid #E0E0E0;margin-bottom:24px;position:relative;overflow:hidden}.tt-map svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tt-map-link{font-family:DM Mono,monospace;font-size:12px;color:var(--black);display:inline-block}.tt-map-link:hover{text-decoration:underline}.tt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:60px}.tt-grid__tile{position:relative;overflow:hidden;aspect-ratio:1}.tt-grid__tile img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .4s ease}.tt-grid__tile:hover img{filter:grayscale(0%)}.tt-grid__overlay{position:absolute;bottom:0;left:0;right:0;background:#0a0a0acc;padding:10px 14px;font-family:DM Mono,monospace;font-size:11px;color:var(--white);transform:translateY(100%);transition:transform .3s ease}.tt-grid__tile:hover .tt-grid__overlay{transform:translateY(0)}@media(max-width:768px){.tt-grid{grid-template-columns:repeat(2,1fr)}}.tt-stats{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.tt-stats span{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:clamp(24px,4vw,48px);text-transform:uppercase;letter-spacing:-.02em}.tt-stats__dot{width:8px;height:8px;border-radius:50%;background:var(--blue);flex-shrink:0}.tt-join{text-align:center;padding:120px 0}.tt-join__bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:30vw;color:var(--white);opacity:.04;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.tt-join__content{position:relative;z-index:1}.tt-join__content .tt-heading{margin-bottom:16px}.tt-join__content .tt-sub{margin:0 auto 40px;text-align:center}.tt-join__note{display:block;margin-top:20px;font-family:DM Mono,monospace;font-size:11px;color:var(--grey-mid);letter-spacing:.1em;text-transform:uppercase;position:relative;z-index:1}.tt-footer{background:var(--black);color:var(--white);padding:72px 0 36px}.tt-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:56px}.tt-footer__brand{display:flex;flex-direction:column}.tt-footer__logo-wordmark{display:block;margin-bottom:16px;opacity:.9}.tt-footer__tagline{font-size:14px;color:var(--grey-mid);line-height:1.6;margin-bottom:8px;max-width:240px}.tt-footer__est{font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#444;margin-bottom:24px}.tt-footer__social{display:flex;gap:16px;margin-top:auto}.tt-footer__social a{color:var(--grey-mid);transition:color .2s ease;display:flex}.tt-footer__social a:hover{color:var(--white)}.tt-footer__col{display:flex;flex-direction:column}.tt-footer__col-heading{font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--white);margin-bottom:20px;font-weight:400}.tt-footer__col-link{font-size:14px;color:var(--grey-mid);transition:color .2s ease;margin-bottom:12px;display:block}.tt-footer__col-link:hover{color:var(--white)}.tt-footer__join-text{font-size:13px;color:var(--grey-mid);line-height:1.6;margin-bottom:20px}.tt-footer__join-btn{font-size:13px;padding:10px 20px;align-self:flex-start}.tt-footer__divider{height:1px;background:#1e1e1e;margin-bottom:28px}.tt-footer__bottom{display:flex;align-items:center;justify-content:space-between}.tt-footer__copy{font-family:DM Mono,monospace;font-size:11px;color:var(--grey-mid)}.tt-footer__made{font-family:DM Mono,monospace;font-size:11px;color:#444;text-transform:uppercase;letter-spacing:.1em}@media(max-width:960px){.tt-footer__grid{grid-template-columns:1fr 1fr;gap:40px}.tt-footer__brand{grid-column:1 / -1;flex-direction:row;flex-wrap:wrap;gap:24px;align-items:flex-start}.tt-footer__brand>img{width:100%;flex:none}.tt-footer__social{margin-top:0}}@media(max-width:600px){.tt-footer__grid{grid-template-columns:1fr;gap:32px}.tt-footer__brand{flex-direction:column}.tt-footer__bottom{flex-direction:column;gap:8px;align-items:flex-start}}@media(max-width:768px){.tt-nav__inner{padding:0 16px;height:60px}.tt-hero{padding:80px 20px 0;min-height:100svh}.tt-hero__headline{font-size:clamp(40px,14vw,100px)}.tt-hero__monogram{font-size:40vw;right:-10%}.tt-hero__body{font-size:15px}.tt-hero__ctas{flex-direction:column;align-items:flex-start;gap:16px}.tt-meets-scroll{padding:0 20px 20px}.tt-card{min-width:280px}.tt-map{height:280px}.tt-section{padding:60px 0}.tt-join{padding:80px 0}.tt-event__hero{margin-top:64px}.tt-meetups-page__header{padding-top:100px;padding-bottom:40px}}.tt-mappage{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:var(--black)}.tt-mappage .tt-nav{flex-shrink:0;position:relative;top:auto}.tt-mappage__layout{display:flex;flex:1;overflow:hidden}.tt-mappage__sidebar{width:340px;flex-shrink:0;background:#111;border-right:1px solid #1E1E1E;display:flex;flex-direction:column;overflow:hidden}.tt-mp-header{padding:24px 20px 16px;border-bottom:1px solid #1E1E1E;display:flex;align-items:flex-start;justify-content:space-between}.tt-mp-refresh{background:#1a1a1a;border:1px solid #2A2A2A;color:#9a9a9a;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s;flex-shrink:0}.tt-mp-refresh:hover{color:#fff;border-color:#444}.tt-mp-refresh--spinning svg{animation:tt-spin .7s linear infinite}.tt-mp-sidebar-close{display:none;background:#1a1a1a;border:1px solid #2A2A2A;color:#9a9a9a;width:32px;height:32px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.tt-mp-sidebar-close:hover{color:#fff;border-color:#444}.tt-mp-week-winner{display:flex;align-items:center;gap:10px;margin:0 12px 12px;background:linear-gradient(135deg,#1a1200,#2a1e00);border:1px solid #F59E0B44;border-radius:10px;padding:10px 12px}.tt-mp-week-winner__trophy{font-size:20px;flex-shrink:0}.tt-mp-week-winner__body{flex:1;min-width:0}.tt-mp-week-winner__label{display:block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#f59e0b;margin-bottom:2px}.tt-mp-week-winner__name{display:block;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-mp-week-winner__score{font-size:11px;color:#9a9a9a}.tt-mp-week-winner__fly{background:#f59e0b33;border:none;color:#f59e0b;width:28px;height:28px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tt-mp-week-winner__fly:hover{background:#f59e0b4d}.tt-mp-title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:24px;text-transform:uppercase;letter-spacing:-.02em;color:var(--white);margin-bottom:2px}.tt-mp-sub{font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--grey-mid)}.tt-mp-search-wrap{display:flex;align-items:center;gap:10px;margin:12px 16px;background:#1a1a1a;border:1px solid #2A2A2A;border-radius:4px;padding:8px 12px;transition:border-color .2s}.tt-mp-search-wrap:focus-within{border-color:var(--blue)}.tt-mp-search-wrap svg{color:#555;flex-shrink:0}.tt-mp-search{flex:1;background:none;border:none;outline:none;font-family:DM Sans,sans-serif;font-size:13px;color:var(--white);min-width:0}.tt-mp-search::placeholder{color:#555}.tt-mp-search-clear{background:none;border:none;color:#555;font-size:12px;cursor:pointer;padding:0;line-height:1}.tt-mp-search-clear:hover{color:var(--white)}.tt-mp-list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2A2A2A transparent}.tt-mp-list::-webkit-scrollbar{width:4px}.tt-mp-list::-webkit-scrollbar-track{background:transparent}.tt-mp-list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}.tt-mp-empty{padding:32px 20px;font-size:13px;color:#555;text-align:center}.tt-mp-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 16px;border-bottom:1px solid #1A1A1A;background:none;color:inherit;transition:background .15s ease}.tt-mp-item:hover{background:#1a1a1a}.tt-mp-item--active{background:#1a1a2e;border-left:2px solid var(--blue)}.tt-mp-item__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tt-mp-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tt-mp-item__label{font-size:13px;font-weight:500;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-mp-item__sub{font-size:11px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-mp-item__meta{font-family:DM Mono,monospace;font-size:10px;color:var(--grey-mid)}.tt-mp-item__arrow{color:#333;flex-shrink:0;transition:color .15s}.tt-mp-item:hover .tt-mp-item__arrow{color:var(--grey-mid)}.tt-mp-add{padding:16px;border-top:1px solid #1E1E1E;flex-shrink:0}.tt-mp-add-btn{width:100%;border:1px solid #2A2A2A;color:var(--grey-mid);font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;padding:10px;border-radius:3px;transition:all .2s ease}.tt-mp-add-btn:hover{border-color:var(--blue);color:var(--white)}.tt-mp-add-btn--active{background:var(--blue);border-color:var(--blue);color:var(--white)}.tt-mp-add-hint{font-family:DM Mono,monospace;font-size:10px;color:var(--grey-mid);text-align:center;margin-top:8px;letter-spacing:.05em}.tt-mp-add-form{display:flex;flex-direction:column;gap:8px}.tt-mp-add-form__hint{font-family:DM Mono,monospace;font-size:10px;color:var(--grey-mid);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.tt-mp-add-form__input{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:3px;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:13px;color:var(--white);outline:none;transition:border-color .2s}.tt-mp-add-form__input::placeholder{color:#555}.tt-mp-add-form__input:focus{border-color:var(--blue)}.tt-mp-add-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}.tt-mp-add-form__photo-btn{background:#1a1a1a;border:1px dashed #333;color:#777;border-radius:8px;padding:8px 12px;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:border-color .15s,color .15s;overflow:hidden}.tt-mp-add-form__photo-btn:hover{border-color:#555;color:#ccc}.tt-mp-add-form__photo-preview{width:100%;max-height:120px;object-fit:cover;border-radius:4px}.tt-mp-add-form__actions{display:flex;gap:8px}.tt-mp-add-form__actions .tt-btn{flex:1}.tt-mappage__map{flex:1;position:relative;overflow:hidden}.tt-mappage__map--crosshair{cursor:crosshair}.tt-mappage__map--crosshair .leaflet-container{cursor:crosshair!important}.tt-mp-zoom{position:absolute;bottom:32px;right:16px;z-index:800;display:flex;flex-direction:column;border:1px solid #2A2A2A;border-radius:3px;overflow:hidden}.tt-mp-zoom button{width:36px;height:36px;background:#111;color:var(--white);font-size:20px;font-weight:300;border:none;border-bottom:1px solid #2A2A2A;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.tt-mp-zoom button:last-child{border-bottom:none}.tt-mp-zoom button:hover{background:#222}.tt-mp-fab{position:absolute;bottom:28px;right:16px;z-index:800;width:52px;height:52px;border-radius:50%;background:#0d1b8e;color:#fff;border:none;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000080;cursor:pointer;transition:background .2s,transform .15s}.tt-mp-fab:hover{background:#1628cc;transform:scale(1.08)}.tt-mp-fab--active{background:#444}.tt-mp-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:850;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding-bottom:90px;pointer-events:none}.tt-mp-overlay__panel{background:#111;border:1px solid #2A2A2A;border-radius:14px;padding:18px;width:100%;max-width:340px;pointer-events:all;display:flex;flex-direction:column;gap:10px}.tt-mp-overlay__title{font-size:15px;font-weight:700;color:#fff;margin:0 0 2px}.tt-mp-filters{padding:0 12px 16px;display:flex;flex-direction:column;gap:2px}.tt-mp-filters__heading{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 6px}.tt-mp-filter-row{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;border-radius:7px;padding:7px 8px;cursor:pointer;color:#ccc;font-size:13px;transition:background .15s}.tt-mp-filter-row:hover{background:#1a1a1a}.tt-mp-filter-row--off{opacity:.4}.tt-mp-filter-row__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tt-mp-filter-row__label{flex:1;text-align:left}.tt-mp-filter-row__check{width:16px;color:#5dc97e}.tt-mp-filter-row__club-tag{font-size:9px;font-weight:700;background:#ffffff14;color:#888;border-radius:4px;padding:1px 5px}.tt-mp-filter-reset{display:block;width:100%;background:transparent;border:none;border-top:1px solid #222;color:#888;font-size:12px;padding:8px 0 2px;cursor:pointer;text-align:left;transition:color .15s}.tt-mp-filter-reset:hover{color:#ccc}.tt-popup__rsvp-btn{display:flex;align-items:center;gap:4px;border:1px solid #333;border-radius:6px;background:transparent;color:#aaa;font-size:12px;padding:4px 10px;cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.tt-popup__rsvp-btn:hover{border-color:#2563eb;color:#7b9fff}.tt-popup__rsvp-btn--going{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:600}.tt-popup__rsvp-count{opacity:.75}.tt-mp-filtermap{position:absolute;top:16px;left:16px;z-index:800}.tt-mp-filtermap__btn{display:flex;align-items:center;gap:7px;padding:8px 14px;background:#111;border:1px solid #2A2A2A;border-radius:4px;color:var(--white);font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:border-color .2s,background .2s}.tt-mp-filtermap__btn:hover,.tt-mp-filtermap__btn--open{border-color:#444;background:#1a1a1a}.tt-mp-filtermap__badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--blue);font-size:9px;line-height:1}.tt-mp-filtermap__panel{margin-top:6px;background:#111;border:1px solid #2A2A2A;border-radius:6px;overflow:hidden;min-width:210px;box-shadow:0 8px 24px #0009}.tt-mp-filtermap__row{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:transparent;border:none;color:var(--white);font-family:DM Sans,sans-serif;font-size:13px;cursor:pointer;text-align:left;transition:background .15s}.tt-mp-filtermap__row:hover{background:#1a1a1a}.tt-mp-filtermap__row--off{opacity:.45}.tt-mp-filtermap__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tt-mp-filtermap__label{flex:1}.tt-mp-filtermap__check{width:16px;color:#5dc97e}.tt-mp-filtermap__reset{display:block;width:100%;padding:8px 14px;background:transparent;border:none;border-top:1px solid #1E1E1E;color:var(--blue);font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;text-align:center;transition:background .15s}.tt-mp-filtermap__reset:hover{background:#1a1a1a}.tt-loc-dot{position:relative;width:24px;height:24px}.tt-loc-dot__core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#4285f4;border:2.5px solid white;box-shadow:0 0 10px #4285f4b3;z-index:1}.tt-loc-dot__pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.5);width:34px;height:34px;border-radius:50%;background:#4285f44d;animation:locPulse 2s ease-out infinite}@keyframes locPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.tt-mp-banner{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:800;background:var(--blue);color:var(--white);font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;padding:10px 20px;border-radius:3px;display:flex;align-items:center;gap:12px;pointer-events:none;box-shadow:0 4px 20px #0d1b8e80}.tt-mp-banner__cancel{pointer-events:all;background:#fff3;border:1px solid rgba(255,255,255,.35);border-radius:4px;color:#fff;font-size:11px;font-family:DM Mono,monospace;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;cursor:pointer;transition:background .15s;white-space:nowrap}.tt-mp-banner__cancel:hover{background:#ffffff4d}.leaflet-popup-content-wrapper{background:#111!important;border:1px solid #2A2A2A!important;border-radius:4px!important;box-shadow:0 8px 32px #0009!important;padding:0!important}.leaflet-popup-tip-container{display:none}.leaflet-popup-content{margin:0!important;width:auto!important}.leaflet-popup-close-button{color:#555!important;top:8px!important;right:8px!important;font-size:16px!important;z-index:10}.leaflet-popup-close-button:hover{color:var(--white)!important}.tt-popup{padding:16px;min-width:180px}.tt-popup__badge{display:inline-block;font-family:DM Mono,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.14em;padding:3px 7px;border-radius:2px;margin-bottom:10px}.tt-popup__badge--event{background:#0d1b8e4d;color:#7b93ff}.tt-popup__badge--community{background:#222;color:var(--grey-mid)}.tt-popup__badge--user{background:#0d8e3a40;color:#5dc97e}.tt-popup__img{width:100%;height:110px;object-fit:cover;border-radius:2px;margin-bottom:12px;filter:grayscale(30%)}.tt-popup__title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:-.02em;color:var(--white);margin-bottom:4px}.tt-popup__sub{font-size:12px;color:var(--grey-mid);margin-bottom:4px}.tt-popup__date{font-family:DM Mono,monospace;font-size:10px;color:var(--grey-mid);margin-bottom:4px;text-transform:uppercase}.tt-popup__meta{font-family:DM Mono,monospace;font-size:10px;color:#555;margin-bottom:12px}.tt-popup__cta{width:100%;font-size:12px;padding:8px 16px}.tt-nav__link--active,.tt-nav--scrolled .tt-nav__link--active{color:var(--blue)!important}.tt-mp-sidebar-toggle{display:none;position:absolute;top:16px;left:12px;z-index:900;background:#111;border:1px solid #2A2A2A;border-radius:6px;padding:8px 14px;color:var(--white);font-family:DM Mono,monospace;font-size:11px;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 16px #0006}@media(max-width:768px){.tt-mappage{height:100dvh}.tt-mp-sidebar-toggle{display:flex;top:max(16px,env(safe-area-inset-top,0px));left:max(12px,env(safe-area-inset-left,0px))}.tt-mappage__layout{position:relative;flex-direction:row}.tt-mappage__sidebar{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1100;border-right:none;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.tt-mappage__sidebar--open{transform:translate(0)}.tt-mappage__map{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.tt-mp-zoom{bottom:max(100px,calc(env(safe-area-inset-bottom,0px) + 90px));right:max(12px,env(safe-area-inset-right,0px))}.tt-mp-fab{bottom:max(24px,calc(env(safe-area-inset-bottom,0px) + 16px));right:max(12px,env(safe-area-inset-right,0px))}.tt-mp-overlay{padding-bottom:max(20px,calc(env(safe-area-inset-bottom,0px) + 12px));align-items:flex-end}.tt-mp-overlay__panel{max-height:85dvh;overflow-y:auto;border-radius:14px 14px 0 0}.tt-mp-sidebar-close{display:flex}.leaflet-popup{max-width:calc(100vw - 32px)!important}.tt-popup{font-size:13px}.tt-popup__title{font-size:14px}}.tt-auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.tt-auth-modal{background:#111;border:1px solid #222;border-radius:6px;width:100%;max-width:420px;padding:40px;position:relative;box-shadow:0 24px 80px #0009}.tt-auth-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#555;cursor:pointer;padding:4px;display:flex;transition:color .2s}.tt-auth-close:hover{color:var(--white)}.tt-auth-header{margin-bottom:24px}.tt-auth-eyebrow{font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--blue);display:block;margin-bottom:8px}.tt-auth-title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:36px;text-transform:uppercase;letter-spacing:-.02em;color:var(--white);line-height:1}.tt-auth-tabs{display:flex;gap:0;border-bottom:1px solid #222;margin-bottom:24px}.tt-auth-tab{font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#555;background:none;border:none;border-bottom:2px solid transparent;padding:8px 0;margin-bottom:-1px;margin-right:24px;cursor:pointer;transition:color .2s,border-color .2s}.tt-auth-tab:hover{color:var(--grey-mid)}.tt-auth-tab--active{color:var(--white);border-bottom-color:var(--blue)}.tt-auth-google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:#1a1a1a;border:1px solid #2A2A2A;border-radius:4px;padding:11px;color:var(--white);font-family:DM Sans,sans-serif;font-size:14px;cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:20px}.tt-auth-google:hover{border-color:#444;background:#222}.tt-auth-google:disabled{opacity:.5;cursor:not-allowed}.tt-auth-divider{display:flex;align-items:center;gap:12px;color:#333;font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}.tt-auth-divider:before,.tt-auth-divider:after{content:"";flex:1;height:1px;background:#222}.tt-auth-form{display:flex;flex-direction:column;gap:14px}.tt-auth-field{display:flex;flex-direction:column;gap:6px}.tt-auth-label{font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--grey-mid);display:flex;justify-content:space-between;align-items:center}.tt-auth-forgot{font-family:DM Mono,monospace;font-size:10px;color:#555;text-decoration:none;transition:color .2s}.tt-auth-forgot:hover{color:var(--white)}.tt-auth-input{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:4px;padding:11px 14px;font-family:DM Sans,sans-serif;font-size:14px;color:var(--white);outline:none;transition:border-color .2s;width:100%}.tt-auth-input::placeholder{color:#444}.tt-auth-input:focus{border-color:var(--blue)}.tt-auth-error{font-size:13px;color:#ff6b6b;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.2);border-radius:4px;padding:10px 12px}.tt-auth-info{font-size:13px;color:#5dc97e;background:#5dc97e1a;border:1px solid rgba(93,201,126,.2);border-radius:4px;padding:10px 12px}.tt-auth-submit{width:100%;padding:13px;font-size:14px;margin-top:4px;border-radius:4px}.tt-auth-submit:disabled{opacity:.6;cursor:not-allowed}.tt-auth-switch{text-align:center;font-size:13px;color:#555;margin-top:20px;margin-bottom:0}.tt-auth-switch button{background:none;border:none;color:var(--white);cursor:pointer;font-size:13px;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.tt-nav-user{position:relative}.tt-nav-user__avatar{width:34px;height:34px;border-radius:50%;background:var(--blue);color:var(--white);font-family:DM Mono,monospace;font-size:12px;font-weight:400;display:flex;align-items:center;justify-content:center;border:2px solid transparent;cursor:pointer;transition:border-color .2s;overflow:hidden}.tt-nav-user__avatar img{width:100%;height:100%;object-fit:cover}.tt-nav-user__avatar:hover{border-color:var(--blue)}.tt-nav-user__avatar--light{border-color:#ffffff4d}.tt-nav-user__dropdown{position:absolute;top:100%;right:0;padding-top:8px;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .12s,transform .12s;z-index:1200;min-width:180px}.tt-nav-user__dropdown--open{pointer-events:auto;opacity:1;transform:translateY(0)}.tt-nav-user__dropdown-inner{background:#111;border:1px solid #2A2A2A;border-radius:4px;box-shadow:0 8px 32px #00000080;padding:8px 0}.tt-nav-user__name{display:block;padding:8px 16px 10px;font-size:13px;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.tt-nav-user__divider{height:1px;background:#1e1e1e;margin:4px 0}.tt-nav-user__item{display:block;width:100%;text-align:left;padding:9px 16px;font-family:DM Sans,sans-serif;font-size:13px;color:var(--grey-mid);background:none;border:none;cursor:pointer;transition:background .15s,color .15s}.tt-nav-user__item:hover{background:#1a1a1a;color:var(--white)}.tt-nav-user__item--danger{color:#ff6b6b}.tt-nav-user__item--danger:hover{background:#ff6b6b14;color:#ff6b6b}.tt-event{min-height:100vh;background:var(--black);color:var(--white)}.tt-event__hero{position:relative;height:520px;overflow:hidden;margin-top:80px}.tt-event__hero-img{width:100%;height:100%;object-fit:cover;display:block}.tt-event__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0a0aeb,#0a0a0a66,#0a0a0a26)}.tt-event__hero-content{position:absolute;bottom:48px;left:0;right:0;padding:0 48px}.tt-event__title{font-family:Barlow Condensed,sans-serif;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:900;text-transform:uppercase;letter-spacing:.01em;color:var(--white);margin:10px 0 16px;line-height:1}.tt-event__meta-row{display:flex;flex-wrap:wrap;gap:10px}.tt-event__meta-chip{display:flex;align-items:center;gap:6px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:13px;color:#ffffffd9}.tt-event__body{max-width:1100px;margin:0 auto;padding:0 32px 80px}.tt-event__section{padding:56px 0 0;border-top:1px solid #1a1a1a;margin-top:56px}.tt-event__section:first-child{border-top:none;margin-top:0}.tt-event__section-title{font-family:Barlow Condensed,sans-serif;font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin:0 0 28px}.tt-event__info{display:flex;gap:48px;align-items:flex-start}.tt-event__description{flex:1}.tt-event__desc-text{font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.75;color:#bbb;margin:0}.tt-event__actions{display:flex;flex-direction:column;gap:10px;min-width:200px}.tt-event__cta{width:100%;justify-content:center;gap:6px;display:flex;align-items:center;text-decoration:none}.tt-event__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tt-event__gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:6px;background:#111;border:none;padding:0;cursor:pointer}.tt-event__gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.tt-event__gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d1b8e00;display:flex;align-items:center;justify-content:center;transition:background .25s;opacity:0}.tt-event__gallery-item:hover img{transform:scale(1.06)}.tt-event__gallery-item:hover .tt-event__gallery-overlay{background:#0d1b8e8c;opacity:1}.tt-event__more-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tt-event__more-card{display:block;text-decoration:none;background:#0f0f0f;border:1px solid #1e1e1e;border-radius:8px;overflow:hidden;transition:border-color .2s,transform .2s}.tt-event__more-card:hover{border-color:var(--blue);transform:translateY(-3px)}.tt-event__more-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.tt-event__more-info{padding:12px 14px;display:flex;flex-direction:column;gap:3px}.tt-event__more-title{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;color:var(--white);letter-spacing:.04em}.tt-event__more-date{font-family:DM Mono,monospace;font-size:11px;color:var(--blue)}.tt-event__more-loc{font-family:DM Sans,sans-serif;font-size:12px;color:#777;margin-top:2px}.tt-event-notfound{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:var(--white);font-family:DM Sans,sans-serif;background:var(--black)}.tt-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000ed;z-index:9999;display:flex;align-items:center;justify-content:center}.tt-lightbox__img{max-width:88vw;max-height:86vh;object-fit:contain;border-radius:4px;box-shadow:0 24px 80px #000c}.tt-lightbox__close{position:absolute;top:20px;right:24px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer;opacity:.7;transition:opacity .15s}.tt-lightbox__close:hover{opacity:1}.tt-lightbox__prev,.tt-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff14;border:none;color:#fff;font-size:40px;line-height:1;padding:10px 18px;cursor:pointer;border-radius:4px;transition:background .15s}.tt-lightbox__prev{left:20px}.tt-lightbox__next{right:20px}.tt-lightbox__prev:hover,.tt-lightbox__next:hover{background:#ffffff2e}.tt-lightbox__count{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#ffffff80;font-family:DM Mono,monospace;font-size:13px}.tt-popup__ctas{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.tt-popup__ctas .tt-popup__cta{flex:1;font-size:12px;padding:7px 10px;text-align:center;text-decoration:none}@media(max-width:900px){.tt-event__hero-content{padding:0 24px}.tt-event__body{padding:0 20px 60px}.tt-event__info{flex-direction:column;gap:28px}.tt-event__actions{flex-direction:row;flex-wrap:wrap}.tt-event__cta{flex:1}.tt-event__gallery,.tt-event__more-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.tt-event__hero{height:340px;margin-top:64px}.tt-event__title{font-size:clamp(1.8rem,8vw,2.8rem)}.tt-event__meta-chip{font-size:11px;padding:5px 10px}.tt-event__gallery{grid-template-columns:1fr 1fr;gap:8px}.tt-event__more-grid{grid-template-columns:1fr}.tt-event__section-title{font-size:1.2rem}.tt-lightbox__prev{left:8px;padding:6px 12px;font-size:28px}.tt-lightbox__next{right:8px;padding:6px 12px;font-size:28px}}.tt-meetups-page__header{padding-top:140px;padding-bottom:60px;background:var(--white)}.tt-meetups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.tt-meetup-card{display:block;background:var(--white);border:1px solid #E0E0E0;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.tt-meetup-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.tt-meetup-card__img-wrap{position:relative;aspect-ratio:16 / 10;overflow:hidden}.tt-meetup-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tt-meetup-card:hover .tt-meetup-card__img{transform:scale(1.05)}.tt-meetup-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.tt-meetup-card:hover .tt-meetup-card__overlay{opacity:1}.tt-meetup-card__view{font-family:DM Mono,monospace;font-size:13px;color:#fff;letter-spacing:.05em;text-transform:uppercase;border:1px solid rgba(255,255,255,.5);padding:8px 20px;border-radius:4px}.tt-meetup-card__body{padding:24px}.tt-meetup-card__location-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.tt-meetup-card__location{font-family:DM Mono,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--blue)}.tt-meetup-card__title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:24px;text-transform:uppercase;letter-spacing:-.01em;line-height:1.15;margin-bottom:10px}.tt-meetup-card__desc{font-size:14px;color:var(--grey-mid);line-height:1.6;margin-bottom:20px}.tt-meetup-card__footer{display:flex;align-items:center;gap:20px;padding-top:16px;border-top:1px solid #F0F0F0}.tt-meetup-card__date,.tt-meetup-card__going{display:flex;align-items:center;gap:6px;font-family:DM Mono,monospace;font-size:12px;color:var(--grey-mid)}@media(max-width:900px){.tt-meetups-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:560px){.tt-meetups-grid{grid-template-columns:1fr;gap:16px}.tt-meetups-page__header{padding-top:90px;padding-bottom:32px}.tt-meetup-card__body{padding:16px}.tt-meetup-card__title{font-size:20px}.tt-meetup-card__desc{font-size:13px;margin-bottom:14px}}.tt-profile-unauth{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--black)}.tt-profile-unauth__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff}.tt-profile-unauth__inner h2{font-size:22px;font-weight:500;color:#fff}.tt-profile{min-height:100vh;background:#0d1b8e;padding-top:72px}.tt-profile__hero{background:var(--black);padding:40px 48px;display:flex;align-items:center;gap:32px}.tt-profile__avatar{width:80px;height:80px;border-radius:50%;background:#0d1b8e;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;font-family:Barlow Condensed,sans-serif;flex-shrink:0;overflow:hidden}.tt-profile__avatar img{width:100%;height:100%;object-fit:cover}.tt-profile__info{flex:1}.tt-profile__name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tt-profile__name{font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0}.tt-profile__badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.tt-profile__badge--verified{background:#0d1b8e66;color:#7b93ff}.tt-profile__username{color:#9a9a9a;font-size:14px;margin:4px 0 16px}.tt-profile__stats{display:flex;gap:32px}.tt-profile__stat{display:flex;flex-direction:column}.tt-profile__stat-num{font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:700;color:#fff;line-height:1}.tt-profile__stat-lbl{font-size:11px;color:#9a9a9a;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.tt-profile__body{max-width:900px;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:32px}.tt-profile__section{background:#fff;border-radius:12px;padding:24px}.tt-profile__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tt-profile__section-title{font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700;color:var(--black);text-transform:uppercase;margin:0}.tt-profile__section-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;padding:0}.tt-profile__section-toggle:hover{color:#0d1b8e}.tt-profile__section-count{background:#e5e7eb;color:#374151;font-size:11px;font-family:DM Mono,monospace;padding:2px 7px;border-radius:99px;font-weight:600}.tt-profile__section-chevron{font-size:11px;color:#9a9a9a}.tt-profile__empty{color:#9a9a9a;font-size:14px;margin:0}.tt-profile__clubs{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.tt-profile__club-card{border:1px solid #E8E8E8;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:4px}.tt-profile__club-card--link{text-decoration:none;transition:border-color .15s,box-shadow .15s}.tt-profile__club-card--link:hover{border-color:#0d1b8e;box-shadow:0 2px 8px #0d1b8e14}.tt-profile__club-name{font-weight:600;font-size:15px;color:var(--black)}.tt-profile__club-meta{font-size:12px;color:#9a9a9a}.tt-profile__club-desc{font-size:13px;color:#555;margin:4px 0 0}.tt-profile__club-owner{font-size:12px;color:#0d1b8e;margin-top:6px}.tt-profile__club-pending{font-size:11px;font-weight:600;color:#d97706;background:#fef3c7;padding:2px 8px;border-radius:20px;margin-top:6px;width:fit-content}.tt-profile__pins{display:flex;flex-direction:column;gap:8px}.tt-profile__pin-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #E8E8E8;border-radius:8px}.tt-profile__pin-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tt-profile__pin-body{flex:1;display:flex;flex-direction:column;gap:2px}.tt-profile__pin-label{font-size:14px;font-weight:500;color:var(--black)}.tt-profile__pin-date{font-size:12px;color:#9a9a9a}.tt-profile__pin-score{font-size:12px;color:#0d1b8e}.tt-profile__pin-del{background:none;border:none;color:#ccc;cursor:pointer;font-size:14px;padding:4px}.tt-profile__pin-del:hover{color:#dc2626}@media(max-width:640px){.tt-profile__hero{padding:24px 20px;flex-direction:column;align-items:flex-start;gap:20px}.tt-profile__stats{gap:20px}.tt-profile__body{padding:20px 16px}}.tt-auth-textarea{resize:vertical;min-height:80px;line-height:1.5}.tt-auth-input--mono{font-family:DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase;font-size:18px}.tt-club-success{display:flex;flex-direction:column;gap:20px;padding:8px 0 4px}.tt-club-success p{font-size:14px;line-height:1.6;color:var(--black);background:#eff6ff;border-radius:8px;padding:14px 16px}.tt-club-note{font-size:12px;color:#9a9a9a;line-height:1.5;display:block;margin-top:8px}.tt-popup__like-row{margin-top:10px}.tt-popup__like-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid #E0E0E0;border-radius:20px;padding:5px 12px;cursor:pointer;font-size:13px;color:#9a9a9a;transition:border-color .2s,color .2s}.tt-popup__like-btn:hover{border-color:#0d1b8e;color:#0d1b8e}.tt-popup__like-btn--active{border-color:#0d1b8e;color:#0d1b8e;background:#0d1b8e0f}.tt-popup__verified{color:#0d9488;font-size:11px;font-weight:600}.tt-mp-filtermap__club-tag{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#0d1b8e1f;color:#0d1b8e;padding:2px 5px;border-radius:3px;margin-left:4px}.tt-club-detail{min-height:100vh;background:#f5f5f5;padding-top:80px}.tt-club-detail__loading{text-align:center;padding:80px 24px;color:#9a9a9a}.tt-club-detail__loading-sm{color:#9a9a9a;font-size:14px}.tt-club-detail__not-found{text-align:center;padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.tt-club-detail__hero{background:var(--black);padding:32px 24px 40px}.tt-club-detail__hero-inner{max-width:800px;margin:0 auto}.tt-club-detail__back{color:#9a9a9a;font-size:13px;text-decoration:none;display:inline-block;margin-bottom:20px}.tt-club-detail__back:hover{color:#fff}.tt-club-detail__hero-row{display:flex;align-items:flex-start;gap:20px;margin-bottom:16px}.tt-club-detail__icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:700;color:#fff;flex-shrink:0}.tt-club-detail__hero-text{flex:1}.tt-club-detail__hero-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.tt-club-detail__region{font-size:12px;color:#9a9a9a;text-transform:uppercase;letter-spacing:.05em}.tt-club-detail__name{font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:700;color:#fff;text-transform:uppercase;margin:0 0 4px}.tt-club-detail__count{font-size:13px;color:#9a9a9a}.tt-club-detail__desc{color:#ccc;font-size:15px;line-height:1.6;margin:0 0 24px}.tt-club-detail__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tt-club-detail__hero .tt-btn--solid{background:#fff;color:#0a0a0a;border:none}.tt-club-detail__hero .tt-btn--solid:hover{background:#e5e7eb}.tt-club-detail__hero .tt-btn--ghost{border-color:#ffffff73;color:#fff}.tt-club-detail__hero .tt-btn--ghost:hover{background:#ffffff1f;color:#fff}.tt-club-detail__hero .tt-btn--danger-ghost{border-color:#f87171;color:#f87171}.tt-club-detail__hero .tt-btn--danger-ghost:hover{background:#dc262626}.tt-club-detail__code{font-size:13px;color:#9a9a9a}.tt-club-detail__code strong{color:#fff;font-family:DM Mono,monospace;letter-spacing:.08em}.tt-club-detail__join-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tt-club-detail__join-success{color:#22c55e;font-size:14px;margin:0}.tt-club-detail__body{max-width:800px;margin:0 auto;padding:32px 24px}.tt-club-detail__section-title{font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700;color:var(--black);text-transform:uppercase;margin:0 0 16px}.tt-club-detail__members{display:flex;flex-direction:column;gap:8px}.tt-club-detail__delete-confirm{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff1f1;border:1px solid #fca5a5;border-radius:10px;padding:12px 16px}.tt-club-detail__delete-warning{font-size:13px;color:#dc2626;flex:1 1 200px}.tt-club-detail__name-row{display:flex;align-items:center;gap:10px}.tt-club-detail__edit-btn{display:inline-flex;align-items:center;gap:5px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#ccc;font-size:12px;border-radius:6px;padding:4px 10px;cursor:pointer;transition:background .15s,color .15s}.tt-club-detail__edit-btn:hover{background:#fff3;color:#fff}.tt-club-detail__edit-form{padding-top:4px}.tt-club-detail__edit-top{display:flex;gap:20px;align-items:flex-start}.tt-club-detail__logo-picker{position:relative;width:64px;height:64px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:700;color:#fff;border:none;cursor:pointer;overflow:hidden}.tt-club-detail__logo-picker img{width:100%;height:100%;object-fit:cover}.tt-club-detail__logo-picker span{pointer-events:none}.tt-club-detail__logo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;opacity:0;transition:opacity .15s;color:#fff;font-size:10px;font-family:DM Sans,sans-serif;font-weight:500}.tt-club-detail__logo-picker:hover .tt-club-detail__logo-overlay{opacity:1}.tt-club-detail__edit-fields{flex:1;display:flex;flex-direction:column;gap:10px}.tt-club-detail__edit-name{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;padding:10px 14px;font-family:Barlow Condensed,sans-serif;font-size:26px;font-weight:700;text-transform:uppercase;width:100%}.tt-club-detail__edit-name::placeholder{color:#ffffff59}.tt-club-detail__edit-name:focus{outline:none;border-color:#ffffff80}.tt-club-detail__edit-desc{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#ccc;border-radius:8px;padding:10px 14px;font-size:14px;resize:vertical;width:100%;font-family:DM Sans,sans-serif}.tt-club-detail__edit-desc::placeholder{color:#ffffff59}.tt-club-detail__edit-desc:focus{outline:none;border-color:#ffffff80}.tt-club-detail__edit-actions{display:flex;gap:10px;margin-top:16px}.tt-club-detail__edit-actions .tt-btn--ghost{color:#ccc;border-color:#ffffff4d}.tt-club-detail__edit-actions .tt-btn--ghost:hover{background:#ffffff1a;color:#fff}.tt-club-detail__icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}.tt-clubs-page{min-height:100vh;background:#0d1b8e;padding-top:72px}.tt-clubs-page__hero{background:var(--black);padding:56px 48px}.tt-clubs-page__hero-inner{max-width:640px;margin:0 auto;text-align:center}.tt-clubs-page__title{font-family:Barlow Condensed,sans-serif;font-size:56px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.01em;margin:8px 0 12px}.tt-clubs-page__sub{color:#9a9a9a;font-size:15px;line-height:1.6;margin-bottom:24px}.tt-clubs-page__hero-ctas{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.tt-clubs-page__body{max-width:1100px;margin:0 auto;padding:32px 24px 60px}.tt-clubs-page__filters{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.tt-clubs-page__search-wrap{flex:1;min-width:200px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E0E0E0;border-radius:8px;padding:0 14px;height:44px}.tt-clubs-page__search{flex:1;background:none;border:none;outline:none;font-size:14px;color:var(--black)}.tt-clubs-page__region-filter{height:44px;padding:0 14px;border:1px solid #E0E0E0;border-radius:8px;background:#fff;font-size:14px;color:var(--black);cursor:pointer;outline:none}.tt-clubs-page__loading,.tt-clubs-page__empty{text-align:center;padding:60px 24px;color:#9a9a9a;font-size:15px;display:flex;flex-direction:column;align-items:center;gap:16px}.tt-clubs-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.tt-clubs-page__card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 4px #0000000f;transition:box-shadow .2s,transform .2s}.tt-clubs-page__card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.tt-clubs-page__card-accent{height:4px;width:100%}.tt-clubs-page__card-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.tt-clubs-page__card-top{display:flex;align-items:center;gap:12px}.tt-clubs-page__card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700;color:#fff;flex-shrink:0}.tt-clubs-page__card-meta{display:flex;flex-direction:column;gap:2px}.tt-clubs-page__card-region{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9a9a9a}.tt-clubs-page__card-count{font-size:12px;color:#9a9a9a}.tt-clubs-page__card-name{font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700;color:var(--black);margin:0;line-height:1.2;text-decoration:none;display:block}.tt-clubs-page__card-name:hover{color:#2563eb;text-decoration:underline}.tt-clubs-page__card-join-row{display:flex;gap:8px;align-items:center}.tt-clubs-page__card-view{font-size:13px;padding:7px 14px}.tt-clubs-page__card-desc{font-size:13px;color:#555;line-height:1.5;margin:0;flex:1}.tt-clubs-page__card-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tt-clubs-page__private-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-family:DM Mono,monospace;color:#9a9a9a;text-transform:uppercase;letter-spacing:.04em}.tt-clubs-page__card-foot{margin-top:4px;display:flex;align-items:center}.tt-clubs-page__card-join{width:100%;justify-content:center}.tt-clubs-page__card-join--private{display:flex;align-items:center;gap:6px}.tt-clubs-page__card-joined{font-size:13px;font-weight:600;color:#059669;display:flex;align-items:center;gap:6px}.tt-clubs-page__member-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.tt-clubs-page__manage-btn{font-size:11px;padding:5px 12px;border-radius:6px;background:transparent;border:1px solid #D1D5DB;color:#555;cursor:pointer;font-family:DM Mono,monospace;letter-spacing:.04em;text-transform:uppercase;transition:border-color .15s,color .15s}.tt-clubs-page__manage-btn:hover{border-color:#0d1b8e;color:#0d1b8e}.tt-tier-badge{display:inline-flex;align-items:center;font-family:DM Mono,monospace;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:99px;white-space:nowrap}.tt-tier-badge--1{background:#0d1b8e;color:#fff}.tt-tier-badge--2{background:#7c3aed;color:#fff}.tt-tier-badge--3{background:#e5e7eb;color:#374151}.tt-toggle-row{display:flex;border:1px solid #E0E0E0;border-radius:8px;overflow:hidden}.tt-toggle-opt{flex:1;padding:10px;font-size:13px;font-family:DM Sans,sans-serif;background:transparent;border:none;cursor:pointer;color:#9a9a9a;transition:all .2s}.tt-toggle-opt--active{background:var(--black);color:var(--white)}.tt-manage-modal{background:var(--white);border-radius:16px;padding:32px;width:90%;max-width:560px;max-height:80vh;overflow-y:auto;position:relative}.tt-manage-modal__header{margin-bottom:20px;padding-right:32px}.tt-manage-modal__title{font-family:Barlow Condensed,sans-serif;font-size:26px;font-weight:700;text-transform:uppercase;margin:0 0 2px}.tt-manage-modal__sub{font-size:12px;color:#9a9a9a;font-family:DM Mono,monospace}.tt-manage-modal__code{margin-top:10px;font-size:13px;color:#555;font-family:DM Mono,monospace}.tt-manage-modal__code-val{background:#f3f4f6;padding:2px 8px;border-radius:4px;font-weight:700;letter-spacing:.12em;color:#0d1b8e}.tt-manage-modal__loading{color:#9a9a9a;font-size:13px;text-align:center;padding:24px 0}.tt-manage-modal__list{display:flex;flex-direction:column}.tt-manage-member{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #F3F4F6}.tt-manage-member:last-child{border-bottom:none}.tt-manage-member__info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.tt-manage-member__avatar{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-family:DM Mono,monospace;font-size:12px;font-weight:600;flex-shrink:0}.tt-manage-member__text{flex:1;min-width:0}.tt-manage-member__name{display:block;font-size:14px;font-weight:500;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-manage-member__avatar--link{text-decoration:none}.tt-manage-member__avatar--link:hover{opacity:.8}.tt-manage-member__name--link{text-decoration:none;color:#111}.tt-manage-member__name--link:hover{color:#0d1b8e}.tt-manage-member__you{color:#9a9a9a;font-weight:400}.tt-manage-member__since{display:block;font-size:11px;color:#9a9a9a;font-family:DM Mono,monospace}.tt-manage-member__actions{display:flex;gap:6px;flex-shrink:0;flex-wrap:wrap}.tt-manage-btn{font-size:11px;padding:4px 10px;border-radius:6px;border:1px solid;cursor:pointer;font-family:DM Mono,monospace;letter-spacing:.03em;white-space:nowrap;background:transparent;transition:all .15s}.tt-manage-btn--promote{border-color:#059669;color:#059669}.tt-manage-btn--promote:hover{background:#059669;color:#fff}.tt-manage-btn--demote{border-color:#d97706;color:#d97706}.tt-manage-btn--demote:hover{background:#d97706;color:#fff}.tt-manage-btn--remove{border-color:#dc2626;color:#dc2626}.tt-manage-btn--remove:hover{background:#dc2626;color:#fff}@media(max-width:480px){.tt-manage-modal{padding:24px 16px}.tt-manage-member{flex-direction:column;align-items:flex-start}.tt-manage-member__actions{padding-top:4px}}.tt-profile__hero--demo{opacity:.6}.tt-profile__login-wall{background:#fff;border-radius:12px;padding:40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.tt-profile__login-wall p{color:#555;font-size:15px;line-height:1.6;max-width:380px;margin:0}.tt-profile__inline-link{background:none;border:none;color:#0d1b8e;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0}.tt-profile__avatar--upload{position:relative;cursor:pointer;border:none;padding:0}.tt-profile__avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .15s}.tt-profile__avatar--upload:hover .tt-profile__avatar-overlay{opacity:1}.tt-profile__avatar-spinner{font-size:14px;color:#fff}.tt-profile__avatar-error{color:#ef4444;font-size:12px;margin:6px 0 0}.tt-profile__edit-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:background .15s}.tt-profile__edit-btn:hover{background:#ffffff40}.tt-profile__bio{color:#ccc;font-size:14px;margin:6px 0 12px;line-height:1.5;max-width:500px}.tt-profile__age-range{color:#9a9a9a;font-size:12px;margin:2px 0 0}.tt-profile__edit-panel{background:#111;border-bottom:1px solid #222;padding:24px 48px}.tt-profile__edit-heading{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;margin:0 0 16px}.tt-profile__edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.tt-profile__edit-field{display:flex;flex-direction:column;gap:4px}.tt-profile__edit-field--full{grid-column:1 / -1}.tt-profile__edit-field label{font-size:12px;font-weight:600;color:#9a9a9a;text-transform:uppercase;letter-spacing:.04em}.tt-profile__edit-field input,.tt-profile__edit-field textarea,.tt-profile__edit-field select{background:#1a1a1a;border:1px solid #333;color:#fff;border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.tt-profile__edit-field input:focus,.tt-profile__edit-field textarea:focus,.tt-profile__edit-field select:focus{border-color:#0d1b8e}.tt-profile__edit-field textarea{resize:vertical;min-height:60px}.tt-profile__edit-field select{cursor:pointer}.tt-profile__edit-actions{display:flex;gap:8px;margin-top:16px}.tt-profile__settings-section{margin:0 0 20px}.tt-profile__settings-subtitle{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px}.tt-profile__settings-form{display:flex;flex-direction:column;gap:10px;max-width:340px}.tt-profile__settings-msg{font-size:12px;margin:0}.tt-profile__settings-msg--ok{color:#22c55e}.tt-profile__settings-msg--err{color:#f87171}.tt-profile__settings-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.tt-profile__settings-toggle-label{font-size:14px;color:#ccc}.tt-profile__settings-switch{position:relative;width:40px;height:22px;border-radius:11px;border:none;background:#333;cursor:pointer;transition:background .2s;flex-shrink:0;padding:0}.tt-profile__settings-switch--on{background:#0d1b8e}.tt-profile__settings-switch-thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;pointer-events:none}.tt-profile__settings-switch--on .tt-profile__settings-switch-thumb{transform:translate(18px)}.tt-profile__edit-cancel{background:transparent;border:1px solid #333;color:#9a9a9a;border-radius:6px;padding:7px 16px;font-size:13px;cursor:pointer;transition:border-color .15s,color .15s;margin-top:4px}.tt-profile__edit-cancel:hover{border-color:#555;color:#fff}.tt-profile__edit-input{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:6px;padding:9px 12px;color:#fff;font-size:14px;width:100%;transition:border-color .15s}.tt-profile__edit-input:focus{outline:none;border-color:#0d1b8e}.tt-profile__section--highlight{background:linear-gradient(135deg,#fef3c7,#fde68a)!important;border:1px solid #F59E0B}.tt-profile__top-spots{display:flex;flex-direction:column;gap:8px}.tt-profile__top-spot{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff9;border-radius:8px}.tt-profile__top-spot-rank{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:16px;color:#92400e;min-width:24px}.tt-profile__top-spot-label{flex:1;font-weight:600;font-size:14px;color:#1f2937}.tt-profile__top-spot-score{font-size:13px;color:#dc2626;font-weight:600}.tt-profile__section--attending{border-left:3px solid #2563EB;padding-left:12px}.tt-profile__attending-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.tt-profile__attending-item{display:flex;align-items:center;gap:8px;background:#2563eb14;border-radius:8px;padding:8px 10px;font-size:13px}.tt-profile__attending-label{flex:1;color:#e2e8f0;font-weight:500}.tt-profile__attending-date{color:#9ca3af;font-size:12px}.tt-profile__attending-going{color:#2563eb;font-size:12px;font-weight:600;white-space:nowrap}.tt-garage__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.tt-garage__card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column}.tt-garage__card-photo{width:100%;aspect-ratio:16/9;overflow:hidden;background:#f3f4f6}.tt-garage__card-photo img{width:100%;height:100%;object-fit:cover}.tt-garage__card-photo--placeholder{display:flex;align-items:center;justify-content:center}.tt-garage__card-body{padding:12px 14px;flex:1}.tt-garage__card-title{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:4px}.tt-garage__card-year{font-family:DM Mono,monospace;font-size:12px;color:#6b7280}.tt-garage__card-name{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700;color:var(--black);text-transform:uppercase;line-height:1.1}.tt-garage__card-color{display:inline-block;font-size:12px;color:#6b7280;background:#e5e7eb;border-radius:4px;padding:1px 7px;margin-bottom:6px}.tt-garage__card-notes{font-size:13px;color:#555;line-height:1.4;margin:4px 0 0}.tt-garage__card-reg{display:inline-block;font-family:DM Mono,monospace;font-size:11px;color:#374151;background:#fef3c7;border:1px solid #F59E0B;border-radius:4px;padding:1px 7px;margin-bottom:6px;margin-left:4px}.tt-garage__card-actions{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.tt-garage__card:hover .tt-garage__card-actions{opacity:1}.tt-garage__card-edit,.tt-garage__card-del{background:#00000080;border:none;color:#fff;width:24px;height:24px;border-radius:50%;font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center}.tt-garage__card-edit:hover{background:#0d1b8ecc}.tt-garage__card-del:hover{background:#dc2626cc}.tt-garage-modal{max-width:500px;width:100%}.tt-garage-modal__foot{display:flex;gap:10px;margin-top:20px}.tt-garage-modal__subtitle{color:#6b7280;font-size:14px;margin:4px 0 0}.tt-garage-modal__optional{color:#9ca3af;font-weight:400;text-transform:none;font-size:11px}.tt-reg-plate-wrap{display:flex;justify-content:center;margin:8px 0 4px}.tt-reg-plate{display:flex;align-items:stretch;background:#f7c948;border-radius:8px;border:2px solid #000;overflow:hidden;height:64px;box-shadow:0 4px 16px #00000026}.tt-reg-plate__gb{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#039;width:36px;gap:2px;padding:6px 4px}.tt-reg-plate__stars{color:#f7c948;font-size:8px;letter-spacing:-1px}.tt-reg-plate__gb-text{color:#fff;font-size:10px;font-weight:700;font-family:DM Sans,sans-serif;letter-spacing:.05em}.tt-reg-plate__input{background:transparent;border:none;outline:none;font-family:UKNumberPlate,Barlow Condensed,DM Mono,monospace;font-size:36px;font-weight:700;letter-spacing:.12em;color:#000;text-transform:uppercase;width:220px;text-align:center;padding:0 12px}.tt-reg-plate__input::placeholder{color:#0000004d;letter-spacing:.12em}.tt-garage-modal__result{display:flex;align-items:center;gap:12px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:10px;padding:12px 14px;margin-bottom:16px}.tt-garage-modal__result-plate{background:#f7c948;border:2px solid #000;border-radius:5px;font-family:Barlow Condensed,DM Mono,monospace;font-size:15px;font-weight:700;letter-spacing:.1em;color:#000;padding:4px 8px;white-space:nowrap;flex-shrink:0}.tt-garage-modal__result-info{flex:1;display:flex;flex-direction:column;gap:2px}.tt-garage-modal__result-make{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700;color:var(--black);text-transform:uppercase}.tt-garage-modal__result-detail{font-size:12px;color:#6b7280}.tt-garage-modal__result-change{background:none;border:none;color:#2563eb;font-size:13px;cursor:pointer;text-decoration:underline;flex-shrink:0;padding:0}.tt-garage-modal__photo-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.tt-garage-modal__photo-btn{width:100px;height:70px;border-radius:10px;border:2px dashed #D1D5DB;background:#f9fafb;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#9ca3af;font-size:11px;overflow:hidden;flex-shrink:0;transition:border-color .15s}.tt-garage-modal__photo-btn:hover{border-color:#0d1b8e;color:#0d1b8e}.tt-garage-modal__photo-btn img{width:100%;height:100%;object-fit:cover}.tt-garage-modal__photo-hint{font-size:12px;color:#9ca3af}.tt-garage-modal__grid{display:grid;grid-template-columns:80px 1fr 1fr;gap:12px;margin-bottom:12px}.tt-garage-modal__field--year{grid-column:1}.tt-garage-modal__field--make{grid-column:2}.tt-garage-modal__field--model{grid-column:3}.tt-garage-modal__field--color{grid-column:1 / -1}.tt-garage-modal__field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.tt-garage-modal__field label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.tt-garage-modal__field label span{color:#dc2626}.tt-garage-modal__field input,.tt-garage-modal__field textarea{border:1px solid #D1D5DB;border-radius:8px;padding:9px 12px;font-size:14px;font-family:DM Sans,sans-serif;color:var(--black);background:#fff;width:100%}.tt-garage-modal__field input:focus,.tt-garage-modal__field textarea:focus{outline:none;border-color:#0d1b8e}.tt-garage-modal__field textarea{resize:vertical}@media(max-width:480px){.tt-garage-modal__grid{grid-template-columns:1fr 1fr}.tt-garage-modal__field--year{grid-column:1 / -1}.tt-garage-modal__field--make{grid-column:1}.tt-garage-modal__field--model{grid-column:2}.tt-garage__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.tt-clubs-page__hero{padding:36px 20px}.tt-clubs-page__title{font-size:40px}.tt-clubs-page__body{padding:20px 16px 40px}.tt-clubs-page__grid{grid-template-columns:1fr}}.tt-confirm{min-height:100vh;background:var(--black);display:flex;align-items:center;justify-content:center;padding:20px}.tt-confirm__card{background:#111;border:1px solid #222;border-radius:6px;width:100%;max-width:420px;padding:48px 40px;text-align:center;color:var(--white)}.tt-confirm__logo img{height:40px;width:auto;margin:0 auto 36px;opacity:.9}.tt-confirm__title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:32px;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:10px}.tt-confirm__sub{font-size:14px;color:var(--grey-mid);line-height:1.6}.tt-confirm__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.tt-confirm__icon--success{background:#0d9b5226;color:#0d9b52}.tt-confirm__icon--error{background:#dc262626;color:#dc2626}.tt-confirm__spinner{width:40px;height:40px;border:3px solid #333;border-top-color:var(--blue);border-radius:50%;animation:tt-spin .8s linear infinite;margin:0 auto 24px}@keyframes tt-spin{to{transform:rotate(360deg)}}.tt-admin-list{display:flex;flex-direction:column;gap:20px;padding:40px 0}.tt-admin-card{background:#fff;border:1px solid #E8E8E8;border-radius:12px;padding:24px}.tt-admin-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.tt-admin-card__name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:22px;text-transform:uppercase;letter-spacing:-.01em;color:#0a0a0a}.tt-admin-card__region{font-family:DM Mono,monospace;font-size:11px;color:#9a9a9a;text-transform:uppercase;letter-spacing:.1em;display:block;margin-top:2px}.tt-admin-card__code{font-family:DM Mono,monospace;font-size:13px;font-weight:500;background:#f2f2f2;border-radius:6px;padding:4px 10px;color:#0a0a0a;white-space:nowrap;flex-shrink:0}.tt-admin-card__desc{font-size:14px;color:#555;margin-bottom:12px;line-height:1.6}.tt-admin-card__meta{display:flex;gap:24px;font-size:13px;color:#9a9a9a;margin-bottom:20px;flex-wrap:wrap}.tt-admin-card__actions{display:flex;gap:12px}.tt-admin-card__reject{border-color:#dc2626!important;color:#dc2626!important}.tt-admin-card__reject:hover{background:#dc26260f!important}.tt-landing{min-height:100vh;background:var(--blue);display:flex;flex-direction:column;position:relative;overflow:hidden}.tt-landing__nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:80px}.tt-landing__nav-logo{height:44px;width:auto;display:block}.tt-landing__nav-links{display:flex;gap:8px;align-items:center}.tt-landing__nav-link{color:#fffc;text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:.02em;padding:.3rem .75rem;border-radius:999px;transition:color .15s,background .15s}.tt-landing__nav-link:hover{color:#fff;background:#ffffff1a}.tt-landing__nav-link--unlock{background:#fff;color:#0a0a0a!important;font-weight:700}.tt-landing__nav-link--unlock:hover{background:#ffffffe6}.tt-landing__nav-actions{display:flex;gap:12px;align-items:center}.tt-landing__ghost{border-color:#ffffff59!important;color:#fff!important}.tt-landing__ghost:hover{background:#ffffff1a!important;color:#fff!important}.tt-landing__hero{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 40px 80px;position:relative;min-height:100vh}.tt-landing__monogram{position:absolute;right:-1%;top:50%;transform:translateY(-50%);font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(180px,28vw,420px);color:#ffffff0a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.04em}.tt-landing__content{max-width:760px;position:relative;z-index:1}.tt-landing__label{color:#ffffff80;margin-bottom:24px}.tt-landing__headline{color:#fff;font-size:clamp(52px,10vw,130px);margin-bottom:28px;line-height:.95}.tt-landing__headline-dim{color:#ffffff59}.tt-landing__body{font-size:17px;color:#ffffffa6;max-width:480px;line-height:1.7;margin:0 auto 48px}.tt-landing__ctas{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}.tt-landing__login-cta{background:transparent;color:#ffffffb3;border:none;padding-left:4px;font-size:15px}.tt-landing__login-cta:hover{color:#fff}.tt-landing__footer{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;border-top:1px solid rgba(255,255,255,.08);font-family:DM Mono,monospace;font-size:11px;color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em}@media(max-width:600px){.tt-landing__nav{padding:0 20px}.tt-landing__hero{padding:100px 20px 60px}.tt-landing__footer{flex-direction:column;gap:8px;padding:20px;text-align:center}}.tt-feed{min-height:calc(100vh - 64px);background:#f3f4f6;padding:80px 16px 40px}.tt-feed__container{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:0}.tt-feed__tabs{display:flex;background:#fff;border-radius:12px 12px 0 0;border-bottom:2px solid #E5E7EB;overflow:hidden}.tt-feed__tab{flex:1;background:none;border:none;padding:14px 20px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s}.tt-feed__tab:hover{color:#0d1b8e}.tt-feed__tab--active{color:#0d1b8e;border-bottom-color:#0d1b8e}.tt-feed__compose{background:#fff;border-bottom:1px solid #E5E7EB;padding:16px}.tt-feed__compose-prompt{display:flex;align-items:center;gap:12px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:24px;padding:10px 16px;width:100%;cursor:pointer;text-align:left;color:#9ca3af;font-size:14px;transition:background .15s}.tt-feed__compose-prompt:hover{background:#f3f4f6}.tt-feed__compose-form{display:flex;flex-direction:column;gap:10px}.tt-feed__compose-top{display:flex;gap:12px;align-items:flex-start}.tt-feed__compose-text{flex:1;background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:10px 14px;font-size:14px;font-family:inherit;color:#111;resize:vertical;min-height:60px;outline:none}.tt-feed__compose-text:focus{border-color:#0d1b8e}.tt-feed__compose-preview{position:relative;border-radius:12px;overflow:hidden;max-height:200px}.tt-feed__compose-preview img{width:100%;object-fit:cover;max-height:200px}.tt-feed__compose-remove-photo{position:absolute;top:8px;right:8px;background:#0009;border:none;color:#fff;width:24px;height:24px;border-radius:50%;font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center}.tt-feed__compose-actions{display:flex;align-items:center;justify-content:space-between}.tt-feed__compose-photo-btn{background:none;border:1px solid #E5E7EB;color:#6b7280;padding:6px 14px;border-radius:8px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .15s,color .15s}.tt-feed__compose-photo-btn:hover{background:#f3f4f6;color:#0d1b8e}.tt-feed__login-prompt{background:#fff;border-bottom:1px solid #E5E7EB;padding:20px 16px;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.tt-feed__login-prompt p{color:#6b7280;font-size:14px;margin:0}.tt-feed__posts{display:flex;flex-direction:column}.tt-feed__post{background:#fff;border-bottom:1px solid #E5E7EB;padding:16px}.tt-feed__post:last-child{border-bottom:none;border-radius:0 0 12px 12px}.tt-feed__post-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tt-feed__post-author{display:flex;align-items:center;gap:10px;text-decoration:none}.tt-feed__post-author:hover .tt-feed__post-author-name{color:#0d1b8e}.tt-feed__post-author-info{display:flex;flex-direction:column}.tt-feed__post-author-name{font-weight:700;font-size:14px;color:#111;display:flex;align-items:center}.tt-feed__post-author-username{font-size:12px;color:#9ca3af}.tt-feed__post-time{font-size:12px;color:#9ca3af;white-space:nowrap}.tt-feed__post-delete{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center}.tt-feed__post-delete:hover{color:#ef4444;background:#fef2f2}.tt-feed__post-text{font-size:15px;color:#1f2937;line-height:1.5;margin:0 0 10px;white-space:pre-wrap}.tt-feed__post-photo{border-radius:12px;overflow:hidden;margin-bottom:10px;max-height:400px}.tt-feed__post-photo img{width:100%;object-fit:cover;max-height:400px}.tt-feed__post-actions{display:flex;gap:8px}.tt-feed__post-like{background:none;border:1px solid #E5E7EB;color:#9ca3af;padding:5px 12px;border-radius:20px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .15s}.tt-feed__post-like:hover{border-color:#0d1b8e22;color:#0d1b8e;background:#0d1b8e0a}.tt-feed__post-like--active{border-color:#0d1b8e;color:#0d1b8e;background:#0d1b8e0a}.tt-feed__empty{text-align:center;color:#9ca3af;padding:40px 16px;font-size:14px;background:#fff;border-radius:0 0 12px 12px}.tt-feed__avatar{border-radius:50%;background:#0d1b8e;color:#fff;font-family:Barlow Condensed,sans-serif;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.tt-feed__avatar img{width:100%;height:100%;object-fit:cover}.tt-feed__people{background:#fff;border-radius:0 0 12px 12px}.tt-feed__people-search{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #E5E7EB;color:#9ca3af}.tt-feed__people-input{flex:1;background:none;border:none;font-size:14px;color:#111;outline:none}.tt-feed__people-list{display:flex;flex-direction:column}.tt-feed__person-card{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #F3F4F6;text-decoration:none;color:inherit;transition:background .1s}.tt-feed__person-card:hover{background:#f9fafb}.tt-feed__person-card:last-child{border-bottom:none;border-radius:0 0 12px 12px}.tt-feed__person-info{flex:1;display:flex;flex-direction:column;min-width:0}.tt-feed__person-name{font-weight:600;font-size:14px;color:#111;display:flex;align-items:center;flex-wrap:wrap}.tt-feed__person-username{font-size:12px;color:#9ca3af}.tt-feed__person-points{font-family:DM Mono,monospace;font-size:12px;color:#6b7280;white-space:nowrap}.tt-userprofile__mutual{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:#9a9a9a;margin:6px 0 12px}.tt-userprofile__mutual svg{flex-shrink:0}.tt-userprofile__mutual-club{background:#0d1b8e4d;color:#7b93ff;border-radius:4px;padding:1px 7px;font-size:11px;font-weight:600;text-decoration:none}.tt-userprofile__mutual-club:hover{background:#0d1b8e80}.tt-rt-gate{min-height:100vh;background:#0a0a0a;display:flex;align-items:center;justify-content:center;padding:40px 24px}.tt-rt-gate__inner{max-width:480px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.tt-rt-gate__icon{font-size:52px}.tt-rt-gate__lock{width:72px;height:72px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#9a9a9a}.tt-rt-gate__badge{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:99px}.tt-rt-gate__title{font-family:Barlow Condensed,sans-serif;font-size:38px;font-weight:800;color:#fff;text-transform:uppercase;margin:0}.tt-rt-gate__body{color:#9a9a9a;font-size:15px;line-height:1.6;margin:0;max-width:360px}.tt-rt-gate__perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;text-align:left}.tt-rt-gate__perks li{color:#ccc;font-size:14px}.tt-rt-gate__cta-note{color:#666;font-size:13px;margin:0}.tt-rt-loading{min-height:100vh;background:#0a0a0a;display:flex;align-items:center;justify-content:center;color:#9a9a9a;font-size:15px;gap:8px}.tt-rt-loading a{color:#7b93ff}.tt-rt-page{background:#f2f2f2;min-height:100vh}.tt-rt-header{background:#0a0a0a;padding:32px 24px 28px;border-bottom:1px solid #1A1A1A}.tt-rt-header__inner{max-width:900px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.tt-rt-header__eyebrow{margin-bottom:6px}.tt-rt-header__title{font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:800;color:#fff;text-transform:uppercase;margin:0}.tt-rt-header__sub{color:#666;font-size:13px;margin:4px 0 0}.tt-rt-premium-badge{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:99px}.tt-rt-code-badge{background:#ffffff14;color:#9a9a9a;font-size:11px;font-weight:700;padding:3px 10px;border-radius:99px}.tt-rt-body{max-width:900px;margin:0 auto;padding:28px 24px;display:flex;flex-direction:column;gap:20px}.tt-rt-unlock-box{background:#0a0a0a;border:1px solid #222;border-radius:12px;padding:20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.tt-rt-unlock-box__left{flex:1;min-width:160px}.tt-rt-unlock-box__title{display:block;color:#fff;font-weight:600;font-size:15px;margin-bottom:2px}.tt-rt-unlock-box__sub{color:#666;font-size:13px}.tt-rt-unlock-box__form{display:flex;gap:8px;align-items:center}.tt-rt-unlock-box__input{background:#1a1a1a;border:1px solid #2A2A2A;color:#fff;border-radius:8px;padding:10px 14px;font-family:DM Mono,monospace;font-size:14px;letter-spacing:.1em;width:160px;transition:border-color .15s}.tt-rt-unlock-box__input:focus{outline:none;border-color:#0d1b8e}.tt-rt-unlock-box__msg{width:100%;font-size:13px;margin:0}.tt-rt-unlock-box__msg--ok{color:#22c55e}.tt-rt-unlock-box__msg--err{color:#f87171}.tt-rt-upgrade-prompt{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px}.tt-rt-upgrade-prompt__tiers{display:flex;gap:20px;flex-wrap:wrap}.tt-rt-upgrade-prompt__tier{flex:1;min-width:200px;display:flex;flex-direction:column;gap:6px}.tt-rt-upgrade-prompt__tier p{font-size:13px;color:#6b7280;margin:0}.tt-rt-create{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.tt-rt-create__title{font-size:16px;font-weight:700;color:#111;margin:0 0 14px}.tt-rt-create__form{display:flex;flex-direction:column;gap:10px;max-width:400px}.tt-rt-create__input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:14px;color:#111;width:100%;transition:border-color .15s}.tt-rt-create__input:focus{outline:none;border-color:#0d1b8e}.tt-rt-create__error{color:#dc2626;font-size:13px;margin:0}.tt-rt-create__actions{display:flex;gap:8px}.tt-rt-empty{color:#9a9a9a;font-size:14px;padding:20px 0}.tt-rt-empty-state{text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.tt-rt-empty-state__icon{font-size:40px}.tt-rt-empty-state__text{color:#6b7280;font-size:15px;max-width:340px}.tt-rt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.tt-rt-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.tt-rt-card:hover{box-shadow:0 4px 20px #0000001a}.tt-rt-card__cover{height:140px;background-size:cover;background-position:center;background-color:#e5e7eb}.tt-rt-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.tt-rt-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tt-rt-card__tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:99px}.tt-rt-card__tag--tier1{background:#ef44441f;color:#dc2626}.tt-rt-card__tag--tier2{background:#f59e0b1f;color:#d97706}.tt-rt-card__tag--custom{background:#0d1b8e1a;color:#0d1b8e}.tt-rt-card__tag--curated{background:#0596691a;color:#059669}.tt-rt-card__stops,.tt-rt-card__dist{font-size:12px;color:#6b7280}.tt-rt-card__name{font-size:16px;font-weight:700;color:#111;margin:0}.tt-rt-card__desc{font-size:13px;color:#6b7280;margin:0;line-height:1.5}.tt-rt-card__region,.tt-rt-card__date{font-size:12px;color:#9a9a9a;margin:0}.tt-rt-card__actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:8px}.tt-rt-card__open{font-size:13px;padding:8px 16px;flex:1;text-align:center}.tt-rt-card__del{background:transparent;border:1px solid #e5e7eb;color:#9a9a9a;border-radius:8px;padding:8px 10px;cursor:pointer;transition:all .15s;line-height:0}.tt-rt-card__del:hover{border-color:#dc2626;color:#dc2626}.tt-nav__link-lock{font-size:11px;opacity:.7}.tt-rt-detail{display:flex;height:100vh;overflow:hidden}.tt-rt-sidebar{width:320px;flex-shrink:0;background:#0a0a0a;border-right:1px solid #1A1A1A;display:flex;flex-direction:column;overflow:hidden}.tt-rt-sidebar__header{padding:16px;border-bottom:1px solid #1A1A1A;flex-shrink:0}.tt-rt-sidebar__back{color:#666;font-size:12px;text-decoration:none;display:inline-block;margin-bottom:12px;transition:color .15s}.tt-rt-sidebar__back:hover{color:#fff}.tt-rt-sidebar__name-row{display:flex;align-items:flex-start;gap:8px}.tt-rt-sidebar__name{font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700;color:#fff;text-transform:uppercase;margin:0;flex:1;line-height:1.2}.tt-rt-sidebar__name-edit-btn{background:transparent;border:none;color:#666;cursor:pointer;padding:4px;transition:color .15s;flex-shrink:0;margin-top:2px}.tt-rt-sidebar__name-edit-btn:hover{color:#fff}.tt-rt-sidebar__name-edit{display:flex;flex-direction:column;gap:8px}.tt-rt-sidebar__name-input{background:#1a1a1a;border:1px solid #333;color:#fff;border-radius:6px;padding:8px 10px;font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;width:100%}.tt-rt-sidebar__name-input:focus{outline:none;border-color:#0d1b8e}.tt-rt-sidebar__name-btns{display:flex;gap:6px}.tt-rt-sidebar__desc{color:#666;font-size:13px;margin:6px 0 0;line-height:1.5}.tt-rt-sidebar__stats{display:flex;gap:16px;margin-top:14px;padding-top:12px;border-top:1px solid #1A1A1A}.tt-rt-sidebar__stat{display:flex;flex-direction:column}.tt-rt-sidebar__stat-val{font-size:18px;font-weight:700;color:#fff}.tt-rt-sidebar__stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#555}.tt-rt-sidebar__legend{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tt-rt-sidebar__legend-item{display:flex;align-items:center;gap:5px;font-size:10px;color:#666}.tt-rt-sidebar__legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tt-rt-sidebar__waypoints{flex:1;overflow-y:auto;padding:10px 0}.tt-rt-sidebar__empty{color:#555;font-size:13px;padding:16px;line-height:1.6}.tt-rt-wp-item{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;width:100%;background:transparent;border:none;text-align:left;cursor:pointer;border-bottom:1px solid #141414;transition:background .12s;position:relative}.tt-rt-wp-item:hover{background:#111}.tt-rt-wp-item__num{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;margin-top:1px}.tt-rt-wp-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tt-rt-wp-item__label{color:#e2e8f0;font-size:13px;font-weight:500}.tt-rt-wp-item__type{color:#555;font-size:11px}.tt-rt-wp-item__notes{color:#666;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-rt-wp-item__del{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#444;font-size:13px;cursor:pointer;opacity:0;transition:opacity .15s,color .15s;line-height:1;padding:4px}.tt-rt-wp-item:hover .tt-rt-wp-item__del{opacity:1}.tt-rt-wp-item__del:hover{color:#f87171}.tt-rt-sidebar__footer{padding:12px 16px;border-top:1px solid #1A1A1A;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.tt-rt-sidebar__privacy{background:transparent;border:none;color:#555;font-size:11px;cursor:pointer;text-align:left;padding:0;transition:color .15s}.tt-rt-sidebar__privacy:hover{color:#ccc}.tt-rt-sidebar__add{width:100%;border-radius:8px;padding:10px;background:#0d1b8e;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.tt-rt-sidebar__add:hover{background:#1628cc}.tt-rt-sidebar__add--active{background:#333}.tt-rt-sidebar__add--active:hover{background:#444}.tt-rt-sidebar__add-hint{color:#555;font-size:12px;text-align:center;margin:0}.tt-rt-map{flex:1;position:relative}.tt-rt-map--crosshair{cursor:crosshair}.tt-rt-marker{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 8px #00000073}.tt-rt-marker__num{color:#fff;font-size:12px;font-weight:700;font-family:Barlow Condensed,sans-serif}@media(max-width:768px){.tt-rt-detail{flex-direction:column}.tt-rt-sidebar{width:100%;height:40vh;border-right:none;border-bottom:1px solid #1A1A1A}.tt-rt-map{height:60vh}.tt-rt-header__inner{flex-direction:column;align-items:flex-start}.tt-rt-grid{grid-template-columns:1fr}.tt-rt-unlock-box{flex-direction:column;align-items:flex-start}}.tt-unlock-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--off-white);padding:2rem 1rem}.tt-unlock-page__inner{background:#fff;border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;max-width:520px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.tt-unlock-page__icon{font-size:3rem;line-height:1}.tt-unlock-page__title{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin:0}.tt-unlock-page__sub{color:var(--muted);font-size:.9rem;max-width:380px;margin:0;line-height:1.6}.tt-unlock-page__gate{display:flex;flex-direction:column;align-items:center;gap:1rem}.tt-unlock-page__gate p{color:var(--muted);margin:0}.tt-unlock-page__form{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.tt-unlock-page__input{width:100%;padding:.85rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:DM Mono,monospace;font-size:1.1rem;letter-spacing:.15em;text-align:center;text-transform:uppercase;background:var(--off-white);transition:border-color .15s}.tt-unlock-page__input:focus{outline:none;border-color:var(--blue)}.tt-unlock-page__error{color:#dc2626;font-size:.85rem;margin:0}.tt-unlock-page__success{display:flex;flex-direction:column;align-items:center;gap:.5rem}.tt-unlock-page__success-icon{width:56px;height:56px;border-radius:50%;background:#22c55e;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700}.tt-unlock-page__success-title{font-size:1.4rem;font-weight:700;margin:.25rem 0 0}.tt-unlock-page__success-name{font-style:italic;color:var(--blue);font-weight:600;margin:0}.tt-unlock-page__success-sub{color:var(--muted);font-size:.9rem;margin:0}.tt-unlock-page__success-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.tt-unlock-page__tiers{border-top:1px solid var(--border);padding-top:1.25rem;width:100%;display:flex;flex-direction:column;gap:.75rem;text-align:left}.tt-unlock-page__tier{display:flex;flex-direction:column;gap:.25rem}.tt-unlock-page__tier p{margin:0;font-size:.82rem;color:var(--muted);line-height:1.5}.tt-unlock-page__tier-badge{font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;display:inline-block;width:fit-content}.tt-unlock-page__tier-badge--1{background:#fef3c7;color:#92400e}.tt-unlock-page__tier-badge--2{background:#ede9fe;color:#5b21b6}.tt-unlock-page__back{color:var(--muted);font-size:.85rem;text-decoration:none;transition:color .15s}.tt-unlock-page__back:hover{color:var(--blue)}.tt-unlock-page__tiers-heading{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;width:100%}.tt-unlock-page__tier{display:flex;flex-direction:column;gap:.35rem;padding:12px 14px;border-radius:10px;border:1.5px solid var(--border);width:100%}.tt-unlock-page__tier--1{background:#fffbeb}.tt-unlock-page__tier--2{background:#f5f3ff}.tt-unlock-page__tier-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tt-unlock-page__tier-tag{font-size:.7rem;font-weight:600;color:var(--muted);background:#0000000d;border-radius:4px;padding:2px 7px;margin-left:auto}.tt-unlock-page__tier-tag--active{color:#059669;background:#d1fae5}.tt-unlock-page__premium{width:100%;border:1.5px solid #0D1B8E;border-radius:14px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;background:linear-gradient(135deg,#f0f3ff,#fff 60%)}.tt-unlock-page__premium--active{border-color:#059669;background:linear-gradient(135deg,#f0fdf4,#fff 60%)}.tt-unlock-page__premium-badge{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;background:#0d1b8e;color:#fff;padding:4px 12px;border-radius:999px}.tt-unlock-page__premium-badge--active{background:#059669}.tt-unlock-page__premium-title{font-size:1.3rem;font-weight:800;margin:0;letter-spacing:-.02em}.tt-unlock-page__premium-price{color:#0d1b8e}.tt-unlock-page__premium-sub{color:var(--muted);font-size:.9rem;margin:0}.tt-unlock-page__premium-list{list-style:none;margin:4px 0 0;padding:0;width:100%;display:flex;flex-direction:column;gap:10px;text-align:left}.tt-unlock-page__premium-list li{display:flex;gap:12px;align-items:flex-start}.tt-unlock-page__premium-check{width:20px;height:20px;background:#0d1b8e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;flex-shrink:0;margin-top:1px}.tt-unlock-page__premium-list strong{display:block;font-size:.88rem;color:#111}.tt-unlock-page__premium-list span{font-size:.8rem;color:var(--muted);line-height:1.4}.tt-unlock-page__premium-cta{width:100%;max-width:280px}.tt-unlock-page__premium-note{font-size:.75rem;color:var(--muted);margin:-4px 0 0}.tt-nav__link--unlock{background:var(--blue);color:#fff!important;padding:.3rem .9rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.03em}.tt-nav__link--unlock:hover{opacity:.85}.tt-map-fab-nav{position:fixed;top:max(16px,env(safe-area-inset-top,0px));right:max(16px,env(safe-area-inset-right,0px));z-index:1200}.tt-map-fab-nav__btn{width:46px;height:46px;border-radius:50%;background:#0d1b8e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #00000080;transition:transform .15s,background .15s}.tt-map-fab-nav__btn:hover{transform:scale(1.07)}.tt-map-fab-nav__btn--open{background:#0a0a0a}.tt-map-fab-nav__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1}.tt-map-fab-nav__menu{position:absolute;top:54px;right:0;background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:8px 0;min-width:210px;box-shadow:0 12px 40px #0009;display:flex;flex-direction:column;animation:fabMenuIn .15s ease}@keyframes fabMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.tt-map-fab-nav__logo-row{padding:8px 16px 12px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:4px}.tt-map-fab-nav__logo{height:28px;width:auto}.tt-map-fab-nav__link{display:flex;align-items:center;gap:10px;padding:10px 16px;color:#fffc;text-decoration:none;font-size:.88rem;font-weight:500;background:none;border:none;cursor:pointer;width:100%;text-align:left;transition:background .12s,color .12s}.tt-map-fab-nav__link:hover{background:#ffffff0f;color:#fff}.tt-map-fab-nav__link--active{color:#fff;font-weight:700}.tt-map-fab-nav__link--unlock{color:#fcd34d}.tt-map-fab-nav__link--danger{color:#f87171}.tt-map-fab-nav__divider{height:1px;background:#ffffff12;margin:6px 0}.tt-shop-page{min-height:100vh;background:var(--off-white)}.tt-shop-hero{background:var(--black);color:#fff;padding:120px 48px 60px;position:relative;overflow:hidden}.tt-shop-hero__bg{position:absolute;right:-2%;top:50%;transform:translateY(-50%);font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(120px,20vw,280px);color:#ffffff0a;line-height:1;pointer-events:none;letter-spacing:-.04em}.tt-shop-hero__content{position:relative;z-index:1;max-width:600px}.tt-shop-hero__title{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(56px,9vw,110px);line-height:.9;margin:12px 0 20px;letter-spacing:-.03em}.tt-shop-hero__sub{color:#fff9;font-size:1rem;max-width:440px;line-height:1.6}.tt-shop-hero__brands{display:flex;gap:24px;margin-top:28px;position:relative;z-index:1}.tt-shop-hero__brand{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase}.tt-shop-hero__brand-dot{width:10px;height:10px;border-radius:50%}.tt-shop-stripe-banner{background:#1a1a1a;color:#fff9;text-align:center;padding:10px 24px;font-size:.82rem}.tt-shop-body{max-width:1280px;margin:0 auto;padding:32px 24px 80px}.tt-shop-filters{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border)}.tt-shop-filters__group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tt-shop-filters__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-right:4px}.tt-shop-filters__btn{padding:6px 14px;border:1.5px solid var(--border);border-radius:999px;background:#fff;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s;color:var(--text)}.tt-shop-filters__btn:hover{border-color:var(--blue);color:var(--blue)}.tt-shop-filters__btn--active{background:var(--black);color:#fff;border-color:var(--black)}.tt-shop-cart-btn{margin-left:auto;background:var(--black);color:#fff;border:none;padding:10px 20px;border-radius:999px;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s}.tt-shop-cart-btn:hover{opacity:.8}.tt-shop-cart{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;margin-bottom:32px;max-width:480px}.tt-shop-cart__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.tt-shop-cart__header h3{font-size:1rem;font-weight:700;margin:0}.tt-shop-cart__header button{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--muted)}.tt-shop-cart__item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:.88rem}.tt-shop-cart__item-name{flex:1}.tt-shop-cart__item-qty{color:var(--muted)}.tt-shop-cart__item-price{font-weight:700}.tt-shop-cart__item-remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:.85rem}.tt-shop-cart__total{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;padding:12px 0}.tt-shop-cart__note{color:var(--muted);font-size:.78rem;text-align:center;margin-top:8px}.tt-shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.tt-shop-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative;transition:box-shadow .2s,transform .2s}.tt-shop-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-2px)}.tt-shop-card__badge{position:absolute;top:12px;left:12px;z-index:2;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.tt-shop-card__img{height:200px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.tt-shop-card__img-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px}.tt-shop-card__img-icon{font-size:3.5rem;line-height:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.tt-shop-card__img-brand{font-size:.65rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;padding:3px 10px;border-radius:999px;border:1.5px solid;background:#ffffffe6}.tt-shop-card__img-bg{position:absolute;bottom:-10px;right:-8px;font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:72px;opacity:.07;line-height:1;letter-spacing:-.03em;pointer-events:none;-webkit-user-select:none;user-select:none}.tt-shop-card__body{padding:16px}.tt-shop-card__brand{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.tt-shop-card__name{font-size:1rem;font-weight:700;margin:4px 0 8px}.tt-shop-card__desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin:0 0 12px}.tt-shop-card__colors{display:flex;gap:6px;margin-bottom:10px}.tt-shop-card__color{width:16px;height:16px;border-radius:50%;display:inline-block;box-shadow:0 0 0 1px #00000014}.tt-shop-card__sizes{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.tt-shop-card__size{font-size:.7rem;font-weight:600;padding:3px 8px;border:1px solid var(--border);border-radius:4px;color:var(--muted)}.tt-shop-card__footer{display:flex;align-items:center;justify-content:space-between}.tt-shop-card__price{font-size:1.15rem;font-weight:800}.tt-shop-card__add{padding:8px 16px;border:none;border-radius:8px;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .15s,background .2s}.tt-shop-card__add:hover{opacity:.85}.tt-shop-card__add--added{background:#22c55e!important}.tt-shop-info{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;padding-top:48px;border-top:1px solid var(--border)}.tt-shop-info__block{text-align:center}.tt-shop-info__icon{font-size:2rem;display:block;margin-bottom:12px}.tt-shop-info__block h4{font-size:.95rem;font-weight:700;margin:0 0 8px}.tt-shop-info__block p{font-size:.83rem;color:var(--muted);line-height:1.6;margin:0}@media(max-width:768px){.tt-shop-hero{padding:100px 20px 48px}.tt-shop-body{padding:24px 16px 60px}.tt-shop-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.tt-shop-card__img{height:150px}.tt-shop-card__img-icon{font-size:2.5rem}.tt-shop-info{grid-template-columns:1fr;gap:16px}.tt-shop-filters{gap:12px}}.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}}
