@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#172c2c;background:#f7f9f9;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header{height:94px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:white;border-bottom:1px solid #e0e6e5}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:23px;letter-spacing:-1px;text-decoration:none;color:inherit}.brand-icon{background:#153f39;color:#d9f78e;border-radius:12px;font-size:32px;width:43px;height:43px;text-align:center;line-height:39px}.demo{font-size:10px;letter-spacing:1px;border:1px solid #cbd7d4;border-radius:5px;padding:4px 6px;margin-left:5px}.header-note{color:#697a77;font-size:14px}main{max-width:1370px;padding:54px 6% 0;margin:auto}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:#55736a;margin:0 0 16px}h1{font-family:Manrope,sans-serif;font-weight:600;font-size:44px;line-height:1.2;letter-spacing:-2px;margin:0}h1 em{font-style:normal;color:#367357}.sub{color:#687772;font-size:16px;margin:16px 0 0}.edition{border-left:2px solid #c6dcab;padding-left:20px;font-size:13px;line-height:1.5;letter-spacing:1px;font-weight:700}.edition span{display:block;font-size:12px;letter-spacing:0;color:#6c7b74;font-weight:400;margin-top:12px}nav{display:flex;gap:8px;border-bottom:1px solid #dce4e0;padding-bottom:20px}button{font:inherit;cursor:pointer}.tab{display:flex;align-items:center;gap:10px;border:1px solid #dce4e0;background:white;color:#576761;border-radius:8px;padding:12px 18px;font-size:14px;font-weight:500}.tab[aria-pressed=true]{background:#173f35;color:white;border-color:#173f35}.tab svg{width:18px;height:18px}.tab .num{font-size:12px;opacity:.7;margin-left:8px}.tab:hover{border-color:#527766}button:focus-visible,a:focus-visible{outline:3px solid #6c9845;outline-offset:4px}.results-head{display:flex;align-items:center;justify-content:space-between;margin:25px 0 20px}.results-head h2{font-size:18px;font-weight:600;margin:0}.results-head h2 span{color:#7a8982;font-weight:400;font-size:14px;margin-left:8px}.results-head>span{font-size:12px;color:#748078}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:white;border:1px solid #dde5e0;border-radius:12px;padding:24px;display:flex;flex-direction:column;min-height:285px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #233c3510}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--soft);color:var(--ink)}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.category{font-size:11px;letter-spacing:.7px;font-weight:700;text-transform:uppercase;color:var(--ink);background:var(--soft);padding:6px 9px;border-radius:5px}.card h3{font-size:19px;line-height:1.35;letter-spacing:-.3px;margin:0 0 9px}.location{font-size:13px;color:#78847e;margin:0 0 15px}.description{font-size:14px;line-height:1.6;color:#65736b;margin:0 0 18px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:auto 0 22px}.tags span{font-size:12px;color:#66736b;background:#f4f6f4;padding:5px 8px;border-radius:4px}.card-bottom{border-top:1px solid #edf0ec;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:8px}.price{font-size:20px;font-weight:700;letter-spacing:-.4px}.unit{font-size:12px;color:#7b857e;font-weight:400;letter-spacing:0}.posted{font-size:12px;color:#889189}.accommodations{--soft:#edf3e2;--ink:#527534}.rides{--soft:#e7f2f6;--ink:#35768d}.jobs{--soft:#efeafa;--ink:#7a59a0}footer{display:flex;justify-content:space-between;gap:18px;border-top:1px solid #dce4e0;padding:27px 0;margin-top:40px;color:#7c8881;font-size:12px}.footer-brand{font-weight:700;color:#42594d;font-size:15px}@media(min-width:1500px){main{padding-left:40px;padding-right:40px}}@media(max-width:950px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edition{display:none}h1{font-size:38px}}@media(max-width:600px){header{height:76px;padding:0 5%}.brand{font-size:20px}.header-note{display:none}main{padding:34px 5% 0}h1{font-size:34px}.intro{margin-bottom:28px}.sub{line-height:1.6}nav{display:grid;grid-template-columns:1fr 1fr}.tab{padding:11px 12px;justify-content:flex-start}.tab .num{margin-left:auto}.results-head{align-items:flex-start;gap:10px}.results-head>span{max-width:130px;text-align:right;line-height:1.5}.grid{grid-template-columns:1fr}.card{min-height:270px}footer{flex-wrap:wrap}footer span:last-child{width:100%}}@media(prefers-reduced-motion:reduce){.card{transition:none}}
/* Category sidebar */
main{display:grid;grid-template-columns:230px minmax(0,1fr);column-gap:30px}
.intro{grid-column:1/-1}
#categories{grid-column:1;grid-row:2/4;display:flex;flex-direction:column;align-self:start;gap:8px;padding:20px 14px;background:#fff;border:1px solid #dce4e0;border-radius:12px;position:sticky;top:24px}
#categories::before{content:'TOPICS';font-size:12px;font-weight:700;letter-spacing:1.5px;color:#78877d;padding:0 12px 12px}
#categories .tab{width:100%;text-align:left;padding:14px 12px;border-color:transparent;background:transparent}
#categories .tab[aria-pressed=true]{background:#173f35;color:white}
#categories .tab:hover{border-color:#aec5b7}
#categories .tab svg{flex-shrink:0}
#categories .tab .num{margin-left:auto}
.results-head{grid-column:2;margin-top:0;min-height:30px}
.grid{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr))}
footer{grid-column:1/-1}
@media(max-width:950px){main{grid-template-columns:215px minmax(0,1fr);column-gap:20px}.grid{grid-template-columns:1fr}.results-head{flex-wrap:wrap;gap:8px}}
@media(max-width:600px){main{grid-template-columns:minmax(0,1fr)}.intro,#categories,.results-head,.grid,footer{grid-column:1}#categories{grid-row:auto;position:static;margin-bottom:24px}.results-head>span{max-width:none;text-align:left}}
.location-filters{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;background:white;border:1px solid #dce4e0;border-radius:12px;padding:20px;margin:0 0 32px}
.location-filters label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:#42594d}
.location-filters select{width:100%;min-width:0;padding:12px;font:inherit;font-size:16px;font-weight:400;border:1px solid #cedbd3;border-radius:7px;background:#fff;color:#172c2c}
.location-filters select:disabled{background:#f4f6f4;color:#849088}
.location-filters select:focus-visible{outline:3px solid #6c9845;outline-offset:2px}
#categories{grid-row:3/5}
.empty-listings{grid-column:1/-1;padding:30px;background:white;border:1px solid #dce4e0;border-radius:12px;line-height:1.6}
@media(max-width:600px){.location-filters{grid-template-columns:1fr;gap:14px;padding:16px}#categories{grid-row:auto}}
/* Display listings in a single vertical column. */
.grid{grid-template-columns:minmax(0,1fr)}
.card{min-height:0}
.listing-category-heading{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:#173f35;margin:18px 0 0;padding-bottom:12px;border-bottom:2px solid #dce4e0}
.listing-category-heading:first-child{margin-top:0}
.card-icon-label{display:flex;align-items:center;gap:12px;min-width:0}
.card-icon-label .icon{flex-shrink:0}
.immigration-card-heading{display:flex;flex-direction:column;gap:3px;min-width:0}
.immigration-card-heading .listing-author{margin:0;font-size:11px;line-height:1.4;color:#7085a2}
.immigration-card-heading .listing-author strong,.immigration-card-heading .post-author-chat{font-size:inherit}
.accommodation-label{font-size:16px;font-weight:600;line-height:1.4;color:#527534}
.card-top{gap:12px;flex-wrap:wrap}
.card-icon-label{flex-wrap:wrap;column-gap:12px;row-gap:8px}
.card-icon-label .accommodation-label{color:var(--ink)}
.listing-date{font-size:14px;font-weight:400;line-height:1.5;color:#687772}
.post-button{background:#173f35;color:white;border:0;border-radius:7px;padding:11px 18px;font-weight:600;font-size:14px}.post-button:hover{background:#285b48}.post-button[hidden]{display:none}.results-head{flex-wrap:wrap;gap:12px}dialog{width:min(580px,calc(100% - 32px));max-height:90vh;overflow:auto;border:1px solid #dce4e0;border-radius:14px;padding:24px;color:#172c2c}dialog::backdrop{background:#102a2966}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.dialog-top h2{font-size:22px;margin:0}.dialog-top button{border:0;background:#f1f5f2;border-radius:6px;font-size:24px;padding:4px 12px}#post-form{display:grid;gap:16px}#post-form p{font-size:14px;color:#687772;line-height:1.5}#post-form label{display:grid;gap:7px;font-size:14px;font-weight:600}#post-form input,#post-form select,#post-form textarea{width:100%;min-width:0;font:inherit;font-size:16px;padding:10px;border:1px solid #cbd8cf;border-radius:6px;background:white;color:#172c2c}#post-form textarea{resize:vertical}.post-location{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.post-status:empty{display:none}.post-status{margin:16px auto;max-width:1100px;padding:16px;background:#edf3e2;color:#173f35}@media(max-width:600px){.post-location{grid-template-columns:1fr}}
.listing-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.card-sort{position:relative}.card-sort summary{list-style:none;cursor:pointer;border:1px solid #df5c79;border-radius:24px;padding:8px 14px;background:white;font-size:14px;display:flex;gap:12px;align-items:center}.card-sort summary::-webkit-details-marker{display:none}.sort-popover{position:absolute;top:calc(100% + 8px);right:0;width:245px;background:white;border:1px solid #e1e4e2;border-radius:10px;box-shadow:0 8px 24px #173f3520;z-index:5;padding:8px 0;overflow:hidden}.sort-top{display:flex;align-items:center;justify-content:space-between;padding:4px 14px 10px;border-bottom:1px solid #edf0ec;font-size:14px}.sort-top button{border:0;background:none;color:#d7355b;font-size:14px}.sort-popover [data-sort]{display:block;text-align:left;width:100%;padding:10px 14px;border:0;background:white;font-size:14px;color:#263b32}.sort-popover [data-sort]:hover,.sort-popover [data-sort][aria-pressed=true]{background:#edf3e2}.available-date{font-size:14px;color:#687772;margin:0 0 16px}.card-sort summary:focus-visible{outline:3px solid #6c9845;outline-offset:3px}

.card-sort-control{margin-left:auto}.card-top .listing-date{margin-left:auto}.card-sort summary{white-space:nowrap}
/* Compact location controls in the top-right corner. */
.location-filters{justify-self:end;width:min(100%,560px);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;margin-bottom:24px}
.location-filters label{font-size:14px;gap:5px}
.location-filters select{font-size:14px;padding:8px;min-height:38px}
@media(max-width:600px){.location-filters{width:100%;gap:8px;padding:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.location-filters select{padding:8px 4px}}
@media(max-width:360px){.location-filters{grid-template-columns:1fr}}
.account-toolbar{display:flex;align-items:center;gap:16px}.header-post{border:1px solid #dedede;border-radius:24px;padding:10px 20px;background:white;color:#ff416e;font-size:14px}.toolbar-icon{background:none;border:0;padding:4px;color:#394753;display:grid;place-items:center}#account-menu{position:relative}#account-menu summary{list-style:none;cursor:pointer}#account-menu summary::-webkit-details-marker{display:none}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#e9e0f4;border:3px solid #f3f5f5;color:#654484;font-weight:700;font-size:13px}.account-panel{position:absolute;right:0;top:calc(100% + 22px);width:305px;max-width:calc(100vw - 32px);background:#fff;box-shadow:0 8px 30px #142d2920;border:1px solid #f0f1f1;border-radius:12px;padding:28px 16px 16px;z-index:20}.close-account{position:absolute;right:12px;top:6px;border:0;background:none;color:#ff416e;font-size:27px}.profile-overview{display:flex;align-items:center;flex-direction:column;gap:7px;padding-top:20px}.large-avatar{width:94px;height:94px;font-size:28px;outline:2px solid #ff416e;margin-bottom:8px}.profile-overview strong{font-size:18px}.profile-overview>span:not(.avatar){font-size:14px;color:#6d8093}.credit-badge{display:flex;align-items:center;gap:6px;border:1px solid #e2e4eb;border-radius:10px;padding:10px 12px;margin:18px 0 4px}.credit-badge b{color:#d99c00}.account-links{display:grid;gap:4px;margin:0 0 30px}.account-links button{border:0;background:white;text-align:left;padding:12px 10px;color:#ed4673;font-size:18px}.account-links button span{color:#63788e;font-size:14px;margin-left:12px}.account-links button:hover{background:#fff4f7;border-radius:6px}.demo-logout{width:100%;border:0;border-radius:10px;background:#fff3f6;color:#ff416e;padding:14px;font-weight:600}#account-info{font-size:14px;line-height:1.6;background:#f7f9f9;padding:12px;border-radius:8px}#toolbar-content{line-height:1.6;color:#65736b}@media(max-width:600px){header{height:auto;min-height:76px;flex-wrap:wrap;gap:16px;padding-top:14px;padding-bottom:14px}.account-toolbar{margin-left:auto;gap:12px}.header-post{padding:8px 14px}}
.accommodation-type{border:1px solid #cbd8cf;border-radius:8px;margin:0;padding:12px 14px;display:grid;gap:12px}.accommodation-type legend{font-size:14px;font-weight:600;padding:0 5px}#post-form .accommodation-type label{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:400}#post-form .accommodation-type input{width:18px;height:18px;margin:0;accent-color:#173f35;flex-shrink:0}
.title-group{display:grid;gap:12px;border:1px solid #cbd8cf;border-radius:8px;margin:0;padding:12px 14px}.title-group legend{font-size:14px;font-weight:600;padding:0 5px}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.photo-grid:empty,#photo-error:empty{display:none}.photo-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;border:1px solid #dce4e0}.listing-photos{margin-bottom:18px}#post-form #photo-help{margin:0}#post-form #photo-error{margin:0;color:#b32d42}@media(max-width:600px){.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.budget-range{display:grid;grid-template-columns:1fr 1fr;gap:12px;border:1px solid #cbd8cf;border-radius:8px;margin:0;padding:12px 14px}.budget-range legend{font-size:14px;font-weight:600;padding:0 5px}@media(max-width:400px){.budget-range{grid-template-columns:1fr}}
#post-form [hidden]{display:none}
#ride-form{display:grid;gap:16px}#ride-form p{font-size:14px;color:#687772;line-height:1.5}#ride-form label{display:grid;gap:7px;font-size:14px;font-weight:600}#ride-form input,#ride-form select,#ride-form textarea{width:100%;min-width:0;font:inherit;font-size:16px;padding:10px;border:1px solid #cbd8cf;border-radius:6px;background:white;color:#172c2c}#ride-form textarea{resize:vertical}
.filter-button{border:1px solid #cedbd3;background:white;color:#173f35;border-radius:24px;padding:9px 15px;font-size:14px}.filter-button:hover{background:#edf3e2}#filter-form{display:grid;gap:16px;margin-top:20px}#filter-form label{display:grid;gap:7px;font-size:14px;font-weight:600}#filter-form input,#filter-form select{width:100%;font:inherit;font-size:16px;padding:10px;border:1px solid #cbd8cf;border-radius:6px}#filter-form p{font-size:14px;line-height:1.5;color:#687772}.filter-footer{display:flex;justify-content:space-between;gap:12px}#reset-filters{border:0;background:none;color:#d7355b;font-size:14px}.listing-actions{flex-wrap:wrap}
header{height:auto;min-height:174px}.desilink-logo{display:block;width:170px;height:170px;object-fit:contain}.brand{letter-spacing:0}.brand .demo{margin-left:0}@media(max-width:600px){header{min-height:134px;padding-top:4px;padding-bottom:4px}.desilink-logo{width:130px;height:130px}.brand{gap:4px}.brand .demo{font-size:10px}.account-toolbar{gap:8px}}
.auth-panel{width:500px;padding:18px 16px 0;border-radius:10px}.auth-panel h2{font-size:18px;font-weight:600;color:#f33e70;margin:0 28px 16px 0}.auth-tabs{display:flex;background:#f4f4f4;border-radius:10px;padding:3px;margin-bottom:15px}.auth-tabs button{flex:1;border:0;background:transparent;border-radius:8px;padding:7px 8px;font-size:14px;color:#151515}.auth-tabs button[aria-selected=true]{background:white;box-shadow:0 1px 4px #0002}.auth-panel label{display:block;font-size:14px;color:#3e4a60;margin-bottom:4px}.auth-input{display:flex;align-items:center;gap:12px;border:1px solid #cbd2df;border-radius:8px;padding:10px 12px;box-shadow:0 1px 3px #0001}.auth-input span{color:#8b9aad}.auth-input input{border:0;outline:none;width:100%;min-width:0;font:inherit;font-size:16px;color:#29374c;background:white}.auth-input:focus-within{outline:2px solid #f33e70;outline-offset:2px}.auth-continue{width:100%;background:#ef3c6c;color:white;border:0;border-radius:10px;margin-top:16px;padding:10px;font-size:14px;font-weight:600}.auth-continue:hover{background:#d82c5a}#auth-help{font-size:12px;line-height:1.6;text-align:center;color:#68778b;margin:16px 0}.auth-switch{border-top:1px solid #e3e7ec;margin:0;padding:18px 0;text-align:center;font-size:14px;color:#526178}.auth-switch button{border:0;background:none;color:#fa3e71;font-weight:600;padding:0;font-size:14px}#auth-status{font-size:14px;line-height:1.5;background:#fff3f6;color:#884057;padding:10px;border-radius:6px}.auth-panel .close-account{top:8px}
#auth-country-code{max-width:45%;min-width:100px;border:0;border-right:1px solid #dce2ea;padding:4px 8px 4px 0;background:white;color:#29374c;font:inherit;font-size:14px}#auth-country-code[hidden]{display:none}#auth-country-code:focus-visible{outline:2px solid #f33e70;outline-offset:2px}@media(max-width:400px){.auth-input{gap:6px;padding:10px 8px}#auth-country-code{min-width:90px;max-width:42%}}
/* DesiLink sign-in refresh */
.auth-panel{width:460px;padding:30px 26px 0;border:1px solid #e3e9f1;border-radius:20px;box-shadow:0 18px 60px #12376524}
.auth-welcome{margin-bottom:24px}.auth-kicker{font-size:12px;font-weight:700;letter-spacing:1.8px;color:#0068b9}.auth-panel .auth-welcome h2{font-family:Manrope,sans-serif;font-size:28px;letter-spacing:-.8px;color:#172e4b;margin:10px 0 6px;font-weight:700}.auth-welcome p{font-size:14px;color:#738196;margin:0}
.auth-tabs{gap:12px;padding:0;background:transparent;margin-bottom:24px}.auth-tabs button{display:flex;align-items:center;justify-content:center;gap:9px;padding:15px 10px;border:1px solid #dfe5ee;border-radius:12px;color:#67788d;background:#fff;font-weight:600}.auth-tabs button[aria-selected=true]{background:#edf6ff;border-color:#006bc4;color:#0058a6;box-shadow:0 0 0 1px #006bc4}.method-symbol{font-size:20px;line-height:1}
.auth-panel label{font-size:14px;font-weight:600;color:#314663;margin-bottom:9px}.auth-input{min-height:54px;gap:10px;padding:13px 14px;border:1px solid #d9e1ed;border-radius:12px;background:#f9fbfe;box-shadow:none}.auth-input input{background:transparent;color:#243c59;font-size:16px}.auth-input input::placeholder{color:#8b98a9;font-size:14px}.auth-input>span{color:#0068b9;font-size:20px}.auth-input:focus-within{border-color:#006bc4;outline:3px solid #e0efff;outline-offset:0;background:white}.auth-input:focus-within input{background:white}#auth-country-code{background:transparent;color:#314663;border-right-color:#d9e1ed;min-height:28px}
.auth-continue{min-height:48px;border-radius:12px;background:#ed2248;margin-top:20px;font-size:16px;transition:background .15s}.auth-continue:hover{background:#d5173b}#auth-help{font-size:13px;line-height:1.6;margin:16px 5px 22px;color:#7b8798}.auth-switch{margin:0 -26px;padding:20px 16px;background:#f8fafd;border-top:1px solid #edf1f6;border-radius:0 0 20px 20px}.auth-switch button{color:#0068b9;padding:4px}.auth-panel .close-account{right:12px;top:10px;color:#7b8798;font-size:24px}.auth-panel .close-account:hover{color:#ed2248}.auth-tabs button:focus-visible,.auth-continue:focus-visible{outline:3px solid #83bbed;outline-offset:3px}
@media(max-width:500px){.auth-panel{padding:24px 18px 0}.auth-switch{margin:0 -18px}.auth-tabs{gap:8px}.auth-tabs button{font-size:13px;padding:13px 7px;gap:6px}.auth-panel .auth-welcome h2{font-size:26px}}
.brand-tagline{max-width:360px;font-size:18px;font-weight:600;line-height:1.5;color:#174475;letter-spacing:0}.brand{min-width:0}.account-toolbar{flex-shrink:0}@media(max-width:750px){.brand-tagline{max-width:210px;font-size:15px}}@media(max-width:500px){.brand-tagline{max-width:165px;font-size:14px}}
/* DesiLink unified visual refresh */
:root{color:#1d304d;background:#f6f8fc}header{min-height:112px;padding:0 5%;border-bottom:1px solid #e3e9f2}.desilink-logo{width:112px;height:112px}.account-toolbar{gap:18px}.toolbar-icon{color:#234a75}.avatar{background:#e8f2ff;color:#075cac;border-color:#f2f6fb}main{padding-top:24px;column-gap:24px}.location-filters{background:#fff;border-color:#e0e7f0;margin-bottom:26px}.location-filters label{color:#425975}.location-filters select{color:#203a5a;border-color:#d7e1ed}.intro{margin-bottom:30px}h1{font-size:clamp(28px,3.1vw,42px);font-weight:700;letter-spacing:-1.4px;line-height:1.25;max-width:1000px;color:#183554}h1 em{color:#0769bc}#categories{border-color:#e0e7f0;padding:16px 12px}#categories::before{color:#71839b}#categories .tab{color:#506681}#categories .tab[aria-pressed=true]{background:#0868b9;color:#fff}#categories .tab:hover{border-color:#a6c7e7}.results-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;min-height:42px}.results-head h2{color:#213e61}.listing-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.filter-button,.card-sort summary{min-height:40px;border-radius:9px;border:1px solid #d6e1ed;color:#28517d;background:#fff;padding:9px 13px}.filter-button:hover,.card-sort summary:hover{background:#edf5ff}.post-button{min-height:40px;background:#e9274d;border-radius:9px;padding:10px 16px}.post-button:hover{background:#cf193c}.sort-popover [data-sort]:hover,.sort-popover [data-sort][aria-pressed=true]{background:#edf5ff;color:#075ca6}.grid{gap:14px}.card{padding:20px 22px;border:1px solid #dfe7f1;border-radius:12px;box-shadow:0 2px 5px #1c477004;position:relative}.card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #1c47700c}.card-top{margin-bottom:12px;gap:10px}.icon{width:34px;height:34px;border-radius:9px}.accommodation-label{font-size:14px}.listing-date{font-size:12px;color:#7a8aa0}.card h3{font-size:20px;line-height:1.35;color:#183c66;margin-bottom:5px}.location{font-size:14px;color:#657a95;margin-bottom:10px}.description{font-size:14px;line-height:1.6;color:#5e7088;margin-bottom:10px}.available-date{font-size:14px;color:#355878;margin-bottom:12px}.tags{margin:0 0 14px;gap:7px}.tags span{background:#f0f5fb;color:#526e8d;border-radius:5px;padding:5px 9px}.card-bottom{padding-top:12px;border-top-color:#e9eef5}.price{font-size:22px;color:#075ca6;letter-spacing:-.5px}.unit{font-size:13px;color:#75869b}.accommodations{--soft:#e8f2ff;--ink:#0768b7}.rides{--soft:#fff0f3;--ink:#d52c50}.jobs{--soft:#eaf0ff;--ink:#4966b0}footer{border-top-color:#dde6f0;color:#7d8ba0;margin-top:32px}.footer-brand{color:#0868b9}.tab:focus-visible,button:focus-visible,a:focus-visible,.location-filters select:focus-visible{outline-color:#5ca5e5}
@media(min-width:1000px){.card.has-photos{display:grid;grid-template-columns:180px minmax(0,1fr);column-gap:20px;align-items:start}.card.has-photos>.card-top{grid-column:1/-1}.card.has-photos>h3,.card.has-photos>.location,.card.has-photos>.description,.card.has-photos>.available-date,.card.has-photos>.tags{grid-column:2}.card.has-photos>.listing-photos{grid-column:1;grid-row:2/7;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0}.card.has-photos>.listing-photos img:first-child{grid-column:1/-1;aspect-ratio:4/3}.card.has-photos>.card-bottom{grid-column:1/-1;margin-top:8px}}
@media(max-width:600px){header{min-height:96px;padding:0 5%;flex-wrap:nowrap}.desilink-logo{width:96px;height:96px}.account-toolbar{gap:14px}main{padding-top:20px}.intro{margin-bottom:24px}h1{font-size:30px;letter-spacing:-1px}.results-head{align-items:flex-start}.listing-actions{gap:7px;flex-wrap:wrap}.card{padding:17px}.card-top .listing-date{margin-left:0}.card-top{justify-content:space-between}.price{font-size:21px}.card h3{font-size:19px}.listing-photos{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-button,.card-sort summary{padding:9px 11px}.post-button{padding:10px 13px}}
/* Sign-in styling drawn from the DesiLink logo. */
.auth-panel{border-top:4px solid #0066ba;background:#fff;max-height:calc(100dvh - 130px);overflow-y:auto}.auth-welcome{text-align:center;margin-bottom:22px}.auth-logo{display:block;width:130px;height:130px;object-fit:contain;margin:-14px auto 0}.auth-kicker{display:block;color:#0058a8;letter-spacing:1.4px}.auth-kicker>span{color:#e51c23}.auth-panel .auth-welcome h2{color:#064e93;font-size:27px;margin-top:10px}.auth-welcome p{color:#5f7085}.auth-tabs button{border-radius:14px;font-weight:600}.auth-tabs button[aria-selected=true]{color:#005ab0;background:#eef6ff;border-color:#0068c6;box-shadow:0 0 0 1px #0068c6}.auth-tabs button[data-auth=phone][aria-selected=true]{color:#ce1720;background:#fff2f2;border-color:#e51c23;box-shadow:0 0 0 1px #e51c23}.auth-continue{background:linear-gradient(110deg,#ef2028,#c80913);box-shadow:0 4px 10px #cf10131c;border-radius:12px}.auth-continue:hover{background:linear-gradient(110deg,#db151e,#b90812)}.auth-panel .close-account:hover{color:#df101d}.auth-switch button{color:#0061b7}.auth-input{border-color:#cbdff1}.auth-input>span{color:#0064bd}.auth-input:focus-within{border-color:#0064bd;outline-color:#e2f0fd}.auth-switch{background:#f5f9ff}@media(max-width:500px){.auth-panel{max-height:calc(100dvh - 115px)}.auth-logo{width:108px;height:108px}.auth-panel .auth-welcome h2{font-size:25px}}
.detect-location{grid-column:1/-1;display:flex;align-items:flex-start;flex-direction:column;gap:5px;padding-bottom:6px}#use-location{font:inherit;font-size:14px;font-weight:600;border:1px solid #bcd5ee;border-radius:8px;padding:9px 12px;color:#075ca6;background:#edf6ff}#use-location:disabled{opacity:.6;cursor:wait}.detect-location small{font-size:12px;color:#75869b;line-height:1.5}#location-status{font-size:13px;color:#355878;line-height:1.5}#location-status:empty{display:none}
.location-or{align-self:center;font-size:12px;font-weight:600;letter-spacing:1px;color:#7c8b9e;margin-top:5px}
/* Location panel styled to match the DesiLink logo. */
.location-filters{position:relative;border:1px solid #d8e5f3;border-top:3px solid #0868bc;border-radius:16px;background:#fff;box-shadow:0 5px 18px #164c8509;padding:18px;gap:12px}
.detect-location{align-items:stretch;gap:10px;padding-bottom:0}
#use-location{align-self:center;display:flex;align-items:center;justify-content:center;min-height:44px;padding:11px 20px;border:1px solid #d81724;border-radius:10px;background:linear-gradient(110deg,#ed222a,#cb0d19);color:white;font-weight:600;box-shadow:0 3px 9px #d517201a}
#use-location:hover:not(:disabled){background:linear-gradient(110deg,#d91620,#b50913)}
#use-location:focus-visible{outline:3px solid #91bee9;outline-offset:3px}
.location-or{display:flex;align-items:center;align-self:stretch;gap:12px;justify-content:center;margin:0;color:#7087a3;font-size:12px;letter-spacing:1px}
.location-or::before,.location-or::after{content:'';height:1px;flex:1;background:#e0e9f3}
.location-filters label{color:#174d82;font-weight:600;font-size:14px;gap:7px}
.location-filters select{min-height:42px;border:1px solid #cadcee;border-radius:9px;background:#f8fbff;color:#20558b;padding:9px;font-size:14px}
.location-filters select:disabled{background:#f4f6f9;border-color:#e4e9ef;color:#94a0ad}
.location-filters select:focus-visible{outline:2px solid #78b2e8;outline-offset:2px}
#location-status:not(:empty){background:#f1f7ff;border-left:3px solid #0868bc;padding:9px 11px;border-radius:6px;color:#345877;font-size:13px}
@media(max-width:600px){.location-filters{padding:14px;gap:9px}#use-location{width:100%;padding:11px 12px}.location-filters select{padding:8px 4px}}
#filter-button[hidden]{display:none}
svg .logo-blue{stroke:#0067be}svg .logo-red{stroke:#e41d2c}.tab[aria-pressed=true] svg .logo-blue{stroke:white}.tab[aria-pressed=true] svg .logo-red{stroke:#ffbdc4}.tab svg{width:22px;height:22px;stroke-width:1.8}.card .icon{background:#f1f6fd;border:1px solid #e0eaf6;width:38px;height:38px}.card .icon svg{width:25px;height:25px;stroke-width:1.8}
.desilink-footer{display:block;background:linear-gradient(115deg,#062f65,#092244 60%,#490f26);color:white;border:0;border-radius:16px 16px 0 0;padding:24px 28px 18px;margin-top:40px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #ffffff29;padding-bottom:20px}.footer-logo-link img{display:block;border-radius:10px;object-fit:contain}.desilink-footer nav{display:flex;flex-wrap:wrap;gap:22px;border:0;padding:0}.desilink-footer nav a,.desilink-footer nav button{color:white;background:none;border:0;text-decoration:none;font-size:14px;font-weight:600;padding:4px 0}.desilink-footer nav a:hover,.desilink-footer nav button:hover{text-decoration:underline}.footer-ad{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0}.footer-ad h2{font-size:22px;margin:0;color:white}.footer-ad button{background:none;border:0;color:#ffbcc6;font-size:16px;font-weight:600}.footer-copyright{text-align:center;font-size:12px;color:#d4dfef;margin:14px 0 0}@media(max-width:600px){.desilink-footer{padding:20px}.footer-top,.footer-ad{align-items:flex-start;flex-direction:column}.desilink-footer nav{gap:16px}.footer-ad h2{font-size:20px}}
.footer-logo-animation{display:block;width:160px;height:160px;object-fit:contain;border-radius:12px;background:white}.footer-static-logo{width:160px;height:160px}
#chat-dialog{width:min(1400px,96vw);max-width:none;height:88dvh;max-height:94dvh;padding:0;border:1px solid #dfe7f1;border-radius:14px;overflow:hidden}.chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);height:100%}.chat-sidebar{border-right:1px solid #e0e7f0;background:#fbfcff;overflow-y:auto}.chat-heading{display:flex;align-items:center;justify-content:space-between;padding:16px}.chat-heading h2{font-size:24px;margin:0;color:#13365e}.chat-heading button{border:0;background:#edf3fa;color:#345676;border-radius:8px;width:32px;height:32px;font-size:24px}.chat-search{display:block;padding:0 12px 14px}.chat-search input{width:100%;font:inherit;font-size:14px;padding:11px;border:1px solid #cddbed;border-radius:8px;background:white}.chat-section{border-top:1px solid #e0e7f0}.chat-section summary{cursor:pointer;padding:15px 12px;font-size:14px;font-weight:600;color:#244b76}.request-count{display:inline-grid;place-items:center;margin-left:5px;background:#e7284c;color:white;border-radius:50%;min-width:20px;height:20px;font-size:12px}.blue-count{background:#076ac2}.chat-empty{text-align:center;padding:18px 16px 25px}.chat-symbol{display:grid;place-items:center;margin:0 auto 14px;width:58px;height:58px;border-radius:50%;background:#f0f3f8;color:#8494a9;font-size:28px}.incoming{color:#e51e36;background:#fff0f2}.outgoing{color:#066ac6;background:#eaf3ff}.chat-empty strong{font-size:14px;font-weight:500;color:#24405f}.chat-empty p{font-size:13px;line-height:1.6;color:#71849d;margin:8px 0 0}.chat-main{display:grid;place-items:center;text-align:center;padding:30px;background:white;overflow-y:auto}.large-chat-symbol{width:80px;height:80px;margin-bottom:24px}.large-chat-symbol svg{width:36px;height:36px}.chat-main h2{font-size:24px;color:#15375f;margin:0 0 14px}.chat-main p{font-size:16px;color:#75859b;line-height:1.7}.chat-main small{font-size:13px;color:#8997aa}#chat-search-status{font-size:14px;color:#6a7e97;margin:0 14px 14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:650px){#chat-dialog{height:92dvh}.chat-layout{grid-template-columns:1fr;overflow-y:auto}.chat-sidebar{overflow:visible;border-right:0}.chat-main{min-height:260px;border-top:1px solid #e0e7f0;padding:24px 16px}.chat-main h2{font-size:21px}.chat-main p{font-size:14px}.chat-empty{padding:12px 16px 18px}.chat-symbol{width:44px;height:44px}}
.welcome-weather{margin-top:12px}.welcome-weather p{margin:0 0 6px;color:#315a7e;font-size:18px;line-height:1.5}.welcome-weather a{font-size:12px;color:#74869b;text-decoration:none}.welcome-weather a:hover{text-decoration:underline}
.location-filters label[for=country]{position:relative;padding-top:0}#search-country{border:0;background:none;color:#0068b9;font:inherit;font-size:12px;padding:0;position:absolute;right:0;top:0;cursor:pointer}#country-dialog{width:min(500px,94vw)}.country-query-label{display:block;margin:20px 0 8px;font-size:14px;color:#345676}#country-query{width:100%;padding:12px;border:1px solid #cbdcee;border-radius:9px;font:inherit}#country-results-count{font-size:13px;color:#74869b}#country-results{max-height:45dvh;overflow-y:auto;display:grid;gap:4px}#country-results button{border:0;border-radius:7px;padding:12px;background:#f6f9fd;color:#244f7b;font:inherit;text-align:left}#country-results button:hover{background:#e6f1ff}@media(max-width:500px){#search-country{position:static;align-self:start}.location-filters label[for=country]{gap:4px}}
.weather-time-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px}#city-local-time{font-size:16px;color:#075ca6;background:#edf5ff;border:1px solid #d8e7f7;border-radius:8px;padding:7px 11px;line-height:1.5}#city-local-time[hidden]{display:none}.weather-time-row #city-weather{margin:0}

/* Matching city weather and time */
.weather-time-row{gap:10px;margin-bottom:8px}.weather-time-row #city-weather,.weather-time-row #city-local-time{font-family:inherit;font-size:18px;font-weight:500;line-height:1.5;color:#075ca6;background:#edf5ff;border:1px solid #d8e7f7;border-radius:10px;padding:9px 14px;margin:0;font-variant-numeric:tabular-nums}.weather-time-row #city-local-time[hidden]{display:none}@media(max-width:600px){.weather-time-row #city-weather,.weather-time-row #city-local-time{font-size:16px;padding:8px 12px}}


/* Compact weather and local date/time */
.weather-time-row{gap:8px}.weather-time-row #city-weather,.weather-time-row #city-local-time{font-size:14px;line-height:1.5;padding:7px 10px;border-radius:8px}@media(max-width:600px){.weather-time-row #city-weather,.weather-time-row #city-local-time{font-size:13px;padding:6px 9px}}

/* Consistent location dropdowns matching the blue reference. */
.location-filters label[for=country],.location-filters label[for=state],.location-filters label[for=city]{color:#17558d;font-size:14px;font-weight:600;gap:8px;min-width:0}
.location-filters #country,.location-filters #state,.location-filters #city{width:100%;min-width:0;min-height:42px;border:1px solid #c7dbf5;border-radius:10px;background-color:#f8fbff;color:#205a94;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;padding:10px 12px;box-shadow:none}
.location-filters select:disabled{background-color:#f4f6f9!important;color:#94a0ad!important;border-color:#e4e9ef!important}
.location-filters select:focus-visible{outline:2px solid #78b2e8;outline-offset:2px}
@media(max-width:600px){.location-filters #country,.location-filters #state,.location-filters #city{padding:9px 6px}}
.post-location-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.post-location-fields select{width:100%;min-width:0}@media(max-width:520px){.post-location-fields{grid-template-columns:1fr}}
/* Typed budget amounts without number spinner arrows, for every country. */
#budget-range-field input[type=number]{appearance:textfield;-moz-appearance:textfield}
#budget-range-field input[type=number]::-webkit-inner-spin-button,#budget-range-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
/* Budget input: enter amounts directly without spinner controls. */
#fixed-budget-field input[type=number]{appearance:textfield;-moz-appearance:textfield}
#fixed-budget-field input[type=number]::-webkit-inner-spin-button,#fixed-budget-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
#listings [data-listing-index]{cursor:pointer}#listings [data-listing-index]:focus-visible{outline:3px solid #0870ca;outline-offset:3px}
#listing-detail{width:min(680px,94vw);max-height:90dvh;border:1px solid #d8e5f3;border-radius:16px;padding:24px;color:#173b60}
#listing-detail .card{cursor:default;box-shadow:none;margin-top:18px}#listing-detail .description{white-space:pre-wrap;overflow:visible;display:block;-webkit-line-clamp:unset;max-height:none}#listing-detail .photo-grid img{max-height:360px;object-fit:contain}
.comment-replies{margin:12px 0 0 12px;padding-left:12px;border-left:2px solid #dbe6f3}
.comment-replies .comment-replies{margin-left:0;padding-left:6px}
.comment-reply-context{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:10px 0;padding:8px 10px;background:#eef5ff;border-radius:8px;font-size:12px}
.comment-reply-context[hidden]{display:none}
.comment-reply-button{margin-top:8px;border:1px solid #c5d8f2;border-radius:7px;background:white;color:#0866b8;padding:5px 10px;font:inherit;font-size:12px}
.listing-detail-location{font-size:10px;line-height:1.4;color:#7085a2;margin:8px 0;white-space:nowrap;overflow-x:auto}
.listing-detail-fields:empty{display:none}
.listing-detail-fields{display:grid;grid-template-columns:130px 1fr;gap:10px;font-size:14px}.listing-detail-fields dt{font-weight:600}.listing-detail-fields dd{margin:0;overflow-wrap:anywhere}
.listing-comments{border-top:1px solid #d8e5f3;margin-top:24px;padding-top:20px}.listing-comments h3{margin:0 0 16px;color:#174d82}.comment-form{display:grid;gap:10px;margin-top:18px}.comment-form label{font-size:14px;font-weight:600}.comment-form textarea{width:100%;box-sizing:border-box;resize:vertical;font:inherit;font-size:14px;padding:12px;border:1px solid #c7dbf5;border-radius:10px;background:#f8fbff;color:#173b60}.comment-form textarea:focus-visible{outline:2px solid #78b2e8;outline-offset:2px}.comment-form button{justify-self:end}.comment-note,.comment-empty{font-size:13px;color:#71849d;margin:0;line-height:1.6}.listing-comment{background:#f8fbff;border:1px solid #e1eaf5;border-radius:10px;padding:14px;margin-bottom:10px}.listing-comment strong{font-size:14px}.listing-comment time{display:block;color:#71849d;font-size:12px;margin-top:4px}.listing-comment p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6;margin:10px 0 0;font-size:14px}
.accommodation-type label[hidden]{display:none}
#post-form .post-type-options{display:grid;gap:12px;border:1px solid #d5e2f2;border-radius:10px;padding:14px}#post-form .post-type-options legend{font-weight:600;color:#174d82;padding:0 5px}#post-form .post-type-options label{display:flex;align-items:center;gap:10px;font-weight:400;margin:0}#post-form .post-type-options input[type=radio]{width:18px;height:18px;flex:0 0 18px;margin:0;padding:0;accent-color:#0868bc}

/* Keep categories in normal flow so short results cannot overlap the footer. */
#categories{position:static;top:auto}

/* Keep long unbroken listing text within cards and detail views. */
.card{min-width:0;overflow-wrap:anywhere}.card .description,.card .location,.card h3{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.card .description{white-space:pre-wrap}
.card-top{flex-wrap:wrap;gap:12px}.listing-date{white-space:normal;overflow-wrap:anywhere}
.location-filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto;width:min(100%,680px)}#submit-location{align-self:end;min-height:42px;padding:10px 14px}@media(max-width:600px){.location-filters{grid-template-columns:repeat(3,minmax(0,1fr))}#submit-location{grid-column:3;justify-self:stretch}}
.location-filters > #location-status{grid-column:1/-1;margin-top:4px}.location-filters > #location-status:empty{display:none}
.location-filters > .welcome-weather{grid-column:1/-1;margin-top:4px;min-width:0}.location-filters .weather-time-row{gap:8px}
.community-hero{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:36px;align-items:center;margin-bottom:32px}.community-intro{padding:20px 0;min-width:0}.community-kicker{font-size:11px;letter-spacing:2px;font-weight:700;color:#cc1933;margin:0 0 18px}.community-intro h1{font-size:clamp(30px,3vw,44px);letter-spacing:-1.5px;line-height:1.2;color:#183858}.community-intro h1 span{color:#0868bc}.community-copy{font-size:16px;line-height:1.75;color:#627b95;max-width:380px;margin:20px 0}.community-topics{display:flex;gap:18px;color:#20558b;font-size:13px;font-weight:600}.community-topics span{display:flex;align-items:center;gap:8px}.community-topics span:before{content:'';width:5px;height:5px;background:#ed2044;border-radius:50%}.community-hero .location-filters{grid-column:auto;width:100%;margin:0;min-width:0}#categories{grid-row:2/4}.results-head{grid-row:2}#listings{grid-row:3}main>.desilink-footer{grid-row:4}@media(max-width:950px){.community-hero{grid-template-columns:1fr;gap:12px}.community-intro{padding:0}.community-copy{max-width:560px}.community-intro h1 br{display:none}.community-intro h1 span:before{content:' '}}@media(max-width:600px){.community-hero{margin-bottom:24px}.community-intro h1{font-size:30px}.community-copy{font-size:14px;margin:14px 0}.community-topics{margin-bottom:10px}#categories,.results-head,#listings,main>.desilink-footer{grid-row:auto}}
header{min-height:104px;gap:24px;padding-top:4px;padding-bottom:4px}.desilink-logo{width:100px;height:100px}.header-categories{display:flex;justify-content:center;gap:30px;flex:1;border:0;padding:0}.header-categories button{position:relative;border:0;background:transparent;padding:14px 0;color:#20558b;font-size:15px;font-weight:600;white-space:nowrap}.header-categories button:after{content:'';position:absolute;bottom:5px;left:0;right:0;height:3px;border-radius:3px;background:transparent}.header-categories button[aria-pressed=true]:after{background:#ed2044}.header-categories button:hover{color:#0068bc}@media(max-width:700px){header{flex-wrap:wrap;gap:4px 16px}.header-categories{order:3;flex-basis:100%;gap:24px}.header-categories button{font-size:14px}.account-toolbar{margin-left:auto}.desilink-logo{width:84px;height:84px}}
header{align-items:center;gap:24px;padding-top:16px;padding-bottom:16px}header .location-filters{flex:1;max-width:760px;width:auto;margin:0;padding:14px 18px;gap:8px 12px;box-shadow:none}header .detect-location{gap:6px}header #use-location{padding:8px 14px;font-size:13px}header .location-or{font-size:11px}header .location-filters label{font-size:12px}header .location-filters #country,header .location-filters #state,header .location-filters #city{font-size:13px;min-height:36px;padding:7px 9px}header #submit-location{min-height:36px;font-size:13px;padding:8px 12px}header .weather-time-row #city-weather,header .weather-time-row #city-local-time{font-size:12px;padding:5px 8px}header .welcome-weather a{font-size:10px}header #location-status{font-size:12px}.community-hero{grid-template-columns:1fr;margin-bottom:24px}.community-intro{padding:8px 0}.community-copy{max-width:640px}@media(max-width:950px){header{flex-wrap:wrap}header .location-filters{order:3;flex-basis:100%;max-width:none}header>.account-toolbar{margin-left:auto}}@media(max-width:600px){header .location-filters{padding:12px;gap:8px}header .location-filters #country,header .location-filters #state,header .location-filters #city{font-size:12px;padding:7px 4px}}
/* Listings start immediately below the header. */
#categories{grid-row:1/3}.results-head{grid-row:1}#listings{grid-row:2}main>.desilink-footer{grid-row:3}@media(max-width:600px){#categories,.results-head,#listings,main>.desilink-footer{grid-row:auto}}
/* DesiLink red and blue header styling. */
header>.brand{flex-shrink:0}header>.brand .desilink-logo{width:130px;height:130px}
header .location-filters{border:1px solid #d6e5f8;border-top:3px solid #0068bf;border-radius:18px;background:linear-gradient(135deg,#fff 75%,#f3f8ff);box-shadow:0 5px 20px #0756a008}
header #use-location,header #submit-location{background:linear-gradient(110deg,#ef172b,#cc071b);color:#fff;border:0;border-radius:10px;font-weight:600;box-shadow:0 4px 10px #d8102015}
header #use-location:hover,header #submit-location:hover{background:#bd091c}
header .location-filters label{color:#0758a1}header .location-filters select{border-color:#c8ddf7;color:#0758a1;background:#f8fbff}
header #location-status{border-left:3px solid #e71930;background:#f1f7ff;color:#095aa5;border-radius:8px}
header .weather-time-row #city-weather,header .weather-time-row #city-local-time{color:#005bac;background:#edf5ff;border-color:#d2e4fa}
header .toolbar-icon{color:#075aa6}header .avatar{background:#edf5ff;color:#0068bf}
@media(max-width:700px){header>.brand .desilink-logo{width:90px;height:90px}}
.category-emoji{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif;font-size:25px;line-height:1;width:30px;height:30px}.card .category-emoji{font-size:28px}
.reference-icon{display:inline-block;flex-shrink:0;width:48px;height:46px;background-image:url("category-reference.png");background-repeat:no-repeat;background-size:153px 237.5px;border-radius:6px}.reference-house{background-position:-50px -20px}.reference-car{background-position:-49px -151px}.card .icon:has(.reference-icon){width:48px;height:46px;background:transparent}
/* Align category icons, labels and counts within the sidebar. */
#categories .tab{display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:12px 8px;min-height:58px;min-width:0;font-size:14px;text-align:left;overflow-wrap:anywhere}
#categories .tab .num{margin:0;text-align:right;font-size:12px;min-width:0}
#categories .topic-preference-controls{grid-column:2/4;display:flex;align-items:center;justify-content:flex-end;gap:4px;min-height:20px;margin-top:-5px}#categories .topic-preference-controls [role=button]{display:grid;place-items:center;min-width:23px;height:22px;padding:0 4px;border:1px solid #cbdcf0;border-radius:6px;background:#fff;color:#315d89;font-size:13px;line-height:1}#categories .topic-preference-controls [role=button]:hover{background:#eaf3fd}#categories .topic-preference-controls [aria-disabled=true]{opacity:.35;pointer-events:none}#categories .tab[aria-pressed=true] .topic-preference-controls [role=button]{border-color:#ffffff70;background:#ffffff18;color:#fff}#categories .topic-pinned{border-color:#9bc3eb}
#categories .tab>svg{width:24px;height:24px;justify-self:center}
#categories .reference-icon{width:32px;height:32px;background-size:102px 158.333px;border-radius:5px}
#categories .reference-house{background-position:-33.333px -13.333px}
#categories .reference-car{background-position:-32.667px -100.667px}
/* Keep category names on a single line. */
@media(min-width:601px){main{grid-template-columns:260px minmax(0,1fr)}}
#categories .tab{white-space:nowrap;overflow-wrap:normal}

header .location-tab{position:relative;margin-left:auto;margin-right:auto;min-width:0}header .location-tab>summary{display:flex;align-items:center;gap:10px;list-style:none;cursor:pointer;padding:11px 16px;background:#f3f8ff;border:1px solid #cbdff6;border-radius:10px;color:#0758a1;font-size:14px;font-weight:600}header .location-tab>summary::-webkit-details-marker{display:none}header .location-tab[open]>.location-filters{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:min(700px,90vw);max-width:none;z-index:20;background:#fff;box-shadow:0 12px 35px #143e6426}header .location-tab:not([open])>.location-filters{display:none}@media(max-width:600px){header .location-tab{position:static;margin:0 auto}header .location-tab[open]>.location-filters{position:absolute;top:auto;left:5%;transform:none;width:90%;margin-top:10px}header{position:relative}}
header .location-tab .location-filters[hidden]{display:none!important}
.ride-type-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px}#ride-form .ride-type-tabs label{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid #cbdff6;border-radius:10px;color:#075aa6;background:#f8fbff;cursor:pointer}#ride-form .ride-type-tabs input{width:16px;height:16px;margin:0;padding:0;accent-color:#0868bc}#ride-form .ride-type-tabs label:has(input:checked){background:#eaf4ff;border-color:#0868bc;box-shadow:0 0 0 1px #0868bc}
#ride-form label[hidden]{display:none}.ride-route-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}#ride-form .ride-route-fields input{padding:8px 10px;min-width:0}.card.no-price .card-bottom{display:none}@media(max-width:400px){.ride-route-fields{grid-template-columns:1fr}}
.header-location-group{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}header .header-location-group .location-tab{margin:0}header .header-location-group>.welcome-weather{margin:0;max-width:100%;text-align:center}header .header-location-group>.welcome-weather .weather-time-row{justify-content:center}header .header-location-group>.welcome-weather #city-weather,header .header-location-group>.welcome-weather #city-local-time{font-size:12px;padding:5px 8px}header .header-location-group>.welcome-weather a{font-size:10px}@media(max-width:600px){.header-location-group{position:static;flex:1}header .header-location-group>.welcome-weather{max-width:240px}}
header .reset-menu{display:flex;align-items:center;gap:7px;width:auto;height:40px;padding:8px 10px;flex-shrink:0;border:1px solid #d1e1f4;border-radius:9px;background:#f4f8ff;color:#075aa6;font-size:13px}header .reset-menu svg{width:20px;height:20px}

.google-signin{width:100%;padding:14px 20px;border:1px solid #cbd2df;border-radius:12px;background:#fff;color:#253858;font:inherit;font-weight:600;cursor:pointer}.google-signin:hover{background:#f0f6ff}.google-signin:disabled{opacity:.6;cursor:wait}#google-signed-in[hidden],#google-signed-out[hidden]{display:none}#google-user-name{font-weight:600}#google-user-email{overflow-wrap:anywhere}#google-auth-status{font-size:14px;color:#506780;padding-bottom:16px}

.card .listing-author{font-size:14px;color:#647b93;margin:8px 0 12px}.listing-author strong{font-weight:600;color:#244d73}

.owner-actions{display:flex;gap:12px;margin-top:18px;padding-top:14px;border-top:1px solid #e1ebf5}.owner-actions button{padding:8px 18px;border:1px solid #cbdff1;border-radius:9px;background:#fff;color:#0061b7;font:inherit;cursor:pointer}.owner-actions button:last-child{color:#c91835}#edit-listing{width:min(720px,calc(100vw - 32px))}#edit-listing label{display:block;margin:12px 0}#edit-listing input:not([type=checkbox]),#edit-listing textarea,#edit-listing select{width:100%;box-sizing:border-box}#edit-photos img{vertical-align:middle;margin:0 8px;border-radius:8px}#delete-listing{max-width:420px}.edit-status{color:#b42318}

.auth-mode-tabs{display:flex;gap:8px;margin-bottom:18px;background:#f1f6fc;padding:5px;border-radius:12px}.auth-mode-tabs button{flex:1;padding:11px;border:0;border-radius:9px;background:transparent;color:#315779;font:inherit;cursor:pointer}.auth-mode-tabs button[aria-pressed=true]{background:#fff;color:#0068c6;font-weight:600;box-shadow:0 1px 4px #173b6020}

#admin-dashboard-button[hidden]{display:none}#admin-dashboard{width:min(900px,calc(100vw - 32px))}.admin-tabs,.admin-pagination{display:flex;gap:12px;align-items:center;margin:16px 0}.admin-row{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #dbe6f2}.admin-row div{min-width:0;overflow-wrap:anywhere}.admin-row p{font-size:14px;color:#647b93}.admin-row button{align-self:center;flex-shrink:0}.admin-tabs button,.admin-pagination button,.admin-row button{padding:9px 14px;border:1px solid #cbdff1;border-radius:8px;background:white;color:#0061b7;cursor:pointer}#admin-dashboard button:disabled{opacity:.5;cursor:default}@media(max-width:500px){.admin-row{flex-direction:column}.admin-row button{align-self:flex-start}}

.admin-row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;flex-shrink:0}.admin-tabs{flex-wrap:wrap}

.admin-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.admin-card-actions button{padding:9px 15px;border:1px solid #efc4ca;border-radius:9px;background:#fff7f8;color:#b71935;font:inherit;cursor:pointer}

.post-identity[hidden]{display:none!important}

#categories[hidden],.listing-actions[hidden]{display:none!important}
.admin-post-link{text-align:left;font-weight:700;text-decoration:underline;cursor:pointer}

.listing-photos img{cursor:zoom-in}.listing-photos img:focus-visible{outline:3px solid #006ac5;outline-offset:2px}#photo-viewer{width:min(1000px,96vw);max-width:96vw;padding:12px;background:#111;color:white}#photo-viewer::backdrop{background:rgba(0,0,0,.85)}#photo-viewer>img{display:block;width:100%;height:75vh;object-fit:contain}.photo-viewer-toolbar{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:8px}.photo-viewer-toolbar button{min-width:44px;min-height:44px;font-size:24px}.photo-viewer-toolbar [data-photo-close]{margin-left:auto}

.dallas-area-filter{grid-column:2;display:flex;gap:12px;align-items:center;margin:12px 0}.dallas-area-filter[hidden],.dallas-area-field[hidden]{display:none!important}.dallas-area-filter select{padding:10px;border:1px solid #cbdcf0;border-radius:8px}@media(max-width:600px){.dallas-area-filter{grid-column:1}}

.results-head:has(.dallas-area-filter:not([hidden])){flex-wrap:wrap}.results-head .dallas-area-filter{flex-basis:100%;margin:8px 0 0}


.scope-tabs{grid-column:1/-1;display:flex;gap:8px;margin-bottom:20px}.scope-tabs[hidden],.usa-panel[hidden],.scope-local-hidden{display:none!important}.scope-tabs button,.usa-topics button{padding:12px 22px;border:1px solid #cbdcf0;border-radius:12px;background:white;color:#075da5}.scope-tabs button[aria-pressed=true],.usa-topics button[aria-pressed=true]{background:#0868b9;color:white}.usa-panel{grid-column:1/-1;padding:28px;background:white;border:1px solid #dbe5f2;border-radius:18px}.usa-topics{display:flex;gap:12px;margin:24px 0}.usa-search{display:flex;gap:12px;align-items:end}.usa-search label{flex:1}.usa-search input{display:block;width:100%;padding:14px;border:1px solid #cbdcf0;border-radius:10px}.usa-search button{padding:14px 24px;border-radius:10px}.usa-preview-note{font-size:14px;color:#6d7f96}main:has(.scope-tabs:not([hidden])) #categories{grid-row:2/4}main:has(.scope-tabs:not([hidden])) .results-head{grid-row:2}main:has(.scope-tabs:not([hidden])) #listings{grid-row:3}main:has(.scope-tabs:not([hidden]))>.desilink-footer{grid-row:4}@media(max-width:600px){.scope-tabs{flex-wrap:wrap}.usa-search,.usa-topics{flex-wrap:wrap}main:has(.scope-tabs:not([hidden])) #categories,main:has(.scope-tabs:not([hidden])) .results-head,main:has(.scope-tabs:not([hidden])) #listings,main:has(.scope-tabs:not([hidden]))>.desilink-footer{grid-row:auto}}

.usa-panel{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;background:transparent;border:0;padding:0}.usa-panel .usa-topics{display:flex;flex-direction:column;gap:8px;margin:0;align-self:start;background:#fff;border:1px solid #e0e7f0;border-radius:16px;padding:16px 12px}.usa-topics h2{font-size:12px;letter-spacing:1.5px;color:#71839b;padding:0 12px 12px;margin:0}.usa-panel .usa-topics button{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:center;min-height:72px;text-align:left;padding:14px 12px;border:0;font-size:15px;color:#506681;white-space:nowrap}.usa-panel .usa-topics button[aria-pressed=true]{background:#0868b9;color:white}.usa-topic-icon{font-size:28px;line-height:1}.usa-topic-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2}.usa-results{min-width:0}.usa-results>h2{margin-top:12px}@media(max-width:600px){.usa-panel{grid-template-columns:minmax(0,1fr)}}

.travel-results{display:grid;gap:18px;margin-top:20px}.usa-search{flex-wrap:wrap}.usa-search label{min-width:150px}.travel-results .card{cursor:pointer}#travel-post{width:min(620px,94vw)}#travel-post input,#travel-post textarea{width:100%;padding:12px;border:1px solid #cbdcf0;border-radius:8px}#travel-post label{display:block;margin:14px 0}

.travel-search-post{display:flex;align-items:flex-end;gap:16px;margin:20px 0}.travel-search-post .usa-search{flex:1;min-width:0;margin:0}.travel-search-post>.post-button{flex-shrink:0;min-height:46px;margin:0;white-space:nowrap}@media(max-width:850px){.travel-search-post{flex-wrap:wrap}.travel-search-post>.post-button{width:100%}}

.travel-action-buttons{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.travel-action-buttons button{white-space:nowrap;min-height:46px;margin:0}.travel-action-buttons .post-button{padding:14px 24px}.travel-search-post .usa-search{width:100%}@media(max-width:600px){.travel-action-buttons{flex-basis:100%}}

.usa-search.posting-mode>label{display:none}.travel-action-buttons [hidden]{display:none!important}

.travel-search-post .usa-search>.travel-action-buttons{flex-basis:100%;order:-1;margin-bottom:8px}

.travel-search-post[hidden]{display:none!important}

/* Compact footer stays below page content, including short result pages. */
body{min-height:100vh;display:flex;flex-direction:column}body>main{width:100%;flex:1;align-content:start}body>.desilink-footer{width:calc(100% - 48px);max-width:1290px;align-self:center;flex-shrink:0;margin:24px 0 0;padding:12px 18px 10px;border-radius:12px 12px 0 0}.desilink-footer .footer-top{gap:16px;padding-bottom:8px;flex-direction:row;align-items:center}.desilink-footer .footer-logo-animation,.desilink-footer .footer-static-logo,.desilink-footer .footer-logo-link img{width:64px;height:64px;border-radius:7px}.desilink-footer nav{gap:8px 18px}.desilink-footer nav a,.desilink-footer nav button{font-size:12px}.desilink-footer .footer-ad{padding:10px 0 6px;gap:12px;flex-direction:row;align-items:center}.desilink-footer .footer-ad h2{font-size:14px;font-weight:500}.desilink-footer .footer-ad button{font-size:12px}.desilink-footer .footer-copyright{font-size:11px;margin:6px 0 0}@media(max-width:600px){body>.desilink-footer{width:calc(100% - 24px);padding:10px 12px}.desilink-footer nav{gap:4px 12px}.desilink-footer .footer-logo-animation,.desilink-footer .footer-static-logo,.desilink-footer .footer-logo-link img{width:48px;height:48px}.desilink-footer .footer-ad{flex-wrap:wrap}.desilink-footer .footer-ad h2{font-size:13px}}

.listing-comment{position:relative;padding-right:150px}.comment-actions{position:absolute;right:14px;top:14px;display:flex;gap:8px}.comment-actions[hidden]{display:none}.comment-actions button{padding:6px 10px;border:1px solid #cbdcf0;border-radius:7px;background:white;color:#075da5}.comment-edit-form textarea{display:block;width:100%;min-height:80px;margin:10px 0}.comment-edit-form button{margin-right:8px}@media(max-width:600px){.listing-comment{padding-right:18px}.comment-actions{position:static;justify-content:flex-end;margin-top:10px}}

.post-comment-count{font-size:13px;color:#0868b9;margin:12px 0}.card.no-price .post-comment-count{margin-bottom:0}

#chat-dialog{width:min(520px,94vw);min-height:0}#chat-dialog>.chat-heading{padding:16px 20px}#chat-dialog>.chat-empty{padding:28px 20px 36px}

.post-author-chat{padding:0;border:0;background:transparent;color:#075da5;font-weight:600;cursor:pointer}.post-author-chat:hover{text-decoration:underline}#chat-dialog{width:min(640px,94vw);padding:16px}.chat-messages{max-height:50vh;overflow:auto;display:flex;flex-direction:column;gap:12px}.chat-message{background:#eff5fd;padding:12px;border-radius:12px;max-width:90%;overflow-wrap:anywhere}.chat-message.mine{align-self:flex-end;background:#e3f4e8}.chat-message p{white-space:pre-wrap;margin:0 0 6px}.chat-compose{display:flex;gap:8px;margin-top:16px}.chat-compose[hidden]{display:none}.chat-compose textarea{flex:1;min-width:0;padding:10px}.chat-inbox-item{text-align:left;padding:12px;border:1px solid #cbdcf0;background:white;border-radius:8px;overflow-wrap:anywhere}

.chat-related-post{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:#eff5fd;border:1px solid #cbdcf0;border-radius:10px;margin:8px 0 16px}.chat-related-post[hidden]{display:none}.chat-related-post button{flex-shrink:0;padding:8px 12px}.chat-heading [data-inbox]{white-space:nowrap;font-size:13px;padding:8px;width:auto}.chat-heading h2{font-size:22px}

#chat-dialog .chat-related-post{display:block;padding:0;background:#f4f8fd;border:1px solid #dce7f5;border-radius:12px;overflow:hidden}#chat-dialog .chat-related-post[hidden]{display:none}#chat-dialog .chat-post-link{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;width:100%;padding:14px 16px;text-align:left;background:transparent;border:0;color:#164574;border-radius:0}#chat-dialog .chat-post-caption{grid-column:1;font-size:11px;color:#6b809b;letter-spacing:.4px}#chat-dialog .chat-post-link strong{grid-column:1;font-size:15px;font-weight:600;overflow-wrap:anywhere}#chat-dialog .chat-post-link>span:last-child{grid-column:2;grid-row:1/3;align-self:center;font-size:22px;color:#0768b9}#chat-dialog .chat-post-link:hover{background:#eaf2fc}

#chat-dialog .chat-inbox-item{display:flex;align-items:center;gap:12px;width:100%;padding:16px 10px;border:0;border-bottom:1px solid #edf1f6;border-radius:8px;background:white}#chat-dialog .chat-inbox-item:hover{background:#f3f7fd}.chat-avatar{display:grid;place-items:center;flex-shrink:0;width:46px;height:46px;border-radius:50%;background:#e8f1ff;color:#0868b9;font-size:16px;font-weight:700}.chat-inbox-details{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1}.chat-inbox-details strong{font-size:15px;color:#173b62}.chat-inbox-preview{display:block;font-size:13px;color:#748399;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-inbox-item time{align-self:flex-start;flex-shrink:0;font-size:11px;color:#8491a3;padding-top:3px}#chat-dialog [data-inbox][hidden]{display:none}#chat-dialog.chat-inbox-view .chat-heading h2{margin-right:auto}

.chat-controls{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}.chat-controls[hidden]{display:none}.chat-controls button{background:white;border:1px solid #e4ccd2;color:#ae2446;border-radius:8px;padding:7px 10px;font-size:12px}

.travel-airport-group{border:1px solid #dbe5f2;border-radius:12px;padding:12px 16px;margin:16px 0}.travel-airport-group legend{font-weight:600;padding:0 6px}#travel-post .travel-airport-group select{width:100%;padding:12px;border:1px solid #cbdcf0;border-radius:8px;background:white}

.travel-flight-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:500px){.travel-flight-fields{grid-template-columns:1fr;gap:0}}

.usa-search.posting-mode>.travel-airport-group{display:none}.usa-search>.travel-airport-group{flex:1 1 260px;min-width:0;margin:0}.usa-search .travel-airport-group label{display:block;margin:10px 0}.usa-search .travel-airport-group select{width:100%;padding:12px;border:1px solid #cbdcf0;border-radius:8px;background:white}.usa-search .airport-status:empty{display:none}

.immigration-subtopics{display:flex;flex-direction:column;margin:0 0 12px 28px;padding-left:12px;border-left:2px solid #dbe6f3}.usa-topics .immigration-subtopics button{min-height:40px;padding:10px 14px;font-size:15px;border-radius:10px}

.immigration-subtopics[hidden]{display:none}.immigration-chevron{margin-left:auto;font-size:16px}

#topic-post{width:min(620px,92vw)}#topic-post form,#topic-post [data-fields]{display:grid;gap:16px}#topic-post label{display:grid;gap:6px}#topic-post input,#topic-post select,#topic-post textarea{width:100%;padding:12px;border:1px solid #c9daf3;border-radius:10px;font:inherit}#topic-post [hidden]{display:none}.usa-heading + .post-button{margin-bottom:20px}

.admin-visitor-stats{margin:12px 0 24px}.visitor-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.visitor-metrics>div{display:grid;gap:8px;padding:16px;border:1px solid #d6e3f5;border-radius:12px;background:#f5f9ff}.visitor-metrics strong{font-size:28px;color:#0868b4}.visitor-metrics span{font-size:14px}.admin-visitor-stats p{font-size:13px;color:#657b96}@media(max-width:600px){.visitor-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}

.usa-topics .listing-login{background:#e9274d;color:#fff;justify-content:center;font-weight:700;margin-bottom:10px}.usa-topics .listing-login:hover{background:#cf193c;color:#fff}

#notifications{position:relative}.notification-badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 4px;border-radius:12px;background:#e9274d;color:white;font-size:11px;line-height:18px;font-weight:700}.notification-badge[hidden]{display:none}#comment-notifications{width:min(620px,92vw)}.notification-list{display:grid;gap:10px}.comment-notification{display:grid;gap:8px;text-align:left;padding:16px;border:1px solid #d6e3f5;border-radius:10px;background:white;color:#183c66}.comment-notification.unread{background:#eef5ff;border-left:4px solid #0868b9}.comment-notification small{color:#657b96}

.scope-tabs button{display:inline-flex;align-items:center;gap:12px}.scope-logo{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#fff;flex-shrink:0}.scope-logo svg{width:28px;height:28px}.scope-tabs .scope-label{white-space:nowrap}@media(max-width:420px){.scope-tabs button{padding:10px 12px;gap:8px}.scope-logo{width:30px;height:30px}.scope-logo svg{width:24px;height:24px}}

#categories.has-topic-login::before{display:none}.topic-login-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;margin-bottom:12px}.topic-login-heading>span,.usa-topics .topic-login-heading h2{font-size:12px;font-weight:700;letter-spacing:1.5px;color:#71839b;margin:0;padding:0}.topic-login-heading .listing-login,.usa-topics .topic-login-heading .listing-login{width:auto;min-height:34px;margin:0;padding:8px 10px;font-size:12px;line-height:1.3;letter-spacing:0;color:#fff;background:#e9274d;border:0;border-radius:8px;white-space:nowrap}

.location-reset-row{display:flex;align-items:center;justify-content:center;gap:8px}.location-reset-button{width:32px;height:32px;min-height:32px;padding:0;border:1px solid #cbdcf0;border-radius:50%;background:#f3f7ff;color:#0868b9;font-size:22px;line-height:1;flex-shrink:0}.location-reset-button:hover{background:#e4efff}.location-reset-button[hidden]{display:none}

.topics-toggle{display:none!important}.results-head{flex-wrap:wrap}.topic-keywords{display:grid;gap:6px;flex-basis:100%;font-size:14px;margin:8px 0 16px}.topic-keywords input{padding:12px;border:1px solid #cbdcf0;border-radius:10px;width:100%;font:inherit}.topic-keywords[hidden]{display:none}.expired-label{color:#9a5d12;font-size:14px}@media(max-width:600px){.topics-toggle{display:block!important;width:100%;text-align:left}.mobile-topics::before{display:none!important}.mobile-topics.topics-collapsed>*:not(.topics-toggle){display:none!important}.mobile-topics{position:static!important}.usa-topics.mobile-topics{display:block}.mobile-topics:not(.topics-collapsed) .topics-toggle{margin-bottom:12px}}

.topic-extra-fields{display:grid;gap:14px}.topic-extra-fields label{display:grid;gap:6px}.topic-extra-fields input,.topic-extra-fields select{padding:12px;border:1px solid #cbdcf0;border-radius:10px;font:inherit}

#messages{position:relative}.chat-unread{background:#e9274d;color:white;border-radius:20px;padding:3px 7px;font-size:12px}.chat-unread[hidden]{display:none}.report-post-button{font-size:12px;padding:5px 9px;margin-bottom:8px;color:#657b96;background:transparent;border:1px solid #d6e3f5;border-radius:8px}#report-dialog,#report-review{width:min(640px,92vw)}#report-dialog form,#report-dialog label{display:grid;gap:10px}#report-dialog input,#report-dialog select,#report-dialog textarea{padding:12px;border:1px solid #cbdcf0;border-radius:10px;font:inherit}.report-list article{padding:16px 0;border-bottom:1px solid #d6e3f5}.report-list button{margin:6px;padding:8px 12px}

.visitor-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
/* Compact signed-in account panel */
.auth-panel:has(#google-signed-in:not([hidden])){width:380px;padding:24px;border-top:0;border-radius:22px;background:#fff;box-shadow:0 20px 65px #16385a26;max-height:calc(100dvh - 100px)}
.auth-panel:has(#google-signed-in:not([hidden])) .auth-welcome{display:grid;grid-template-columns:54px 1fr;column-gap:12px;text-align:left;align-items:center;margin:0 28px 22px 0}
.auth-panel:has(#google-signed-in:not([hidden])) .auth-logo{grid-row:1/3;width:54px;height:54px;margin:0}
.auth-panel:has(#google-signed-in:not([hidden])) .auth-kicker{font-size:10px;letter-spacing:1.2px;align-self:end}
.auth-panel:has(#google-signed-in:not([hidden])) .auth-welcome h2{font-size:22px;margin:2px 0 0;letter-spacing:-.5px;align-self:start}
.auth-panel:has(#google-signed-in:not([hidden])) .auth-welcome p{display:none}
#google-signed-in:not([hidden]){display:grid;gap:10px}
#google-user-name{margin:0;padding:18px 16px 4px;background:#f1f6fc;border-radius:14px 14px 0 0;font-size:19px;color:#173c66;font-weight:700}
#google-user-email{margin:-10px 0 10px;padding:0 16px 18px;background:#f1f6fc;border-radius:0 0 14px 14px;color:#687d95;font-size:14px;line-height:1.5}
#google-signed-in .google-signin{display:flex;align-items:center;gap:12px;text-align:left;padding:15px 16px;border:1px solid #e2eaf4;border-radius:12px;font-size:15px;color:#183c66;background:#fff}
#google-signed-in .google-signin::after{content:'›';margin-left:auto;font-size:23px;font-weight:400;color:#7c93ab}
#my-posts::before{content:'▤';color:#0868b9;font-size:22px}#admin-dashboard-button::before{content:'⚙';color:#0868b9;font-size:22px}
#google-signed-in .google-signin:hover{background:#f4f8ff;border-color:#b9d2ef}
#google-signout{margin:8px 0 0;min-height:44px;padding:12px;color:#d82548;background:#fff0f3;box-shadow:none;border:1px solid #ffdce3;font-size:14px}
#google-signout:hover{background:#ffe3ea}
.auth-panel:has(#google-signed-in:not([hidden])) #google-auth-status{margin:0;padding:0;font-size:12px}
.auth-panel:has(#google-signed-in:not([hidden])) #google-auth-status:empty{display:none}
.auth-panel:has(#google-signed-in:not([hidden])) .close-account{width:30px;height:30px;top:15px;right:15px;background:#f0f5fa;border-radius:50%;font-size:20px;display:grid;place-items:center}
@media(max-width:500px){.auth-panel:has(#google-signed-in:not([hidden])){position:fixed;top:85px;right:12px;width:calc(100vw - 24px);max-width:380px;padding:20px;max-height:calc(100dvh - 105px)}}
/* Small-screen layout: compact header, readable controls, full-width content. */
@media(max-width:700px){
 html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
 body{min-width:320px}
 body>header{display:grid;grid-template-columns:76px 1fr auto;gap:8px 10px;min-height:0;height:auto;padding:10px 14px 12px;align-items:center}
 header>.brand{grid-column:1;grid-row:1;min-width:0}
 header .desilink-logo{width:72px;height:64px;object-fit:contain}
 header>#reset-menu{grid-column:2;grid-row:1;justify-self:start;margin:0;min-height:40px;padding:8px 10px;font-size:13px;gap:6px}
 header>.account-toolbar{grid-column:3;grid-row:1;gap:5px;margin:0}
 header .account-toolbar>.toolbar-icon,header #account-menu>summary{min-width:36px;min-height:40px;display:grid;place-items:center}
 header .account-toolbar svg{width:21px;height:21px}
 header .avatar{width:34px;height:34px}
 header>.header-location-group{grid-column:1/-1;grid-row:2;width:100%;display:flex;flex-direction:column;gap:6px;position:static;border-top:1px solid #edf1f7;padding-top:10px}
 .location-reset-row{width:100%;justify-content:center;gap:8px}
 header .header-location-group .location-tab>summary{min-height:40px;padding:8px 14px;font-size:14px}
 header .header-location-group>.welcome-weather{width:100%;max-width:none;margin:0}
 header .header-location-group>.welcome-weather .weather-time-row{gap:4px 8px;margin-bottom:2px;justify-content:center}
 header .header-location-group>.welcome-weather #city-weather,header .header-location-group>.welcome-weather #city-local-time{font-size:11px;line-height:1.4;padding:3px 5px;background:transparent;border:0;max-width:100%;white-space:normal}
 header .header-location-group>.welcome-weather a{font-size:9px;line-height:1.3}
 header .location-tab[open]>.location-filters{position:absolute;top:100%;left:12px;width:calc(100% - 24px);transform:none;margin:0;max-height:65dvh;overflow:auto;z-index:30;grid-template-columns:1fr;padding:16px}
 header .location-filters #country,header .location-filters #state,header .location-filters #city{font-size:16px;min-height:44px}
 main{width:100%;max-width:none;padding:16px 12px 0;display:grid;grid-template-columns:minmax(0,1fr);gap:0}
 .scope-tabs{gap:8px;margin:0 0 14px;flex-wrap:nowrap;width:100%}
 .scope-tabs button{flex:1;min-width:0;justify-content:center;padding:10px 8px;gap:6px;border-radius:12px;font-size:14px;min-height:46px}
 .scope-tabs .scope-label{white-space:normal;overflow-wrap:anywhere}
 .scope-logo{width:26px;height:26px;border-radius:8px}.scope-logo svg{width:22px;height:22px}
 #categories.mobile-topics,.usa-topics.mobile-topics{grid-column:1;grid-row:auto;position:static;display:flex;flex-direction:column;gap:6px;margin:0 0 14px;padding:10px;border-radius:14px;min-width:0;width:100%}
 #categories.mobile-topics::before{display:none}
 #categories.mobile-topics .topics-toggle,.usa-topics.mobile-topics .topics-toggle{display:flex!important;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:10px 12px;border:1px solid #d9e6f4;border-radius:10px;background:#f3f7fd;color:#184674;font-size:15px;font-weight:600;text-align:left}
 #categories.mobile-topics.topics-collapsed>*:not(.topics-toggle),.usa-topics.mobile-topics.topics-collapsed>*:not(.topics-toggle){display:none!important}
 #categories .tab,.usa-topics [data-topic]{min-height:46px;padding:9px 12px;font-size:14px;gap:10px}
 #categories .reference-icon{width:30px;height:30px}.usa-topic-icon{font-size:23px}
 .usa-panel{display:block;padding:0;background:transparent;border:0;min-width:0}.usa-results{min-width:0}
 .usa-heading{font-size:22px;line-height:1.3;margin:8px 0 14px}
 .results-head{grid-column:1;grid-row:auto!important;margin:0 0 12px;gap:10px;min-width:0}.results-head h2{font-size:20px;line-height:1.4}
 #listings{grid-column:1;grid-row:auto!important;grid-template-columns:minmax(0,1fr)}
 .listing-actions{margin:0;flex-wrap:wrap;gap:8px}.topic-keywords{margin:4px 0 8px}
 .card{padding:16px;min-width:0;min-height:0;border-radius:14px}.card-top{align-items:flex-start;gap:8px;flex-wrap:wrap;margin-bottom:12px}.listing-date{font-size:11px}.card h3{font-size:20px;overflow-wrap:anywhere}.card .description{font-size:14px;line-height:1.6;overflow-wrap:anywhere}
 .card.has-photos{display:flex;flex-direction:column}.listing-photos{width:100%;max-width:100%}.card .price{font-size:23px}
 dialog,#listing-detail,#topic-post,#travel-post,#chat-dialog,#admin-dashboard{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100dvh - 24px);margin:auto;padding:16px;border-radius:16px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
 .dialog-top{gap:10px;margin-bottom:14px}.dialog-top h2{font-size:21px;line-height:1.3}.dialog-top button{flex-shrink:0;min-width:40px;min-height:40px}
 #listing-detail .card{padding:12px;box-shadow:none}#listing-detail dl{grid-template-columns:1fr;gap:6px}#listing-detail dd{margin:0 0 10px;overflow-wrap:anywhere}
 .post-location-fields,.travel-flight-fields,.ride-route-fields,.budget-range{grid-template-columns:1fr!important}
 .travel-airport-group{min-width:0;padding:12px}.travel-action-buttons{flex-wrap:wrap;gap:8px}.usa-search{display:block}.usa-search fieldset{margin:12px 0}
 input,select,textarea,#topic-post input,#topic-post select,#topic-post textarea{font-size:16px!important;min-width:0;max-width:100%}
 .chat-heading{padding:0!important;gap:8px}.chat-heading h2{font-size:21px}.chat-controls{flex-wrap:wrap}.chat-message{max-width:95%}.chat-message small{font-size:11px}.chat-compose{align-items:flex-end}.chat-compose button{min-height:44px}
 .admin-row{flex-wrap:wrap;gap:10px}.admin-row>div{min-width:0}.admin-tabs{flex-wrap:wrap;gap:6px}.admin-tabs button{padding:9px 12px;font-size:14px}.admin-row-actions{flex-wrap:wrap}.visitor-metrics{gap:8px}.visitor-metrics>div{padding:12px}
 #account-menu .account-panel{position:fixed;top:82px;right:10px;max-width:calc(100vw - 20px);max-height:calc(100dvh - 96px);width:360px}
 .desilink-footer{margin-top:24px;padding:16px}.footer-top{gap:12px}.desilink-footer nav{display:flex;flex-wrap:wrap;gap:12px}
}

@media(max-width:700px){.empty-listings:empty{display:none}.empty-listings{margin:10px 0;padding:18px;font-size:14px}#listings .empty-listings{min-width:0}}

header>#reset-menu{display:none!important}

.auth-panel:has(#google-signed-in:not([hidden])) .auth-kicker{display:none}.auth-panel:has(#google-signed-in:not([hidden])) .auth-welcome{grid-template-rows:auto}.auth-panel:has(#google-signed-in:not([hidden])) .auth-logo{grid-row:1}.auth-panel:has(#google-signed-in:not([hidden])) .auth-welcome h2{align-self:center;margin:0;font-size:20px}

.profile-edit-card{display:block;width:100%;text-align:left;padding:16px;border:1px solid #e1eaf5;border-radius:14px;background:#f1f6fc;color:#173c66;cursor:pointer}.profile-edit-card:hover{background:#e8f1fd;border-color:#aacbed}.profile-edit-card #google-user-name,.profile-edit-card #google-user-email{padding:0;background:none;border-radius:0;margin:0 0 5px}.profile-edit-hint{display:block;margin-top:8px;color:#0868b9;font-size:12px;font-weight:600}#edit-profile{width:min(480px,calc(100vw - 24px))}#edit-profile form,#edit-profile label{display:grid;gap:8px}#edit-profile form{gap:16px}#edit-profile input{width:100%;padding:12px;border:1px solid #cbdcf0;border-radius:10px;font:inherit;font-size:16px}#edit-profile input[readonly]{background:#f2f5f9;color:#6b7c91}.profile-help{font-size:13px;line-height:1.5;color:#6b7c91;margin:0}

.all-date-filter,.usa-all-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.all-date-filter label,.usa-all-tools>label{display:flex;align-items:center;gap:8px;font-size:13px}.all-date-filter input,.usa-all-tools select{min-height:40px;padding:8px 10px;border:1px solid #cbdcf0;border-radius:9px;background:white;color:#28517d;font:inherit}.all-date-filter button{padding:8px;border:0;border-radius:8px;background:#edf5ff;color:#075ca6}.all-date-filter[hidden],.usa-all-tools[hidden],.all-date-filter button[hidden]{display:none}.usa-all-tools{justify-content:flex-end;margin:8px 0 16px}@media(max-width:700px){.usa-all-tools{justify-content:flex-start}.all-date-filter input{max-width:170px}}
