@charset "UTF-8";.matchmaking{display:grid;grid-template-columns:1fr 360px;gap:16px;padding:16px;height:100vh}.matchmaking .graph-panel{position:relative;background:#ffffff14;border:2px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;height:100%;border:2px solid #f3b4d1}.matchmaking .graph-toolbar-left{position:absolute;top:8px;left:8px;display:flex;flex-wrap:wrap;gap:8px;z-index:2}.matchmaking .graph-toolbar-right{position:absolute;top:8px;right:8px;display:flex;flex-wrap:wrap;gap:8px;z-index:2}.matchmaking .graph-toolbar-left .btn,.matchmaking .graph-toolbar-right .btn,.matchmaking .graph-toolbar-bottom-right .btn{background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000014}.matchmaking .graph-toolbar-left .btn:hover:not(:disabled),.matchmaking .graph-toolbar-right .btn:hover:not(:disabled),.matchmaking .graph-toolbar-bottom-right .btn:hover:not(:disabled){background:#ffffffd9}.matchmaking .graph-toolbar-left select,.matchmaking .graph-toolbar-left input[type=text],.matchmaking .graph-toolbar-right select,.matchmaking .graph-toolbar-right input[type=text],.matchmaking .graph-toolbar-bottom-right select,.matchmaking .graph-toolbar-bottom-right input[type=text]{background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000014}.matchmaking .search-box{display:flex;gap:6px;align-items:center}.matchmaking .search-box input[type=text]{min-width:120px;max-width:180px}.matchmaking .graph-toolbar-right .filter-panel{position:absolute;top:56px;right:0;min-width:560px;background:#ffffff80;border:2px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.matchmaking .graph-toolbar-right .filter-panel .row{display:flex;gap:12px}.matchmaking .graph-toolbar-right .filter-panel .row.end{justify-content:flex-end}.matchmaking .graph-toolbar-right .filter-panel .field{display:flex;flex-direction:column;gap:6px}.matchmaking .graph-toolbar-right .filter-panel .field.col{flex:1 1 auto}.matchmaking .graph-toolbar-right .filter-panel label{font-size:.85rem;opacity:.85}.matchmaking .graph-toolbar-right .filter-panel input[type=number],.matchmaking .graph-toolbar-right .filter-panel select{border:2px solid #f3b4d1;background:transparent;color:#e52c16;border-radius:8px;padding:8px 10px}.matchmaking .graph-toolbar-right .filter-panel .checks{display:flex;flex-wrap:wrap;gap:8px 12px}.matchmaking .graph-toolbar-bottom-right{position:absolute;right:8px;bottom:8px;display:flex;flex-wrap:wrap;gap:8px;z-index:2}.matchmaking .graph-toolbar-bottom-right .toggle-label{background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000014;padding:6px 10px;border-radius:8px;border:2px solid #f3b4d1}.matchmaking .graph-toolbar-left select,.matchmaking .graph-toolbar-right input[type=text]{border:2px solid #f3b4d1;color:#e52c16;border-radius:8px;padding:8px 10px}.matchmaking .graph{width:100%;height:100%}.matchmaking .sidebar{background:#ffffff14;border:2px solid #f3b4d1;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;height:100%;overflow-y:auto}.matchmaking .sidebar .inspector{flex:1 1 auto;display:flex;flex-direction:column}.matchmaking .sidebar .matches{flex:1 1 auto}.matchmaking .sidebar .inspector .selected-block{flex:0 0 auto}.matchmaking .sidebar .inspector .matches-stack{flex:1 1 auto;display:flex;flex-direction:column;gap:8px}.matchmaking .sidebar .inspector .panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.matchmaking .sidebar .inspector .matches-list{min-height:0}.matchmaking .sidebar .inspector .resize-handle{flex:0 0 auto;height:8px;margin:2px 0;border-radius:4px;background:#ffffff26;cursor:row-resize}.match-card{display:flex;gap:10px;align-items:flex-start;padding:8px 8px 16px;border:2px solid rgba(255,255,255,.15);border-radius:10px;margin-bottom:12px;background:#ffffff0d}.avatar{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#222}.avatar.avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#ffffffd9;background:linear-gradient(135deg,#ffffff14,#ffffff2e)}.selected-block .avatar{width:56px;height:56px;border-radius:10px}.card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.meta{opacity:.85;font-size:.9rem}.match-card details{margin-top:6px;cursor:pointer}.details-grid{margin-top:6px;display:grid;grid-template-columns:1fr;gap:8px}.match-actions{display:flex;gap:6px;margin-top:10px;padding-top:6px;border-top:1px solid rgba(255,255,255,.1);align-items:center}.btn-status{flex:1;padding:4px 6px;font-size:.9rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:transparent;color:#ffffffb3;cursor:pointer;transition:all .15s ease}.btn-status:hover:not(:disabled):not(.active){background:#ffffff14;border-color:#ffffff4d}.btn-status:disabled{opacity:.3;cursor:not-allowed}.btn-confirmed:hover:not(:disabled):not(.active){background:#ff6b6b1a;border-color:#ff6b6b80}.btn-confirmed.active{background:#ff6b6b40;border-color:#ff6b6b;color:#ff6b6b}.btn-optional:hover:not(:disabled):not(.active){background:#f59e0b1a;border-color:#f59e0b80}.btn-optional.active{background:#f59e0b40;border-color:#f59e0b;color:#f59e0b}.btn-rejected:hover:not(:disabled):not(.active){background:#9ca3af1a;border-color:#9ca3af80}.btn-rejected.active{background:#9ca3af40;border-color:#9ca3af;color:#9ca3af}.match-actions .btn-delete{flex:0 0 auto;padding:4px 8px;font-size:1rem;line-height:1;color:#ffffff80;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .15s ease}.match-actions .btn-delete:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.existing-match-row{display:flex;align-items:center;gap:8px;padding:4px 0}.existing-match-row .match-names{flex:1}.existing-match-row.optional-row{opacity:.85}.existing-match-row.optional-row .match-names{font-style:italic}.match-section{margin-bottom:1rem}.match-section .section-header{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-weight:600}.match-section .section-header.clickable{cursor:pointer}.match-section .section-header.clickable:hover{opacity:.8}.match-section .status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.match-section .status-dot.confirmed{background:#ff6b6b}.match-section .status-dot.optional{background:#f59e0b}.match-section .status-dot.rejected{background:#9ca3af}.match-section .toggle-icon{font-size:.7rem;margin-left:auto}.match-section .empty-state{font-size:.85rem;opacity:.6;padding:.5rem 0}.existing-matches-section{margin-bottom:.5rem}.existing-matches-section strong{display:block;margin-bottom:.5rem;font-size:.9rem}.existing-match-items{display:flex;flex-direction:column;gap:6px}.existing-match-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.85rem}.existing-match-item.status-confirmed{border-color:#ff6b6b4d;background:#ff6b6b14}.existing-match-item.status-optional{border-color:#f59e0b4d;background:#f59e0b14}.existing-match-item.status-rejected{border-color:#9ca3af4d;background:#9ca3af14;opacity:.7}.existing-match-item .match-name{flex:1;font-weight:500}.existing-match-item .match-score{font-size:.75rem;opacity:.7;margin-right:4px}.btn-emoji{padding:2px 4px;font-size:.75rem;line-height:1;border:2px solid transparent;border-radius:4px;cursor:pointer;background:transparent;opacity:.4;transition:all .15s ease}.btn-emoji:hover:not(:disabled){opacity:1;background:#ffffff1a}.btn-emoji.active{opacity:1;background:#ffffff1a;border-color:#ffffff80;box-shadow:0 0 4px #fff3}.btn-emoji.active-confirmed{opacity:1;border-color:#ff6b6b;background:#ff6b6b26;box-shadow:0 0 4px #ff6b6b4d}.btn-emoji.active-optional{opacity:1;border-color:#f59e0b;background:#f59e0b26;box-shadow:0 0 4px #f59e0b4d}.btn-emoji.active-rejected{opacity:1;border-color:#9ca3af;background:#9ca3af26;box-shadow:0 0 4px #9ca3af4d}.btn-emoji:disabled{cursor:default}.btn-emoji.btn-trash{opacity:.3}.btn-emoji.btn-trash:hover{opacity:1;background:#ef444426}.match-row-actions{display:flex;gap:2px;margin-left:auto}.match-item-actions{display:flex;gap:2px}.btn-promote{color:#10b981;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px}.btn-promote:hover{background:#10b9811a}.btn-demote{color:#f59e0b;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px}.btn-demote:hover{background:#f59e0b1a}.btn-delete{color:#ef4444;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px}.btn-delete:hover{background:#ef44441a}.matchmaking .toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;cursor:pointer}.matchmaking .toggle-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff80;border:2px solid #f3b4d1;border-radius:6px;position:relative;transition:all .15s ease}.matchmaking .toggle-label input[type=checkbox]:checked{background:#f3b4d1;border-color:#e52c16}.matchmaking .toggle-label input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#e52c16;font-size:.85rem;font-weight:700}.matchmaking .toggle-label input[type=checkbox]:hover{border-color:#e52c16}.row-center{display:flex;align-items:center}.gap-10{gap:10px}.matchmaking .sidebar .section{display:flex;flex-direction:column;gap:8px}.matchmaking .sidebar hr{border:none;border-top:2px solid rgba(255,255,255,.15);margin:8px 0}.matchmaking .legend{display:flex;flex-wrap:wrap;gap:6px 12px}.matchmaking .legend .item{display:inline-flex;align-items:center;gap:6px}.matchmaking .legend .swatch{width:12px;height:12px;border-radius:999px;outline:2px solid rgba(255,255,255,.35)}.blur-enabled .node-image{filter:blur(6px) brightness(.9)}.node{cursor:pointer}.link{stroke:#6b7280;stroke-opacity:.6;stroke-width:1.5px}.link.matched{stroke:#ff6b6b;stroke-opacity:.9;stroke-width:2px}.link.matched.optional{stroke:#f59e0b;stroke-opacity:.7;stroke-width:1.5px;stroke-dasharray:5,3}.link.matched.rejected{stroke:#9ca3af;stroke-opacity:.3;stroke-width:1px;stroke-dasharray:2,4}.link.highlight{stroke:#374151;stroke-width:2.5px;stroke-opacity:1}.link.matched.highlight{stroke:#ff6b6b;stroke-width:3px}.link.matched.optional.highlight{stroke:#f59e0b;stroke-width:2.5px;stroke-opacity:1}.link.matched:not(.optional):not(.rejected).highlight{stroke:#ff6b6b;stroke-width:3px}.pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;border:1px solid rgba(255,255,255,.2)}.pill-danger{background:#ff6b6b26;color:#ff6b6b}.node-ring{fill:none;stroke-width:4px}.node-label{font-size:10px;paint-order:stroke;stroke:#0009;stroke-width:2px;fill:#fff}.node-initials{font-size:11px;font-weight:600;fill:#fff;text-anchor:middle;dominant-baseline:central;pointer-events:none;-webkit-user-select:none;user-select:none}.matchmaking .sidebar-toggle{display:none;position:fixed;bottom:16px;right:16px;z-index:100;width:48px;height:48px;border-radius:50%;background:#f3b4d1;border:2px solid #e52c16;color:#e52c16;font-size:1.25rem;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .2s ease,box-shadow .2s ease}.matchmaking .sidebar-toggle:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.matchmaking .sidebar-toggle:active{transform:scale(.95)}@media(max-width:1200px){.matchmaking .graph-toolbar-left,.matchmaking .graph-toolbar-right{gap:6px}.matchmaking .graph-toolbar-left select,.matchmaking .graph-toolbar-right input[type=text]{padding:6px 8px;font-size:.85rem}.matchmaking .btn{padding:6px 10px;font-size:.8rem}}@media(max-width:1024px){.matchmaking{grid-template-columns:1fr 320px;gap:12px;padding:12px}.matchmaking .sidebar{padding:10px}.matchmaking .graph-toolbar-left{flex-wrap:wrap;max-width:calc(100% - 160px);gap:4px}.matchmaking .graph-toolbar-right{gap:4px;flex-wrap:wrap;justify-content:flex-end;max-width:150px}.matchmaking .graph-toolbar-left select{max-width:200px;font-size:.8rem;padding:5px 8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.matchmaking .btn{padding:5px 8px;font-size:.8rem}.matchmaking .search-box input[type=text]{min-width:80px;max-width:120px;font-size:.8rem}.match-card{padding:6px 6px 12px;gap:8px}.avatar{width:40px;height:40px}.selected-block .avatar{width:48px;height:48px}}@media(max-width:900px){.matchmaking .graph-toolbar-left{max-width:60%;top:8px;left:8px;flex-direction:column;align-items:flex-start;gap:4px}.matchmaking .graph-toolbar-right{top:8px;right:8px;bottom:auto;flex-direction:column;align-items:flex-end;max-width:40%;gap:4px}.matchmaking .graph-toolbar-left select{max-width:180px}.matchmaking .search-box{width:100%;justify-content:flex-end}.matchmaking .search-box input[type=text]{min-width:60px;max-width:100px}}@media(max-width:768px){.matchmaking{grid-template-columns:1fr;grid-template-rows:55vh auto;height:auto;min-height:100vh}.matchmaking .graph-panel{height:55vh;min-height:350px}.matchmaking .sidebar{height:auto;max-height:45vh;overflow-y:auto}.matchmaking.sidebar-collapsed .sidebar{display:none}.matchmaking.sidebar-collapsed{grid-template-rows:1fr}.matchmaking.sidebar-collapsed .graph-panel{height:calc(100vh - 32px)}.matchmaking .sidebar-toggle{display:flex;align-items:center;justify-content:center}.matchmaking .graph-toolbar-left{position:absolute;top:8px;left:8px;right:auto;flex-direction:column;align-items:flex-start;gap:4px;max-width:none}.matchmaking .graph-toolbar-right{position:absolute;top:8px;right:8px;bottom:auto;flex-direction:column;align-items:flex-end;gap:4px}.matchmaking .graph-toolbar-bottom-right{flex-wrap:wrap;gap:6px}.matchmaking .graph-toolbar-left select{max-width:160px}.matchmaking .search-box input[type=text]{min-width:50px;max-width:90px;padding:4px 6px;font-size:.75rem}.matchmaking .graph-toolbar-right .filter-panel{position:fixed;inset:auto 8px 70px;min-width:unset;width:auto;max-width:none}.matchmaking .graph-toolbar-right .filter-panel .row{flex-wrap:wrap}.matchmaking .graph-toolbar-right .filter-panel .field{min-width:120px;flex:1 1 auto}.toggle-label{font-size:.75rem}.toggle-label span{display:none}}@media(max-width:600px){.matchmaking{padding:8px;gap:8px;grid-template-rows:50vh auto}.matchmaking .graph-panel{height:50vh;min-height:300px;border-radius:8px}.matchmaking .sidebar{border-radius:8px;padding:8px;max-height:50vh}.matchmaking .graph-toolbar-left select{max-width:120px;font-size:.75rem;padding:4px 6px}.matchmaking .btn{padding:4px 6px;font-size:.75rem}.matchmaking .search-box input[type=text]{min-width:40px;max-width:70px;padding:3px 5px;font-size:.7rem}.matchmaking .graph-toolbar-right .filter-panel{max-height:60vh;overflow-y:auto}.matchmaking .graph-toolbar-right .filter-panel .row{flex-direction:column;gap:8px}.matchmaking .graph-toolbar-right .filter-panel .field{width:100%;min-width:unset}.matchmaking .graph-toolbar-bottom-right{gap:4px;bottom:4px;right:4px}.matchmaking .graph-toolbar-bottom-right .toggle-label{font-size:0;gap:0}.matchmaking .graph-toolbar-bottom-right .toggle-label input[type=checkbox]{margin:0}.match-card{padding:6px 6px 10px;margin-bottom:8px;gap:6px}.avatar{width:36px;height:36px;border-radius:6px}.selected-block .avatar{width:44px;height:44px}.meta{font-size:.8rem}.card-header{gap:4px}.match-actions{gap:4px;margin-top:6px;padding-top:4px}.btn-status{padding:3px 4px;font-size:.8rem}.existing-match-item{padding:4px 6px;font-size:.8rem;gap:4px}.btn-emoji{padding:2px 3px;font-size:.7rem}.matchmaking .sidebar .inspector .panel-header{gap:4px}.matchmaking .sidebar .inspector .panel-header strong{font-size:.85rem}.matchmaking .sidebar-toggle{width:44px;height:44px;bottom:12px;right:12px}}@media(max-width:375px){.matchmaking{padding:4px;gap:4px}.matchmaking .graph-panel{border-radius:6px}.matchmaking .sidebar{border-radius:6px;padding:6px}.matchmaking .graph-toolbar-left select{max-width:100px;font-size:.75rem}.matchmaking .btn{padding:3px 6px;font-size:.75rem}.avatar{width:32px;height:32px}.selected-block .avatar{width:40px;height:40px}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f9f9f9;font-family:Rubik,sans-serif}a{color:#e52c16;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:BigSmalls Bold,sans-serif;color:#e52c16;text-align:center;margin-bottom:2rem}h1{font-size:2.3em}.display-font{font-family:Providence Sans Regular,sans-serif}.debug-badge{position:fixed;bottom:1rem;right:1rem;background:#f3b4d1;color:#e52c16;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:700;z-index:1000;opacity:.8}.debug-badge:hover{opacity:1}.quiz{max-width:1000px;margin:0 auto;padding:2rem;width:100%}.quiz .section{margin-bottom:2rem}.quiz .section .section-description{font-size:1.2rem;text-align:center;margin-bottom:2rem}.questions{display:flex;flex-direction:column;gap:3rem}.quiz-question{padding:2rem;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;text-align:center}.quiz-question .text{font-size:1.5rem}.quiz-question .sub-text{font-size:1rem}.quiz-question .options{display:grid;grid-template-columns:1fr 1fr}.quiz-question .options.three-columns{grid-template-columns:1fr 1fr 1fr}.quiz-question .options.three-columns .option .option-text{font-size:1em}@media(max-width:900px){.quiz-question .options.three-columns{grid-template-columns:1fr 1fr}}@media(max-width:600px){.quiz-question .options,.quiz-question .options.three-columns{grid-template-columns:1fr}}.quiz-question .options{gap:1rem}.quiz-question .options .option{padding:1rem;border:1px solid transparent;background:transparent;font-weight:700;display:flex;flex-direction:column;border-radius:1rem;border-width:3px;text-transform:lowercase;scale:.9;transition:opacity .3s ease,scale .3s ease,border-color .3s ease;cursor:pointer}.quiz-question .options .option:hover{scale:1}.quiz-question .options .option[data-selected=true]{opacity:1;scale:1;border:1px solid #f3b4d1;align-items:center;justify-content:center}.quiz-question .options .option .option-text{max-width:100%;margin:0 auto;font-size:1.2em;color:#000!important}.quiz-question .options .option .image{width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none}.quiz-question .options .option .image img{width:80%;height:80%;object-fit:contain}.quiz-question .open input[type=text],.quiz-question .open select,.quiz-question .open input[type=number],.quiz-question .open textarea{width:100%;padding:1rem;border:2px solid #f3b4d1;border-radius:.5rem;font-size:1.2rem;background:transparent;box-shadow:none;transition:box-shadow .3s ease;max-width:500px}.quiz-question .open input[type=text]:focus,.quiz-question .open select:focus,.quiz-question .open input[type=number]:focus,.quiz-question .open textarea:focus{outline:none;box-shadow:0 0 15px #f3b4d180}.quiz-question .open input[type=text]::placeholder,.quiz-question .open select::placeholder,.quiz-question .open input[type=number]::placeholder,.quiz-question .open textarea::placeholder{opacity:.5}.quiz-question .open textarea{max-width:unset}.file-uploader{border:2px dashed #f3b4d1;border-radius:1.5rem;padding:16px;text-align:center;transition:border-color .2s ease,background-color .2s ease}.file-uploader[data-drag=true]{border-color:#fff;background-color:#ffffff0d}.file-uploader .file-controls input[type=file]{display:none}.file-uploader .hint{margin-top:8px;font-size:.9rem;opacity:.8}.file-uploader .error{margin-top:8px;color:#ff6b6b;font-size:.9rem}.file-uploader .preview{margin-top:12px;display:flex;align-items:center;gap:12px;justify-content:center}.file-uploader .preview img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}.file-uploader .cta{margin-top:4px}.file-uploader .choose-btn{margin-top:8px}.file-uploader .preview .remove{background:transparent;color:#e52c16;border:2px solid #f3b4d1;border-radius:.75rem;padding:.5rem .75rem}.welcome-form .consent{display:flex;align-items:center;gap:8px;margin:8px 0 16px}.welcome-form select{width:100%}.slide-fade-enter-active,.slide-fade-leave-active{transition:opacity .6s ease,transform .6s ease}.slide-fade-enter-from{opacity:0;transform:translate(24px)}.slide-fade-leave-to{opacity:0;transform:translate(-24px)}.quiz-nav{margin-top:1.5rem;display:flex;justify-content:center;gap:.5rem}.btn,.nav-btn{padding:.75rem 1.25rem;border:2px solid #f3b4d1;background:transparent;color:#f3b4d1;font-weight:700;border-radius:.75rem;cursor:pointer;transition:opacity .6s ease,transform .6s ease}.btn:disabled,.nav-btn:disabled{cursor:not-allowed;border-color:gray;color:gray;opacity:.4}.btn:not(:disabled):hover,.nav-btn:not(:disabled):hover{transform:translateY(-1px)}.btn:hover,.nav-btn:hover{color:#e52c16;border-color:#e52c16}.quiz-result{max-width:900px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}.quiz-result .result-texts{text-align:center;display:flex;flex-direction:column;gap:1rem}.archetype-summary{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2rem}.archetype-summary .summary-header{display:flex;flex-direction:column;align-items:center;gap:1rem}.archetype-summary .summary-header .logo-archetype{width:100%;max-width:225px;object-fit:contain}.archetype-summary .summary-header .summary-title{text-align:left}.archetype-summary .summary-body{text-align:center;max-width:700px}.archetype-summary .summary-body p{margin-bottom:.5rem}.scales{display:grid;gap:1rem}.scale{display:flex;flex-direction:column;gap:.5rem}.scale-header{display:flex;justify-content:space-between;font-size:.95rem}.scale-track{position:relative;height:10px;background:#0000001a;border-radius:999px;overflow:hidden}.scale-center{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#00000040;transform:translate(-1px)}.scale-fill{position:absolute;top:0;bottom:0;left:50%;width:0%;background:#e52c16;transform-origin:left center}.scale-fill.right{left:50%}.scale-fill:not(.right){left:auto;right:50%;transform-origin:right center}.debug-sliders{margin-top:2rem}.debug-sliders .slider-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;margin-bottom:.5rem}.debug-sliders .slider-row input[type=range]{width:300px}.debug-sliders .slider-row .value{width:3.5rem;text-align:right}.result-actions{margin-top:2rem;text-align:center}.basic-layout{display:flex;flex-direction:column;min-height:100svh}header{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;margin-top:1rem;margin-bottom:1rem}header img{width:128px;height:128px}main{padding:2rem;flex:1 0 auto;min-height:80svh}footer{text-align:center;flex-direction:column;display:flex;align-items:center;justify-content:center;margin-top:2rem;flex-shrink:0;padding:1rem;gap:1rem;opacity:.85;font-size:.9rem}section{display:flex;flex-direction:column;gap:1rem}.welcome-form{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}.welcome-form select{padding:1rem;border:2px solid #f3b4d1;border-radius:.5rem;font-size:1.2rem;background:transparent;box-shadow:none;transition:box-shadow .3s ease}.welcome-form select:focus{outline:none;box-shadow:0 0 15px #f3b4d180}.welcome-form select option{background:transparent;color:#e52c16}.welcome-form small{font-size:.9rem;font-style:italic;color:#e52c16;opacity:.8}.welcome-form button{width:100%;max-width:300px;margin:0 auto;margin-top:1rem}input[type=checkbox]{margin-right:.5rem;width:1.5rem;height:1.5rem;accent-color:#e52c16;cursor:pointer}.composite-grid{display:grid;gap:16px;grid-template-columns:1fr}.final-section{display:flex;flex-direction:column;gap:1rem;align-items:center}.final-section .actions{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:1rem}.final-section .confirm{background:#f3b4d1;color:#e52c16;font-weight:700;border-color:#f3b4d1}.final-section .confirm:hover{background:#e52c16;color:#f3b4d1;border-color:#e52c16}.final-preview{display:grid;grid-template-columns:200px 1fr;gap:1rem;align-items:start;margin:1rem 0}.final-preview .photo img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}.final-preview .personal-preview{display:flex;flex-direction:column;gap:.5rem;text-align:center}.debug-pre{white-space:pre-wrap;word-break:break-word;max-width:900px;margin:0 auto;background:#0000000d;padding:1rem;border-radius:.5rem}.error-text{color:#b00020}.hidden-input{display:none}
