:root{color-scheme:light;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fff;color:#0e1116}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;height:100vh;background-color:#fff;color:#0e1116;scroll-behavior:smooth}.app{min-height:100vh;height:100vh;padding:1rem clamp(.75rem,3vw,2.25rem);display:flex;flex-direction:column;gap:1.1rem;padding-top:calc(56px + 1.5rem)}.app__nav{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;gap:clamp(.5rem,1.8vw,1.25rem);padding:0 clamp(.75rem,3vw,1.75rem);background:#fffffff5;border-radius:0 0 16px 16px;box-shadow:0 10px 24px #0f172a1f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-shrink:0;height:56px}.app__nav-logo{height:36px;width:auto;flex-shrink:0}.app__nav-item{font-weight:600;color:#0e1116;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.app__nav-title{text-transform:uppercase;letter-spacing:.18em;font-size:.66rem;color:#009da5}.app__nav-job{font-size:clamp(.88rem,2vw,1.15rem);font-weight:600;color:#0e1116}.app__nav-company{font-weight:500;color:#4b5563;font-size:.82rem}.app__content{display:flex;gap:1.5rem;align-items:flex-start;flex:1;min-height:0}.app__status{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1rem 1.25rem;font-size:.95rem;color:#3c3f44;box-shadow:0 10px 30px #0f172a14}.app__status--error{border-color:#ffc7c7;color:#b42318}.board-wrapper{flex:1;display:flex;flex-direction:column;gap:.75rem;min-height:0;height:100%}.board-wrapper .app__status{max-width:320px}.board{flex:1;display:flex;gap:.85rem;padding-bottom:.35rem;overflow-x:auto;overflow-y:hidden;align-items:stretch;padding-right:.35rem}.board::-webkit-scrollbar{height:8px}.board::-webkit-scrollbar-track{background:#f4f4f4;border-radius:999px}.board::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:999px}.stage{background:#fff;border:1px solid #e3e3e3;border-radius:16px;padding:.85rem;display:flex;flex-direction:column;gap:.6rem;min-height:0;height:100%;flex:1 0 clamp(200px,22vw,260px);width:clamp(200px,22vw,260px);box-shadow:0 6px 18px #0f172a0a}.stage__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececec;padding-bottom:.35rem;margin-bottom:.2rem;position:sticky;top:0;background:#fff;z-index:1}.stage__label{font-size:.95rem;color:#222;font-weight:600;display:flex;align-items:center;gap:.45rem}.stage__accent{width:8px;height:8px;border-radius:999px;flex-shrink:0}.stage__count{color:#0e1116;font-weight:600;font-size:.85rem;padding:.25rem .7rem;border-radius:999px;background:#f5f5f5}.stage__list{display:flex;flex-direction:column;gap:.6rem;flex:1;min-height:0;overflow-y:auto;padding-bottom:.45rem}.stage__list::-webkit-scrollbar{width:6px}.stage__list::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:999px}.candidate{background:#fff;border:1px solid #e2e6eb;border-radius:12px;padding:.75rem;display:flex;align-items:center;gap:.6rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;cursor:pointer;min-height:82px}.candidate:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.candidate:focus-visible{outline:2px solid #009da5;outline-offset:3px}.candidate__avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background-color:#f0f2f5;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#0d222e}.candidate__avatar--placeholder{background-color:#58dddd}.candidate__details{flex:1;display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.candidate__name{margin:0;font-weight:600;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.candidate__meta{margin:0;font-size:.8rem;color:#555}.candidate__meta--position{font-size:.78rem}.candidate__meta--company{font-size:.72rem;color:#888}.candidate__meta--muted{color:#888}.candidate__meta--truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.candidate__activity{margin:0;font-size:.68rem;font-weight:500;color:#a0a0a0;display:flex;align-items:center;gap:.25rem}.candidate__activity svg{color:#a0a0a0}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a2e;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1000}.modal__card{background:#fff;border-radius:28px;padding:2rem;width:min(1100px,95vw);max-height:95vh;overflow:auto;box-shadow:0 30px 90px #0f172a2e;border:1px solid #eef2f7;display:flex;flex-direction:column;gap:1.5rem}.modal__header{display:flex;gap:1rem;align-items:center}.modal__avatar-wrapper{width:72px;height:72px;border-radius:999px;overflow:hidden;background:#f5f5f7;border:1px solid #e5e7eb}.modal__avatar{width:100%;height:100%;object-fit:cover}.modal__avatar--placeholder{display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#58dddd;color:#0d222e;width:100%;height:100%}.modal__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;color:#9ca3af}.modal__title{margin:.2rem 0;font-size:1.6rem;color:#0e1116}.modal__subtitle{margin:0;color:#4b5563}.modal__socials{margin-top:.5rem;display:flex;gap:.6rem}.modal__socials a{width:32px;height:32px;border-radius:12px;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;color:#0d9488;text-decoration:none}.modal__cta-group{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.modal__cta{border-radius:999px;padding:.5rem 1.25rem;font-weight:600;font-size:.9rem;text-decoration:none;border:1px solid #e5e7eb;color:#0e1116;background:#fff;box-shadow:0 4px 14px #0f172a14}.modal__cta--primary{border-color:transparent;background:linear-gradient(120deg,#009da5,#58dddd);color:#fff}.modal__feedback{border:1px solid #e5e7eb;border-radius:18px;padding:1rem;background:#f9fafb;display:flex;flex-direction:column;gap:.75rem}.modal__feedback-title{margin:0;font-weight:600;font-size:.95rem}.modal__feedback-input{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:.75rem;font-family:inherit;resize:none}.modal__feedback-actions{display:flex;justify-content:flex-end;gap:.5rem}.modal__feedback-actions button:not(.modal__feedback-submit){border-radius:999px;padding:.45rem 1.2rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}.modal__feedback-submit{box-shadow:0 4px 14px #0f172a14}.modal__feedback-notice{margin:0;font-size:.85rem;color:#0d9488}.modal__close{margin-left:auto;background:#f5f5f7;border:1px solid #e5e7eb;color:#0e1116;width:40px;height:40px;border-radius:12px;font-size:1.3rem;cursor:pointer}.modal__status{margin:0;padding:.75rem 1rem;border-radius:14px;background:#f5f5f7;color:#0e1116}.modal__status--error{color:#b42318;border:1px solid #ffc7c7}.modal__body{display:flex;gap:1.5rem}.modal__body-main{flex:2;display:flex;flex-direction:column;gap:1.25rem}.modal__history-panel{flex:1;border:1px solid #e5e7eb;border-radius:18px;padding:1rem;background:#fff;box-shadow:0 10px 30px #0f172a14;min-width:0}.modal__history-panel h3{margin:0 0 .75rem;font-size:1rem}.modal__row{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #eceff2;padding:.75rem 0}.modal__row+.modal__row{margin-top:.35rem}.modal__row-label{font-size:.85rem;color:#6b7280}.modal__row-value{font-weight:500;color:#0e1116;margin-left:auto;text-align:right}.modal__value-icon{display:inline-flex;align-items:center;gap:.4rem;justify-content:flex-end}.modal__link{color:#009da5;text-decoration:none;font-weight:600}.modal__file-preview{display:flex;flex-direction:column;gap:.75rem}.modal__file-frame{width:100%;aspect-ratio:3 / 4;min-height:360px;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;background:#f9fafb;box-shadow:inset 0 0 0 1px #0f172a05}.modal__file-frame iframe{width:100%;height:100%;border:0;background:#fff}.modal__file-fallback{margin:0;color:#6b7280;font-size:.9rem}.modal__section h3{margin:0 0 .4rem;font-size:1rem}.modal__section p{margin:0;line-height:1.5}.modal__chips{display:flex;flex-wrap:wrap;gap:.4rem}.modal__chip{padding:.2rem .6rem;border-radius:999px;background:#009da51f;border:1px solid rgba(0,157,165,.3);font-size:.8rem}.modal__richtext{line-height:1.6}.modal__history{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.modal__history-item{border:1px solid #e5e7eb;border-radius:14px;padding:.75rem 1rem;background:#f9fafb}.modal__history-header{display:flex;justify-content:space-between;gap:.5rem;font-weight:600;align-items:center}.modal__history-stage{color:#0e1116}.modal__history-badge{border-radius:999px;padding:.1rem .5rem;font-size:.75rem;font-weight:600;background:linear-gradient(120deg,#009da5,#58dddd);color:#fff;display:inline-block;margin:.35rem 0}.modal__history-date{color:#6b7280;font-size:.85rem}.modal__history-remark{margin:.4rem 0 0;color:#374151}.modal__history-remark--update{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#1f2937;padding:.35rem 0;margin:.15rem 0 0}.modal__history-update-text{display:inline-flex;align-items:center}.modal__history-update-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;background:#e5e7eb;display:inline-flex;align-items:center;justify-content:center}.modal__history-update-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.modal__history-update-avatar-initial{font-size:.75rem;font-weight:600;color:#1f2937}.modal__history-remark-updated{display:inline-block;padding-top:10px;padding-bottom:10px}.modal__history-meta{margin:.2rem 0 0;color:#6b7280;font-size:.85rem}.nps{position:fixed;top:0;right:0;bottom:0;left:0;background:#060b1266;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1.5rem}.nps__card{background:#fff;border-radius:24px;padding:2rem;width:min(420px,100%);box-shadow:0 25px 80px #0f172a40;border:1px solid #ececec;display:flex;flex-direction:column;gap:1.25rem;text-align:center}.nps__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.2em}.nps__header h3{margin:.35rem 0 0;font-size:1.35rem;color:#111827}.nps__scale{display:grid;grid-template-columns:repeat(auto-fit,minmax(36px,1fr));gap:.4rem}.nps__score{border:1px solid #d1d5db;border-radius:12px;padding:.5rem 0;font-weight:600;background:#f9fafb;color:#4b5563;cursor:pointer}.nps__score--active{background:#0d9488;border-color:#0d9488;color:#fff}.nps__hint{margin:0;font-size:.85rem;color:#6b7280}.nps__input{width:100%;border:1px solid #d1d5db;border-radius:16px;padding:.85rem 1rem;font-family:inherit;resize:none;font-size:.95rem}.nps__actions{display:flex;justify-content:flex-end;gap:.75rem}.nps__button{border-radius:999px;padding:.55rem 1.4rem;border:1px solid #d1d5db;background:#fff;font-weight:600;cursor:pointer}.nps__button--primary{border-color:transparent;background:linear-gradient(120deg,#009da5,#58dddd);color:#fff}.gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f7;padding:2rem}.gate__card{background:#fff;border-radius:24px;padding:2.5rem;width:min(420px,90vw);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;border:1px solid #e5e7eb;box-shadow:0 35px 80px #0f172a1f}.gate__logo{height:48px}.gate__title{margin:0;font-size:1.5rem}.gate__subtitle{margin:0;color:#6b7280}.gate__input{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:.85rem 1rem;font-size:1rem}.gate__error{margin:0;color:#b42318}.gate__button{border:none;border-radius:999px;padding:.9rem;background:linear-gradient(120deg,#009da5,#58dddd);color:#fff;font-weight:600;cursor:pointer}@media (max-width: 768px){.board{grid-auto-flow:column;grid-auto-columns:minmax(260px,80%);overflow-x:auto;overflow-y:hidden;padding-bottom:1rem}.app__header{flex-direction:column;align-items:flex-start;width:100%}.app__contact{width:100%;justify-content:space-between;flex-wrap:wrap}.app__content,.modal__body{flex-direction:column}.modal__history-panel{width:100%}}
