.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;gap:8px;z-index:2}.matchmaking .graph-toolbar-right{position:absolute;top:8px;right:8px;display:flex;gap:8px;z-index:2}.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;gap:8px;z-index:2}.matchmaking .graph-toolbar-left select,.matchmaking .graph-toolbar-right input[type=text]{border:2px solid #f3b4d1;background:transparent;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:hidden}.matchmaking .sidebar .inspector{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.matchmaking .sidebar .matches{flex:1 1 auto;overflow: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;overflow:hidden}.matchmaking .sidebar .inspector .panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.matchmaking .sidebar .inspector .matches-list{overflow:auto;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;border:2px solid rgba(255,255,255,.15);border-radius:10px;margin-bottom:8px;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}.existing-match-row{display:flex;align-items:center;gap:8px}.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:#374151;stroke-opacity:.9;stroke-width:2px}.link.highlight{stroke:#374151;stroke-width:2.5px;stroke-opacity:1}.link.matched.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}*{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}.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;gap:1rem}.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 .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}
