@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Familjen+Grotesk:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");:root{--ink:#272625;--muted:#716d69;--paper:#fdfbf9;--wash:#f7f4f1;--line:#e5dfda;--coral:#dc785b;--coral-pale:#f6ded5;--coral-soft:#ebb7a7;--green:#42a646;--sans:"Familjen Grotesk",Arial,sans-serif;--mono:"DM Mono",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--coral);outline-offset:3px}::selection{color:var(--paper);background:var(--coral)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:var(--coral-soft);border-radius:10px}.nav{width:min(100% - 40px,1248px);height:86px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:inline-flex;align-items:center;color:var(--muted);text-decoration:none;font-size:21px;font-weight:500;line-height:1;letter-spacing:-.02em}.brand{gap:10px;font-size:22px}.brand b,.footer-brand b{color:var(--ink);font-weight:750}.brand-mark{width:29px;height:29px;display:block;flex:0 0 auto}.nav-links{display:flex;align-items:center;gap:34px;font-size:17px;color:#5e5a57}.nav-links a{text-decoration:none}.nav-links a:hover{color:var(--coral)}.nav-links button{display:grid;place-items:center;padding:3px;border:0;background:transparent;color:var(--ink)}.hero{width:min(100% - 40px,990px);padding:88px 0 68px;margin:auto;text-align:center}.online{width:max-content;max-width:100%;margin:0 auto 54px;padding:11px 17px;display:flex;align-items:center;border-radius:999px;background:var(--wash);color:var(--muted);font-size:15px;line-height:1}.online i{width:11px;height:11px;flex:0 0 auto;margin-right:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(66,166,70,.16)}.online strong{color:var(--green);margin-right:4px}.hero h1{max-width:800px;margin:0 auto;font-size:clamp(48px,6.2vw,78px);font-weight:700;line-height:.97;letter-spacing:-.058em}.hero h1 em{color:var(--coral);font-style:normal}.hero-intro{max-width:670px;margin:30px auto 29px;color:#65615e;font-size:20px;line-height:1.46}.hero-intro span{color:var(--coral)}.quick-entry{display:grid;grid-template-columns:minmax(0,1fr) 180px 154px;grid-gap:12px;gap:12px;align-items:center}.quick-entry>div{min-width:0;height:62px;display:flex;align-items:center;gap:12px;padding:0 18px;border:1px solid #dfd8d3;border-radius:22px;background:#fff;color:#817b77}.quick-entry input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:18px}.quick-entry input::placeholder{color:#817b77}.quick-entry button{height:62px;border:0;border-radius:22px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:17px;font-weight:600}.category-choice{padding:0 16px;background:#fff;color:#5f5a57;border:1px solid #dfd8d3!important;justify-content:center!important;white-space:nowrap}.quick-entry button[type=submit]{padding:0 21px;color:#fff;background:var(--coral-soft);transition:background .2s ease,transform .2s ease}.quick-entry button[type=submit]:hover{background:var(--coral);transform:translateY(-1px)}.quick-note{margin:17px 0 0;color:#746f6c;font-size:14px}.filter-label{margin:0 0 4px}.filter-label,.filter-select{color:var(--muted);font-size:13px;font-weight:600}.filter-select{min-width:190px;display:grid;grid-gap:7px;gap:7px}.filter-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27%3E%3Cpath d=%27M1 1.5 6 6.5 11 1.5%27 stroke=%27%2389837f%27 stroke-width=%271.8%27 fill=%27none%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.filter-select select,.form-selects select{width:100%;height:41px;border:1px solid var(--line);border-radius:13px;background-color:#fff;color:var(--ink);padding:0 34px 0 12px}.board{width:min(100% - 40px,1248px);padding:0 0 85px;margin:auto}.board-header{padding:23px 0 26px;border-top:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.board-header h2{margin:0;font-size:20px;line-height:1;letter-spacing:-.035em}.board-header p{margin:6px 0 0;color:#89837f;font-size:14px}.board-side{display:flex;align-items:flex-end;gap:20px}.board-header .live-chip{display:flex;align-items:center;gap:7px;margin-bottom:13px;color:#77716d;font:12px var(--mono);white-space:nowrap}.resume-list{display:grid;grid-gap:16px;gap:16px}.resume-row{min-height:154px;display:grid;grid-template-columns:60px 80px minmax(0,1fr) 94px 77px;align-items:center;grid-gap:18px;gap:18px;padding:22px;border:1px solid var(--line);border-radius:34px;background:#fff;transition:transform .2s ease,border-color .2s ease,background .2s ease}.resume-row:first-child{border:2px solid var(--coral);background:var(--coral-pale)}.resume-row:hover{transform:translateY(-2px);border-color:var(--coral-soft)}.rank{width:52px;height:42px;display:grid;place-items:center;border-radius:999px;background:var(--coral);color:#fff;font-size:19px;font-weight:700;letter-spacing:-.035em}.quick-entry input.visually-hidden,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.avatar{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:20px;background:var(--ink);color:#fff;font-size:21px;font-weight:700;letter-spacing:-.06em}.avatar img{width:100%;height:100%;object-fit:cover}.resume-row:nth-child(2) .avatar{background:#5657d9}.resume-row:nth-child(3) .avatar{background:#d576ae}.candidate h3{margin:0 0 4px;font-size:23px;line-height:1.05;letter-spacing:-.04em}.candidate p{margin:0;color:#837d79;font-size:16px;line-height:1.35}.candidate-links{display:flex;gap:13px;margin-top:9px}.candidate-links a,.candidate-links button{display:flex;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:#69635f;font-size:13px;text-decoration:none}.candidate-links a:hover,.candidate-links button:hover{color:var(--coral)}.signal{align-self:start;justify-self:end;text-align:right}.signal strong{display:block;color:var(--coral);font-size:23px;font-weight:700;letter-spacing:-.045em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.signal span{color:#8c8581;font-size:12px}.vote{width:70px;height:68px;display:grid;place-content:center;grid-gap:3px;gap:3px;border:1px solid #ddd5d0;border-radius:19px;background:#fff;color:var(--coral);transition:background .2s ease,color .2s ease,transform .2s ease}.vote b{font-size:26px;line-height:.55}.vote span{font-size:11px;font-weight:700}.vote:hover:not(:disabled){background:var(--coral);border-color:var(--coral);color:#fff;transform:translateY(-2px)}.vote.cooling{cursor:not-allowed;color:#a7a09c;background:var(--wash)}main{min-height:100vh;background:var(--paper);color:var(--ink)}.theme-dark{--ink:#f4efeb;--muted:#b8afa8;--paper:#181512;--wash:#24201d;--line:#403630;--coral:#e78163;--coral-pale:#4c2d23;--coral-soft:#a96350;--green:#63bd67;color-scheme:dark}.theme-dark .nav-links{color:#c3b9b1}.theme-dark .category-choice,.theme-dark .choice-options,.theme-dark .choice-search,.theme-dark .choice-selected,.theme-dark .close,.theme-dark .quick-entry>div,.theme-dark .resume-row,.theme-dark .toast,.theme-dark input,.theme-dark select,.theme-dark textarea{border-color:var(--line);background:#211d1a;color:var(--ink)}.theme-dark .quick-entry input::placeholder{color:#aaa097}.theme-dark .quick-entry button[type=submit]{color:#fff}.theme-dark .board-header .live-chip,.theme-dark .board-header p,.theme-dark .candidate-links a,.theme-dark .candidate-links button,.theme-dark .choice-selected small,.theme-dark .form-intro,.theme-dark .multi-choice,.theme-dark .quick-note,.theme-dark .signal span,.theme-dark .theme-dark .theme-dark .candidate p,.theme-dark footer,.theme-dark label>span{color:#b7ada5}.theme-dark .resume-row:first-child{background:var(--coral-pale)}.theme-dark .vote{border-color:var(--line);background:#211d1a}.theme-dark .activity,.theme-dark .vote.cooling{background:var(--wash)}.theme-dark .check-label{background:#2a2521}.theme-dark .choice-options button{color:var(--ink)}.theme-dark .choice-options button:hover{background:var(--wash)}.theme-dark .choice-selected button{color:#f6d2c5;background:#553326}.theme-dark ::-webkit-scrollbar-track{background:var(--paper)}.theme-dark ::-webkit-scrollbar-thumb{background:var(--coral-soft)}.empty-board{margin:0;padding:42px 0;color:var(--muted);text-align:center}.activity{padding:clamp(60px,9vw,120px) max(20px,calc((100% - 1248px) / 2));display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(45px,9vw,160px);gap:clamp(45px,9vw,160px);background:var(--wash)}.activity h2{max-width:580px;margin:0;font-size:clamp(43px,5.4vw,74px);font-weight:700;line-height:.94;letter-spacing:-.062em}.activity-copy>p{max-width:440px;margin:7px 0 34px;color:#615c59;font-size:19px;line-height:1.45}.activity-points{display:grid;border-top:1px solid var(--line)}.activity-points span{padding:13px 0;border-bottom:1px solid var(--line);font-size:16px}.activity-points b{display:inline-block;width:45px;color:var(--coral);font:12px var(--mono)}.activity-copy>button{margin-top:29px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:14px 18px;background:var(--ink);color:#fff;font-weight:600}.activity-copy>button:hover{background:var(--coral)}footer{width:min(100% - 40px,1248px);min-height:132px;margin:auto;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;grid-gap:30px;gap:30px;color:#77716d;font-size:14px}footer p{margin:0}footer p:last-child{text-align:right}.footer-brand{gap:7px;color:var(--ink);font-size:19px}.overlay{position:fixed;inset:0;z-index:20;padding:20px;display:grid;place-items:center;background:rgba(39,38,37,.32);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.submission{position:relative;width:min(620px,100%);max-height:calc(100dvh - 40px);overflow:auto;padding:clamp(32px,5vw,58px);border:1px solid var(--line);border-radius:30px;background:var(--paper);box-shadow:0 18px 60px rgba(38,33,29,.19)}.close{position:absolute;top:17px;right:17px;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink)}.submission h2{max-width:430px;margin:0;font-size:clamp(43px,6vw,66px);line-height:.93;letter-spacing:-.06em}.form-intro{max-width:34ch;margin:20px 0 28px;color:#68625e;font-size:17px;line-height:1.4}form{grid-gap:17px;gap:17px}form,label{display:grid}label{grid-gap:8px;gap:8px;color:#514c48;font-size:13px;font-weight:700}label>span{color:#89827e;font-weight:400}input,select,textarea{width:100%;border:1px solid #dcd4cf;border-radius:13px;outline:0;background:#fff;padding:13px;color:var(--ink)}input:focus,select:focus,textarea:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(220,120,91,.17)}textarea{min-height:92px;resize:vertical}.form-selects{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.multi-choice{display:grid;grid-gap:8px;gap:8px;color:#514c48;font-size:13px;font-weight:700}.choice-selected{min-height:42px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px;border:1px solid #dcd4cf;border-radius:13px;background:#fff}.choice-selected small{padding:0 6px;color:#89827e;font-weight:400}.choice-selected button{display:inline-flex;align-items:center;gap:4px;border:0;border-radius:999px;padding:5px 8px;background:var(--coral-pale);color:#5e3328;font-size:12px;font-weight:600}.choice-search{display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #dcd4cf;border-radius:11px;background:#fff;color:#89827e}.choice-search input{min-width:0;border:0;padding:9px 0}.choice-options{max-height:138px;overflow:auto;display:grid;grid-gap:2px;gap:2px;padding:5px;border:1px solid #dcd4cf;border-radius:11px;background:#fff}.choice-options button{display:flex;align-items:center;gap:8px;border:0;border-radius:7px;padding:7px;background:transparent;color:var(--ink);text-align:left;font-size:12px}.choice-options button:hover{background:var(--wash)}.choice-options button>span{width:16px;height:16px;flex:0 0 16px;display:grid;place-items:center;border:1px solid #c9c1bc;border-radius:4px;color:#fff}.choice-options button>span.checked{border-color:var(--coral);background:var(--coral)}.choice-options p{margin:6px;color:var(--muted);font-weight:400;font-size:12px}input[type=file]{padding:9px;font-size:13px}.file-label small{color:#8b847f;font-weight:400}.check-label{grid-template-columns:20px 1fr;align-items:start;padding:14px;border-radius:13px;background:var(--wash)}.check-label input{width:18px;height:18px;margin:0;accent-color:var(--coral)}.check-label span{display:grid;grid-gap:4px;gap:4px}.check-label small{color:#776f6a;font-size:12px;font-weight:400}.form-error{margin:0;color:#ae3424;font-size:13px;font-weight:700}.submit-profile{min-height:53px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;background:var(--coral);color:#fff;font-weight:700;transition:background .2s ease}.submit-profile:hover{background:#c56348}.submit-profile:disabled{opacity:.65;cursor:wait}.spin{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.toast{position:fixed;right:24px;bottom:24px;z-index:30;max-width:390px;padding:13px 13px 13px 16px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(38,33,29,.14);color:#443f3c;font-size:14px;font-weight:600}.toast svg{color:var(--green)}.toast button{margin-left:auto;display:grid;padding:0;border:0;background:transparent;color:#716b67}@media (max-width:780px){.nav{height:74px}.nav-links{gap:17px;font-size:14px}.nav-links a:nth-child(2),.nav-links a:nth-child(3){display:none}.hero{padding:55px 0 48px}.online{margin-bottom:38px;font-size:13px}.hero-intro{font-size:17px}.quick-entry{grid-template-columns:1fr 1fr}.quick-entry>div{grid-column:1/-1}.filter-select,.quick-entry button,.quick-entry button[type=submit]{min-width:0}.board-header{flex-wrap:wrap;gap:20px 28px}.board-side{gap:14px;flex-wrap:wrap;gap:16px}.board-header .live-chip{display:none}.resume-row{grid-template-columns:52px 58px minmax(0,1fr) 68px;gap:12px;min-height:0;padding:17px;border-radius:25px}.rank{width:46px;height:37px}.avatar,.rank{font-size:16px}.avatar{width:56px;height:56px;border-radius:16px}.candidate{grid-column:3/5}.candidate h3{font-size:20px}.candidate p{font-size:14px}.candidate-links{margin-top:7px}.signal{grid-column:4;grid-row:1}.vote{width:64px;height:57px;grid-column:4;grid-row:2;justify-self:end}.activity{grid-template-columns:1fr;gap:35px}.activity-copy>p{margin-top:0}footer{min-height:150px;grid-template-columns:1fr;gap:12px;padding:28px 0}footer p:last-child{text-align:left}}@media (max-width:460px){.nav{width:min(100% - 28px,1248px)}.brand-mark{width:26px;height:26px}.nav-links a{display:none}.brand{font-size:19px}.brand-mark{width:23px;height:23px}.board,.hero{width:min(100% - 28px,1248px)}.hero h1{font-size:46px}.quick-entry{gap:8px}.quick-entry button,.quick-entry>div{height:56px;border-radius:17px}.quick-entry button[type=submit]{padding:0 15px;font-size:15px}.board-side{flex-basis:100%}.filter-select{flex:1 1 150px;min-width:0}.resume-row{grid-template-columns:43px 48px minmax(0,1fr) 61px;padding:13px;gap:9px}.rank{width:40px;height:34px;font-size:14px}.avatar{width:48px;height:48px;border-radius:14px}.candidate h3{font-size:18px}.candidate p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.candidate-links{gap:9px}.signal strong{font-size:19px}.signal span{font-size:10px}.vote{width:57px;height:53px;border-radius:16px}.form-selects{grid-template-columns:1fr}.submission{padding:31px 22px 28px;border-radius:23px}.toast{right:14px;bottom:14px;left:14px}}.candidate-seek{margin:5px 0 0;color:var(--muted);font:600 12px var(--mono);letter-spacing:.02em}.file-attached{display:flex;align-items:center;gap:9px;width:100%;min-height:45px;padding:0 8px 0 13px;border:1px solid var(--line);border-radius:13px;background:var(--wash);color:var(--ink);font-size:14px;overflow:hidden}.file-attached svg,.file-attached>span:first-child{flex:0 0 auto}.file-attached .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-attached .file-view{margin-left:auto;flex:0 0 auto;border:0;background:none;padding:6px 4px;color:var(--coral);font:600 13px var(--sans);cursor:pointer}.file-attached .file-remove{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border:0;border-radius:9px;background:none;color:var(--muted);cursor:pointer}.file-attached .file-remove:hover{color:var(--ink);background:var(--line)}