html{scroll-behavior:smooth}body{margin:0}*{box-sizing:border-box}body{color:#222;background:#fcf9f0;margin:0;font-family:Courier New,monospace}button,input,textarea{font-family:inherit}button{cursor:pointer}.app{min-height:100vh}.navbar{background:#fff8e7;border:2px solid #222;border-radius:6px;justify-content:space-between;align-items:center;width:calc(100% - 40px);max-width:1150px;margin:20px auto;padding:13px 18px;display:flex;box-shadow:4px 4px #222}.logo{font-size:21px;font-weight:900}.logo span{color:#2ecc71}.nav-links{gap:22px;display:flex}.nav-links a{color:#222;font-size:12px;font-weight:700;text-decoration:none}.nav-links a:hover{color:#2ecc71}.ai-button{background:#f39c12;border:2px solid #222;border-radius:4px;padding:8px 12px;font-size:11px;font-weight:800;box-shadow:2px 2px #222}.hero{grid-template-columns:1fr .8fr;align-items:center;gap:70px;max-width:1100px;margin:70px auto;padding:20px;display:grid}.hero-content{max-width:600px}.badge{background:#f39c12;border:2px solid #222;border-radius:4px;padding:6px 10px;font-size:10px;font-weight:900;display:inline-block}.hero h1{letter-spacing:-2px;margin:18px 0 15px;font-size:55px;line-height:1}.hero h1 span{color:#2ecc71}.hero-content>p{color:#666;max-width:540px;font-family:Arial,sans-serif;font-size:16px;line-height:1.6}.hero-buttons{gap:12px;margin-top:25px;display:flex}.primary-button,.secondary-button{border:2px solid #222;border-radius:4px;padding:12px 17px;font-size:12px;font-weight:800}.primary-button{background:#2ecc71;box-shadow:4px 4px #222}.secondary-button{background:#fff8e7}.primary-button:hover{background:#f39c12}.hero-stats{gap:35px;margin-top:35px;display:flex}.hero-stats div{flex-direction:column;display:flex}.hero-stats strong{font-size:20px}.hero-stats small{color:#777;margin-top:3px;font-size:10px}.hero-visual{justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.profile-card{text-align:center;background:#fff;border:3px solid #222;border-radius:7px;width:280px;padding:22px;transform:rotate(1deg);box-shadow:8px 8px #222}.profile-image{background:#f39c12;border:3px solid #222;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 12px;font-size:35px;display:flex}.profile-card h3{margin:5px 0;font-size:17px}.profile-card>p{color:#777;margin:4px 0 15px;font-size:11px}.common-score{background:#e9ffe9;border:2px solid #222;border-radius:4px;margin-bottom:13px;padding:10px}.common-score strong{color:#2ecc71;font-size:24px;display:block}.common-score span{font-size:9px;font-weight:700}.interests{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:15px;display:flex}.interests span{background:#fff8e7;border:1px solid #222;border-radius:3px;padding:5px 7px;font-size:9px}.connect-button{background:#2ecc71;border:2px solid #222;border-radius:4px;width:100%;padding:10px;font-size:11px;font-weight:900;box-shadow:3px 3px #222}.connect-button:hover{background:#f39c12}.floating-card{background:#fff8e7;border:2px solid #222;border-radius:4px;padding:9px 12px;font-size:11px;font-weight:800;position:absolute;box-shadow:3px 3px #222}.card-one{top:50px;left:0;transform:rotate(-5deg)}.card-two{bottom:50px;right:0;transform:rotate(5deg)}.create-profile{background:#fff8e7;border:3px solid #222;border-radius:8px;width:500px;max-width:calc(100% - 40px);margin:80px auto;padding:26px;box-shadow:7px 7px #222}.section-heading{text-align:center;margin-bottom:22px}.section-heading .badge{margin-bottom:9px}.section-heading h2{margin:0;font-size:27px;line-height:1.15}.section-heading h2 span{color:#2ecc71}.section-heading p{color:#666;margin:7px 0 0;font-size:12px}.create-profile form{flex-direction:column;gap:12px;display:flex}.create-profile form>div{flex-direction:column;display:flex}.create-profile label{text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:900}.create-profile input,.create-profile textarea{box-sizing:border-box;background:#fff;border:2px solid #222;border-radius:4px;outline:none;width:100%;padding:9px 11px;font-size:13px}.create-profile input{height:39px}.create-profile textarea{resize:none;height:65px}.create-profile input:focus,.create-profile textarea:focus{background:#f4fff0;box-shadow:3px 3px #2ecc71}.hobby-grid{grid-template-columns:repeat(4,1fr);gap:4px;margin-top:5px;display:grid}.hobby-option{cursor:pointer;background:#fff;border:2px solid #222;border-radius:4px;align-items:center;padding:3px;text-transform:none!important;flex-direction:row!important;margin:0!important;font-size:12px!important;font-weight:600!important;display:flex!important}.hobby-option input{appearance:none;cursor:pointer;background:#fff;border:2px solid #222;border-radius:2px;flex-shrink:0;width:16px!important;height:16px!important;margin:0 7px 0 0!important;padding:0!important}.hobby-option input:checked{background:#2ecc71;position:relative}.hobby-option input:checked:after{content:"✓";color:#111;font-size:14px;font-weight:900;position:absolute;top:-4px;left:2px}.hobby-option:has(input:checked){background:#f0ffe9;transform:translate(-2px,-2px);box-shadow:3px 3px #222}.create-profile button[type=submit]{background:#2ecc71;border:2px solid #222;border-radius:4px;width:100%;height:42px;margin-top:4px;font-size:13px;font-weight:900;box-shadow:4px 4px #222}.create-profile button[type=submit]:hover{background:#f39c12;transform:translate(2px,2px);box-shadow:2px 2px #222}.form-message{text-align:center;background:#eaffea;border:2px solid #222;border-radius:4px;margin:4px 0 0;padding:7px;font-size:11px}@media (width<=800px){.hero{text-align:center;grid-template-columns:1fr;gap:30px}.hero-content{margin:auto}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{min-height:350px}.nav-links{display:none}}@media (width<=500px){.navbar{width:calc(100% - 25px)}.hero{margin-top:40px}.hero h1{font-size:38px}.hero-buttons{flex-direction:column}.hero-stats{gap:20px}.profile-card{width:250px}.create-profile{margin:50px auto;padding:20px}.hobby-grid{grid-template-columns:1fr 1fr}}.discover{max-width:1000px;margin:90px auto;padding:20px}.discover-heading{text-align:center;margin-bottom:35px}.discover-heading h2{margin:12px 0 7px;font-size:34px}.discover-heading h2 span{color:#2ecc71}.discover-heading p{color:#666;margin:0;font-size:13px}.people-slider-wrapper{width:100%;position:relative}.people-grid{scroll-behavior:smooth;scrollbar-width:none;gap:18px;padding:10px 12px 20px;display:flex;overflow:auto hidden}.people-grid::-webkit-scrollbar{display:none}.person-card{background:#eaa0e5;border:2px solid #222;border-radius:6px;flex:0 0 290px;gap:13px;padding:16px;transition:all .15s;display:flex;box-shadow:5px 5px #222}.person-card:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #222}.person-avatar{background:#f39c12;border:2px solid #222;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.person-info{flex:1;min-width:0}.person-name-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.person-name-row h3{margin:0;font-size:16px}.match-score{background:#2ecc71;border:2px solid #222;border-radius:3px;flex-shrink:0;padding:4px 6px;font-size:10px;font-weight:900;box-shadow:2px 2px #222}.person-bio{color:#666;margin:0 0 10px;font-family:Arial,sans-serif;font-size:11px;line-height:1.4}.person-interests{flex-wrap:wrap;gap:5px;margin-bottom:12px;display:flex}.person-interests span{background:#fff;border:1px solid #222;border-radius:3px;padding:4px 6px;font-size:9px}.person-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.person-avatar span{justify-content:center;align-items:center;width:100%;height:100%;font-size:30px;display:flex}.person-card .connect-button{background:#2ecc71;border:2px solid #222;border-radius:3px;width:100%;padding:7px;font-size:10px;font-weight:900;box-shadow:2px 2px #222}.person-card .connect-button:hover{background:#d37cb9}.slider-arrow{z-index:5;background:#fff8e7;border:2px solid #222;border-radius:50%;width:38px;height:38px;font-size:18px;font-weight:900;position:absolute;top:50%;transform:translateY(-50%);box-shadow:3px 3px #222}.slider-arrow:hover{background:#f39c12}.slider-left{left:-18px}.slider-right{right:-18px}.discover-message{text-align:center;padding:20px;font-size:13px}.discover-message.error{color:#d9534f}@media (width<=600px){.discover{margin:50px auto;padding:15px}.discover-heading h2{font-size:28px}.person-card{flex:0 0 280px}.slider-left{left:-8px}.slider-right{right:-8px}}.login-section{background:#fff8e7;border:3px solid #222;border-radius:7px;width:360px;max-width:calc(100% - 40px);margin:70px auto;padding:25px;box-shadow:7px 7px #222}.login-section form{flex-direction:column;gap:13px;display:flex}.login-section form>div{flex-direction:column;display:flex}.login-section label{text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:900}.login-section input{background:#fff;border:2px solid #222;border-radius:4px;outline:none;height:40px;padding:9px 11px;font-size:13px}.login-section input:focus{background:#f4fff0;box-shadow:3px 3px #2ecc71}.login-section button{background:#2ecc71;border:2px solid #222;border-radius:4px;height:42px;margin-top:5px;font-size:13px;font-weight:900;box-shadow:4px 4px #222}.login-section button:hover{background:#f39c12}.profile-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-popup{text-align:center;background:#fff8e7;border:3px solid #222;border-radius:7px;width:350px;max-width:100%;padding:25px;position:relative;box-shadow:8px 8px #222}.close-profile{cursor:pointer;background:#f39c12;border:2px solid #222;border-radius:3px;width:28px;height:28px;font-size:20px;font-weight:900;line-height:20px;position:absolute;top:8px;right:10px}.popup-avatar{background:#2ecc71;border:3px solid #222;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 10px;font-size:32px;display:flex}.profile-popup h2{margin:5px 0}.popup-bio{color:#666;margin-bottom:18px;font-size:12px}.profile-popup h4{text-align:left;text-transform:uppercase;margin:12px 0 6px;font-size:11px}.popup-interests{flex-wrap:wrap;gap:6px;display:flex}.popup-interests span{background:#fff;border:1px solid #222;border-radius:3px;padding:5px 7px;font-size:10px}.connect-popup-button{cursor:pointer;background:#2ecc71;border:2px solid #222;border-radius:4px;width:100%;margin-top:20px;padding:10px;font-weight:900;box-shadow:3px 3px #222}.connect-popup-button:hover{background:#f39c12}.nav-actions{align-items:center;gap:10px;display:flex}.login-button{cursor:pointer;background:#fff8e7;border:2px solid #222;border-radius:4px;padding:8px 15px;font-weight:800;box-shadow:3px 3px #222}.login-button:hover{background:#f39c12}.logged-user{font-size:12px;font-weight:800}.login-overlay{z-index:2000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.login-modal{background:#fff8e7;border:3px solid #222;border-radius:7px;width:380px;max-width:95%;padding:10px;position:relative;box-shadow:8px 8px #222}.close-login{cursor:pointer;z-index:2;background:#f39c12;border:2px solid #222;border-radius:3px;width:28px;height:28px;font-size:20px;font-weight:900;position:absolute;top:10px;right:10px}.close-login:hover{background:#2ecc71}.login-modal .login-section{margin:0;padding:25px 20px 15px}.login-modal .section-heading{margin-bottom:18px}.login-modal form{margin:0}.profile-page{color:#30271f;background:repeating-linear-gradient(90deg,#ffffff06 0 2px,#0000 2px 8px),repeating-linear-gradient(0deg,#301c1109 0 1px,#0000 1px 7px),linear-gradient(135deg,#71492f,#825538 45%,#68412b);min-height:100vh;padding:80px 20px 100px;position:relative}.profile-page:before{content:"";pointer-events:none;opacity:.12;z-index:0;background-image:radial-gradient(#ffffff80 .6px,#0000 .7px);background-size:9px 9px;position:fixed;inset:0}.back-button{z-index:2;color:#493629;cursor:pointer;background:#f5ead0;border:2px solid #38271d;border-radius:3px;margin:0 auto 25px;padding:10px 18px;font-family:Courier New,monospace;font-size:12px;font-weight:900;transition:all .2s;display:block;position:relative;box-shadow:4px 4px #38271d}.back-button:hover{background:#fff6df;transform:translate(-2px,-2px)rotate(-1deg)}.full-profile-card{z-index:1;text-align:center;background:linear-gradient(#ffffff14,#ffffff14),#f5ead1;border:2px solid #4c3627;border-radius:4px;width:min(880px,100%);margin:0 auto;padding:48px 55px 60px;transition:transform .4s,opacity .4s;position:relative;overflow:hidden;transform:rotate(-.35deg);box-shadow:10px 11px #2a190fa6,0 20px 45px #23140c40}.full-profile-card:before{content:"";pointer-events:none;opacity:.12;background:repeating-linear-gradient(0deg,#0000 0 4px,#4a301f2e 5px);position:absolute;inset:0}.full-profile-card:after{content:"";pointer-events:none;background:#b1524b40;width:1px;position:absolute;top:0;bottom:0;left:28px}.full-profile-card.swipe-left{animation:.4s forwards profileSwipeLeft}.full-profile-card.swipe-right{animation:.4s forwards profileSwipeRight}@keyframes profileSwipeLeft{0%{opacity:1;transform:translate(0)rotate(-.35deg)}to{opacity:0;transform:translate(-120%)rotate(-12deg)}}@keyframes profileSwipeRight{0%{opacity:1;transform:translate(0)rotate(-.35deg)}to{opacity:0;transform:translate(120%)rotate(12deg)}}.ai-profile-badge,.connection-mode .badge,.ai-questionnaire .badge,.ai-plan .badge{color:#4d5938;background:#dfe1bd;border:1px solid #777b55;border-radius:2px;padding:7px 13px;font-family:Courier New,monospace;font-size:10px;font-weight:900;display:inline-block;transform:rotate(-2deg);box-shadow:3px 3px #3c2b1c26}.large-profile-avatar{background:radial-gradient(circle at 35% 30%,#d8c69c,#a98c61);border:5px solid #4b3828;border-radius:50%;justify-content:center;align-items:center;width:125px;height:125px;margin:25px auto 17px;font-size:55px;display:flex;transform:rotate(2deg);box-shadow:5px 6px #38261959}.large-profile-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.large-profile-avatar span{justify-content:center;align-items:center;width:100%;height:100%;font-size:60px;display:flex}.full-profile-card>h1{color:#30251d;letter-spacing:-2px;margin:8px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,6vw,55px)}.full-profile-card>h1:after{content:"";background:#b86660;border-radius:50%;width:110px;height:3px;margin:9px auto;display:block;transform:rotate(-2deg)}.profile-match{background:#dce0bb;border:1px solid #8a9167;border-radius:2px;justify-content:center;align-items:center;gap:12px;margin:15px auto 35px;padding:8px 17px;display:inline-flex;transform:rotate(1deg);box-shadow:3px 3px #3d2b1b26}.profile-match strong{color:#506039;font-family:Georgia,serif;font-size:30px}.profile-match span{color:#596047;font-family:Courier New,monospace;font-size:10px;font-weight:900}.profile-section{text-align:left;background:#fff8e2b8;border:1px solid #b9a887;border-radius:2px;margin:28px 0;padding:25px 27px;position:relative;transform:rotate(-.2deg);box-shadow:4px 5px #432b1b1a}.profile-section:nth-of-type(2n){transform:rotate(.25deg)}.profile-section h3{color:#4e5b3b;margin:0 0 12px;font-family:Georgia,serif;font-size:22px}.profile-section h3:first-letter{color:#b65f5b}.profile-section p{color:#625648;margin:0;font-family:Arial,sans-serif;font-size:14px;line-height:1.75}.common-interests{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.common-interests span{color:#514535;background:#eee3c5;border-bottom:2px solid #b6a47d;padding:6px 11px;font-family:Courier New,monospace;font-size:11px;font-weight:700;display:inline-block;transform:rotate(-1deg)}.common-interests span:nth-child(2n){transform:rotate(1deg)}.interest-gallery{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.interest-card{background:#f9efd7;border:1px solid #ad9b78;border-radius:2px;padding:9px;transition:all .2s;transform:rotate(-1deg);box-shadow:4px 5px #402a1b21}.interest-card:nth-child(2n){transform:rotate(1.5deg)}.interest-card:nth-child(3n){transform:rotate(-2deg)}.interest-card:hover{transform:translateY(-5px)rotate(0);box-shadow:7px 10px 18px #3723162e}.interest-image{background:linear-gradient(135deg,#d6d3ae,#b9bd8c);border:1px solid #92926d;justify-content:center;align-items:center;height:105px;margin-bottom:8px;font-size:40px;display:flex}.interest-card span{text-align:center;color:#493b2d;padding:4px;font-family:Georgia,serif;font-size:16px;font-weight:700;display:block}.profile-tags{flex-wrap:wrap;gap:9px;display:flex}.profile-tags span{color:#4f553e;background:#dcdcb9;border:1px solid #96966f;border-radius:2px;padding:7px 12px;font-family:Courier New,monospace;font-size:10px;font-weight:700;transform:rotate(-1deg)}.profile-tags span:nth-child(2n){transform:rotate(1deg)}.ai-summary{text-align:left;background:linear-gradient(135deg,#e4e1bd,#d5d5ae);border:1px solid #999a70;margin-top:28px;padding:26px 28px;position:relative;transform:rotate(.4deg);box-shadow:5px 6px #3a291a24}.ai-summary:before{content:"AI NOTE";color:#fff;background:#b96761;border:1px solid #55372d;padding:3px 8px;font-family:Courier New,monospace;font-size:8px;font-weight:900;position:absolute;top:-11px;right:15px;transform:rotate(3deg)}.ai-summary h3{color:#4b5937;margin:0 0 10px;font-family:Georgia,serif;font-size:21px}.ai-summary p{color:#5c5745;margin:0;font-family:Arial,sans-serif;font-size:14px;line-height:1.7}.connection-message{color:#4d593c;text-align:left;background:#e4e5c5;border-left:4px solid #63704a;margin:20px 0;padding:12px 16px;font-family:Courier New,monospace;font-size:11px;font-weight:700}.swipe-actions{grid-template-columns:1fr 1fr;gap:16px;margin-top:35px;display:grid}.great-choice-button,.reject-profile-button{border:2px solid #3c2b20;border-radius:3px;padding:14px 18px;font-family:Courier New,monospace;font-size:11px;font-weight:900;transition:all .15s;box-shadow:4px 4px #3c2b20}.great-choice-button{color:#fff7e4;background:#66744d}.great-choice-button:hover{background:#7d8b5d;transform:translate(2px,2px);box-shadow:2px 2px #3c2b20}.reject-profile-button{color:#4e3526;background:#e0c5a5}.reject-profile-button:hover{background:#d4aa87;transform:translate(2px,2px);box-shadow:2px 2px #3c2b20}.connection-mode{background:#f5ead1;border:1px solid #b9a887;margin-top:35px;padding:30px;transform:rotate(-.25deg);box-shadow:5px 6px #3a271924}.connection-mode h2{color:#33271f;margin:18px 0 10px;font-family:Georgia,serif;font-size:30px}.connection-mode>p{color:#65594d;max-width:620px;margin:0 auto 28px;font-family:Arial,sans-serif;font-size:14px;line-height:1.7}.mode-options{grid-template-columns:1fr 1fr;gap:18px;margin-top:25px;display:grid}.mode-card{text-align:center;cursor:pointer;background:#f9efd7;border:1px solid #b5a27d;border-radius:2px;padding:25px 20px;transition:all .2s;transform:rotate(-1deg);box-shadow:4px 5px #3e291a21}.mode-card:nth-child(2){transform:rotate(1deg)}.mode-card:hover{background:#fff5dd;transform:translateY(-5px)rotate(0)}.mode-icon{background:#d9d9b5;border:1px solid #92916d;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 12px;font-size:30px;display:flex}.mode-card h3{color:#3d3228;margin:5px 0;font-family:Georgia,serif;font-size:22px}.mode-card p{color:#66594b;font-family:Arial,sans-serif;font-size:13px;line-height:1.6}.mode-card span{color:#56633e;font-family:Courier New,monospace;font-size:10px;font-weight:900}.ai-questionnaire{text-align:left;background:#f5ead1;border:1px solid #b9a887;margin-top:35px;padding:32px;transform:rotate(.2deg);box-shadow:5px 6px #3a271924}.ai-questionnaire h2{color:#342820;margin:18px 0 8px;font-family:Georgia,serif;font-size:29px}.ai-questionnaire>p{color:#65594d;font-family:Arial,sans-serif;font-size:14px;line-height:1.7}.question-group{margin:23px 0}.question-group label{color:#4c3d2f;text-transform:uppercase;margin-bottom:7px;font-family:Courier New,monospace;font-size:11px;font-weight:900;display:block}.question-group select{color:#403329;background:#fff8e7;border:2px solid #584333;border-radius:2px;outline:none;width:100%;padding:12px 13px;font-family:Courier New,monospace;font-size:12px;box-shadow:3px 3px #462e1e24}.question-group select:focus{background:#f6f7dc;border-color:#687650;box-shadow:3px 3px #687650}.primary-button{color:#fff8e6;cursor:pointer;background:#66744d;border:2px solid #3c2b20;border-radius:3px;padding:13px 18px;font-family:Courier New,monospace;font-size:11px;font-weight:900;transition:all .15s;box-shadow:4px 4px #3c2b20}.primary-button:hover{background:#7e8c5c;transform:translate(2px,2px);box-shadow:2px 2px #3c2b20}.ai-questionnaire .primary-button{width:100%;margin-top:10px}.ai-plan{text-align:left;background:#f5ead1;border:1px solid #b9a887;margin-top:35px;padding:32px;transform:rotate(-.2deg);box-shadow:5px 6px #3a271924}.ai-plan h2{color:#342820;margin:18px 0 8px;font-family:Georgia,serif;font-size:30px}.ai-plan>p{color:#65594d;font-family:Arial,sans-serif;font-size:14px;line-height:1.7}.plan-card{background:#e4e1bd;border:1px solid #999970;margin:25px 0;padding:25px;transform:rotate(-.5deg);box-shadow:4px 5px #3b291a24}.plan-icon{margin-bottom:8px;font-size:40px}.plan-card h3{color:#4d5b39;margin:0 0 8px;font-family:Georgia,serif;font-size:21px}.plan-card p{color:#5e5747;margin:0;font-family:Arial,sans-serif;font-size:14px;line-height:1.7}.plan-details{grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0;display:grid}.plan-details>div{text-align:center;background:#f9efd7;border:1px solid #b7a47f;padding:15px 10px}.plan-details strong{color:#53603e;margin-bottom:6px;font-family:Courier New,monospace;font-size:10px;font-weight:900;display:block}.plan-details span{color:#65594b;font-family:Arial,sans-serif;font-size:12px}.secondary-button{color:#513b2c;cursor:pointer;background:#e0c7a8;border:2px solid #493426;border-radius:3px;padding:12px 18px;font-family:Courier New,monospace;font-size:11px;font-weight:900;box-shadow:4px 4px #493426}.secondary-button:hover{background:#d3b38e;transform:translate(2px,2px);box-shadow:2px 2px #493426}@media (width<=768px){.profile-page{padding:45px 12px 60px}.full-profile-card{padding:38px 22px 45px}.full-profile-card:after{left:15px}.full-profile-card>h1{font-size:38px}.interest-gallery{grid-template-columns:repeat(2,1fr)}.mode-options,.plan-details{grid-template-columns:1fr}.connection-mode,.ai-questionnaire,.ai-plan{padding:25px 20px}}@media (width<=500px){.profile-page{padding:30px 8px 50px}.full-profile-card{padding:32px 17px 38px}.full-profile-card>h1{font-size:32px}.large-profile-avatar{width:100px;height:100px;font-size:43px}.profile-section{padding:20px 18px}.interest-gallery,.swipe-actions{grid-template-columns:1fr}.profile-match{margin-bottom:25px}}.view-all-container{justify-content:center;margin-top:30px;display:flex}.view-all-button{cursor:pointer;background:#fff8e7;border:2px solid #222;border-radius:4px;padding:11px 20px;font-family:Courier New,monospace;font-size:12px;font-weight:900;transition:all .15s;box-shadow:4px 4px #222}.view-all-button:hover{background:#2ecc71;transform:translate(2px,2px);box-shadow:2px 2px #222}.all-skillmates-page{color:#38322c;background-image:url(/assets/paint2-CCHFe0ei.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1.5px solid #5a5047;border-radius:24px;max-width:1150px;margin:50px auto;padding:35px 30px;font-family:Quicksand,Nunito,sans-serif;box-shadow:0 12px 36px #281e1440}.all-skillmates-header{text-align:center;margin-bottom:35px}.all-skillmates-header h1{color:#3b6643;letter-spacing:.5px;margin:15px 0 6px;font-size:38px;font-weight:800}.all-skillmates-header h1 span{color:#487850}.all-skillmates-header p{color:#5c534a;letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.back-button{color:#38322c;cursor:pointer;background:#fdfaf3;border:1.5px solid #38322c;border-radius:12px;margin-bottom:25px;padding:8px 16px;font-family:inherit;font-size:12px;font-weight:800;transition:all .2s;display:inline-block;box-shadow:0 3px 8px #00000014}.back-button:hover{background:#f0e6ce;transform:translateY(-2px);box-shadow:0 5px 12px #0000001f}.all-people-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.all-person-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fbf8eeeb;border:1.5px solid #38322c;border-radius:16px;gap:14px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000014}.all-person-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.all-person-avatar{color:#38322c;background:#f6ebd2;border:1.5px solid #38322c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;display:flex}.all-person-info{flex:1;min-width:0}.all-person-name-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.all-person-name-row h3{color:#2b2621;margin:0;font-size:16px;font-weight:800}.all-match-score{color:#1f3d24;background:#95c79e;border:1.5px solid #38322c;border-radius:10px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:800}.all-person-bio{color:#4a433c;margin:8px 0 12px;font-size:11px;line-height:1.45}.all-person-interests{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.all-person-interests span{color:#38322c;background:#f5eedb;border:1px solid #9e9384;border-radius:8px;padding:3px 8px;font-size:9px;font-weight:600}.all-view-profile-button{color:#1a361f;letter-spacing:.5px;cursor:pointer;background:#aedab6;border:1.5px solid #38322c;border-radius:10px;width:100%;padding:8px;font-family:inherit;font-size:10px;font-weight:800;transition:all .2s}.all-view-profile-button:hover{background:#f0c978;transform:translateY(-1px)}@media (width<=900px){.all-people-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.all-skillmates-page{border-radius:16px;margin:20px auto;padding:20px 15px}.all-skillmates-header h1{font-size:28px}.all-people-grid{grid-template-columns:1fr}}.site-footer{text-align:center;background:#fff;border-top:1px solid #e5e7eb;margin-top:50px;padding:30px 20px}.footer-credit{color:#6b7280;margin-bottom:15px;font-size:14px}.footer-socials{justify-content:center;align-items:center;gap:18px;display:flex}.social-icon{color:#374151;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;text-decoration:none;transition:all .25s;display:flex}.social-icon:hover{transform:translateY(-3px)}.instagram:hover{color:#e1306c;background:#fce7f3}.linkedin:hover{color:#0a66c2;background:#e0f2fe}.twitter:hover{color:#000;background:#e5e7eb}#connections{width:100%;position:relative}#connections .connections{color:#e7ecf2;background:radial-gradient(900px 500px at 10% 0,#0c0f1ea6,#0000 50%),radial-gradient(800px 500px at 100% 10%,#0e3d3f8c,#0000 50%),linear-gradient(#f4f5eb 0%,#7e7c20 100%);width:100%;min-height:850px;padding:100px 18px 80px;position:relative;overflow:hidden}#connections .connections:after{content:"";opacity:.5;pointer-events:none;z-index:1;background-image:url(/assets/1-BZTelZRO.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}#connections .connections:before{content:"";pointer-events:none;filter:blur(20px);z-index:1;background:radial-gradient(circle,#82a0ff1f,#0000 55%);border-radius:50%;width:100px;height:100px;position:absolute;top:35%;left:40%;transform:translate(-50%,-50%)}#connections .connections-heading,#connections .mzaCarousel,#connections .connections-message,#connections .connections-empty,#connections .connections-loading{z-index:2;position:relative}#connections .connections-heading{z-index:10;text-align:center;max-width:850px;margin:0 auto 40px;position:relative}#connections .connections-badge{color:#9ef7d2;letter-spacing:2px;background:#28312ecc;border:1px solid #9ef7d24d;border-radius:999px;align-items:center;margin-bottom:20px;padding:9px 17px;font-size:11px;font-weight:800;display:inline-flex;box-shadow:0 0 25px #9ef7d214}#connections .connections-heading h2{color:#e7ecf2;letter-spacing:-3px;margin:0;font-size:clamp(42px,6vw,72px);font-weight:800;line-height:1}#connections .connections-heading h2 span{background:linear-gradient(90deg,#9ef7d2,#82a0ff);color:#0000;-webkit-background-clip:text;background-clip:text}#connections .connections-heading p{color:#e7ecf280;max-width:560px;margin:20px auto 0;font-size:16px;line-height:1.6}#connections .connections-message{z-index:20;color:#9ef7d2;background:#9ef7d212;border:1px solid #9ef7d24d;border-radius:10px;width:fit-content;margin:0 auto 20px;padding:11px 18px;font-size:13px;position:relative;box-shadow:0 0 20px #9ef7d20d}#connections .mzaCarousel{contain:layout paint;touch-action:pan-y;width:100%;max-width:1500px;height:650px;margin:0 auto;position:relative;overflow:hidden}#connections .mzaCarousel-viewport{perspective:1200px;outline:none;width:100%;height:100%;position:relative;overflow:hidden}#connections .mzaCarousel-track{width:100%;height:calc(100% - 70px);transform-style:preserve-3d;perspective:1200px;position:relative}#connections .mzaCarousel-slide{width:min(880px,78vw);height:min(560px,72vh);transform-style:preserve-3d;will-change:transform, opacity;border-radius:22px;place-items:center;transition:transform .8s cubic-bezier(.2,.7,0,1),opacity .5s;display:grid;position:absolute;top:50%;left:50%;overflow:visible}#connections .mzaCard{-webkit-backdrop-filter:saturate(120%)blur(5px);backdrop-filter:saturate(120%)blur(5px);cursor:grab;width:100%;height:100%;transform:translateZ(0) rotateX(var(--mzaTiltX,0deg)) rotateY(var(--mzaTiltY,0deg));background:linear-gradient(145deg,#111c2afa,#070e16fa);border:1px solid #ffffff1a;border-radius:22px;transition:transform .3s cubic-bezier(.2,.7,0,1),box-shadow .4s,border-color .4s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000008c,inset 0 1px #ffffff0f}#connections .mzaCarousel-slide.active .mzaCard{box-shadow:0 35px 75px #000000a6,0 0 45px #82a0ff21,inset 0 1px #ffffff14}#connections .mzaCarousel-slide.active .mzaCard:hover{transform:translateZ(15px) rotateX(var(--mzaTiltX,0deg)) rotateY(var(--mzaTiltY,0deg))}#connections .mzaCard-glow{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#82a0ff47,#0000 65%);border-radius:50%;width:400px;height:400px;position:absolute;top:-180px;right:-100px}#connections .mza-decoration{pointer-events:none;border:1px solid #ffffff14;border-radius:50%;position:absolute}#connections .decoration-one{width:280px;height:280px;bottom:-150px;right:-130px}#connections .decoration-two{width:150px;height:150px;bottom:-90px;right:100px}#connections .mzaCard-head{z-index:5;align-items:center;gap:18px;display:flex;position:absolute;top:32px;left:32px;right:32px}#connections .mza-avatar{background:linear-gradient(145deg,#9ef7d226,#82a0ff1a);border:1px solid #9ef7d240;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:86px;height:86px;display:flex;transform:translateZ(45px);box-shadow:0 15px 35px #00000059,inset 0 0 20px #ffffff0a}#connections .mza-avatar span{filter:drop-shadow(0 0 10px #9ef7d233);font-size:42px}.mza-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}#connections .mzaCard-title{color:#f3f6fa;letter-spacing:-1px;text-shadow:2px 2px 15px #0009;margin:0;font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.05}#connections .mzaCard-kicker{color:#9ef7d2;letter-spacing:1.8px;text-shadow:0 0 15px #9ef7d233;margin:0 0 8px;font-size:11px;font-weight:700}#connections .mzaCard-text{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e7ecf2c7;background:#00000059;border:1px solid #ffffff14;border-radius:14px;max-width:650px;margin:0;padding:22px;font-size:15px;line-height:1.7;position:absolute;bottom:145px;left:32px;right:32px;transform:translateZ(30px);box-shadow:0 10px 30px #0003}#connections .mzaCard-skills{z-index:5;flex-wrap:wrap;gap:8px;max-width:80%;display:flex;position:absolute;bottom:88px;left:32px}#connections .mzaCard-skills span{color:#b9f8dc;background:#9ef7d20f;border:1px solid #9ef7d233;border-radius:8px;padding:7px 12px;font-size:11px;font-weight:650;box-shadow:0 0 15px #9ef7d20a}#connections .mzaCard-actions{z-index:8;position:absolute;bottom:25px;left:32px;transform:translateZ(45px)}#connections .mza-actions{gap:12px;display:flex}#connections .mzaBtn{appearance:none;cursor:pointer;border-radius:12px;padding:13px 22px;font-size:13px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s}#connections .mzaBtn:hover{transform:translateY(-3px)translateZ(10px)}#connections .mzaBtn:active{transform:translateY(1px)scale(.97)}#connections .mzaAccept{color:#07120e;background:linear-gradient(#9ef7d2,#72d8b0);border:1px solid #9ef7d2;box-shadow:0 5px 20px #9ef7d259}#connections .mzaAccept:hover{box-shadow:0 8px 30px #9ef7d28c}#connections .mzaReject{color:#ffd2ad;background:#e5d9d1de;border:1px solid #ffa65e99;box-shadow:0 5px 20px #ff8c4614}#connections .mzaReject:hover{background:#ff8c462e;box-shadow:0 8px 30px #ff8c4633}#connections .mzaStatus{border-radius:11px;align-items:center;gap:9px;padding:12px 18px;font-size:13px;font-weight:750;display:inline-flex}#connections .mzaStatus span{font-size:16px}#connections .accepted-status{color:#9ef7d2;background:#9ef7d217;border:1px solid #9ef7d266;box-shadow:0 0 25px #9ef7d214}#connections .rejected-status{color:#ffc38f;background:#ff8c4614;border:1px solid #ffa65e59}#connections .mzaCarousel-controls{z-index:20;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:0}#connections .mzaCarousel-prev,#connections .mzaCarousel-next{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e7ecf2;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:52px;height:52px;margin:0 10px;font-size:30px;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:grid}#connections .mzaCarousel-prev:hover,#connections .mzaCarousel-next:hover{background:#ffffff24;transform:scale(1.08);box-shadow:0 0 25px #82a0ff1f}#connections .mzaCarousel-pagination{z-index:30;justify-content:center;align-items:center;gap:11px;display:flex;position:absolute;bottom:25px;left:0;right:0}#connections .mzaCarousel-dot{cursor:pointer;background:#ffffffde;border:0;border-radius:999px;width:11px;height:11px;padding:0;transition:transform .2s,background .2s,box-shadow .2s}#connections .mzaCarousel-dot:hover{background:#ffffff80}#connections .mzaCarousel-dot[aria-selected=true]{background:linear-gradient(#82a0ff,#9ef7d2);transform:scale(1.4);box-shadow:0 0 15px #82a0ff73}#connections .mzaCarousel-progress{z-index:40;background:#ffffff12;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}#connections .mzaCarousel-progressBar{transform-origin:0;will-change:transform;background:linear-gradient(90deg,#9ef7d2,#82a0ff);width:100%;height:100%;display:block;box-shadow:0 0 15px #82a0ff80}#connections .connections-empty{z-index:10;text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0b;border:1px solid #ffffff1a;border-radius:25px;max-width:550px;margin:40px auto;padding:65px 35px;position:relative;box-shadow:0 30px 70px #0006}#connections .connections-empty-icon{background:#9ef7d214;border:1px solid #9ef7d233;border-radius:25px;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 25px;font-size:40px;display:flex;box-shadow:0 0 30px #9ef7d214}#connections .connections-empty h3{color:#fff;margin:0 0 12px;font-size:23px}#connections .connections-empty p{color:#ffffff80;margin:0;font-size:14px;line-height:1.7}#connections .connections-loading{z-index:10;color:#e7ecf299;justify-content:center;align-items:center;gap:12px;min-height:500px;font-size:15px;display:flex;position:relative}#connections .connections-loading span{border:2px solid #ccb6b6e3;border-top-color:#9ef7d2;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite connections-spin}@keyframes connections-spin{to{transform:rotate(360deg)}}@media (width<=1000px){#connections .mzaCarousel{height:600px}#connections .mzaCarousel-slide{width:82vw;height:510px}#connections .mzaCard-text{bottom:140px}#connections .mzaCarousel-prev,#connections .mzaCarousel-next{width:46px;height:46px}}@media (width<=768px){#connections .connections{padding:75px 12px 60px}#connections .connections-heading{margin-bottom:25px}#connections .connections-heading h2{letter-spacing:-2px;font-size:44px}#connections .connections-heading p{font-size:14px}#connections .mzaCarousel{height:590px}#connections .mzaCarousel-slide{width:88vw;height:500px}#connections .mzaCard-head{top:23px;left:23px;right:23px}#connections .mza-avatar{border-radius:18px;width:65px;height:65px}#connections .mza-avatar span{font-size:32px}#connections .mzaCard-title{font-size:28px}#connections .mzaCard-kicker{font-size:9px}#connections .mzaCard-text{padding:17px;font-size:13px;bottom:140px;left:23px;right:23px}#connections .mzaCard-skills{max-width:85%;bottom:83px;left:23px}#connections .mzaCard-actions{bottom:23px;left:23px}#connections .mzaCarousel-prev,#connections .mzaCarousel-next{width:42px;height:42px;margin:0 4px;font-size:24px}}@media (width<=500px){#connections .connections{padding-left:8px;padding-right:8px}#connections .mzaCarousel{height:550px}#connections .mzaCarousel-slide{width:94vw;height:470px}#connections .mzaCard-title{font-size:24px}#connections .mzaCard-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;bottom:135px;overflow:hidden}#connections .mza-actions{gap:7px}#connections .mzaBtn{padding:11px 14px;font-size:11px}#connections .mzaCard-skills{max-width:75%}#connections .mzaCard-skills span{padding:5px 8px;font-size:9px}#connections .mzaCarousel-prev,#connections .mzaCarousel-next{position:absolute;top:50%;transform:translateY(-50%)}#connections .mzaCarousel-prev{left:2px}#connections .mzaCarousel-next{right:2px}#connections .mzaCarousel-prev:hover,#connections .mzaCarousel-next:hover{transform:translateY(-50%)scale(1.05)}}@media (prefers-reduced-motion:reduce){#connections .mzaCarousel-slide,#connections .mzaCard,#connections .mzaBtn,#connections .mzaCarousel-dot,#connections .mzaCarousel-prev,#connections .mzaCarousel-next{transition:none}#connections .connections-loading span{animation:none}}.chat-window{z-index:9999;background:#fffdf7;border:3px solid #1f2937;border-radius:18px;flex-direction:column;width:350px;height:480px;animation:.25s ease-out chatOpen;display:flex;position:fixed;bottom:25px;right:28px;overflow:hidden;box-shadow:8px 8px #1f2937}@keyframes chatOpen{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:#f7c948;border-bottom:3px solid #1f2937;justify-content:space-between;align-items:center;min-height:65px;padding:10px 14px;display:flex}.chat-user{align-items:center;gap:10px;display:flex}.chat-avatar{background:#fff;border:2px solid #1f2937;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.chat-user strong{color:#1f2937;font-size:15px;font-weight:800;display:block}.chat-user span{color:#198754;margin-top:2px;font-size:11px;font-weight:700;display:block}.chat-controls{gap:5px;display:flex}.chat-controls button{color:#1f2937;cursor:pointer;background:#fffdf7;border:2px solid #1f2937;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:900;transition:all .15s;display:flex}.chat-controls button:hover{transform:translate(-1px,-1px);box-shadow:2px 2px #1f2937}.chat-body{background:radial-gradient(circle at 10px 10px,#1f29370f 2px,#0000 2px) 0 0/20px 20px;flex-direction:column;flex:1;padding:18px 14px;display:flex;overflow-y:auto}.chat-empty{text-align:center;color:#6b7280;margin:auto}.chat-empty-icon{background:#fff;border:2px solid #1f2937;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:0 auto 12px;font-size:25px;display:flex;box-shadow:3px 3px #1f2937}.chat-empty strong{color:#1f2937;font-size:15px;display:block}.chat-empty p{margin-top:5px;font-size:12px}.chat-message{word-break:break-word;border:2px solid #1f2937;border-radius:13px;max-width:75%;margin-bottom:10px;padding:9px 12px;font-size:14px;line-height:1.4}.message-me{background:#a7f3d0;border-bottom-right-radius:4px;align-self:flex-end;box-shadow:2px 2px #1f2937}.message-other{background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-action-button{cursor:pointer;background:#fffdf5;border:2px solid #252525;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;transition:all .2s;display:flex}.chat-action-button:hover{transform:translateY(-3px)rotate(-3deg);box-shadow:2px 3px #252525}.chat-input-area{background:#fff;border-top:3px solid #1f2937;align-items:center;gap:8px;padding:10px;display:flex}.chat-input-area input{color:#1f2937;background:#fffdf7;border:2px solid #1f2937;border-radius:10px;outline:none;flex:1;min-width:0;height:40px;padding:0 12px;font-size:13px}.chat-input-area input:focus{box-shadow:2px 2px #f7c948}.chat-input-area button{color:#1f2937;cursor:pointer;background:#f7c948;border:2px solid #1f2937;border-radius:10px;width:42px;height:40px;font-size:18px;font-weight:900;transition:all .15s;box-shadow:3px 3px #1f2937}.chat-input-area button:hover{transform:translate(2px,2px);box-shadow:1px 1px #1f2937}.chat-window.chat-minimized{border-radius:15px;width:280px;height:auto}.chat-window.chat-minimized .chat-header{min-height:55px}@media (width<=600px){.chat-window{width:calc(100vw - 24px);height:70vh;max-height:520px;bottom:12px;right:12px}.chat-window.chat-minimized{width:calc(100vw - 24px)}}.call-window{z-index:10000;background:#fffdf7;border:3px solid #1f2937;border-radius:18px;width:300px;animation:.25s ease-out callOpen;position:fixed;bottom:25px;right:400px;overflow:hidden;box-shadow:8px 8px #1f2937}@keyframes callOpen{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.call-header,.video-header{color:#1f2937;background:#f7c948;border-bottom:3px solid #1f2937;justify-content:space-between;align-items:center;min-height:58px;padding:10px 14px;font-size:14px;font-weight:800;display:flex}.call-header button,.video-header button{color:#1f2937;cursor:pointer;background:#fffdf7;border:2px solid #1f2937;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:17px;font-weight:900;transition:all .15s;display:flex}.call-header button:hover,.video-header button:hover{transform:translate(-1px,-1px);box-shadow:2px 2px #1f2937}.call-body{text-align:center;background:radial-gradient(circle at 10px 10px,#1f29370f 2px,#0000 2px) 0 0/20px 20px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px 20px;display:flex}.call-avatar,.video-avatar{background:#a7f3d0;border:3px solid #1f2937;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:14px;font-size:30px;font-weight:900;animation:2s ease-in-out infinite avatarFloat;display:flex;box-shadow:4px 4px #1f2937}@keyframes avatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.call-body strong{color:#1f2937;font-size:17px}.call-body p{color:#6b7280;margin:6px 0 0;font-size:12px}.call-actions,.video-actions{background:#fff;border-top:3px solid #1f2937;justify-content:center;align-items:center;gap:12px;padding:12px;display:flex}.call-actions button,.video-actions button{cursor:pointer;background:#fffdf7;border:2px solid #1f2937;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:all .15s;display:flex}.call-actions button:hover,.video-actions button:hover{background:#f7c948;transform:translateY(-3px);box-shadow:2px 3px #1f2937}.call-actions .end-call,.video-actions .end-call{background:#ff8fa3;transform:rotate(135deg)}.call-actions .end-call:hover,.video-actions .end-call:hover{background:#ff6f87;transform:rotate(135deg)translateY(-2px);box-shadow:2px 3px #1f2937}.video-window{z-index:10000;background:#fffdf7;border:3px solid #1f2937;border-radius:18px;width:400px;animation:.25s ease-out callOpen;position:fixed;bottom:25px;right:400px;overflow:hidden;box-shadow:8px 8px #1f2937}.video-body{background:linear-gradient(135deg,#ffd6e7,#d9c8ff,#bde7ff,#fff0a8);justify-content:center;align-items:center;height:270px;display:flex;position:relative}.video-placeholder{text-align:center;color:#1f2937}.video-placeholder strong{font-size:17px;display:block}.video-placeholder p{color:#4b5563;margin-top:6px;font-size:12px}.video-avatar{background:#fff;margin-left:auto;margin-right:auto}.call-window:before{content:"♥";color:#ff8fa3;font-size:20px;position:absolute;top:70px;right:15px;transform:rotate(15deg)}.call-window:after{content:"✦";color:#b794f4;font-size:18px;position:absolute;bottom:70px;left:15px}@media (width<=900px){.call-window,.video-window{bottom:520px;right:20px}}@media (width<=600px){.call-window,.video-window{width:calc(100vw - 24px);bottom:calc(70vh + 25px);right:12px}.video-body{height:230px}}.local-video{object-fit:cover;background:#1f2937;width:100%;height:100%;display:block}.video-body{position:relative;overflow:hidden}.video-placeholder{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-avatar{flex-shrink:0}.user-dashboard{color:#f7f1df;background-image:linear-gradient(90deg,#13231cf0 0%,#13231cd1 24%,#18271f8c 55%,#18271f6b 100%),url(/assets/dashboard-bg.png.-CyUsaOAC.png);background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh;font-family:Inter,Segoe UI,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.dashboard-sidebar{-webkit-backdrop-filter:blur(18px);z-index:10;background:#0f231be8;border-right:1px solid #e5d3a62e;flex-direction:column;width:245px;min-width:245px;min-height:100vh;padding:30px 18px;display:flex;position:relative;box-shadow:8px 0 35px #00000038}.dashboard-logo{letter-spacing:-.5px;color:#f5ead0;align-items:center;gap:10px;padding:5px 12px 30px;font-size:25px;font-weight:700;display:flex}.dashboard-logo span{color:#193326;background:#d7a84c;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex;box-shadow:0 5px 18px #d7a84c40}.dashboard-nav{flex-direction:column;gap:7px;display:flex}.dashboard-nav button{color:#f7f1dfb8;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:13px;width:100%;padding:13px 15px;font-size:14px;font-weight:500;transition:background .25s,color .25s,transform .25s;display:flex}.dashboard-nav button span{justify-content:center;width:27px;font-size:17px;display:flex}.dashboard-nav button:hover{color:#fff7e4;background:#efdaab17;transform:translate(3px)}.dashboard-nav button.active{color:#f4d889;background:#d7a84c2e;box-shadow:inset 3px 0 #d7a84c}.dashboard-nav button.active span{filter:saturate(1.15)}.sidebar-bottom{border-top:1px solid #e5d3a61f;margin-top:auto;padding-top:25px}.sidebar-bottom button{color:#f7f1dfa6;cursor:pointer;background:#ffffff09;border:1px solid #e5d3a626;border-radius:11px;width:100%;padding:12px 14px;transition:all .25s}.sidebar-bottom button:hover{color:#fff4dc;background:#ffffff14}.dashboard-main{z-index:2;flex:1;min-width:0;min-height:100vh;position:relative;overflow-y:auto}.dashboard-topbar{-webkit-backdrop-filter:blur(16px);z-index:20;background:#12231c75;border-bottom:1px solid #e5d3a61f;justify-content:space-between;align-items:center;height:78px;padding:0 42px;display:flex;position:sticky;top:0}.dashboard-user{color:#f8efd9;align-items:center;gap:11px;font-size:14px;display:flex}.dashboard-user img,.dashboard-user>span{object-fit:cover;border:2px solid #d7a84ca6;border-radius:50%;width:40px;height:40px}.dashboard-user>span{background:#e7d8b7;justify-content:center;align-items:center;font-size:19px;display:flex}.dashboard-content{width:min(1180px,100% - 70px);margin:0 auto;padding:45px 0 70px}.welcome-section{margin-bottom:35px}.dashboard-eyebrow{color:#e1bb62;letter-spacing:2px;margin:0 0 9px;font-size:11px;font-weight:70}.welcome-section h1,.page-heading h1{color:#fff6e2;letter-spacing:-1px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,48px);font-weight:600}.welcome-section p:last-child,.page-heading>p:last-child{color:#faf3e1ad;max-width:650px;margin-top:12px;line-height:1.7}.page-heading{margin-bottom:30px}.page-heading h1{font-size:clamp(32px,4vw,44px)}.dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.stat-card{-webkit-backdrop-filter:blur(12px);background:#1e3227ad;border:1px solid #edd8ae26;border-radius:17px;align-items:center;gap:15px;padding:21px;transition:transform .25s,background .25s;display:flex;box-shadow:0 15px 35px #00000026}.stat-card:hover{background:#2d4234c7;transform:translateY(-4px)}.stat-card>span{background:#d7a84c24;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.stat-card strong{color:#f8efd9;font-size:14px;display:block}.stat-card small{color:#faf3e180;margin-top:5px;font-size:12px;display:block}.dashboard-main-card{-webkit-backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:22px;justify-content:space-between;align-items:center;gap:30px;min-height:245px;margin-bottom:22px;padding:38px;transition:background .25s,border-color .25s;display:flex;box-shadow:0 20px 50px #00000026}.dashboard-main-card:hover{background:#ffffff1c;border-color:#fff3}.card-label{color:#d9ad55;letter-spacing:1.8px;margin-bottom:8px;font-size:10px;font-weight:700;display:inline-block}.dashboard-main-card h2,.map-preview-card h2{color:#fff5df;margin:4px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:28px}.dashboard-main-card p,.map-preview-card p{color:#faf3e1a8;max-width:570px;line-height:1.7}.dashboard-main-card button,.map-preview-card button{color:#f1d27f;cursor:pointer;background:#d7a84c26;border:1px solid #e1bb6280;border-radius:10px;margin-top:13px;padding:11px 18px;font-size:13px;font-weight:600;transition:all .25s}.dashboard-main-card button:hover,.map-preview-card button:hover{color:#1d3428;background:#d7a84c;transform:translateY(-2px)}.mini-avatar{background:#e6d8ba;border:4px solid #d7a84c99;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:125px;height:125px;display:flex;overflow:hidden;box-shadow:0 15px 35px #00000040}.mini-avatar img{object-fit:cover;width:100%;height:100%}.mini-avatar span{font-size:48px}.map-preview-card{-webkit-backdrop-filter:blur(10px);background:#193025b8;border:1px solid #edd8ae29;border-radius:22px;justify-content:space-between;align-items:center;gap:30px;min-height:220px;padding:35px;display:flex}.map-preview{background:radial-gradient(circle at 30% 35%,#d7a84c52 0 4px,#0000 5px),radial-gradient(circle at 70% 60%,#d7a84c47 0 4px,#0000 5px),#d2c29e1f;border:1px solid #edd8ae1f;border-radius:18px;justify-content:center;align-items:center;width:230px;height:150px;font-size:42px;display:flex}.real-skillmates-map{z-index:1;width:100%;height:100%}.map-loading{color:#f5e8cc;background:#152b20e6;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;font-size:14px;display:flex}.map-container{background:#152b20cc;border:1px solid #edd8ae33;border-radius:24px;width:100%;height:580px;overflow:hidden;box-shadow:0 25px 60px #00000040}.map-placeholder{background:linear-gradient(30deg,#0000 48%,#dccfad14 49% 51%,#0000 52%),linear-gradient(120deg,#0000 48%,#dccfad12 49% 51%,#0000 52%),#526b5b;width:100%;height:100%;position:relative;overflow:hidden}.map-grid{opacity:.35;background-image:linear-gradient(#f7f1df17 1px,#0000 1px),linear-gradient(90deg,#f7f1df17 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.map-marker{color:#fff;cursor:pointer;background:#c9953d;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;transition:all .25s;display:flex;position:absolute;transform:rotate(-45deg);box-shadow:0 8px 20px #0000004d}.map-marker:first-letter{transform:rotate(45deg)}.map-marker:hover{transform:rotate(-45deg)scale(1.12)}.marker-one{top:25%;left:28%}.marker-two{top:45%;left:60%}.marker-three{top:65%;left:38%}.marker-four{top:32%;right:18%}.your-location{color:#f4e8cb;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#10221ad9;border-radius:10px;align-items:center;gap:9px;padding:11px 16px;font-size:13px;display:flex;position:absolute;bottom:25px;left:25px}.your-location span{color:#e0ad4e;font-size:18px;animation:1.8s infinite locationPulse}@keyframes locationPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}.map-info-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#193025bf;border:1px solid #edd8ae24;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:22px 25px;display:flex}.map-info-card strong{color:#f6e9cb}.map-info-card p{color:#faf3e18c;margin:6px 0 0}.map-info-card button{color:#e4c875;cursor:pointer;background:0 0;border:1px solid #e1bb6259;border-radius:9px;padding:10px 16px}.profile-editor-card{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;width:100%;padding:35px;box-shadow:0 20px 50px #00000026}.profile-picture-section{border-bottom:1px solid #edd8ae1f;align-items:center;gap:25px;margin-bottom:28px;padding-bottom:30px;display:flex}.profile-picture-wrapper{background:#e6d8ba;border:4px solid #d7a84c99;border-radius:50%;flex-shrink:0;width:115px;height:115px;overflow:hidden}.profile-picture{object-fit:cover;width:100%;height:100%}.profile-picture-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:45px;display:flex}.profile-editor-card h3{color:#f7ead0;margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:21px}.profile-editor-card p{color:#faf3e18c;margin:0 0 14px;font-size:13px;line-height:1.6}.form-group{margin-bottom:22px}.form-group label{color:#e9d9b8;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group textarea{box-sizing:border-box;color:#fff3d7;background:#0719126b;border:1px solid #edd8ae29;border-radius:10px;outline:none;width:100%;padding:13px 15px;font-family:inherit;font-size:14px;transition:border .2s,background .2s}.form-group textarea{resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#f7f1df52}.form-group input:focus,.form-group textarea:focus{background:#07191294;border-color:#d7a84ca6;box-shadow:0 0 0 3px #d7a84c14}.form-group input:disabled{opacity:.55;cursor:not-allowed}.form-group small{color:#f7f1df61;margin-top:6px;font-size:11px;display:block}.upload-button{color:#e5c875;cursor:pointer;background:#d7a84c1a;border:1px solid #d7a84c66;border-radius:9px;align-items:center;padding:9px 14px;font-size:12px;font-weight:600;transition:all .25s;display:inline-flex}.upload-button:hover{background:#d7a84c33;transform:translateY(-1px)}.save-profile-button{color:#193326;cursor:pointer;background:#d2a24b;border:none;border-radius:11px;width:100%;margin-top:5px;padding:14px 20px;font-size:14px;font-weight:700;transition:all .25s;box-shadow:0 8px 22px #0003}.save-profile-button:hover{background:#e2b65e;transform:translateY(-2px)}.save-profile-button:disabled{opacity:.6;cursor:wait;transform:none}.dashboard-success,.dashboard-error{border-radius:10px;margin-bottom:18px;padding:13px 16px;font-size:13px}.dashboard-success{color:#b9e0bc;background:#46855933;border:1px solid #71b88240}.dashboard-error{color:#f0b3b3;background:#96434333;border:1px solid #cd6a6a40}.danger-zone{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#48261f73;border:1px solid #cc6f5b38;border-radius:18px;justify-content:space-between;align-items:center;gap:25px;margin-top:25px;padding:27px;display:flex}.danger-zone>div:first-child>span{color:#d88972;letter-spacing:1.5px;font-size:10px;font-weight:700}.danger-zone h2{color:#f1d7c9;margin:7px 0;font-family:Georgia,Times New Roman,serif;font-size:21px}.danger-zone p{color:#fae0d780;margin:0;font-size:13px}.delete-account-button{color:#e09a85;cursor:pointer;background:#ae4c3a1f;border:1px solid #d6745c73;border-radius:9px;padding:11px 17px;font-weight:600;transition:all .25s}.delete-account-button:hover{background:#ae4c3a38}.delete-confirmation{background:#1c1e19a6;border:1px solid #d6745c33;border-radius:12px;min-width:230px;padding:16px}.delete-confirmation strong{color:#f0d9cf;font-size:13px}.delete-confirmation p{margin:5px 0 12px}.delete-confirmation>div{gap:8px;display:flex}.delete-confirmation button{color:#dbc9aa;cursor:pointer;background:0 0;border:1px solid #edd8ae29;border-radius:8px;padding:8px 12px}.delete-confirmation .confirm-delete-button{color:#fff;background:#b14634b8;border-color:#0000}.dashboard-loading{color:#f5e8cc;background:#193326;justify-content:center;align-items:center;min-height:100vh;font-size:15px;display:flex}@media (width<=900px){.dashboard-sidebar{width:205px;min-width:205px}.dashboard-content{width:calc(100% - 40px)}.dashboard-stats{grid-template-columns:1fr}.dashboard-main-card,.map-preview-card{padding:27px}.map-preview{width:170px}}@media (width<=700px){.user-dashboard{display:block}.dashboard-sidebar{border-bottom:1px solid #e5d3a626;border-right:none;width:100%;min-width:0;min-height:auto;padding:15px;position:sticky;top:0}.dashboard-logo{padding:5px 8px 15px}.dashboard-nav{flex-direction:row;overflow-x:auto}.dashboard-nav button{flex-shrink:0;width:auto;padding:10px 13px}.sidebar-bottom,.dashboard-topbar{display:none}.dashboard-content{width:calc(100% - 28px);padding-top:30px}.dashboard-main-card,.map-preview-card{flex-direction:column;align-items:flex-start}.mini-avatar{width:90px;height:90px}.map-preview{width:100%;height:130px}.map-container{height:450px}.profile-picture-section{align-items:flex-start}.danger-zone{flex-direction:column;align-items:flex-start}.delete-account-button{width:100%}}.messages-page{width:100%;max-width:1000px;margin:0 auto}.messages-list-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.messages-list-header h2{margin:8px 0 0;font-size:25px}.messages-count{color:#2ecc71;background:#2ecc7124;border:1px solid #2ecc714d;border-radius:50%;justify-content:center;align-items:center;min-width:42px;height:42px;font-weight:700;display:flex}.messages-user-list{flex-direction:column;gap:14px;display:flex}.message-user-card{width:100%;color:inherit;text-align:left;cursor:pointer;background:#141414b8;border:1px solid #edd8ae29;border-radius:18px;align-items:center;gap:18px;padding:18px 20px;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:flex}.message-user-card:hover{background:#232323db;border-color:#2ecc7180;transform:translateY(-2px);box-shadow:0 12px 30px #0003}.message-user-avatar{background:#ffffff14;border:2px solid #edd8ae2e;border-radius:50%;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;font-size:25px;display:flex;overflow:hidden}.message-user-avatar img{object-fit:cover;width:100%;height:100%}.message-user-info{flex:1;min-width:0}.message-user-info h3{margin:0 0 5px;font-size:18px}.message-user-info p{color:#ffffff9e;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;overflow:hidden}.message-user-skills{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.message-user-skills span{color:#8df0b1;background:#2ecc711a;border:1px solid #2ecc712e;border-radius:999px;padding:4px 9px;font-size:11px}.message-user-arrow{color:#2ecc71;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:20px;transition:all .2s;display:flex}.message-user-card:hover .message-user-arrow{background:#2ecc7126;transform:translate(3px)}.messages-loading-card{text-align:center;background:#141414b3;border:1px solid #edd8ae26;border-radius:22px;max-width:700px;margin:40px auto;padding:55px 30px}.messages-loading-card span{margin-bottom:15px;font-size:45px;display:block}.messages-loading-card h2{margin:0 0 8px}.messages-loading-card p{color:#fff9;margin:0}.dashboard-chat-wrapper{width:100%;max-width:700px;margin:20px auto}.messages-chat-container{background:#141414c7;border:1px solid #edd8ae29;border-radius:16px;width:100%;max-width:680px;height:460px;margin:10px auto 0;overflow:hidden;box-shadow:0 12px 30px #00000038}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
