@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";
:root{--bg:#020617;--bg-soft:#030712;--card-bg:#020617;--border-subtle:#1f2933;--accent:#22d3ee;--accent-soft:#22d3ee38;--accent-2:#a855f7;--text-main:#f9fafb;--text-muted:#9ca3af;--danger:#fb7185;--radius-lg:18px;--radius-xl:24px;--shadow-soft:0 18px 40px #0f172ae6}html.theme-light{--bg:#f9fafb;--bg-soft:#fff;--card-bg:#fff;--border-subtle:#e5e7eb;--accent:#2563eb;--accent-soft:#2563eb1f;--accent-2:#7c3aed;--text-main:#0f172a;--text-muted:#6b7280;--danger:#b91c1c;--shadow-soft:0 18px 40px #0f172a14}:root{--body-bg:radial-gradient(circle at top left,#020617 0,#000 45%,#020617 100%);--bg-layer:radial-gradient(circle at 0% 0%,#38bdf821,transparent 55%),radial-gradient(circle at 100% 0%,#a855f71f,transparent 55%),radial-gradient(circle at 50% 100%,#3b82f61a,transparent 60%),#020617}html.theme-light{--body-bg:#f3f4f6;--bg-layer:radial-gradient(circle at 0% 0%,#3b82f61a,transparent 55%),radial-gradient(circle at 100% 0%,#ec489914,transparent 55%),#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}html,body,#__next{height:100%}body{background:var(--body-bg);min-height:100vh;color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a,a:visited,a:hover,a:active,a:focus{text-decoration:none!important}.bg-layer{pointer-events:none;z-index:-1;background:var(--bg-layer);position:fixed;inset:0}.page{z-index:1;flex-direction:column;min-height:100vh;padding:120px 32px 40px;display:flex;position:relative}.section{flex:1;width:100%;max-width:none;margin:0;padding:32px 0 40px}.nav{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 0 0,#020617 0 45%,#020617 100%);justify-content:space-between;align-items:center;height:80px;padding:0 32px;display:flex;position:fixed;top:0;left:0;right:0}.brand{align-items:center;gap:4px;display:flex}.brand-link,.brand-clickable{align-items:center;gap:4px;display:inline-flex;color:inherit!important;text-decoration:none!important}.brand-logo{object-fit:contain;flex-shrink:0;width:120px;height:120px;display:block}.brand-text-main{background:linear-gradient(120deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,system-ui,sans-serif;font-size:24px;font-weight:600;line-height:1.1;color:#0000!important}.brand-text-sub{text-transform:uppercase;letter-spacing:.15em;margin-top:2px;font-size:12px;color:#a5f3fc!important}.nav-links{align-items:center;gap:24px;font-size:1.1rem;display:flex}.nav-link,.nav-link-button,.dashboard-trigger,.nav-user-button,.nav-user-name,.nav-cta{color:var(--text-muted);font-family:inherit;font-weight:400;font-size:inherit!important}.nav-link{align-items:center;display:inline-flex}.nav-link:hover{color:var(--text-main)}.nav-link-label{display:inline-block;position:relative}.nav-link-label:after{content:"";background:linear-gradient(90deg,var(--accent),var(--accent-2));width:0;height:1px;transition:width .18s;position:absolute;bottom:0;left:0}.nav-link:hover .nav-link-label:after,.nav-link-active .nav-link-label:after{width:100%}.nav-link-active,.nav-link-active .nav-user-name{color:var(--text-main)!important}.dashboard-trigger{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;align-items:center;margin:0;padding:0;display:inline-flex}.dashboard-trigger:focus,.dashboard-trigger:focus-visible{outline:none}.nav-cta{color:var(--text-main);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172abf;border:1px solid #94a3b899;border-radius:999px;padding:7px 14px;text-decoration:none}.nav-cta:hover{background:#0f172ae6;border-color:#e2e8f0e6}.nav-dashboard-wrapper{position:relative}.nav-link-button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}.nav-user-button{cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}.nav-user-avatar{background:#0f172af2;border:2px solid #fffc;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.nav-user-avatar img{object-fit:cover;width:100%;height:100%}.nav-user-initial{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#0b1020;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:600;display:flex}.nav-user-name{font-weight:400}.nav-dashboard-menu{z-index:40;text-align:right;background:#0f172af5;border:1px solid #94a3b859;border-radius:10px;flex-direction:column;align-items:flex-end;min-width:180px;margin-top:8px;padding:6px 0;display:flex;position:absolute;right:0;box-shadow:0 18px 40px #0000008c}.nav-dropdown-item{color:#e5e7eb;cursor:pointer;text-align:right;background:0 0;border:none;width:100%;padding:8px 14px;font-size:13px;text-decoration:none;display:block}.nav-dropdown-item:hover{color:#7dd3fc;background:0 0!important}.nav-dropdown-danger:hover{color:#fecaca!important;background:0 0!important}.theme-toggle{padding:0 4px;font-size:inherit!important}@media (max-width:720px){.nav{flex-direction:column;align-items:flex-start;gap:8px}.nav-links{flex-wrap:wrap;justify-content:space-between;width:100%}}.hero{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}@media (max-width:880px){.hero{align-items:flex-start}}.eyebrow{text-transform:uppercase;color:var(--accent);letter-spacing:.2em!important;margin-top:20px!important;margin-bottom:20px!important;font-size:.95rem!important}.hero-title{margin-bottom:10px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,3.4vw,2.7rem);line-height:1.1}.hero-highlight{background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#0000;-webkit-background-clip:text}.hero-sub{color:var(--text-muted);max-width:32rem;margin-bottom:18px;font-size:.98rem;line-height:1.65}.hero-tags{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.tag-chip{color:var(--text-muted);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172abf;border:1px solid #94a3b880;border-radius:999px;padding:5px 10px;font-size:.75rem}.hero-note{color:var(--text-muted);font-size:.8rem}.hero-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.hero-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hero-tiles{grid-template-columns:1fr}}.hero-tile{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);cursor:pointer;color:inherit;background:radial-gradient(circle at 0 0,#22d3ee29,#0000 60%),radial-gradient(circle at 100% 100%,#a855f729,#0000 60%),#0f172af5;border:1px solid #1e40afb3;padding:12px 14px 14px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;transform:translateY(0)translateZ(0)}.hero-tile:before{content:"";opacity:.5;pointer-events:none;background:radial-gradient(circle at 20% 0,#22d3ee2e,#0000 55%),radial-gradient(circle at 90% 80%,#3b82f633,#0000 60%);position:absolute;inset:-40%}.hero-tile-inner{z-index:1;position:relative}.hero-tile:hover{border-color:#38bdf8e6;transform:translateY(-3px);box-shadow:0 22px 50px #0f172a,0 0 40px #22d3ee73}.tile-label{text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);margin-bottom:4px;font-size:.73rem}.tile-title-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.tile-title{font-size:.95rem;font-weight:600}.tile-icon-orbit{background:radial-gradient(circle at 30% 30%,#22d3eeb3,#0f172af2);border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex;box-shadow:0 0 12px #22d3eeb3,0 0 24px #0f172ae6}.tile-text{color:var(--text-muted);margin-bottom:8px;font-size:.78rem;line-height:1.4}.tile-pill-row{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.tile-pill{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b899;border-radius:999px;padding:3px 7px;font-size:.68rem}.tile-cta{color:var(--accent);align-items:center;gap:5px;font-size:.78rem;display:inline-flex}.tile-cta span{font-size:1rem;transform:translateY(1px)}.hero-tiles-vertical{flex-direction:column;gap:12px;display:flex}.section-header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:16px;display:flex}.section-title{font-size:1rem;font-weight:500}.section-sub{color:var(--text-muted);font-size:.8rem}.section-link{color:var(--accent);font-size:.78rem;text-decoration:none}.section-link:hover{text-decoration:underline}@media (max-width:900px){.card-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.card-row{grid-template-columns:1fr}}.card{border-radius:var(--radius-lg);background:#0f172af5;border:1px solid #1f2937e6;padding:11px 12px 12px;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden}.card:before{content:"";opacity:.6;pointer-events:none;background:radial-gradient(circle at 0 0,#22d3ee1f,#0000 55%),radial-gradient(circle at 100% 100%,#a855f71f,#0000 60%);position:absolute;inset:-40%}.card-inner{z-index:1;position:relative}.card:hover{border-color:#374151e6;transform:translateY(-3px);box-shadow:0 18px 44px #0f172af2,0 0 24px #0f172acc}.card-top-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.card-title{font-size:.88rem;font-weight:500}.card-pill{color:var(--text-muted);border:1px solid #94a3b899;border-radius:999px;padding:3px 7px;font-size:.68rem}.card-meta{color:var(--text-muted);margin-bottom:4px;font-size:.75rem}.card-tags{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.card-tag{color:#e5e7eb;background:#0f172ae6;border:1px solid #1f2937e6;border-radius:999px;padding:2px 7px;font-size:.67rem}.card-footer-text{color:var(--text-muted);margin-top:5px;font-size:.72rem}.gamify-strip{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:radial-gradient(circle at 0 0,#22d3ee2e,#0000 65%),radial-gradient(circle at 100% 100%,#f8717138,#0000 70%),#0f172af5;border:1px solid #38bdf866;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:16px;padding:14px 15px 15px;display:grid}@media (max-width:800px){.gamify-strip{grid-template-columns:1fr}}.gamify-title{margin-bottom:4px;font-size:.95rem;font-weight:500}.gamify-text{color:var(--text-muted);margin-bottom:8px;font-size:.82rem}.gamify-list{color:var(--text-muted);padding-left:0;font-size:.8rem;list-style:none}.gamify-list li+li{margin-top:4px}.gamify-list li:before{content:"⨳";color:var(--accent);margin-right:6px}.gamify-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}@media (max-width:800px){.gamify-badges{justify-content:flex-start}}.badge-pill{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b8b3;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:.7rem;display:inline-flex}.badge-dot{background:var(--accent);border-radius:999px;width:6px;height:6px;box-shadow:0 0 6px #22d3eecc}.who-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (max-width:900px){.who-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.who-grid{grid-template-columns:1fr}}.who-card{border-radius:var(--radius-lg);background:#0f172ae6;border:1px solid #1f2937e6;padding:11px 12px 12px}.who-title-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.who-emoji{font-size:1.1rem}.who-title{font-size:.9rem;font-weight:500}.who-text{color:var(--text-muted);font-size:.8rem}.layout-3col{grid-template-columns:280px minmax(0,1fr) 320px;align-items:flex-start;gap:24px;width:100%;max-width:1320px;margin:0 auto;display:grid}.layout-left,.layout-main,.layout-right{flex-direction:column;gap:16px;display:flex}.sticky-col{align-self:flex-start;position:sticky;top:80px}@media (max-width:900px){.layout-3col{grid-template-columns:1fr}.sticky-col{position:static}}.jobs-main-header{z-index:15;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at top,#0f172afa,#0f172af5);padding:10px 0 12px;position:sticky;top:72px}.jobs-main-header .section-header{margin-bottom:8px}.jobs-main-search{margin-top:10px;margin-bottom:12px}@media (max-width:768px){.jobs-main-header{padding-top:4px;position:static}}.sidebar-card{border-radius:var(--radius-xl);background:var(--card-bg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);padding:16px 18px}.profile-sidebar-card{flex-direction:column;gap:10px;display:flex}.profile-sidebar-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.profile-sidebar-avatar-wrapper{border:2px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.profile-sidebar-avatar{object-fit:cover;width:100%;height:100%}.profile-sidebar-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#3bc7f3,#8468ff);font-size:1.1rem;font-weight:600}.profile-sidebar-name{font-size:1rem;font-weight:600}.profile-sidebar-info-block{margin-top:4px}.profile-sidebar-info-value{color:var(--text-main);font-size:.8rem}.sidebar-btn{color:var(--text-main);background:0 0;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;margin-top:6px;padding:6px 12px;font-size:.8rem;text-decoration:none;display:inline-flex}.sidebar-btn:hover{background:#0f172ae6;border-color:#e2e8f0e6}.dashboard-sidebar-title{margin-bottom:8px;font-size:.9rem;font-weight:500}.dashboard-sidebar-links{flex-direction:column;gap:6px;display:flex}.dashboard-sidebar-link{color:var(--text-muted);border:1px solid #0000;border-radius:999px;padding:6px 10px;font-size:.8rem;text-decoration:none}.dashboard-sidebar-link:hover{color:var(--text-main);background:#0f172ae6;border-color:#94a3b899}.profile-card{background:#050c20e6;border:1px solid #78afff2e;border-radius:18px;max-width:1040px;margin-top:24px;margin-left:auto;margin-right:auto;padding:24px 28px;box-shadow:0 18px 50px #0009}.profile-loading{color:#cdd7ff;padding:16px 4px;font-size:14px}.profile-form{flex-direction:column;gap:32px;display:flex}.profile-section{background:linear-gradient(135deg,#34549b26,#050c2033);border:1px solid #78afff29;border-radius:14px;padding:18px 20px 20px}.profile-section h3{letter-spacing:.02em;text-transform:uppercase;color:#e4ebff;margin:0 0 4px;font-size:15px}.profile-section-sub{color:#9aa5d8;margin:0 0 14px;font-size:13px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.profile-field{flex-direction:column;gap:6px;display:flex}.profile-field-full{grid-column:1/-1}.profile-field label{text-transform:uppercase;letter-spacing:.09em;color:#8fa0dd;font-size:12px}.profile-field input,.profile-field textarea,.profile-field select{color:#e7ecff;background:#050a1ed9;border:1px solid #84aaff59;border-radius:10px;outline:none;width:100%;padding:8px 10px;font-size:14px}.profile-field input::placeholder,.profile-field textarea::placeholder{color:#5f6a9b}.profile-field input:focus,.profile-field textarea:focus,.profile-field select:focus{border-color:#a5ceffe6;box-shadow:0 0 0 1px #78afff4d}.profile-field textarea{resize:vertical;min-height:60px}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#cdd7ff;cursor:pointer;background:#060e28e6;border:1px solid #84aaff66;border-radius:999px;padding:5px 10px;font-size:12px;transition:all .12s ease-out}.chip:hover{border-color:#aad2ffe6;transform:translateY(-1px)}.chip-active{color:#050814;background:radial-gradient(circle at 0 0,#5bd5ff,#3f6bff);border-color:#d2e6fff2}.profile-actions{align-items:center;gap:12px;margin-top:4px;display:flex}.profile-status{font-size:13px}.profile-status.success{color:#7fffb5}.profile-status.error{color:#ff8c9b}@media (max-width:840px){.profile-card{padding:18px 16px}.profile-grid{grid-template-columns:1fr}}.profile-container{max-width:900px;margin:0 auto;padding:40px 20px}.profile-summary-card{background:radial-gradient(circle at 0 0,#38bdf80f,#0000 55%),#0f172af2;border:1px solid #94a3b840;border-radius:18px;max-width:1300px;margin:0 auto;padding:24px 22px 26px;box-shadow:0 18px 40px #0f172ae6}.profile-header{flex-direction:row;align-items:center;gap:24px;padding:32px 0 20px;display:flex}.profile-avatar{background:#0a0a0a;border:2px solid #ffffff26;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;display:flex;overflow:hidden}.profile-avatar-img{object-fit:cover;width:100%;height:100%}.profile-header-text{flex-direction:column;gap:4px;display:flex}.profile-name{font-size:1.25rem;font-weight:600}.profile-role{color:#cbd5f5;font-size:.9rem}.profile-location{color:#9ca3af;font-size:.8rem}.profile-bio{color:#e5e7eb;margin-top:10px;font-size:.9rem;line-height:1.6}.profile-muted{color:#9ca3af;font-size:.85rem}.profile-two-columns{grid-template-columns:1fr 1fr;gap:40px;margin-top:20px;display:grid}.profile-col{flex-direction:column;gap:18px;display:flex}.profile-summary-columns{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px 18px;margin-top:6px;display:grid}.profile-summary-item{flex-direction:column;gap:2px;display:flex}.profile-section-label,.profile-summary-label,.profile-tags-label{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8d9;margin-bottom:4px;font-size:11px;font-weight:500}.profile-section-label-inline{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8d9;margin-right:6px;font-size:11px;font-weight:500}.profile-summary-text{color:#e5e7eb;font-size:13px}.profile-tags-block{flex-direction:column;gap:14px;margin-top:10px;display:flex}.profile-tags{flex-wrap:wrap;gap:6px;display:flex}.profile-tag-chip{color:#e5e7eb;background:#0f172af2;border:1px solid #94a3b880;border-radius:999px;padding:4px 9px;font-size:11px}.profile-summary-actions{margin-top:12px}.products-create-layout{grid-template-columns:minmax(0,3fr) minmax(240px,1.4fr);align-items:flex-start;gap:18px;display:grid}.products-create-main,.products-create-aside{width:100%}.products-section{border-top:1px solid #1f2937e6;margin-top:10px;padding-top:14px}.products-section:first-of-type{border-top:none;margin-top:0;padding-top:4px}.products-section-header{margin-bottom:10px}.products-section-title{text-transform:uppercase;letter-spacing:.12em;color:#a5b4fc;margin:0;font-size:13px}.products-section-sub{color:#9ca3af;margin:2px 0 0;font-size:12px}.products-field{flex-direction:column;gap:6px;display:flex}.products-field-full{grid-column:1/-1}.products-field label{color:#9ca3af;font-size:13px}.products-field input,.products-field textarea,.products-field select{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b866;border-radius:10px;padding:8px 10px;font-size:14px}.products-field input:focus,.products-field textarea:focus,.products-field select:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 1px #22d3ee66}.products-create-actions{align-items:center;gap:10px;margin-top:14px;display:flex}.products-status{font-size:13px}.products-status.error{color:#f97373}.products-tips-card{background:radial-gradient(circle at 0 0,#020617,#020617);border:1px solid #94a3b899;border-radius:14px;padding:14px 14px 16px;box-shadow:0 16px 40px #0f172acc}.products-tips-title{margin:0 0 6px;font-size:14px;font-weight:600}.products-tips-list{color:#9ca3af;margin:0;padding-left:16px;font-size:12px}.products-tips-list li+li{margin-top:4px}@media (max-width:900px){.products-create-layout{grid-template-columns:1fr}.products-create-aside{order:-1}}.products-layout{grid-template-columns:260px minmax(0,1fr);align-items:flex-start;gap:32px;width:100%;display:grid}.product-save-btn{cursor:pointer;appearance:none;border:none;justify-content:center;align-items:center;margin:0;padding:0;font-size:18px;line-height:1;display:flex;box-shadow:none!important;background:0 0!important}.products-filters{background:#0f172af2;border:1px solid #94a3b840;border-radius:18px;width:260px;height:fit-content;padding:18px 16px;position:sticky;top:90px;box-shadow:0 16px 40px #0006}.filter-title{color:#e2e8f0;margin-bottom:12px;font-size:15px;font-weight:600}.filter-block{margin-bottom:18px}.filter-section-title{color:#bae6fd;margin-bottom:6px;font-size:14px;font-weight:500}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.products-card{color:inherit;background:radial-gradient(circle at 0 0,#38bdf814,#0000 60%),#0f172ae6;border:1px solid #94a3b840;border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .12s ease-out,box-shadow .12s ease-out,border-color .12s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 30px #0f172ab3}.products-card:hover{border-color:#38bdf8cc;transform:translateY(-2px);box-shadow:0 18px 40px #0f172ae6}.products-card-image{background:radial-gradient(circle at 0 0,#38bdf81a,#0000 60%),#020617;justify-content:center;align-items:center;height:150px;display:flex;overflow:hidden}.products-card-image img{object-fit:cover;width:100%;height:100%}.products-card-image-placeholder{color:#6b7280;font-size:12px}.products-card-body{flex-direction:column;gap:4px;padding:12px 14px 14px;display:flex}.products-card-name{color:#e5e7eb;font-size:15px;font-weight:600}.products-card-vendor{color:#9ca3af;font-size:12px}.products-card-description{color:#d1d5db;margin-top:4px;font-size:12px}.products-card-footer{justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;display:flex}.products-card-price{color:#22c55e;font-weight:600}.products-card-category{color:#e5e7eb;background:#0f172af2;border:1px solid #94a3b866;border-radius:999px;padding:2px 8px;font-size:11px}.products-card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.products-card-fav{margin-left:8px;font-size:18px;line-height:1}.products-card:after,.products-card:before,.products-card-image:after,.products-card-image:before{content:none!important}.product-detail-card{background:radial-gradient(circle at 0 0,#38bdf80f,#0000 55%),#0f172af2;border:1px solid #94a3b840;border-radius:18px;max-width:1100px;margin:0 auto;padding:28px 24px 32px}.product-detail-top{grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:28px;display:grid}.product-detail-images{flex-direction:column;gap:12px;display:flex}.product-detail-image-box{background:#020617;border:1px solid #94a3b840;border-radius:14px;overflow:hidden}.product-detail-image-box img{object-fit:cover;width:100%;height:220px}.product-detail-image-placeholder{color:#94a3b8cc;border:1px dashed #94a3b880;border-radius:14px;justify-content:center;align-items:center;height:220px;font-size:13px;display:flex}.product-detail-main{flex-direction:column;gap:8px;display:flex}.product-detail-title{margin:0;font-size:24px;font-weight:600}.product-detail-company{color:#94a3b8e6;font-size:14px}.product-detail-price{color:#7dd3fc;margin-top:8px;font-size:18px;font-weight:500}.product-detail-stock{color:#94a3b8e6;margin-top:2px;font-size:13px}.product-detail-body{flex-direction:column;gap:16px;margin-top:24px;display:flex}.product-detail-section{max-width:800px}.products-3col{grid-template-columns:240px 1fr 260px;gap:28px;margin-top:20px;display:grid}.products-left{flex-direction:column;gap:18px;display:flex}.products-filter-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:14px}.products-filter-input{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b866;border-radius:10px;width:100%;margin-top:6px;padding:8px 12px;font-size:13px}.products-middle-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.products-middle{min-width:0}.products-right{flex-direction:column;display:flex}.featured-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;padding:16px}.featured-title{color:#e5e7eb;opacity:.9;margin-bottom:10px;font-size:15px}.featured-tile{opacity:.8;background:#ffffff0d;border-radius:14px;margin-bottom:10px;padding:12px;font-size:13px}.product-heart{cursor:pointer;z-index:5;background:0 0;border:none;font-size:22px;position:absolute;bottom:10px;right:10px}.products-grid-market{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (max-width:900px){.products-grid-market{grid-template-columns:1fr}}.products-featured{background:#0f172af2;border:1px solid #94a3b840;border-radius:18px;flex-direction:column;gap:8px;padding:14px 16px;display:flex;box-shadow:0 16px 40px #0006}.products-featured-title{margin-bottom:4px;font-size:.9rem;font-weight:500}.products-featured-item{color:var(--text-muted);border:1px dashed #94a3b866;border-radius:12px;padding:8px 10px;font-size:.8rem}.products-results-header--with-button{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-save-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;font-size:18px;line-height:1;display:inline-flex}.jobs-featured{background:#0f172af2;border:1px solid #94a3b840;border-radius:18px;flex-direction:column;gap:8px;padding:14px 16px;display:flex;box-shadow:0 16px 40px #0006}.jobs-featured-title{margin-bottom:4px;font-size:.9rem;font-weight:500}.jobs-featured-item{color:var(--text-muted);border:1px dashed #94a3b866;border-radius:12px;padding:8px 10px;font-size:.8rem}.jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;display:grid}@media (max-width:1100px){.jobs-grid{grid-template-columns:1fr}}.job-card{color:inherit;cursor:pointer;background:radial-gradient(circle at 0 0,#38bdf81a,#0000 60%),#0f172af2;border:1px solid #94a3b840;border-radius:18px;flex-direction:column;gap:8px;padding:14px 16px 16px;text-decoration:none;transition:transform .12s ease-out,box-shadow .12s ease-out,border-color .12s ease-out;display:flex;box-shadow:0 14px 30px #0f172ab3}.job-card:hover{border-color:#38bdf8cc;transform:translateY(-2px);box-shadow:0 18px 40px #0f172ae6}.job-card-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.job-card-title{font-size:.98rem;font-weight:600;line-height:1.3}.job-card-meta{color:#9ca3af;margin-top:2px;font-size:.8rem}.job-card-description{color:#e5e7eb;font-size:.82rem;line-height:1.5}.job-card-footer{justify-content:space-between;align-items:center;margin-top:4px;font-size:.82rem;display:flex}.job-salary{color:#e5e7eb;font-weight:600}.job-type{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b880;border-radius:999px;padding:3px 9px;font-size:.78rem}.product-save-btn{cursor:pointer;background:0 0;border:none;margin-left:8px;padding:0;font-size:18px;line-height:1}.products-filters-input,.products-filters-search{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b866;border-radius:10px;width:100%;padding:8px 10px;font-size:14px}.products-filters-input:focus,.products-filters-search:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 1px #22d3ee66}.nav-ghost-btn{cursor:pointer;text-align:center;border-radius:10px;width:100%;padding:8px 12px;font-size:14px;color:#e5e7eb!important;background:#0f172ae6!important;border:1px solid #94a3b866!important}.nav-ghost-btn:hover{color:#7dd3fc!important;background:#22d3ee1a!important;border-color:#22d3ee80!important}.dashboard-layout{flex-direction:column;gap:18px;display:flex}.dashboard-summary-row{flex-wrap:wrap;gap:12px;display:flex}.dashboard-summary-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;align-items:flex-start;width:280px;height:120px;padding:16px 20px;display:flex;position:relative}.dashboard-summary-label{opacity:.7;text-transform:uppercase;font-size:12px}.dashboard-summary-value-wrapper{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.dashboard-summary-value{text-align:center;font-size:28px;font-weight:600}.dashboard-actions{flex-wrap:wrap;gap:8px;display:flex}.dashboard-view-selector{margin-top:6px}.dashboard-view-selector label{color:#d1d5db;font-size:13px}.dashboard-view-selector select{color:#e5e7eb;background:#0f172ae6;border:1px solid #94a3b866;border-radius:999px;margin-left:6px;padding:4px 10px;font-size:13px}.dashboard-list{flex-direction:column;gap:8px;margin-top:6px;display:flex}.dashboard-card{color:inherit;background:#0f172ae6;border:1px solid #94a3b840;border-radius:14px;justify-content:space-between;align-items:center;padding:10px 12px;text-decoration:none;transition:border-color .12s,background .12s,transform .12s;display:flex}.dashboard-card:hover{background:radial-gradient(circle at 0 0,#38bdf82e,#0000 60%),#0f172afa;border-color:#38bdf8e6;transform:translateY(-1px)}.dashboard-card-main{flex-direction:column;gap:2px;display:flex}.dashboard-card-title{color:#e5e7eb;font-size:14px;font-weight:600}.dashboard-card-sub{color:#9ca3af;font-size:12px}.dashboard-card-meta{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.dashboard-pill{color:#e5e7eb;border:1px solid #94a3b866;border-radius:999px;padding:2px 8px;font-size:11px}.dashboard-status{color:#9ca3af;font-size:13px}.dashboard-status.error{color:#f87171}footer{color:var(--text-muted);text-align:center;border-top:1px solid #1f2937e6;margin-top:18px;padding:14px 4px 16px;font-size:.78rem}footer a{color:var(--accent);text-decoration:none}footer a:hover{text-decoration:underline}html.theme-light body{color:#0f172a!important;background:radial-gradient(circle at 0 0,#bad4ff99,#f4f5ffe6 40%,#fff 80%),#f5f8ff!important}html.theme-light .bg-layer{display:none!important}html.theme-light .hero-tile,html.theme-light .card,html.theme-light .jobs-card,html.theme-light .job-card,html.theme-light .products-card,html.theme-light .product-card,html.theme-light .who-card,html.theme-light .gamify-strip,html.theme-light .dashboard-card,html.theme-light .dashboard-summary-card,html.theme-light .profile-card,html.theme-light .products-filters{background:#fffffff0!important;border-color:#94a3b859!important;box-shadow:0 18px 40px #0f172a14!important}html.theme-light .card:before,html.theme-light .products-card:before,html.theme-light .hero-tile:before{background:0 0!important}html.theme-light .card-title,html.theme-light .tile-title,html.theme-light .job-card-title,html.theme-light .products-card-name,html.theme-light .product-card-title,html.theme-light .section-title{color:#0f172a!important}html.theme-light .card-meta,html.theme-light .card-footer-text,html.theme-light .job-card-meta,html.theme-light .job-salary,html.theme-light .section-sub,html.theme-light .who-text,html.theme-light .gamify-text{color:#4b5563!important}html.theme-light .tag-chip,html.theme-light .tile-pill,html.theme-light .card-pill,html.theme-light .card-tag,html.theme-light .badge-pill,html.theme-light .products-card-category,html.theme-light .product-card-tag,html.theme-light .dashboard-pill{color:#111827!important;background:#f3f4f6e6!important;border-color:#94a3b8b3!important}html.theme-light .section{background:0 0}html.theme-light footer{color:#6b7280;border-top-color:#d1d5dbe6}.nav-links .dashboard-trigger{color:var(--text-muted)!important;font-weight:400!important}.nav-links .dashboard-trigger.nav-link-active{color:var(--text-main)!important}.layout-3col{grid-template-columns:260px minmax(0,1fr) 280px;align-items:flex-start;gap:20px;display:grid}.layout-left,.layout-main,.layout-right{min-width:0}.sticky-col{position:sticky;top:80px}.card-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1024px){.layout-3col{grid-template-columns:240px minmax(0,1fr)}.layout-right{display:none}}@media (max-width:768px){.layout-3col{display:block}.layout-left,.layout-main,.layout-right{width:100%}.sticky-col{position:static;top:auto}.layout-left{margin-bottom:16px}.card-row{grid-template-columns:1fr!important}}.navbar-grid{grid-template-columns:260px 1fr 280px;align-items:center;padding:16px 0;display:grid}.navbar-left,.navbar-middle,.navbar-right{align-items:center;display:flex}.navbar-left{justify-content:flex-start}.navbar-middle{justify-content:center}.navbar-right{justify-content:flex-end}.product-carousel-wrapper{flex-direction:column;align-items:center;gap:10px;display:flex}.product-carousel{background:#0f172ae6;border:1px solid #94a3b840;border-radius:14px;justify-content:center;align-items:center;width:100%;height:260px;display:flex;position:relative;overflow:hidden}.carousel-image{object-fit:cover;width:100%;height:100%}.carousel-arrow{color:#e5e7eb;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0f172acc;border:1px solid #94a3b899;border-radius:999px;padding:6px 12px;font-size:20px;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.carousel-arrow:hover{background:#22d3ee26;border-color:#22d3ee99}.carousel-dots{justify-content:center;gap:6px;display:flex}.carousel-dot{cursor:pointer;background:#94a3b880;border-radius:50%;width:8px;height:8px}.carousel-dot.active{background:#22d3ee;box-shadow:0 0 6px #22d3ee}.nav-mobile-toggle{cursor:pointer;background:#0f172af2;border:1px solid #94a3b899;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:none}.nav-mobile-bar{background:#e5e7eb;border-radius:999px;width:16px;height:1.8px;transition:transform .2s,opacity .2s;display:block}.nav-mobile-bar+.nav-mobile-bar{margin-top:4px}.nav-mobile-toggle.open .nav-mobile-bar:first-child{transform:translateY(3px)rotate(45deg)}.nav-mobile-toggle.open .nav-mobile-bar:last-child{transform:translateY(-3px)rotate(-45deg)}.nav-drawer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:60;background:#080e20f5;border-left:1px solid #94a3b84d;width:80%;max-width:320px;height:calc(100vh - 72px);transition:transform .22s ease-out;position:fixed;top:72px;right:0;transform:translate(100%)}.nav-drawer-open{transform:translate(0)}.nav-links-mobile{flex-direction:column;gap:8px;padding:16px 18px 24px;display:flex}.nav-mobile-section-label{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8e6;margin-top:12px;margin-bottom:4px;font-size:11px}.nav-cta-mobile{text-align:center;width:100%;margin-top:8px}.mobile-theme-toggle{justify-content:flex-start;width:100%}@media (min-width:769px){.nav-links-desktop{align-items:center;gap:18px;display:flex}.nav-drawer,.nav-mobile-toggle{display:none}}@media (max-width:768px){.nav-inner{height:60px;padding:8px 16px}.brand-text-main{font-size:16px}.brand-text-sub{font-size:10px}.nav-links-desktop{display:none}.nav-mobile-toggle{flex-direction:column;justify-content:center;align-items:center;display:inline-flex}.nav-drawer{height:calc(100vh - 60px);top:60px}.nav-links-mobile .nav-link,.nav-links-mobile .nav-cta,.nav-links-mobile .nav-link-button{justify-content:flex-start;width:100%}}.layout-3col{grid-template-columns:260px minmax(0,1fr) 260px;gap:24px;display:grid}@media (max-width:900px){.layout-3col{grid-template-columns:minmax(0,1fr)}.layout-left,.layout-right,.layout-main{width:100%}.sticky-col{position:static}.layout-left{order:1;margin-bottom:16px}.layout-main{order:2}.layout-right{order:3;margin-top:24px}}
