:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.job-architecture-app{box-sizing:border-box;background-color:#f5f7fa;flex-direction:column;height:100vh;padding:.5vh 1vw;display:flex;overflow:hidden}.app-header{box-sizing:border-box;background-color:#fff;border-radius:8px;justify-content:center;align-items:center;height:8vh;min-height:50px;margin-bottom:1vh;padding:1vh 2vw;display:flex;box-shadow:0 2px 4px #0000001a}.app-header h1{color:#2c3e50;margin:0;font-size:clamp(16px,2.5vh,28px);font-weight:600}.app-content{flex-direction:column;flex:1;gap:1vh;min-height:0;display:flex}.image-placeholder{text-align:center;color:#a0aec0;box-sizing:border-box;background-color:#fff;border:2px dashed #cbd5e0;border-radius:8px;justify-content:center;align-items:center;padding:2vh 2vw;font-size:clamp(11px,1.2vh,14px);font-style:italic;display:flex}.image-placeholder.image-top{height:12vh;min-height:80px}.image-placeholder.image-top:before{content:"Header Image Area (12vh)"}.image-placeholder.image-bottom{height:12vh;min-height:80px}.image-placeholder.image-bottom:before{content:"Footer Image Area (12vh)"}.grid-wrapper-with-static{background-color:#fff;flex:1;gap:0;min-height:0;display:flex;overflow:auto;box-shadow:0 2px 8px #0000001a}.static-column{border-bottom:1px solid #e2e8f0;border-right:2px solid #e2e8f0;flex-direction:column;align-self:flex-start;min-width:8vw;display:flex}.static-column.career-track-column{flex-direction:column;display:flex}.static-column.career-track-column .static-column-header{flex-shrink:0}.static-column-header{color:#fff;text-align:center;box-sizing:border-box;background-color:#2c3e50;border-bottom:2px solid #e2e8f0;flex-shrink:0;justify-content:center;align-items:center;height:65px;padding:8px .5vw;font-size:clamp(10px,1.1vh,12px);font-weight:600;display:flex}.static-cell{color:#4a5568;box-sizing:border-box;background-color:#f7fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;padding:1vh .5vw;font-size:clamp(9px,1vh,11px);font-weight:500;display:flex}.levels-column .static-cell{flex-grow:0;flex-shrink:0}.static-cell:last-child{border-bottom:none}.static-cell.empty-level-placeholder{color:#a0aec0;opacity:.7;background-color:#e2e8f0;font-style:italic}.main-grid-container{flex-direction:column;flex:1;min-width:0;display:flex;overflow:visible}.grid-action-buttons{background-color:#f7fafc;border-bottom:2px solid #e2e8f0;border-radius:8px 8px 0 0;flex-wrap:wrap;gap:1vw;padding:1vh 1vw;display:flex}.grid-action-buttons button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#2c3e50;border:none;border-radius:6px;padding:.8vh 1.5vw;font-size:clamp(10px,1.1vh,12px);font-weight:500;transition:background-color .2s,transform .1s}.btn-with-icon{align-items:center;gap:6px;padding:.9vh 1.2vw;display:flex}.btn-with-icon svg{flex-shrink:0}.btn-structure{background-color:#4a5568;border:2px solid #4a5568}.btn-structure:hover{background-color:#2d3748;border-color:#2d3748}.btn-content{background-color:#3b82f6;border:2px solid #3b82f6}.btn-content:hover{background-color:#2563eb;border-color:#2563eb}.grid-action-buttons button:active{transform:translateY(1px)}.grid-action-buttons button:focus{outline-offset:2px;outline:2px solid #60a5fa}.career-track-cell,.level-cell{justify-content:center;align-items:center;gap:.5vw;display:flex;position:relative}.cell-label{text-align:center;flex:1}.cell-delete-button,.cell-add-button{color:#333;cursor:pointer;z-index:10;background-color:#ffffffe6;border:1px solid #cbd5e0;border-radius:3px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:14px;line-height:1;transition:background-color .2s,transform .2s;display:flex;position:absolute}.cell-delete-button{left:4px}.cell-add-button{right:4px}.cell-delete-button:hover{color:#fff;background-color:#f44;transform:scale(1.1)}.cell-add-button:hover{color:#fff;background-color:#4a90e2;transform:scale(1.1)}.cell-delete-button:active,.cell-add-button:active{transform:scale(.95)}@media (width<=900px){.job-architecture-app{padding:.5vh .5vw}.app-header{padding:1vh 1vw}.app-header h1{font-size:clamp(14px,2vh,20px)}.static-column{min-width:10vw}.add-card-button{padding:.8vh 1vw;font-size:clamp(10px,1vh,12px)}}@media (height<=600px){.image-placeholder{height:8vh;min-height:50px}.app-header{height:6vh;min-height:40px}}.loading-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{background-color:#fff;border-radius:8px;padding:2rem 3rem;font-size:1.2rem;font-weight:500;box-shadow:0 4px 12px #00000026}.error-banner{color:#fff;z-index:9998;background-color:#f44336;border-radius:4px;align-items:center;gap:1rem;max-width:80%;padding:1rem 2rem;display:flex;position:fixed;top:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.error-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.error-close:hover{background-color:#fff3}.job-arch-grid-wrapper{flex-direction:column;min-width:max-content;height:100%;display:flex}.job-function-group-headers{background-color:#1a252f;grid-auto-flow:column;display:grid}.job-function-group-header{color:#fff;text-align:center;box-sizing:border-box;border-bottom:2px solid #34495e;border-right:2px solid #4a5568;flex-shrink:0;justify-content:center;align-items:center;gap:.5vw;height:35px;padding:10px .5vw;font-size:clamp(11px,1.2vh,13px);font-weight:700;display:flex;position:relative}.job-function-group-header:last-child{border-right:none}.job-function-group-header.empty-group{opacity:.7;background-color:#2d3748}.group-label{text-align:center;flex:1}.group-delete-button,.group-add-button{color:#fff;cursor:pointer;background-color:#ffffff26;border:1px solid #ffffff4d;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:background-color .2s,transform .2s;display:flex}.group-delete-button:hover{background-color:#e74c3c;border-color:#c0392b;transform:scale(1.05)}.group-add-button:hover{background-color:#3498db;border-color:#2980b9;transform:scale(1.05)}.group-delete-button:active,.group-add-button:active{transform:scale(.95)}.job-arch-grid-headers{background-color:#2c3e50;grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.job-arch-column-header{color:#fff;text-align:center;box-sizing:border-box;border-bottom:2px solid #e2e8f0;border-right:1px solid #4a5568;flex-shrink:0;justify-content:center;align-items:center;gap:.3vw;min-width:16vw;height:30px;padding:8px .5vw;font-size:clamp(10px,1.1vh,12px);font-weight:600;display:flex;position:relative}.job-arch-column-header:last-child{border-right:none}.function-label{text-align:center;flex:1}.function-delete-button{color:#fff;cursor:pointer;background-color:#ffffff1a;border:1px solid #fff3;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background-color .2s,transform .2s;display:flex}.function-delete-button:hover{background-color:#e74c3c;border-color:#c0392b;transform:scale(1.05)}.function-delete-button:active{transform:scale(.95)}.job-arch-column-header.empty-function-placeholder{opacity:.6;color:#cbd5e0;background-color:#4a5568;font-style:italic}.job-arch-grid-container{background-color:#fff;align-content:start;gap:0;display:grid;overflow:visible}.job-arch-grid-cell{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;min-width:16vw;min-height:30px;transition:background-color .2s;position:relative}.job-arch-grid-cell:hover{background-color:#f7fafc}.job-arch-grid-cell.dragging-over{background-color:#ebf8ff}.job-arch-grid-cell.empty-group-cell{opacity:.5;pointer-events:none;cursor:not-allowed;background-color:#e2e8f0}.card-wrapper{box-sizing:border-box;padding:0}@media (width<=768px){.job-arch-column-header{min-height:2.5vh;padding:.6vh .4vw;font-size:clamp(9px,1vh,11px)}.job-arch-grid-cell{min-height:3.5vh}.card-wrapper{padding:0}}.editable-card{box-sizing:border-box;cursor:grab;background-color:#4a90e2;border:1px solid #3a7bc8;border-radius:3px;flex-direction:column;width:100%;height:100%;min-height:30px;transition:box-shadow .2s,opacity .2s,background-color .2s;display:flex;position:relative}.editable-card.card-preview{opacity:.4;background-color:#7ab8f5;border-style:dashed}.editable-card:hover{box-shadow:0 2px 4px #00000026}.editable-card:active{cursor:grabbing}.card-content{color:#fff;text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;width:100%;font-size:clamp(9px,1vh,11px);font-weight:500;display:flex}.card-text{cursor:text;word-break:break-word;box-sizing:border-box;justify-content:center;align-items:center;height:30px;padding:.5vh .5vw;line-height:1.2;display:flex}.card-text:hover{background-color:#ffffff1a;border-radius:2px}.card-edit-input{color:#2c3e50;text-align:center;box-sizing:border-box;background-color:#fff;border:2px solid #357abd;border-radius:3px;outline:none;width:100%;padding:.3vh .5vw;font-size:clamp(9px,1vh,11px);font-weight:500}.card-edit-input:focus{border-color:#2c5f99;box-shadow:0 0 0 2px #4a90e233}.card-remove-button{color:#333;cursor:pointer;z-index:10;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:14px;line-height:1;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:2px;right:20px}.card-remove-button:hover{color:#fff;background-color:#f44;transform:scale(1.1)}.card-remove-button:active{transform:scale(.95)}.card-edit-button{color:#333;cursor:pointer;z-index:10;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:12px;line-height:1;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:2px;right:38px}.card-edit-button:hover{color:#fff;background-color:#4a90e2;transform:scale(1.1)}.card-edit-button:active{transform:scale(.95)}.card-subjobs{flex-direction:column;display:flex}.card-subjob-wrapper{box-sizing:border-box;justify-content:center;align-items:center;height:30px;display:flex;position:relative}.card-subjob-text{cursor:text;word-break:break-word;justify-content:center;align-items:center;width:100%;height:100%;padding:.5vh .5vw;font-size:clamp(9px,1vh,11px);line-height:1.2;display:flex}.card-subjob-text:hover{background-color:#ffffff1a;border-radius:2px}.subjob-remove-button{color:#333;cursor:pointer;z-index:10;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:14px;line-height:1;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:2px;right:2px}.subjob-remove-button:hover{color:#fff;background-color:#f44;transform:scale(1.1)}.subjob-remove-button:active{transform:scale(.95)}.subjob-edit-button{color:#333;cursor:pointer;z-index:10;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:12px;line-height:1;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:2px;right:20px}.subjob-edit-button:hover{color:#fff;background-color:#4a90e2;transform:scale(1.1)}.subjob-edit-button:active{transform:scale(.95)}.card-add-job-button{color:#333;cursor:pointer;z-index:20;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:2px;right:2px}.card-add-job-button:hover{color:#fff;background-color:#4a90e2;transform:scale(1.1)}.card-add-job-button:active{transform:scale(.95)}@media (width<=768px){.card-content{padding:.4vh .4vw;font-size:clamp(8px,.9vh,10px)}.card-remove-button,.card-edit-button{width:14px;height:14px;font-size:12px}.card-edit-button{right:18px}}.modal-backdrop{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:8px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.2s ease-in-out slideUp;display:flex;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.modal-close-button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background-color .15s ease-in-out,color .15s ease-in-out;display:flex}.modal-close-button:hover{color:#111827;background-color:#f3f4f6}.modal-close-button:focus{outline-offset:2px;outline:2px solid #3b82f6}.modal-content{flex:1;padding:24px;overflow-y:auto}.prompt-modal-form{flex-direction:column;gap:16px;display:flex}.prompt-label{color:#374151;margin-bottom:4px;font-size:.9375rem;font-weight:500}.prompt-input{color:#111827;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 12px;font-size:.9375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.prompt-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.prompt-input::placeholder{color:#9ca3af}.prompt-modal-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.btn-cancel,.btn-confirm{cursor:pointer;border-radius:6px;padding:10px 20px;font-size:.9375rem;font-weight:500;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.btn-cancel{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-cancel:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-cancel:focus{outline-offset:2px;outline:2px solid #3b82f6}.btn-confirm{color:#fff;background:#3b82f6;border:1px solid #3b82f6}.btn-confirm:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.btn-confirm:focus{outline-offset:2px;outline:2px solid #3b82f6}.confirm-modal-content{flex-direction:column;gap:24px;display:flex}.confirm-message{color:#374151;margin:0;font-size:.9375rem;line-height:1.5}.confirm-modal-actions{justify-content:flex-end;gap:12px;display:flex}.btn-confirm-danger{cursor:pointer;color:#fff;background:#dc2626;border:1px solid #dc2626;border-radius:6px;padding:10px 20px;font-size:.9375rem;font-weight:500;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.btn-confirm-danger:hover{background-color:#b91c1c;border-color:#b91c1c}.btn-confirm-danger:focus{outline-offset:2px;outline:2px solid #dc2626}
