:root{--cc-navy:#17386b;--cc-dark:#0d2146;--cc-blue:#4699cc;--cc-sky:#7cc8ee;--cc-yellow:#f2c147;--cc-green:#107c41;--cc-purple:#7656d6;--cc-text:#263653;--cc-bg:#f5f7fb;--cc-line:#e3e9f1;--cc-muted:#718096;--cc-shadow:0 12px 34px rgba(13,33,70,.07)}
html{scroll-behavior:smooth}body.ccdemo-app-body,body.ccdemo-public{margin:0;background:var(--cc-bg);color:var(--cc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body *{box-sizing:border-box}button,input,select,textarea{font:inherit}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ccdemo-shell{min-height:100vh}.ccdemo-header{position:sticky;top:0;z-index:50;display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:24px;padding:13px max(18px,4vw);border-bottom:1px solid var(--cc-line);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 5px 22px rgba(13,33,70,.04)}.ccdemo-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.ccdemo-brand img{display:block;max-width:188px;max-height:54px;width:auto;height:auto}.ccdemo-demo-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;background:var(--cc-yellow);color:var(--cc-dark);font-size:10px;font-weight:950;letter-spacing:.1em}.ccdemo-company{display:flex;align-items:center;gap:12px;margin-left:auto;text-align:right}.ccdemo-company>img{max-width:90px;max-height:46px;object-fit:contain}.ccdemo-company strong,.ccdemo-company span{display:block}.ccdemo-company strong{font-size:14px;color:var(--cc-navy)}.ccdemo-company span{margin-top:3px;color:#7d899b;font-size:11px}.ccdemo-tabs{position:sticky;top:84px;z-index:45;display:flex;justify-content:center;gap:3px;padding:9px 18px;overflow:auto;border-bottom:1px solid rgba(255,255,255,.13);background:var(--cc-navy)}.ccdemo-tabs a{display:flex;align-items:center;gap:7px;padding:11px 13px;border-radius:11px;color:#fff;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}.ccdemo-tabs a>span{opacity:.85}.ccdemo-tabs a.active{background:var(--cc-yellow);color:var(--cc-navy);box-shadow:0 5px 16px rgba(242,193,71,.23)}.ccdemo-main{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:38px 0 80px}.ccdemo-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:25px;padding:33px 36px;border:1px solid var(--cc-line);border-radius:26px;background:linear-gradient(135deg,#fff,#f7fbfe);box-shadow:var(--cc-shadow)}.ccdemo-hero.compact{padding:27px 30px}.ccdemo-hero h1{margin:8px 0 7px;color:var(--cc-navy);font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.035em}.ccdemo-hero.compact h1{font-size:clamp(28px,3.4vw,38px)}.ccdemo-hero p{max-width:760px;margin:0;color:#607086;font-size:16px;line-height:1.6}.ccdemo-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.ccdemo-eyebrow{display:inline-flex;color:var(--cc-blue);font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.ccdemo-btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:11px 17px;border:0;border-radius:12px;background:var(--cc-navy);color:#fff;text-decoration:none;font-weight:850;cursor:pointer;box-shadow:0 7px 18px rgba(23,56,107,.13);transition:.18s ease}.ccdemo-btn:hover{transform:translateY(-1px);background:var(--cc-dark);color:#fff}.ccdemo-btn.secondary{background:#edf5fa;color:var(--cc-navy);box-shadow:none}.ccdemo-btn.secondary:hover{background:#dfedf7}.ccdemo-text-link{color:var(--cc-navy);font-weight:800;text-decoration:none}.ccdemo-notice{margin-bottom:20px;padding:14px 17px;border:1px solid #bfe1cf;border-radius:14px;background:#eef9f3;color:#0d6d3a;font-weight:750}.ccdemo-card{margin-bottom:20px;padding:25px;border:1px solid var(--cc-line);border-radius:22px;background:#fff;box-shadow:var(--cc-shadow)}.ccdemo-card.danger{border-color:#ead4d7}.ccdemo-card h2{margin:5px 0 12px;color:var(--cc-navy);font-size:25px;letter-spacing:-.02em}.ccdemo-card h3{color:var(--cc-navy)}.ccdemo-card p{color:#64748b;line-height:1.6}.ccdemo-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ccdemo-card-head h2{margin-bottom:0}.ccdemo-card-head>small{color:#8793a4}.ccdemo-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:0 0 20px}.ccdemo-kpis.small{grid-template-columns:repeat(3,minmax(0,1fr))}.ccdemo-kpis article{padding:21px 22px;border:1px solid var(--cc-line);border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(13,33,70,.045)}.ccdemo-kpis span,.ccdemo-kpis small,.ccdemo-kpis strong{display:block}.ccdemo-kpis span{color:#748298;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.ccdemo-kpis strong{margin:7px 0 3px;color:var(--cc-navy);font-size:30px}.ccdemo-kpis small{color:#8995a6;font-size:11px}.ccdemo-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ccdemo-action-grid form{margin:0}.ccdemo-action-grid button{width:100%;min-height:132px;padding:18px;border:1px solid #dce8f2;border-radius:17px;background:#f8fbfe;text-align:left;cursor:pointer;transition:.18s ease}.ccdemo-action-grid button:hover{transform:translateY(-2px);border-color:#bdd7ea;box-shadow:0 12px 24px rgba(13,33,70,.08)}.ccdemo-action-grid strong,.ccdemo-action-grid span{display:block}.ccdemo-action-grid strong{color:var(--cc-navy);font-size:15px}.ccdemo-action-grid span{margin-top:8px;color:#708095;font-size:12px;line-height:1.5}.ccdemo-insights{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin:15px 0 17px}.ccdemo-insights>div{padding:16px;border-radius:15px;background:#f5f9fc}.ccdemo-insights strong,.ccdemo-insights span{display:block}.ccdemo-insights strong{color:var(--cc-blue);font-size:26px}.ccdemo-insights span{margin-top:4px;color:#64748b;font-size:12px}.ccdemo-goals{display:grid;gap:8px}.ccdemo-goal{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;padding:12px 13px;border:1px solid #e5ebf1;border-radius:13px}.ccdemo-goal.done{background:#eef9f3;border-color:#cae8d6}.ccdemo-goal.skipped{opacity:.65}.ccdemo-goal-check{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:#eef3f7;color:var(--cc-navy);font-weight:900}.ccdemo-goal.done .ccdemo-goal-check{background:#dff2e7;color:var(--cc-green)}.ccdemo-goal>div{display:flex;gap:8px;align-items:center}.ccdemo-goal a,.ccdemo-goal button{border:0;background:none;color:var(--cc-blue);font-weight:800;text-decoration:none;cursor:pointer}.ccdemo-goal form{display:inline}.ccdemo-timeline{display:grid;gap:8px}.ccdemo-timeline>div{display:flex;gap:12px;padding:9px 0;border-bottom:1px solid #edf0f4}.ccdemo-timeline>div:last-child{border-bottom:0}.ccdemo-timeline i{width:9px;height:9px;margin-top:5px;border-radius:50%;background:var(--cc-blue);box-shadow:0 0 0 5px #eaf4fb}.ccdemo-timeline strong,.ccdemo-timeline span{display:block}.ccdemo-timeline strong{color:var(--cc-navy);font-size:13px}.ccdemo-timeline span{margin-top:2px;color:#8995a5;font-size:11px}.ccdemo-empty{padding:18px;border-radius:14px;background:#f7f9fc;color:#778396;text-align:center}.ccdemo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px}.ccdemo-toolbar select,.ccdemo-inline-form input,.ccdemo-form-grid input,.ccdemo-form-grid select,.ccdemo-form-grid textarea,.ccdemo-note-form textarea,.ccdemo-modal input,.ccdemo-modal textarea,.ccdemo-auth input,.ccdemo-assistant input{width:100%;padding:12px 13px;border:1px solid #cfd9e4;border-radius:11px;background:#fff;color:var(--cc-text);outline:none}.ccdemo-toolbar select:focus,.ccdemo-inline-form input:focus,.ccdemo-form-grid input:focus,.ccdemo-form-grid select:focus,.ccdemo-form-grid textarea:focus,.ccdemo-note-form textarea:focus,.ccdemo-modal input:focus,.ccdemo-modal textarea:focus,.ccdemo-auth input:focus,.ccdemo-assistant input:focus{border-color:var(--cc-blue);box-shadow:0 0 0 3px rgba(70,153,204,.12)}.ccdemo-toolbar details{position:relative}.ccdemo-toolbar summary{list-style:none}.ccdemo-inline-form{position:absolute;right:0;top:52px;z-index:10;display:grid;width:min(88vw,420px);gap:10px;padding:17px;border:1px solid var(--cc-line);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(13,33,70,.14)}.ccdemo-employee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.ccdemo-employee-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;padding:18px;border:1px solid var(--cc-line);border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 8px 24px rgba(13,33,70,.045);transition:.18s ease}.ccdemo-employee-card:hover{transform:translateY(-2px);border-color:#bfd7e8}.ccdemo-employee-card h3,.ccdemo-employee-card p,.ccdemo-employee-card small{margin:0}.ccdemo-employee-card h3{color:var(--cc-navy);font-size:15px}.ccdemo-employee-card p{margin-top:3px;color:#5e6e82;font-size:12px}.ccdemo-employee-card small{display:block;margin-top:3px;color:#8a96a7;font-size:10px}.ccdemo-avatar{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#e9f4fb;color:var(--cc-navy);font-size:12px;font-weight:900}.ccdemo-avatar.pending{background:#fff5d9;color:#9a6c00}.ccdemo-two-col{display:grid;grid-template-columns:1fr 1.4fr;gap:20px}.ccdemo-details{display:grid;grid-template-columns:130px 1fr;gap:10px 18px}.ccdemo-details dt{color:#8793a3;font-size:11px;font-weight:800;text-transform:uppercase}.ccdemo-details dd{margin:0;color:var(--cc-navy);font-weight:700}.ccdemo-score-list{display:grid;gap:8px}.ccdemo-score-list>div{display:grid;grid-template-columns:150px 1fr 48px;align-items:center;gap:10px}.ccdemo-score-list span{font-size:11px;color:#53647b}.ccdemo-score-list>div>div{height:8px;border-radius:99px;background:#edf1f5;overflow:hidden}.ccdemo-score-list i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--cc-sky),var(--cc-blue))}.ccdemo-score-list strong{font-size:11px;color:var(--cc-navy);text-align:right}.ccdemo-test-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ccdemo-test-summary article{padding:15px;border:1px solid #e3eaf1;border-radius:15px;background:#f8fbfe}.ccdemo-test-summary span,.ccdemo-test-summary strong,.ccdemo-test-summary b{display:block}.ccdemo-test-summary span{color:#7b8898;font-size:10px;text-transform:uppercase}.ccdemo-test-summary strong{margin:5px 0;color:var(--cc-navy);font-size:13px}.ccdemo-test-summary b{color:var(--cc-blue);font-size:24px}.ccdemo-table-wrap{overflow:auto}.ccdemo-table-wrap table{width:100%;border-collapse:collapse}.ccdemo-table-wrap th,.ccdemo-table-wrap td{padding:13px 11px;border-bottom:1px solid #edf0f3;text-align:left;font-size:12px}.ccdemo-table-wrap th{color:#6d7b8f;font-size:10px;text-transform:uppercase}.ccdemo-score{display:inline-flex;min-width:56px;justify-content:center;padding:7px 9px;border-radius:99px;font-weight:850}.ccdemo-score.good{background:#e9f6ee;color:#197245}.ccdemo-score.mid{background:#fff4d8;color:#8c6500}.ccdemo-score.low{background:#fdebed;color:#a3313d}.ccdemo-advice{border-top:4px solid var(--cc-yellow)}.ccdemo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ccdemo-form-grid label,.ccdemo-modal label,.ccdemo-auth label{display:grid;gap:6px;color:var(--cc-navy);font-size:12px;font-weight:800}.ccdemo-form-grid .wide{grid-column:1/-1}.ccdemo-form-grid button{width:max-content}.ccdemo-training-list{display:grid;gap:10px}.ccdemo-training-list>a,.ccdemo-static-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #e5ebf1;border-radius:15px;background:#fbfcfe;color:inherit;text-decoration:none}.ccdemo-training-list h3,.ccdemo-training-list p,.ccdemo-training-list span{margin:0}.ccdemo-training-list h3{margin:3px 0;color:var(--cc-navy);font-size:16px}.ccdemo-training-list p{color:#6d7b8d;font-size:12px}.ccdemo-training-list>*>div:last-child{display:grid;gap:7px;text-align:right}.ccdemo-training-list strong{color:#66768b;font-size:11px}.ccdemo-status{display:inline-flex;padding:7px 9px;border-radius:99px;background:#eaf4fb;color:var(--cc-navy);font-size:10px;font-weight:850}.ccdemo-check-list{display:grid;gap:7px;max-height:420px;overflow:auto;padding-right:5px}.ccdemo-check-list label{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:10px;border:1px solid #e5ebf0;border-radius:12px}.ccdemo-check-list small{color:#8794a5}.ccdemo-card-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ccdemo-report{display:grid;grid-template-columns:1.4fr .8fr;gap:28px;align-items:center}.ccdemo-report-actions{display:flex;gap:9px;flex-wrap:wrap}.ccdemo-report-preview{display:grid;min-height:265px;align-content:start;gap:12px;padding:27px;border:1px solid #d8dee7;border-radius:7px;background:#fff;box-shadow:0 18px 40px rgba(13,33,70,.12);transform:rotate(1deg)}.ccdemo-report-preview strong{width:max-content;padding:6px 9px;background:var(--cc-yellow);font-size:10px}.ccdemo-report-preview span{color:var(--cc-navy);font-size:20px;font-weight:800}.ccdemo-report-preview i{display:block;height:9px;border-radius:8px;background:#e8edf3}.ccdemo-report-preview i:nth-of-type(2){width:80%}.ccdemo-report-preview i:nth-of-type(3){width:60%}.ccdemo-collab .ccdemo-card-head{align-items:center}.ccdemo-star{padding:9px 12px;border:1px solid #d5dee8;border-radius:11px;background:#fff;color:#6d7b8f;font-weight:800;cursor:pointer}.ccdemo-star.active{border-color:#efd270;background:#fff8de;color:#986c00}.ccdemo-note-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin:15px 0}.ccdemo-notes{display:grid;gap:8px}.ccdemo-notes>div{padding:12px;border-radius:13px;background:#f7f9fc}.ccdemo-notes strong,.ccdemo-notes p,.ccdemo-notes small{display:block;margin:0}.ccdemo-notes p{margin:5px 0;color:#57677a}.ccdemo-notes small{color:#8a96a6;font-size:10px}.ccdemo-contact-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:26px 0;padding:28px 30px;border-radius:24px;background:linear-gradient(135deg,var(--cc-dark),var(--cc-navy));color:#fff;box-shadow:0 18px 42px rgba(13,33,70,.2)}.ccdemo-contact-cta span{color:var(--cc-yellow);font-size:10px;font-weight:900;text-transform:uppercase}.ccdemo-contact-cta h2{margin:5px 0 7px;font-size:24px}.ccdemo-contact-cta p{margin:0;color:#d8e3f2}.ccdemo-contact-cta>div:last-child{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.ccdemo-contact-cta .ccdemo-btn{background:var(--cc-yellow);color:var(--cc-dark)}.ccdemo-contact-cta .ccdemo-btn.secondary{background:rgba(255,255,255,.12);color:#fff}.ccdemo-team-list{display:grid;gap:8px}.ccdemo-team-list>div{display:grid;grid-template-columns:50px 1fr auto auto;align-items:center;gap:12px;padding:12px;border:1px solid #e7ebf0;border-radius:14px}.ccdemo-team-list strong,.ccdemo-team-list small{display:block}.ccdemo-team-list small{margin-top:3px;color:#7d899a}.ccdemo-team-list b{padding:7px 9px;border-radius:99px;background:#eff4f8;color:#53647b;font-size:10px}.ccdemo-team-list button{border:0;background:none;color:#a33440;font-size:11px;font-weight:800;cursor:pointer}.ccdemo-tour-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ccdemo-tour-list a{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid #e4eaf0;border-radius:14px;color:inherit;text-decoration:none}.ccdemo-tour-list>a>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#eef5fa;color:var(--cc-navy)}.ccdemo-tour-list strong,.ccdemo-tour-list small{display:block}.ccdemo-tour-list small{margin-top:3px;color:#8290a2}.ccdemo-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ccdemo-scenario-card{display:flex;min-height:260px;flex-direction:column;padding:25px;border:1px solid var(--cc-line);border-radius:22px;background:#fff;box-shadow:var(--cc-shadow)}.ccdemo-scenario-card>span{width:max-content;padding:5px 8px;border-radius:99px;background:#fff4ce;color:#8d6500;font-size:9px;font-weight:900}.ccdemo-scenario-card h2{margin:13px 0 8px;color:var(--cc-navy)}.ccdemo-scenario-card p{flex:1;color:#67768a;line-height:1.55}.ccdemo-auth{display:grid;grid-template-columns:1fr minmax(380px,540px);min-height:100vh}.ccdemo-auth-info{display:flex;justify-content:center;flex-direction:column;padding:8vw;background:linear-gradient(145deg,var(--cc-dark),var(--cc-navy));color:#fff}.ccdemo-auth-info img{width:min(260px,70%);padding:12px;border-radius:16px;background:#fff}.ccdemo-auth-info .ccdemo-demo-badge{width:max-content;margin:18px 0}.ccdemo-auth-info h1{max-width:650px;margin:0 0 18px;font-size:clamp(38px,5vw,65px);line-height:1.04;letter-spacing:-.045em}.ccdemo-auth-info p{max-width:650px;color:#dbe5f3;font-size:17px;line-height:1.65}.ccdemo-auth-info ul{display:grid;gap:9px;padding-left:20px;color:#e6eef8}.ccdemo-auth-card{align-self:center;margin:40px;padding:35px;border:1px solid var(--cc-line);border-radius:25px;background:#fff;box-shadow:0 24px 70px rgba(13,33,70,.12)}.ccdemo-auth-card h2{margin:7px 0 18px;color:var(--cc-navy);font-size:30px}.ccdemo-auth-card form{display:grid;gap:13px}.ccdemo-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.ccdemo-auth-grid .wide{grid-column:1/-1}.ccdemo-auth label small{color:#8894a5}.ccdemo-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:8px!important;line-height:1.45}.ccdemo-consent input{width:auto!important;margin-top:3px}.ccdemo-auth-error{margin-bottom:14px;padding:12px;border-radius:12px;background:#fdebed;color:#9b2f3b}.ccdemo-auth-alt{margin-top:17px;color:#788699;font-size:12px;text-align:center}.ccdemo-auth-alt a{color:var(--cc-blue);font-weight:800}.ccdemo-expired{width:min(680px,calc(100% - 30px));margin:10vh auto;padding:42px;border:1px solid var(--cc-line);border-radius:26px;background:#fff;text-align:center;box-shadow:var(--cc-shadow)}.ccdemo-expired>img{max-width:240px}.ccdemo-expired .ccdemo-demo-badge{margin:18px 0}.ccdemo-expired h1{color:var(--cc-navy);font-size:38px}.ccdemo-expired p{color:#6b7a8e;line-height:1.6}.ccdemo-expired>a{display:block;margin-top:18px;color:#6e7b8d}.ccdemo-modal[hidden]{display:none}.ccdemo-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px}.ccdemo-modal-backdrop{position:absolute;inset:0;background:rgba(10,30,60,.52);backdrop-filter:blur(5px)}.ccdemo-modal>section{position:relative;z-index:2;width:min(92vw,620px);padding:30px;border-radius:23px;background:#fff;box-shadow:0 30px 90px rgba(0,20,50,.28)}.ccdemo-modal h2{margin:7px 0;color:var(--cc-navy);font-size:29px}.ccdemo-modal p{color:#6b7a8c;line-height:1.55}.ccdemo-modal-close{position:absolute;right:16px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#f0f4f7;color:var(--cc-navy);font-size:24px;cursor:pointer}.ccdemo-person-summary{display:flex;flex-direction:column;margin:16px 0;padding:13px;border-radius:13px;background:#f3f8fc}.ccdemo-person-summary strong{color:var(--cc-navy)}.ccdemo-person-summary span{margin-top:3px;color:#728196;font-size:11px}.ccdemo-modal form{display:grid;gap:13px}.ccdemo-assistant-button{position:fixed;right:22px;bottom:22px;z-index:90;width:54px;height:54px;border:0;border-radius:17px;background:var(--cc-navy);color:#fff;font-size:22px;font-weight:900;box-shadow:0 14px 32px rgba(13,33,70,.25);cursor:pointer}.ccdemo-assistant{position:fixed;right:22px;bottom:86px;z-index:91;display:flex;width:min(390px,calc(100vw - 30px));max-height:560px;flex-direction:column;border:1px solid var(--cc-line);border-radius:21px;background:#fff;box-shadow:0 24px 65px rgba(13,33,70,.2);opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s}.ccdemo-assistant.open{opacity:1;visibility:visible;transform:none}.ccdemo-assistant header{display:flex;align-items:center;justify-content:space-between;padding:16px 17px;border-bottom:1px solid #e9edf2}.ccdemo-assistant header strong,.ccdemo-assistant header span{display:block}.ccdemo-assistant header strong{color:var(--cc-navy)}.ccdemo-assistant header span{font-size:10px;color:#8995a6}.ccdemo-assistant-close{border:0;background:none;color:var(--cc-navy);font-size:24px;cursor:pointer}.ccdemo-assistant-messages{display:grid;gap:9px;min-height:180px;padding:15px;overflow:auto}.ccdemo-assistant-messages>div{max-width:88%;padding:10px 12px;border-radius:13px;font-size:12px;line-height:1.5}.ccdemo-assistant-messages .bot{background:#edf5fa;color:var(--cc-text)}.ccdemo-assistant-messages .user{margin-left:auto;background:var(--cc-navy);color:#fff}.ccdemo-assistant form{display:grid;grid-template-columns:1fr auto;gap:7px;padding:12px;border-top:1px solid #e9edf2}.ccdemo-assistant form button{border:0;border-radius:10px;background:var(--cc-blue);color:#fff;font-weight:800}.ccdemo-menu,.ccdemo-backdrop,.ccdemo-drawer{display:none}.ccdemo-tour-popover{position:fixed;z-index:100002;width:min(340px,calc(100vw - 30px));padding:17px;border:1px solid #d9e3ec;border-radius:17px;background:#fff;box-shadow:0 20px 60px rgba(13,33,70,.22)}.ccdemo-tour-popover .ccdemo-demo-badge{margin-bottom:8px}.ccdemo-tour-popover h3{margin:0 0 7px;color:var(--cc-navy);font-size:18px}.ccdemo-tour-popover p{margin:0;color:#68788d;font-size:12px;line-height:1.55}.ccdemo-tour-actions{display:flex;justify-content:space-between;gap:7px;margin-top:14px}.ccdemo-tour-actions button{padding:8px 10px;border:0;border-radius:9px;background:#edf3f8;color:var(--cc-navy);font-size:11px;font-weight:800;cursor:pointer}.ccdemo-tour-actions .primary{margin-left:auto;background:var(--cc-navy);color:#fff}.ccdemo-tour-highlight{position:relative!important;z-index:100001!important;outline:4px solid rgba(242,193,71,.75)!important;outline-offset:5px!important;border-radius:12px}.ccdemo-onboarding{padding-top:34px}
@media(max-width:1050px){.ccdemo-tabs{justify-content:flex-start}.ccdemo-action-grid,.ccdemo-test-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.ccdemo-employee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ccdemo-card-list{grid-template-columns:1fr 1fr}.ccdemo-scenario-grid{grid-template-columns:1fr 1fr}.ccdemo-auth{grid-template-columns:1fr}.ccdemo-auth-info{min-height:auto;padding:50px}.ccdemo-auth-info h1{font-size:44px}.ccdemo-auth-card{width:min(680px,calc(100% - 30px));margin:30px auto}.ccdemo-report{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body.ccdemo-app-body{overflow-x:hidden}.ccdemo-header{min-height:78px;padding:11px 76px 11px 15px}.ccdemo-brand img{max-width:140px}.ccdemo-brand .ccdemo-demo-badge{display:none}.ccdemo-company{max-width:42%;overflow:hidden}.ccdemo-company>img{display:none}.ccdemo-company strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ccdemo-company span{display:none}.ccdemo-tabs{display:none}.ccdemo-menu{display:flex;position:fixed;right:14px;top:14px;z-index:70;width:48px;height:48px;align-items:center;justify-content:center;border:0;border-radius:15px;background:#f0f4f8;color:var(--cc-navy);font-size:20px}.ccdemo-backdrop{position:fixed;inset:0;z-index:79;background:rgba(13,33,70,.35);backdrop-filter:blur(2px)}body.ccdemo-drawer-open .ccdemo-backdrop{display:block}.ccdemo-drawer{position:fixed;z-index:80;top:0;right:0;bottom:0;display:flex;width:min(88vw,390px);padding:0;background:#fff;flex-direction:column;transform:translateX(105%);transition:.22s ease;box-shadow:-18px 0 50px rgba(13,33,70,.15)}body.ccdemo-drawer-open .ccdemo-drawer{transform:none}.ccdemo-drawer-head{display:flex;align-items:center;padding:18px;border-bottom:1px solid var(--cc-line)}.ccdemo-drawer-head img{max-width:150px}.ccdemo-drawer-close{margin-left:auto;width:42px;height:42px;border:0;border-radius:13px;background:#f3f6f9;color:var(--cc-navy);font-size:24px}.ccdemo-drawer-company{padding:17px 20px 8px;color:var(--cc-navy)}.ccdemo-drawer nav{display:grid;gap:4px;padding:10px 13px;overflow:auto}.ccdemo-drawer nav a{display:flex;align-items:center;gap:11px;padding:12px;border-radius:13px;color:var(--cc-navy);font-weight:800;text-decoration:none}.ccdemo-drawer nav a.active{background:#fff4cf}.ccdemo-drawer-logout{margin:auto 14px 18px;padding:12px;border-radius:12px;background:#f5f7fa;color:#7c3640;text-align:center;text-decoration:none;font-weight:800}.ccdemo-main{width:calc(100% - 26px);padding:24px 0 90px}.ccdemo-hero{align-items:flex-start;flex-direction:column;padding:22px}.ccdemo-hero.compact{padding:21px}.ccdemo-hero-actions{width:100%;justify-content:flex-start}.ccdemo-kpis,.ccdemo-kpis.small,.ccdemo-insights{grid-template-columns:1fr 1fr}.ccdemo-action-grid,.ccdemo-employee-grid,.ccdemo-card-list,.ccdemo-scenario-grid,.ccdemo-two-col,.ccdemo-report,.ccdemo-tour-list{grid-template-columns:1fr}.ccdemo-form-grid{grid-template-columns:1fr}.ccdemo-form-grid .wide{grid-column:auto}.ccdemo-test-summary{grid-template-columns:1fr 1fr}.ccdemo-score-list>div{grid-template-columns:120px 1fr 42px}.ccdemo-training-list>a,.ccdemo-static-row{align-items:flex-start;flex-direction:column}.ccdemo-training-list>*>div:last-child{text-align:left}.ccdemo-note-form{grid-template-columns:1fr}.ccdemo-contact-cta{align-items:flex-start;flex-direction:column}.ccdemo-contact-cta>div:last-child{width:100%;justify-content:flex-start}.ccdemo-contact-cta .ccdemo-btn{width:100%}.ccdemo-team-list>div{grid-template-columns:44px 1fr}.ccdemo-team-list>div>b,.ccdemo-team-list>div>form{grid-column:2}.ccdemo-auth-info{padding:38px 24px}.ccdemo-auth-info h1{font-size:36px}.ccdemo-auth-card{padding:24px}.ccdemo-auth-grid{grid-template-columns:1fr}.ccdemo-auth-grid .wide{grid-column:auto}.ccdemo-assistant-button{right:14px;bottom:14px}.ccdemo-assistant{right:14px;bottom:76px}.ccdemo-toolbar{align-items:stretch;flex-direction:column}.ccdemo-toolbar details .ccdemo-btn{width:100%}.ccdemo-inline-form{position:static;width:100%;margin-top:10px}.ccdemo-goal{grid-template-columns:32px 1fr}.ccdemo-goal>div{grid-column:2;justify-content:flex-start}.ccdemo-card{padding:19px}.ccdemo-report-preview{min-height:220px}}
@media(max-width:470px){.ccdemo-kpis,.ccdemo-kpis.small,.ccdemo-insights,.ccdemo-test-summary{grid-template-columns:1fr}.ccdemo-hero h1{font-size:30px}.ccdemo-contact-cta{padding:22px}.ccdemo-details{grid-template-columns:1fr;gap:3px}.ccdemo-details dd{margin-bottom:8px}}
.ccdemo-saved-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ccdemo-saved-grid a{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:12px;border:1px solid #e5eaf0;border-radius:13px;color:inherit;text-decoration:none}.ccdemo-saved-grid>a>span{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:#fff5d7;color:#a37200}.ccdemo-saved-grid strong,.ccdemo-saved-grid small{display:block}.ccdemo-saved-grid small{margin-top:2px;color:#8793a4}.ccdemo-team-actions{display:flex;gap:4px}.ccdemo-team-actions form{display:inline}@media(max-width:760px){.ccdemo-saved-grid{grid-template-columns:1fr}.ccdemo-team-actions{grid-column:2}}
.ccdemo-tour-popover{position:fixed}.ccdemo-tour-close{position:absolute;right:10px;top:10px;width:30px;height:30px;border:0;border-radius:50%;background:#f1f4f7;color:var(--cc-navy);font-size:18px;cursor:pointer}.ccdemo-tour-popover h3{padding-right:28px}
.ccdemo-logout{margin-left:5px;padding:8px 10px;border-radius:10px;background:#f3f6f9;color:var(--cc-navy);font-size:11px;font-weight:800;text-decoration:none}@media(max-width:760px){.ccdemo-logout{display:none}}

/* =========================================================
   1.1.0 — productie-uitlijning Opleidingsportaal / Aanmeldportaal
   ========================================================= */
.ccdemo-portal-label{margin-left:8px;padding:7px 10px;border-radius:999px;background:#edf5fa;color:var(--cc-navy);font-size:10px;font-weight:900;white-space:nowrap}
.ccdemo-mode-application .ccdemo-tabs{justify-content:center;border-bottom:1px solid #e3e9f1;background:#fff}.ccdemo-mode-application .ccdemo-tabs a{color:var(--cc-navy)}.ccdemo-mode-application .ccdemo-tabs a.active{background:#edf5fa;color:var(--cc-navy);box-shadow:none}.ccdemo-mode-application .ccdemo-tabs a:hover{background:#f6f9fc}
.ccdemo-choice-hero{margin-bottom:22px}.ccdemo-portal-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ccdemo-portal-choice-card{display:flex;min-height:430px;flex-direction:column;padding:30px;border:1px solid var(--cc-line);border-radius:25px;background:#fff;box-shadow:var(--cc-shadow)}.ccdemo-portal-choice-card.application{border-top:5px solid var(--cc-blue)}.ccdemo-portal-choice-card.education{border-top:5px solid var(--cc-yellow)}.ccdemo-choice-badge{align-self:flex-start;padding:7px 10px;border-radius:999px;background:#edf5fa;color:var(--cc-navy);font-size:10px;font-weight:950;letter-spacing:.08em}.ccdemo-portal-choice-card h2{margin:18px 0 9px;color:var(--cc-navy);font-size:28px;line-height:1.16}.ccdemo-portal-choice-card p{color:#657489;line-height:1.6}.ccdemo-portal-choice-card ul{display:grid;gap:9px;margin:10px 0 25px;padding-left:22px;color:#536176}.ccdemo-portal-choice-card .ccdemo-btn{margin-top:auto}

/* Opleidingsportaal 3.7.x visuele taal */
.ccop33-hero,.ccop33-pagehead{margin:0 0 24px;padding:34px;border-radius:25px;background:linear-gradient(135deg,#17386b,#4699cc);color:#fff;overflow:hidden}.ccop33-hero>span,.ccop33-pagehead>span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f2c147;color:#17386b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.ccop33-hero h1,.ccop33-pagehead h1{margin:18px 0 8px;color:#fff;font-size:34px;line-height:1.08}.ccop33-hero p,.ccop33-pagehead p{max-width:760px;margin:0;color:rgba(255,255,255,.9);line-height:1.6}.ccop33-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.ccop33-kpis article{padding:18px;border:1px solid #e3e9f1;border-radius:17px;background:#fff;box-shadow:0 6px 22px rgba(13,33,70,.045)}.ccop33-kpis small{display:block;color:#8793a5;font-size:9px;font-weight:900;letter-spacing:.07em}.ccop33-kpis strong{display:block;margin-top:7px;color:#17386b;font-size:27px}.ccop33-kpis em{display:block;margin-top:3px;color:#778398;font-size:10px;font-style:normal}.ccop33-dashboard-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.ccop33-panel{padding:20px;border:1px solid #e3e9f1;border-radius:20px;background:#fff;box-shadow:0 7px 25px rgba(13,33,70,.045)}.ccop33-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.ccop33-panel-head small{display:block;color:#8a96a8;font-size:9px;font-weight:900;letter-spacing:.08em}.ccop33-panel-head h2{margin:3px 0 0;color:#17386b;font-size:20px}.ccop33-panel-head>a{color:#17386b;font-size:11px;font-weight:850;text-decoration:none}.ccop33-actions{display:grid;gap:7px}.ccop33-actions>a{display:grid;grid-template-columns:39px 1fr 20px;align-items:center;gap:10px;padding:11px;border-radius:13px;background:#f7f9fc;color:inherit;text-decoration:none}.ccop33-actions strong,.ccop33-actions small{display:block}.ccop33-actions strong{color:#17386b;font-size:12px}.ccop33-actions small{margin-top:2px;color:#7a8799;font-size:10px}.ccop33-action-num{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:#fff4cf;color:#765700;font-weight:950}.ccop33-need{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #eef2f6}.ccop33-need:first-of-type{border-top:0}.ccop33-need strong,.ccop33-need small{display:block}.ccop33-need strong{color:#17386b;font-size:12px}.ccop33-need small{margin-top:3px;color:#7c899a;font-size:10px}.ccop33-prio{padding:6px 8px;border-radius:999px;font-size:9px;font-weight:900}.ccop33-prio.hoog{background:#fdecec;color:#a61b1b}.ccop33-prio.middel{background:#fff4d6;color:#8b5a00}.ccop33-prio.laag{background:#eaf7ef;color:#107c41}.ccop33-quick{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:16px}.ccop33-quick a{padding:14px;border:1px solid #e3e9f1;border-radius:15px;background:#fff;color:inherit;text-decoration:none}.ccop33-quick strong,.ccop33-quick span{display:block}.ccop33-quick strong{color:#17386b;font-size:12px}.ccop33-quick span{margin-top:5px;color:#7a8799;font-size:9px;line-height:1.4}
.ccop33-toolbar{position:sticky;top:100px;z-index:4;display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:8px;background:#f5f7fb}.ccop33-toolbar input{flex:1;min-height:47px;padding:0 14px;border:1px solid #dce3ec;border-radius:13px;background:#fff}.ccop33-toolbar span{color:#7b8799;font-size:11px;font-weight:800}.ccop33-employees{display:grid;gap:10px}.ccop33-employee{overflow:hidden;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.ccop33-employee summary{display:grid;grid-template-columns:48px minmax(0,1fr) auto 24px;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;list-style:none}.ccop33-employee summary::-webkit-details-marker{display:none}.ccop33-avatar{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#edf5fa;color:#17386b;font-size:18px;font-weight:950}.ccop33-emp-main strong,.ccop33-emp-main small{display:block}.ccop33-emp-main strong{color:#17386b}.ccop33-emp-main small{margin-top:4px;color:#7b8799;font-size:10px}.ccop33-emp-score{text-align:right}.ccop33-emp-score b,.ccop33-emp-score span{display:block}.ccop33-emp-score b{color:#17386b;font-size:18px}.ccop33-emp-score span{color:#7b8799;font-size:9px}.ccop33-chevron{color:#17386b;font-size:20px}.ccop33-employee-body{padding:0 16px 17px;border-top:1px solid #edf0f4}.ccop33-emp-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.ccop33-emp-meta span{padding:11px;border-radius:12px;background:#f7f9fc}.ccop33-emp-meta small,.ccop33-emp-meta strong{display:block}.ccop33-emp-meta small{color:#8b97a8;font-size:9px}.ccop33-emp-meta strong{margin-top:4px;color:#263653;font-size:11px}.ccop33-employee-body h3{color:#17386b;font-size:14px}.ccop33-history{display:grid;gap:7px}.ccop33-history article{display:grid;grid-template-columns:1fr auto 110px;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:#f7f9fc}.ccop33-history strong,.ccop33-history small{display:block}.ccop33-history small{margin-top:3px;color:#8a96a8;font-size:9px}.ccop33-history>b{color:#17386b}.ccop33-history>article>span{font-size:10px;color:#677489}

/* Testresultaten zoals productie */
.ccop23-dashboard-hero{margin:0 0 30px;padding:38px;border-radius:27px;background:linear-gradient(135deg,#17386b,#4699cc);color:#fff}.ccop23-dashboard-hero span{display:inline-flex;padding:8px 14px;border-radius:999px;background:#f2c147;color:#17386b;font-size:11px;font-weight:900}.ccop23-dashboard-hero h1{margin:16px 0 8px;color:#fff;font-size:40px}.ccop23-dashboard-hero p{max-width:700px;margin:0;color:rgba(255,255,255,.9)}.ccop23-kpis-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.ccop23-kpi{padding:22px;border:1px solid #e5edf5;border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(23,56,107,.06)}.ccop23-kpi small{display:block;color:#667085;font-size:10px;font-weight:900}.ccop23-kpi strong{display:block;margin-top:8px;color:#17386b;font-size:27px}.ccop23-card-modern,.ccop23-heat{margin-top:20px;padding:24px;border:1px solid #e5edf5;border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(23,56,107,.06)}.ccop23-card-modern h2,.ccop23-heat h2{margin:0 0 18px;color:#17386b}.ccop23-donuts{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:16px}.ccop23-donut-card{text-align:center}.ccop23-donut{position:relative;width:105px;height:105px;margin:0 auto 11px;border-radius:50%}.ccop23-donut:before{content:"";position:absolute;inset:18px;border-radius:50%;background:#fff}.ccop23-donut span{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:#17386b;font-weight:900}.ccop23-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ccop23-level-gaps{display:grid;gap:12px}.ccop23-level-group{padding:12px;border-radius:14px;background:#f8fafc}.ccop23-level-head{display:flex;align-items:center;justify-content:space-between}.ccop23-level-head small{color:#8b97a8;font-size:9px;font-weight:900}.ccop23-level-head h3{margin:3px 0;color:#17386b}.ccop23-level-list{display:grid;gap:7px;margin-top:8px}.ccop23-level-list article{display:grid;grid-template-columns:1fr 130px;gap:12px;align-items:center;padding:9px 0;border-top:1px solid #e8edf2}.ccop23-level-list strong,.ccop23-level-list small{display:block}.ccop23-level-list small{margin-top:3px;color:#7a8799;font-size:9px}.ccop23-gap-meter b{display:block;color:#17386b;font-size:10px}.ccop23-gap-meter i{display:block;height:7px;margin-top:4px;overflow:hidden;border-radius:99px;background:#e8edf2}.ccop23-gap-meter em{display:block;height:100%;background:linear-gradient(90deg,#f2c147,#d85c54)}.ccop23-training-plan{display:grid;gap:10px}.ccop23-training-plan article{padding:13px;border-radius:13px;background:#edf5fb;color:#536176}.ccop23-training-plan strong{display:block;margin-bottom:4px;color:#17386b}.ccop23-heat{overflow:auto}.ccop23-heat table{width:100%;border-collapse:separate;border-spacing:0 8px}.ccop23-heat th{padding:0 12px 10px;color:#667085;font-size:10px;text-align:left;text-transform:uppercase}.ccop23-heat td{padding:12px;background:#f8fafc}.ccop23-heat td:first-child{border-radius:12px 0 0 12px}.ccop23-heat td:last-child{border-radius:0 12px 12px 0}.pill{display:inline-flex;min-width:48px;justify-content:center;padding:7px 10px;border-radius:999px;font-weight:800}.pill.good{background:#e9f8ef;color:#177245}.pill.bad{background:#fff4e0;color:#c57d11}.pill.unknown{background:#eef2f7;color:#667085}.heatbar{display:flex;align-items:center;gap:8px;min-width:150px}.heatbar i{display:block;flex:1;height:9px;overflow:hidden;border-radius:99px;background:#e8edf2}.heatbar em{display:block;height:100%;background:linear-gradient(90deg,#f2c147,#d85c54)}.heatbar b{min-width:38px;color:#17386b;font-size:11px}
.ccdemo-roadmap{display:grid;gap:10px}.ccdemo-roadmap-stage{display:grid;grid-template-columns:42px 1fr auto;align-items:start;gap:12px;padding:14px;border:1px solid #e3e9f1;border-radius:16px}.ccdemo-roadmap-stage>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#edf5fa;color:#17386b;font-weight:950}.ccdemo-roadmap-stage.now>span{background:#fff0b8}.ccdemo-roadmap-stage.ok>span{background:#eaf7ef;color:#107c41}.ccdemo-roadmap-stage small{color:#8b97a8;font-size:9px;font-weight:900}.ccdemo-roadmap-stage h3{margin:3px 0 6px;color:#17386b}.ccdemo-roadmap-stage p{margin:0;color:#667085;font-size:11px;line-height:1.5}.ccdemo-roadmap-stage>b{padding:6px 9px;border-radius:999px;background:#f3f5f8;color:#667085;font-size:9px}.ccdemo-roadmap-stage.now>b{background:#fff3c4;color:#765700}.ccdemo-roadmap-stage.ok>b{background:#eaf7ef;color:#107c41}.ccdemo-learning-plan{display:grid;gap:10px;margin-bottom:16px}.ccdemo-learning-plan article{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:17px;border:1px solid #e3e9f1;border-radius:17px;background:#fff}.ccdemo-learning-plan>article>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#edf5fa;color:#17386b;font-weight:950}.ccdemo-learning-plan small{color:#8b97a8;font-size:9px;font-weight:900}.ccdemo-learning-plan h3{margin:3px 0;color:#17386b}.ccdemo-learning-plan p{margin:4px 0 0;color:#667085;font-size:11px}.ccdemo-learning-plan b{padding:7px 9px;border-radius:99px;background:#fff4d6;color:#8b5a00;font-size:9px}

/* Algemene productiekaarten voor Planning / Documenten */
.ccdemo-production-education .intro{text-align:center;max-width:900px;margin:0 auto 28px}.ccdemo-production-education .intro>span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f2c147;color:#17386b;font-size:10px;font-weight:900;text-transform:uppercase}.ccdemo-production-education .intro h1{margin:14px 0 8px;color:#17386b;font-size:34px}.ccdemo-production-education .intro p{color:#667085;line-height:1.55}.ccdemo-production-education .cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ccdemo-production-education .card,.ccdemo-production-education .request,.ccdemo-production-education .empty-state{padding:24px;border:1px solid #e3e9f1;border-radius:20px;background:#fff;box-shadow:0 7px 25px rgba(13,33,70,.045)}.ccdemo-production-education .card small,.ccdemo-production-education .request small{color:#8793a5;font-size:9px;font-weight:900;letter-spacing:.06em}.ccdemo-production-education .card h3,.ccdemo-production-education .request h2{color:#17386b}.ccdemo-production-education .requests{display:grid;gap:14px}.ccdemo-production-education .request-top{display:flex;justify-content:space-between;gap:14px}.ccdemo-production-education .badge{align-self:flex-start;padding:8px 11px;border-radius:999px;background:#edf5fa;color:#17386b;font-size:10px;font-weight:900}.ccdemo-production-education .btn{display:inline-flex;justify-content:center;padding:12px 17px;border:0;border-radius:11px;background:#17386b;color:#fff;text-decoration:none;font-weight:900;cursor:pointer}.ccdemo-production-education .btn.secondary{background:#edf5fa;color:#17386b}.ccdemo-pdf-form{display:grid;gap:14px;margin-top:18px}.ccdemo-pdf-option{display:flex;gap:10px;align-items:flex-start;padding:13px;border-radius:13px;background:#f6f8fb}.ccdemo-pdf-option strong,.ccdemo-pdf-option small{display:block}.ccdemo-pdf-option small{margin-top:3px;color:#7b8799;font-size:10px}.ccdemo-participant-list{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.ccdemo-participant-list>span{padding:8px 10px;border-radius:99px;background:#edf5fa;color:#17386b;font-size:10px}.ccdemo-participant-list small{color:#6f7d90}

/* Aanmeldportaal productlook */
.ccdemo-mode-application .ccdemo-main{max-width:1280px}.ccap-demo-project-hero{margin-bottom:25px;padding:34px;border-radius:26px;background:linear-gradient(135deg,#17386b,#4699cc);color:#fff}.ccap-demo-project-hero h1{margin:10px 0 6px;color:#fff;font-size:35px}.ccap-demo-project-hero p{margin:0;color:rgba(255,255,255,.9)}.ccap-demo-content-heading{display:flex;align-items:center;gap:14px;margin:24px 0 14px}.ccap-demo-content-heading>span{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#edf5fa;color:#17386b;font-weight:950}.ccap-demo-content-heading small{color:#4699cc;font-size:10px;font-weight:900;letter-spacing:.08em}.ccap-demo-content-heading h2{margin:3px 0 0;color:#17386b;font-size:25px}.ccap-demo-content-card{padding:26px;border:1px solid rgba(255,255,255,.95);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 16px 42px rgba(0,59,115,.09)}.ccap-demo-content-card h3{color:#17386b}.ccap-demo-content-card p{color:#64748b;line-height:1.65}.ccap-demo-filter-bar{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin-bottom:17px;padding:16px;border:1px solid #e3e9f1;border-radius:18px;background:#fff}.ccap-demo-filter-bar label{font-size:10px;font-weight:900;color:#53647f}.ccap-demo-filter-bar select{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #d7e1eb;border-radius:11px;background:#fff}.ccap-demo-filter-bar>span{padding:12px;border-radius:12px;background:#edf5fa;color:#17386b}.ccap-demo-session-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ccap-demo-session-card{padding:24px;border:1px solid #e3e9f1;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(13,33,70,.06)}.ccap-demo-session-top{display:flex;justify-content:space-between;gap:10px}.ccap-demo-session-top span,.ccap-demo-session-top b{padding:6px 9px;border-radius:99px;font-size:9px}.ccap-demo-session-top span{background:#edf5fa;color:#17386b;font-weight:900}.ccap-demo-session-top b{background:#eaf7ef;color:#107c41}.ccap-demo-session-card h3{margin:15px 0 7px;color:#17386b}.ccap-demo-session-card>p{color:#718096;line-height:1.5}.ccap-demo-session-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.ccap-demo-session-card dl div{padding:10px;border-radius:12px;background:#f6f8fb}.ccap-demo-session-card dt{color:#8a96a8;font-size:9px}.ccap-demo-session-card dd{margin:4px 0 0;color:#17386b;font-size:11px;font-weight:800}.ccap-demo-enrollment-list{display:grid;gap:12px}.ccap-demo-enrollment-list article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px;border:1px solid #e3e9f1;border-radius:18px;background:#fff}.ccap-demo-enrollment-list small{color:#4699cc;font-size:9px;font-weight:900}.ccap-demo-enrollment-list h3{margin:4px 0;color:#17386b}.ccap-demo-enrollment-list p{margin:0;color:#718096}.ccap-demo-enrollment-list>article>span{padding:7px 10px;border-radius:99px;background:#eaf7ef;color:#107c41;font-size:10px;font-weight:900}.ccap-demo-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ccap-demo-resource-grid article{padding:23px;border:1px solid #e3e9f1;border-radius:20px;background:#fff}.ccap-demo-resource-grid article>span{display:inline-flex;padding:6px 9px;border-radius:99px;background:#edf5fa;color:#17386b;font-size:9px;font-weight:900}.ccap-demo-resource-grid h3{color:#17386b}.ccap-demo-resource-grid p{color:#718096;line-height:1.55}

@media(max-width:1000px){.ccdemo-portal-choice-grid,.ccop33-dashboard-grid,.ccop23-two,.ccap-demo-session-grid{grid-template-columns:1fr}.ccop33-kpis,.ccop23-kpis-modern{grid-template-columns:repeat(2,minmax(0,1fr))}.ccop33-quick{grid-template-columns:1fr 1fr}.ccop23-donuts{grid-template-columns:repeat(3,minmax(120px,1fr))}.ccdemo-production-education .cards{grid-template-columns:1fr}}
@media(max-width:760px){.ccdemo-portal-label{display:none}.ccop33-hero,.ccop33-pagehead,.ccop23-dashboard-hero{padding:24px 20px}.ccop33-hero h1,.ccop33-pagehead h1,.ccop23-dashboard-hero h1{font-size:30px}.ccop33-kpis,.ccop23-kpis-modern{grid-template-columns:1fr 1fr}.ccop33-quick{grid-template-columns:1fr}.ccop33-toolbar{top:76px;align-items:stretch;flex-direction:column}.ccop33-employee summary{grid-template-columns:44px minmax(0,1fr) 24px}.ccop33-emp-score{grid-column:2;text-align:left}.ccop33-chevron{grid-column:3;grid-row:1/3}.ccop33-emp-meta{grid-template-columns:1fr}.ccop33-history article{grid-template-columns:1fr auto}.ccop33-history>article>span{grid-column:1/-1}.ccop23-donuts{grid-template-columns:repeat(2,minmax(120px,1fr))}.ccop23-level-list article{grid-template-columns:1fr}.ccap-demo-filter-bar{grid-template-columns:1fr}.ccap-demo-session-card dl{grid-template-columns:1fr}.ccap-demo-resource-grid{grid-template-columns:1fr}}
@media(max-width:480px){.ccop33-kpis,.ccop23-kpis-modern{grid-template-columns:1fr}.ccop23-donuts{grid-template-columns:1fr}.ccdemo-portal-choice-card{padding:22px}.ccdemo-portal-choice-card h2{font-size:24px}}


/* 1.2.0 — production-aligned Opleidingsportaal navigation, planning, practical details and participants */
.ccdemo-topbar{position:sticky;top:84px;z-index:48;border-bottom:1px solid #dce5ee;background:#f8fafc}
.ccdemo-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(1500px,100%);margin:0 auto;padding:7px max(18px,3vw)}
.ccdemo-topbar a{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 10px;border-radius:9px;color:#17386b;text-decoration:none;font-size:12px;font-weight:850}
.ccdemo-topbar a:hover,.ccdemo-topbar a.active{background:#eaf2f8}
.ccdemo-topbar-actions{display:flex;align-items:center;gap:3px}
.ccdemo-topbar-switch{color:#53647f!important}
.ccdemo-tabs{top:126px}
.ccdemo-drawer-divider{height:1px;margin:8px 10px;background:#e5eaf0}

.ccdemo-real-request.new{padding:45px 30px}
.ccdemo-real-request .intro{max-width:900px;margin:0 auto 34px;text-align:center}
.ccdemo-real-request .intro>span{display:inline-flex;padding:9px 16px;border-radius:999px;background:#f2c147;color:#17386b;font-size:10px;font-weight:900;text-transform:uppercase}
.ccdemo-real-request .intro h1{margin:18px 0 10px;color:#17386b;font-size:38px;font-weight:500}
.ccdemo-real-request .intro p{color:#667085;font-size:16px;line-height:1.55}
.ccdemo-real-request form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:900px;margin:0 auto}
.ccdemo-real-request form label{font-weight:800;color:#17386b}
.ccdemo-real-request form input,.ccdemo-real-request form select,.ccdemo-real-request form textarea{display:block;width:100%;margin-top:9px;padding:15px;border:1px solid #ccd4e0;border-radius:10px;background:#fff;color:#263653}
.ccdemo-real-request form .wide{grid-column:1/-1}
.ccdemo-real-request form .center{text-align:left}
.ccdemo-real-request form .btn.wide{grid-column:1/-1;justify-self:start}

.ccdemo-request-filters{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}
.ccdemo-request-filters a{display:inline-flex;align-items:center;gap:7px;padding:12px 17px;border-radius:999px;background:#edf2fd;color:#1742aa;text-decoration:none;font-size:12px;font-weight:850}
.ccdemo-request-filters a.active{background:#2850b9;color:#fff}
.ccdemo-request-filters span{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.65);font-size:10px}
.ccdemo-list-summary{margin:-10px 0 18px;color:#68788d;font-size:12px}
.ccdemo-real-planning{display:grid;gap:18px}
.ccdemo-request-wrap{display:grid;gap:7px}
.ccdemo-request-index{padding-left:14px;color:#8a97a8;font-size:10px;font-weight:900;text-transform:uppercase}
.ccdemo-real-request-card{padding:26px!important}
.ccdemo-request-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.ccdemo-request-head h3{margin:6px 0 0;color:#17386b;font-size:22px}
.ccdemo-request-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0 16px}
.ccdemo-request-facts span{padding:13px 14px;border-radius:13px;background:#f7f9fc;color:#667085;font-size:12px}
.ccdemo-request-facts strong{display:block;margin-bottom:4px;color:#17386b}
.ccdemo-planning-roster,.ccdemo-practical-link{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px;padding:15px 17px;border:1px solid #dfe7ef;border-radius:14px;background:#f8fbfd}
.ccdemo-planning-roster strong,.ccdemo-practical-link strong{color:#17386b}
.ccdemo-planning-roster span,.ccdemo-practical-link span{color:#738197;font-size:11px}
.ccdemo-planning-roster a,.ccdemo-practical-link a{flex:0 0 auto;padding:10px 13px;border-radius:10px;background:#17386b;color:#fff;text-decoration:none;font-size:11px;font-weight:850}
.ccdemo-request-details{margin-top:14px;border-top:1px solid #e6ebf1}
.ccdemo-request-details summary{padding-top:15px;color:#17386b;font-weight:850;cursor:pointer}
.ccdemo-request-details-body{padding-top:15px}
.ccdemo-route-box{display:flex;justify-content:space-between;gap:20px;padding:15px;border-radius:13px;background:#f7f9fc;color:#667085}
.ccdemo-route-box strong{color:#17386b}
.ccdemo-real-planning .timeline{display:grid;grid-template-columns:repeat(5,1fr);margin:28px 0 5px}
.ccdemo-real-planning .timeline div{position:relative;text-align:center;color:#a0abc0;font-size:11px}
.ccdemo-real-planning .timeline div:before{content:"";position:absolute;top:7px;left:0;width:100%;height:3px;background:#dde2eb}
.ccdemo-real-planning .timeline i{display:block;position:relative;width:16px;height:16px;margin:0 auto 9px;border-radius:50%;background:#dde2eb}
.ccdemo-real-planning .timeline .done{color:#17386b;font-weight:800}
.ccdemo-real-planning .timeline .done:before,.ccdemo-real-planning .timeline .done i{background:#43a46c}

.ccdemo-practical-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:1000px}
.ccdemo-practical-list{display:grid;gap:14px}
.ccdemo-practical-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px;border:1px solid #e1e7ee;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(24,53,103,.05)}
.ccdemo-practical-card h3{margin:7px 0;color:#17386b;font-size:20px}
.ccdemo-practical-card p,.ccdemo-practical-card small{color:#667085}
.ccdemo-practical-card>div:last-child{display:grid;gap:8px;justify-items:end}
.ccdemo-practical-status{display:inline-flex;padding:7px 11px;border-radius:999px;background:#edf5fa;color:#17386b;font-size:11px;font-weight:900}
.ccdemo-practical-status.is-complete{background:#e9f7ee;color:#107c41}
.ccdemo-practical-status.is-partial{background:#fff5d9;color:#9b6800}
.ccdemo-practical-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.ccdemo-practical-head h3{margin:6px 0 0;color:#17386b}
.ccdemo-practical-progress{margin:16px 0}
.ccdemo-practical-progress>div{height:8px;overflow:hidden;border-radius:999px;background:#edf2f7}
.ccdemo-practical-progress i{display:block;height:100%;background:#17386b}
.ccdemo-practical-known{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:18px 0}
.ccdemo-practical-known span{padding:12px;border-radius:12px;background:#f7f9fc;color:#667085;font-size:11px}
.ccdemo-practical-known strong{display:block;margin-top:4px;color:#17386b}
.ccdemo-practical-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ccdemo-practical-form label{display:grid;gap:7px;color:#17386b;font-weight:800}
.ccdemo-practical-form input,.ccdemo-practical-form select,.ccdemo-practical-form textarea{width:100%;padding:12px;border:1px solid #d6dfe8;border-radius:11px;background:#fff}
.ccdemo-practical-form .wide{grid-column:1/-1}

.ccdemo-participant-hero{margin-bottom:28px;padding:42px;border-radius:30px;background:linear-gradient(110deg,#20477f,#4699cc);color:#fff;box-shadow:0 16px 40px rgba(23,56,107,.12)}
.ccdemo-participant-hero>span{display:inline-flex;padding:8px 14px;border-radius:999px;background:#f2c147;color:#17386b;font-size:10px;font-weight:950;letter-spacing:.05em}
.ccdemo-participant-hero h1{margin:21px 0 10px;font-size:42px;font-weight:500;line-height:1.05}
.ccdemo-participant-hero p{max-width:900px;margin:0;font-size:17px;line-height:1.55}
.ccdemo-participant-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}
.ccdemo-participant-kpis article{padding:24px;border:1px solid #e0e7ef;border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(24,53,103,.05)}
.ccdemo-participant-kpis small,.ccdemo-participant-kpis strong,.ccdemo-participant-kpis span{display:block}
.ccdemo-participant-kpis small{color:#8491a4;font-size:10px;font-weight:900}
.ccdemo-participant-kpis strong{margin:8px 0 6px;color:#17386b;font-size:34px}
.ccdemo-participant-kpis span{color:#7c899c;font-size:11px}
.ccdemo-participant-stage,.ccdemo-communication-panel{margin-bottom:22px;padding:26px;border:1px solid #e0e7ef;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(24,53,103,.05)}
.ccdemo-participant-stage>small,.ccdemo-communication-head small{color:#8996a7;font-size:10px;font-weight:900}
.ccdemo-participant-stage h2,.ccdemo-communication-panel h2{margin:7px 0;color:#17386b;font-size:26px}
.ccdemo-course-day-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.ccdemo-course-day-card{display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center;padding:17px;border:1px solid #dbe5ef;border-radius:18px;background:#fbfcfe;color:inherit;text-decoration:none}
.ccdemo-course-day-card:hover,.ccdemo-course-day-card.active{border-color:#8bb9d8;background:#f4f9fd}
.ccdemo-course-date{display:grid;place-items:center;padding:10px;border-radius:16px;background:#edf5fa;color:#17386b}
.ccdemo-course-date strong{font-size:26px}.ccdemo-course-date span{font-size:10px;font-weight:900}
.ccdemo-course-day-card h3{margin:0 0 4px;color:#17386b;font-size:17px}
.ccdemo-course-day-card p{margin:0;color:#7a889b;font-size:11px}
.ccdemo-course-day-card b{display:block;margin-top:7px;color:#53647f;font-size:10px}
.ccdemo-course-arrow{color:#17386b;font-size:30px}
.ccdemo-participant-stage-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.ccdemo-participant-stage-head>span{padding:8px 11px;border-radius:999px;background:#edf5fa;color:#17386b;font-size:11px;font-weight:850}
.ccdemo-participant-checkboxes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}
.ccdemo-participant-checkboxes label{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #e2e8ef;border-radius:13px}
.ccdemo-participant-checkboxes input{margin-top:4px}
.ccdemo-participant-checkboxes strong,.ccdemo-participant-checkboxes small{display:block}
.ccdemo-participant-checkboxes strong{color:#17386b}.ccdemo-participant-checkboxes small{margin-top:3px;color:#7a8799;font-size:10px}
.ccdemo-participant-actions{display:flex;gap:10px;flex-wrap:wrap}
.ccdemo-communication-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.ccdemo-communication-head p{max-width:700px;margin:7px 0 0;color:#718095}
.ccdemo-communication-stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ccdemo-communication-stats span{padding:9px 12px;border-radius:999px;background:#edf5fa;color:#17386b;font-size:10px;font-weight:900}
.ccdemo-communication-saved{margin:18px 0;padding:13px 15px;border-radius:13px;background:#f6f8fb;color:#6f7d91;font-size:11px}
.ccdemo-communication-saved strong{color:#17386b}
.ccdemo-communication-list{overflow:hidden;border:1px solid #e0e6ed;border-radius:17px}
.ccdemo-communication-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border-bottom:1px solid #e6ebf0}
.ccdemo-communication-list>div:last-child{border-bottom:0}
.ccdemo-communication-list strong,.ccdemo-communication-list small{display:block}
.ccdemo-communication-list strong{color:#17386b}.ccdemo-communication-list small{margin-top:4px;color:#778599}
.ccdemo-communication-list>div>span{padding:8px 11px;border-radius:999px;background:#edf5fa;color:#17386b;font-size:10px;font-weight:900}
.ccdemo-communication-list>div>span.sent{background:#e9f7ee;color:#107c41}
.ccdemo-single-contact{max-width:780px;margin:0 auto}
.ccdemo-single-contact .card{text-align:center}
.ccdemo-single-contact .card p{max-width:620px;margin:0 auto 22px}

@media(max-width:1050px){
 .ccdemo-practical-known{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ccdemo-course-day-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
 .ccdemo-topbar{display:none}
 .ccdemo-tabs{top:78px}
 .ccdemo-real-request form{grid-template-columns:1fr}
 .ccdemo-real-request form .wide{grid-column:auto}
 .ccdemo-request-head,.ccdemo-planning-roster,.ccdemo-practical-link,.ccdemo-practical-card,.ccdemo-participant-stage-head,.ccdemo-communication-head{align-items:flex-start;flex-direction:column}
 .ccdemo-request-facts,.ccdemo-practical-known,.ccdemo-practical-form,.ccdemo-participant-kpis,.ccdemo-participant-checkboxes{grid-template-columns:1fr}
 .ccdemo-real-planning .timeline{grid-template-columns:1fr;gap:8px}
 .ccdemo-real-planning .timeline div{display:flex;align-items:center;gap:10px;text-align:left}
 .ccdemo-real-planning .timeline div:before{display:none}
 .ccdemo-real-planning .timeline i{margin:0}
 .ccdemo-practical-card>div:last-child{justify-items:start}
 .ccdemo-participant-hero{padding:28px 22px}.ccdemo-participant-hero h1{font-size:32px}
 .ccdemo-course-day-card{grid-template-columns:58px 1fr auto}
 .ccdemo-communication-stats{justify-content:flex-start}
}
