*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}button,input,textarea,select{font:inherit}.app{max-width:960px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2.5rem}.app-header{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.app-header h1{margin:0;font-size:2.5rem;letter-spacing:-.02em}.tagline{margin:.5rem 0 0;color:#4a5568;max-width:32rem}.actions{display:flex;gap:.75rem;align-items:center}.action-btn{border:1px solid transparent;border-radius:.75rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;line-height:1.1;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease;background-color:#eef2ff;color:#1e3a8a}.action-btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px #0f172a14}.action-btn:focus-visible{outline:3px solid rgba(99,102,241,.35);outline-offset:2px}.action-btn.primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#f8fafc}.action-btn.primary:hover{border-color:#ffffff40}.action-btn.secondary{background-color:#f1f5f9;color:#0f172a}.action-btn.destructive{background-color:#fee2e2;color:#b91c1c}.panel{background-color:#fff;border-radius:1.25rem;padding:1.75rem;box-shadow:0 12px 32px #0f172a14;border:1px solid rgba(226,232,240,.9)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.panel-title{display:flex;flex-direction:column;gap:.35rem}.panel-heading h2{margin:0;font-size:1.4rem}.meta{color:#64748b;font-weight:600}.view-toggle{display:inline-flex;gap:.25rem;padding:.25rem;border-radius:999px;background-color:#eef2ff}.view-toggle-btn{border:none;background:transparent;padding:.35rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;color:#4c51bf;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease}.view-toggle-btn:hover{background-color:#6366f124}.view-toggle-btn:focus-visible{outline:2px solid rgba(99,102,241,.45);outline-offset:2px}.view-toggle-btn.is-active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#f8fafc;box-shadow:0 8px 16px #6366f140}.big-form{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.25rem}.field{display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.85rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:.35rem}.field-input{border:1px solid #cbd5f5;border-radius:.75rem;padding:.65rem .75rem;font-size:.95rem;background-color:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease}.field-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e;outline:none;background-color:#fff}.field-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.progress-value{font-weight:500;color:#4338ca}.objective-tree{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.objective-item{list-style:none}.objective-card{background:linear-gradient(135deg,#f4f6ffd9,#e8eafacc);border-radius:1rem;padding:1.25rem;border:1px solid rgba(99,102,241,.2);display:flex;flex-direction:column;gap:.85rem}.objective-header{display:flex;align-items:center;gap:.75rem}.objective-title-input{flex:1;border:1px solid transparent;border-radius:.75rem;padding:.4rem .6rem;font-size:1.1rem;font-weight:600;background-color:#ffffffbf;color:#1e293b;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s}.objective-title-input:focus{border-color:#6366f1a6;box-shadow:0 0 0 3px #6366f12e;background-color:#fff;outline:none}.objective-title-input::placeholder{color:#94a3b8}.collapse-btn{border:none;background-color:#fff;color:#312e81;width:32px;height:32px;border-radius:50%;box-shadow:0 2px 4px #4f46e533;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.collapse-btn:hover{background-color:#eef2ff}.objective-actions{display:flex;flex-wrap:wrap;gap:.6rem}.objective-children{list-style:none;margin:.75rem 0 0 1.5rem;padding-left:1rem;border-left:2px dashed rgba(148,163,184,.5);display:flex;flex-direction:column;gap:1rem}.flat-list{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.65rem}.flat-list-item{list-style:none}.flat-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;background:linear-gradient(135deg,#f4f6ffe6,#e6e8fad9);border-radius:.9rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 6px 12px #0f172a0d}.flat-card-main{display:flex;flex-direction:column;gap:.35rem}.flat-title{font-weight:600;color:#1e293b}.flat-meta{font-size:.8rem;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.06em}.flat-progress{font-weight:600;color:#0f172a}.table-scroll{margin-top:1.5rem;overflow-x:auto}.objectives-table{width:100%;border-collapse:collapse;min-width:520px;background-color:#f8fafc;border-radius:1rem;overflow:hidden}.objectives-table th,.objectives-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(203,213,225,.6);font-size:.95rem}.objectives-table thead th{background-color:#e0e7ff;font-weight:700;color:#312e81;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.objectives-table tbody tr:last-child td{border-bottom:none}.table-title{display:inline-block;min-width:12rem}.mindmap-container{margin-top:1.5rem;height:520px;border-radius:1.25rem;border:1px solid rgba(99,102,241,.2);overflow:hidden;background:linear-gradient(135deg,#e2e8f08c,#c7d2fe66)}.mindmap-flow{width:100%;height:100%;background:transparent}.mindmap-node{display:flex;flex-direction:column;gap:.3rem}.mindmap-title{font-weight:700;font-size:1rem}.mindmap-subtitle{font-size:.8rem;color:inherit;opacity:.9}.mindmap-root .mindmap-title{font-size:1.1rem}.new-objective-form{margin:.75rem 0 0;display:flex;flex-wrap:wrap;gap:.75rem}.new-objective-form .field-input{flex:1;min-width:180px}.empty-state{margin:1.5rem 0 0;color:#64748b;font-weight:500}.toast{border-radius:.75rem;padding:.85rem 1.1rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start}.toast-success{background-color:#dcfce7;color:#166534}.toast-error{background-color:#fee2e2;color:#991b1b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.app-header{flex-direction:column;align-items:flex-start}.actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.panel-heading{flex-direction:column;align-items:flex-start;gap:.75rem}.view-toggle{width:100%;flex-wrap:wrap;justify-content:flex-start}.view-toggle-btn{flex:1 1 calc(50% - .5rem);text-align:center}.panel{padding:1.35rem}.objective-card{padding:1rem}.mindmap-container{height:420px}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.deadlines-app{min-height:calc(100vh - 52px);background:#f8fafc;padding:1.5rem 1.75rem 3rem;max-width:960px;margin:0 auto}.deadlines-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.deadlines-header h1{margin:0;font-size:1.65rem;letter-spacing:-.02em}.deadlines-tagline{margin:.35rem 0 0;color:#64748b;font-size:.88rem}.deadlines-next{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #0e7490;border-radius:.65rem;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.2rem;min-width:220px}.deadlines-next-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.deadlines-next strong{font-size:.9rem;color:#0f172a}.deadlines-next time{font-size:.82rem;font-weight:700;color:#0e7490}.deadlines-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.deadlines-filter{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer;transition:background .12s,border-color .12s}.deadlines-filter:hover{background:#f1f5f9}.deadlines-filter.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.deadlines-visual{background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;padding:1.25rem;margin-bottom:1.75rem}.deadlines-visual h2,.deadlines-list h2{margin:0 0 1rem;font-size:1rem;font-weight:700;color:#334155}.gantt-chart{display:flex;flex-direction:column;gap:.75rem}.gantt-scroll{overflow-x:auto;overflow-y:auto;max-height:520px;border:1px solid #e2e8f0;border-radius:.65rem;background:#fafbfc}.gantt-inner{position:relative}.gantt-header-row{display:flex;position:sticky;top:0;z-index:10;background:#f1f5f9;border-bottom:2px solid #cbd5e1}.gantt-label-col{flex-shrink:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.gantt-label-col--header{padding:.65rem .75rem;background:#f1f5f9;position:sticky;left:0;z-index:11;border-right:1px solid #e2e8f0}.gantt-grid-header{display:flex;flex-shrink:0}.gantt-month-head{flex-shrink:0;text-align:center;padding:.65rem .25rem;font-size:.68rem;font-weight:700;color:#475569;border-right:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.02em}.gantt-body{position:relative}.gantt-today-line{position:absolute;top:0;bottom:0;width:2px;background:#dc2626;z-index:5;pointer-events:none}.gantt-today-line:before{content:"Aujourd'hui";position:absolute;top:4px;left:4px;font-size:.6rem;font-weight:700;color:#dc2626;white-space:nowrap;background:#fff;padding:.1rem .3rem;border-radius:.2rem}.gantt-group-row{display:flex;border-bottom:1px solid #e2e8f0}.gantt-group-label{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;color:#334155;background:#f8fafc;position:sticky;left:0;z-index:4;border-right:1px solid #e2e8f0;text-transform:none;letter-spacing:0}.gantt-group-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.gantt-group-track{flex-shrink:0;height:28px}.gantt-row{display:flex;border-bottom:1px solid #f1f5f9;min-height:38px;background:#fff}.gantt-row:hover{background:#f8fafc}.gantt-row.is-past{opacity:.55}.gantt-task-label{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.1rem;padding:.35rem .75rem;background:#fff;border:none;border-right:1px solid #f1f5f9;cursor:pointer;text-align:left;position:sticky;left:0;z-index:3}.gantt-row:hover .gantt-task-label{background:#f8fafc}.gantt-task-title{font-size:.78rem;font-weight:600;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gantt-task-amount{font-size:.65rem;font-weight:700;color:#b45309}.gantt-track{position:relative;flex-shrink:0;min-height:38px}.gantt-grid-bg{display:flex;position:absolute;inset:0;pointer-events:none}.gantt-month-cell{flex-shrink:0;border-right:1px solid #f1f5f9;height:100%}.gantt-month-cell:nth-child(2n){background:#f1f5f999}.gantt-bar{position:absolute;top:50%;transform:translateY(-50%);height:22px;border-radius:4px;border:none;cursor:pointer;padding:0 .35rem;display:flex;align-items:center;overflow:hidden;box-shadow:0 1px 3px #0f172a26;transition:filter .12s,transform .12s;z-index:2;min-width:6px}.gantt-bar:hover{filter:brightness(1.08);transform:translateY(-50%) scaleY(1.1);z-index:6}.gantt-bar--milestone{height:22px;width:22px!important;min-width:22px!important;border-radius:4px;transform:translateY(-50%) rotate(45deg);padding:0}.gantt-bar--milestone:hover{transform:translateY(-50%) rotate(45deg) scale(1.1)}.gantt-bar.is-critical{box-shadow:0 0 0 2px #fecaca,0 2px 6px #dc262640}.gantt-bar-label{font-size:.62rem;font-weight:700;color:#fff;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.2);overflow:hidden;text-overflow:ellipsis}.gantt-legend{display:flex;flex-wrap:wrap;gap:1rem;font-size:.72rem;font-weight:600;color:#64748b}.gantt-legend-item{display:inline-flex;align-items:center;gap:.4rem}.gantt-legend-bar{width:24px;height:10px;background:#6366f1;border-radius:3px}.gantt-legend-milestone{width:10px;height:10px;background:#6366f1;border-radius:2px;transform:rotate(45deg)}.gantt-legend-today{width:2px;height:14px;background:#dc2626}.deadlines-list{background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;padding:1.25rem}.deadlines-month-group{margin-bottom:1.75rem}.deadlines-month-group:last-child{margin-bottom:0}.deadlines-month-title{margin:0 0 .75rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.deadlines-events{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.deadline-event{display:grid;grid-template-columns:4px 110px 1fr;gap:0 1rem;background:#fafbfc;border:1px solid #f1f5f9;border-radius:.65rem;overflow:hidden;scroll-margin-top:5rem;transition:box-shadow .15s}.deadline-event:hover{box-shadow:0 4px 12px #0f172a0f}.deadline-event.is-critical{border-color:#fecaca;background:#fffbfb}.deadline-event.is-past{opacity:.65}.deadline-event-accent{width:4px}.deadline-event-date{padding:1rem 0;display:flex;flex-direction:column;gap:.2rem;justify-content:center}.deadline-event-date time{font-size:.82rem;font-weight:700;color:#0f172a}.deadline-event-range{font-size:.72rem;color:#64748b}.deadline-event-body{padding:1rem 1rem 1rem 0}.deadline-event-head{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.35rem}.deadline-event-category{font-size:.68rem;font-weight:700;padding:.15rem .45rem;border-radius:999px}.deadline-event-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#dc2626;background:#fee2e2;padding:.12rem .4rem;border-radius:999px}.deadline-event-amount{font-size:.78rem;font-weight:700;color:#b45309;margin-left:auto}.deadline-event-body h4{margin:0 0 .35rem;font-size:.95rem;color:#0f172a}.deadline-event-body p{margin:0 0 .5rem;font-size:.85rem;color:#475569;line-height:1.5}.deadline-event-actions{margin:0 0 .5rem;padding-left:1.1rem;font-size:.8rem;color:#334155;line-height:1.45}.deadline-event-actions li{margin-bottom:.2rem}.deadline-event-source{font-size:.72rem;color:#94a3b8;font-style:italic}@media(max-width:640px){.deadlines-app{padding:1rem}.gantt-scroll{max-height:400px}.deadline-event{grid-template-columns:4px 1fr;grid-template-rows:auto auto}.deadline-event-date{grid-column:2;padding:.75rem .75rem 0;flex-direction:row;gap:.5rem}.deadline-event-body{grid-column:2;padding:.5rem .75rem .75rem}}.transition-app{min-height:100vh;display:flex;flex-direction:column;background:#f1f5f9}.transition-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;padding:1.25rem 1.75rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:20}.transition-header-main h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.transition-tagline{margin:.2rem 0 0;color:#64748b;font-size:.88rem}.transition-toolbar{display:flex;align-items:center;gap:.75rem}.transition-main{flex:1;padding:1.25rem 1.75rem 2rem;overflow:hidden}.transition-app .view-toggle{display:inline-flex;padding:.2rem;border-radius:.6rem;background:#f1f5f9;border:1px solid #e2e8f0}.transition-app .view-toggle-btn{border:none;background:transparent;padding:.45rem 1rem;border-radius:.45rem;font-size:.88rem;font-weight:600;color:#475569;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.transition-app .view-toggle-btn:hover{color:#0f172a}.transition-app .view-toggle-btn.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1a}.toolbar-btn{border:1px solid #e2e8f0;border-radius:.6rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;background:#fff;color:#475569;transition:background .15s}.toolbar-btn:hover{background:#f8fafc}.toolbar-btn--ghost{border-color:transparent;background:transparent}.kanban-board{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:1rem;height:calc(100vh - 11.5rem);overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem}.kanban-column{display:flex;flex-direction:column;border-radius:.75rem;border:1px solid rgba(15,23,42,.08);min-height:0;overflow:hidden}.kanban-column-header{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid rgba(15,23,42,.06);flex-shrink:0}.kanban-column-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.kanban-column-header h2{margin:0;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#334155;flex:1}.kanban-count{font-size:.75rem;font-weight:700;color:#64748b;background:#ffffffb3;padding:.15rem .45rem;border-radius:999px}.kanban-cards{flex:1;overflow-y:auto;padding:.65rem;display:flex;flex-direction:column;gap:.5rem}.kanban-drop-zone{transition:opacity .15s}.kanban-drop-zone.is-dragging{opacity:.35}.kanban-drop-zone.is-active,.kanban-drop-zone--end.is-active{outline:2px dashed #6366f1;outline-offset:2px;border-radius:.5rem;min-height:4px}.kanban-drop-zone--end{min-height:2rem;flex-shrink:0}.postit-card{background:#fff;border-radius:.65rem;border:1px solid #e2e8f0;border-top:3px solid #6366f1;box-shadow:0 1px 2px #0f172a0f,0 4px 12px #0f172a0a;transition:box-shadow .15s,transform .15s;overflow:hidden}.postit-card:hover{box-shadow:0 2px 4px #0f172a14,0 8px 20px #0f172a12}.postit-card-top{display:flex;align-items:stretch}.postit-drag-handle{flex-shrink:0;width:1.75rem;border:none;background:#f8fafc;color:#94a3b8;cursor:grab;font-size:.9rem;display:flex;align-items:center;justify-content:center;border-right:1px solid #f1f5f9;padding:0}.postit-drag-handle:active{cursor:grabbing;background:#f1f5f9}.postit-open-btn{flex:1;border:none;background:transparent;text-align:left;padding:.85rem;cursor:pointer;min-width:0}.postit-open-btn:hover .postit-open-hint{color:#6366f1}.postit-header{margin-bottom:.45rem}.postit-title{margin:0;font-size:.92rem;font-weight:700;color:#0f172a;line-height:1.35}.postit-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.55rem}.postit-tag{font-size:.68rem;font-weight:700;padding:.15rem .45rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.postit-summary{display:flex;flex-wrap:wrap;gap:.35rem .65rem;margin-bottom:.45rem}.postit-summary-item{font-size:.78rem;font-weight:600;color:#475569}.postit-preview{margin:0 0 .45rem;font-size:.78rem;color:#64748b;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.postit-open-hint{font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;transition:color .15s}.timeline-view{display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 11.5rem)}.timeline-header-bar{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:#fff;border-radius:.65rem;border:1px solid #e2e8f0}.timeline-range-label{font-weight:700;font-size:.92rem;color:#0f172a}.timeline-entry-count{font-size:.82rem;color:#64748b;font-weight:600}.timeline-scroll{flex:1;overflow:auto;background:#fff;border-radius:.65rem;border:1px solid #e2e8f0}.timeline-grid{display:grid;grid-template-columns:220px 1fr;min-width:900px}.timeline-sidebar-header{padding:.65rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;position:sticky;top:0;z-index:2}.timeline-months-header{display:grid;grid-template-columns:repeat(16,minmax(56px,1fr));border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:2;background:#f8fafc}.timeline-month-cell{padding:.65rem .35rem;font-size:.68rem;font-weight:700;text-align:center;color:#64748b;border-right:1px solid #f1f5f9;text-transform:uppercase;letter-spacing:.03em}.timeline-row{display:contents}.timeline-sidebar{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem;background:#fff}.timeline-card-title{font-size:.85rem;font-weight:700;color:#0f172a;line-height:1.3}.timeline-card-column{font-size:.72rem;font-weight:600}.timeline-card-amount{font-size:.75rem;color:#64748b;font-weight:500}.timeline-track{position:relative;border-bottom:1px solid #f1f5f9;min-height:56px}.timeline-track-grid{display:grid;grid-template-columns:repeat(16,minmax(56px,1fr));height:100%;position:absolute;inset:0}.timeline-track-cell{border-right:1px solid #f8fafc}.timeline-track-cell:nth-child(2n){background:#f1f5f980}.timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 6px #0f172a33;z-index:1;cursor:default}.timeline-marker-label{position:absolute;top:-1.6rem;left:50%;transform:translate(-50%);white-space:nowrap;font-size:.68rem;font-weight:700;color:#475569;background:#fff;padding:.1rem .35rem;border-radius:.25rem;border:1px solid #e2e8f0;pointer-events:none}.timeline-empty{grid-column:1 / -1;padding:2rem;text-align:center;color:#64748b;margin:0}.timeline-unscheduled{background:#fffbeb;border:1px solid #fde68a;border-radius:.65rem;padding:.85rem 1.1rem}.timeline-unscheduled h3{margin:0 0 .5rem;font-size:.85rem;color:#92400e}.timeline-unscheduled ul{margin:0;padding-left:1.2rem;font-size:.82rem;color:#78350f}.timeline-unscheduled li{margin-bottom:.25rem}.timeline-sidebar-btn{width:100%;border:none;background:#fff;text-align:left;cursor:pointer;transition:background .12s}.timeline-sidebar-btn:hover{background:#f8fafc}.timeline-unscheduled-link{border:none;background:none;padding:0;cursor:pointer;color:inherit;font:inherit}.timeline-unscheduled-link:hover strong{text-decoration:underline}.card-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem}.card-modal{width:min(960px,100%);max-height:min(90vh,860px);background:#fff;border-radius:1rem;box-shadow:0 24px 64px #0f172a47;display:flex;flex-direction:column;overflow:hidden;border-top:4px solid var(--modal-accent, #6366f1)}.card-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.card-modal-header-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.card-modal-column-badge{align-self:flex-start;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .55rem;border-radius:999px}.card-modal-title-input{width:100%;border:none;font-size:1.45rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;padding:.15rem 0;outline:none;background:transparent}.card-modal-title-input:focus{box-shadow:0 2px 0 var(--modal-accent, #6366f1)}.card-modal-close{border:none;background:#f1f5f9;width:2.25rem;height:2.25rem;border-radius:.5rem;cursor:pointer;font-size:1rem;color:#64748b;flex-shrink:0}.card-modal-close:hover{background:#e2e8f0;color:#0f172a}.card-modal-body{display:grid;grid-template-columns:260px 1fr;flex:1;min-height:0;overflow:hidden}.card-modal-sidebar{padding:1.25rem;border-right:1px solid #f1f5f9;overflow-y:auto;background:#fafbfc;display:flex;flex-direction:column;gap:1.1rem}.card-modal-section h3{margin:0 0 .45rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.card-modal-input,.card-modal-select{width:100%;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem .65rem;font-size:.88rem;background:#fff;color:#0f172a}.card-modal-input:focus,.card-modal-select:focus{outline:none;border-color:var(--modal-accent, #6366f1);box-shadow:0 0 0 3px #6366f11f}.card-modal-dates{display:flex;flex-direction:column;gap:.45rem}.card-modal-date-row{display:grid;grid-template-columns:1fr auto auto;gap:.35rem;align-items:center}.card-modal-date-label{font-size:.75rem;color:#64748b;font-weight:600}.card-modal-date-input{color-scheme:light}.card-modal-icon-btn{border:none;background:transparent;color:#94a3b8;cursor:pointer;padding:.2rem;font-size:.8rem}.card-modal-icon-btn:hover{color:#ef4444}.card-modal-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.45rem}.card-modal-tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:700;padding:.2rem .45rem;border-radius:999px}.card-modal-tag button{border:none;background:transparent;cursor:pointer;font-size:.65rem;opacity:.7;padding:0}.card-modal-tag-add{display:flex;gap:.35rem}.card-modal-add-btn{border:1px solid #e2e8f0;background:#fff;border-radius:.5rem;width:2.25rem;cursor:pointer;font-weight:700;color:#475569}.card-modal-content-area{padding:1.25rem 1.5rem;display:flex;flex-direction:column;min-height:0;overflow:hidden}.card-modal-content-label{margin:0 0 .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.card-modal-hint{margin:.65rem 0 0;font-size:.75rem;color:#94a3b8}.rich-text-editor{flex:1;display:flex;flex-direction:column;min-height:0;border:1px solid #e2e8f0;border-radius:.65rem;overflow:hidden;background:#fff}.rich-text-toolbar{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.rich-text-toolbar-group{display:inline-flex;gap:.15rem;padding-right:.35rem;border-right:1px solid #e2e8f0}.rich-text-toolbar-group:last-child{border-right:none}.rich-text-toolbar-btn{border:none;background:#fff;min-width:1.85rem;height:1.85rem;border-radius:.35rem;font-size:.82rem;font-weight:700;color:#475569;cursor:pointer;border:1px solid transparent}.rich-text-toolbar-btn:hover{border-color:#e2e8f0;background:#f1f5f9}.rich-text-content{flex:1;overflow-y:auto;padding:1rem 1.15rem;min-height:280px;font-size:.95rem;line-height:1.65;color:#1e293b;outline:none}.rich-text-content:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.rich-text-content h1{font-size:1.5rem;margin:.75rem 0 .5rem}.rich-text-content h2{font-size:1.25rem;margin:.65rem 0 .45rem}.rich-text-content h3{font-size:1.05rem;margin:.55rem 0 .35rem}.rich-text-content p{margin:0 0 .65rem}.rich-text-content ul,.rich-text-content ol{margin:0 0 .75rem;padding-left:1.4rem}.rich-text-content blockquote{margin:0 0 .75rem;padding:.5rem .85rem;border-left:3px solid #cbd5e1;color:#475569;background:#f8fafc}.timeline-legend{display:flex;gap:1.5rem;font-size:.78rem;color:#94a3b8;font-weight:600;padding:0 .25rem}@media(max-width:1100px){.kanban-board{grid-template-columns:repeat(4,minmax(240px,1fr))}}.rich-text-content a{color:#4f46e5;text-decoration:underline}.rich-text-content table{width:100%;border-collapse:collapse;margin:.65rem 0;font-size:.88rem}.rich-text-content th,.rich-text-content td{border:1px solid #e2e8f0;padding:.45rem .6rem;text-align:left}.rich-text-content th{background:#f8fafc;font-weight:700}.insights-overlay{position:fixed;inset:0;background:#0f172a66;z-index:150;display:flex;justify-content:flex-end}.insights-panel{width:min(420px,100%);height:100%;background:#fff;box-shadow:-8px 0 32px #0f172a26;display:flex;flex-direction:column;overflow:hidden}.insights-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9}.insights-panel-header h2{margin:0;font-size:1.1rem}.insights-panel-sub{margin:.25rem 0 0;font-size:.78rem;color:#64748b}.insights-panel-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;min-height:0}.insights-deadlines{padding:.75rem 1.25rem 1rem;border-top:1px solid #f1f5f9;background:#fafbfc}.insights-deadlines h3{margin:0 0 .65rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.insights-deadlines ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.insights-deadlines li{display:grid;grid-template-columns:auto 1fr;gap:.5rem .65rem;font-size:.8rem;align-items:baseline}.insights-deadlines time{font-weight:700;color:#0e7490;white-space:nowrap}.insights-panel-footer{margin:0;padding:.65rem 1.25rem 1rem;font-size:.75rem;color:#94a3b8;border-top:1px solid #f1f5f9}@media(max-width:768px){.transition-header,.transition-main{padding:1rem}.kanban-board{height:auto;min-height:calc(100vh - 10rem);grid-template-columns:1fr;overflow-y:auto}.kanban-column{min-height:200px;max-height:420px}.timeline-view{height:auto;min-height:calc(100vh - 10rem)}.card-modal-body{grid-template-columns:1fr}.card-modal-sidebar{border-right:none;border-bottom:1px solid #f1f5f9;max-height:240px}}.edu-app{max-width:1400px;margin:0 auto;padding:1.25rem 1.25rem 5rem}.edu-app--browse{padding-bottom:6rem}.edu-header--compact h1{margin:0 0 .3rem;font-size:1.5rem;font-weight:800;color:#0f172a}.edu-tagline{margin:0;font-size:.82rem;color:#64748b}.edu-budget-pills{display:flex;flex-wrap:wrap;gap:.4rem}.edu-pill{font-size:.72rem;font-weight:600;padding:.35rem .65rem;border-radius:999px;background:#f1f5f9;color:#475569}.edu-pill--accent{background:#dbeafe;color:#1d4ed8}.edu-toolbar{display:flex;flex-direction:column;gap:1rem;margin:1.25rem 0;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.edu-toolbar-budget{display:flex;flex-wrap:wrap;gap:1.5rem}.edu-toolbar-budget label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;color:#64748b;min-width:180px}.edu-toolbar-budget input[type=range]{accent-color:#1d4ed8}.edu-toolbar-budget label>span{font-size:.88rem;color:#1d4ed8;font-weight:700}.edu-category-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem}.edu-category-tab{border:1px solid #e2e8f0;background:#fff;color:#475569;padding:.4rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;cursor:pointer}.edu-category-tab.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.edu-cat-pill{display:inline-block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.2rem .45rem;border-radius:.3rem;white-space:nowrap}.edu-cat-pill--mba-emba{background:#dbeafe;color:#1d4ed8}.edu-cat-pill--executive-master{background:#ede9fe;color:#5b21b6}.edu-cat-pill--executive-certificate{background:#fef3c7;color:#b45309}.edu-cat-pill--executive-short{background:#dcfce7;color:#15803d}.edu-badge--cat{background:#f1f5f9;color:#334155}.edu-school-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem}.edu-school-tab{border:1px solid #e2e8f0;background:#fff;color:#475569;padding:.45rem .85rem;border-radius:.45rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .12s}.edu-school-tab:hover{border-color:#cbd5e1}.edu-school-tab.is-active{background:var(--tab-color, #1d4ed8);border-color:var(--tab-color, #1d4ed8);color:#fff}.edu-toolbar-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.edu-check{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer}.edu-select-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#475569}.edu-select-label select{border:1px solid #e2e8f0;border-radius:.4rem;padding:.3rem .5rem;font-size:.78rem}.edu-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff}.edu-tracks-table{width:100%;border-collapse:collapse;font-size:.8rem}.edu-tracks-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.edu-tracks-table th{padding:.65rem .75rem;text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;white-space:nowrap}.edu-tracks-table td{padding:.7rem .75rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.edu-track-row{cursor:pointer;transition:background .1s}.edu-track-row:hover{background:#f8fafc}.edu-track-row:focus-visible{outline:2px solid #1d4ed8;outline-offset:-2px}.edu-track-row.is-over{opacity:.72}.edu-track-row.is-compared{background:#fffbeb}.edu-col-check{width:40px;text-align:center}.edu-table-school{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:#0f172a;white-space:nowrap}.edu-table-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.edu-col-program{min-width:200px}.edu-col-program strong{display:block;color:#0f172a;font-size:.82rem}.edu-col-program span{display:block;color:#64748b;font-size:.75rem}.edu-table-type{margin-top:.15rem!important;font-size:.65rem!important;font-weight:600;color:#1d4ed8!important}.edu-col-price strong{color:#0f172a}.edu-over-tag{display:block;font-size:.6rem;color:#b91c1c;font-weight:700}.edu-col-net{color:#b45309;font-weight:700}.edu-col-covered{color:#15803d;font-weight:700}.edu-col-diploma{max-width:180px;font-size:.72rem;color:#64748b;line-height:1.35}.edu-compare-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.5rem;background:#0f172a;color:#f1f5f9;z-index:50;box-shadow:0 -4px 20px #00000026}.edu-compare-bar span{font-size:.85rem;font-weight:600}.edu-compare-bar-actions{display:flex;gap:.5rem}.edu-bar-btn{border:1px solid rgba(255,255,255,.2);background:transparent;color:#f1f5f9;padding:.45rem .9rem;border-radius:.45rem;font-size:.8rem;font-weight:600;cursor:pointer}.edu-bar-btn:disabled{opacity:.4;cursor:not-allowed}.edu-bar-btn--primary{background:#fff;color:#0f172a;border-color:#fff}.edu-back-btn{border:none;background:transparent;color:#64748b;font-size:.82rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:1rem}.edu-back-btn:hover{color:#1d4ed8}.edu-detail-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--school-color) 8%,#fff),#f8fafc);border:1px solid #e2e8f0;border-left:4px solid var(--school-color);border-radius:.75rem;padding:1.5rem;margin-bottom:1.25rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.edu-detail-school{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--school-color)}.edu-detail-hero h1{margin:.25rem 0 0;font-size:1.6rem;font-weight:800;color:#0f172a}.edu-detail-track{margin:.35rem 0 .75rem;font-size:1rem;color:#475569;font-weight:600}.edu-detail-badges{display:flex;flex-wrap:wrap;gap:.35rem}.edu-detail-hero-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.edu-action-btn{border:1px solid #e2e8f0;background:#fff;color:#475569;padding:.45rem .85rem;border-radius:.45rem;font-size:.78rem;font-weight:600;cursor:pointer}.edu-action-btn.is-on{background:#fffbeb;border-color:#fbbf24;color:#b45309}.edu-link-btn{display:inline-flex;align-items:center;padding:.45rem .85rem;background:#0f172a;color:#fff;border-radius:.45rem;font-size:.78rem;font-weight:700;text-decoration:none}.edu-detail-grid{display:grid;grid-template-columns:1fr 280px;gap:1rem;margin-bottom:1rem}.edu-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.15rem}.edu-detail-card h2{margin:0 0 .75rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.edu-facts-dl{margin:0;display:grid;gap:.55rem}.edu-facts-dl>div{display:grid;grid-template-columns:120px 1fr;gap:.5rem;font-size:.8rem}.edu-facts-dl dt{font-weight:600;color:#94a3b8}.edu-facts-dl dd{margin:0;color:#0f172a}.edu-detail-cost-big{font-size:1.75rem;font-weight:800;color:#0f172a}.edu-detail-cost-breakdown{margin-top:.75rem;font-size:.78rem}.edu-detail-cost-breakdown>div{display:flex;justify-content:space-between;padding:.25rem 0;color:#64748b}.edu-detail-cost-net{margin-top:.35rem;padding-top:.35rem;border-top:1px dashed #e2e8f0;font-weight:700;color:#0f172a!important}.edu-diploma-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.65rem}.edu-diploma-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:.75rem;display:flex;flex-direction:column;gap:.2rem;font-size:.78rem}.edu-diploma-card strong{color:#0f172a;font-size:.85rem}.edu-diploma-card p{margin:.25rem 0 0;color:#64748b;font-size:.72rem}.edu-detail-card--curriculum{margin-bottom:1rem}.edu-curriculum-intro{margin:0 0 1rem;font-size:.85rem;color:#64748b}.edu-curriculum-timeline{display:flex;flex-direction:column;gap:0;border-left:2px solid #e2e8f0;margin-left:.5rem}.edu-curriculum-phase{padding:0 0 1.25rem 1.25rem;position:relative}.edu-curriculum-phase:before{content:"";position:absolute;left:-7px;top:.35rem;width:12px;height:12px;background:#1d4ed8;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #dbeafe}.edu-curriculum-phase-head{margin-bottom:.4rem}.edu-curriculum-phase-label{font-size:.65rem;font-weight:700;text-transform:uppercase;color:#1d4ed8;letter-spacing:.04em}.edu-curriculum-phase h3{margin:.15rem 0 0;font-size:.95rem;color:#0f172a}.edu-curriculum-duration{font-size:.72rem;color:#94a3b8}.edu-curriculum-phase ul{margin:0;padding-left:1.1rem;font-size:.8rem;color:#475569;line-height:1.5}.edu-detail-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.edu-pros-list,.edu-cons-list{margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.5;color:#475569}.edu-detail-tags{display:flex;flex-wrap:wrap;gap:.35rem}.edu-tag{font-size:.68rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;background:#f1f5f9;color:#475569}.edu-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.2rem .45rem;border-radius:.3rem;background:#f1f5f9;color:#475569}.edu-badge--type{background:#dbeafe;color:#1d4ed8}.edu-badge--ok{background:#dcfce7;color:#15803d}.edu-badge--warn{background:#fee2e2;color:#b91c1c}.edu-diploma-kind{font-size:.6rem;font-weight:700;text-transform:uppercase;color:#1d4ed8}.edu-diploma-issuer{color:#64748b;font-size:.72rem}.edu-diploma-meta{font-size:.68rem;font-weight:600;color:#0369a1}.edu-diploma-pathway{margin:.75rem 0 0;font-size:.78rem;color:#334155}.edu-pse-note{margin:.75rem 0 0;font-size:.72rem;font-weight:600;color:#1d4ed8;background:#eff6ff;padding:.45rem .55rem;border-radius:.4rem}.edu-tuition-note{margin:.25rem 0 0;font-size:.72rem;color:#94a3b8;font-style:italic}.edu-empty{text-align:center;padding:2rem;color:#94a3b8}.edu-compare-view h1{margin:0 0 1rem;font-size:1.35rem}.edu-compare-scroll{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff}.edu-compare-table{width:100%;border-collapse:collapse;font-size:.8rem}.edu-compare-table th,.edu-compare-table td{padding:.6rem .85rem;border-bottom:1px solid #f1f5f9;text-align:left;vertical-align:top}.edu-compare-table thead th{background:#f8fafc;border-bottom:2px solid #e2e8f0}.edu-compare-sticky-col{position:sticky;left:0;background:#f8fafc;z-index:2;font-weight:700;color:#64748b;min-width:140px}.edu-compare-col-head{display:flex;flex-direction:column;gap:.2rem;min-width:160px}.edu-compare-dot{width:10px;height:10px;border-radius:50%}.edu-compare-col-head strong{font-size:.85rem;color:#0f172a}.edu-compare-remove,.edu-compare-open{border:none;background:none;padding:0;font-size:.72rem;font-weight:600;cursor:pointer;text-align:left}.edu-compare-remove{color:#b91c1c}.edu-compare-open{color:#1d4ed8}@media(max-width:900px){.edu-detail-grid,.edu-detail-two-col{grid-template-columns:1fr}.edu-tracks-table{font-size:.75rem}.edu-col-diploma{display:none}}@media(max-width:640px){.edu-app{padding:1rem .75rem 6rem}.edu-compare-bar{flex-direction:column;align-items:stretch;padding:.75rem 1rem}}.pm-app{min-height:100vh;display:flex;flex-direction:column;background:#f1f5f9}.pm-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;padding:1.25rem 1.75rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:20}.pm-header-main h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.pm-tagline{margin:.2rem 0 0;color:#64748b;font-size:.88rem}.pm-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pm-stats{font-size:.82rem;color:#64748b;font-weight:500}.pm-stats-sep{margin:0 .35rem;opacity:.5}.pm-main{flex:1;padding:1.25rem 1.75rem 2rem;overflow:hidden}.pm-btn{border:1px solid #e2e8f0;border-radius:.6rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;background:#fff;color:#475569;transition:background .15s,border-color .15s}.pm-btn:hover{background:#f8fafc}.pm-btn--primary{background:#0f172a;border-color:#0f172a;color:#fff}.pm-btn--primary:hover{background:#1e293b}.pm-btn--ghost{border-color:transparent;background:transparent}.pm-btn--danger{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.pm-btn--danger:hover{background:#fee2e2}.pm-kanban-board{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:.85rem;height:calc(100vh - 11.5rem);overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem}.pm-kanban-column{display:flex;flex-direction:column;border-radius:.75rem;border:1px solid rgba(15,23,42,.08);min-height:0;overflow:hidden}.pm-kanban-column-header{display:flex;align-items:flex-start;gap:.5rem;padding:.85rem .9rem .65rem;border-bottom:1px solid rgba(15,23,42,.06)}.pm-kanban-column-icon{font-size:1.1rem;line-height:1.2}.pm-kanban-column-titles{flex:1;min-width:0}.pm-kanban-column-titles h2{margin:0;font-size:.92rem;font-weight:700}.pm-kanban-column-titles p{margin:.15rem 0 0;font-size:.72rem;color:#64748b;line-height:1.3}.pm-kanban-count{font-size:.75rem;font-weight:700;color:#64748b;background:#ffffffb3;padding:.15rem .45rem;border-radius:999px}.pm-kanban-cards{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}.pm-kanban-drop-zone{border-radius:.5rem;transition:background .12s}.pm-kanban-drop-zone.is-active{background:#3b82f61f;outline:2px dashed #3b82f6;outline-offset:2px}.pm-kanban-drop-zone.is-dragging{opacity:.45}.pm-kanban-drop-zone--end{min-height:2rem;flex-shrink:0}.pm-ticket-card{background:#fff;border-radius:.6rem;border:1px solid rgba(15,23,42,.08);border-top:3px solid #8b5cf6;box-shadow:0 1px 2px #0f172a0f}.pm-ticket-card-top{display:flex;align-items:stretch}.pm-ticket-drag-handle{border:none;background:transparent;color:#94a3b8;cursor:grab;padding:.5rem .35rem;font-size:.9rem;line-height:1;border-radius:.6rem 0 0 .6rem}.pm-ticket-drag-handle:active{cursor:grabbing}.pm-ticket-open-btn{flex:1;border:none;background:transparent;text-align:left;padding:.55rem .65rem .65rem 0;cursor:pointer;min-width:0}.pm-ticket-header{display:flex;flex-direction:column;gap:.2rem}.pm-ticket-title{margin:0;font-size:.88rem;font-weight:700;line-height:1.3;color:#0f172a}.pm-ticket-source{font-size:.68rem;font-weight:600;color:#6366f1}.pm-ticket-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.45rem}.pm-ticket-tag{font-size:.65rem;font-weight:600;padding:.12rem .4rem;border-radius:999px}.pm-ticket-tag--more{background:#f1f5f9!important;color:#64748b!important}.pm-ticket-summary{display:flex;flex-wrap:wrap;gap:.35rem .6rem;margin-top:.4rem}.pm-ticket-summary-item{font-size:.72rem;color:#475569}.pm-ticket-preview{margin:.4rem 0 0;font-size:.75rem;color:#64748b;line-height:1.4}.pm-ticket-open-hint{display:block;margin-top:.45rem;font-size:.68rem;font-weight:600;color:#94a3b8}.pm-modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.pm-modal{background:#fff;border-radius:.85rem;width:min(640px,100%);max-height:min(90vh,800px);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px #0f172a33}.pm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.pm-modal-header-main{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.pm-modal-column-badge{font-size:.78rem;font-weight:700;padding:.25rem .55rem;border-radius:999px}.pm-modal-source{font-size:.78rem;color:#6366f1;font-weight:600}.pm-modal-close{border:none;background:#f1f5f9;width:2rem;height:2rem;border-radius:.45rem;cursor:pointer;color:#475569;font-size:.9rem}.pm-modal-body{padding:1.25rem;overflow-y:auto}.pm-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.pm-field-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.pm-input,.pm-select,.pm-textarea{border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem .65rem;font-size:.88rem;font-family:inherit;color:#0f172a;background:#fff}.pm-input:focus,.pm-select:focus,.pm-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.pm-input--title{font-size:1.1rem;font-weight:700}.pm-textarea{resize:vertical;min-height:8rem;line-height:1.5}.pm-modal-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.pm-tags-editor{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.pm-tag-chip{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:.2rem .45rem;border-radius:999px}.pm-tag-remove{border:none;background:transparent;cursor:pointer;font-size:.9rem;line-height:1;opacity:.7;padding:0}.pm-tag-add{display:flex;gap:.25rem}.pm-input--tag{width:8rem;font-size:.8rem}.pm-modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.pm-modal-meta{font-size:.75rem;color:#94a3b8}.pm-import-backdrop{position:fixed;inset:0;background:#0f172a59;z-index:150;display:flex;justify-content:flex-end}.pm-import-panel{width:min(480px,100%);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 30px #0f172a1f}.pm-import-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #e2e8f0}.pm-import-header h2{margin:0;font-size:1.1rem}.pm-import-header p{margin:.25rem 0 0;font-size:.82rem;color:#64748b}.pm-import-close{border:none;background:#f1f5f9;width:2rem;height:2rem;border-radius:.45rem;cursor:pointer}.pm-import-tabs{display:flex;gap:.25rem;padding:.75rem 1rem 0;border-bottom:1px solid #e2e8f0}.pm-import-tab{flex:1;border:none;background:transparent;padding:.5rem .35rem;font-size:.75rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;display:flex;flex-direction:column;align-items:center;gap:.15rem}.pm-import-tab.is-active{color:#0f172a;border-bottom-color:#6366f1}.pm-import-tab-count{font-size:.68rem;background:#f1f5f9;padding:.1rem .4rem;border-radius:999px}.pm-import-toolbar{padding:.85rem 1rem;display:flex;flex-direction:column;gap:.65rem;border-bottom:1px solid #f1f5f9}.pm-import-column-select{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8rem;color:#64748b}.pm-import-list{flex:1;overflow-y:auto;padding:.75rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.65rem}.pm-import-empty{text-align:center;color:#94a3b8;font-size:.85rem;padding:2rem 1rem}.pm-import-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem;border:1px solid #e2e8f0;border-radius:.65rem;background:#fafafa}.pm-import-item-main{flex:1;min-width:0}.pm-import-item-source{font-size:.68rem;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.03em}.pm-import-item h3{margin:.2rem 0 0;font-size:.88rem;line-height:1.3}.pm-import-item-sub{margin:.2rem 0 0;font-size:.75rem;color:#64748b}.pm-import-item-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem;font-size:.72rem;color:#475569}@media(max-width:900px){.pm-modal-row{grid-template-columns:1fr}}@media(max-width:640px){.pm-header,.pm-main{padding:1rem}.pm-kanban-board{height:auto;min-height:calc(100vh - 12rem)}}.mtj-app{max-width:1400px;margin:0 auto;padding:1.25rem 1.25rem 5rem}.mtj-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1rem}.mtj-header h1{margin:0 0 .3rem;font-size:1.5rem;font-weight:800;color:#0f172a}.mtj-tagline{margin:0;font-size:.82rem;color:#64748b;max-width:560px}.mtj-profile-pills{display:flex;flex-wrap:wrap;gap:.4rem;align-items:flex-start}.mtj-pill{font-size:.72rem;font-weight:600;padding:.35rem .65rem;border-radius:999px;background:#f1f5f9;color:#475569}.mtj-pill--accent{background:#ccfbf1;color:#0f766e}.mtj-header-actions{display:flex;align-items:center;gap:.75rem}.mtj-refresh-btn{border:1px solid #99f6e4;background:#f0fdfa;color:#0f766e;padding:.45rem .85rem;border-radius:.5rem;font-size:.82rem;font-weight:600;cursor:pointer}.mtj-refresh-btn:disabled{opacity:.6;cursor:wait}.mtj-alert{padding:1rem 1.1rem;border-radius:.65rem;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.mtj-alert--warn{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.mtj-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.mtj-alert code{font-size:.8em;background:#0000000f;padding:.1rem .3rem;border-radius:.25rem}.mtj-stack-tag--muted{color:#94a3b8;background:#f8fafc}.mtj-view-toggle{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mtj-view-btn{border:1px solid #e2e8f0;background:#fff;padding:.45rem 1rem;border-radius:.5rem;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer}.mtj-view-btn.is-active{background:#0f766e;border-color:#0f766e;color:#fff}.mtj-shortlist-badge{font-size:.78rem;font-weight:700;padding:.35rem .65rem;border-radius:999px;background:#fef3c7;color:#b45309}.mtj-applied-badge{font-size:.78rem;font-weight:700;padding:.35rem .65rem;border-radius:999px;background:#ecfdf5;color:#047857}.mtj-hidden-badge{font-size:.78rem;font-weight:700;padding:.35rem .65rem;border-radius:999px;background:#f1f5f9;color:#64748b}.mtj-progress-wrap{height:4px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-bottom:.75rem}.mtj-progress-bar{height:100%;background:linear-gradient(90deg,#0f766e,#14b8a6);border-radius:999px;transition:width .35s ease;min-width:2%}.mtj-toolbar{display:flex;flex-direction:column;gap:.85rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1rem}.mtj-search{width:100%;border:1px solid #e2e8f0;border-radius:.5rem;padding:.55rem .75rem;font-size:.88rem}.mtj-filters{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.mtj-filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.72rem;font-weight:600;color:#64748b;min-width:120px}.mtj-filters select,.mtj-filters input[type=range]{font-size:.85rem}.mtj-disclaimer{font-size:.78rem;color:#64748b;margin:0 0 .75rem}.mtj-jobs-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:auto}.mtj-jobs-table{width:100%;border-collapse:collapse;font-size:.85rem}.mtj-jobs-table th{text-align:left;padding:.75rem 1rem;font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e2e8f0;background:#f8fafc;white-space:nowrap}.mtj-jobs-table td{padding:.85rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.mtj-jobs-row{cursor:pointer;transition:background .12s}.mtj-jobs-row:hover{background:#f0fdfa}.mtj-jobs-row--favorite{background:#fffbeb}.mtj-jobs-row--applied{background:#f0fdf4}.mtj-jobs-row--favorite.mtj-jobs-row--applied{background:linear-gradient(90deg,#fffbeb,#f0fdf4)}.mtj-jobs-row--favorite:hover,.mtj-jobs-row--applied:hover{filter:brightness(.98)}.mtj-status{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:7.5rem;min-width:7.5rem}.mtj-applied-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.mtj-applied-check input{width:1rem;height:1rem;accent-color:#059669;cursor:pointer}.mtj-applied-check-label{white-space:nowrap}.mtj-filter-list select{min-width:11rem}.mtj-match{display:flex;flex-direction:column;font-weight:800;font-size:.95rem;line-height:1.2}.mtj-match small{font-size:.65rem;font-weight:600;opacity:.85}.mtj-match--high{color:#059669}.mtj-match--good{color:#0d9488}.mtj-match--mid{color:#d97706}.mtj-match--low{color:#94a3b8}.mtj-match--large{font-size:1.25rem;margin-bottom:.5rem}.mtj-job-title{display:block;color:#0f172a;font-size:.9rem}.mtj-job-meta{display:block;font-size:.72rem;color:#64748b;margin-top:.15rem}.mtj-company{display:block;font-weight:700;color:#0f172a}.mtj-company-cell{display:flex;align-items:center;gap:.55rem}.mtj-company-logo{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0}.mtj-company-logo img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.mtj-company-logo-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.62rem;font-weight:800;letter-spacing:.02em;color:#0f766e;background:linear-gradient(135deg,#ecfdf5,#f0fdfa)}.mtj-company-logo--sm .mtj-company-logo-fallback{font-size:.55rem}.mtj-company-logo--lg .mtj-company-logo-fallback{font-size:.85rem}.mtj-detail-company-row{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.mtj-detail-location{display:block;font-size:.82rem;color:#64748b;margin-top:.15rem}.mtj-jobs-row--viewed{opacity:.82}.mtj-jobs-row--viewed .mtj-job-title{color:#64748b}.mtj-viewed-pill{display:inline-block;margin-left:.4rem;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f1f5f9;padding:.1rem .35rem;border-radius:999px;vertical-align:middle}.mtj-badge--viewed{background:#f1f5f9;color:#64748b}.mtj-sector{display:block;font-size:.72rem;color:#64748b}.mtj-remote{display:block;font-size:.72rem;color:#0f766e;font-weight:600}.mtj-stack{display:flex;flex-wrap:wrap;gap:.25rem}.mtj-stack-tag{font-size:.65rem;font-weight:600;padding:.12rem .4rem;border-radius:999px;background:#f1f5f9;color:#475569}.mtj-date{font-size:.78rem;color:#64748b;white-space:nowrap}.mtj-actions{display:flex;gap:.35rem;white-space:nowrap}.mtj-icon-btn{border:1px solid #e2e8f0;background:#fff;width:2rem;height:2rem;border-radius:.4rem;cursor:pointer;font-size:.9rem}.mtj-icon-btn.is-on{background:#fef3c7;border-color:#fcd34d;color:#b45309}.mtj-icon-btn--hide:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.mtj-icon-btn--restore:hover{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.mtj-link-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.4rem;background:#f0fdfa;color:#0f766e;text-decoration:none;font-weight:700;border:1px solid #99f6e4}.mtj-empty{text-align:center;padding:2rem;color:#94a3b8}.mtj-boards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.mtj-board-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.1rem;display:flex;flex-direction:column;gap:.75rem}.mtj-board-cat{font-size:.68rem;font-weight:700;color:#0f766e;text-transform:uppercase;letter-spacing:.04em}.mtj-board-card h2{margin:.25rem 0 0;font-size:1rem}.mtj-board-card p{margin:0;font-size:.82rem;color:#64748b;line-height:1.45}.mtj-board-tags{display:flex;flex-wrap:wrap;gap:.3rem}.mtj-board-tag{font-size:.68rem;font-weight:600;padding:.15rem .45rem;border-radius:999px;background:#f1f5f9;color:#475569}.mtj-board-card footer{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.mtj-board-region,.mtj-board-updated{font-size:.72rem;color:#94a3b8}.mtj-board-link{margin-left:auto;font-size:.82rem;font-weight:700;color:#0f766e;text-decoration:none}.mtj-board-link:hover{text-decoration:underline}.mtj-detail{max-width:960px;margin:0 auto;padding:1.25rem 1.25rem 4rem}.mtj-back-btn{border:none;background:transparent;color:#0f766e;font-weight:600;font-size:.85rem;cursor:pointer;margin-bottom:1rem;padding:0}.mtj-detail-hero{background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;padding:1.25rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.mtj-detail-company{font-size:.85rem;font-weight:700;color:#0f766e}.mtj-detail-hero h1{margin:.35rem 0;font-size:1.35rem}.mtj-detail-badges{display:flex;flex-wrap:wrap;gap:.35rem}.mtj-badge{font-size:.72rem;font-weight:600;padding:.25rem .55rem;border-radius:999px;background:#f1f5f9;color:#475569}.mtj-badge--applied{background:#ecfdf5;color:#047857}.mtj-badge--favorite{background:#fef3c7;color:#b45309}.mtj-badge--hidden{background:#f1f5f9;color:#64748b}.mtj-detail-actions{display:flex;flex-direction:column;gap:.5rem}.mtj-action-btn{border:1px solid #e2e8f0;background:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.85rem;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;color:#475569}.mtj-action-btn.is-on{background:#fef3c7;border-color:#fcd34d}.mtj-applied-toggle{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer}.mtj-applied-toggle input{width:1rem;height:1rem;accent-color:#059669}.mtj-applied-toggle.is-on{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.mtj-action-btn--hide:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.mtj-action-btn--restore{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.mtj-action-btn--primary{background:#0f766e;border-color:#0f766e;color:#fff}.mtj-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mtj-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.1rem}.mtj-detail-card--full{grid-column:1 / -1}.mtj-detail-card h2{margin:0 0 .65rem;font-size:.92rem;font-weight:700}.mtj-detail-prose{margin:0;font-size:.88rem;line-height:1.55;color:#334155}.mtj-facts{margin:0;display:grid;gap:.5rem}.mtj-facts div{display:grid;grid-template-columns:120px 1fr;gap:.5rem;font-size:.85rem}.mtj-facts dt{color:#64748b;font-weight:600}.mtj-facts dd{margin:0;color:#0f172a}.mtj-list{margin:0;padding-left:1.1rem;font-size:.85rem;line-height:1.5;color:#334155}.mtj-list--ok li::marker{color:#059669}.mtj-list--warn li::marker{color:#d97706}.mtj-tag-cloud{display:flex;flex-wrap:wrap;gap:.35rem}.mtj-tag{font-size:.75rem;font-weight:600;padding:.25rem .55rem;border-radius:999px;background:#ecfdf5;color:#047857}.mtj-view-tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.mtj-view-tab{padding:.5rem 1rem;border:none;background:transparent;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;border-radius:8px 8px 0 0;transition:color .15s,background .15s}.mtj-view-tab:hover{color:#0f766e;background:#f0fdfa}.mtj-view-tab.is-active{color:#0f766e;background:#ecfdf5;box-shadow:inset 0 -2px #0f766e}.mtj-companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.mtj-company-card{display:flex;flex-direction:column;gap:.65rem;padding:1rem 1.1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;transition:box-shadow .15s,border-color .15s}.mtj-company-card:hover{border-color:#99f6e4;box-shadow:0 4px 16px #0f766e14}.mtj-company-card header h2{margin:.25rem 0 0;font-size:1.05rem;color:#0f172a}.mtj-company-dept{font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.mtj-company-sector{display:inline-block;margin-top:.35rem;font-size:.72rem;font-weight:600;color:#0f766e;background:#ecfdf5;padding:.15rem .5rem;border-radius:999px}.mtj-company-card p{margin:0;font-size:.82rem;line-height:1.45;color:#475569;flex:1}.mtj-company-tags{display:flex;flex-wrap:wrap;gap:.3rem}.mtj-company-card footer{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.mtj-company-jobs{font-size:.75rem;font-weight:700;color:#059669;background:#ecfdf5;padding:.2rem .5rem;border-radius:999px}.mtj-company-link{font-size:.8rem;font-weight:600;color:#0f766e;text-decoration:none}.mtj-company-link:hover{text-decoration:underline}.mtj-company-link--muted{color:#64748b}.mtj-filters--inline{margin-top:.75rem}@media(max-width:900px){.mtj-detail-grid{grid-template-columns:1fr}.mtj-jobs-table th:nth-child(5),.mtj-jobs-table td:nth-child(5),.mtj-jobs-table th:nth-child(6),.mtj-jobs-table td:nth-child(6){display:none}}@media(max-width:640px){.mtj-filters label{min-width:100%}}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;background:#0f172a;color:#f8fafc;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08)}.site-nav-brand{font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:#e2e8f0}.site-nav-links{display:inline-flex;flex-wrap:wrap;gap:.35rem;padding:.2rem;border-radius:.55rem;background:#ffffff0f}.site-nav-link{border:none;background:transparent;color:#94a3b8;padding:.45rem .9rem;border-radius:.4rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.site-nav-link:hover{color:#f1f5f9;background:#ffffff0f}.site-nav-link.is-active{background:#fff;color:#0f172a}.site-content{flex:1;min-height:0}@media(max-width:640px){.site-nav{flex-direction:column;align-items:stretch;padding:.75rem 1rem}.site-nav-links{width:100%}.site-nav-link{flex:1;text-align:center}}
