@tailwind base;@tailwind components;@tailwind utilities;:root{--navy:#1a2b5c;--navy-deep:#0f1d3e;--navy-mid:#243570;--accent:#c8a84b;--accent-light:#e8cc7e;--cream:#f7f4ef;--white:#fff;--text:#1a2b5c;--text-light:#6b7a99;--border:#d8dde8;--section-alt:#f0f3fa}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);font-family:DM Sans,sans-serif;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1028f7;border-bottom:1px solid #c8a84b33;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-logo-text .abbr{color:var(--white);letter-spacing:.05em;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;line-height:1}.nav-logo-text .full{color:var(--accent-light);letter-spacing:.12em;text-transform:uppercase;margin-top:3px;font-size:.6rem;font-weight:500}.nav-links{align-items:center;gap:.2rem;list-style:none;display:flex}.nav-links a{color:#ffffffbf;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:.4rem .7rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:var(--accent-light);background:#c8a84b1a}.nav-cta a{background:var(--accent)!important;color:var(--navy-deep)!important;padding:.5rem 1rem!important;font-weight:600!important}.nav-cta a:hover{background:var(--accent-light)!important;color:var(--navy-deep)!important}.nav-burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.burger-line{background-color:var(--white);width:100%;height:2px;transition:all .3s}.nav-burger.open .burger-line:first-child{transform:translateY(8px)rotate(45deg)}.nav-burger.open .burger-line:nth-child(2){opacity:0}.nav-burger.open .burger-line:nth-child(3){transform:translateY(-8px)rotate(-45deg)}#home{background:var(--navy-deep);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(70% 60% at 80%,#243570cc 0%,#0000 60%),radial-gradient(50% 40% at 20% 80%,#c8a84b14 0%,#0000 50%);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content{grid-template-columns:1fr 380px;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;display:grid;position:relative}.hero-badge{color:var(--accent-light);letter-spacing:.15em;text-transform:uppercase;background:#c8a84b1f;border:1px solid #c8a84b59;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.hero-title{color:var(--white);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1.15}.hero-title em{color:var(--accent-light);font-style:normal}.hero-desc{color:#ffffffa6;max-width:560px;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--accent);color:var(--navy-deep);letter-spacing:.02em;border:2px solid var(--accent);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:.85rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary:hover{background:var(--accent-light);border-color:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #c8a84b59}.btn-secondary{color:var(--white);letter-spacing:.02em;background:0 0;border:2px solid #ffffff40;border-radius:8px;align-items:center;gap:8px;padding:.85rem 1.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-secondary:hover{background:#ffffff0f;border-color:#fff9;transform:translateY(-2px)}.hero-seal-wrapper{justify-content:center;display:flex}.hero-seal{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;padding:20px;display:flex;box-shadow:0 0 80px #c8a84b1a}.hero-stats{border-top:1px solid #ffffff1a;gap:2.5rem;margin-top:3rem;padding-top:2.5rem;display:flex}.stat-item .num{color:var(--accent-light);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1}.stat-item .label{color:#ffffff73;text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:.72rem}section{scroll-margin-top:68px}.section-inner{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.7rem;font-weight:600}.section-title{color:var(--navy-deep);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-light);max-width:620px;font-size:1rem;font-weight:300;line-height:1.7}#events{background:var(--navy-deep);color:var(--white)}#events .section-title{color:var(--white)}#events .section-subtitle{color:#ffffff8c}.events-notice{text-align:center;background:#c8a84b1a;border:1px solid #c8a84b40;border-radius:12px;margin-top:2.5rem;padding:2rem 2.5rem}.events-notice .icon{margin-bottom:1rem;font-size:2.5rem}.events-notice h3{color:var(--accent-light);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.3rem}.events-notice p{color:#ffffff8c;max-width:480px;margin:0 auto 1.5rem;font-size:.9rem;line-height:1.7}.upcoming-events-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.upcoming-event-card{background:#ffffff0a;border:1px solid #c8a84b40;border-radius:14px;padding:1.75rem;transition:all .3s}.upcoming-event-card:hover{background:#c8a84b12;border-color:#c8a84b80;transform:translateY(-3px)}.upcoming-event-date{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.72rem;font-weight:600}.upcoming-event-title{color:var(--white);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.1rem;line-height:1.35}.upcoming-event-speaker{color:#fff9;margin-bottom:.25rem;font-size:.88rem}.upcoming-event-affiliation{color:#fff6;margin-bottom:1rem;font-size:.82rem}.event-type-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);background:#c8a84b26;border:1px solid #c8a84b4d;border-radius:4px;padding:.25rem .6rem;font-size:.68rem;font-weight:600;display:inline-block}.past-events-header{color:var(--accent-light);border-bottom:1px solid #c8a84b33;margin:3rem 0 1.5rem;padding-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.4rem}.events-table-wrap{border:1px solid #ffffff14;border-radius:10px;overflow-x:auto}.events-table{border-collapse:collapse;width:100%;font-size:.875rem}.events-table th{text-align:left;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);background:#ffffff0d;padding:1rem 1.25rem;font-size:.7rem;font-weight:600}.events-table td{color:#fff9;border-top:1px solid #ffffff0d;padding:1rem 1.25rem}.events-table tr:hover td{background:#ffffff08}.events-table .empty-row td{text-align:center;color:#ffffff4d;padding:2rem;font-style:italic}.recording-link{color:var(--accent-light);align-items:center;gap:5px;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.recording-link:hover{color:var(--white)}#about{background:var(--cream)}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}.about-text p{color:#3a4a6b;margin-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.85}.vm-grid{gap:1.5rem;display:grid}.vm-card{background:var(--white);border-left:3px solid var(--accent);border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px #1a2b5c0f}.vm-card h3{color:var(--navy);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600}.vm-card p{color:var(--text-light);font-size:.88rem;line-height:1.7}#what-we-do{background:var(--cream)}.objectives-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.objective-card{background:var(--white);border:1px solid #0000;border-radius:12px;padding:1.75rem;transition:all .3s;position:relative}.objective-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #1a2b5c1a}.obj-icon{background:var(--navy-deep);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.2rem;display:flex}.objective-card h3{color:var(--navy);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;line-height:1.3}.objective-card p{color:var(--text-light);font-size:.85rem;line-height:1.65}#committee{background:var(--white)}.committee-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.committee-card{background:var(--cream);text-align:center;border:1px solid #0000;border-radius:14px;padding:1.5rem 1.25rem;transition:all .3s}.committee-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 30px #1a2b5c1a}.committee-card.president{text-align:left;background:var(--navy-deep);color:var(--white);grid-column:span 2;align-items:center;gap:1.5rem;padding:1.75rem 2rem;display:flex}.avatar{background:linear-gradient(135deg, var(--navy-mid), var(--navy-deep));border:2px solid var(--border);width:64px;height:64px;color:var(--accent-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto .75rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex}.committee-card.president .avatar{border-color:#c8a84b66;width:80px;height:80px;margin:0;font-size:1.8rem}.member-name{color:var(--navy);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.committee-card.president .member-name{color:var(--white);font-size:1.2rem}.member-role{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.75rem;font-weight:600}.member-affil{color:var(--text-light);font-size:.8rem;line-height:1.4}.committee-card.president .member-affil{color:#ffffff80}#membership{background:var(--section-alt)}.membership-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}.eligibility-list{margin-top:1rem;list-style:none}.eligibility-list li{border-bottom:1px solid var(--border);color:var(--text);align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.9rem;line-height:1.55;display:flex}.eligibility-list li:before{content:"✓";color:var(--accent);flex-shrink:0;margin-top:1px;font-weight:700}.register-card{background:var(--navy-deep);color:var(--white);border-radius:16px;padding:2.5rem}.register-card h3{color:var(--accent-light);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.4rem}.rf-group{margin-bottom:1.25rem}.rf-group label{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.rf-group input,.rf-group select{width:100%;color:var(--white);background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s}.rf-group input:focus,.rf-group select:focus{border-color:var(--accent)}.rf-group select option{background:var(--navy-deep)}#news{background:var(--cream)}.news-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.news-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.75rem;transition:all .3s}.news-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #1a2b5c1a}.news-meta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.news-cat{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:#c8a84b1a;border-radius:4px;padding:.25rem .65rem;font-size:.68rem;font-weight:700}.news-date{color:var(--text-light);font-size:.78rem}.news-card h3{color:var(--navy);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;line-height:1.35}.news-card p{color:var(--text-light);font-size:.87rem;line-height:1.7}#resources{background:var(--white)}.resources-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.resource-card{background:var(--cream);border:1px solid #0000;border-radius:14px;padding:1.75rem;transition:all .3s}.resource-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #1a2b5c1a}.resource-icon{margin-bottom:1rem;font-size:1.75rem}.resource-card h3{color:var(--navy);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.resource-card p{color:var(--text-light);font-size:.85rem;line-height:1.65}#contact{background:var(--section-alt)}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-top:3rem;display:grid}.contact-form-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem}.contact-form-card h3{color:var(--navy);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.3rem}.cf-group{margin-bottom:1.25rem}.cf-group label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-light);margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:block}.cf-group input,.cf-group select,.cf-group textarea{background:var(--cream);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s}.cf-group textarea{resize:vertical;height:120px}.cf-group input:focus,.cf-group select:focus,.cf-group textarea:focus{border-color:var(--accent)}.contact-info h3{color:var(--navy);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.3rem}.contact-info-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.ci-icon{font-size:1.2rem}.ci-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:.3rem;font-size:.72rem;font-weight:600}.ci-val{color:var(--navy);font-size:.9rem;font-weight:500}footer{background:var(--navy-deep);color:var(--white)}.footer-inner{max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2rem;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.footer-logo span{color:var(--white);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.footer-brand p{color:#fff6;font-size:.85rem;line-height:1.7}.footer-col h4{color:var(--accent-light);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:.95rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{color:#ffffff73;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--accent-light)}.footer-bottom{flex-wrap:wrap;align-items:center;gap:2rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:#ffffff40;font-size:.78rem}.est{color:#c8a84b59;letter-spacing:.15em;margin-left:auto;font-family:DM Mono,monospace;font-size:.68rem}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (max-width:768px){.hero-content{grid-template-columns:1fr}.hero-seal-wrapper{display:none}.about-grid,.membership-layout,.contact-layout{grid-template-columns:1fr}.objectives-grid,.news-grid,.resources-grid,.committee-grid{grid-template-columns:1fr 1fr}.committee-card.president{grid-column:span 2}.footer-top{grid-template-columns:1fr}.nav-links{display:none}.nav-burger{display:flex}.nav-links.mobile-open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0a1028fa;border-bottom:1px solid #c8a84b33;flex-direction:column;align-items:stretch;gap:1.2rem;padding:2rem;display:flex;position:absolute;top:68px;left:0;right:0;box-shadow:0 10px 15px -3px #0000004d}.nav-links.mobile-open li{width:100%}.nav-links.mobile-open a{width:100%;padding:.8rem;font-size:.95rem;display:block}}@media (max-width:480px){.objectives-grid,.news-grid,.resources-grid,.committee-grid{grid-template-columns:1fr}.committee-card.president{grid-column:span 1}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0a1028d9;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);text-align:left;border-radius:20px;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.modal-close{background:var(--cream);cursor:pointer;width:36px;height:36px;color:var(--navy);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:var(--accent);color:var(--white)}.modal-header{background:var(--navy-deep);color:var(--white);padding:3rem 3rem 2rem}.modal-header h2{margin-top:1rem;font-family:Playfair Display,serif;font-size:2rem;line-height:1.2}.modal-event-meta{border-top:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.modal-event-meta p{color:#ffffffb3;font-size:.9rem}.modal-event-meta strong{color:var(--accent-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.modal-body{padding:3rem}.event-description{margin-bottom:3rem}.event-description h3,.registration-section h3{color:var(--navy);border-bottom:2px solid var(--accent);margin-bottom:1rem;padding-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.5rem;display:inline-block}.event-description p{color:var(--text-light);font-size:1rem;line-height:1.8}.registration-section{background:var(--cream);border-radius:12px;padding:2.5rem}.registration-form{gap:1.5rem;margin-top:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.registration-form label{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;text-align:left;font-size:.8rem;font-weight:600;display:block}.registration-form input,.registration-form select,.registration-form textarea{border:1px solid var(--border);background-color:var(--white);border-radius:8px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.registration-form input:focus,.registration-form select:focus,.registration-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c8a84b26}.registration-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c8a84b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem}.form-message{text-align:center;border-radius:8px;padding:1rem;font-size:.9rem;font-weight:500}.form-message.success{color:#065f46;background:#d1fae5}.form-message.error{color:#991b1b;background:#fee2e2}.btn-more-details{color:var(--accent-light);border:1px solid var(--accent);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.btn-more-details:hover{background:var(--accent);color:var(--navy-deep)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.form-row{grid-template-columns:1fr}.modal-content{border-radius:0;max-height:100vh}.modal-body{padding:1.5rem}.modal-header{padding:2.5rem 1.5rem 1.5rem}}.filter-wrapper{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.filter-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.filter-select{color:#fff;cursor:pointer;appearance:none;background:#ffffff0d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c8a84b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") right .75rem center/1rem no-repeat;border:1px solid #c8a84b4d;border-radius:8px;outline:none;padding:.5rem 2rem .5rem 1rem;font-size:.85rem;transition:all .2s}.filter-select:hover,.filter-select:focus{border-color:var(--accent);background-color:#ffffff1a}.filter-select option{background-color:var(--navy-deep);color:#fff;padding:10px}.rf-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c8a84b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem}.custom-select-container{width:100%;position:relative}.custom-select-trigger{border:1px solid var(--border);background-color:var(--white);color:var(--text);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s;display:flex}.custom-select-trigger:hover,.custom-select-trigger.open{border-color:var(--accent)}.custom-select-trigger.open{box-shadow:0 0 0 3px #c8a84b26}.custom-select-trigger.placeholder{color:var(--text-light)}.custom-select-arrow{width:1rem;height:1rem;transition:transform .2s}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-options{background-color:var(--white);border:1px solid var(--border);z-index:50;border-radius:8px;max-height:250px;margin:8px 0 0;padding:.5rem;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px -5px #1a2b5c26}.custom-select-options::-webkit-scrollbar{width:6px}.custom-select-options::-webkit-scrollbar-track{background:0 0}.custom-select-options::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.custom-select-option{color:var(--text);cursor:pointer;border-radius:6px;margin-bottom:2px;padding:.65rem 1rem;font-size:.9rem;transition:all .2s}.custom-select-option:last-child{margin-bottom:0}.custom-select-option:hover{background-color:var(--navy-deep);color:var(--white);transform:translate(4px)}.custom-select-option.selected{background-color:var(--accent);color:var(--navy-deep);font-weight:600}.cf-group .custom-select-trigger,.rf-group .custom-select-trigger{background-color:var(--cream)}.cf-group .custom-select-options,.rf-group .custom-select-options{background-color:var(--white)}
