@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--base-font-size: 14px;--font-family: "Inter", system-ui, sans-serif;--fs-xs: .75rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-lg: 1.25rem;--fs-xl: 1.5rem;--fs-xxl: 2rem;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--primary: #076c44;--primary-hover: #0b8c56;--primary-bg: #04573657;--success: #0c7a43;--success-hover: #119d56;--warning: #e6a700;--warning-hover: #f0b833;--danger: #d13b3b;--danger-hover: #e24f4f;--danger-bg: #d13b3b57;--info: #0074d9;--info-bg: #0074d957;--info-hover: #0a88ef;--header-height: 70px}[data-theme=light]{--bg: #f5f5f5;--bg-alt: #e8e8e8;--surface: #ffffff;--surface-alt: #fafafa;--border: #d4d4d4;--text: #171717;--muted: #737373;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 6px rgba(0, 0, 0, .08)}[data-theme=dark]{--bg: #0e0f0f;--bg-alt: #1b1c1c;--surface: #1f2020;--surface-alt: #2a2b2b;--border: #333;--text: #e4e4e4;--muted: #8a8a8a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 2px 6px rgba(0, 0, 0, .5)}@font-face{font-family:Eurostile;src:url(/assets/eurostile-2aYxvR2n.ttf) format("opentype");font-style:normal;font-weight:900!important}@font-face{font-family:Material Symbols Outlined;src:url(/assets/google_icons_outlined-BKkO0ho1.ttf) format("truetype");font-weight:400;font-style:normal}.material-symbols-outlined{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:18px;display:inline-block;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;direction:ltr}html,body{height:100%;background:var(--bg)}*{padding:0;margin:0;box-sizing:border-box;text-decoration:none;position:relative;color:var(--text)}body{font-family:var(--font-family);font-size:var(--base-font-size);color:var(--text);background:var(--bg);transition:background .3s,color .3s}.muted-text{font-size:var(--base-font-size);color:var(--muted);line-height:1.5}.external_link{font-size:inherit;font-weight:inherit;text-decoration:underline}.logo{font-family:Eurostile!important;font-size:var(--fs-xxl);font-weight:900}header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) var(--space-lg);background:var(--bg);border-bottom:1px solid var(--border);height:var(--header-height);position:sticky;top:0;z-index:10}header div{display:flex;align-items:center;justify-content:center;height:100%}.header-left{gap:var(--space-xs)}.header-left .menu-button{display:none!important;all:unset;padding:var(--space-2xs);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease-in-out}.header-left .menu-button:hover{background:var(--surface)}.header-left .menu-button:active{background:var(--surface-alt)}.menu-button span{font-size:var(--fs-xl);font-variation-settings:"FILL" 0,"wght" 800,"GRAD" 0,"opsz" 60;transform:scale(1.2)}header .logo img{height:50px;border-radius:var(--radius-md)}header .actions{gap:var(--space-sm);padding:0 var(--space-md)}header .actions button{all:unset;border-radius:var(--radius-md);padding:var(--space-2xs);display:flex;align-items:center;justify-content:center;gap:var(--space-2xs);cursor:pointer}header .actions button:has(div){padding:var(--space-2xs) var(--space-xs)}header .actions button div{font-weight:var(--fw-semibold)}header .actions button:hover{background:var(--surface)}header .actions button:active{background:var(--surface-alt)}header .actions button span{font-size:30px}@media screen and (max-width:1000px){.header-left .menu-button{display:flex!important}}@media screen and (max-width:500px){:root{--header-height: 60px}header{padding:var(--space-sm)}.header-left .menu-button{display:none!important}header button div{display:none}}.profile-menu-dropdown{padding:0!important;gap:var(--space-xs);border:var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.avatar-menu-btns{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-xs) var(--space-sm)}.profile-menu-dropdown .divider{width:100%;border-bottom:1px solid var(--border);margin:var(--space-sm) 0}.profile-menu-dropdown ul{display:flex;flex-direction:column;list-style:none;align-items:left;width:100%}.profile-menu-dropdown li{width:100%;display:flex;flex-direction:column;padding:0}.profile-menu-dropdown .nav-link{text-align:left;display:flex;align-items:center;gap:var(--space-xs);font-size:var(--fs-base);color:var(--text);width:100%;padding:var(--space-xs) var(--space-sm);transition:all .2s ease-in-out;cursor:pointer}.profile-menu-dropdown .nav-link:hover{background:var(--surface)}.profile-menu-dropdown span{font-size:var(--fs-xl)}.profile-menu-dropdown .ui-select{display:flex;flex-direction:column;font-size:var(--fs-base);color:var(--text);width:100%;transition:all .2s ease-in-out;cursor:pointer}.profile-menu-dropdown input{display:none}.ui-select label{display:flex;width:100%;align-items:center;gap:var(--space-xs);font-size:var(--fs-base);color:var(--text);padding:var(--space-xs);transition:all .2s ease-in-out;cursor:pointer}.ui-select label:hover{background:var(--surface)}.ui-select label:has(input:checked){background:var(--primary-bg);color:var(--text)}nav{display:flex;flex-direction:column;gap:var(--space-md);width:300px;height:calc(100vh - var(--header-height));padding:var(--space-md);background:var(--bg);border-right:1px solid var(--border);position:sticky;top:var(--header-height)}nav ul{display:flex;flex-direction:column;gap:var(--space-sm)}nav .divider{width:100%;border-bottom:1px solid var(--border)}nav ul li{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border:1px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease-in-out}nav ul li:hover{background:var(--surface);color:var(--primary)}nav ul li:has(.nav-link.active){background:var(--primary-bg)}nav .nav-link{display:flex;align-items:center;gap:var(--space-xs);font-weight:var(--fw-medium);font-size:var(--fs-base);color:var(--text)}nav .nav-link span{font-size:var(--fs-xl)}nav .advertise-link .nav-link{color:var(--primary)}.nav-footer{display:flex;flex-direction:column;gap:var(--space-xs)}.nav-footer div{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap}.nav-footer-link{font-size:var(--fs-xs);color:var(--muted);display:flex;align-items:center;gap:var(--space-2xs);transition:all .2s ease-in-out}.nav-footer-link:hover{color:var(--primary)}.nav-footer-link span{font-size:.9rem}.nav-footer p{font-size:var(--fs-xs);color:var(--muted)}@media(max-width:1000px){nav{transform:translate(-140%);transform-origin:top left;position:fixed;z-index:20;height:calc(100vh - var(--header-height));top:var(--header-height);left:0;transition:all .2s ease-in-out}nav.visible{transform:translate(0)}}main{height:calc(100vh - var(--header-height));display:flex;flex-direction:row;gap:var(--space-md);justify-content:space-between;max-width:1200px;margin:0 auto;overflow:hidden;overflow-y:auto;background:var(--bg)}section{width:min(550px,100%);display:flex;flex-direction:column;gap:var(--space-sm);padding-bottom:80px;overflow:hidden;background:var(--bg);overflow-y:auto}.sidebar{display:flex;flex-direction:column;gap:var(--space-md);width:300px;height:calc(100vh - var(--header-height));padding:var(--space-md);position:sticky;top:var(--header-height)}.sidebar .sidebar-ad{width:100%;height:200px;border-radius:var(--radius-md);background:var(--surface);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--space-md);overflow:hidden}.sidebar .sidebar-ad img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:600px){.sidebar{display:none}}.job-post{display:flex;flex-direction:column;gap:var(--space-md);width:min(550px,100%);background:var(--surface);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md)}.job-post-header{width:100%;display:flex;align-items:center;justify-content:space-between}.job-post-author{display:flex;align-items:center;gap:var(--space-xs)}.jpa-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden}.jpa-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.jpa-details .jpa-time{display:flex;align-items:center;gap:var(--space-2xs)}.jpa-time small{display:flex;align-items:center;gap:var(--space-2xs);color:var(--primary);font-size:var(--fs-md)}.jpa-time div span{font-size:var(--fs-lg)}.jpa-action{all:unset;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;transition:all .2s ease-in-out;cursor:pointer}.jpa-action:hover{background:var(--surface-alt)}.job-post-container{display:flex;align-items:start;gap:var(--space-md);transition:all .2s ease-in-out}.job-post-details{display:flex;align-items:start;gap:var(--space-md)}.job-post-container .company-logo{width:70px;height:70px;border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.job-post-container .company-logo img{width:100%;height:100%;object-fit:cover}.job-post .job-highlights h2{font-size:var(--fs-base);font-weight:var(--fw-regular)}.job-post .job-highlights p{font-size:var(--base-font-size);color:var(--muted)}.job-post .job-highlights .job-post-image{width:100%}.job-post-image img{width:100%;max-height:400px;object-fit:contain;object-position:left;border-radius:var(--radius-md)}.create-post-form{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.create-post-form-upload-preview{display:flex;flex-wrap:wrap;width:100%;padding:var(--space-md) var(--space-sm);background:var(--surface);border-radius:var(--radius-md);gap:var(--space-xs);margin:var(--space-md) 0}.upload-preview-card{display:block;width:90px;height:90px;border-radius:var(--radius-md);position:relative;z-index:1;overflow:hidden}.preview-remover-btn{background:none;position:absolute;z-index:2;top:0;right:0;width:fit-content}.upload-preview-card img{display:block;width:90px;height:90px;object-fit:cover;object-position:center;position:relative;z-index:inherit}.file-preview-details{overflow:hidden;position:absolute;bottom:0;left:0;right:0;padding:2px;background:#0006;width:100%;display:flex;flex-direction:column;gap:2px;z-index:2}.file-preview-details span{font-size:var(--fs-xs)!important;color:#fff}.community-card{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md);overflow:hidden;border-radius:var(--radius-md);background:var(--surface)}.community-card-header{display:flex;align-items:top;gap:var(--space-md)}.community-card-header img{width:50px;height:50px;border-radius:var(--radius-md);object-fit:cover}.community-card-header .ccd-desc{flex:1;display:flex;flex-direction:column;gap:var(--space-md) padding: none;align-items:start;justify-content:start}.community-card-header .ccd-actions{width:100%;display:flex;justify-content:space-between;align-items:center}.community-card-header h3{font-size:var(--fs-base);font-weight:var(--fw-regular)}.community-card p,.community-card span{font-size:var(--fs-sm);font-weight:var(--fw-regular);color:var(--muted)}.community-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.market-list-item{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer;border-radius:var(--radius-md);overflow:hidden;padding:0;transition:opacity .15s ease}.market-list-item:hover{opacity:.85}.market-list-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-md);background-color:var(--surface, #f0f0f0);display:block}.market-list-item .item-price{font-size:var(--fs-base);font-weight:var(--fw-semibold);color:inherit;padding:0 4px}.market-list-item .item-name,.market-list-item .item-location{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:0 4px}.market-list-item .item-name{font-size:var(--fs-sm);color:inherit}.market-list-item .item-location{font-size:var(--fs-xs);color:var(--muted)}.comment-card-avatar{position:relative;z-index:1;height:100%}.comment-card-avatar:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:95%;background:var(--border);z-index:-1}.comment-card-avatar:before{content:"";position:absolute;top:95%;left:50%;transform:translate(0);width:10px;height:1px;background:var(--border);z-index:-1}.auth-container{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:space-around;position:relative;z-index:1}.auth-container form{width:min(400px,100%);height:80vh;display:flex;flex-direction:column;align-items:start;justify-content:center;gap:var(--space-md);padding:var(--space-md) var(--space-sm);overflow:hidden;margin:auto}.auth-form-error{width:200px;z-index:2}.auth-container form img{height:50px;margin:0 auto;margin-bottom:var(--space-md);display:block}.auth-container form .auth-action-text{display:flex;align-items:center;justify-content:space-between;width:100%}.auth-container form .auth-action-text span,.auth-link{font-size:var(--fs-sm);font-weight:var(--fw-regular);cursor:pointer;text-decoration:underline}.auth-container .auth__page__links{padding-bottom:var(--space-md)}
