.taste-profile-card{position:relative;overflow:hidden;background:linear-gradient(140deg,#fff 0%,#fffaf2 100%)}.taste-profile-card:after{content:"";position:absolute;right:-65px;bottom:-75px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(180,90,50,.13),transparent 68%);pointer-events:none}.taste-profile-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px}.taste-profile-head h3{margin:2px 0 8px;font-size:clamp(23px,3vw,30px)}.taste-profile-head p:not(.eyebrow){max-width:68ch;color:var(--mut);font-size:13px}.taste-profile-card[data-complete="true"] .taste-profile-head:before{content:"✓";display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--good-soft);color:var(--good);font-weight:800}.taste-profile-card[data-complete="true"] .taste-profile-head>div{margin-right:auto}.taste-profile-head .btn{position:relative;z-index:1;white-space:nowrap}
.taste-dialog{position:fixed;inset:0;margin:auto;width:min(780px,calc(100% - 24px));max-height:min(92vh,880px);padding:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);color:var(--body);box-shadow:var(--sh-3)}.taste-dialog::backdrop{background:rgba(35,25,17,.7);backdrop-filter:blur(6px)}.taste-dialog-shell{display:flex;max-height:min(92vh,880px);flex-direction:column}.taste-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 28px 20px;border-bottom:1px solid var(--line-soft);background:linear-gradient(135deg,#fff,#fbf2e7)}.taste-dialog-head h2{margin:4px 0 7px;font-size:clamp(28px,4vw,40px)}.taste-dialog-head p:last-child{max-width:58ch;color:var(--mut);font-size:13px}.taste-dialog-close{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--mut);font-size:25px;cursor:pointer}.taste-dialog-body{overflow-y:auto;padding:24px 28px}.taste-question{margin:0;padding:0 0 24px;border:0}.taste-question+.taste-question{padding-top:23px;border-top:1px solid var(--line-soft)}.taste-question legend{padding:0;color:var(--ink);font:650 19px var(--display)}.taste-question>p{margin:5px 0 13px;color:var(--mut);font-size:12px}.taste-options{display:flex;flex-wrap:wrap;gap:8px}.taste-choice{position:relative}.taste-choice input{position:absolute;opacity:0;pointer-events:none}.taste-choice span{display:block;padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--body);font:650 11.5px/1 var(--sans);cursor:pointer;transition:.15s}.taste-choice input:checked+span{border-color:var(--espresso);background:var(--espresso);color:#fff;box-shadow:0 5px 12px rgba(58,42,29,.15)}.taste-choice input:focus-visible+span{box-shadow:var(--ring)}.taste-select{width:100%;max-width:360px;margin-top:4px}.taste-dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:17px 28px;border-top:1px solid var(--line);background:var(--surface-2)}.taste-dialog-actions .status{min-height:0;margin-right:auto;color:var(--bad);font-size:11px}
@media(max-width:620px){.taste-profile-head{align-items:flex-start;flex-direction:column}.taste-profile-head .btn{width:100%}.taste-profile-card[data-complete="true"] .taste-profile-head:before{display:none}.taste-dialog{width:calc(100% - 12px);max-height:96vh;border-radius:18px}.taste-dialog-shell{max-height:96vh}.taste-dialog-head{padding:20px 18px 16px}.taste-dialog-body{padding:19px 17px}.taste-dialog-actions{padding:13px 16px;flex-wrap:wrap}.taste-dialog-actions .status{width:100%;order:-1}.taste-dialog-actions .btn{flex:1}}
