:root{--font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-mono: "SF Mono", "SFMono-Regular", ui-monospace, Menlo, monospace;--parchment: #F8F6F0;--parchment-soft: #F2EFE9;--parchment-border: #E8E2D2;--gold: #BCA37F;--gold-glow: rgba(188, 163, 127, .2);--gold-dim: rgba(188, 163, 127, .1);--gold-dark: #A68B66;--espresso: #291D16;--espresso-soft: #5D4D44;--espresso-muted: #A39382;--espresso-dim: rgba(41, 29, 22, .1);--ink: var(--parchment);--ink-soft: var(--parchment-soft);--ink-border: var(--parchment-border);--cherry: var(--gold);--cherry-glow: var(--gold-glow);--cherry-dim: var(--gold-dim);--text-primary: var(--espresso);--text-secondary: var(--espresso-soft);--text-muted: var(--espresso-muted);--text-on-cherry: var(--parchment);--cream: #FFFFFF;--shadow-card: 0 4px 12px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .1);--shadow-deep: 0 20px 40px rgba(0, 0, 0, .12);--ease-ios: cubic-bezier(.4, 0, .2, 1);--ease-back: cubic-bezier(.34, 1.56, .64, 1);--ease-expo: cubic-bezier(.19, 1, .22, 1);--transition: background-color .3s var(--ease-ios), color .3s var(--ease-ios), border-color .3s var(--ease-ios), box-shadow .3s var(--ease-ios), transform .3s var(--ease-ios), opacity .3s var(--ease-ios);--radius-ios: 20px;--radius-ios-lg: 28px;--focus-ring: 0 0 0 3px rgba(188, 163, 127, .24), 0 0 0 1px var(--gold-dark);--z-base: 0;--z-raised: 100;--z-map-controls: 1100;--z-sheet: 1400;--z-page-overlay: 2500;--z-drawer-overlay: 4000;--z-drawer: 4001;--z-header: 5000;--z-bottom-nav: 10000;--z-menu-backdrop: 14999;--z-menu: 15000;--z-modal: 20000;--z-modal-top: 20010;--z-grain: 30000;--ink-raised: var(--parchment-soft);--glass: rgba(248, 246, 240, .85);--glass-border: rgba(0, 0, 0, .08);--shadow-glow: 0 0 20px var(--gold-glow)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--ink);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}button,input,textarea,select{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:where(button,a,input,textarea,select,[role=button]):focus-visible{outline:none;box-shadow:var(--focus-ring)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:var(--z-grain);opacity:.6;mix-blend-mode:overlay}.app-shell{display:flex;flex-direction:column;height:100dvh;width:100%;margin:0 auto;position:relative;isolation:isolate;background:var(--parchment);box-shadow:0 0 40px #0000000d;overflow:hidden}.main-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:88px;scroll-behavior:smooth;scrollbar-width:none;position:relative;z-index:var(--z-base)}.main-content::-webkit-scrollbar{display:none}.page-container{padding:0 1.25rem .5rem;max-width:600px;margin:0 auto;position:relative}.page-container.no-padding{padding-left:0;padding-right:0}.display-title{font-family:var(--font-display);font-size:clamp(3rem,10vw,4.5rem);font-weight:400;line-height:.95;letter-spacing:-.012em;color:var(--text-primary);text-transform:uppercase}.label-mono{font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.section-label:after{content:"";flex:1;height:1px;background:var(--ink-border)}.brand-header{padding:calc(env(safe-area-inset-top,0px) + 32px) 20px 20px;display:flex;align-items:center;justify-content:center;background:var(--parchment);border-bottom:1px solid rgba(41,29,22,.05);position:relative;z-index:var(--z-header)}.brand-header__actions{position:absolute;right:20px;display:flex;gap:12px;align-items:center}.brand-header__actions-group{display:flex;gap:8px;align-items:center;position:relative}.barista-logo-css{display:flex;flex-direction:column;align-items:center;gap:0;font-family:var(--font-display);cursor:pointer;-webkit-user-select:none;user-select:none}.barista-logo-link{text-decoration:none}.barista-logo-css .main{font-size:4rem;font-weight:700;color:var(--espresso);letter-spacing:.12em;line-height:.9;text-transform:uppercase}.barista-logo-css .sub{font-size:1.2rem;font-weight:500;color:var(--gold);letter-spacing:.45em;line-height:1;text-transform:uppercase;margin-top:4px}.icon-button-soft,.brand-header__avatar-btn{width:38px;height:38px;border-radius:14px;border:1px solid rgba(201,180,151,.32);background:linear-gradient(180deg,#fffffff2,#f6f0e8eb);box-shadow:0 10px 24px #291d1614,inset 0 1px #ffffffb8;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);overflow:hidden;transition:border-color .2s var(--ease-ios),box-shadow .2s var(--ease-ios),transform .2s var(--ease-ios)}.brand-header__avatar-btn{padding:0}.brand-header__avatar-btn.is-open{border-color:var(--gold);box-shadow:0 0 0 3px #bca37f24,0 12px 28px #291d161a,inset 0 1px #ffffffb8}.user-dropdown{width:248px;background:linear-gradient(180deg,#fffffffa,#f9f4ecf5);border:1px solid rgba(201,180,151,.28);border-radius:18px;box-shadow:0 18px 40px #291d1624;padding:8px;display:flex;flex-direction:column;gap:4px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.user-dropdown__header{padding:12px;border-bottom:1px solid var(--ink-border);margin-bottom:4px}.user-dropdown__name{font-weight:800;font-size:.95rem;color:var(--text-primary)}.user-dropdown__email{font-size:.75rem;color:var(--text-muted)}.user-dropdown__divider{height:1px;background:var(--ink-border);margin:4px}.user-dropdown__admin-toggle{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#ffffffa8;border-radius:12px;margin-bottom:8px;border:1px solid var(--ink-border)}.brand-header__avatar-initials{font-size:.7rem;font-weight:800;color:var(--espresso);font-family:var(--font-mono);letter-spacing:.05em}.user-menu-backdrop{position:fixed;inset:0;z-index:var(--z-menu-backdrop);background:transparent}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:none;background:transparent;color:var(--text-primary);font-size:.9rem;font-weight:600;cursor:pointer;text-align:left;transition:background-color .2s var(--ease-ios),transform .2s var(--ease-ios)}.dropdown-item:hover{background:#ffffffb8}.dropdown-item--accent{background:var(--espresso-dim);color:var(--espresso);font-weight:800;margin-bottom:4px}.dropdown-item--danger{color:var(--gold);font-weight:700}.user-dropdown__toggle-copy{display:flex;align-items:center;gap:8px}.user-dropdown__toggle-label{font-size:.8rem;font-weight:800;color:var(--text-primary)}.toggle-switch{width:32px;height:18px;border-radius:9px;position:relative;border:none;cursor:pointer;transition:background-color .3s,box-shadow .3s}.toggle-switch__thumb{width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;top:2px;transition:left .3s}.barista-sub{display:flex;align-items:center;gap:.6rem;font-family:var(--font-body);font-size:.72rem;letter-spacing:.25em;font-weight:300;color:var(--text-secondary)}.interlock-icon{display:flex;align-items:center;color:#4a4a4a}.bottom-nav{position:fixed;bottom:max(30px,calc(env(safe-area-inset-bottom) + 10px));left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:400px;height:70px;background:#f8f6f0d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:35px;display:flex;align-items:center;justify-content:space-around;padding:0 10px;box-shadow:0 10px 30px #291d1626,0 0 0 1px var(--ink-border);z-index:var(--z-bottom-nav)}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:var(--text-muted);font-size:.65rem;font-weight:600;letter-spacing:.02em;transition:color .3s var(--ease-ios),transform .3s var(--ease-ios),opacity .3s var(--ease-ios)}.bottom-nav a.active{color:var(--gold)}.bottom-nav.provider-nav{background:#291d16e6;box-shadow:0 16px 34px #291d163d,0 0 0 1px #ffffff14}.bottom-nav.provider-nav a{color:#fff8f09e}.bottom-nav.provider-nav a.active{color:#f6dfbd}.search-bar{display:flex;align-items:center;gap:12px;background:linear-gradient(180deg,#fffffff5,#f8f4edeb);border:1px solid rgba(201,180,151,.28);border-radius:99px;padding:.85rem 1.25rem;transition:var(--transition);box-shadow:0 12px 28px #291d161f,inset 0 1px #ffffffb3;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.search-bar:focus-within{border-color:var(--gold);background:linear-gradient(180deg,#fffffffa,#faf6eff0);box-shadow:0 0 0 3px #d4af3729,0 16px 34px #291d1624}.search-bar input{border:none;outline:none;background:transparent;color:var(--text-primary);font-family:var(--font-body);font-size:.95rem;font-weight:300;width:100%}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus-visible,.home-search-field input:focus-visible{box-shadow:none}.card-premium{background:var(--ink-raised);border-radius:var(--radius-ios);overflow:hidden;transition:var(--transition);position:relative;box-shadow:var(--shadow-card)}.card-premium:active{transform:scale(.96);filter:brightness(.95)}.card-premium:hover{border-color:#3c2d2326;transform:translateY(-4px);box-shadow:var(--shadow-deep),inset 0 2px 3px var(--glass-border)}.surface-panel{position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,#fffffff5,#f8f3ebf0);border:1px solid rgba(201,180,151,.28);box-shadow:0 16px 36px #291d1614}.surface-panel--soft{background:linear-gradient(145deg,#ffffffd6,#f7f2eae0);box-shadow:0 12px 28px #291d160f}.ops-page-shell{padding:1.5rem 1.5rem 7rem;max-width:960px;margin:0 auto}.ops-page-hero{margin-bottom:2rem;padding:1.35rem 1.4rem 1.45rem;border-radius:28px;background:radial-gradient(circle at top right,rgba(188,163,127,.16) 0%,transparent 28%),linear-gradient(155deg,#fffffffa,#f9f4ecf5 58%,#f3ebe0eb);border:1px solid rgba(201,180,151,.28);box-shadow:0 16px 36px #291d1614}.ops-page-hero__lede{max-width:34ch;font-size:.92rem;line-height:1.5;color:var(--espresso-soft);margin:0}.ops-hero-kicker{display:flex;align-items:center;gap:10px;color:var(--gold);margin-bottom:.45rem}.ops-hero-kicker__label{color:var(--gold-dark)}.ops-notice{margin-bottom:1.25rem}.ops-subpage-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:1.5rem}.ops-subpage-head--split{justify-content:space-between}.ops-subpage-lede{margin:.25rem 0 0;font-size:.84rem;color:var(--espresso-soft);line-height:1.5;max-width:44ch}.ops-page-title{font-size:clamp(2rem,6vw,2.4rem);margin-bottom:.35rem}.ops-back-btn{background:var(--ink-soft);border:none;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ops-success-panel{background:linear-gradient(180deg,#fffffffa,#f9f4ecf0);border:1px solid rgba(188,163,127,.4);border-radius:18px;padding:1.5rem;box-shadow:0 14px 32px #291d160f}.ops-success-panel--spaced{margin-bottom:1.5rem}.ops-success-panel__head{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.ops-success-panel__title{font-size:1rem;font-weight:800}.ops-success-panel__copy{margin:0 0 1rem;font-size:.8rem;color:var(--text-muted)}.ops-assist-card{background:linear-gradient(135deg,#fffffffa,#f9f4eceb);border:1px dashed var(--ink-border)}.ops-assist-card.is-active{border-style:solid;border-color:var(--gold-soft)}.ops-assist-card--spaced{padding:1.35rem;margin-bottom:1.5rem}.ops-assist-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ops-assist-card__meta{display:flex;align-items:center;gap:10px}.ops-assist-card__icon{width:32px;height:32px;border-radius:999px;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;color:var(--gold)}.ops-assist-card__kicker{margin-bottom:.1rem}.ops-assist-card__title{margin:0;font-size:1rem;font-weight:800}.ops-assist-card__copy{margin:0;font-size:.65rem;color:var(--text-muted)}.ops-assist-card__action{height:32px;border-radius:16px;padding:0 12px;font-size:.7rem;display:flex;align-items:center;gap:6px}.ops-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:2.2rem}.ops-stat-card{padding:1rem 1rem 1.1rem;display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,#fffffff5,#f9f4ecf0)}.ops-stat-card__head{display:flex;align-items:center;justify-content:space-between}.ops-stat-card__updating{font-size:.6rem;color:var(--gold);background:#bca37f24;padding:2px 6px;border-radius:10px;font-weight:800}.ops-stat-card__label{font-size:.56rem;color:var(--espresso-muted);margin-bottom:.15rem}.ops-stat-card__value{margin:0;font-family:var(--font-display);font-size:1.7rem;line-height:1;letter-spacing:-.03em}.ops-tab-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:1.5rem;width:100%}.ops-tab-chip{height:42px;width:100%;min-width:0;padding:0 12px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;background:#ffffffe0;color:var(--espresso);font-family:var(--font-mono);font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 24px #291d1614}.ops-tab-chip.active{background:var(--espresso);color:#fff}.ops-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}.ops-toolbar .search-bar{flex:1;margin:0;min-width:0;height:48px;border-radius:14px}.ops-icon-action{width:48px;height:48px;flex-shrink:0;border-radius:14px;padding:0;box-shadow:0 16px 30px #291d162e}.ops-form{display:flex;flex-direction:column;gap:1.25rem}.ops-form__group{display:flex;flex-direction:column;gap:.4rem}.ops-form__group--spaced{gap:.75rem}.ops-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.ops-form__row{display:flex;justify-content:space-between;align-items:center;gap:10px}.ops-form__label{font-size:.65rem;font-weight:700;color:var(--text-muted)}.ops-form__input-frame{border:1px solid var(--parchment-border)}.ops-form__textarea{width:100%;min-height:80px;padding:.875rem;border:1px solid var(--ink-border);border-radius:14px;background:var(--ink-soft);color:var(--text-primary);font-size:.9rem;resize:vertical;outline:none;box-sizing:border-box}.ops-form__chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.ops-form__category{display:flex;flex-direction:column;gap:.6rem}.ops-form__category-title{margin:0;font-size:.6rem;font-weight:800;color:var(--text-secondary);text-transform:uppercase}.ops-form__error{margin:0;font-size:.7rem;color:var(--cherry-medium)}.ops-form__error--compact{font-size:.8rem}.ops-form__helper-action{border:none;border-radius:12px;padding:4px 8px;display:inline-flex;align-items:center;gap:4px;background:var(--gold-soft);color:var(--gold);font-size:.6rem;font-weight:700;cursor:pointer}.ops-form__sync-btn{font-size:.6rem;font-weight:700;color:var(--gold-dark);background:var(--gold-soft);border:none;padding:2px 8px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.ops-table-shell__scroll{display:flex;flex-direction:column;overflow-y:auto;max-height:calc(100dvh - 280px)}.ops-table-head--grid,.ops-table-row--grid{display:flex;padding:12px 16px}.ops-table-head--grid{position:sticky;top:0;z-index:10;color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.ops-table-cell-main{flex:2.5;display:flex;align-items:center;gap:12px;min-width:0}.ops-table-cell-copy{min-width:0}.ops-table-cell-head{display:flex;align-items:center;gap:6px}.ops-table-cell-barrio{flex:1}.ops-table-cell-status{width:100px;display:flex;justify-content:center}.ops-table-cell-actions{width:120px;display:flex;justify-content:flex-end;gap:4px}.ops-review-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.ops-review-card__thumb{display:flex;align-items:center;gap:6px;margin-bottom:6px}.ops-review-card__thumb img,.ops-stamp-card__thumb{width:48px;height:48px;object-fit:cover;border-radius:8px}.ops-review-card__thumb-copy{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:var(--text-muted)}.ops-review-card__comment{margin:0;font-size:.82rem;color:var(--text-secondary);font-style:italic}.ops-note{margin:0 0 1.5rem;font-size:.85rem;color:var(--text-secondary)}.ops-note--compact{margin-bottom:1.5rem}.ops-note--section{padding:1rem 0}.ops-button-block{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.ops-button-block--spaced{margin-bottom:1rem}.ops-diff-list--scroll{max-height:240px;overflow-y:auto}.auth-shell__intro{text-align:center;margin-bottom:2.1rem}.auth-shell__intro-icon{width:64px;height:64px;background:var(--ink);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 12px 24px #291d1614}.auth-divider{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}.auth-divider__line{flex:1;height:1px;background:var(--ink-border)}.auth-divider__label{font-size:.7rem;color:var(--text-muted);font-weight:700;text-transform:uppercase}.section-kicker-tight{margin-bottom:.2rem}.section-kicker-soft{margin-bottom:.35rem}.helper-copy-base{font-size:1rem}.helper-copy-compact{font-size:.84rem}.helper-copy-spacious{max-width:300px;margin-bottom:2.5rem}.btn-primary-tall{height:56px;border-radius:28px;display:flex;align-items:center;justify-content:center;gap:10px}.ops-stack-list{display:flex;flex-direction:column;gap:1rem}.ops-empty-card{background:linear-gradient(180deg,#fffffffa,#f9f4ecf0)}.ops-empty-card--center{padding:2rem;text-align:center}.ops-empty-card__icon{margin-bottom:1rem}.ops-empty-card__title{margin:0 0 .25rem;font-weight:700;color:var(--text-primary)}.ops-empty-card__copy{margin:0;font-size:.82rem;color:var(--text-muted)}.ops-table-shell{border-radius:18px;border:1px solid var(--parchment-border);background:#ffffffeb;box-shadow:0 16px 34px #291d1614}.ops-table-head{background:linear-gradient(180deg,#291d16f5,#39281ff5)}.ops-table-row{background:#ffffffa3;border-bottom:1px solid rgba(41,29,22,.05);transition:background .2s ease}.ops-table-row:nth-child(2n){background:#bca37f0d}.ops-table-row:hover{background:#bca37f1f}.ops-table-icon{width:32px;height:32px;border-radius:8px;background:var(--ink-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ops-table-name{display:block;font-size:.9rem;font-weight:700;color:var(--espresso);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-table-meta{font-size:.7rem;color:var(--text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-table-barrio{font-size:.75rem;color:var(--text-secondary);font-weight:500}.ops-status-pill{font-size:.6rem;font-weight:800;padding:4px 8px;border-radius:6px}.ops-status-pill.verified{color:#10b981;background:#10b9811a}.ops-status-pill.pending{color:var(--gold);background:#bca37f1a}.ops-table-action{width:30px;height:30px;border-radius:8px;border:none;background:#291d160a;display:flex;align-items:center;justify-content:center;color:var(--espresso);cursor:pointer}.ops-table-action--muted{color:var(--text-muted)}.ops-table-action--danger{color:#ef4444;background:#ef44441a}.ops-review-card{padding:1rem;background:linear-gradient(180deg,#fffffffa,#f9f4ecf0)}.ops-review-card__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.ops-review-card__user{margin:0;font-weight:700;font-size:.9rem}.ops-review-card__date{margin:0;font-size:.7rem;color:var(--text-muted)}.ops-review-card__rating{display:flex;gap:2px}.ops-review-card__drink{margin:0 0 4px;font-size:.78rem;color:var(--gold);font-weight:700}.ops-review-card__note{margin:0;font-size:.82rem;color:var(--text-secondary);font-style:italic}.ops-review-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.ops-review-tag{padding:2px 8px;border-radius:6px;background:var(--ink-soft);font-size:.65rem;font-weight:600;color:var(--text-secondary)}.ops-stamp-card{padding:1rem;display:flex;align-items:center;gap:1rem;background:linear-gradient(180deg,#fffffffa,#f9f4ecf0)}.ops-stamp-card__body{flex:1;min-width:0}.ops-stamp-card__title{margin:0;font-size:.9rem;font-weight:700}.ops-stamp-card__meta{margin:0;font-size:.75rem;color:var(--text-muted)}.ops-stamp-card__drink{margin:.2rem 0 0;font-size:.72rem;font-weight:700;color:var(--gold-dark)}.ops-stamp-card__icon{width:40px;height:40px;border-radius:10px;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ops-analytics-card{padding:1.5rem;margin-bottom:1.5rem;background:linear-gradient(180deg,#fffffffa,#f9f4ecf0)}.ops-analytics-note{padding:1.25rem;display:flex;align-items:center;gap:12px;background:var(--ink)}.ops-analytics-copy{margin:0;font-size:.78rem;color:var(--text-secondary);line-height:1.4}.ops-analytics-kicker{margin-bottom:.3rem}.ops-analytics-title{font-size:1.55rem;margin-bottom:1rem}.ops-analytics-list{display:flex;flex-direction:column;gap:12px}.ops-analytics-list--spaced{margin-bottom:2.5rem}.ops-analytics-empty{padding:1.6rem 1rem}.ops-analytics-empty-title{font-size:1.2rem}.ops-analytics-row{display:flex;align-items:center;gap:12px}.ops-analytics-rank{width:20px;font-size:.75rem;font-weight:800;color:var(--text-muted)}.ops-analytics-main{flex:1}.ops-analytics-head{display:flex;justify-content:space-between;margin-bottom:4px}.ops-analytics-label{font-size:.85rem;font-weight:600}.ops-analytics-value{font-size:.8rem;font-weight:800}.ops-analytics-unit{font-size:.7rem;color:var(--text-muted)}.ops-analytics-track{height:4px;background:var(--ink-border);border-radius:2px;overflow:hidden}.ops-analytics-fill{height:100%;background:var(--gold);transition:width .5s}.ops-security-card{padding:1.3rem;border-left:4px solid var(--gold);background:linear-gradient(180deg,#fffffffa,#f9f4eceb)}.ops-security-card--muted{border-left-color:var(--ink-border)}.ops-security-card--soft{padding:1.5rem;opacity:.6}.ops-security-card__head{display:flex;align-items:center;gap:10px;margin-bottom:.5rem}.ops-security-card__title{margin:0;font-size:.9rem;font-weight:800;color:var(--text-muted)}.ops-security-card__copy{margin:0;font-size:.82rem;color:var(--text-muted)}.ops-security-card__copy--spaced{margin-bottom:1rem}.ops-security-card__title--accent{color:var(--gold-dark)}.ops-security-card__feedback{margin:0 0 .75rem;font-size:.85rem;color:var(--gold);font-weight:700}.ops-security-card__body{display:flex;flex-direction:column;gap:.75rem}.ops-security-card__hint{font-size:.82rem;color:var(--text-muted);text-align:center;padding:.5rem 0}.ops-security-card__subhead{font-size:.78rem;font-weight:700;color:var(--text-secondary)}.ops-security-card__toolbar{display:flex;gap:8px}.ops-security-card__toolbar-btn{font-size:.75rem;background:none;border:none;cursor:pointer;font-weight:700;padding:0}.ops-security-card__toolbar-btn--accent{color:var(--gold)}.ops-security-card__toolbar-btn--muted{color:var(--text-muted)}.ops-security-card__divider{color:var(--ink-border)}.ops-security-card__select-btn{accent-color:var(--gold);width:16px;height:16px;flex-shrink:0}.ops-security-card__diff-meta{min-width:0}.ops-security-card__diff-name{margin-bottom:1px;font-size:.85rem;font-weight:700;color:var(--text-primary)}.ops-security-card__diff-address{font-size:.72rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-security-card__details-summary{font-size:.78rem;font-weight:700;color:var(--text-muted);cursor:pointer}.ops-security-card__details-body{margin-top:6px;display:flex;flex-direction:column;gap:4px}.ops-security-card__details-row{font-size:.78rem;color:var(--text-muted);padding-left:8px}.ops-security-card__details-row span{opacity:.6}.ops-security-card__code{background:var(--ink);padding:1px 4px;border-radius:4px}.ops-security-card--danger{border-left-color:#ef4444}.ops-security-card__head--danger{color:#ef4444}.ops-security-card__danger-btn{width:100%;color:#ef4444;border-color:#ef4444}.ops-verify-card{padding:1.25rem;margin-top:1rem}.ops-verify-card.is-active{border:1px solid var(--gold);background:var(--gold-soft)}.ops-verify-card:not(.is-active){border:1px solid var(--ink-border);background:transparent}.ops-verify-card__row{display:flex;align-items:center;gap:12px}.ops-verify-card__switch{width:40px;height:22px;border-radius:11px;background:var(--ink-border);position:relative;cursor:pointer;transition:background .3s}.ops-verify-card__switch.is-active{background:var(--gold)}.ops-verify-card__switch-thumb{width:18px;height:18px;border-radius:999px;background:#fff;position:absolute;top:2px;left:2px;transition:left .3s;box-shadow:0 2px 4px #0003}.ops-verify-card__switch.is-active .ops-verify-card__switch-thumb{left:20px}.ops-verify-card__title{margin:0;font-size:.85rem;font-weight:800;color:var(--text-primary)}.ops-verify-card.is-active .ops-verify-card__title{color:var(--gold)}.ops-verify-card__copy{margin:0;font-size:.65rem;color:var(--text-muted)}.ops-export-btn{width:auto}.ops-loading-center{display:flex;justify-content:center;padding:3rem}.ops-stack-list--spacious{margin-bottom:2rem}.ops-sync-modal{padding:1rem}.ops-sync-modal__content{max-width:450px;padding:2rem;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.ops-sync-modal__icon{width:64px;height:64px;border-radius:32px;display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--gold);background:var(--gold-dim)}.ops-sync-modal__icon--success{color:#166534;background:#dcfce7}.ops-sync-modal__icon--error{color:#991b1b;background:#fee2e2}.ops-sync-modal__title{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.5rem}.ops-sync-modal__copy{margin:0;font-size:.9rem;color:var(--text-secondary)}.ops-sync-modal__actions{display:flex;gap:1rem}.ops-sync-modal__actions>*{flex:1}.ops-sync-modal__progress{width:100%;text-align:left}.ops-sync-modal__progress-head{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);margin-bottom:8px}.ops-sync-modal__progress-name{font-weight:600}.ops-sync-modal__progress-track{height:8px;background:var(--parchment-soft);border-radius:4px;overflow:hidden;border:1px solid var(--parchment-border)}.ops-sync-modal__progress-fill{height:100%;background:var(--gold);transition:width .4s cubic-bezier(.4,0,.2,1)}.ops-sync-modal__note{margin:0;font-size:.85rem;color:var(--text-muted);font-style:italic}.ops-sync-modal__summary{background:var(--parchment-soft);padding:1rem;border-radius:12px;margin-top:1rem}.ops-sync-modal__summary-row{display:flex;justify-content:space-between}.ops-sync-modal__summary-row+.ops-sync-modal__summary-row{margin-top:.5rem}.ops-sync-modal__summary-value--success{font-weight:700;color:#166534}.ops-sync-modal__summary-value--error{font-weight:700;color:#991b1b}.ops-sync-modal__error-copy{margin:0;font-size:.9rem;color:#991b1b;background:#fef2f2;padding:1rem;border-radius:12px;margin-top:1rem}.legal-page{min-height:100dvh;background:radial-gradient(circle at top right,rgba(188,163,127,.08) 0%,transparent 24%),var(--parchment);display:flex;flex-direction:column}.legal-header{position:sticky;top:0;z-index:10;background:#f8f6f0eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--ink-border);padding:calc(env(safe-area-inset-top,0px) + 12px) 1.25rem 12px}.legal-header__top{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.legal-back-btn{background:#ffffffc2;border:1px solid rgba(201,180,151,.24);border-radius:14px;cursor:pointer;color:var(--text-primary);width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #291d160f}.legal-header__title{font-size:1.1rem;font-weight:800;color:var(--text-primary);margin:0}.legal-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.legal-tabs::-webkit-scrollbar{display:none}.legal-tab{background:transparent;color:var(--text-muted);border:1px solid var(--ink-border);border-radius:20px;padding:6px 14px;font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s}.legal-tab.is-active{background:var(--ink);color:var(--gold);border-color:transparent}.legal-content{flex:1;padding:1.5rem 1.25rem calc(env(safe-area-inset-bottom,0px) + 2rem)}.legal-document{max-width:780px;margin:0 auto;padding:1.4rem 1.25rem 1.6rem;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f9f4ecf2);border:1px solid rgba(201,180,151,.24);box-shadow:0 16px 36px #291d1614}.legal-version{font-size:.73rem;color:var(--text-muted);margin-bottom:1.5rem;font-style:italic}.legal-doc-stack{display:flex;flex-direction:column;gap:1.75rem}.legal-doc-section{display:flex;flex-direction:column}.legal-doc-heading{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:var(--text-primary)}.legal-doc-body{margin:0;font-size:.86rem;line-height:1.7;color:var(--text-secondary)}.legal-doc-body.is-spaced{margin-top:.6rem}.legal-doc-list{margin:.5rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.35rem;font-size:.86rem;line-height:1.7;color:var(--text-secondary)}.ops-diff-list{display:flex;flex-direction:column;gap:6px}.ops-diff-row{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 10px;border-radius:10px;background:var(--ink-soft);border:1px solid var(--ink-border);transition:all .15s}.ops-diff-row.is-selected{background:#d4af3714;border-color:#d4af374d}.ops-details{margin-top:.25rem}.story-ring{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;min-width:64px}.story-ring-circle{width:60px;height:60px;border-radius:50%;padding:2px;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--ink-border);box-shadow:0 4px 12px #3c2d230d,inset 0 2px 3px var(--glass-border);transition:var(--transition)}.story-ring-circle.unread{background:conic-gradient(var(--gold) 0%,var(--espresso) 50%,var(--gold) 100%);border:none;padding:2.5px}.story-ring-inner{width:100%;height:100%;border-radius:50%;background:var(--ink-raised);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.story-ring:active .story-ring-circle{transform:scale(.9)}.story-ring-label{font-family:var(--font-mono);font-size:.5rem;letter-spacing:.08em;color:var(--text-secondary);text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:64px}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:50px;border:1px solid var(--parchment-border);background:#fff;color:var(--espresso-soft);font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.filter-chip:hover{border-color:var(--espresso-muted);color:var(--espresso)}.filter-chip.active{background:var(--espresso);border-color:var(--espresso);color:#fff}.filter-chip.soft{background:#ffffffd1;color:var(--espresso-soft)}.filter-chip.gold-soft{background:#bca37f1a;border-color:#bca37f3d;color:var(--gold-dark)}.filter-chip.ink-soft{background:#291d160f;border-color:#291d1614;color:var(--espresso-soft)}.filter-chip.system-success{background:#10b98114;border-color:#10b98129;color:#0f8f68}.filter-chip.system-alert{background:#bca37f1a;border-color:#bca37f2e;color:var(--gold-dark)}.scroll-x-fade{position:relative;display:flex;overflow-x:auto;gap:8px;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to right,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%)}.scroll-x-fade::-webkit-scrollbar{display:none}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:1.1rem;border-radius:16px;background:var(--text-primary);color:var(--ink);border:none;font-family:var(--font-body);font-size:.95rem;font-weight:700;cursor:pointer;letter-spacing:.02em;transition:var(--transition)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary:active{transform:scale(.96);filter:brightness(.9)}.btn-primary.ops-icon-action{width:48px;height:48px;flex:0 0 48px;padding:0;border-radius:14px}.btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.25rem;border-radius:12px;background:transparent;color:var(--text-secondary);border:1px solid var(--ink-border);font-family:var(--font-body);font-size:.85rem;font-weight:500;cursor:pointer;transition:var(--transition)}.btn-ghost:hover{border-color:#ffffff24;color:var(--text-primary)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:1rem 1.2rem;border-radius:16px;background:#ffffffc7;color:var(--espresso);border:1px solid rgba(41,29,22,.14);font-family:var(--font-body);font-size:.92rem;font-weight:700;cursor:pointer;transition:var(--transition)}.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 12px 24px #291d1614}.btn-tertiary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.8rem 1rem;border-radius:14px;background:transparent;color:var(--espresso-soft);border:1px solid rgba(41,29,22,.12);font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.btn-tertiary:hover{color:var(--espresso);border-color:#291d163d}.section-kicker{font-family:var(--font-mono);font-size:.64rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark)}.section-kicker--flush,.section-title--flush{margin:0}.section-kicker--xxs{margin-bottom:.15rem}.section-kicker--xs{margin-bottom:.2rem}.section-kicker--sm{margin-bottom:.25rem}.section-title-editorial{font-family:var(--font-display);font-size:clamp(1.5rem,5vw,2rem);line-height:1.02;color:var(--espresso);letter-spacing:-.02em}.section-title-hero{font-size:clamp(2rem,7vw,2.45rem)}.section-title-xl{font-size:clamp(1.75rem,5.5vw,2rem)}.section-title-lg{font-size:clamp(1.45rem,4.4vw,1.72rem)}.section-title-md{font-size:clamp(1.28rem,4vw,1.48rem)}.icon-btn-soft{background:var(--ink-soft);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);flex-shrink:0}.page-head-inline{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.95rem}.section-head-copy{display:grid;gap:.18rem}.section-link-compact{display:inline-flex;align-items:center;gap:4px;color:var(--espresso-muted);text-decoration:none;font-family:var(--font-mono);font-size:.56rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;opacity:.88}.section-link-compact:hover{color:var(--espresso);opacity:1}.section-helper-copy{margin:0;color:var(--espresso-soft);font-size:.88rem;line-height:1.55}.page-shell{min-height:100dvh;background:var(--parchment);padding-bottom:.5rem}.page-content-shell{padding:1rem 1.25rem 0}.page-content-shell--compact-top{padding-top:.7rem}.section-space-sm{margin-bottom:1.2rem}.section-space-md{margin-bottom:1.55rem}.section-space-lg{margin-bottom:1.7rem}.section-space-xl{margin-bottom:2rem}.section-link-full{text-decoration:none;display:block;margin-top:10px}.section-link-full .btn-tertiary{width:100%;justify-content:center}.filter-chip-inline-icon{font-size:.65rem;display:flex;align-items:center;gap:4px}.form-card-stack{display:flex;flex-direction:column;gap:1.25rem}.field-label{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted)}.profile-page-shell{padding:1.5rem;max-width:600px;margin:0 auto}.profile-avatar-wrap{position:relative;display:inline-block}.profile-avatar-frame{width:100px;height:100px;border-radius:32px;background:var(--ink-soft);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid var(--ink-border);box-shadow:0 8px 16px #0000000a}.profile-avatar-upload-btn{position:absolute;bottom:-4px;right:-4px;width:32px;height:32px;border-radius:10px;background:var(--gold);color:#fff;border:2px solid var(--parchment);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s}.profile-hidden-input{display:none}.helper-copy-top{margin-top:.75rem}.passport-section-shell--top{padding:2rem 1.5rem}.passport-section-shell--bottom{padding:0 1.5rem 2rem}.passport-loading-wrap{display:flex;justify-content:center;padding:3rem}.passport-stamp-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem 1rem}.system-notice{display:grid;gap:.28rem;padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(201,180,151,.24);background:linear-gradient(180deg,#fffffff5,#f9f4eceb)}.system-notice--error{border-color:#b91c1c1f;background:linear-gradient(180deg,#fff5f5fa,#ffefeff0)}.system-notice--success{border-color:#10b9811f;background:linear-gradient(180deg,#f1fdf7fa,#ecfaf3f0)}.system-notice__title{margin:0;font-family:var(--font-display);font-size:1.1rem;line-height:1;color:var(--espresso)}.system-notice__copy{margin:0;color:var(--espresso-soft);font-size:.86rem;line-height:1.5}.cafe-visual-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);color:#fff;font-family:var(--font-mono);font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cafe-visual-meta{font-family:var(--font-mono);font-size:.56rem;color:#ffffffc2;letter-spacing:.06em;text-transform:uppercase}.editorial-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.44rem .72rem;border-radius:999px;font-family:var(--font-mono);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.editorial-badge.gold{background:#bca37f1f;color:var(--gold-dark);border:1px solid rgba(188,163,127,.18)}.editorial-badge.ink{background:#291d160f;color:var(--espresso-soft);border:1px solid rgba(41,29,22,.1)}.editorial-badge.success{background:#10b98114;color:#0f8f68;border:1px solid rgba(16,185,129,.15)}.cafe-visual-rating{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:#fffaf4eb;color:var(--espresso);font-family:var(--font-mono);font-size:.68rem;font-weight:800;letter-spacing:.03em;box-shadow:0 8px 18px #00000024}.cafe-visual-card{position:relative;height:100%}.cafe-visual-card__link{display:block;text-decoration:none;height:100%}.cafe-visual-card__media{position:relative;overflow:hidden;border-radius:24px;min-height:280px;height:100%;background:#2a1f18;box-shadow:0 18px 40px #291d1624}.cafe-visual-card__fallback{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(1.02) contrast(1.02)}.cafe-visual-card.compact .cafe-visual-card__media{border-radius:18px;min-height:210px}.cafe-visual-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.02)}.cafe-visual-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#150e0a1a,#150e0a47 26%,#150e0ae0),linear-gradient(0deg,rgba(188,163,127,.16) 0%,transparent 44%)}.cafe-visual-card__icon{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.cafe-visual-card.compact .cafe-visual-card__icon{width:32px;height:32px}.cafe-visual-card__label{position:absolute;top:12px;left:12px;z-index:2}.cafe-visual-card__label span{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16);color:#fff;font-family:var(--font-mono);font-size:.54rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.cafe-visual-card__body{position:absolute;left:0;right:0;bottom:0;padding:1.05rem 1.05rem 1.4rem;z-index:2;display:flex;flex-direction:column;gap:.88rem}.cafe-visual-card.compact .cafe-visual-card__body{padding:.9rem .9rem 1rem}.cafe-visual-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cafe-visual-card__title-block{display:grid;gap:6px;min-width:0}.cafe-visual-card__title{margin:0;font-family:var(--font-display);font-size:1.42rem;line-height:1.04;color:#fff;letter-spacing:-.02em;max-width:100%;text-wrap:balance}.cafe-visual-card.compact .cafe-visual-card__title{font-size:1rem;max-width:100%}.cafe-visual-card__subtitle{margin-top:4px;font-family:var(--font-body);font-size:.78rem;color:#ffffffc2;line-height:1.35}.cafe-visual-card.compact .cafe-visual-card__subtitle{font-size:.68rem}.cafe-visual-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-editorial-hero{position:relative;overflow:hidden;padding:1.4rem 1.35rem 1.3rem;border-radius:26px;background:radial-gradient(circle at top left,rgba(188,163,127,.18) 0%,transparent 38%),linear-gradient(145deg,#fffffffa,#f9f4ecf5 55%,#f4ecdfeb);border:1px solid rgba(201,180,151,.36);box-shadow:0 18px 40px #291d1614}.home-editorial-hero:after{content:"";position:absolute;right:-18px;top:-28px;width:138px;height:138px;border-radius:999px;background:radial-gradient(circle,rgba(188,163,127,.2) 0%,rgba(188,163,127,.02) 68%,transparent 72%);pointer-events:none}.home-editorial-hero__copy{position:relative;z-index:1}.home-editorial-hero__kicker{margin-bottom:.45rem}.home-editorial-hero__title{font-family:var(--font-display);font-style:italic;font-weight:800;font-size:clamp(2.45rem,9vw,3.5rem);line-height:.98;color:var(--espresso);letter-spacing:-.03em;margin:0 0 .75rem}.home-editorial-hero__lede{max-width:27ch;font-family:var(--font-body);font-size:.92rem;line-height:1.5;color:var(--espresso-soft);margin:0}.home-editorial-hero__notes{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1rem}.home-editorial-hero__note{padding:.78rem .88rem;border-radius:16px;background:#ffffff9e;border:1px solid rgba(201,180,151,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-editorial-hero__note strong{display:block;color:var(--espresso);font-size:.84rem;line-height:1.35}.home-editorial-hero__note-label{display:inline-block;margin-bottom:.18rem;color:var(--gold-dark);font-family:var(--font-mono);font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-skeleton-heading{display:grid;gap:.55rem;margin-bottom:.9rem}.section-skeleton-heading__kicker,.section-skeleton-heading__title,.cafe-card-skeleton{position:relative;overflow:hidden;background:linear-gradient(90deg,#e9e2d6b3,#f5efe5f2,#e9e2d6b3);background-size:220% 100%;animation:shimmer 1.8s linear infinite}.section-skeleton-heading__kicker{width:118px;height:12px;border-radius:999px}.section-skeleton-heading__title{width:188px;height:26px;border-radius:12px}.section-skeleton-heading__title.short{width:150px}.cafe-card-skeleton{border-radius:24px;min-height:280px;box-shadow:0 18px 40px #291d1614}.cafe-card-skeleton.large{min-height:320px}.cafe-card-skeleton.compact{min-height:210px;border-radius:18px}.cafe-card-skeleton-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.empty-state-card{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:2rem 1.35rem;border-radius:22px;border:1px dashed rgba(201,180,151,.45);background:radial-gradient(circle at top,rgba(188,163,127,.08) 0%,transparent 32%),linear-gradient(180deg,#fffffffa,#f9f4eceb);text-align:center}.empty-state-card__icon{width:54px;height:54px;border-radius:18px;background:#291d160d;display:flex;align-items:center;justify-content:center;color:var(--gold-dark)}.empty-state-card__title{margin:0;font-family:var(--font-display);font-size:1.45rem;line-height:1;color:var(--espresso)}.empty-state-card__copy{margin:0;max-width:30ch;color:var(--espresso-soft);font-size:.84rem;line-height:1.55}.empty-state-card__actions{width:100%;max-width:240px}.profile-identity-card{position:relative;overflow:hidden;border-radius:28px;padding:1.35rem;background:radial-gradient(circle at top right,rgba(188,163,127,.18) 0%,transparent 30%),linear-gradient(155deg,#fffffffa,#f9f4ecf5 58%,#f3ebe0e6);border:1px solid rgba(201,180,151,.32);box-shadow:0 18px 40px #291d1614}.profile-identity-card__top{display:grid;grid-template-columns:100px 1fr;gap:1rem;align-items:center}.profile-identity-card__name{margin:0 0 .25rem;font-family:var(--font-display);font-size:2rem;line-height:.98;color:var(--espresso);letter-spacing:-.03em}.profile-identity-card__email{margin:0;color:var(--espresso-soft);font-size:.9rem}.profile-identity-card__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.profile-identity-card__eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .4rem;color:var(--gold-dark);font-family:var(--font-mono);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-identity-card__lede{margin:0 0 1rem;color:var(--espresso-soft);font-size:.92rem;line-height:1.55;max-width:34ch}.profile-status-chip{display:inline-flex;align-items:center;gap:.38rem;padding:.48rem .72rem;border-radius:999px;background:#ffffffb3;border:1px solid rgba(201,180,151,.28);color:var(--espresso);font-family:var(--font-mono);font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-status-chip.verified{color:#0f8f68;background:#10b98114;border-color:#10b98129}.profile-status-chip.pending{color:var(--gold-dark);background:#bca37f14;border-color:#bca37f29}.profile-notice{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 1rem 1.05rem;border-radius:18px;border:1px solid rgba(201,180,151,.24);background:linear-gradient(180deg,#fffffff5,#f9f4eceb)}.profile-notice--compact{gap:.72rem;padding:.82rem .9rem .88rem}.profile-notice__icon{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#291d160f;color:var(--gold-dark)}.profile-notice--error{border-color:#dc26261f;background:linear-gradient(180deg,#fff5f5fa,#ffefeff0)}.profile-notice--error .profile-notice__icon{background:#dc262614;color:#b42318}.profile-notice--setup .profile-notice__icon{background:#bca37f1f}.profile-notice__title{margin:0 0 .22rem;font-family:var(--font-display);font-size:1.1rem;line-height:1;color:var(--espresso)}.profile-notice__copy{margin:0;color:var(--espresso-soft);font-size:.82rem;line-height:1.5}.profile-notice__actions{margin-top:.8rem;display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.profile-notice__meta{display:inline-flex;align-items:center;gap:.35rem;color:var(--espresso-soft);font-family:var(--font-mono);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-form-shell{display:grid;gap:.85rem}.profile-membership-card{padding:1.25rem;display:grid;gap:1rem}.profile-membership-card__intro{display:grid;gap:.75rem}.profile-membership-card__hero{display:grid;gap:.45rem;padding:1rem 1rem .95rem;border-radius:18px;background:radial-gradient(circle at top right,rgba(188,163,127,.16) 0%,transparent 34%),linear-gradient(180deg,#ffffffd6,#f9f4ec8f);border:1px solid rgba(201,180,151,.18)}.profile-membership-card__hero-copy{margin:0;color:var(--espresso-soft);font-size:.84rem;line-height:1.55}.profile-membership-grid{display:grid;gap:.75rem}.profile-membership-row{display:flex;align-items:flex-start;gap:.85rem;padding:.95rem 1rem;border-radius:18px;background:#ffffffad;border:1px solid rgba(201,180,151,.18)}.profile-membership-row__icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#bca37f1f;color:var(--gold-dark)}.profile-membership-row__label{margin:0 0 .18rem;color:var(--text-muted);font-family:var(--font-mono);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-membership-row__value{margin:0;color:var(--espresso);font-size:.92rem;font-weight:600;line-height:1.4}.profile-actions-panel{display:grid;gap:.9rem;padding:1.1rem 1.15rem 1.2rem;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f9f4ecf2);border:1px solid rgba(201,180,151,.24);box-shadow:0 14px 30px #291d160f}.profile-actions-panel--warm{background:radial-gradient(circle at top right,rgba(188,163,127,.16) 0%,transparent 30%),linear-gradient(180deg,#fffffffa,#f9f4ecf2)}.profile-actions-panel__copy{margin:0;color:var(--espresso-soft);font-size:.88rem;line-height:1.5}.profile-actions-panel__meta{display:flex;flex-wrap:wrap;gap:.45rem}.profile-actions-panel__meta-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.36rem .62rem;border-radius:999px;background:#ffffffc7;border:1px solid rgba(201,180,151,.18);color:var(--espresso-soft);font-family:var(--font-mono);font-size:.52rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-actions-panel__submit{border-radius:16px;font-weight:700;font-size:1rem}.profile-logout-btn{width:fit-content;background:transparent;border:none;padding:0;color:var(--text-muted);font-family:var(--font-mono);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.profile-section-intro__copy{margin:0;color:var(--espresso-soft);font-size:.9rem;line-height:1.55}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:720px){.profile-identity-card__top{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-identity-card__chips{justify-content:center}.home-editorial-hero{padding:1.25rem 1.15rem 1.15rem}.profile-notice{padding:.9rem}}.cafe-visual-card__cta-cluster{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.cafe-visual-card__arrow{width:38px;height:38px;border-radius:50%;background:#fffaf4f2;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0000001f}.cafe-visual-card.compact .cafe-visual-card__arrow{width:34px;height:34px}.cafe-visual-card__expand-btn{display:inline-flex;align-items:center;padding:7px 14px;border-radius:999px;background:#fffaf4f2;border:none;font-family:var(--font-mono);font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--espresso);cursor:pointer;box-shadow:0 8px 18px #0000001f;white-space:nowrap}.cafe-quick-action{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#fffffff0;color:var(--espresso);font-family:var(--font-mono);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 24px #00000024;flex-shrink:0}.cafe-quick-action.compact{padding:7px 10px;font-size:.54rem}.radar-page{position:relative;height:100%;width:100%;overflow:hidden}.radar-map-container{position:absolute;inset:0;background:var(--ink)}.radar-overlay-top{position:absolute;top:0;left:0;right:0;padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 0;background:transparent;z-index:var(--z-map-controls);display:flex;flex-direction:column;gap:8px;pointer-events:none}.radar-overlay-top>*{pointer-events:auto;width:min(100%,760px);margin-inline:auto}.radar-search-shell{position:relative;box-shadow:0 14px 30px #291d1624}.radar-chip-row{display:flex;align-items:center;gap:8px;padding:2px 2px 4px}.radar-filter-chip{height:36px;border:1px solid var(--parchment-border);background:#ffffffd9;color:var(--text-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 14px #291d1614}.radar-filter-chip--active,.radar-filter-chip--clear{background:var(--espresso);color:#fff;border:none}.radar-filter-chip--ghost{min-width:44px;justify-content:center;background:#fff;border:none}.radar-filter-chip__meta{margin-left:4px;opacity:.8}.radar-distance-popover{margin-top:6px;background:linear-gradient(180deg,#ffffff6b,#ffffff47);backdrop-filter:blur(26px) saturate(165%);-webkit-backdrop-filter:blur(26px) saturate(165%);border-radius:18px;padding:11px 14px 9px;box-shadow:0 10px 30px #291d161a,inset 0 1px #ffffff52,inset 0 0 0 1px #ffffff2e;animation:fadeIn .3s cubic-bezier(.4,0,.2,1) both;border:1px solid rgba(255,255,255,.16);width:calc(100% - 92px);max-width:min(720px,calc(100% - 92px));box-sizing:border-box;position:relative;z-index:100;margin-right:auto}.radar-map-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--ink);z-index:10}.radar-map-loading__spinner{margin-bottom:1rem}.radar-map-loading__label{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);margin:0}.radar-status-card{position:absolute;bottom:120px;left:50%;transform:translate(-50%);background:#f8f6f0f0;border-radius:18px;padding:1rem 1.25rem;box-shadow:0 12px 28px #00000024;border:1px solid rgba(201,180,151,.28);z-index:10;text-align:center;white-space:nowrap;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.radar-status-title{font-weight:700;font-size:.9rem;color:var(--text-primary);margin:0 0 4px}.radar-status-copy{font-size:.75rem;color:var(--text-muted);margin:0}.radar-search-clear{background:none;border:none;color:var(--text-muted);display:flex}.radar-advanced-backdrop{position:absolute;inset:0;z-index:3000;display:flex;flex-direction:column;justify-content:flex-end;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease both}.radar-advanced-sheet{background:#fff;border:none;border-radius:32px 32px 0 0;padding:1.5rem;animation:springUp .5s var(--ease-back) both}.radar-advanced-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.radar-advanced-title{font-size:1.4rem;font-weight:800;margin:0}.radar-advanced-close{background:none;border:none;color:var(--text-primary)}.radar-advanced-group{margin-bottom:1.5rem}.radar-advanced-label{margin-bottom:1rem;font-size:.7rem}.radar-advanced-options{display:flex;gap:8px;flex-wrap:wrap}.radar-advanced-chip{height:40px;border:none}.radar-advanced-apply{height:56px;border-radius:28px;margin-top:1rem}.radar-floating-stack{position:absolute;right:20px;z-index:1100;display:flex;flex-direction:column;gap:10px;transition:bottom .4s var(--ease-ios)}.radar-floating-btn{width:48px;height:48px;border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f8f4edeb);border:1px solid rgba(201,180,151,.28);display:flex;align-items:center;justify-content:center;color:var(--gold);box-shadow:0 14px 30px #291d1624,inset 0 1px #ffffffb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.radar-floating-btn--muted{color:var(--text-muted)}.radar-card-floating{position:absolute;bottom:110px;left:16px;right:16px;max-width:360px;margin:0 auto;max-height:calc(100dvh - 220px);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;background:var(--glass);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border:1px solid var(--ink-border);border-radius:24px;padding:1.5rem;z-index:var(--z-map-controls);box-shadow:var(--shadow-deep),inset 0 2px 3px var(--glass-border);animation:floatUp .5s var(--ease-expo);pointer-events:auto}.radar-profile-sheet{background:linear-gradient(180deg,#fffffffa,#f9f4ecf5);border-radius:32px 32px 0 0;max-height:90dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;position:relative;box-shadow:0 -20px 42px #0000002e}.radar-profile-sheet__hero{position:relative;height:250px;overflow:hidden;border-top-left-radius:32px;border-top-right-radius:32px;background:#eee}.radar-profile-sheet__hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.radar-profile-sheet__hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#00000029 35%,#000000d1)}.radar-profile-sheet__handle{position:absolute;top:1.25rem;left:50%;transform:translate(-50%);width:36px;height:5px;border-radius:999px;background:#fff6;z-index:10}.radar-profile-sheet__icon-btn{position:absolute;top:20px;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.16);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;z-index:10}.radar-profile-sheet__hero-copy{position:absolute;left:24px;right:24px;bottom:20px;z-index:10;padding:1rem 1rem .9rem;border-radius:24px;background:linear-gradient(180deg,#20161029,#2016106b);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff14}.radar-profile-sheet__hero-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.radar-profile-sheet__hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.radar-profile-sheet__title{margin:0;font-family:var(--font-display);font-size:clamp(1.9rem,7vw,2.35rem);font-weight:700;color:#fff;line-height:.96;letter-spacing:-.03em;text-wrap:balance}.radar-profile-sheet__content{padding:1.45rem 1.45rem calc(2.6rem + env(safe-area-inset-bottom,0px))}.radar-profile-sheet__address{display:flex;align-items:center;gap:8px;color:var(--text-secondary);margin-bottom:1.25rem;cursor:pointer;background:#ffffffc7;border:1px solid rgba(201,180,151,.22);padding:.8rem .95rem;border-radius:18px;text-align:left;box-shadow:0 10px 24px #291d160f;transition:transform .2s var(--ease-ios),box-shadow .2s var(--ease-ios)}.radar-profile-sheet__address:hover{transform:translateY(-1px);box-shadow:0 14px 28px #291d1614}.radar-profile-sheet__address-text{font-size:1rem;font-weight:500;margin:0}.radar-profile-sheet__description{margin:0 0 1.5rem;font-size:1rem;color:var(--text-secondary);line-height:1.55;font-weight:400}.radar-profile-sheet__section{margin-bottom:1.6rem}.radar-profile-sheet__panel{padding:1.05rem 1.05rem 1.1rem;border-radius:22px;background:linear-gradient(180deg,#ffffffc7,#f8f4edb8);border:1px solid rgba(201,180,151,.2);box-shadow:inset 0 1px #ffffffa6,0 10px 24px #291d160a}.radar-profile-sheet__section-copy{margin:-.12rem 0 .95rem;max-width:34ch}.radar-profile-sheet__section-title{font-size:1.35rem;margin:0 0 .8rem}.radar-profile-sheet__badge-row--spaced{margin-bottom:.75rem}.radar-profile-sheet__meta-verified{display:inline-flex;align-items:center;gap:4px;color:#ffffffeb}.radar-profile-sheet__shop-card{opacity:.7;cursor:default;margin-top:0}.radar-profile-sheet__shop-head{display:flex;align-items:center;gap:8px}.radar-profile-sheet__shop-badge{font-size:.6rem;font-weight:800;background:var(--gold-dim);color:var(--gold);padding:2px 6px;border-radius:4px}.radar-profile-sheet__review-card{position:relative}.radar-profile-sheet__review-delete{position:absolute;top:12px;right:12px;background:#ef44441a;border:none;border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#ef4444;cursor:pointer}.radar-profile-sheet__review-photo{margin-bottom:10px;border-radius:12px;overflow:hidden;height:160px}.radar-profile-sheet__review-photo img{width:100%;height:100%;object-fit:cover}.radar-profile-sheet__review-drink{font-size:.78rem;font-weight:700;color:var(--gold);margin-bottom:4px}.radar-profile-sheet__social-handle{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.1em;color:var(--espresso)}.radar-profile-sheet__badge-row{display:flex;gap:8px;flex-wrap:wrap}.radar-profile-sheet__expanded-flow{display:grid;gap:1.25rem}.radar-profile-sheet__actions{display:grid;gap:.75rem;align-items:stretch;padding:1rem;border-radius:22px;background:linear-gradient(180deg,#ffffffd1,#f8f4edb8);border:1px solid rgba(201,180,151,.2);box-shadow:inset 0 1px #ffffffa6,0 10px 24px #291d160a}.radar-profile-sheet__primary-action{width:100%;height:56px;border-radius:28px;background:var(--espresso);color:#fff;border:none;box-shadow:0 16px 32px #291d1629}.radar-profile-sheet__secondary-actions{display:flex;gap:10px;align-items:stretch}.radar-profile-sheet__secondary-actions>*{box-shadow:0 8px 18px #291d160f}.radar-profile-sheet__secondary-btn{flex:1;height:50px;border-radius:24px}.radar-profile-sheet__social-btn{width:54px;height:50px;border-radius:18px;flex-shrink:0;background:#fff;border:1px solid var(--parchment-border);display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 18px #291d1614}.radar-profile-sheet__social-btn:hover{transform:translateY(-1px)}.radar-profile-sheet__social-btn--wide{width:100%;height:50px;border-radius:16px;justify-content:center;gap:10px}.radar-profile-sheet__shop-card{border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 30px #291d1629}.radar-profile-sheet__reviews-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.radar-profile-sheet__empty-reviews{min-height:130px}.radar-profile-sheet__reviews-title{font-size:1.35rem;margin:.28rem 0 .4rem}.radar-profile-sheet__reviews-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;flex-shrink:0}.radar-profile-sheet__reviews-copy{max-width:30ch}.radar-profile-sheet__review-count{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;background:#bca37f24;color:var(--gold-dark);font-family:var(--font-mono);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.radar-profile-sheet__review-status{color:var(--text-muted);font-size:.75rem;font-style:italic}.radar-profile-sheet__review-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.radar-profile-sheet__review-tag{padding:3px 8px;border-radius:6px;background:var(--ink-soft);font-size:.65rem;font-weight:600;color:var(--text-secondary)}.radar-profile-sheet__review-card{background:linear-gradient(180deg,#fffffffa,#f9f4ecf0);border:1px solid rgba(201,180,151,.18);box-shadow:0 12px 28px #291d160f}.radar-card-floating::-webkit-scrollbar{display:none}@keyframes floatUp{0%{transform:translateY(30px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.app-sheet-backdrop{position:fixed;inset:0;z-index:var(--z-modal-top);background:#120c098f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;padding:max(12px,env(safe-area-inset-top,0px)) 12px 0;overscroll-behavior:contain}.app-sheet{width:100%;max-width:480px;max-height:min(92dvh,760px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#fffffffa,#f9f4ecfa);border:1px solid rgba(201,180,151,.28);border-bottom:none;border-radius:28px 28px 0 0;box-shadow:0 -18px 42px #00000038}.app-sheet__body{padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.app-sheet__body--spacious{padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px) + 72px)}.modal-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:20px;overscroll-behavior:contain;animation:fadeIn .3s ease both}.radar-page{position:relative;z-index:var(--z-base)}.profile-page{position:relative;z-index:var(--z-page-overlay)}.modal-content{background:var(--cream);border:1px solid var(--ink-border);border-radius:28px;width:100%;max-width:400px;padding:2rem;max-height:min(92dvh,760px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-deep);animation:slideUp .4s cubic-bezier(.16,1,.3,1) both}.review-modal-overlay{z-index:20002;align-items:flex-end;padding:0}.review-modal{max-width:100%;max-height:90vh;overflow-y:auto;border-radius:32px 32px 0 0;padding:1.5rem 1.5rem calc(2.5rem + env(safe-area-inset-bottom) + 90px);box-shadow:0 -10px 40px #0003}.review-modal__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.review-modal__kicker{margin-bottom:4px;color:var(--gold)}.review-modal__title{margin:0;font-size:1.4rem;font-weight:800;color:var(--espresso)}.review-modal__close{width:36px;height:36px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--ink-soft);color:var(--text-muted)}.review-modal__stars{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.review-modal__star{padding:0;border:none;background:none;display:inline-flex;cursor:pointer;transition:transform .1s ease}.review-modal__star:hover{transform:translateY(-1px)}.review-modal__body{display:flex;flex-direction:column;gap:20px}.review-modal__hidden-input{display:none}.review-modal__photo-preview{position:relative;height:200px;overflow:hidden;border-radius:16px;box-shadow:0 4px 12px #0000001a}.review-modal__photo-preview img{width:100%;height:100%;object-fit:cover}.review-modal__photo-remove{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#00000080;color:#fff}.review-modal__photo-badge{position:absolute;left:10px;bottom:10px;padding:5px 12px;border-radius:10px;background:var(--gold);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.05em;box-shadow:0 2px 8px #0003}.review-modal__photo-upload{width:100%;padding:24px 16px;border:2px dashed var(--ink-border);border-radius:16px;background:var(--parchment);display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.review-modal__photo-upload:hover{border-color:var(--gold);box-shadow:0 10px 24px #291d160f}.review-modal__photo-upload:disabled{cursor:wait}.review-modal__photo-copy{text-align:center}.review-modal__photo-title{margin:0;font-size:.9rem;font-weight:800;color:var(--espresso)}.review-modal__photo-subtitle{margin:2px 0 0;font-size:.7rem;color:var(--text-muted)}.review-modal__field{display:flex;flex-direction:column;gap:10px}.review-modal__label{display:block;margin:0;font-size:.65rem}.review-modal__input,.review-modal__textarea{width:100%;border:1px solid var(--parchment-border);border-radius:12px;background:var(--parchment-soft);padding:12px 16px;color:var(--text-primary);font-size:.95rem;outline:none;font-family:var(--font-body);box-sizing:border-box}.review-modal__textarea{min-height:100px;border-radius:16px;resize:none}.review-modal__scroll-chips{padding:2px 0}.review-modal__chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.review-modal__actions{margin-top:2rem;display:flex;gap:12px}.review-modal__actions .btn-ghost,.review-modal__actions .btn-primary{border-radius:16px;padding:1rem}.review-modal__cancel{flex:1}.review-modal__submit{flex:2;position:relative}.review-modal__feedback{margin:8px 0 0;font-size:.75rem;font-weight:600;text-align:center;color:#ef4444}.review-modal__feedback--spaced{margin-top:12px}.app-dialog__intro{display:grid;gap:.75rem}.app-dialog__title{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--text-primary);line-height:1;margin:0}.app-dialog__copy{color:var(--text-secondary);line-height:1.55;font-size:.95rem;margin:0}.app-dialog__actions{display:grid;gap:.7rem;margin-top:1.5rem}.app-dialog__confirm-btn{height:52px;border-radius:16px}.app-dialog__confirm-btn--danger{background:#8b1e1e}.app-dialog__cancel-btn{height:48px;border-radius:16px}.app-sheet__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.app-sheet__title{margin:0;font-size:1.3rem;font-weight:800}.icon-btn-plain{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.modal-success-state{text-align:center;padding:2rem 0}.modal-success-state__icon{margin:0 auto 1rem}.modal-success-state__title{margin:0;font-weight:700;font-size:1.1rem}.modal-success-state__copy{margin:.5rem 0 0;color:var(--text-muted);font-size:.9rem}.form-stack{display:flex;flex-direction:column;gap:1rem}.form-field{display:grid;gap:6px}.form-field__label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.form-input-soft,.form-textarea-soft{display:block;width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid var(--ink-soft);background:#fff;font-size:.95rem;box-sizing:border-box;color:var(--espresso)}.form-textarea-soft{resize:none;font-family:inherit}.form-submit-btn{height:52px;border-radius:26px;display:flex;align-items:center;justify-content:center;gap:8px}.form-error-inline{color:var(--cherry);font-size:.85rem;margin:0}.crop-modal{position:fixed;inset:0;background:#000000d9;z-index:var(--z-modal-top);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.crop-modal__stage{position:relative;width:100%;max-width:500px;height:400px;background:#000;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0006}.crop-modal__controls{margin-top:2rem;width:100%;max-width:500px;display:flex;flex-direction:column;gap:1.5rem}.crop-modal__range-wrap{padding:0 20px}.crop-modal__range{width:100%;accent-color:var(--gold)}.crop-modal__actions{display:flex;gap:12px;justify-content:center}.crop-modal__ghost-btn{width:56px;height:56px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.crop-modal__confirm-btn{height:56px;border-radius:28px;padding:0 2rem;background:var(--gold);border:none;color:var(--espresso);display:flex;align-items:center;gap:10px;font-weight:800;cursor:pointer;box-shadow:0 8px 16px var(--gold-glow)}.site-footer{padding:.5rem 1.5rem 2.5rem;background:transparent;position:relative;z-index:1}.site-footer__social{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.site-footer__instagram{display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none}.site-footer__ig-icon{width:60px;height:60px;border-radius:50%;background:var(--espresso);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #291d1626;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background-color .3s var(--ease-ios);border:1px solid var(--gold-dim)}.site-footer__instagram:hover .site-footer__ig-icon{transform:scale(1.1);background:var(--espresso-soft)}.site-footer__handle{font-family:var(--font-mono);font-size:.7rem;color:var(--espresso);font-weight:700;letter-spacing:.15em;opacity:.8}.site-footer__contact{width:100%;background:none;border:none;padding:.75rem 0;cursor:pointer;display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:2rem}.site-footer__contact-copy{font-family:var(--font-body);font-size:.82rem;color:var(--espresso-muted);text-align:left;margin:0}.site-footer__contact-copy strong{color:var(--gold);font-weight:700}.site-footer__legal{border-top:1px solid var(--parchment-border);padding-top:1.25rem;text-align:center;display:flex;flex-direction:column;gap:8px}.site-footer__legal-links{display:flex;justify-content:center;gap:12px}.site-footer__legal-link,.site-footer__legal-sep,.site-footer__copyright{font-family:var(--font-mono);color:var(--espresso-muted);letter-spacing:.05em}.site-footer__legal-link{font-size:.6rem;text-decoration:none;font-weight:700}.site-footer__legal-sep{color:var(--parchment-border)}.site-footer__copyright{font-size:.5rem;opacity:.6;margin:0}.mapbox-marker{width:12px;height:12px;border-radius:50%;background:var(--gold);border:2px solid var(--text-primary);box-shadow:0 0 0 4px var(--gold-glow),0 4px 12px #00000080;cursor:pointer;transition:transform .2s var(--ease-back)}.mapbox-marker:hover{transform:scale(1.4)}.mapbox-marker.selected{background:var(--espresso);box-shadow:0 0 0 6px var(--gold-glow),0 4px 12px #00000080;transform:scale(1.3)}.passport-header{padding:3rem 1.25rem 2rem}.passport-page-shell{background:radial-gradient(circle at top center,rgba(188,163,127,.08) 0%,transparent 24%),linear-gradient(180deg,#f8f4ed,#f4eee5)}.passport-page-shell--page{min-height:100dvh;padding-top:1rem;padding-bottom:.5rem;position:relative}.passport-shell-loading{min-height:80dvh;display:flex;align-items:center;justify-content:center}.passport-cover{background:linear-gradient(135deg,#291d16,#3b2a21fa 62%,#4e392cf5);padding:2rem 1.5rem 2.5rem;position:relative;overflow:hidden}.passport-cover__rules{position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,transparent,transparent 28px,rgba(255,255,255,.04) 28px,rgba(255,255,255,.04) 29px)}.passport-cover__mark{position:absolute;top:1.5rem;right:1.5rem;opacity:.12}.passport-cover__body{position:relative}.passport-cover__eyebrow{font-family:var(--font-mono);font-size:.5rem;letter-spacing:.22em;color:#fff6;margin-bottom:1.5rem}.passport-cover__title{font-family:var(--font-display);font-size:2.6rem;color:#fff;line-height:1.05;margin-bottom:4px}.passport-cover__role{font-size:.75rem;color:var(--gold);font-weight:600;margin-bottom:2rem;letter-spacing:.03em}.passport-cover__lede{max-width:30ch;margin:0 0 1.4rem;color:#ffffffb8;font-size:.92rem;line-height:1.55}.passport-cover__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff1a;border-radius:16px;overflow:hidden}.passport-cover__stat{background:#ffffff0d;padding:1rem;text-align:center}.passport-cover__stat-value{font-size:1.9rem;font-weight:900;color:#fff;line-height:1;font-family:var(--font-mono)}.passport-cover__stat-label{font-size:.5rem;color:#ffffff73;letter-spacing:.14em;margin-top:5px}.passport-section-shell{position:relative}.passport-section-head__copy{font-size:.72rem;color:var(--text-muted);font-weight:500}.passport-section-head__eyebrow{margin:0 0 .3rem;color:var(--espresso)}.passport-rail-shell{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:.75rem;display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none}.passport-stamp-grid,.passport-stamp-card{position:relative}.passport-stamp-card--tilted{transform:rotate(var(--stamp-tilt, 0deg));transform-origin:center center;transition:transform .25s var(--ease-ios)}.passport-stamp-card__menu{position:absolute;top:7px;right:7px}.passport-stamp-card__menu-btn{width:28px;height:28px;border:1px solid rgba(65,49,37,.18);border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0;background:linear-gradient(180deg,#fffffff0,#f7f1e8eb);color:#291d16d1;box-shadow:0 8px 18px #291d161f,inset 0 1px #ffffffb8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s var(--ease-ios),box-shadow .18s var(--ease-ios),border-color .18s var(--ease-ios);position:relative}.passport-stamp-card__menu-btn:before{content:"";position:absolute;inset:3px;border-radius:999px;border:1px solid rgba(65,49,37,.35);pointer-events:none}.passport-stamp-card__menu-btn:hover{transform:translateY(-1px);border-color:#41312542;box-shadow:0 10px 20px #291d1624,inset 0 1px #fffc}.passport-stamp-card__menu-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:132px;padding:.35rem;border-radius:14px;background:#fffffffa;border:1px solid rgba(201,180,151,.26);box-shadow:0 16px 28px #291d161f;z-index:4}.passport-stamp-card__menu-item{width:100%;border:none;background:transparent;display:flex;align-items:center;justify-content:flex-start;padding:.6rem .7rem;border-radius:10px;cursor:pointer;font-size:.76rem;font-weight:700}.passport-stamp-card__menu-item--danger{color:#b42318}.passport-milestone-card__lock{position:absolute;bottom:-2px;right:-2px;background:#eae6df;border-radius:999px;padding:1px}.passport-empty-action{height:44px;border-radius:14px;font-size:.88rem}.xp-bar-track{height:4px;background:var(--ink-raised);border-radius:2px;overflow:hidden}.xp-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--espresso));border-radius:2px;transition:width 1s var(--ease-expo)}.stamp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stamp-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.stamp-ring{width:80px;height:80px;border-radius:50%;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,var(--cherry-glow) 0%,transparent 70%);position:relative;transition:var(--transition)}.stamp-ring:hover{transform:scale(1.05);box-shadow:var(--shadow-glow)}.stamp-ring.locked{border-color:var(--ink-border);background:none;opacity:.3}.stamp-label{font-family:var(--font-mono);font-size:.5rem;letter-spacing:.1em;color:var(--text-secondary);text-align:center;text-transform:uppercase}.badges-container{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 1.25rem 2rem;margin:0 -1.25rem;scroll-snap-type:x mandatory}.badge-item{scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:100px;cursor:pointer}.badge-hex{width:90px;height:100px;background:var(--ink-raised);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center;position:relative;transition:var(--transition);border:2px solid transparent}.badge-hex:before{content:"";position:absolute;inset:2px;background:var(--ink-soft);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:1}.badge-hex.earned{background:conic-gradient(from 180deg,var(--gold) 0deg,var(--espresso) 180deg,var(--gold) 360deg);box-shadow:0 10px 30px var(--cherry-glow)}.badge-hex.earned:before{background:linear-gradient(135deg,var(--ink),var(--ink-raised))}.badge-content{position:relative;z-index:2;font-size:2rem;display:flex;flex-direction:column;align-items:center;gap:4px}.badge-item:hover .badge-hex.earned{transform:scale(1.05) translateY(-5px)}.social-card-wrapper{perspective:1000px;margin:0 auto 2rem;width:100%;max-width:280px;aspect-ratio:9 / 16}.social-card{width:100%;height:100%;background:#111;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff1a;display:flex;flex-direction:column;animation:floatCard 4s ease-in-out infinite,fadeIn .5s ease-out;transform-style:preserve-3d}@keyframes floatCard{0%,to{transform:translateY(0) rotateX(2deg) rotateY(-2deg)}50%{transform:translateY(-10px) rotateX(-2deg) rotateY(2deg)}}.social-card-image{height:55%;background-size:cover;background-position:center;position:relative}.social-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#111)}.social-card-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}.social-watermark{position:absolute;top:1rem;right:1rem;font-family:var(--font-display);color:#fff;font-size:1rem;letter-spacing:.1em;opacity:.8;z-index:3}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.cart-badge{background:var(--gold);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:700;box-shadow:0 4px 12px var(--cherry-glow)}.btn-add-mini{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border-radius:10px;background:var(--text-primary);color:var(--ink);border:none;font-size:1.2rem;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1);z-index:2}.btn-add-mini:active{transform:scale(.9)}.item-count-overlay{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--ink);font-family:var(--font-mono);font-size:.65rem;font-weight:800;padding:2px 8px;border-radius:20px;z-index:2}.product-card{background:var(--ink-raised);border:1px solid var(--ink-border);border-radius:20px;overflow:hidden;cursor:pointer;transition:var(--transition)}.product-card:hover{border-color:#3c2d2326;transform:translateY(-4px);box-shadow:var(--shadow-deep)}.product-thumb{height:160px;background:var(--ink-soft);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cart-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-drawer-overlay);animation:fadeIn .3s ease both}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:var(--ink);z-index:var(--z-drawer);display:flex;flex-direction:column;box-shadow:-10px 0 40px #0000001a;animation:slideInRight .4s cubic-bezier(.16,1,.3,1) both}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-item{display:flex;gap:12px;padding:1rem;background:var(--cream);border-radius:16px;margin-bottom:.75rem;box-shadow:0 2px 8px #00000008;border:1px solid var(--ink-border)}.cart-item-thumb{width:60px;height:60px;border-radius:12px;background:var(--ink-soft);display:flex;align-items:center;justify-content:center;color:var(--gold)}.drop-banner{position:relative;border-radius:24px;overflow:hidden;color:#fff;background:#111;box-shadow:var(--shadow-deep)}.drop-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#bca37f33,#000c);pointer-events:none}.smoke-bg{background:radial-gradient(circle at center,rgba(188,163,127,.08) 0%,transparent 70%),var(--ink-soft)}.supply-page{min-height:100dvh;padding-top:1rem;padding-bottom:.5rem;position:relative}.supply-coming-overlay{position:fixed;inset:0;z-index:var(--z-drawer-overlay);background:#f8f6f0b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:2rem}.supply-coming-card{max-width:360px;width:100%;padding:2.5rem 2rem;text-align:center;background:radial-gradient(circle at top right,rgba(188,163,127,.18) 0%,transparent 32%),linear-gradient(180deg,#fffffffa,#f9f4ecf5)}.supply-coming-card__icon{width:70px;height:70px;border-radius:24px;background:linear-gradient(180deg,#291d16f5,#39281ff5);color:var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem;box-shadow:0 16px 28px #291d1629}.supply-coming-card__title{margin:0 0 .5rem}.supply-coming-card__copy{margin:0 0 1.5rem}.supply-coming-card__form{display:grid;gap:.75rem}.supply-coming-card__row{display:flex;gap:.5rem}.supply-coming-card__field-icon{flex-shrink:0;margin-right:.5rem;color:var(--text-muted)}.supply-coming-card__error{margin:0;color:var(--cherry);font-size:.8rem;line-height:1.45;text-align:left}.supply-coming-card__submit{height:48px;border-radius:24px}.supply-coming-card__field{display:flex;align-items:center;background:#fff;border:1.5px solid var(--ink-soft);border-radius:14px;padding:0 12px}.supply-coming-card__field input{width:100%;padding:12px 0;border:none;outline:none;background:transparent;font-size:.9rem;color:var(--espresso)}.supply-coming-card__success{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--gold);font-weight:700}.supply-shell{display:grid;gap:2rem}.supply-header{display:grid;gap:1rem}.supply-header__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.supply-header__copy{max-width:34rem}.supply-header__title{margin-bottom:.55rem}.supply-cart-btn{border:none;position:relative;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background:linear-gradient(180deg,#fffffffa,#f5eee4f0);border:1px solid rgba(201,180,151,.22);box-shadow:0 12px 24px #291d1614}.supply-header__tabs{display:flex;gap:.7rem;flex-wrap:wrap}.supply-category-tab{border:1px solid rgba(201,180,151,.26);background:#ffffffb8;border-radius:999px;padding:.7rem 1rem;color:var(--espresso-soft);font-family:var(--font-mono);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.supply-category-tab.is-active{background:linear-gradient(180deg,#291d16f5,#39281ff5);color:var(--ink);border-color:transparent;box-shadow:0 14px 26px #291d1629}.supply-filters-shell,.supply-section-shell,.supply-filter-group,.supply-roaster-list{display:grid}.supply-filters-shell,.supply-section-shell,.supply-roaster-list{gap:1rem}.supply-filter-group{gap:.45rem}.supply-filter-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.supply-filter-row::-webkit-scrollbar{display:none}.supply-roaster-card{padding:0;display:flex;flex-direction:column}.supply-roaster-card__media{background:linear-gradient(180deg,#efe6d9eb,#e5d8c8e0);height:110px;width:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}.supply-roaster-card__body{padding:1.5rem}.supply-roaster-card__title{margin:0 0 4px;font-size:1.6rem;font-weight:800;color:var(--text-primary)}.supply-roaster-card__desc{margin:0 0 1.5rem;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.cart-badge--supply{position:absolute;top:-6px;right:-6px;width:22px;height:22px;font-size:.7rem}.supply-cart-drawer__head{padding:1.5rem;border-bottom:1px solid var(--ink-border);display:flex;justify-content:space-between;align-items:center;background:var(--cream)}.supply-cart-drawer__title{margin:0;font-size:1.4rem;font-weight:800}.supply-cart-drawer__close{background:var(--ink-soft);border:none;width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.supply-cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.supply-cart-drawer__empty{text-align:center;color:var(--text-muted);padding-top:4rem}.supply-cart-drawer__empty svg{margin-bottom:1rem;opacity:.5}.supply-cart-drawer__summary{padding:1.5rem 1.5rem 3rem;background:var(--cream);border-top:1px solid var(--ink-border);box-shadow:0 -10px 30px #00000008}.supply-cart-drawer__summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--text-secondary)}.supply-cart-drawer__summary-row:last-of-type{margin-bottom:1.5rem}.supply-cart-drawer__summary-total{display:flex;justify-content:space-between;margin-bottom:1.5rem;font-size:1.2rem;font-weight:800}.supply-cart-drawer__checkout{width:100%;border-radius:16px}.product-thumb:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 100%,var(--cherry-glow) 0%,transparent 70%)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.anim-fade-up{animation:fadeUp .6s var(--ease-expo) both;will-change:transform,opacity}.anim-fade-in{animation:fadeIn .5s ease both;will-change:opacity}.anim-scale-in{animation:scaleIn .5s var(--ease-expo) both;will-change:transform,opacity}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.12s}.delay-3{animation-delay:.2s}.delay-4{animation-delay:.28s}.delay-5{animation-delay:.36s}.delay-6{animation-delay:.44s}.section-rhythm{margin-bottom:2rem}@media(prefers-reduced-motion:reduce){.anim-fade-up,.anim-fade-in,.anim-scale-in,.section-skeleton-heading__kicker,.section-skeleton-heading__title,.cafe-card-skeleton{animation:none!important;transition:none!important}}@keyframes shine{0%{transform:translate(-150%) skew(-25deg)}50%,to{transform:translate(150%) skew(-25deg)}}.anim-shine{position:relative;overflow:hidden}.anim-shine:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:translate(-150%) skew(-25deg);animation:shine 3s infinite}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.anim-pop{animation:pop .4s var(--ease-back)}@keyframes springUp{0%{transform:translateY(100%) scale(.9);opacity:0}70%{transform:translateY(-10px) scale(1.02);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}.anim-spring-up{animation:springUp .6s var(--ease-back) both}.spinner{width:24px;height:24px;border:2px solid var(--ink-border);border-top-color:var(--gold);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.divider{height:1px;background:var(--ink-border);margin:0}.challenge-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--ink-raised);border:1px solid var(--ink-border);border-radius:16px;transition:var(--transition);cursor:pointer}.challenge-card:hover{border-color:#ffffff1a;background:#222}.challenge-icon{width:48px;height:48px;border-radius:14px;background:var(--espresso-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--espresso)}*{scrollbar-width:none}*::-webkit-scrollbar{display:none}.input-group-premium{position:relative;display:flex;align-items:center;background:var(--ink-soft);border:1px solid var(--ink-border);border-radius:16px;padding:0 1rem;height:56px;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.input-group-premium:focus-within{border-color:var(--gold);background:#fff;box-shadow:0 8px 20px #bca37f1a}.input-group-premium .input-icon{color:var(--text-muted);margin-right:12px}.input-group-premium input{flex:1;background:none;border:none;height:100%;font-size:1rem;color:var(--text-primary);font-family:inherit}.auth-page,.provider-portal{max-width:480px;margin:0 auto}.provider-portal-shell{padding:1.5rem}.provider-portal-back{margin-bottom:2rem;display:inline-flex;align-items:center;gap:6px;padding:0;background:none;border:none;color:var(--text-secondary);cursor:pointer}.provider-portal-hero{margin-bottom:3rem}.provider-portal-hero__title{margin:0 0 1rem;font-size:2.2rem;font-weight:800;line-height:1.1}.provider-portal-hero__copy{margin:0;font-size:1.1rem;color:var(--text-secondary)}.provider-portal-stack{display:flex;flex-direction:column;gap:1.5rem}.provider-plan-card{padding:1.5rem;background:var(--ink-soft);border:1px solid var(--gold)}.provider-plan-card__head{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.provider-plan-card__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--gold)}.provider-plan-card__title{margin:0;font-size:1.2rem;font-weight:700}.provider-plan-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.provider-plan-card__item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--text-secondary)}.provider-portal-primary{width:100%;margin-top:1.5rem}.provider-portal-form{display:flex;flex-direction:column;gap:1rem}.provider-portal-error{margin:0;font-size:.85rem;font-weight:600;text-align:center;color:#ef4444}.provider-portal-switch{padding:0;background:none;border:none;color:var(--text-secondary);font-weight:600;cursor:pointer}.provider-portal-switch--muted{width:100%;margin-top:1.5rem;font-size:.9rem;color:var(--text-muted)}.auth-callback-shell,.app-shell-loading,.route-fallback,.app-shell-state{display:flex;align-items:center;justify-content:center}.auth-callback-shell,.app-shell-loading{min-height:100dvh;background:var(--parchment)}.route-fallback{min-height:50vh}.app-shell-state{min-height:100vh;padding:2rem;background:var(--parchment)}.app-shell-state__card{width:100%;max-width:460px;padding:2rem;text-align:center}.app-shell-state__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:800}.app-shell-state__copy{margin:0 0 1rem;line-height:1.6;color:var(--text-secondary)}.app-shell-state__code{display:block;margin-bottom:1rem;padding:.85rem;white-space:pre-wrap;word-break:break-word;border-radius:12px;background:#291d160d;color:var(--text-primary);font-size:.78rem}.app-shell-state__action{width:100%;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.rating-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:3px 8px;color:#ffffffe6;font-size:.78rem;font-weight:700}.rating-pill.google-pill{background:#ffffff1a;border-color:#ffffff2e;margin-left:8px}.tech-chip.highlight{border-color:var(--gold);color:var(--espresso);font-weight:600}.tech-chip.small{font-size:.65rem;padding:2px 8px;display:flex;align-items:center;gap:4px}.add-chip-icon{color:var(--gold);cursor:pointer;opacity:.7}.add-chip-icon:hover{opacity:1}.review-item{background:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem;border:1px solid rgba(41,29,22,.05)}.review-header{display:flex;justify-content:space-between;margin-bottom:4px}.review-header .username{font-weight:700;font-size:.85rem;color:var(--espresso)}.review-header .date{font-size:.7rem;color:var(--text-muted)}.review-stars{display:flex;gap:2px;margin-bottom:8px}.review-item .comment{font-size:.85rem;line-height:1.4;color:var(--text-secondary)}.add-review-btn{background:var(--espresso);color:#fff;border:none;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;box-shadow:0 8px 18px #291d161a;transition:transform .2s var(--ease-ios),box-shadow .2s var(--ease-ios)}.add-review-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #291d161f}.no-data{font-size:.85rem;color:var(--text-muted);text-align:center;padding:2rem 1rem;font-style:italic}button:disabled{cursor:not-allowed}.review-form-card{background:#fff;border:1px solid var(--gold);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.review-textarea{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:10px;font-family:var(--font-body);font-size:.85rem;min-height:80px;resize:vertical}.review-textarea:focus{outline:none;border-color:var(--gold)}.deep-dive-header{min-height:260px;background:var(--espresso);position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.5rem 1.5rem}.deep-dive-loading-shell{min-height:100dvh;background:var(--parchment)}.deep-dive-hero{padding:env(safe-area-inset-top,0px) 1.25rem 0}.deep-dive-hero__image{width:100%;height:100%;object-fit:cover}.deep-dive-card-shell{width:100%}.deep-dive-card-shell__media{min-height:340px;border-radius:0 0 28px 28px}.deep-dive-card-shell__overlay{background:linear-gradient(180deg,#150e0a14,#150e0a38 28%,#150e0ae6),linear-gradient(0deg,rgba(188,163,127,.2) 0%,transparent 42%)}.deep-dive-card-shell__nav{position:absolute;top:calc(env(safe-area-inset-top,0px) + 18px);width:40px;height:40px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.16);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.deep-dive-card-shell__nav--back{left:20px}.deep-dive-card-shell__nav--wish{right:20px}.deep-dive-card-shell__body{padding-top:4.6rem}.deep-dive-card-shell__meta-row{justify-content:space-between}.deep-dive-card-shell__title-row{display:flex;align-items:flex-start;gap:10px}.deep-dive-card-shell__title{font-size:clamp(2rem,7vw,3.2rem);line-height:.95;letter-spacing:-.04em}.deep-dive-card-shell__subtitle{max-width:40ch;font-size:.92rem}.deep-dive-card-shell__footer{align-items:flex-end}.deep-dive-card-shell__header-meta{color:#ffffffd1}.deep-dive-card-shell__rating{flex-shrink:0}.deep-dive-card-shell__footer-left{display:inline-flex;align-items:center;min-height:34px}.deep-dive-card-shell__verified{background:#10b9811f;color:#ffffffeb;border-color:#fff3}.deep-dive-content--rhythm{display:grid;gap:1.9rem}.deep-dive-content{padding:1.6rem 1.25rem 1rem;background:var(--parchment);min-height:500px;box-sizing:border-box}.deep-dive-section-shell{width:100%;padding:0;box-sizing:border-box}.deep-dive-section-shell__lede{margin:0;font-size:.98rem;color:var(--text-secondary);line-height:1.6;font-weight:400;max-width:58ch}.deep-dive-empty-reviews{width:100%;min-height:240px;justify-content:center;box-sizing:border-box}.deep-dive-empty-reviews .empty-state-card__title,.deep-dive-empty-reviews .empty-state-card__copy{max-width:30ch}.deep-dive-address{width:100%;display:flex;align-items:flex-start;gap:6px;color:var(--text-secondary);margin-bottom:1.1rem;cursor:pointer;background:none;border:none;padding:0;text-align:left}.deep-dive-address__text{font-size:1rem;font-weight:500;line-height:1.45;margin:0}.deep-dive-inline-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:1rem}.deep-dive-badge-row{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.deep-dive-badge-row--stack{margin-bottom:10px}.deep-dive-shop-card{margin:0;width:100%;box-sizing:border-box;min-height:88px}.deep-dive-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem}.deep-dive-section-head--reviews{align-items:center;margin-bottom:1.25rem}.deep-dive-rail{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;mask-image:linear-gradient(to right,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 88%,transparent 100%);width:100%;box-sizing:border-box}.deep-dive-nearby{margin-top:.1rem}.deep-dive-reviews{padding-top:.2rem}.home-top-rail{padding:.6rem 1.25rem 0}.home-search-panel{padding:1rem;display:grid;gap:.85rem;margin-top:.35rem;background:radial-gradient(circle at top right,rgba(188,163,127,.16) 0%,transparent 28%),linear-gradient(155deg,#fffffffa,#f9f4ecf5 58%,#f3ebe0e6)}.home-search-panel__copy{display:grid;gap:.22rem}.home-search-panel__eyebrow{font-family:var(--font-mono);font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark)}.home-search-panel__title{font-family:var(--font-display);font-size:1.18rem;line-height:1;color:var(--espresso);letter-spacing:-.02em}.home-search-panel__lede{font-size:.82rem;color:var(--espresso-soft);line-height:1.45}.home-search-field{display:flex;align-items:center;gap:10px;background:#ffffffeb;border:1px solid rgba(201,180,151,.3);border-radius:16px;padding:12px 16px;box-shadow:inset 0 1px #fff9}.home-search-field input{flex:1;background:none;border:none;outline:none;font-size:.92rem;color:var(--espresso)}.home-quick-filters,.home-filter-stack{display:grid;gap:.8rem}.home-quick-group{display:grid;gap:.48rem;padding:.9rem .95rem;border-radius:20px;background:linear-gradient(180deg,#ffffffa8,#f9f4ec85);border:1px solid rgba(201,180,151,.2)}.home-quick-section{position:relative}.home-quick-section:before{content:"";position:absolute;inset:-.35rem -.2rem auto;height:calc(100% + .7rem);border-radius:28px;background:linear-gradient(180deg,#ffffff80,#f9f4ec2e);opacity:.72;z-index:0}.home-quick-section>*{position:relative;z-index:1}.home-quick-label{margin:0;color:#785e4fb8;font-family:var(--font-mono);font-size:.54rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-quick-scroll{gap:6px}.home-section-helper{max-width:36ch}.home-feature-section{position:relative}.home-feature-block{display:grid;gap:.8rem}.home-feature-block--hero{gap:.95rem}.home-feature-block__intro{gap:.28rem;padding:.15rem .05rem .05rem}.home-feature-block__intro--hero{padding:1.1rem 1.05rem .7rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(188,163,127,.18) 0%,transparent 32%),linear-gradient(180deg,#fffc,#f9f4ec57);border:1px solid rgba(201,180,151,.22);box-shadow:0 18px 34px #291d160a}.home-feature-inline-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.18rem}.home-feature-inline-meta__item{display:inline-flex;align-items:center;padding:.36rem .62rem;border-radius:999px;background:#ffffffc7;border:1px solid rgba(201,180,151,.18);color:var(--espresso-soft);font-family:var(--font-mono);font-size:.52rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-feature-block__eyebrow-copy{max-width:26ch}.home-community-note{font-family:var(--font-mono);font-size:.56rem;color:var(--espresso-muted);letter-spacing:.06em}.auth-shell{max-width:520px;margin:0 auto;padding:1.4rem 1.25rem 1.5rem;border-radius:28px;background:radial-gradient(circle at top right,rgba(188,163,127,.18) 0%,transparent 30%),linear-gradient(155deg,#fffffffa,#f9f4ecf5 58%,#f3ebe0e6);border:1px solid rgba(201,180,151,.28);box-shadow:0 18px 40px #291d1614}.auth-verification-shell{max-width:460px;margin:0 auto;padding:2rem 1.75rem;border-radius:32px;background:radial-gradient(circle at top right,rgba(16,185,129,.12) 0%,transparent 34%),linear-gradient(160deg,#fffffffa,#f9f4ecf5 58%,#f3ebe0eb);border:1px solid rgba(201,180,151,.24);box-shadow:0 22px 44px #291d1617}.auth-verification-shell__icon{width:84px;height:84px;margin:0 auto 1.75rem;border-radius:26px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#10b98124,#10b98114);color:#10b981;box-shadow:inset 0 1px #ffffffb8}.auth-social-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:1.5rem}.auth-social-btn{height:56px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;border:none;background:var(--ink)}.auth-business-entry{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--ink-border)}.auth-legal-copy{text-align:center;font-size:.78rem;color:var(--text-muted);margin-top:.75rem}.auth-legal-link{color:var(--gold);font-weight:600;text-decoration:none}.auth-switch-copy{color:var(--text-muted);font-size:.9rem}.auth-switch-btn{background:none;border:none;color:var(--gold);font-weight:700;margin-left:6px;cursor:pointer}.auth-business-entry__copy{color:var(--text-muted);font-size:.8rem;margin-bottom:1rem}.auth-business-entry__cta{height:46px;border-radius:23px;padding:0 2rem;font-size:.85rem}.passport-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem}.passport-milestone-card{flex-shrink:0;width:118px;background:#291d160f;border-radius:18px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid rgba(41,29,22,.1);opacity:.62}.passport-milestone-card.is-earned{background:linear-gradient(180deg,#291d16fa,#39281ff5);border-color:transparent;box-shadow:0 14px 30px #291d1629;opacity:1}.passport-milestone-card__icon{position:relative;width:42px;height:42px;border-radius:12px;background:#291d1612;display:flex;align-items:center;justify-content:center}.passport-milestone-card.is-earned .passport-milestone-card__icon{background:#ffffff1a}.passport-milestone-card__title{font-size:.68rem;font-weight:700;color:var(--text-muted);text-align:center;line-height:1.3}.passport-milestone-card.is-earned .passport-milestone-card__title{color:#fff}.passport-milestone-card__copy{font-size:.55rem;color:var(--text-muted);text-align:center;line-height:1.4}.passport-milestone-card.is-earned .passport-milestone-card__copy{color:#ffffff8c}.home-secondary-rail__scroller>*{scroll-snap-align:start}.home-secondary-rail__scroller{scroll-snap-type:x proximity}@media(min-width:720px){.home-quick-filters{grid-template-columns:1fr 1fr;align-items:start}}.home-filter-panel{padding:.9rem .9rem .8rem}.home-filter-panel__label{margin-bottom:.55rem;color:var(--gold-dark)}.home-top-rail__copy{padding-bottom:.35rem}.home-top-rail__title{font-family:var(--font-display);font-weight:800;font-size:1.48rem;color:var(--espresso);line-height:1.08}.home-top-rail__subtitle{font-family:var(--font-body);font-size:.82rem;color:var(--espresso-muted);margin-top:.1rem}.home-feature-block{display:grid;gap:.55rem}.home-secondary-rail__head,.home-curation-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem}.home-secondary-rail,.home-curation-head{position:relative}.home-secondary-rail__scroller{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;mask-image:linear-gradient(to right,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 88%,transparent 100%)}.home-secondary-rail__scroller:after{content:"";flex:0 0 10px}.home-rail-item{width:210px;flex-shrink:0}.home-business-card{width:100%;background:linear-gradient(135deg,#291d16,#3b2a21fa 62%,#4e392cf2);border-radius:24px;border:1px solid rgba(188,163,127,.18);padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;box-shadow:0 18px 36px #291d1624}.home-business-section{margin-bottom:2rem}.home-business-card__copy{display:grid;gap:.2rem}.home-business-card__icon{flex-shrink:0}.home-business-card__eyebrow{font-family:var(--font-mono);font-size:.52rem;color:#bca37f99;letter-spacing:.15em;text-transform:uppercase;margin:0}.home-business-card__title{font-family:var(--font-display);font-style:italic;font-size:1.3rem;font-weight:700;color:#fff;line-height:1.2;margin:0}.home-business-card__lede{font-family:var(--font-body);font-size:.78rem;color:#fff6;margin:.15rem 0 0}.home-inline-contact{width:100%;background:#ffffff8f;border:1px solid rgba(201,180,151,.22);border-radius:18px;padding:.95rem 1rem;cursor:pointer;display:flex;align-items:center;gap:10px;text-align:left}.home-inline-contact--button{border:none}.home-inline-contact__copy{font-family:var(--font-body);font-size:.82rem;color:var(--espresso-muted);text-align:left;margin:0}.home-inline-contact__copy strong{color:var(--gold);font-weight:700}.home-curation-mosaic{display:grid;gap:10px}.home-curation-mosaic--split{grid-template-columns:1fr 1fr}.home-curation-card-wrap{margin-bottom:10px}.home-curation-grid{display:grid;gap:10px}.home-curation-grid--single{grid-template-columns:1fr}.home-curation-grid--split{grid-template-columns:1fr 1fr}.back-btn{position:absolute;top:calc(env(safe-area-inset-top,0px) + 20px);left:20px;width:44px;height:44px;border-radius:50%;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.cafe-name-lg{color:#fff;font-family:var(--font-display);font-size:2.2rem;font-weight:800;margin:0 0 8px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.deep-dive-tabs{display:flex;justify-content:space-around;background:var(--parchment);border-bottom:1px solid rgba(41,29,22,.05);padding:0 10px;position:sticky;top:0;z-index:100}.tab-btn{background:none;border:none;padding:1.25rem .5rem;font-family:var(--font-body);font-size:.8rem;font-weight:700;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;cursor:pointer;transition:color .3s ease,transform .3s ease,opacity .3s ease}.tab-btn.active{color:var(--espresso)}.tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gold)}.technical-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 15px #00000008;border:1px solid rgba(41,29,22,.05)}.technical-card h3{font-size:.95rem;font-weight:800;color:var(--espresso);margin:0 0 1rem}.tech-item{display:flex;flex-direction:column;gap:8px;margin-bottom:1.25rem}.tech-item .label{font-size:.75rem;font-weight:500;color:var(--text-muted)}.tech-item .value{font-size:.9rem;font-weight:700;color:var(--espresso)}.tech-chip{display:inline-block;padding:4px 12px;background:var(--parchment);border-radius:8px;font-size:.8rem;font-weight:600;color:var(--text-secondary);border:1px solid rgba(0,0,0,.05)}.shop-link-card{background:var(--espresso);color:#fff;border-radius:16px;padding:1rem;display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;cursor:pointer}.shop-info{display:flex;align-items:center;gap:12px}.shop-info h4{font-size:.9rem;font-weight:700;margin:0}.shop-info p{font-size:.7rem;opacity:.7;margin:0}.location-card{display:flex;align-items:center;gap:10px;padding:1.25rem 0;border-top:1px solid rgba(0,0,0,.05);margin-top:1.5rem;color:var(--text-secondary);font-size:.85rem}.deep-dive-footer{padding:1.5rem 1.5rem calc(1.5rem + 85px + env(safe-area-inset-bottom));background:var(--parchment);border-top:1px solid rgba(0,0,0,.05);max-width:760px;margin:0 auto;box-sizing:border-box}.shop-info,.shop-info__copy{min-width:0}.shop-info h4,.shop-info p{white-space:normal;overflow-wrap:anywhere}.btn-primary-full{width:100%;padding:1.1rem;background:var(--espresso);color:#fff;border:none;border-radius:16px;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s ease}.btn-primary-full:active{transform:scale(.98)}@media(max-width:720px){.section-rhythm{margin-bottom:1.6rem}.cafe-visual-card__body{padding:.95rem .95rem 1.1rem;gap:.72rem}.empty-state-card{padding:1.6rem 1rem;border-radius:18px}.radar-profile-sheet__actions{flex-wrap:wrap}.radar-profile-sheet__social-btn{width:48px;height:48px;border-radius:20px}.deep-dive-hero__overlay{padding:58px 1.1rem 1.15rem}.deep-dive-hero__title-row{align-items:center}.deep-dive-content{padding:1.35rem 1rem 1rem;max-width:unset}.deep-dive-hero{padding:env(safe-area-inset-top,0px) 1rem 0}.deep-dive-section-head{flex-wrap:wrap;align-items:flex-start}.deep-dive-card-shell__media{min-height:310px}.deep-dive-card-shell__body{padding-top:4.2rem}.deep-dive-card-shell__title{font-size:clamp(1.9rem,8.4vw,2.7rem)}.deep-dive-card-shell__footer{gap:10px}.deep-dive-card-shell__meta-row{gap:10px;flex-wrap:wrap}.deep-dive-hero__rating{font-size:1rem;padding:5px 10px}}
