:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f4f7fb;background:#020711;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html,body,#root{width:100%;min-height:100%}*{box-sizing:border-box}body{min-width:320px;margin:0;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}.site-page{width:100%;min-height:100vh;overflow-x:hidden;background:#020711}.site-footer{position:absolute;right:clamp(18px,4vw,72px);bottom:18px;left:clamp(18px,4vw,72px);z-index:6;padding:0;border:0;background:transparent}.site-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px clamp(12px,1.6vw,22px)}.site-footer-links a{color:#f4f7fba3;font-size:12px;font-weight:700;text-decoration:none;transition:color .16s ease}.site-footer-links a:hover,.site-footer-links a:focus-visible{color:#ff4d33;outline:none}.legal-page{min-height:100vh;padding:clamp(22px,3vw,42px);background:#f7f6f3;color:#17202e}.legal-topbar{display:grid;gap:12px;max-width:1580px;margin:0 auto clamp(22px,3vw,34px)}.legal-back-home{width:fit-content;color:#ff4d33;font-size:14px;font-weight:850;text-decoration:none}.legal-back-home:hover,.legal-back-home:focus-visible{color:#d93620;outline:none}.legal-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#7a8492;font-size:clamp(13px,.95vw,16px);font-weight:700}.legal-breadcrumb a{color:#ff4d33;text-decoration:none}.legal-breadcrumb a:hover,.legal-breadcrumb a:focus-visible{color:#d93620;outline:none}.legal-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(210px,260px);gap:clamp(22px,3vw,48px);align-items:start;max-width:1580px;margin:0 auto}.legal-side-nav,.legal-toc{position:sticky;top:24px;display:grid;gap:12px;padding:16px 12px;border:1px solid #e5e0d8;border-radius:12px;background:#fff;box-shadow:0 12px 26px #191f2a0d}.legal-side-nav strong,.legal-toc strong{padding:0 6px;color:#8a7f78;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.legal-side-links,.legal-toc-links{display:grid;gap:6px}.legal-side-links a,.legal-toc a{border-radius:8px;color:#596271;font-size:14px;font-weight:700;line-height:1.25;text-decoration:none;transition:background .16s ease,color .16s ease}.legal-side-links a{padding:10px 12px}.legal-toc a{padding:8px 11px}.legal-side-links a:hover,.legal-side-links a:focus-visible,.legal-toc a:hover,.legal-toc a:focus-visible{background:#fff0eb;color:#d93620;outline:none}.legal-side-links a.active,.legal-toc a.active{background:#fff0eb;color:#17202e;box-shadow:inset 4px 0 #ff4d33}.legal-document,.legal-overview{min-width:0}.legal-document-header,.legal-overview{margin-bottom:clamp(22px,3vw,34px)}.legal-document-header span,.legal-overview>span{display:inline-flex;margin-bottom:10px;color:#ff4d33;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.legal-document-header h1,.legal-overview h1{margin:0;color:#151f31;font-size:clamp(34px,3.1vw,54px);line-height:1.08;letter-spacing:0}.legal-document-header p,.legal-overview>p{max-width:860px;margin:18px 0 0;color:#596271;font-size:clamp(16px,1vw,18px);font-weight:600;line-height:1.62}.legal-document-intro{max-width:900px;margin-top:18px}.legal-document-intro p,.legal-document-intro .legal-list{margin-top:0}.legal-section{padding:clamp(20px,2.5vw,30px) 0;border-top:1px solid #e5e0d8;scroll-margin-top:28px}.legal-section h2{margin:0 0 18px;color:#17202e;font-size:clamp(22px,1.8vw,30px);line-height:1.25;letter-spacing:0}.legal-section p{margin:0 0 15px;color:#3f4857;font-size:clamp(16px,1vw,18px);font-weight:520;line-height:1.7}.legal-section p:last-child{margin-bottom:0}.legal-document-intro strong,.legal-section strong,.legal-list strong{color:#17202e;font-weight:850}.legal-list{display:grid;gap:8px;margin:0 0 16px;padding-left:24px;color:#3f4857;font-size:clamp(16px,1vw,18px);font-weight:520;line-height:1.7}.legal-list li{padding-left:4px}.legal-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.legal-overview-card{display:grid;gap:10px;min-height:150px;padding:20px;border:1px solid #e5e0d8;border-radius:12px;background:#fff;color:#17202e;text-decoration:none;box-shadow:0 12px 26px #191f2a0d;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.legal-overview-card:hover,.legal-overview-card:focus-visible{border-color:#ff4d33;outline:none;transform:translateY(-2px);box-shadow:0 18px 38px #191f2a14}.legal-overview-card strong{font-size:19px;line-height:1.2}.legal-overview-card span{color:#596271;font-size:15px;font-weight:600;line-height:1.45}.legal-toc-empty a{display:block}@media(max-width:1180px){.legal-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.legal-toc{position:static;grid-column:1 / -1}.legal-toc-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.legal-page{padding:20px 14px 34px}.legal-topbar{gap:10px;margin-bottom:18px}.legal-back-home,.legal-breadcrumb{font-size:13px}.legal-layout{grid-template-columns:1fr;gap:18px}.legal-side-nav,.legal-toc{position:static;padding:14px}.legal-side-links{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.legal-side-links a{flex:0 0 min(260px,82vw)}.legal-toc-links,.legal-overview-grid{grid-template-columns:1fr}.legal-document-header h1,.legal-overview h1{font-size:clamp(30px,8.5vw,38px)}.legal-section h2{font-size:clamp(21px,6vw,26px)}.legal-section p{font-size:16px}.legal-overview-card{min-height:0}}.authenticated-home{min-height:100vh;background:#f5f7fb;color:#343941}.internal-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:clamp(18px,1.6vw,30px);min-height:76px;padding:0 clamp(22px,3vw,48px);border-bottom:1px solid #e6e9ee;background:#fff;box-shadow:0 1px #272d350a}.internal-logo{flex:0 0 auto;display:inline-flex;align-items:center;background:transparent;text-decoration:none}.internal-logo img{display:block;width:clamp(150px,9.5vw,206px);height:auto;background:transparent}.internal-header-right{position:absolute;left:50%;transform:translate(-50%);flex:0 1 auto;display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.1vw,20px);width:max-content;max-width:calc(100% - 300px);min-width:0}.internal-nav{flex:0 1 auto;display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:clamp(8px,.95vw,18px);min-width:0;height:68px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.internal-nav::-webkit-scrollbar{display:none}.internal-main-nav,.internal-action-nav{flex:0 1 auto}.internal-nav-divider{flex:0 0 auto;width:1px;height:38px;background:#e1e4e9}.tree-menu-anchor{position:relative;flex:0 0 auto;display:inline-flex;align-items:center}.internal-nav-button{position:relative;flex:0 0 auto;display:grid;justify-items:center;align-content:center;gap:3px;min-width:66px;border:0;background:transparent;color:#3f4146;letter-spacing:0}.internal-nav-button:hover,.internal-nav-button:focus-visible{color:#ff4d33;outline:none}.internal-nav-button.active{border-radius:14px;background:#f3f3f3;color:#ff4d33}.internal-icon-wrap{position:relative;display:grid;place-items:center;width:34px;height:34px}.internal-icon-wrap svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.eiva-svg-icon{display:block;width:100%;height:100%;flex:0 0 auto;object-fit:contain;object-position:center;background:transparent}.ui-icon{display:inline-block;width:var(--ui-icon-size, 1em);height:var(--ui-icon-size, 1em);flex:0 0 auto;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.internal-icon-wrap .ui-icon{width:29px;height:29px}.internal-nav-label{display:inline-flex;align-items:center;gap:3px;max-width:92px;color:inherit;font-size:13px;line-height:1.1;font-weight:650;white-space:nowrap}.nav-caret{font-size:9px;transform:translateY(1px)}.nav-badge{position:absolute;top:-3px;right:0;min-width:17px;height:17px;padding:0 5px;border-radius:999px;background:#ff4d33;color:#fff;font-size:10px;line-height:17px;font-weight:800;text-align:center}.nav-dot{position:absolute;top:-1px;right:1px;width:9px;height:9px;border-radius:50%;background:#ff4d33}.profile-avatar{display:block;width:39px;height:39px;border:2px solid #ff4d33;border-radius:50%;background:radial-gradient(circle at 62% 34%,#ffe5c8 0 12%,transparent 13%),radial-gradient(circle at 50% 42%,#9b4a2b 0 18%,transparent 19%),linear-gradient(135deg,#ffb24f,#fb6f6a 45%,#5267d8);box-shadow:inset 0 0 0 2px #fff}.logout-button{min-height:40px;padding:0 14px;border:1px solid #e1e4e9;border-radius:999px;background:#fff;color:#4a4f57;font-size:13px;font-weight:800}.logout-button:hover,.logout-button:focus-visible{border-color:#ff4d33;color:#ff4d33;outline:none}.profile-menu-scrim{position:fixed;top:70px;right:0;bottom:0;left:0;z-index:18;border:0;background:#161f2752;cursor:default}.tree-menu-scrim{position:fixed;top:76px;right:0;bottom:0;left:0;z-index:18;border:0;background:transparent;cursor:default}.tree-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:24;width:min(288px,calc(100vw - 32px));padding:14px;border:1px solid rgba(18,28,38,.08);border-radius:14px;background:#fff;box-shadow:0 14px 34px #121c2629;color:#3f4146}.tree-menu-item{display:flex;align-items:center;gap:14px;width:100%;min-height:52px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#3f4146;font-size:15px;line-height:1.1;font-weight:650;text-align:left;letter-spacing:0}.tree-menu-item:hover,.tree-menu-item:focus-visible{background:#f7f8fa;color:#ff4d33;outline:none}.tree-menu-item svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:#aab0b7;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tree-menu-item .ui-icon{width:24px;height:24px}.profile-dropdown{position:absolute;top:calc(100% + 8px);left:clamp(300px,49vw,calc(100% - 392px));z-index:24;width:min(360px,calc(100vw - 32px));padding:18px 20px 12px;border:1px solid rgba(18,28,38,.08);border-radius:12px;background:#fff;box-shadow:0 14px 34px #121c2629;color:#4a4f57}.profile-dropdown-user{display:flex;align-items:center;gap:12px;margin-bottom:14px}.profile-dropdown-avatar{flex:0 0 auto;display:block;width:56px;height:56px;border:4px solid #ff4d33;border-radius:50%;background:radial-gradient(circle at 62% 34%,#ffe5c8 0 12%,transparent 13%),radial-gradient(circle at 50% 42%,#9b4a2b 0 18%,transparent 19%),linear-gradient(135deg,#ffb24f,#fb6f6a 45%,#5267d8);box-shadow:inset 0 0 0 2px #fff}.profile-dropdown-user strong{display:block;color:#3f4146;font-size:18px;line-height:1.2;font-weight:800}.profile-dropdown-user span{display:block;margin-top:2px;color:#8c939b;font-size:13px;font-weight:600}.profile-primary-action{display:flex;align-items:center;justify-content:center;gap:7px;width:calc(100% - 28px);min-height:36px;margin:0 auto 16px;border:0;border-radius:999px;background:#ff4d33;color:#fff;font-size:15px;font-weight:800}.profile-primary-action span{font-size:16px;line-height:1}.profile-menu-divider{height:1px;margin:0 -20px 8px;background:#e1e4e9}.profile-menu-item{display:flex;align-items:center;gap:11px;width:100%;min-height:40px;border:0;background:transparent;color:#4b5058;font-size:14px;line-height:1.1;font-weight:650;text-align:left;letter-spacing:0}.profile-menu-item:hover,.profile-menu-item:focus-visible{color:#ff4d33;outline:none}.profile-menu-item svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;color:#aab0b7}.profile-menu-item .ui-icon{width:20px;height:20px}.profile-menu-item.logout{color:#4b5058}.profile-modal-backdrop{position:fixed;top:76px;right:0;bottom:0;left:0;z-index:9;display:flex;align-items:flex-start;justify-content:center;padding:16px 32px 32px;background:#141c2361}.profile-modal-shell{position:relative;display:flex;align-items:flex-start;justify-content:center;gap:12px;width:min(1250px,calc(100vw - 64px));max-height:min(700px,calc(100vh - 124px))}.profile-modal-shell.fullscreen{width:calc(100vw - 48px);max-height:calc(100vh - 108px)}.profile-modal{position:relative;display:grid;grid-template-columns:minmax(260px,300px) minmax(0,1fr);flex:1 1 auto;width:min(1180px,calc(100vw - 120px));max-height:inherit;overflow:hidden;border:1px solid rgba(18,28,38,.08);border-radius:16px;background:#fff;box-shadow:0 22px 54px #121c2633;color:#3f4146}.profile-modal-shell.fullscreen .profile-modal{width:100%;max-height:inherit}.profile-side-actions{flex:0 0 auto;display:grid;gap:14px;padding-top:8px}.profile-side-action{position:relative;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:10px;background:#ffffff14;color:#ffffffeb}.profile-side-action:hover,.profile-side-action:focus-visible,.profile-side-action.active{background:#ffffff2e;color:#fff;outline:none}.profile-side-action.close span:before,.profile-side-action.close span:after{position:absolute;top:18px;left:9px;width:20px;height:2px;border-radius:999px;background:currentColor;content:""}.profile-side-action.close span:before{transform:rotate(45deg)}.profile-side-action.close span:after{transform:rotate(-45deg)}.profile-side-action.settings span{width:22px;height:22px;border:3px solid currentColor;border-radius:50%}.profile-side-action.settings span:before{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:50%;background:currentColor;content:""}.profile-side-action.settings span:after{position:absolute;top:6px;left:18px;width:2px;height:26px;border-radius:999px;background:currentColor;box-shadow:8px 8px 0 currentColor,-8px 8px 0 currentColor,0 0 0 0 currentColor;content:"";transform:rotate(45deg)}.profile-side-action.fullscreen span,.profile-side-action.fullscreen span:before,.profile-side-action.fullscreen span:after{position:absolute;width:8px;height:8px;border-color:currentColor;content:""}.profile-side-action.fullscreen span{top:10px;right:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}.profile-side-action.fullscreen span:before{right:12px;bottom:-16px;border-bottom:2px solid currentColor;border-left:2px solid currentColor}.profile-side-action.fullscreen span:after{display:none}.profile-sidebar{overflow-y:auto;border-right:1px solid #e6e9ee;background:#fff}.profile-cover{height:210px;background:radial-gradient(circle at 74% 22%,rgba(255,255,255,.54) 0 7%,transparent 8%),linear-gradient(135deg,#f63e5de0,#ff9240d1),linear-gradient(45deg,#38485b,#b9c3ce)}.profile-person{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid #e6e9ee}.profile-large-avatar{flex:0 0 auto;display:block;width:54px;height:54px;border:4px solid #ffffff;border-radius:50%;background:radial-gradient(circle at 62% 34%,#ffe5c8 0 12%,transparent 13%),radial-gradient(circle at 50% 42%,#9b4a2b 0 18%,transparent 19%),linear-gradient(135deg,#ffb24f,#fb6f6a 45%,#5267d8);box-shadow:0 0 0 2px #ff4d33}.profile-person h2{margin:0;color:#343941;font-size:21px;line-height:1.1;font-weight:850}.profile-person p{margin:4px 0 0;color:#8c939b;font-size:13px;font-weight:650}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 18px 8px;color:#8c939b}.profile-stats span,.profile-details span{display:grid;gap:4px;text-align:center;font-size:13px;font-weight:650}.profile-stat-value{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:34px;color:#626a73}.profile-stat-icon{width:30px;height:30px}.profile-stats strong{color:inherit;font-size:18px;line-height:1}.profile-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:8px 18px 14px;border-bottom:1px solid #e6e9ee}.profile-details small{color:#a0a6ad;font-size:12px;font-weight:650}.profile-details span{color:#4a4f57;font-size:13px}.profile-awards{padding:13px 18px 14px;border-bottom:1px solid #e6e9ee}.profile-awards h3{margin:0 0 10px;color:#4a4f57;font-size:16px;line-height:1.2;text-align:center}.profile-awards h3 span{color:#6e7680;font-weight:750}.award-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 10px;color:#8c939b;font-size:12px;font-weight:650;text-align:center}.award-grid small{color:#a0a6ad}.award-medals{display:flex;justify-content:space-between;margin-top:12px;padding:8px 12px;border-radius:12px;background:linear-gradient(90deg,#fff4fa,#ffe36d,#f3fbff)}.award-medals i{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff7c7,#c68a2d 58%,#85631f);box-shadow:0 8px 14px #4b36142e}.profile-sidebar-actions{display:grid;gap:8px;padding:14px 18px 18px}.profile-sidebar-actions button{min-height:38px;border:1px solid #aeb5bd;border-radius:8px;background:#fff;color:#4a4f57;font-size:14px;font-weight:750}.profile-sidebar-actions button.primary{border-color:#ff4d33;background:#ff4d33;color:#fff}.profile-content{min-width:0;overflow-y:auto;background:#f4f5f7}.profile-tabs{position:sticky;top:0;z-index:1;display:flex;justify-content:center;gap:30px;min-height:54px;border-bottom:1px solid #e6e9ee;background:#fff}.profile-tabs button{position:relative;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#9ca3aa;font-size:14px;font-weight:850;letter-spacing:0}.profile-tabs button:hover,.profile-tabs button:focus-visible{color:#ff4d33;outline:none}.profile-tab-icon{width:19px;height:19px}.profile-tabs button.active{color:#ff4d33}.profile-tabs button.active:before{position:absolute;top:0;right:-8px;left:-8px;height:4px;border-radius:0 0 999px 999px;background:#ff4d33;content:""}.profile-settings-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 22px 0;padding:11px 14px;border:1px solid rgba(255,77,51,.18);border-radius:10px;background:#fff4f1;color:#c83b25;font-size:14px;line-height:1.25;font-weight:700}.profile-settings-notice button{flex:0 0 auto;border:0;background:transparent;color:inherit;font-size:18px;line-height:1;font-weight:800}.notifications-modal-backdrop{position:fixed;top:76px;right:0;bottom:0;left:0;z-index:9;display:flex;align-items:flex-start;justify-content:center;padding:16px 32px 32px;background:#141c2361}.notifications-modal{position:relative;display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);width:min(1180px,calc(100vw - 72px));max-height:min(720px,calc(100vh - 124px));overflow:hidden;border:1px solid rgba(18,28,38,.08);border-radius:16px;background:#fff;box-shadow:0 22px 54px #121c2633;color:#3f4146}.notifications-close{position:absolute;top:14px;right:14px;z-index:3;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:#121c2614;color:#8f969f;font-size:26px;line-height:1}.notifications-close:hover,.notifications-close:focus-visible{background:#ff4d331f;color:#ff4d33;outline:none}.notifications-sidebar{display:grid;align-content:start;gap:4px;padding:26px 0;border-right:1px solid #e6e9ee;background:#fff}.notifications-tab{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:58px;padding:0 18px 0 28px;border:0;background:transparent;color:#3f4146;font-size:17px;line-height:1.15;font-weight:780;text-align:left}.notifications-tab.active{background:#fff3f0;color:#ff4d33}.notifications-tab:hover,.notifications-tab:focus-visible{color:#ff4d33;outline:none}.notifications-tab .ui-icon{width:26px;height:26px}.notifications-tab strong{display:grid;place-items:center;min-width:26px;height:22px;padding:0 8px;border-radius:999px;background:#ff4d33;color:#fff;font-size:13px;line-height:1;font-weight:850}.notifications-content{min-width:0;overflow-y:auto;background:#fff7f5}.notifications-content-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 62px 0 28px;border-bottom:1px solid #e6d7d3;background:#fff}.notifications-content-header h2{margin:0;color:#3f4146;font-size:20px;line-height:1.1;font-weight:820}.notifications-content-header span{color:#ff4d33;font-size:14px;font-weight:800}.notifications-list{display:grid}.notifications-row{display:grid;grid-template-columns:76px minmax(150px,1fr) minmax(260px,1.3fr) auto 28px;align-items:center;gap:14px;min-height:108px;padding:16px 26px;border-bottom:1px solid #dfd0cc;background:#ffffff7a}.notifications-row:nth-child(2n){background:#ffffff9e}.notifications-person{position:relative;width:58px;height:58px}.notifications-avatar{display:block;width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#dce3ea,#8b949e);box-shadow:0 8px 18px #121c261f}.notifications-row:nth-child(8n+1) .notifications-avatar{background:radial-gradient(circle at 50% 28%,#e7c2a4,transparent 25%),linear-gradient(145deg,#d8dde2,#2f3b49)}.notifications-row:nth-child(8n+2) .notifications-avatar{background:radial-gradient(circle at 52% 28%,#f2d1b4,transparent 25%),linear-gradient(145deg,#bdd6df,#315c71)}.notifications-row:nth-child(8n+3) .notifications-avatar{background:radial-gradient(circle at 48% 26%,#dfb89d,transparent 25%),linear-gradient(145deg,#f4e1bd,#1f2630)}.notifications-row:nth-child(8n+4) .notifications-avatar{background:radial-gradient(circle at 50% 28%,#ddb08f,transparent 25%),linear-gradient(145deg,#e6ebf0,#8f7064)}.notifications-row:nth-child(8n+5) .notifications-avatar{background:radial-gradient(circle at 52% 27%,#e8c5aa,transparent 25%),linear-gradient(145deg,#263323,#c9d7cf)}.notifications-row:nth-child(8n+6) .notifications-avatar{background:radial-gradient(circle at 52% 27%,#d9b098,transparent 25%),linear-gradient(145deg,#eef3f7,#30343c)}.notifications-row:nth-child(8n+7) .notifications-avatar{background:radial-gradient(circle at 48% 27%,#c58a65,transparent 25%),linear-gradient(145deg,#dbe9ee,#263b3c)}.notifications-row:nth-child(8n) .notifications-avatar{background:radial-gradient(circle at 50% 28%,#b87959,transparent 24%),linear-gradient(145deg,#111722,#c14d2f)}.notifications-online{position:absolute;top:4px;right:0;width:12px;height:12px;border:2px solid #ffffff;border-radius:50%;background:#ff4d33}.notifications-user{display:grid;gap:7px;min-width:0}.notifications-user strong{color:#3f4146;font-size:17px;line-height:1.1;font-weight:760}.notifications-relation{display:inline-flex;align-items:center;gap:6px;min-width:0;color:#8c80ff;font-size:13px;line-height:1.1;font-weight:650}.notifications-relation small{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:currentColor;color:#fff;font-size:11px;font-weight:850}.notifications-relation.green{color:#52dc1e}.notifications-relation.orange{color:#ff4d33}.notifications-relation.purple{color:#c33df0}.notifications-relation.yellow{color:#e7c600}.notifications-relation.violet{color:#8c80ff}.notifications-event{display:grid;justify-items:center;gap:4px;color:#3f4146;font-size:15px;line-height:1.25;font-weight:520;text-align:center}.notifications-event time{color:#ff4d33;font-style:normal;font-weight:650}.notifications-event strong{color:#3f4146;font-weight:850}.notifications-action{min-width:112px;min-height:46px;padding:0 20px;border:0;border-radius:8px;background:#f45135;color:#fff;font-size:16px;font-weight:850}.notifications-action:hover,.notifications-action:focus-visible{background:#ff4d33;outline:none}.notifications-more{border:0;background:transparent;color:#939ba4;font-size:28px;line-height:1;font-weight:800}.relationship-panel{display:grid;gap:12px;padding:16px 22px 22px}.relationship-line-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;min-height:92px;padding:14px 18px;border:1px solid rgba(18,28,38,.04);border-radius:14px;background:#fff;box-shadow:0 10px 26px #121c260e}.relationship-line-main{min-width:0}.relationship-line-heading{display:flex;align-items:center;gap:9px;margin-bottom:18px}.relationship-line-heading h3{margin:0;color:#3f4146;font-size:18px;line-height:1;font-weight:800}.relationship-help{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#d7d9dc;color:#fff;font-size:13px;line-height:1;font-weight:850}.relationship-avatars{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:100%}.relationship-avatar{flex:0 0 auto;width:36px;height:36px;border:2px solid #ffffff;border-radius:50%;background:linear-gradient(135deg,#e4e8ee,#b9c0ca);box-shadow:0 5px 12px #121c261a}.relationship-avatar:nth-child(12n+1){background:radial-gradient(circle at 35% 25%,#ffc9a2,transparent 28%),linear-gradient(145deg,#2b3240,#f38a58)}.relationship-avatar:nth-child(12n+2){background:radial-gradient(circle at 50% 30%,#b47b55,transparent 24%),linear-gradient(145deg,#111827,#8c5a32)}.relationship-avatar:nth-child(12n+3){background:radial-gradient(circle at 52% 28%,#f2d4c1,transparent 25%),linear-gradient(145deg,#e8edf2,#77828e)}.relationship-avatar:nth-child(12n+4){background:radial-gradient(circle at 48% 28%,#f2c7a8,transparent 25%),linear-gradient(145deg,#d8e9ef,#2f7da0)}.relationship-avatar:nth-child(12n+5){background:radial-gradient(circle at 45% 26%,#e8c7ab,transparent 25%),linear-gradient(145deg,#fbf4ea,#937864)}.relationship-avatar:nth-child(12n+6){background:radial-gradient(circle at 54% 28%,#b98462,transparent 24%),linear-gradient(145deg,#d6d8dd,#1e2936)}.relationship-avatar:nth-child(12n+7){background:radial-gradient(circle at 52% 28%,#f2d0b8,transparent 24%),linear-gradient(145deg,#eef2f5,#344052)}.relationship-avatar:nth-child(12n+8){background:radial-gradient(circle at 48% 26%,#d7ab8e,transparent 24%),linear-gradient(145deg,#263342,#bfc8d2)}.relationship-avatar:nth-child(12n+9){background:radial-gradient(circle at 50% 28%,#edc6a7,transparent 25%),linear-gradient(145deg,#f1efe8,#b5484b)}.relationship-avatar:nth-child(12n+10){background:radial-gradient(circle at 46% 26%,#e8c6ab,transparent 24%),linear-gradient(145deg,#c8a27d,#2f3945)}.relationship-avatar:nth-child(12n+11){background:radial-gradient(circle at 48% 28%,#c98a66,transparent 24%),linear-gradient(145deg,#deecf4,#2174aa)}.relationship-avatar:nth-child(12n){background:radial-gradient(circle at 52% 27%,#e6c2a5,transparent 24%),linear-gradient(145deg,#141923,#d04b2f)}.relationship-line-meta{display:inline-flex;align-items:center;gap:14px;padding-top:3px;color:#84898f;font-size:14px;font-weight:750;white-space:nowrap}.relationship-chevron{width:18px;height:18px;fill:none;stroke:#2f343a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.profile-stories{padding:18px 22px 14px;border-bottom:1px solid #e6e9ee}.profile-stories h2{margin:0 0 16px;color:#343941;font-size:24px;line-height:1}.story-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.story-row::-webkit-scrollbar{display:none}.story-card{flex:0 0 98px;height:126px;display:flex;align-items:end;padding:12px;border-radius:12px;color:#fff;font-size:13px;font-weight:800;background:linear-gradient(135deg,#3296c8,#12364e)}.story-2{background:linear-gradient(145deg,#111827,#ef4444)}.story-3{background:linear-gradient(145deg,#f5d7c6,#6d7280)}.story-4{background:linear-gradient(145deg,#c8a37b,#2f3943)}.story-5{background:linear-gradient(145deg,#45535e,#9b806f)}.story-6{background:linear-gradient(145deg,#d3a64f,#3f2a1c)}.profile-post{padding:18px 22px 22px}.post-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:12px}.post-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#ffb24f,#fb6f6a 50%,#5267d8)}.post-header strong{display:block;color:#343941;font-size:15px}.post-header span{color:#8c939b;font-size:13px;font-weight:650}.post-header button{border:0;background:transparent;color:#3f4146;font-size:26px}.profile-post p{max-width:860px;margin:0 0 14px;color:#4a4f57;font-size:14px;line-height:1.35}.post-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.gallery-placeholder{min-height:118px;border-radius:6px;background:linear-gradient(135deg,#d3e2ef,#fb7f62)}.gallery-placeholder.leaves{background:linear-gradient(135deg,#ffe8a3,#9abf88 45%,#f66d6d)}.gallery-placeholder.hero{background:radial-gradient(circle,#f8d867,#1f5875 58%,#0d2230)}.gallery-placeholder.paint{background:conic-gradient(from 90deg,#ff4136,#ffdc00,#2ecc40,#0074d9,#b10dc9,#ff4136)}.gallery-placeholder.aurora{background:linear-gradient(135deg,#ff1fa8,#0ad2ff 55%,#30e37d)}.gallery-placeholder.lights{background:radial-gradient(circle at 25% 25%,#fff 0 5%,transparent 10%),radial-gradient(circle at 70% 70%,#ff4ad8 0 7%,transparent 14%),#24103f}.gallery-placeholder.ink{background:linear-gradient(135deg,#0eb4ff,#111827 45%,#ff4d33)}.post-actions{display:flex;justify-content:flex-end;gap:22px;margin-top:12px}.post-actions button{border:0;background:transparent;color:#626a73;font-size:22px;font-weight:650}.post-actions span{font-size:14px}.internal-hero{min-height:calc(100vh - 76px);background:#f5f7fb}.site-hero{position:relative;width:100%;min-height:100vh;overflow:hidden;background:radial-gradient(ellipse at 12% 6%,rgba(61,116,152,.34) 0%,rgba(61,116,152,.11) 28%,transparent 52%),radial-gradient(ellipse at 78% 12%,rgba(218,88,44,.16) 0%,rgba(218,88,44,.04) 24%,transparent 46%),radial-gradient(ellipse at 58% 0%,rgba(71,148,226,.18) 0%,rgba(71,148,226,.05) 34%,transparent 58%),linear-gradient(180deg,#061121,#06101d 54%,#020711)}.site-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.site-hero:before{z-index:0;opacity:.42;background:radial-gradient(circle at 12% 18%,rgba(140,197,255,.38) 0 1px,transparent 1.5px),radial-gradient(circle at 28% 8%,rgba(255,171,111,.28) 0 1px,transparent 1.5px),radial-gradient(circle at 74% 19%,rgba(255,255,255,.55) 0 1px,transparent 1.5px),radial-gradient(circle at 92% 34%,rgba(140,197,255,.44) 0 1px,transparent 1.5px)}.site-header{position:relative;z-index:5;display:flex;align-items:center;justify-content:flex-start;min-height:116px;padding:44px 52px 0}.site-logo{display:inline-flex;align-items:center;padding:0;text-decoration:none}.site-logo img{display:block;width:222px;height:auto;object-fit:contain}.map-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.world-map{position:absolute;top:0;left:50%;width:max(100vw,178vh);height:100vh;min-height:760px;transform:translate(-50%)}.reference-map{opacity:1;filter:saturate(1.08) contrast(1.02)}.globe-rim{fill:none;stroke:url(#rimGlow);stroke-width:3;opacity:.34;filter:drop-shadow(0 0 10px rgba(104,178,255,.24));vector-effect:non-scaling-stroke}.globe-rim-side{stroke-width:2;opacity:.18}.digital-density{pointer-events:none;mix-blend-mode:screen;opacity:.9}.density-dot{fill:#f07234;transform-box:fill-box;transform-origin:center;opacity:var(--dot-opacity, .5)}.density-dot-hot{fill:#ff9b4a;filter:drop-shadow(0 0 2px rgba(255,104,42,.52));animation:density-flicker-hot 8.4s ease-in-out infinite}.density-dot-mid{animation:density-flicker-mid 10.2s ease-in-out infinite}.density-dot-north{fill:#f1873a;animation:density-flicker-north 11.8s ease-in-out infinite}.density-dot-north-bright{fill:#ffa24b}.network-overlay{--cascade-duration: 5.6s;pointer-events:none;mix-blend-mode:screen}.network-rail{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.network-rail{stroke:#e3542280;stroke-width:.9;opacity:.56}.edge-primary .network-rail{stroke-width:1.05;opacity:.68}.edge-soft .network-rail{opacity:.42}.edge-north .network-rail{stroke:#e75f2775;stroke-width:.75;opacity:.38}.edge-regional .network-rail{stroke:#e35b266b;stroke-width:.68;opacity:.34}.network-line{fill:none;stroke:#ee5b24eb;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 3px rgba(255,103,42,.36));opacity:.54;vector-effect:non-scaling-stroke}.edge-primary .network-line{stroke-width:1.85}.edge-soft .network-line{stroke-width:1.18;stroke-opacity:.78}.edge-branch .network-line{stroke-width:1.4}.edge-north .network-line{stroke:#ec672cc7;stroke-width:1.02;stroke-opacity:.82;filter:drop-shadow(0 0 2px rgba(255,102,45,.28))}.edge-regional .network-line{stroke:#e8602ab8;stroke-width:.9;stroke-opacity:.74;filter:drop-shadow(0 0 1.8px rgba(255,104,48,.22))}.network-tracer{fill:none;stroke:#ff9546f2;stroke-width:2.25;stroke-linecap:round;stroke-dasharray:.07 1;stroke-dashoffset:1.08;opacity:0;filter:drop-shadow(0 0 4px rgba(255,119,51,.7));animation:network-tracer-flight var(--line-duration, var(--cascade-duration)) linear infinite;animation-delay:var(--line-delay, 0s);vector-effect:non-scaling-stroke;will-change:opacity,stroke-dashoffset}.edge-north .network-tracer{stroke:#ff9748e0;stroke-width:1.8;stroke-dasharray:.055 1;filter:drop-shadow(0 0 3px rgba(255,112,52,.46))}.edge-regional .network-tracer{stroke:#ff9148d6;stroke-width:1.55;stroke-dasharray:.048 1;filter:drop-shadow(0 0 2.4px rgba(255,112,52,.38))}.network-arrival-flashes{pointer-events:none}.network-arrival-flash{fill:url(#networkNode);opacity:0;transform-box:fill-box;transform-origin:center;animation:network-arrival-flash var(--flash-cycle, var(--cascade-duration)) cubic-bezier(.32,0,.2,1) infinite;animation-delay:var(--flash-delay, 0s)}.network-node{opacity:.9;transform-box:fill-box;transform-origin:center;animation:node-pulse 7.4s cubic-bezier(.32,0,.2,1) infinite;animation-delay:var(--node-delay, 0s);will-change:opacity,transform}.network-node .node-glow,.network-node .node-core{transform-box:fill-box;transform-origin:center}.network-node .node-glow{fill:url(#networkNode);opacity:.44}.network-node .node-core{fill:#ffb15d}.network-node.node-tier-primary .node-glow{opacity:.72}.network-node.node-tier-secondary .node-glow{opacity:.48}.network-node.node-tier-small .node-glow{opacity:.32}@keyframes network-tracer-flight{0%{opacity:0;stroke-dashoffset:1.08}12%{opacity:.22}28%{opacity:.76;stroke-dashoffset:.68}58%{opacity:.82;stroke-dashoffset:.18}76%{opacity:.42;stroke-dashoffset:-.02}90%{opacity:.12;stroke-dashoffset:-.12}to{opacity:0;stroke-dashoffset:-.16}}@keyframes network-arrival-flash{0%,70%{opacity:0;transform:scale(.52)}74%{opacity:.22;transform:scale(.72)}78%{opacity:.72;transform:scale(1.08)}82%{opacity:.46;transform:scale(1.32)}88%,to{opacity:0;transform:scale(1.62)}}@keyframes density-flicker-mid{0%,to{opacity:var(--dot-mid, .29);transform:scale(.96)}44%{opacity:var(--dot-opacity, .46);transform:scale(1.04)}78%{opacity:var(--dot-mid, .29);transform:scale(.99)}}@keyframes density-flicker-hot{0%,to{opacity:var(--dot-mid, .29);transform:scale(.94)}38%{opacity:var(--dot-opacity, .46);transform:scale(1.06)}72%{opacity:var(--dot-mid, .29);transform:scale(.98)}}@keyframes density-flicker-north{0%,to{opacity:calc(var(--dot-mid, .34) * .96);transform:scale(.97)}36%{opacity:var(--dot-opacity, .58);transform:scale(1.035)}72%{opacity:calc(var(--dot-opacity, .58) * .78);transform:scale(1)}}@keyframes node-pulse{0%,to{opacity:.82;transform:scale(.98)}34%{opacity:1;transform:scale(1.05)}68%{opacity:.88;transform:scale(1)}}.hero-copy{position:relative;z-index:4;width:min(680px,calc(100% - 80px));margin:min(46vh,455px) 0 0 52px}.hero-countdown{position:absolute;top:54px;right:clamp(28px,4.5vw,74px);z-index:4;display:grid;justify-items:end;gap:14px;width:max-content}.hero-countdown-title{display:inline-flex;align-items:center;gap:10px;color:#f4f7fbf0;font-size:18px;line-height:1;font-weight:850;text-shadow:0 10px 22px rgba(0,0,0,.56)}.hero-countdown-title:before{width:26px;height:3px;border-radius:999px;background:#ff4d33;content:""}.hero-countdown-grid{display:grid;grid-template-columns:repeat(4,auto);gap:22px}.hero-countdown-unit{position:relative;display:grid;justify-items:center;gap:8px}.hero-countdown-unit:not(:last-child):after{position:absolute;top:-2px;right:-16px;color:#f4f7fbdb;font-size:48px;line-height:1;font-weight:300;content:":";text-shadow:0 12px 28px rgba(0,0,0,.58)}.hero-countdown-card{display:block;min-width:76px;color:#fffffff5;font-size:54px;line-height:1;font-weight:300;letter-spacing:0;text-align:center;text-shadow:0 14px 34px rgba(0,0,0,.72),0 0 18px rgba(255,255,255,.12)}.hero-countdown-label{color:#f4f7fbbd;font-size:13px;line-height:1;font-weight:650}.hero-copy h1{max-width:660px;margin:0 0 22px;color:#f4f7fb;font-size:clamp(38px,2.85vw,48px);line-height:1.12;font-weight:800;letter-spacing:0;text-shadow:0 18px 44px rgba(0,0,0,.6)}.hero-copy h1 span{color:#ff4d33}.hero-copy p{max-width:640px;margin:0;color:#c6d0dc;font-size:clamp(20px,1.45vw,25px);line-height:1.28;font-weight:500;letter-spacing:0;text-shadow:0 14px 32px rgba(0,0,0,.52)}.hero-copy strong{display:block;max-width:640px;margin-top:6px;color:#ff4d33;font-size:clamp(20px,1.45vw,25px);line-height:1.28;font-weight:500;letter-spacing:0}.login-button{display:inline-flex;align-items:center;justify-content:center;min-width:174px;min-height:58px;border:0;border-radius:8px;background:#ff4d33;color:#fff;font-size:16px;font-weight:800;letter-spacing:0;box-shadow:0 18px 36px #ff4d3352,0 0 34px #ff7a2533;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.login-button:hover,.login-button:focus-visible{background:#f24128;box-shadow:0 18px 34px #ff4d3347;transform:translateY(-1px);outline:none}.hero-cta-row{display:flex;align-items:center;gap:clamp(24px,3.4vw,46px);margin-top:clamp(42px,6vh,66px)}.hero-social-proof{position:relative;display:grid;gap:2px;color:#f4f7fbc7;text-shadow:0 12px 30px rgba(0,0,0,.58)}.hero-social-proof span,.hero-social-proof small{font-size:13px;line-height:1.1;font-weight:750}.hero-social-proof strong{color:#fffffff5;font-size:34px;line-height:1;font-weight:850;letter-spacing:0}.slide-indicators{position:absolute;left:50%;bottom:64px;z-index:5;display:flex;align-items:center;gap:8px;width:590px;max-width:calc(100% - 52px);transform:translate(-50%)}.slide-indicators span{display:block;flex:1;height:3px;border-radius:999px;background:#dae2ed3d}.slide-indicators .active{background:#e86f38;box-shadow:0 0 14px #e86f3873}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:24px;background:#181c2357;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-modal{position:relative;width:min(430px,100%);max-height:min(720px,calc(100vh - 48px));overflow-y:auto;padding:26px;border:1px solid rgba(255,255,255,.72);border-radius:20px;background:#fffffff5;box-shadow:0 28px 80px #232b3647}.modal-close{position:absolute;top:14px;right:16px;width:34px;height:34px;border:0;border-radius:999px;background:#f0f2f5;color:#343941;font-size:25px;line-height:1}.auth-modal h2{margin:0 44px 10px 0;color:#343941;font-size:24px;line-height:1.15;font-weight:800;letter-spacing:0}.auth-subtitle{margin:0 0 16px;color:#66707c;font-size:14px;line-height:1.45;font-weight:600}.auth-form{display:grid;gap:12px}.auth-form label{display:grid;gap:7px;color:#3f4650;font-size:14px;font-weight:800}.auth-form input{width:100%;min-height:44px;border:1px solid #d8dde4;border-radius:10px;padding:0 14px;background:#fff;color:#343941;font-size:15px;font-weight:500;outline:none}.auth-form input:focus{border-color:#ff4d33;box-shadow:0 0 0 4px #ff4d331f}.interest-fieldset{display:grid;gap:8px;min-width:0;margin:0;padding:0;border:0}.interest-fieldset legend{margin-bottom:2px;color:#3f4650;font-size:14px;font-weight:800}.interest-options{display:flex;flex-wrap:wrap;gap:7px}.interest-chip{min-height:30px;border:1px solid #d8dde4;border-radius:999px;padding:0 10px;background:#fff;color:#59636f;font-size:12px;font-weight:800}.interest-chip.selected{border-color:#ff4d339e;background:#ff4d331a;color:#ff4d33}.auth-submit{min-height:46px;margin-top:4px;border:0;border-radius:10px;background:#ff4d33;color:#fff;font-size:16px;font-weight:800}.auth-message{min-height:20px;margin:0;font-size:13px;line-height:1.35;font-weight:600}.auth-message.error{color:#c92516}.auth-message.note{color:#65707d}.auth-helper{margin:-4px 0 0;color:#7a8490;font-size:12px;line-height:1.35;font-weight:700}.auth-success{display:grid;gap:16px}.auth-success p{margin:0;color:#59636f;font-size:16px;line-height:1.45;font-weight:600}.auth-alt-action{margin:14px 0 0;color:#65707d;font-size:14px;line-height:1.35;font-weight:700;text-align:center}.auth-alt-action button{border:0;padding:0;background:transparent;color:#ff4d33;font:inherit;font-weight:800}.auth-alt-action+.auth-alt-action{margin-top:8px}.auth-actions-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;margin-top:12px}.auth-actions-row button{border:0;padding:0;background:transparent;color:#ff4d33;font-size:13px;font-weight:800}@media(max-width:1100px){.internal-header{gap:14px;min-height:72px;padding-right:18px;padding-left:18px}.internal-header-right{gap:12px;max-width:calc(100% - 210px)}.internal-logo img{width:150px}.internal-nav{height:62px;gap:8px}.internal-nav-button{min-width:64px}.internal-icon-wrap{width:32px;height:32px}.internal-icon-wrap svg{width:27px;height:27px}.internal-icon-wrap .ui-icon{width:27px;height:27px}.internal-nav-label{font-size:12.5px}.internal-nav-divider{height:34px}.logout-button{min-height:38px;padding:0 12px}.internal-hero{min-height:calc(100vh - 72px)}.profile-menu-scrim,.tree-menu-scrim{top:72px;right:0;bottom:0;left:0}.tree-dropdown{width:min(276px,calc(100vw - 36px))}.profile-dropdown{top:calc(100% + 10px);left:clamp(190px,45vw,calc(100% - 376px))}.profile-modal-backdrop{top:72px;right:0;bottom:0;left:0;padding:14px 18px 18px}.profile-modal-shell,.profile-modal-shell.fullscreen{width:calc(100vw - 36px);max-height:calc(100vh - 104px)}.profile-modal{grid-template-columns:minmax(240px,280px) minmax(0,1fr);width:min(1040px,calc(100vw - 96px));max-height:inherit}.notifications-modal-backdrop{top:72px;right:0;bottom:0;left:0;padding:14px 18px 18px}.notifications-modal{grid-template-columns:minmax(220px,280px) minmax(0,1fr);width:calc(100vw - 36px);max-height:calc(100vh - 104px)}.notifications-tab{gap:11px;min-height:54px;padding:0 14px 0 20px;font-size:15px}.notifications-row{grid-template-columns:64px minmax(130px,.9fr) minmax(220px,1.2fr) auto 24px;gap:12px;min-height:100px;padding:14px 18px}.notifications-person,.notifications-avatar{width:52px;height:52px}.notifications-action{min-width:104px;min-height:42px;padding:0 16px;font-size:15px}.profile-modal-close{top:10px;right:10px;background:#121c2633}.profile-cover{height:180px}.profile-person h2{font-size:21px}.profile-tabs{gap:20px}.relationship-panel{padding:14px 18px 18px}.relationship-line-card{min-height:86px;padding:13px 16px}.relationship-line-heading{margin-bottom:14px}.relationship-avatar{width:32px;height:32px}.story-card{flex-basis:88px;height:116px}.post-gallery{grid-template-columns:repeat(2,1fr)}.site-header{min-height:96px;padding:30px 30px 0}.site-logo img{width:190px}.world-map{top:0;left:50%;width:max(100vw,178vh);min-height:760px;opacity:.94}.hero-copy{width:min(590px,calc(100% - 60px));margin:min(48vh,405px) 0 0 30px}.hero-countdown{top:42px;right:30px}.hero-countdown-card{min-width:64px;font-size:46px}.hero-countdown-unit:not(:last-child):after{right:-14px;font-size:42px}}@media(max-width:720px){.internal-header{gap:8px;min-height:62px;padding:0 10px}.internal-header-right{position:static;transform:none;width:auto;max-width:none;margin-left:auto;gap:8px}.internal-logo img{width:44px}.internal-nav{height:54px;gap:6px}.internal-nav-button{min-width:56px}.internal-icon-wrap{width:26px;height:26px}.internal-icon-wrap svg{width:23px;height:23px}.internal-icon-wrap .ui-icon{width:23px;height:23px}.internal-nav-label{max-width:72px;font-size:10.5px}.internal-nav-divider{height:30px}.logout-button{min-width:62px;min-height:36px;padding:0 10px;font-size:12px}.internal-hero{min-height:calc(100vh - 62px)}.profile-menu-scrim,.tree-menu-scrim{top:62px;right:0;bottom:0;left:0}.tree-dropdown{top:calc(100% + 8px);right:0;width:min(260px,calc(100vw - 20px));padding:10px}.tree-menu-item{min-height:46px;gap:11px;padding:0 10px;font-size:14px}.tree-menu-item svg{width:21px;height:21px}.tree-menu-item .ui-icon{width:21px;height:21px}.profile-dropdown{top:calc(100% + 8px);right:10px;left:auto;width:min(320px,calc(100vw - 20px));padding:16px 16px 12px}.profile-modal-backdrop{top:62px;right:0;bottom:0;left:0;padding:10px}.profile-modal-shell,.profile-modal-shell.fullscreen{gap:8px;width:calc(100vw - 20px);max-height:calc(100vh - 82px)}.profile-modal{grid-template-columns:1fr;width:calc(100vw - 68px);max-height:inherit}.notifications-modal-backdrop{top:62px;right:0;bottom:0;left:0;padding:10px}.notifications-modal{grid-template-columns:1fr;width:calc(100vw - 20px);max-height:calc(100vh - 82px)}.notifications-sidebar{display:flex;gap:0;overflow-x:auto;padding:0;border-right:0;border-bottom:1px solid #e6e9ee}.notifications-tab{flex:1 0 190px;min-height:54px;padding:0 12px;font-size:14px}.notifications-content-header{min-height:52px;padding:0 54px 0 16px}.notifications-content-header h2{font-size:17px}.notifications-row{grid-template-columns:50px minmax(0,1fr) auto;gap:10px;min-height:0;padding:13px 14px}.notifications-person,.notifications-avatar{width:44px;height:44px}.notifications-user{gap:5px}.notifications-user strong{font-size:15px}.notifications-event{grid-column:2 / -1;justify-items:start;text-align:left;font-size:13px}.notifications-action{min-width:86px;min-height:36px;padding:0 12px;font-size:13px}.notifications-more{font-size:24px}.profile-side-actions{gap:8px;padding-top:4px}.profile-side-action{width:34px;height:34px;border-radius:9px}.profile-sidebar{border-right:0;border-bottom:1px solid #e6e9ee}.profile-cover{height:140px}.profile-person{padding:14px 16px}.profile-large-avatar{width:52px;height:52px}.profile-stats,.profile-details,.profile-awards,.profile-sidebar-actions{padding-right:16px;padding-left:16px}.profile-tabs{justify-content:flex-start;gap:18px;overflow-x:auto;padding:0 16px}.profile-tabs button{flex:0 0 auto;font-size:13px}.relationship-panel{gap:10px;padding:12px}.relationship-line-card{grid-template-columns:1fr;gap:12px;min-height:0;padding:13px 14px}.relationship-line-heading{margin-bottom:12px}.relationship-line-heading h3{font-size:17px}.relationship-avatars{gap:7px}.relationship-avatar{width:30px;height:30px}.relationship-line-meta{justify-content:space-between;width:100%;padding-top:0}.profile-stories,.profile-post{padding-right:16px;padding-left:16px}.profile-stories h2{font-size:24px}.story-card{flex-basis:92px;height:124px}.post-gallery{grid-template-columns:1fr}.gallery-placeholder{min-height:130px}.profile-dropdown-user{gap:12px}.profile-dropdown-avatar{width:48px;height:48px;border-width:4px}.profile-dropdown-user strong{font-size:16px}.profile-dropdown-user span{font-size:13px}.profile-primary-action{width:100%;min-height:34px;font-size:14px}.profile-menu-divider{margin-right:-16px;margin-left:-16px}.profile-menu-item{min-height:38px;font-size:13.5px}.site-hero{min-height:100vh;background:radial-gradient(ellipse at 16% 6%,rgba(61,116,152,.24) 0%,transparent 45%),radial-gradient(ellipse at 80% 10%,rgba(218,88,44,.12) 0%,transparent 44%),linear-gradient(180deg,#020711,#071321 58%,#020711)}.site-header{min-height:86px;padding:24px 22px 0}.site-logo img{width:162px}.hero-countdown{top:96px;right:22px;gap:8px}.hero-countdown-grid{gap:13px}.hero-countdown-card{min-width:42px;font-size:30px}.hero-countdown-unit:not(:last-child):after{right:-10px;font-size:28px}.hero-countdown-label{font-size:10px}.hero-countdown-title{font-size:15px}.world-map{top:0;left:58%;width:max(150vw,150vh);min-height:720px;opacity:.66}.digital-density{opacity:.5}.density-dot{animation:none}.network-overlay{opacity:.64}.network-line{stroke-width:.95}.hero-copy{width:calc(100% - 44px);margin:min(43vh,330px) 0 0 22px}.hero-copy h1{max-width:470px;margin-bottom:18px;font-size:clamp(32px,9vw,42px);line-height:1.14}.hero-copy p,.hero-copy strong{max-width:470px;font-size:clamp(17px,4.7vw,20px);line-height:1.32}.login-button{min-width:156px;min-height:54px}.hero-cta-row{align-items:flex-start;gap:24px;margin-top:38px}.hero-social-proof strong{font-size:30px}.site-footer{right:18px;bottom:14px;left:18px}.site-footer-links{gap:7px 14px}.site-footer-links a{font-size:11.5px}.slide-indicators{bottom:66px;width:280px}}@media(max-width:430px){.hero-copy{margin-top:min(48vh,310px)}.hero-copy h1{font-size:30px}.hero-countdown{right:12px;transform:scale(.84);transform-origin:top right}.hero-copy p,.hero-copy strong{font-size:16px}.hero-cta-row{flex-wrap:wrap;gap:16px 28px}.hero-social-proof{margin-left:18px}.site-footer{bottom:12px}.site-footer-links{gap:6px 10px}.site-footer-links a{font-size:10.5px}.slide-indicators{bottom:74px}.auth-modal{padding:24px 18px 20px;border-radius:16px}.auth-modal h2{font-size:24px}}@media(prefers-reduced-motion:reduce){.network-line,.network-node,.network-node .node-glow,.network-node .node-core,.network-tracer,.network-arrival-flash,.density-dot{animation:none}.network-line{opacity:.46;stroke-dashoffset:0}.network-node{opacity:.74;transform:none}.network-tracer{display:none}.density-dot{opacity:var(--dot-mid, .29);transform:none}}
