:root{--alpha-blue: #005EB8;--alpha-blue-dark: #003087;--alpha-white: #FFFFFF;--alpha-grey-bg: #F0F4F5;--alpha-grey-border: #D8DDE0;--alpha-text: #212B32;--alpha-text-light: #4C6272;--status-green: #007f3b;--status-red: #d4351c;--status-amber: #ff9900;--font-family: "Frutiger", "Arial", sans-serif;--radius: 4px}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-family);background:var(--alpha-grey-bg);margin:0;color:var(--alpha-text);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem 6rem;min-height:100vh;display:flex;flex-direction:column}.page-header{background:var(--alpha-blue);color:#fff;padding:1rem 1.5rem;margin:0 -1.5rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem}.header-logo{background:#fff;color:var(--alpha-blue);font-weight:800;font-style:italic;padding:2px 8px;border-radius:2px;font-size:.9rem}.page-header h1{font-size:1.25rem;margin:0;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.page-header p{font-size:.9rem;opacity:.9;font-weight:400;margin:0 0 0 auto}.gds-button{background:var(--alpha-blue);color:#fff;font-weight:600;padding:.6rem 1.2rem;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;transition:all .2s;box-shadow:none}.gds-button:hover{background:var(--alpha-blue-dark)}.gds-button:disabled{background:var(--alpha-grey-border);color:var(--alpha-text-light);cursor:not-allowed}.gds-button--secondary{background:#fff;color:var(--alpha-blue);border:2px solid var(--alpha-blue)}.gds-button--secondary:hover{background:#e5f1f9;color:var(--alpha-blue-dark);border-color:var(--alpha-blue-dark)}.gds-button--secondary.is-active{background:var(--alpha-blue);color:#fff;border-color:var(--alpha-blue)}.gds-input{padding:.75rem;font-size:1.1rem;border:2px solid var(--alpha-text);border-radius:var(--radius);width:100%;margin-bottom:1rem;color:var(--alpha-text);font-weight:600}.gds-input:focus{outline:3px solid #ffdd00;outline-offset:0}.control-panel{background:#fff;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--alpha-grey-border);box-shadow:0 1px 3px #0000000d;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.summary-panel{display:flex;gap:1.5rem}.summary-item{text-align:left;min-width:80px}.summary-item__count{font-size:1.75rem;font-weight:700;display:block;line-height:1.1}.summary-item__label{font-size:.85rem;color:var(--alpha-text-light);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.summary-item--correct .summary-item__count{color:var(--status-green)}.summary-item--remove .summary-item__count{color:var(--status-red)}.summary-item--amend .summary-item__count{color:var(--alpha-blue)}.actions-panel{display:flex;align-items:center;gap:1rem}.view-switcher{display:flex;align-items:center;gap:.75rem;background:var(--alpha-grey-bg);padding:.25rem .75rem;border-radius:20px;border:1px solid var(--alpha-grey-border)}.view-switcher label{font-size:.9rem;color:var(--alpha-text);font-weight:600}.view-switcher__toggle{position:relative;display:inline-block;width:44px;height:24px}.view-switcher__toggle input{opacity:0;width:0;height:0}.view-switcher__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.4s;border-radius:34px}.view-switcher__slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;transition:.4s;border-radius:50%;box-shadow:0 1px 2px #0003}.view-switcher__toggle input:checked+.view-switcher__slider{background:var(--alpha-blue)}.view-switcher__toggle input:checked+.view-switcher__slider:before{transform:translate(20px)}.user-list{display:grid;gap:1rem;margin-bottom:2rem}.user-item{background:#fff;border:1px solid var(--alpha-grey-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease;position:relative}.user-item:before{content:"";position:absolute;top:0;left:0;bottom:0;width:6px;background:#ccc}.user-item.status--correct:before{background:var(--status-green)}.user-item.status--remove:before{background:var(--status-red)}.user-item.status--amend:before{background:var(--alpha-blue)}.user-item.status--pending:before{background:var(--alpha-grey-border)}.user-item-content{padding:1.5rem;padding-left:calc(1.5rem + 6px)}.item-header h2{font-size:1.1rem;margin:0 0 .25rem;color:var(--alpha-blue);font-weight:700}.item-header p{margin:0;color:var(--alpha-text-light);font-size:.9rem}.permissions-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.permission-tag{background:#fff;border:1px solid var(--alpha-grey-border);border-radius:4px;padding:.4rem .6rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.85rem;color:var(--alpha-text-light)}.permission-tag i{font-size:1rem}.permission-tag.is-active{background:var(--alpha-grey-bg);border-color:#999;color:var(--alpha-text);font-weight:600}.permission-tag.is-active.highlight{background:#e5f1f9;border-color:var(--alpha-blue);color:var(--alpha-blue-dark)}.permission-tag.is-active.highlight i{color:var(--alpha-blue)}.job-description{background:var(--alpha-grey-bg);padding:1rem;border-radius:var(--radius);font-size:.9rem;color:var(--alpha-text);border:1px solid transparent}.item-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--alpha-grey-border)}.action-buttons button{background:#fff;border:1px solid var(--alpha-grey-border);color:var(--alpha-text);padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.action-buttons button:hover{background:#f9f9f9;border-color:#bbb}.action-buttons button.selected.correct{background:var(--status-green);border-color:var(--status-green);color:#fff}.action-buttons button.selected.remove{background:var(--status-red);border-color:var(--status-red);color:#fff}.action-buttons button.selected.amend{background:var(--alpha-blue);border-color:var(--alpha-blue);color:#fff}.comment-container{display:none}.comment-container.visible{display:block;border-top:1px solid var(--alpha-grey-border);background:#fafafa;padding:1rem 1.5rem 1.5rem calc(1.5rem + 6px)}.comment-container textarea{border:2px solid var(--alpha-text);border-radius:var(--radius);padding:.75rem;width:100%;font-family:inherit}.comment-container textarea:focus{outline:3px solid #ffdd00}.view-rows .user-item-content{display:flex;align-items:center;gap:1.5rem}.view-rows .item-header{flex:1}.view-rows .permissions-grid{margin:0}.view-rows .permission-tag{width:32px;height:32px;padding:0;border-radius:50%}.view-rows .permission-text{display:none}.view-rows .item-actions{margin:0;padding:0;border:none}.submission-area{position:sticky;bottom:0;background:#fffffff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.5rem;border-top:1px solid var(--alpha-grey-border);display:flex;justify-content:flex-end;gap:1rem;box-shadow:0 -4px 10px #0000000d}.login-container{background:var(--alpha-grey-bg)}.login-box{background:#fff;padding:2.5rem;border-radius:var(--radius);border-top:none;box-shadow:0 4px 12px #0000001a;max-width:450px}.login-box h1{color:var(--alpha-blue);margin-bottom:.5rem}.otp-container{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:1.5rem}.otp-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;padding:0}#overlay{background:#fffc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.spinner{width:50px;height:50px;border:4px solid #e1e1e1;border-top-color:var(--alpha-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-page{background:#fff;max-width:600px;margin-top:4rem;border-radius:var(--radius);box-shadow:0 4px 20px #0000000d;padding:3rem}.success-checkmark{background:var(--status-green);width:80px;height:80px;font-size:3rem}.success-summary{background:var(--alpha-grey-bg);border-radius:var(--radius);padding:2rem;display:block}.success-summary .summary-panel{justify-content:center}
