.profile-topics{position:relative}.profile-topics.has-background{padding:60px 0;margin:0}.profile-topics.no-background{background:#f3eff4;padding:40px 0;margin:40px 0}.profile-topics.bg-quaternary{background:#f3eff4}.profile-topics .site-container{max-width:1200px;margin:0 auto;position:relative}.profile-topics .term-selector{border:2px solid #a4ddf1;border-radius:25px;padding:10px 20px;color:#0b1c32;background:#fff;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;user-select:none;font-family:"Poppins",sans-serif;outline:none;display:inline-block;text-decoration:none}.profile-topics .term-selector:hover:not(.selected):not(:disabled){background:#a4ddf1;border-color:#a4ddf1;transform:translateY(-1px);box-shadow:0 4px 12px rgba(11,28,50,.15)}.profile-topics .term-selector:focus{box-shadow:0 0 0 3px rgba(11,28,50,.2)}.profile-topics .term-selector.selected{background:#0b1c32;color:#fff;border-color:#0b1c32;box-shadow:0 2px 8px rgba(11,28,50,.3)}.profile-topics .term-selector:disabled{opacity:.7;cursor:not-allowed;transform:none}.profile-topics.layout-centered .topics-header{text-align:center;margin-bottom:30px}.profile-topics.layout-centered .topics-header h2{font-family:"EditorsNoteDisplay",serif;font-size:1.8rem;color:#0b1c32;margin-bottom:15px}.profile-topics.layout-centered .topics-header .topics-subtitle{font-family:"Poppins",sans-serif;font-size:1rem;color:#0b1c32;opacity:.85;line-height:1.5;margin-bottom:20px}.profile-topics.layout-centered .topics{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:30px}.profile-topics.layout-horizontal .horizontal-layout{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center;min-height:200px}.profile-topics.layout-horizontal .topics-header h2{font-family:"EditorsNoteDisplay",serif;font-size:2.5rem;color:#fff;margin-bottom:20px;line-height:1.2;font-weight:300}.profile-topics.layout-horizontal .topics-header .topics-subtitle{font-family:"Poppins",sans-serif;font-size:1.1rem;color:#fff;opacity:.9;line-height:1.6}.profile-topics.layout-horizontal .topics-container{display:flex;justify-content:flex-end}.profile-topics.layout-horizontal .topics{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start;max-width:600px}.profile-topics.layout-horizontal .term-selector{border:2px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.profile-topics.layout-horizontal .term-selector:hover:not(.selected):not(:disabled){background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-1px)}.profile-topics.layout-horizontal .term-selector.selected{background:#fff;color:#0b1c32;border-color:#fff}.profile-topics.layout-horizontal.has-background .topics-header h2,.profile-topics.layout-horizontal.has-background .topics-header .topics-subtitle{color:#fff}.profile-topics.layout-grid .topics-header{text-align:center;margin-bottom:40px}.profile-topics.layout-grid .topics-header h2{font-family:"EditorsNoteDisplay",serif;font-size:2rem;color:#0b1c32;margin-bottom:15px}.profile-topics.layout-grid .topics-header .topics-subtitle{font-family:"Poppins",sans-serif;font-size:1.1rem;color:#0b1c32;opacity:.85;line-height:1.5}.profile-topics.layout-grid .topics-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px;margin-bottom:30px}.profile-topics.layout-grid .topic-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px rgba(11,28,50,.1);transition:all .3s ease}.profile-topics.layout-grid .topic-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(11,28,50,.15)}.profile-topics.layout-grid .topic-card .term-selector{width:100%;justify-content:center;padding:15px 20px;font-size:1rem;border-radius:8px}.profile-topics.bg-primary{background:#0b1c32;color:#fff}.profile-topics.bg-primary h1,.profile-topics.bg-primary h2,.profile-topics.bg-primary h3,.profile-topics.bg-primary h4,.profile-topics.bg-primary h5,.profile-topics.bg-primary h6,.profile-topics.bg-primary .topics-header,.profile-topics.bg-primary .topics-header h2,.profile-topics.bg-primary .topics-header .topics-subtitle,.profile-topics.bg-primary .no-terms{color:#fff}.profile-topics.bg-primary a,.profile-topics.bg-primary .topics-subtitle a{color:#fff;text-decoration-color:rgba(255,255,255,.6)}.profile-topics.bg-primary a:hover,.profile-topics.bg-primary .topics-subtitle a:hover{text-decoration-color:#fff}.profile-topics.bg-primary .term-selector{border-color:#fff;color:#fff;background:rgba(0,0,0,0)}.profile-topics.bg-primary .term-selector:hover:not(.selected):not(:disabled){background:rgba(255,255,255,.15);border-color:#fff;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.25)}.profile-topics.bg-primary .term-selector.selected{background:#fff;color:#0b1c32;border-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}.profile-topics.bg-primary .term-selector:focus{box-shadow:0 0 0 3px rgba(255,255,255,.35)}.profile-topics.bg-primary.layout-horizontal .topics-header h2,.profile-topics.bg-primary.layout-horizontal .topics-header .topics-subtitle{color:#fff}.profile-topics .preferences-status{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:8px;font-family:"Poppins",sans-serif;font-weight:600;font-size:.9rem;z-index:1000;transform:translateX(100%);opacity:0;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.15)}.profile-topics .preferences-status.show{transform:translateX(0);opacity:1}.profile-topics .preferences-status.error{background:#ff4757;color:#fff}.profile-topics .preferences-status.success{background:#2ed573;color:#fff}.profile-topics .no-terms{text-align:center;color:#666;font-style:italic;width:100%;grid-column:1/-1}@media(max-width: 1024px){.profile-topics.layout-horizontal .horizontal-layout{grid-template-columns:1fr;gap:40px;text-align:center}.profile-topics.layout-horizontal .topics-container{justify-content:center}.profile-topics.layout-horizontal .topics{justify-content:center;max-width:none}}@media(max-width: 768px){.profile-topics.has-background{padding:40px 0}.profile-topics.no-background{padding:30px 0}.profile-topics .topics-header h2{font-size:1.8rem !important}.profile-topics.layout-horizontal .topics-header h2{font-size:2rem !important}.profile-topics.layout-grid .topics-grid{grid-template-columns:1fr}.profile-topics .term-selector{padding:8px 16px;font-size:.8rem}.profile-topics .preferences-status{position:fixed;top:auto;bottom:20px;left:20px;right:20px;text-align:center}}@media(max-width: 480px){.profile-topics .term-selector{padding:6px 12px;font-size:.75rem}.profile-topics .topics{gap:8px !important}}@media(prefers-reduced-motion: reduce){.profile-topics .term-selector,.profile-topics .topic-card,.profile-topics .preferences-status{transition:none}}@media(prefers-contrast: high){.profile-topics .term-selector{border-width:3px}.profile-topics .term-selector.selected{background:#0b1c32;color:#fff;border-color:#0b1c32}}