.dvnh-page{--bg-deep:#0a0714;--bg-card-solid:#191029;--bg-card-soft:#1c1230;--purple-900:#150b28;--purple-800:#241541;--purple-700:#341d5e;--purple-500:#7c3aed;--pink-500:#ec4899;--pink-400:#f472b6;--magenta:#d946ef;--gold:#fbbf24;--green:#22c55e;--text-primary:#f8f0ff;--text-secondary:#c9bcdb;--text-muted:#9585ac;--border-glow:1px solid #ec48992e;--radius-lg:22px;--radius-md:16px;--radius-sm:10px;background:var(--bg-deep);color:var(--text-primary);font-family:Poppins,-apple-system,Segoe UI,sans-serif;min-height:100vh;overflow-x:hidden;padding-bottom:60px}.dvnh-page *{box-sizing:border-box}.dvnh-container{max-width:1600px;margin:0 auto;padding:0 24px}@media (max-width:640px){.dvnh-container{padding:0 16px}}.dvnh-header{padding:18px 0}.dvnh-header-inner{justify-content:space-between;gap:20px}.dvnh-header-inner,.dvnh-logo{display:flex;align-items:center}.dvnh-logo{gap:9px;font-size:20px;font-weight:800;color:var(--pink-400);white-space:nowrap}.dvnh-logo i{font-size:17px}.dvnh-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.dvnh-nav a{color:var(--text-secondary);text-decoration:none;font-size:13.5px;font-weight:500}.dvnh-nav a:hover{color:var(--text-primary)}.dvnh-nav-sep{margin-left:6px;padding-left:26px;border-left:1px solid #ffffff24}.dvnh-header-btn{padding:10px 20px;font-size:13px;white-space:nowrap}.dvnh-section{margin-top:46px}.dvnh-center{display:flex;justify-content:center;margin-top:20px}.dvnh-plain-title{font-size:22px;font-weight:700;margin:0 0 20px}.dvnh-hero{padding:44px 0 30px;background:radial-gradient(120% 100% at 15% 0,#7c3aed47,#0000 55%),var(--bg-deep)}.dvnh-hero-inner{display:grid;grid-template-columns:320px 1fr 600px;grid-gap:30px;gap:30px;align-items:center}.dvnh-hero-chars{display:flex;justify-content:center}.dvnh-hero-chars img{width:100%;max-width:320px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.4))}.dvnh-hero-title{font-size:40px;line-height:1.15;font-weight:800;margin:0 0 14px}.dvnh-accent{color:var(--pink-400)}.dvnh-hero-sub{font-size:15px;color:var(--text-secondary);max-width:520px;margin:0 0 20px;line-height:1.6}.dvnh-feature-pills{display:flex;flex-wrap:wrap;gap:10px}.dvnh-feature-pill{display:flex;align-items:center;gap:8px;background:var(--bg-card-solid);border:var(--border-glow);border-radius:999px;padding:9px 16px;font-size:12.5px;color:var(--text-secondary);font-weight:600}.dvnh-feature-pill i{color:var(--pink-400)}.dvnh-hero-photo{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:340px;box-shadow:0 14px 40px #00000073}.dvnh-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.dvnh-hero-photo:after{content:"";position:absolute;left:0;right:0;bottom:0;height:30%;pointer-events:none;background:linear-gradient(0deg,#0a0714cc,#0000)}.dvnh-hero-photo-tag{position:absolute;left:14px;bottom:14px;background:#0a0714b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px}.dvnh-hero-photo-tag i{color:var(--pink-400)}.dvnh-hero-photo-tag span{display:block;font-size:11px;font-weight:500;color:var(--text-muted);margin-left:4px}.dvnh-form-card{margin-top:22px;background:var(--bg-card-solid);border:var(--border-glow);border-radius:var(--radius-lg);padding:24px;box-shadow:0 10px 30px #0000004d}.dvnh-form-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;position:relative}.dvnh-form-field{position:relative;background:#ffffff0a;border:1px solid #ffffff14;border-radius:var(--radius-sm);padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer}.dvnh-form-field.open{border-color:#ec489966}.dvnh-form-field-icon{color:var(--pink-400);font-size:15px;flex-shrink:0}.dvnh-form-field-text{min-width:0;flex:1 1}.dvnh-form-field label{display:block;font-size:11px;color:var(--text-muted);margin:0 0 2px;font-weight:600}.dvnh-form-field-value{font-size:13px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dvnh-form-field-chevron{color:var(--text-muted);font-size:11px;flex-shrink:0;transition:transform .15s ease}.dvnh-form-field-chevron.open{transform:rotate(180deg)}.dvnh-form-field-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:200;background:#241a38;border:1px solid #ffffff24;border-radius:var(--radius-sm);box-shadow:0 24px 50px #0000008c;padding:6px;cursor:default;display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto}.dvnh-form-field-dropdown.dvnh-scroll-3{max-height:136px}.dvnh-form-field-option{background:#0000;border:none;text-align:left;width:100%;padding:10px 12px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--text-primary);cursor:pointer}.dvnh-form-field-option:hover{background:#ffffff17}.dvnh-form-field-option.selected{background:linear-gradient(90deg,var(--pink-500),var(--magenta));color:#fff}.dvnh-form-actions{display:flex;justify-content:flex-end;margin-top:18px}.dvnh-cta-btn{background:linear-gradient(90deg,#ec4899,#f0529e);color:#fff;border:none;border-radius:999px;padding:13px 26px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:9px;box-shadow:0 8px 22px #ec489959;position:relative;z-index:1}.dvnh-cta-btn-lg{padding:15px 30px;font-size:15px}.dvnh-cta-btn:disabled{opacity:1;color:#fff;cursor:default;pointer-events:none}.dvnh-explore-ways{position:relative;padding-top:40px}.dvnh-explore-head{text-align:center;max-width:640px;margin:0 auto 28px}.dvnh-explore-badge-wrap{position:absolute;top:4px;right:20px;display:flex;align-items:center;gap:8px}.dvnh-explore-badge{position:relative;border:2px solid #ff2e9e;border-radius:50%/62%;padding:9px 22px;text-align:center;transform:rotate(-8deg)}.dvnh-explore-badge-big{display:block;font-family:Brush Script MT,Segoe Script,cursive;font-size:17px;font-weight:700;color:#ff7ed4;line-height:1.1}.dvnh-explore-badge-small{display:block;font-size:9px;font-weight:600;color:#ffb3e6;margin-top:1px;white-space:nowrap}.dvnh-explore-badge-arrow{color:#ff2e9e;font-size:16px}.dvnh-explore-corner{width:34px;height:34px;border-radius:50%;background:#0000;border:2px solid #ff2e9e;display:flex;align-items:center;justify-content:center;color:#ff7ed4;font-size:15px}.dvnh-explore-head h2{font-size:26px;font-weight:800;margin:0 0 8px}.dvnh-explore-head p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.6}.dvnh-explore-grid{display:grid;grid-gap:16px;gap:16px;margin-bottom:16px}.dvnh-explore-grid-top{grid-template-columns:repeat(3,1fr)}.dvnh-explore-grid-bottom{grid-template-columns:repeat(4,1fr) 44px;align-items:center}.dvnh-explore-card{background-color:var(--bg-card-solid);background-size:cover;background-position:50%;border:var(--border-glow);border-radius:var(--radius-md);padding:20px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s ease,transform .15s ease}.dvnh-explore-card:hover{border-color:#ec489966;transform:translateY(-2px)}.dvnh-explore-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:17px;margin-bottom:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dvnh-explore-icon-pink{background:#ec489959;color:#fff}.dvnh-explore-icon-blue{background:#3b82f659;color:#fff}.dvnh-explore-icon-magenta{background:#d946ef59;color:#fff}.dvnh-explore-icon-green{background:#22c55e59;color:#fff}.dvnh-explore-icon-purple{background:#7c3aed66;color:#fff}.dvnh-explore-icon-gold{background:#fbbf2459;color:#fff}.dvnh-explore-card h3{font-size:15px;font-weight:700;margin:0}.dvnh-explore-card p{font-size:12.5px;color:var(--text-secondary);margin:0;line-height:1.5;flex:1 1}.dvnh-explore-tags{display:flex;flex-wrap:wrap;gap:6px}.dvnh-explore-tags span{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:4px 10px;font-size:10.5px;color:var(--text-muted);font-weight:600}.dvnh-explore-btn{margin-top:6px;background:#0000;border:none;color:var(--pink-400);font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:0;align-self:flex-start;text-decoration:none}.dvnh-explore-btn:hover{text-decoration:underline}.dvnh-explore-more{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--pink-500),var(--magenta));border:none;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #ec489959;justify-self:center}@media (max-width:900px){.dvnh-explore-grid-bottom,.dvnh-explore-grid-top{grid-template-columns:1fr 1fr}.dvnh-explore-more{display:none}}@media (max-width:560px){.dvnh-explore-grid-bottom,.dvnh-explore-grid-top{grid-template-columns:1fr}.dvnh-explore-ways{padding-top:0}.dvnh-explore-badge-wrap{position:static;justify-content:center;width:-moz-fit-content;width:fit-content;margin:0 auto 14px}.dvnh-explore-badge{transform:none}}.dvnh-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;flex-wrap:wrap;gap:10px}.dvnh-section-head h2{font-size:20px;font-weight:700;margin:0;display:flex;align-items:center;gap:10px}.dvnh-section-head h2 i,.dvnh-viewall{color:var(--pink-400)}.dvnh-viewall{font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.dvnh-viewall:hover{text-decoration:underline}.dvnh-dest-rail-wrap{position:relative}.dvnh-dest-rail{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:4px;scrollbar-width:none}.dvnh-dest-rail::-webkit-scrollbar{display:none}.dvnh-rail-arrow{position:absolute;top:40%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:var(--pink-500);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #ec489966;z-index:2}.dvnh-rail-arrow-right{right:-18px}.dvnh-rail-arrow-left{left:-18px}.dvnh-dest-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 60px) / 4);min-width:0;background:var(--bg-card-solid);border:var(--border-glow);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}.dvnh-dest-photo{position:relative;height:160px;background:var(--purple-800)}.dvnh-dest-photo img{width:100%;height:100%;object-fit:cover;display:block}.dvnh-dest-badge{left:12px;background:var(--pink-500);font-size:11px;font-weight:700;padding:5px 11px;border-radius:999px}.dvnh-dest-badge,.dvnh-dest-match{position:absolute;top:12px;color:#fff}.dvnh-dest-match{right:12px;width:44px;height:44px;border-radius:50%;background:#0a0714bf;border:2px solid var(--pink-400);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.dvnh-dest-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1 1}.dvnh-dest-name{font-size:17px;font-weight:700}.dvnh-dest-loc{font-size:12.5px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.dvnh-dest-loc i{color:var(--pink-400);font-size:11px}.dvnh-dest-tags{display:flex;flex-wrap:wrap;gap:6px}.dvnh-dest-tags span{background:var(--purple-800);border-radius:999px;padding:4px 10px;font-size:11px;color:var(--text-secondary)}.dvnh-dest-stats{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:10px;gap:10px;border-top:1px solid #ffffff0f;padding-top:10px;margin-top:2px}.dvnh-dest-stat{display:flex;align-items:center;gap:6px;font-size:10.5px;min-width:0}.dvnh-dest-stat>div{min-width:0}.dvnh-dest-stat i{color:var(--pink-400);font-size:11px}.dvnh-dest-stat strong{display:block;font-size:12.5px;overflow-wrap:anywhere}.dvnh-dest-stat span{color:var(--text-muted)}.dvnh-dest-btn{margin-top:auto;background:#0000;border:1px solid var(--pink-500);color:var(--pink-400);border-radius:999px;padding:10px;font-size:13px;font-weight:700;cursor:pointer}.dvnh-dest-btn:hover{background:#ec48991a}.dvnh-compare-wrap{overflow-x:auto;border-radius:var(--radius-md);border:var(--border-glow)}.dvnh-compare-table{width:100%;border-collapse:collapse;min-width:640px}.dvnh-compare-table td,.dvnh-compare-table th{padding:14px 16px;text-align:center;font-size:13px;border-bottom:1px solid #ffffff0f}.dvnh-compare-table thead th{background:var(--bg-card-solid);font-size:13px}.dvnh-compare-table tbody tr:nth-child(odd){background:#ffffff05}.dvnh-compare-label{text-align:left!important;color:var(--text-secondary);font-weight:600}.dvnh-compare-hero{color:var(--pink-400);font-weight:700}.dvnh-compare-head{display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:700}.dvnh-compare-thumb{width:34px;height:34px;border-radius:50%;overflow:hidden;background:var(--purple-800);display:block}.dvnh-compare-thumb img{width:100%;height:100%;object-fit:cover}.dvnh-outline-btn{background:#0000;border:1px solid #ffffff2e;color:var(--text-primary);border-radius:999px;padding:11px 22px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.dvnh-outline-btn:hover{border-color:var(--pink-500);color:var(--pink-400)}.dvnh-panel{background:var(--bg-card-solid);border:var(--border-glow);border-radius:var(--radius-lg);padding:28px}.dvnh-trust-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px}.dvnh-trust-card{text-align:center;padding:14px 10px}.dvnh-trust-icon{height:52px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:var(--pink-400);font-size:34px;filter:drop-shadow(0 0 10px rgba(236,72,153,.35))}.dvnh-trust-title{font-size:13.5px;font-weight:700;margin-bottom:6px}.dvnh-trust-text{font-size:11.5px;color:var(--text-muted);line-height:1.5}.dvnh-steps{display:flex;justify-content:space-between;gap:10px;position:relative}.dvnh-step{flex:1 1;text-align:center;position:relative;padding:0 8px}.dvnh-step-num-row{position:relative;display:flex;align-items:center;justify-content:center;height:30px;margin-bottom:10px}.dvnh-step-line{top:50%;right:50%;border-top:2px dashed #ec48994d}.dvnh-step-line,.dvnh-steps-connector{position:absolute;width:100%;z-index:0}.dvnh-steps-connector{display:none;inset:0;height:100%;pointer-events:none}.dvnh-step-num{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;background:var(--pink-500);color:#fff;font-size:13px;font-weight:800;box-shadow:0 4px 14px #ec489973}.dvnh-step-icon,.dvnh-step-num{display:flex;align-items:center;justify-content:center}.dvnh-step-icon{height:44px;margin:0 auto 12px;color:var(--pink-400);font-size:26px;filter:drop-shadow(0 0 8px rgba(236,72,153,.3))}.dvnh-step-title{font-size:13px;font-weight:700;margin-bottom:6px}.dvnh-step-text{font-size:11px;color:var(--text-muted);line-height:1.5}.dvnh-bottom-cta{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;background:radial-gradient(55% 160% at 84% 50%,#ec489966,#0000 70%),radial-gradient(1.5px 1.5px at 12% 25%,#ffffff8c,#0000),radial-gradient(1.5px 1.5px at 24% 65%,#fff6,#0000),radial-gradient(1.5px 1.5px at 38% 35%,#ffffff4d,#0000),radial-gradient(1.5px 1.5px at 52% 78%,#ffffff59,#0000),radial-gradient(1.5px 1.5px at 63% 22%,#ffffff4d,#0000),radial-gradient(1.5px 1.5px at 72% 55%,#fff6,#0000),radial-gradient(1.5px 1.5px at 18% 85%,#ffffff40,#0000),linear-gradient(180deg,#0c0817,#120a20);border:1px solid #ec489938;border-radius:var(--radius-lg);padding:32px 38px}.dvnh-bottom-cta h3{margin:0 0 8px;font-size:21px;font-weight:700;color:#fff;position:relative;z-index:1}.dvnh-bottom-cta p{margin:0;color:var(--text-muted);font-size:13.5px;position:relative;z-index:1}@media (max-width:1100px){.dvnh-hero-inner{grid-template-columns:220px 1fr}.dvnh-hero-photo{display:none}.dvnh-form-grid{grid-template-columns:repeat(4,1fr)}.dvnh-trust-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.dvnh-nav{display:none}.dvnh-hero-inner{grid-template-columns:1fr;text-align:center;gap:20px}.dvnh-hero-photo{display:block;order:-1;width:100%;height:210px;margin:0}.dvnh-hero-chars{order:1}.dvnh-hero-chars img{max-width:200px}.dvnh-hero-copy{order:2}.dvnh-hero-sub{margin-left:auto;margin-right:auto}.dvnh-feature-pills{justify-content:center}.dvnh-form-grid{grid-template-columns:repeat(2,1fr)}.dvnh-steps{flex-wrap:wrap}.dvnh-step{flex:0 0 33%;margin-bottom:20px}.dvnh-step-line{display:none}.dvnh-bottom-cta{flex-direction:column;text-align:center}}@media (max-width:640px){.dvnh-container{padding:0 16px}.dvnh-header{padding:14px 0}.dvnh-logo{font-size:17px}.dvnh-header-btn{padding:8px 14px;font-size:12px}.dvnh-hero{padding:22px 0 18px}.dvnh-hero-photo{height:180px;border-radius:var(--radius-md)}.dvnh-hero-title{font-size:25px}.dvnh-hero-sub{font-size:13.5px}.dvnh-feature-pill{font-size:11.5px;padding:8px 13px}.dvnh-form-card{padding:16px}.dvnh-form-grid{grid-template-columns:1fr 1fr;gap:10px}.dvnh-form-actions{justify-content:stretch}.dvnh-form-actions .dvnh-cta-btn{width:100%;justify-content:center}.dvnh-section{margin-top:32px}.dvnh-section-head h2{font-size:16.5px}.dvnh-dest-card{flex:0 0 100%}.dvnh-dest-photo{height:180px}.dvnh-rail-arrow{width:32px;height:32px;font-size:13px}.dvnh-rail-arrow-right{right:-8px}.dvnh-rail-arrow-left{left:-8px}.dvnh-trust-grid{grid-template-columns:repeat(2,1fr)}.dvnh-panel{padding:18px}.dvnh-plain-title{font-size:18px}.dvnh-steps{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:26px;row-gap:26px;grid-column-gap:10px;column-gap:10px;position:relative}.dvnh-step{flex:none;margin-bottom:0}.dvnh-step:last-child{grid-column:1/-1;justify-self:center;width:100%;max-width:200px}.dvnh-steps-connector{display:block}.dvnh-bottom-cta{padding:24px 20px}.dvnh-bottom-cta h3{font-size:18px}.dvnh-cta-btn-lg{width:100%;justify-content:center}}@media (max-width:420px){.dvnh-hero-title{font-size:21px}.dvnh-hero-photo{height:150px}.dvnh-form-grid{grid-template-columns:1fr}.dvnh-trust-grid{grid-template-columns:1fr 1fr}.dvnh-trust-icon{font-size:28px}}.dvnh-lightbox{position:fixed;inset:0;z-index:10000;background:#0a0714d9;display:flex;align-items:center;justify-content:center;gap:16px;padding:40px;cursor:zoom-out}.dvnh-lightbox-card{cursor:default;width:min(540px,80vw);background:var(--bg-card-solid);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column}.dvnh-lightbox-card img{width:100%;max-height:65vh;object-fit:cover;display:block}.dvnh-lightbox-gradient{width:100%;height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#ffffffd9}.dvnh-lightbox-gradient i{font-size:46px}.dvnh-lightbox-gradient span{font-size:12.5px;font-weight:600;letter-spacing:.02em}.dvnh-lightbox-caption{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;color:#fff;font-size:14px;font-weight:600}.dvnh-lightbox-count{color:var(--text-muted);font-weight:500;font-size:13px}.dvnh-lightbox-nav{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid #fff3;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dvnh-lightbox-nav:hover{background:#fff3}.dvnh-lightbox-close{position:fixed;top:20px;right:24px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid #fff3;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dvnh-lightbox-close:hover{background:#fff3}@media (max-width:640px){.dvnh-lightbox{gap:6px;padding:16px}.dvnh-lightbox-card{width:84vw}.dvnh-lightbox-nav{width:36px;height:36px;font-size:13px}}.dvnh-dest-compare{align-self:flex-start;background:#0000;border:1px solid #ffffff29;color:var(--text-secondary);border-radius:999px;padding:5px 12px;font-size:11.5px;font-weight:600;cursor:pointer}.dvnh-dest-compare.on{border-color:var(--pink-400);color:var(--pink-400);background:#ec48991a}.dvnh-results-note{margin-top:14px;font-size:13px;color:var(--text-secondary);text-align:center}.dvnh-results-note button{background:none;border:none;color:var(--pink-400);font-weight:700;cursor:pointer;padding:0}.dvnh-no-results{width:100%;padding:40px 20px;text-align:center;color:var(--text-muted);font-size:14px}@media (max-width:1100px){.dvnh-dest-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 40px) / 3)}}@media (max-width:860px){.dvnh-dest-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 20px) / 2)}}@media (max-width:640px){.dvnh-dest-card{flex:0 0 100%}}.dvnh-form-field-dropdown::-webkit-scrollbar{width:14px}.dvnh-form-field-dropdown::-webkit-scrollbar-track{background:#0a0714;border-radius:10px;margin:2px 0}.dvnh-form-field-dropdown::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff2e83,#d946ef);border-radius:10px;border:3px solid #0a0714;min-height:36px}.dvnh-form-field-dropdown::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff5fa2,#e879f9)}.dvnh-form-field-dropdown::-webkit-scrollbar-button:single-button{display:block;height:14px;background-color:#0a0714;background-repeat:no-repeat;background-position:50%}.dvnh-form-field-dropdown::-webkit-scrollbar-button:single-button:vertical:decrement{border-radius:10px 10px 0 0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path d='M2 7 L5 3 L8 7 Z' fill='%23ff2e83'/></svg>")}.dvnh-form-field-dropdown::-webkit-scrollbar-button:single-button:vertical:increment{border-radius:0 0 10px 10px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path d='M2 3 L5 7 L8 3 Z' fill='%23ff2e83'/></svg>")}@supports (-moz-appearance:none){.dvnh-form-field-dropdown{scrollbar-width:thin;scrollbar-color:#ff2e83 #0a0714}}