*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1E2761;--navy-dark: #15204f;--teal: #028090;--teal-light: #04a0b4;--white: #ffffff;--light-blue: #EAF2FB;--green: #2E7D32;--green-light: #e8f5e9;--red: #c62828;--red-light: #ffebee;--gray-100: #f5f7fa;--gray-200: #e8ecf1;--gray-400: #9aa5b4;--gray-700: #4a5568;--gray-900: #1a202c;--sidebar-w: 270px;--header-h: 56px;--radius: 8px;--shadow: 0 2px 12px rgba(30, 39, 97, .1);--shadow-md: 0 4px 20px rgba(30, 39, 97, .14);--font: "Segoe UI", "Inter", system-ui, sans-serif}html,body,#root{height:100%;font-family:var(--font);color:var(--gray-900);background:var(--gray-100)}button{cursor:pointer;border:none;background:none;font-family:inherit}a{color:var(--teal)}ul{list-style:none}.app-shell{display:flex;flex-direction:column;height:100vh}.app-header{height:var(--header-h);background:var(--navy);color:var(--white);display:flex;align-items:center;gap:12px;padding:0 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000040;flex-shrink:0}.hamburger{display:flex;flex-direction:column;gap:5px;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s}.header-brand{display:flex;align-items:baseline;gap:8px;flex:1}.header-logo{font-size:1.1rem;font-weight:800;letter-spacing:.5px;background:var(--teal);padding:2px 8px;border-radius:4px}.header-title{font-size:.95rem;opacity:.85}.header-cert-badge{background:var(--green);color:#fff;padding:4px 12px;border-radius:20px;font-size:.78rem;font-weight:600}.app-body{display:flex;flex:1;overflow:hidden}.sidebar{width:0;overflow:hidden;background:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;transition:width .25s ease;flex-shrink:0}.sidebar.open{width:var(--sidebar-w)}.nav-list{flex:1;overflow-y:auto;padding:12px 0}.nav-item{width:100%;display:flex;align-items:flex-start;gap:10px;padding:10px 16px;text-align:left;font-size:.85rem;color:var(--gray-700);border-left:3px solid transparent;transition:background .15s,border-color .15s}.nav-item:hover{background:var(--light-blue)}.nav-item.active{background:var(--light-blue);border-left-color:var(--teal);color:var(--navy);font-weight:600}.nav-icon{font-size:.9rem;min-width:18px;margin-top:2px}.nav-label{display:flex;flex-direction:column}.nav-phase-num{font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;opacity:.6}.nav-phase-title{font-size:.85rem;line-height:1.3}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--gray-200)}.btn-reset{width:100%;padding:8px;border:1px solid var(--red);color:var(--red);border-radius:var(--radius);font-size:.8rem;transition:background .15s}.btn-reset:hover{background:var(--red-light)}.main-content{flex:1;overflow-y:auto;background:var(--gray-100)}.btn-primary{background:var(--teal);color:#fff;padding:10px 22px;border-radius:var(--radius);font-size:.9rem;font-weight:600;transition:background .15s,opacity .15s}.btn-primary:hover:not(:disabled){background:var(--teal-light)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-outline{border:1.5px solid var(--teal);color:var(--teal);padding:9px 20px;border-radius:var(--radius);font-size:.9rem;font-weight:600;transition:background .15s}.btn-outline:hover{background:var(--light-blue)}.dashboard{max-width:1000px;margin:0 auto;padding:32px 24px}.congrats-banner{background:var(--green);color:#fff;padding:16px 24px;border-radius:var(--radius);font-size:1.1rem;font-weight:700;text-align:center;margin-bottom:24px;box-shadow:var(--shadow)}.dashboard-hero{background:var(--navy);color:#fff;border-radius:12px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;box-shadow:var(--shadow-md)}.hero-text h1{font-size:1.6rem;font-weight:800}.hero-subtitle{margin-top:6px;opacity:.75;font-size:.95rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .btn-primary{background:var(--teal)}.hero-actions .btn-outline{border-color:#ffffff80;color:#fff}.hero-actions .btn-outline:hover{background:#ffffff1a}.progress-section{margin-bottom:28px}.progress-header{display:flex;justify-content:space-between;font-size:.85rem;color:var(--gray-700);margin-bottom:8px}.progress-pct{font-weight:700;color:var(--navy)}.progress-bar-track{height:10px;background:var(--gray-200);border-radius:10px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--teal),var(--teal-light));border-radius:10px;transition:width .4s ease}.phase-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.phase-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column;border:2px solid transparent}.phase-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.phase-card.status-completed{border-color:var(--green)}.phase-card.status-inprogress{border-color:var(--teal)}.card-phase-num{color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:6px 14px}.card-body{flex:1;padding:14px 16px}.card-title{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:8px}.card-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.card-score{font-size:.78rem;color:var(--gray-700)}.tag{display:inline-block;font-size:.72rem;background:var(--light-blue);color:var(--navy);border-radius:4px;padding:2px 8px;font-weight:600}.card-status{padding:6px 14px;font-size:.75rem;font-weight:700;text-align:center}.card-status.status-completed{background:var(--green-light);color:var(--green)}.card-status.status-inprogress{background:#e3f2fd;color:#1565c0}.card-status.status-notstarted{background:var(--gray-100);color:var(--gray-400)}.phase-view{max-width:900px;margin:0 auto}.phase-banner{padding:32px 32px 28px;color:#fff}.banner-inner{max-width:900px}.banner-tag{display:inline-block;background:var(--teal);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 10px;border-radius:4px;margin-bottom:10px}.banner-title{font-size:1.6rem;font-weight:800;line-height:1.25}.phase-body{padding:32px}.phase-intro{font-size:1rem;color:var(--gray-700);line-height:1.7;background:#fff;border-left:4px solid var(--teal);padding:16px 20px;border-radius:0 8px 8px 0;margin-bottom:32px;box-shadow:var(--shadow)}.phase-section{margin-bottom:32px}.section-title{font-size:1.05rem;font-weight:700;color:var(--navy);padding-bottom:8px;border-bottom:2px solid var(--light-blue);margin-bottom:14px}.section-bullets{list-style:disc;padding-left:22px}.section-bullets li{margin-bottom:8px;font-size:.92rem;line-height:1.6;color:var(--gray-700)}.section-bullets li::marker{color:var(--teal)}.resource-table-wrap{overflow-x:auto;margin-top:12px;border-radius:var(--radius);box-shadow:var(--shadow)}.resource-table{width:100%;border-collapse:collapse;background:#fff;font-size:.88rem}.resource-table th{background:var(--navy);color:#fff;padding:10px 14px;text-align:left;font-weight:600;font-size:.8rem}.resource-table td{padding:10px 14px;border-bottom:1px solid var(--gray-200);vertical-align:middle}.resource-table tr:last-child td{border-bottom:none}.resource-table tr:hover td{background:var(--light-blue)}.resource-link{color:var(--teal);font-weight:600;text-decoration:none;white-space:nowrap}.resource-link:hover{text-decoration:underline}.resource-na{color:var(--gray-400);font-size:.8rem}.deliverables-box{background:var(--green-light);border:1.5px solid #a5d6a7;border-radius:var(--radius);padding:20px 24px;margin-bottom:32px}.deliverables-title{font-size:1rem;font-weight:700;color:var(--green);margin-bottom:12px}.deliverables-list{display:flex;flex-direction:column;gap:8px}.deliverable-item label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.9rem;color:var(--gray-700);line-height:1.5}.deliverable-item input[type=checkbox]{width:16px;height:16px;min-width:16px;accent-color:var(--green);margin-top:2px}.deliverable-item.checked label{color:var(--green);text-decoration:line-through;opacity:.7}.quiz{background:#fff;border-radius:var(--radius);padding:28px;margin-bottom:24px;box-shadow:var(--shadow)}.quiz-title{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--light-blue)}.quiz-question{margin-bottom:24px}.q-text{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:12px;line-height:1.5}.q-options{display:flex;flex-direction:column;gap:8px}.q-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius);text-align:left;font-size:.88rem;transition:border-color .15s,background .15s;line-height:1.4;color:var(--gray-900)}.q-option:hover:not(:disabled){border-color:var(--teal);background:var(--light-blue)}.q-option.selected{border-color:var(--teal);background:var(--light-blue)}.q-option.correct{border-color:var(--green);background:var(--green-light);color:var(--green);font-weight:600}.q-option.incorrect{border-color:var(--red);background:var(--red-light);color:var(--red)}.option-letter{min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--gray-200);border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.q-option.correct .option-letter{background:var(--green);color:#fff}.q-option.incorrect .option-letter{background:var(--red);color:#fff}.q-option.selected .option-letter{background:var(--teal);color:#fff}.q-explanation{margin-top:10px;padding:10px 14px;background:#fff8e1;border-left:3px solid #f9a825;border-radius:0 6px 6px 0;font-size:.85rem;color:var(--gray-700);line-height:1.5}.quiz-submit{margin-top:8px}.quiz-result-box{margin-top:16px;padding:16px 20px;border-radius:var(--radius);display:flex;flex-direction:column;gap:10px}.quiz-result-box.passed{background:var(--green-light);border:1.5px solid #a5d6a7}.quiz-result-box.failed{background:var(--red-light);border:1.5px solid #ef9a9a}.result-score{font-size:1rem}.pass-msg{color:var(--green);font-weight:700}.fail-msg{color:var(--red);font-weight:700}.quiz-saved .quiz-result-box{margin-top:0}.phase-actions{margin-bottom:16px}.btn-complete{padding:12px 28px;border-radius:var(--radius);font-size:.95rem;font-weight:700;transition:background .15s,opacity .15s}.btn-complete.enabled{background:var(--green);color:#fff}.btn-complete.enabled:hover{background:#388e3c}.btn-complete.disabled{background:var(--gray-200);color:var(--gray-400);cursor:not-allowed}.phase-nav{display:flex;gap:12px;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--gray-200)}.appendix{max-width:900px;margin:0 auto}.appendix-search{display:flex;align-items:center;gap:14px;margin-bottom:20px}.search-input{flex:1;padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-size:.9rem;font-family:inherit;transition:border-color .15s}.search-input:focus{outline:none;border-color:var(--teal)}.search-count{font-size:.82rem;color:var(--gray-400);white-space:nowrap}.app-loading{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--gray-700);font-size:1rem}.app-error{color:var(--red)}.error-detail{font-size:.85rem;color:var(--gray-400)}.loading-spinner{width:40px;height:40px;border:4px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.print-summary{display:none}@media print{.app-header,.sidebar,.phase-nav,.phase-actions,.quiz,.deliverables-box,.hero-actions,.btn-primary,.btn-outline,.phase-view,.appendix{display:none!important}.print-summary{display:block!important;padding:20px}.dashboard{max-width:100%;padding:0}.phase-cards{display:none}.progress-section{display:block}.dashboard-hero{box-shadow:none;background:var(--navy)}}@media(max-width:768px){.dashboard-hero{flex-direction:column;align-items:flex-start}.phase-body{padding:20px}.phase-banner{padding:24px 20px 20px}.banner-title{font-size:1.25rem}}@media(max-width:480px){.phase-cards{grid-template-columns:1fr}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}.p0 *{box-sizing:border-box}}@layer components;@layer utilities{.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.break-all{word-break:break-all}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
