:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html{scroll-behavior:smooth}body{margin:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden}#root{width:100%;min-height:100vh;min-height:100dvh;flex:1 0 auto;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}::selection{background:#ff6b6b4d;color:#fff}::-moz-selection{background:#ff6b6b4d;color:#fff}button:focus,input:focus,textarea:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{margin:0;padding:0;box-sizing:border-box}.bodhi-app{min-height:100vh;min-height:100dvh;flex:1 0 auto;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;position:relative}.bodhi-app:has(>main.main-content--scroll){flex:1 1 auto;min-height:0;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden}.bodhi-foreground-push-toast{position:fixed;top:0;left:0;right:0;z-index:10050;padding:max(.65rem,env(safe-area-inset-top)) .75rem .5rem;pointer-events:none;display:flex;justify-content:center}.bodhi-foreground-push-toast__inner{pointer-events:auto;max-width:min(420px,100%);width:100%;background:#0f172aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:.75rem 2.25rem .75rem .9rem;box-shadow:0 12px 40px #00000059;position:relative;color:#f8fafc;font-size:.9rem;line-height:1.35}.bodhi-foreground-push-toast__title{font-weight:600;margin-bottom:.2rem}.bodhi-foreground-push-toast__body{opacity:.92;font-weight:400}.bodhi-foreground-push-toast__dismiss{position:absolute;top:.35rem;right:.35rem;width:1.75rem;height:1.75rem;border:none;border-radius:8px;background:#ffffff14;color:#e2e8f0;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.bodhi-foreground-push-toast__dismiss:hover{background:#ffffff29}.top-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.12);padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.top-navbar-start{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.nav-back-button{flex-shrink:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem .85rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.nav-back-button:hover{background:#ffffff2e;border-color:#ffffff59}.mobile-floating-back{display:none}.top-navbar-start .nav-brand{min-width:0}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-logo{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.nav-logo img{width:100%;height:100%;object-fit:contain;border-radius:10px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.nav-title{font-size:1.1rem;font-weight:700;color:#40e0d0;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.2;min-width:0}.nav-actions{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.95rem;min-width:96px;height:40px;display:flex;align-items:center;justify-content:center}.nav-button:hover{background:#fff3;border-color:#fff6;transform:translateY(-1px)}.profile-button:hover{background:#40e0d033;border-color:#40e0d0}.background-gradient{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#2d2d2d,#1a1a1a,#0a0a0a);z-index:-2}.floating-elements{position:absolute;width:100%;height:100%;overflow:hidden}.floating-circle{position:absolute;border-radius:50%;background:#ffffff0d;animation:float 6s ease-in-out infinite}.circle-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.circle-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.circle-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(180deg);opacity:.6}}.main-content{position:relative;z-index:1;flex:1 1 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem 2rem;opacity:0;transform:translateY(30px);transition:all 1s ease-out}.main-content.loaded{opacity:1;transform:translateY(0)}.main-content--scroll{justify-content:flex-start;padding-top:5.5rem;padding-bottom:2rem;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.login-embedded{display:flex;flex-direction:column;align-items:center;width:100%}.profile-page{width:100%;max-width:800px;margin:0 auto}.profile-page--sub{max-width:520px}.profile-hub .feature-grid--hub{margin-top:.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:720px;margin-left:auto;margin-right:auto}@media (max-width: 780px){.profile-hub .feature-grid--hub{grid-template-columns:1fr;gap:.6rem;max-width:100%}}@media (max-width: 640px){.profile-hub .feature-card{padding:.55rem .75rem;min-height:0}.profile-hub .feature-card__header{gap:.5rem}}.profile-account-header{flex:1;min-width:0}.profile-page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;width:100%;flex-wrap:wrap}.profile-page-title{font-size:1.75rem;color:#40e0d0;text-shadow:0 2px 4px rgba(0,0,0,.5);margin:0;font-weight:600}.profile-edit-toggle{background:#40e0d0;border:none;color:#1a1a1a;padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:opacity .2s ease}.profile-edit-toggle:hover{opacity:.92}.profile-page-toolbar--simple{margin-bottom:1.25rem}.profile-tiles{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:start}@media (min-width: 720px){.profile-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-section.profile-tile{margin-bottom:0}.profile-tile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.profile-tile-header--stack{flex-direction:column}.profile-section.profile-tile h2.profile-tile-title{margin:0;padding:0;border-bottom:none;font-size:1.2rem;font-weight:650;color:#40e0d0;line-height:1.25}.profile-tile-lead{margin:.4rem 0 0;font-size:.88rem;color:#ffffff9e;line-height:1.45}.profile-tile-subheading{margin:1.35rem 0 .85rem;font-size:1rem;font-weight:600;color:#ffffffeb}.profile-tile-subheading:first-of-type{margin-top:0}.profile-tile-primary-action{width:100%;margin-top:.25rem}.profile-account-meta{margin-top:1.35rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem;color:#ffffff8c;line-height:1.5}.profile-account-meta p{margin:.2rem 0}.profile-actions--tile{margin-top:1.25rem;flex-wrap:wrap}.profile-actions--tile .save-button,.profile-actions--tile .cancel-button{flex:1 1 auto;min-width:8rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-sustainability-overlay{position:fixed;inset:0;z-index:1200;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:max(.75rem,env(safe-area-inset-top));padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right));padding-bottom:max(.75rem,env(safe-area-inset-bottom));box-sizing:border-box}.profile-sustainability-overlay-backdrop{position:absolute;inset:0;background:#000000a6}.profile-sustainability-overlay-panel{position:relative;z-index:1;width:min(100%,520px);flex:0 1 auto;margin:0;max-height:min(900px,calc(100vh - 1.75rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));overflow:auto;-webkit-overflow-scrolling:touch;padding:1.5rem 1.25rem 2rem;background:linear-gradient(160deg,#1e2a32,#121a1f);border-radius:16px;box-shadow:0 12px 40px #00000073;border:1px solid rgba(64,224,208,.2)}@supports (height: 100dvh){.profile-sustainability-overlay-panel{max-height:min(900px,calc(100dvh - 1.75rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)))}}.profile-sustainability-status{margin:0 0 1rem;color:#ffffffd9;font-size:.95rem;line-height:1.45}.profile-sustainability-cta{background:#40e0d0;border:none;color:#1a1a1a;padding:.55rem 1.25rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem}.profile-sustainability-cta:disabled{opacity:.5;cursor:not-allowed}.profile-sustainability-retry{display:block;margin-bottom:.75rem;background:transparent;border:1px solid rgba(64,224,208,.5);color:#40e0d0;padding:.35rem .85rem;border-radius:8px;cursor:pointer;font-size:.9rem}.profile-sustainability-summary{margin:0 0 1.25rem;padding:1rem 1.1rem;border-radius:10px;background:#00000038;border:1px solid rgba(64,224,208,.18)}.profile-sustainability-summary-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:650;color:#e8f6f4}.profile-sustainability-updated{margin:0 0 .85rem;font-size:.82rem;color:#ffffff8c}.profile-sustainability-dl{margin:0}.profile-sustainability-dl-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:.35rem 1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.profile-sustainability-dl-row:last-child{border-bottom:none;padding-bottom:0}.profile-sustainability-dl-row:first-of-type{padding-top:0}.profile-sustainability-dl-row dt{margin:0;font-size:.85rem;font-weight:600;color:#40e0d0f2}.profile-sustainability-dl-hint{display:block;margin-top:.25rem;font-size:.78rem;font-weight:400;line-height:1.35;color:#ffffff85}.profile-sustainability-dl-row dd{margin:0;font-size:.88rem;line-height:1.4;color:#ffffffe0}@media (max-width: 520px){.profile-sustainability-dl-row{grid-template-columns:1fr;gap:.2rem}}.rewards-container{width:100%;max-width:900px;margin:0 auto}.rewards-hub-tiles{margin-top:1.5rem}.rewards-redeem-balance{margin:0 0 1rem;color:#ffffffd9;font-size:.95rem}.rewards-redeem-balance strong{color:#fbbf24}@media (min-width: 768px){.rewards-hub .feature-grid--hub{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}.rewards-header{text-align:center;margin-bottom:1.5rem}.rewards-header h1{margin:0;color:#fff;font-size:1.75rem;font-weight:600}.section-header--no-back{position:relative}.logo-container{margin-bottom:2rem}.bodhi-logo{position:relative;width:150px;height:150px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden;opacity:0;animation:buddha-appear 2s ease-out forwards;animation-delay:.5s;box-shadow:0 4px 8px #fff3;transition:transform .3s ease,box-shadow .3s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bodhi-logo:hover{transform:scale(1.05);box-shadow:0 8px 16px #fff6}.buddha-image{width:100%;height:100%;object-fit:contain;display:block}@keyframes buddha-appear{0%{opacity:0;transform:scale(.8) translateY(20px)}50%{opacity:.7}to{opacity:1;transform:scale(1) translateY(0)}}.app-title{font-size:4rem;font-weight:700;margin-bottom:.35rem;text-align:center;color:#40e0d0;text-shadow:0 4px 8px rgba(0,0,0,.5)}.app-slogan{font-size:.98rem;font-weight:400;letter-spacing:.06em;color:#f8fafcb8;text-align:center;margin:0 auto 1.25rem;max-width:22rem;line-height:1.45}.title-word{display:inline-block}.app-subtitle{font-size:1.2rem;color:#fffc;text-align:center;margin-bottom:3rem;font-weight:300;letter-spacing:.5px}.app-subtitle-link{background:none;border:none;padding:0;color:#a7f3d0f2;text-decoration:underline;cursor:pointer;font:inherit;font-size:.95rem;letter-spacing:.3px}.app-subtitle-link:hover{color:#a7f3d0}.app-subtitle-inline-link{position:relative;display:inline;background:none;border:none;padding:0;margin:0;color:#a7f3d0f2;text-decoration:underline;cursor:pointer;font:inherit;letter-spacing:inherit;vertical-align:baseline}.app-subtitle-inline-link:hover{color:#a7f3d0}.app-subtitle-inline-link-info{position:absolute;top:-.45em;right:-.55em;font-size:.55em;line-height:1;text-decoration:none;pointer-events:none}.bodhi-mission-sheet-title{margin:0 0 .75rem;font-size:1.35rem;color:#fff;font-weight:600;text-align:center}.bodhi-mission-sheet-body{margin:0 0 1rem;color:#ffffffd9;font-size:.95rem;line-height:1.5}.bodhi-mission-sheet-body:last-of-type{margin-bottom:1.25rem}.bodhi-mission-sheet-logo-wrap{display:flex;justify-content:center;margin-bottom:1.25rem}.bodhi-mission-sheet-logo{width:72px;height:72px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 4px 8px rgba(255,255,255,.15))}.bodhi-mission-sheet-close{width:100%}.face-id-enable-panel{max-width:400px}.face-id-enable-actions{display:flex;flex-direction:column;gap:.75rem}.face-id-enable-skip{width:100%}.biometric-unlock-actions{margin-top:.5rem}.biometric-unlock-actions .login-back-button{margin-top:0}.profile-sign-out{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.time-display{display:flex;gap:2rem;margin-bottom:3rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.time-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.time-label{font-size:.9rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:1px}.time-value{font-size:1.5rem;color:#fff;font-weight:600;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;max-width:900px;width:100%}.bottom-nav{display:none}.feature-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 10px 30px #0000004d}:root{--tile-tone-green-bg: linear-gradient(135deg, rgba(74, 222, 128, .16) 0%, rgba(74, 222, 128, .07) 100%);--tile-tone-green-border: rgba(74, 222, 128, .28);--tile-tone-green-bg-hover: linear-gradient(135deg, rgba(74, 222, 128, .22) 0%, rgba(74, 222, 128, .1) 100%);--tile-tone-teal-bg: linear-gradient(135deg, rgba(64, 224, 208, .16) 0%, rgba(64, 224, 208, .07) 100%);--tile-tone-teal-border: rgba(64, 224, 208, .3);--tile-tone-teal-bg-hover: linear-gradient(135deg, rgba(64, 224, 208, .22) 0%, rgba(64, 224, 208, .1) 100%);--tile-tone-blue-bg: linear-gradient(135deg, rgba(96, 165, 250, .15) 0%, rgba(96, 165, 250, .06) 100%);--tile-tone-blue-border: rgba(96, 165, 250, .26);--tile-tone-blue-bg-hover: linear-gradient(135deg, rgba(96, 165, 250, .21) 0%, rgba(96, 165, 250, .09) 100%);--tile-tone-mint-bg: linear-gradient(135deg, rgba(167, 243, 208, .15) 0%, rgba(167, 243, 208, .06) 100%);--tile-tone-mint-border: rgba(167, 243, 208, .24);--tile-tone-mint-bg-hover: linear-gradient(135deg, rgba(167, 243, 208, .21) 0%, rgba(167, 243, 208, .09) 100%);--tile-tone-neutral-bg: rgba(255, 255, 255, .05);--tile-tone-neutral-border: rgba(255, 255, 255, .1);--tile-tone-neutral-bg-hover: rgba(255, 255, 255, .08)}.feature-card.feature-card--tone-green{background:var(--tile-tone-green-bg);border-color:var(--tile-tone-green-border)}.feature-card.feature-card--tone-teal{background:var(--tile-tone-teal-bg);border-color:var(--tile-tone-teal-border)}.feature-card.feature-card--tone-blue{background:var(--tile-tone-blue-bg);border-color:var(--tile-tone-blue-border)}.feature-card.feature-card--tone-mint{background:var(--tile-tone-mint-bg);border-color:var(--tile-tone-mint-border)}.feature-card.feature-card--tone-neutral{background:var(--tile-tone-neutral-bg);border-color:var(--tile-tone-neutral-border)}.feature-card.feature-card--tone-green:hover{background:var(--tile-tone-green-bg-hover)}.feature-card.feature-card--tone-teal:hover{background:var(--tile-tone-teal-bg-hover)}.feature-card.feature-card--tone-blue:hover{background:var(--tile-tone-blue-bg-hover)}.feature-card.feature-card--tone-mint:hover{background:var(--tile-tone-mint-bg-hover)}.feature-card.feature-card--tone-neutral:hover{background:var(--tile-tone-neutral-bg-hover)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block;color:#fffffff2}.feature-icon .bodhi-icon{display:inline-flex;margin:0 auto}.bodhi-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle;line-height:0;color:inherit}.bodhi-icon svg{display:block;width:1em;height:1em}.bodhi-icon--emoji{line-height:1}.bodhi-icon--feature.bodhi-icon--emoji{font-size:3rem}.bodhi-icon--feature{font-size:3.25rem}.bodhi-icon--nav{font-size:1.4rem}.bodhi-icon--line{color:#ffffffeb}.bodhi-icon--symbol{color:#ffffffe0}.bodhi-icon--symbol svg :where(path,circle,ellipse,line,rect,polyline,polygon){vector-effect:non-scaling-stroke}.bodhi-icon--symbol.bodhi-icon--inline svg :where(path,circle,ellipse,line,rect,polyline,polygon),.bodhi-icon--symbol.bodhi-icon--activity svg :where(path,circle,ellipse,line,rect,polyline,polygon),.bodhi-icon--symbol.bodhi-icon--nav svg :where(path,circle,ellipse,line,rect,polyline,polygon){stroke-width:1.15px}.bodhi-icon--symbol.bodhi-icon--method svg :where(path,circle,ellipse,line,rect,polyline,polygon){stroke-width:1.3px}.bodhi-icon--symbol .symbol-filled,.bottom-nav-item-active .bodhi-icon--symbol .symbol-outline{display:none}.bottom-nav-item-active .bodhi-icon--symbol .symbol-filled{display:block}.feature-icon .bodhi-icon--symbol{--symbol-fill: #74c08c;--symbol-fill-dark: #2f855a}.feature-icon .bodhi-icon--symbol .symbol-outline{display:none}.feature-icon .bodhi-icon--symbol .symbol-filled{display:block}.bodhi-icon--filled .symbol-outline{display:none}.bodhi-icon--filled .symbol-filled{display:block}.bodhi-icon--symbol.bodhi-icon--sym-chat{--symbol-fill: #7fb1cc;--symbol-fill-dark: #3f7f9c}.bodhi-icon--symbol.bodhi-icon--sym-location{--symbol-fill: #dba07f;--symbol-fill-dark: #b06a45}.bodhi-icon--symbol.bodhi-icon--sym-fire{--symbol-fill: #f0a44f;--symbol-fill-dark: #d55f2a}.bodhi-icon--symbol.bodhi-icon--sym-tree{--symbol-fill: #74c08c;--symbol-fill-dark: #2f855a}.bodhi-icon--symbol.bodhi-icon--sym-voucher{--symbol-fill: #e6c26a;--symbol-fill-dark: #6f9a80}.bodhi-icon--symbol.bodhi-icon--sym-scales{--symbol-fill: #7fb1cc;--symbol-fill-dark: #3f7f9c}.bodhi-icon--symbol.bodhi-icon--sym-produce{--symbol-fill: #dba07f;--symbol-fill-dark: #5f9b76}.bodhi-icon--symbol.bodhi-icon--sym-bus{--symbol-fill: #e6c26a;--symbol-wheel: #5f8fa8}.bodhi-icon--symbol.bodhi-icon--sym-memo{--symbol-fill: #8aa4b5;--symbol-fill-dark: #4f6b7c}.bodhi-icon--symbol.bodhi-icon--sym-trolley,.bodhi-icon--symbol.bodhi-icon--sym-users{--symbol-fill: #7fb1cc;--symbol-fill-dark: #3f7f9c}.bodhi-icon--symbol.bodhi-icon--sym-chart{--symbol-fill: #74c08c;--symbol-fill-dark: #2f855a}.bodhi-icon--symbol.bodhi-icon--sym-trend{--symbol-fill: #7fb1cc;--symbol-fill-dark: #3f7f9c}.bodhi-icon--symbol.bodhi-icon--sym-redeemCycle{--symbol-fill: #e6c26a;--symbol-fill-dark: #b8912f}.bodhi-icon--symbol.bodhi-icon--sym-plus{--symbol-fill: #74c08c;--symbol-fill-dark: #2f855a}.bodhi-icon--symbol.bodhi-icon--sym-bell,.bodhi-icon--symbol.bodhi-icon--sym-hourglass{--symbol-fill: #e6c26a;--symbol-fill-dark: #b8912f}.bodhi-icon--symbol.bodhi-icon--sym-ban{--symbol-fill: #d08a8a;--symbol-fill-dark: #a55a5a}.bottom-nav-item-active .bodhi-icon--symbol{color:#fffffff2}.bodhi-icon--illustrated{filter:drop-shadow(0 3px 8px rgba(0,0,0,.28))}.bodhi-icon--feature.bodhi-icon--illustrated{font-size:3.35rem}.bottom-nav-item-active .bodhi-icon--line{color:#40e0d0}.bodhi-icon--nav.bodhi-icon--illustrated{filter:drop-shadow(0 1px 4px rgba(0,0,0,.32))}.rewards-button .bodhi-icon--nav,.bodhi-icon--coin-nav{font-size:1.55rem}.bodhi-icon--inline{font-size:1.15em}.bodhi-icon--heading{font-size:1.4em;margin-right:.45rem}.bodhi-icon--method{font-size:24px}.bodhi-icon--activity{font-size:1.25rem}.nav-button .bodhi-icon--nav,.bottom-nav-item .bodhi-icon--nav{display:inline-flex}.nav-button{color:#fffffff2}.bodhi-icon--redeem-tile{font-size:28px}.balance-icon .bodhi-icon{font-size:3rem}.rewards-header h1{display:flex;align-items:center;gap:.25rem}.daily-tip-screen-title,.daily-tip-section-title--with-icon{display:flex;align-items:center;gap:.5rem}.daily-tip-streak-heading{display:flex;align-items:center;gap:.35rem}.feature-card__header{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem}.feature-card__header .feature-icon{margin-bottom:0}.feature-card h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.feature-card p{color:#ffffffb3;line-height:1.6;font-size:.95rem}.feature-card-desc--compact{display:none}.cta-section{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.primary-button,.secondary-button{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.primary-button{background:linear-gradient(45deg,#e74c3c,#f39c12);color:#fff;box-shadow:0 4px 15px #e74c3c66}.primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c99}.secondary-button{background:#ffffff0d;color:#fff;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.secondary-button:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}@media (max-width: 768px){.app-title{font-size:2.5rem}.app-slogan{font-size:.9rem;margin-bottom:1rem}.bodhi-logo{width:110px;height:110px}.time-display{flex-direction:column;gap:1rem}.feature-grid{grid-template-columns:1fr}.cta-section{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:300px}}@media (max-width: 480px){.top-navbar{display:none}.bodhi-app--mobile-subscreen-with-back .mobile-floating-back{display:flex;align-items:center;justify-content:center;position:fixed;top:calc(env(safe-area-inset-top,0px) + .5rem);left:calc(env(safe-area-inset-left,0px) + .5rem);z-index:1001;width:2.6rem;height:2.6rem;margin:0;padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:#0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;font-size:1.15rem;line-height:1;transition:background .2s ease,border-color .2s ease}.bodhi-app--mobile-subscreen-with-back .mobile-floating-back:hover{background:#ffffff1f;border-color:#ffffff59}.main-content{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-top:calc(1.5rem + env(safe-area-inset-top,0px));padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}.main-content--scroll{padding-top:calc(1.5rem + env(safe-area-inset-top,0px));padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}.bodhi-app--mobile-subscreen-with-back .main-content{padding-top:calc(env(safe-area-inset-top,0px) + 3.75rem)}.bodhi-app--mobile-subscreen-with-back .main-content--scroll{padding-top:calc(env(safe-area-inset-top,0px) + 3.9rem)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;box-sizing:border-box;min-height:3.5rem;height:auto;padding-top:.25rem;padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:calc(.25rem + env(safe-area-inset-bottom,0px));display:flex;justify-content:center;align-items:center;gap:.5rem;background:#0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12);z-index:900}.bottom-nav--three .bottom-nav-item,.bottom-nav--four .bottom-nav-item{flex:1;min-width:0;max-width:120px;width:auto}.bottom-nav-item{flex:0 0 auto;width:96px;height:40px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:.95rem;font-weight:500;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.bottom-nav-item-active{background:#fff3;border-color:#ffffff59;color:#fff}.feature-grid{gap:.65rem;margin-bottom:1.75rem}.feature-card{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;padding:.65rem .9rem;border-radius:14px;text-align:left}.feature-card:hover{transform:translateY(-2px)}.feature-card__header{flex-direction:row;align-items:center;justify-content:flex-start;gap:.65rem}.feature-card__header .feature-icon{font-size:1.75rem;line-height:1;flex-shrink:0}.feature-card h3{font-size:1.05rem;margin-bottom:0;text-align:left;line-height:1.25;flex:1;min-width:0}.feature-card-desc--full{display:none}.feature-card-desc--compact{display:block;margin:0;padding:0;font-size:.72rem;line-height:1.35;color:#ffffff9e}button.feature-card.admin-hub-tile{text-align:left}}.login-back-button{margin-top:.5rem;margin-bottom:.25rem;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#ffffffe6;font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.login-back-button:hover:not(:disabled){background:#ffffff24;border-color:#ffffff59}.login-back-button:disabled{opacity:.5;cursor:not-allowed}.login-form{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;width:100%;max-width:400px}.form-group{width:100%}.username-input{width:100%;padding:1rem 1.5rem;font-size:1.1rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-family:inherit}.username-input::placeholder{color:#fff9}.username-input:focus{outline:none;border-color:#40e0d0;background:#ffffff26;box-shadow:0 0 20px #40e0d04d}.password-input{width:100%;padding:1rem 1.5rem;font-size:1.1rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-family:inherit}.password-input::placeholder{color:#fff9}.password-input:focus{outline:none;border-color:#40e0d0;background:#ffffff26;box-shadow:0 0 20px #40e0d04d}.login-button{padding:1rem 3rem;font-size:1.2rem;font-weight:600;background:#98fb98;color:#1a1a1a;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #98fb984d}.login-button:hover{background:#90ee90;transform:translateY(-2px);box-shadow:0 6px 20px #98fb9866}.login-button:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.login-button:disabled:hover{background:#666;transform:none;box-shadow:none}.login-button:active{transform:translateY(0)}.error-message{background:#dc354533;border:1px solid rgba(220,53,69,.4);color:#ff6b6b;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-register-hint{margin-top:.5rem;text-align:center;color:#ffffffbf;font-size:.95rem}.login-register-link{background:none;border:none;color:#98fb98;text-decoration:underline;cursor:pointer;font:inherit;padding:0}.login-register-link:hover:not(:disabled){color:#b8ffc4}.login-register-link:disabled{opacity:.5;cursor:not-allowed}.login-button-secondary{margin-top:.75rem;background:#ffffff1f;color:#fffffff2;box-shadow:none;text-transform:none;letter-spacing:0}.login-button-secondary:hover:not(:disabled){background:#fff3;box-shadow:none}.register-form{margin-top:1rem}.register-choice{margin-top:1rem;text-align:center}.register-choice-lead{color:#ffffffeb;font-size:1.05rem;line-height:1.5;margin-bottom:.75rem}.register-choice-hint{color:#ffffffa6;font-size:.9rem;margin-bottom:1.25rem}.sustainability-intro{max-width:420px;margin:0 auto;padding:0 .5rem}.sustainability-intro-title{color:#40e0d0;font-size:1.35rem;margin-bottom:1rem;text-align:center}.sustainability-wizard{max-width:440px;margin:0 auto;padding:0 .5rem 1.5rem}.sustainability-wizard-progress{text-align:center;color:#ffffff8c;font-size:.85rem;margin-bottom:.5rem}.sustainability-wizard-help{margin:.75rem 0 0;padding:.75rem .9rem;border-radius:10px;background:#40e0d014;border:1px solid rgba(64,224,208,.22);color:#ffffffc7;font-size:.84rem;line-height:1.45;text-align:left}.sustainability-wizard-body{margin:1.25rem 0;min-height:120px}.sustainability-chip-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.sustainability-chip{padding:.5rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#ffffffeb;font-size:.88rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.sustainability-chip:hover:not(:disabled){background:#ffffff24;border-color:#40e0d080}.sustainability-chip-selected{background:#40e0d040;border-color:#40e0d0;color:#fff}.sustainability-chip:disabled{opacity:.5;cursor:not-allowed}.sustainability-radio-list{display:flex;flex-direction:column;gap:.4rem}.sustainability-radio-row{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .85rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;cursor:pointer;color:#ffffffe6;font-size:.95rem}.sustainability-radio-row-content{display:flex;flex-direction:column;gap:.2rem;min-width:0}.sustainability-radio-row-description{margin:0;font-size:.82rem;line-height:1.35;color:#ffffff9e}.sustainability-radio-row input{accent-color:#40e0d0;margin-top:.15rem;flex-shrink:0}.sustainability-radio-row-selected{border-color:#40e0d08c;background:#40e0d01f}.sustainability-scale-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.sustainability-scale-block{display:flex;flex-direction:column;gap:.65rem}.sustainability-scale-endpoints{display:flex;justify-content:space-between;gap:.75rem;font-size:.78rem;line-height:1.35;color:#ffffff94}.sustainability-scale-endpoints span:last-child{text-align:right}.sustainability-scale-btn{width:48px;height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer}.sustainability-scale-btn:hover:not(:disabled){border-color:#40e0d0}.sustainability-scale-btn-selected{background:#40e0d059;border-color:#40e0d0}.sustainability-wizard-actions{margin-top:1.25rem}.sustainability-wizard-actions .login-button,.sustainability-wizard-actions .login-button-secondary{width:100%;max-width:100%}.profile-content{max-width:800px;width:100%;margin:0 auto}.profile-section{background:#ffffff1a;border-radius:12px;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.profile-section h2{color:#40e0d0;margin-bottom:1.5rem;font-size:1.3rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem}.profile-field{display:flex;flex-direction:column;margin-bottom:1rem}.profile-field label{color:#ffffffe6;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.profile-input,.profile-textarea,.profile-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:.75rem;color:#fff;font-size:1rem;transition:all .3s ease}.profile-input:focus,.profile-textarea:focus,.profile-select:focus{outline:none;border-color:#40e0d0;background:#ffffff26;box-shadow:0 0 10px #40e0d04d}.profile-input:disabled,.profile-textarea:disabled,.profile-select:disabled{background:#ffffff0d;color:#fff9;cursor:not-allowed}.profile-textarea{resize:vertical;min-height:80px}.profile-readonly{color:#ffffffb3;padding:.75rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.9rem}.profile-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.save-button{background:#98fb98;border:none;color:#1a1a1a;padding:.75rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:1rem}.save-button:hover{background:#90ee90;transform:translateY(-2px);box-shadow:0 4px 15px #98fb9866}.cancel-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:1rem}.cancel-button:hover{background:#fff3;border-color:#ffffff80}.loading-indicator{margin-top:1rem;color:#40e0d0;font-size:.9rem;font-weight:500;text-align:center}.tip-display{margin-top:1rem;padding:1rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.tip-header{margin-bottom:.5rem}.tip-body-text{margin:0 0 .75rem;line-height:1.5}.tip-personalization{margin:.85rem 0 0;padding:.65rem .75rem;border-radius:8px;background:#40e0d01f;border-left:3px solid rgba(64,224,208,.65)}.tip-personalization-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#40e0d0f2;margin-bottom:.35rem}.tip-personalization-text{margin:0;font-size:.88rem;line-height:1.45;color:#ffffffe0}.tip-actions{display:flex;justify-content:flex-end;margin-top:1rem}.got-it-button{background:#10b981;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.got-it-button:hover{background:#059669;transform:translateY(-1px)}.got-it-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.daily-sustainable-idea-screen{width:100%;max-width:640px;margin:0 auto;padding:.5rem 0 2rem}.daily-tip-screen-header{text-align:center;margin-bottom:1.5rem}.daily-tip-screen-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:#fff}.daily-tip-screen-subtitle{margin:0;font-size:.95rem;line-height:1.45;color:#ffffffbf}.daily-tip-loading{text-align:center;color:#fffc}.daily-tip-streak{margin-bottom:1.25rem;padding:.85rem 1rem;border-radius:12px;background:#10b98126;border:1px solid rgba(16,185,129,.35)}.daily-tip-streak-heading{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem}.daily-tip-streak-emoji{font-size:1rem;line-height:1}.daily-tip-streak-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#a7f3d0f2}.daily-tip-streak-value{font-size:.95rem;line-height:1.4;color:#ffffffeb}.daily-tip-today-section{margin-top:0}.daily-tip-section-title{font-size:1.05rem;margin:0 0 .75rem;color:#fffffff2}.daily-tip-section-title--with-icon{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.daily-tip-section-icon{font-size:1.15rem;line-height:1}.daily-tip-history-disclosure,.daily-tip-providers-disclosure{margin-top:2rem;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.daily-tip-history-summary,.daily-tip-providers-summary{cursor:pointer;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;list-style:none;font-size:1.02rem;font-weight:600;color:#fffffff5;-webkit-user-select:none;user-select:none;transition:background .2s ease}.daily-tip-history-summary::-webkit-details-marker,.daily-tip-providers-summary::-webkit-details-marker{display:none}.daily-tip-history-summary::marker,.daily-tip-providers-summary::marker{content:""}.daily-tip-history-summary:hover,.daily-tip-providers-summary:hover{background:#ffffff0f}.daily-tip-history-summary:focus-visible,.daily-tip-providers-summary:focus-visible{outline:2px solid rgba(64,224,208,.65);outline-offset:2px}.daily-tip-history-summary-label,.daily-tip-providers-summary-label{display:flex;align-items:center;gap:.35rem;min-width:0}.daily-tip-history-chevron,.daily-tip-providers-chevron{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1;color:#40e0d0f2;transition:transform .2s ease;flex-shrink:0}.daily-tip-history-disclosure[open] .daily-tip-history-chevron,.daily-tip-providers-disclosure[open] .daily-tip-providers-chevron{transform:rotate(90deg)}.daily-tip-history-summary-count,.daily-tip-providers-summary-count{font-size:.78rem;font-weight:500;color:#ffffff80;flex-shrink:0}.daily-tip-history-panel,.daily-tip-providers-panel{padding:0 1rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.daily-tip-history-hint{font-size:.82rem;line-height:1.45;color:#ffffffa6;margin:.85rem 0 1rem}.daily-tip-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.daily-tip-history-item{padding:.85rem 1rem;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.daily-tip-history-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem;font-size:.8rem;color:#ffffffa6}.daily-tip-history-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:1.5rem;font-size:.8rem;font-weight:700}.daily-tip-history-badge--streak{color:#34d399fa;text-shadow:0 0 8px rgba(16,185,129,.45)}.daily-tip-history-badge--late{color:#9ca3aff2;font-weight:600}.daily-tip-history-badge--pending{font-size:.72rem;font-weight:500;color:#ffffff6b}.daily-tip-history-late-ack{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#0003;color:#ffffff8c;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.daily-tip-history-late-ack:hover:not(:disabled){background:#ffffff14;border-color:#fff6;color:#ffffffd9}.daily-tip-history-late-ack:disabled{opacity:.65;cursor:wait}.daily-tip-history-badge.muted{color:#ffffff73}.daily-tip-history-tip{margin:0;font-size:.9rem;line-height:1.45;color:#ffffffe0}.daily-tip-suggested-providers-intro{margin:.85rem 0;font-size:.88rem;line-height:1.45;color:#ffffffc7}.daily-tip-suggested-providers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.daily-tip-suggested-provider-item{margin:0}.daily-tip-suggested-provider-card{width:100%;text-align:left;display:flex;gap:.85rem;align-items:stretch;padding:.85rem;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.daily-tip-suggested-provider-card:hover{background:#ffffff1a;border-color:#40e0d073;transform:translateY(-1px)}.daily-tip-suggested-provider-card:focus-visible{outline:2px solid rgba(64,224,208,.65);outline-offset:2px}.daily-tip-suggested-provider-card:disabled{cursor:default;opacity:.85}.daily-tip-suggested-provider-card:disabled:hover{background:#ffffff0f;border-color:#ffffff29;transform:none}.daily-tip-suggested-provider-image{flex-shrink:0;width:64px;height:64px;border-radius:10px;overflow:hidden;background:#ffffff14;display:flex;align-items:center;justify-content:center}.daily-tip-suggested-provider-image img{width:100%;height:100%;object-fit:cover}.daily-tip-suggested-provider-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.daily-tip-suggested-provider-name{margin:0;font-size:1rem;font-weight:600;color:#fffffff5}.daily-tip-suggested-provider-score{margin:0;font-size:.8rem;color:#a7f3d0eb}.daily-tip-suggested-provider-reason{margin:.15rem 0 0;font-size:.88rem;line-height:1.45;color:#40e0d0f2}.daily-tip-suggested-provider-reason em{font-style:italic}.daily-tip-suggested-provider-summary{margin:0;font-size:.85rem;line-height:1.4;color:#fffc}.daily-tip-suggested-provider-hint{font-size:.78rem;font-weight:600;color:#40e0d0d9;margin-top:.25rem}.providers-section{width:100%;max-width:1200px;margin-top:2rem}.section-header{text-align:center;margin-bottom:3rem}.back-button{position:absolute;top:2rem;left:2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#fff3;transform:translate(-2px)}.section-header h2{color:#fff;font-size:2.5rem;margin-bottom:1rem;font-weight:600}.section-description{color:#fffc;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto}.provider-suggest-details{max-width:520px;margin:2rem auto 0;text-align:left;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:.75rem 1.25rem 1.25rem}.provider-suggest-summary{cursor:pointer;font-weight:600;color:#a7f3d0;list-style:none}.provider-suggest-summary::-webkit-details-marker{display:none}.provider-suggest-summary:after{content:" ▾";font-size:.85em;opacity:.8}.provider-suggest-details[open] .provider-suggest-summary:after{content:" ▴"}.provider-suggest-lead{color:#ffffffbf;font-size:.95rem;line-height:1.5;margin:.75rem 0 1rem}.provider-suggest-form{display:flex;flex-direction:column;gap:.85rem}.provider-suggest-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#ffffffe6}.provider-suggest-optional{font-weight:400;color:#ffffff80;font-size:.85rem}.provider-suggest-input,.provider-suggest-select,.provider-suggest-textarea{width:100%;box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#00000040;color:#fff;padding:.5rem .65rem;font-size:1rem}.provider-suggest-textarea{resize:vertical;min-height:4rem;font-family:inherit}.provider-suggest-input:focus-visible,.provider-suggest-select:focus-visible,.provider-suggest-textarea:focus-visible{outline:2px solid #34d399;outline-offset:1px}.provider-suggest-error{color:#fca5a5;margin:0;font-size:.9rem}.provider-suggest-success{color:#a7f3d0;margin:0;font-size:.9rem}.provider-suggest-submit{align-self:flex-start;margin-top:.25rem;padding:.55rem 1.25rem;border-radius:8px;border:none;background:#059669;color:#fff;font-weight:600;cursor:pointer;font-size:.95rem}.provider-suggest-submit:hover:not(:disabled){background:#047857}.provider-suggest-submit:disabled{opacity:.6;cursor:not-allowed}.providers-empty{text-align:center;color:#ffffffa6;margin-top:1.5rem}.provider-not-listed-loading{text-align:center;color:#ffffff8c;font-size:.95rem;margin-top:1rem}.provider-not-listed-details{max-width:720px;margin:1.5rem auto 0;text-align:left;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.75rem 1.25rem 1.25rem}.provider-not-listed-summary{cursor:pointer;font-weight:600;color:#fffffff2;list-style:none}.provider-not-listed-summary::-webkit-details-marker{display:none}.provider-not-listed-summary:after{content:" ▾";font-size:.85em;opacity:.8}.provider-not-listed-details[open] .provider-not-listed-summary:after{content:" ▴"}.provider-not-listed-lead{color:#ffffffa6;font-size:.9rem;line-height:1.5;margin:.75rem 0 1rem}.provider-not-listed-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.provider-not-listed-item{padding:.85rem 1rem;border-radius:12px;background:#0003;border:1px solid rgba(255,255,255,.08)}.provider-not-listed-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;justify-content:space-between;margin-bottom:.35rem}.provider-not-listed-kind{font-size:.8rem;color:#fcd34d;font-weight:500}.provider-not-listed-link{color:#6ee7b7;font-size:.9rem;word-break:break-all}.provider-not-listed-scores{margin:.5rem 0 0;font-size:.88rem;color:#ffffffbf}.provider-not-listed-consumer-blurb,.provider-not-listed-rationale{margin:.5rem 0 0;font-size:.88rem;line-height:1.45;color:#ffffffb3}.provider-suggest-callout{max-width:520px;margin:1.75rem auto 0;text-align:center;padding:1rem 1.25rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px}.provider-suggest-callout-text{margin:0 0 1rem;font-size:.98rem;line-height:1.55;color:#ffffffd1}.provider-suggest-callout-button{padding:.55rem 1.35rem;border-radius:8px;border:none;background:#2dd4bf;color:#0f172a;font-weight:600;cursor:pointer;font-size:.95rem}.provider-suggest-callout-button:hover{background:#5eead4}.suggest-provider-flow{padding-bottom:2rem}.provider-suggest-past-disclosure{max-width:720px;margin-left:auto;margin-right:auto}.provider-suggest-past-hint{margin-top:0}.provider-suggest-past-disclosure .provider-suggest-search-block{margin-top:0;margin-bottom:0}.provider-suggest-search-block{max-width:520px;margin:1.5rem auto 0;text-align:left}.provider-suggest-search-hint{margin:.5rem 0 0;font-size:.88rem;color:#ffffff8c}.provider-not-listed-list--flow{max-width:720px;margin:1.25rem auto 0}.provider-suggest-past-tabs{display:flex;flex-wrap:wrap;gap:.5rem;max-width:720px;margin:1rem auto 0;justify-content:center}.provider-suggest-past-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#00000026;color:#ffffffe0;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease}.provider-suggest-past-tab:hover{background:#ffffff0f;border-color:#ffffff47}.provider-suggest-past-tab--active{border-color:#40e0d08c;background:#40e0d01f;color:#ecfdf5}.provider-suggest-past-tab-count{display:inline-flex;min-width:1.35rem;justify-content:center;padding:.1rem .45rem;border-radius:999px;font-size:.78rem;font-weight:700;background:#00000059;color:#ffffffd9}.provider-suggest-past-tab--active .provider-suggest-past-tab-count{background:#00000047;color:#a7f3d0}.provider-suggest-past-tab-empty,.provider-suggest-past-grid{margin-top:1.25rem}.provider-suggest-past-card{text-align:left;padding:0;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.provider-card.provider-suggest-past-card{background:#1e293b;color:#f3f4f6f5;-webkit-backdrop-filter:none;backdrop-filter:none}.provider-card.provider-suggest-past-card:hover{background:#243047;box-shadow:0 10px 28px #0006}.provider-suggest-past-card:hover{transform:translateY(-3px)}.provider-suggest-past-card>summary{list-style:none;cursor:pointer;-webkit-appearance:none;appearance:none;background:transparent;color:inherit}.provider-suggest-past-card>summary::-webkit-details-marker{display:none}.provider-suggest-past-card-summary{padding:1rem 1.1rem 1.05rem}.provider-suggest-past-card-summary-text{position:relative;padding-right:.25rem}.provider-suggest-past-card-title{margin-top:0}.provider-suggest-past-card .provider-name,.provider-suggest-past-card .provider-name--compact{color:#f9fafb}.provider-suggest-past-card .provider-description,.provider-suggest-past-card .provider-description--compact{color:#e2e8f0f2}.provider-suggest-past-card .provider-score-inline{color:#a7f3d0fa}.provider-suggest-past-card-url-line{margin:.2rem 0 .35rem;font-size:.88rem;color:#6ee7b7f2;word-break:break-all}.provider-suggest-past-card-threshold{font-weight:500;color:#ffffffa6;font-size:.85rem}.provider-suggest-past-card-no-score{margin:0 0 .35rem;font-size:.88rem;color:#ffffff8c}.provider-suggest-past-card-status{margin:.5rem 0 0;font-size:.8rem;font-weight:600;color:#fcd34d;line-height:1.35}.provider-suggest-past-card-expanded{padding:0 1.1rem 1.15rem;border-top:1px solid rgba(255,255,255,.1);margin-top:0}.provider-suggest-past-card-link-full{display:inline-block;margin-top:.85rem;word-break:break-all}.provider-suggest-past-expanded-block{margin-top:.85rem}.provider-suggest-past-expanded-heading{margin:0 0 .35rem;font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#a7f3d0f2}.provider-suggest-past-not-listed{margin-top:1rem;padding:.75rem .85rem;border-radius:12px;background:#00000038;border:1px solid rgba(255,255,255,.08)}.provider-suggest-past-not-listed-main{margin:0;font-size:.95rem;font-weight:600;color:#ffffffeb;line-height:1.45}.provider-suggest-past-not-listed-hint{margin:.45rem 0 0;font-size:.82rem;line-height:1.45;color:#ffffff94}.provider-suggest-flow-form-wrap{max-width:520px;margin:2.5rem auto 0;text-align:left;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.provider-suggest-flow-form-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#fff}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.error-container{text-align:center;color:#e74c3c;padding:2rem}.providers-filter-panel{max-width:900px;margin:1.75rem auto 0;text-align:left;padding:0 .25rem}.providers-filter-search-label{margin:0}.providers-filter-search-input{margin-top:.35rem}.providers-filter-chips-wrap{margin-top:1.1rem}.providers-filter-chips-heading{display:block;font-size:.82rem;font-weight:600;color:#ffffffa6;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.providers-filter-chips{display:flex;flex-wrap:wrap;gap:.45rem}.providers-filter-chip{padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#0003;color:#ffffffe0;font-size:.88rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.providers-filter-chip:hover{background:#ffffff14;border-color:#ffffff59}.providers-filter-chip--active{background:#34d39933;border-color:#34d3998c;color:#a7f3d0}.providers-filter-meta{margin:.85rem 0 0;font-size:.88rem;color:#ffffff8c}.providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.providers-grid--compact{grid-template-columns:1fr;gap:1rem;max-width:720px;margin-left:auto;margin-right:auto}.sustainable-providers-hub .feature-grid--hub{margin-top:.5rem}.feature-grid--hub-three{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:960px;margin-left:auto;margin-right:auto}@media (max-width: 780px){.sustainable-providers-hub .feature-grid--hub-three{grid-template-columns:1fr;gap:.6rem;max-width:100%}}@media (max-width: 640px){.sustainable-providers-hub .feature-card{padding:.55rem .75rem;min-height:0}.sustainable-providers-hub .feature-card__header{gap:.5rem}.sustainable-providers-hub .feature-card__header .feature-icon{font-size:1.5rem}.sustainable-providers-hub .feature-card h3{font-size:1rem;line-height:1.2}.sustainable-providers-hub .feature-card-desc--compact{font-size:.7rem;line-height:1.3}.sustainable-providers-hub .section-description{font-size:.98rem;padding:0 .25rem}}.compare-providers-flow{padding-bottom:2rem}.compare-providers-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:1.5rem auto 0}@media (min-width: 900px){.compare-providers-grid{grid-template-columns:1fr 1fr}}.compare-side-panel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem 1.1rem 1.25rem}.compare-side-title{margin:0 0 .75rem;font-size:1.1rem;color:#fff}.compare-source-toggle{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.compare-listed-picker{width:100%;margin-top:.05rem}.compare-listed-picker-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#00000040;color:#fff;padding:.5rem .65rem;font:inherit;font-size:1rem;text-align:left;cursor:pointer;min-height:2.65rem}.compare-listed-picker-trigger:hover:not(:disabled){border-color:#ffffff59;background:#00000052}.compare-listed-picker-trigger:focus-visible{outline:2px solid #34d399;outline-offset:1px}.compare-listed-picker-trigger:disabled{opacity:.65;cursor:not-allowed}.compare-listed-picker-trigger-text{flex:1;min-width:0;overflow-wrap:anywhere;line-height:1.3;color:#fffffff2}.compare-listed-picker-trigger-chevron{flex-shrink:0;font-size:.75rem;color:#ffffff8c}.compare-listed-picker-panel{border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#0000004d;padding:.55rem}.compare-listed-picker-search-row{display:flex;gap:.35rem;align-items:stretch;margin-bottom:.45rem}.compare-listed-picker-search{flex:1;min-width:0}.compare-listed-picker-close{flex-shrink:0;width:2.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#ffffffeb;font-size:1.15rem;line-height:1;cursor:pointer}.compare-listed-picker-close:hover{background:#ffffff24}.compare-listed-picker-close:focus-visible{outline:2px solid #34d399;outline-offset:1px}.compare-listed-picker-actions{display:flex;justify-content:flex-end;margin-bottom:.35rem}.compare-listed-picker-clear{border:none;background:none;color:#a7f3d0d9;font:inherit;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:.15rem 0}.compare-listed-picker-clear:hover{color:#a7f3d0}.compare-listed-picker-list{max-height:240px;overflow:auto;padding:.15rem .05rem 0;scrollbar-gutter:stable}.compare-listed-picker-empty{margin:.35rem .35rem .6rem;font-size:.9rem;color:#ffffffb8;line-height:1.4}.compare-listed-picker-group+.compare-listed-picker-group{margin-top:.5rem}.compare-listed-picker-group-label{padding:.25rem .35rem .35rem;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c}.compare-listed-picker-option{display:block;width:100%;box-sizing:border-box;text-align:left;border-radius:8px;border:1px solid transparent;background:transparent;color:inherit;font:inherit;font-size:.93rem;padding:.45rem .55rem;cursor:pointer;line-height:1.35;margin-bottom:.2rem}.compare-listed-picker-option:hover:not(:disabled){background:#ffffff12;border-color:#ffffff1a}.compare-listed-picker-option:focus-visible{outline:2px solid #34d399;outline-offset:1px}.compare-listed-picker-option--selected{background:#34d39926;border-color:#34d39973;color:#ecfdf5}.compare-listed-picker-option--blocked{opacity:.55;cursor:not-allowed;color:#ffffffa6}.compare-listed-picker-option-sub{font-size:.88rem;color:#ffffffb8;font-weight:400}.compare-listed-picker-option-note{font-size:.82rem;color:#fca5a5f2;font-weight:500}.compare-providers-actions{display:flex;justify-content:center;margin-top:1.25rem}.compare-providers-result{max-width:900px;margin:2rem auto 0;text-align:left}.compare-providers-scores{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 700px){.compare-providers-scores{grid-template-columns:1fr 1fr}}.compare-score-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1rem 1.1rem}.compare-score-card h4{margin:0 0 .5rem;color:#a7f3d0;font-size:1rem}.compare-score-line{margin:0 0 .5rem;font-size:.9rem;color:#ffffffd9}.compare-score-summary{margin:0;font-size:.88rem;line-height:1.45;color:#ffffffbf}.compare-lean{margin:1.25rem 0 .75rem;font-size:.95rem;color:#ffffffe0}.compare-narrative p{margin:0 0 .75rem;line-height:1.55;color:#ffffffe0}.compare-caveats{margin-top:1rem;color:#ffffffb3;font-size:.9rem}.provider-card--compact{display:block;width:100%;text-align:left;cursor:pointer;appearance:none;font:inherit;color:inherit;padding:1rem 1.1rem}.provider-card--compact:focus-visible{outline:2px solid rgba(64,224,208,.75);outline-offset:2px}.provider-card-compact-media{display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.provider-card-compact-body{width:100%;min-width:0;text-align:left}.provider-image--compact{align-self:center;width:96px;height:96px;flex-shrink:0;margin-bottom:0}.provider-name--compact{font-size:1.1rem;margin-bottom:.25rem}.provider-score-inline{margin:0 0 .35rem;font-size:.88rem;color:#c8e6c9f2}.provider-description--compact{margin:0 0 .35rem;font-size:.88rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.provider-card-compact-hint{margin:.15rem 0 0;font-size:.82rem;font-weight:600;color:#40e0d0}.provider-card--detail{max-width:720px;margin-left:auto;margin-right:auto}.provider-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;display:flex;flex-direction:column}.provider-card:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 10px 30px #0000004d}.provider-image{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:12px;background:#ffffff0d;overflow:hidden}.provider-image img{max-width:100%;max-height:100%;object-fit:contain}.provider-content{flex:1;display:flex;flex-direction:column}.provider-name{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.provider-description{color:#fffc;font-size:.95rem;line-height:1.5;margin-bottom:1rem;flex:1}.provider-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-tag{background:#40e0d033;color:#40e0d0;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(64,224,208,.3)}.provider-link{display:block;width:100%;margin-top:auto;padding:.35rem 0;border:none;background:none;color:#40e0d0;font:inherit;font-weight:600;font-size:.9rem;text-align:right;cursor:pointer;text-decoration:none}.provider-link:hover{color:#5eeadb;text-decoration:underline}.provider-link:focus-visible{outline:2px solid rgba(64,224,208,.7);outline-offset:2px;border-radius:4px}@media (max-width: 768px){.providers-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}.back-button{position:relative;top:auto;left:auto;margin-bottom:1rem}}.tip-display h4{color:#40e0d0;margin-bottom:.5rem;font-size:1rem;font-weight:600}.tip-display p{color:#ffffffe6;font-size:.9rem;line-height:1.5;margin:0}@media (max-width: 480px){.app-title{font-size:2rem}.bodhi-logo{width:100px;height:100px}.login-form{max-width:300px}.tip-display{background:#1e293b;border-color:#ffffff1f;-webkit-backdrop-filter:none;backdrop-filter:none}.username-input{padding:.8rem 1.2rem;font-size:1rem}.login-button{padding:.8rem 2.5rem;font-size:1.1rem}}.rewards-content{max-width:800px;width:100%;margin:0 auto}.rewards-activity-list{display:flex;flex-direction:column;gap:8px}.rewards-activity-card{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:10px 12px;box-shadow:0 2px 4px #0003}.rewards-activity-row{display:flex;align-items:flex-start;gap:10px;min-width:0}.rewards-activity-icon{font-size:1.35rem;line-height:1.2;flex-shrink:0;width:2rem;text-align:center}.rewards-activity-body{flex:1;min-width:0}.rewards-activity-title{color:#f3f4f6;font-size:.95rem;font-weight:600;line-height:1.3;word-wrap:break-word;overflow-wrap:anywhere}.rewards-activity-when{color:#ffffff8c;font-size:.8rem;margin-top:4px;line-height:1.25}.rewards-activity-detail{color:#a7f3d0f2;font-size:.8rem;margin-top:2px}.rewards-activity-amount{flex-shrink:0;font-weight:700;font-size:.95rem;align-self:center;white-space:nowrap;margin-left:4px}.rewards-amount-earned{color:#4ade80}.rewards-amount-spent{color:#f87171}.rewards-amount-bonus{color:#c084fc}.rewards-amount-neutral{color:#9ca3af}.balance-card{background:linear-gradient(135deg,#40e0d033,#40e0d01a);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(64,224,208,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.balance-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.coin-icon{font-size:3rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.balance-info h2{color:#ffffffe6;font-size:1.2rem;margin-bottom:.5rem;font-weight:500}.balance-amount{font-size:3rem;font-weight:700;color:#40e0d0;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-bottom:.5rem}.balance-subtitle{color:#ffffffb3;font-size:.9rem;margin:0}.balance-stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-label{color:#ffffffb3;font-size:.8rem;margin-bottom:.25rem}.stat-value{color:#40e0d0;font-weight:600;font-size:1.1rem}.rewards-section{background:#ffffff1a;border-radius:12px;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.rewards-section h2{color:#40e0d0;margin-bottom:1.5rem;font-size:1.3rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem}.earning-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.earning-method{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.method-icon{font-size:1.5rem;flex-shrink:0}.method-content h3{color:#ffffffe6;font-size:1rem;margin-bottom:.5rem;font-weight:600}.method-content p{color:#ffffffb3;font-size:.9rem;line-height:1.4;margin:0}.transactions-list{display:flex;flex-direction:column;gap:.75rem}.transaction-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.transaction-icon{font-size:1.2rem;flex-shrink:0}.transaction-details{flex:1}.transaction-description{color:#ffffffe6;font-size:.95rem;margin-bottom:.25rem;font-weight:500}.transaction-meta{display:flex;gap:1rem;font-size:.8rem}.transaction-source{color:#40e0d0cc;font-weight:500}.transaction-date{color:#fff9}.transaction-amount{font-weight:600;font-size:1.1rem;flex-shrink:0}.transaction-amount.earned{color:#4ade80}.transaction-amount.spent{color:#f87171}.redemption-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.redemption-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.redemption-option:hover{background:#ffffff14;border-color:#40e0d04d;transform:translateY(-2px)}.option-icon{font-size:2rem;flex-shrink:0}.option-content h3{color:#ffffffe6;font-size:1rem;margin-bottom:.5rem;font-weight:600}.option-content p{color:#ffffffb3;font-size:.9rem;margin:0}.rewards-button:hover{background:#ffc10733;border-color:#ffc107}.bodhi-coin-icon{display:inline-block;height:1.6em;width:1.6em;object-fit:contain;vertical-align:middle;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));-webkit-user-select:none;user-select:none;pointer-events:none}@media (max-width: 768px){.earning-methods,.redemption-options{grid-template-columns:1fr}.balance-stats{flex-direction:column;gap:1rem}.balance-header{flex-direction:column;text-align:center;gap:1rem}.coin-icon,.balance-amount{font-size:2.5rem}}.admin-hub{max-width:900px;margin:0 auto;padding:1.25rem 1rem 4rem;width:100%}.admin-hub-title{font-size:1.75rem;font-weight:700;color:#fffffff2;text-align:center;margin-bottom:.35rem}.admin-hub-subtitle{text-align:center;color:#ffffffa6;font-size:.95rem;margin-bottom:1.75rem}button.feature-card.admin-hub-tile{font:inherit;color:inherit;cursor:pointer;width:100%;text-align:center;appearance:none}.admin-sustainable-root,.admin-metrics-root,.admin-users-root{max-width:900px;margin:0 auto;padding:1.25rem 1rem 4rem;width:100%}.admin-inline-back{margin-bottom:1rem}.admin-sustainable-actions{margin-bottom:1.5rem}.admin-sustainable-primary{width:100%;max-width:20rem}.admin-below-details{margin-top:1.5rem;padding:.75rem 0 0;border-top:1px solid rgba(255,255,255,.12)}.admin-below-summary{cursor:pointer;font-size:1.05rem;font-weight:600;color:#ffffffeb;list-style:none}.admin-below-summary::-webkit-details-marker{display:none}.admin-below-summary:before{content:"▸ ";display:inline-block;transition:transform .15s ease;opacity:.75}.admin-below-details[open] .admin-below-summary:before{transform:rotate(90deg)}.admin-below-count{font-weight:500;color:#ffffff8c}.admin-below-lead{color:#ffffffad;font-size:.9rem;line-height:1.45;margin:.75rem 0 1rem}.admin-below-flash{color:#b4e6c8f2;font-size:.9rem;margin:0 0 .75rem}.admin-below-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-below-item{background:#00000038;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem}.admin-below-rationale{font-size:.82rem;color:#ffffff8c;line-height:1.4;margin:.35rem 0 .75rem}.admin-below-notes{margin-top:.5rem;margin-bottom:.75rem}.admin-listed-details{margin-top:1.5rem;padding:.75rem 0 0;border-top:1px solid rgba(255,255,255,.12)}.admin-listed-summary{cursor:pointer;font-size:1.05rem;font-weight:600;color:#ffffffeb;list-style:none}.admin-listed-summary::-webkit-details-marker{display:none}.admin-listed-summary:before{content:"▸ ";display:inline-block;transition:transform .15s ease;opacity:.75}.admin-listed-details[open] .admin-listed-summary:before{transform:rotate(90deg)}.admin-listed-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-listed-item{background:#0000002e;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem}.admin-listed-item-head-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.admin-listed-item-head-text{min-width:0;flex:1}.admin-listed-logo-thumb{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#ffffff0f;flex-shrink:0}.admin-listed-logo-thumb--empty{display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;color:#ffffff73;text-align:center;padding:.2rem}.admin-listed-logo-hint{font-size:.8rem;color:#ffffff8c;margin:0 0 .35rem;line-height:1.35}.admin-listed-logo-preview-wrap{margin:.25rem 0 .5rem}.admin-listed-logo-preview{max-width:120px;max-height:120px;object-fit:contain;border-radius:8px;background:#ffffff0f;display:block}.admin-listed-file-name{display:block;margin-top:.25rem;font-size:.82rem;color:#c8e6c9e6}.admin-sustainable-hub-grid{margin-top:1rem}.admin-sp-back-link{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 1rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#0003;color:#ffffffe6;font-size:.95rem;cursor:pointer}.admin-sp-back-link:hover{border-color:#90ee9073}.admin-rejected-root{margin-top:.25rem}.admin-rejected-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.admin-rejected-section:first-of-type{border-top:0;padding-top:0}.admin-rejected-subheading{margin:0 0 .35rem;font-size:1.1rem;color:#ffffffeb}.admin-rejected-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.admin-secondary-button{background:#ffffff1a}.admin-promote-details{margin-top:.75rem;padding:.5rem .5rem 0;border-radius:10px;border:1px solid rgba(255,255,255,.09);background:#0000001f}.admin-promote-details summary{cursor:pointer;font-weight:600;color:#ffffffe0}.admin-promote-body{margin-top:.65rem}.admin-promote-hint{font-size:.8rem;color:#ffffff8c;margin:0 0 .75rem;line-height:1.35}.admin-checkbox-field{display:flex;align-items:flex-start;gap:.45rem}.admin-checkbox-field input{margin-top:.2rem}.admin-listed-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.admin-danger-button{border-radius:999px;border:1px solid rgba(255,120,120,.5);background:#5a000038;color:#ffdcdcf5;padding:.45rem .85rem;cursor:pointer}.admin-danger-button:hover:enabled{border-color:#ffa0a0bf}.admin-listed-editor{margin-top:.75rem}.admin-fieldset{border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.6rem .75rem;margin:.5rem 0 .75rem}.admin-fieldset legend{padding:0 .35rem;font-size:.9rem;color:#ffffffd9}.admin-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.35rem .5rem;margin-top:.35rem}.admin-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:.5rem}.admin-metric-card{background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1.1rem}.admin-metric-label{font-size:.95rem;font-weight:600;color:#ffffffe6;margin:0 0 .35rem}.admin-metric-value{font-size:2rem;font-weight:700;color:#fffffffa;margin:0 0 .35rem;line-height:1.1}.admin-metric-hint{font-size:.8rem;color:#ffffff8c;margin:0;line-height:1.35}.admin-users-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1rem}.admin-field--inline{flex:0 0 auto}.admin-field--grow{flex:1 1 200px}.admin-users-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1.25rem;align-items:start}@media (max-width: 768px){.admin-users-layout{grid-template-columns:1fr}}.admin-users-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:70vh;overflow:auto}.admin-users-row{width:100%;text-align:left;padding:.65rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#ffffffe6;cursor:pointer;font:inherit}.admin-users-row:hover{background:#ffffff14}.admin-users-row--on{border-color:#7ec8e373;background:#7ec8e31f}.admin-users-row-name{display:block;font-weight:600}.admin-users-row-meta{display:block;font-size:.78rem;color:#ffffff8c;margin-top:.15rem}.admin-users-detail{background:#00000038;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem}.admin-users-detail-title{font-size:1.2rem;color:#fffffff2;margin:0 0 .5rem}.admin-users-actions{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.admin-users-divider{height:1px;background:#ffffff1a;margin:1rem 0}.admin-users-danger{color:#f0a0a0;border-color:#f0a0a059}.admin-users-save-msg{margin-top:.75rem;font-size:.9rem;color:#b4e6c8f2}.admin-pending-panel{margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.admin-pending-heading{font-size:1.15rem;font-weight:600;color:#fffffff2;margin:0 0 .5rem}.admin-pending-lead,.admin-pending-empty,.admin-pending-loading{color:#ffffffb3;font-size:.9rem;line-height:1.45;margin:0 0 1rem}.admin-pending-error{color:#f8a0a0;font-size:.9rem;margin-bottom:1rem}.admin-pending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-pending-item{background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:1rem}.admin-pending-item-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.admin-pending-brand{color:#fffffff2}.admin-pending-meta{font-size:.8rem;color:#ffffff8c}.admin-pending-link{display:inline-block;color:#7ec8e3;font-size:.85rem;word-break:break-all;margin-bottom:.35rem}.admin-pending-date{font-size:.8rem;color:#ffffff73;margin:0 0 .75rem}.admin-pending-action{margin-top:.25rem}.admin-wizard{max-width:40rem;margin:0 auto;padding:1.25rem 1rem 4rem}.admin-wizard h2,.admin-wizard h3{color:#fffffff2;margin-bottom:.5rem}.admin-wizard-steps{color:#ffffffa6;font-size:.9rem;margin-bottom:1rem}.admin-ai-fallback-hint{font-size:.85rem;color:#ffffff8c;border-left:3px solid rgba(126,200,227,.45);padding-left:.75rem;margin-top:-.25rem}.admin-wizard-fields{display:flex;flex-direction:column;gap:1rem}.admin-field{display:flex;flex-direction:column;gap:.35rem;color:#ffffffd9;font-size:.9rem}.admin-field input,.admin-field textarea{padding:.5rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#00000059;color:#fff;font-family:inherit}.admin-chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.admin-chip{border-radius:999px;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.25);background:transparent;color:#ffffffd9;cursor:pointer}.admin-chip--on{background:#4caf5040;border-color:#81c784cc}.admin-wizard-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.admin-wizard-actions--start{justify-content:flex-start;margin-top:0;margin-bottom:.25rem}.admin-review-list{color:#fffc;padding-left:1.25rem;line-height:1.5}.admin-rejection-detail{margin-top:.75rem;padding:.75rem;border-radius:8px;background:#00000040;color:#ffffffd9;font-size:.9rem}.admin-rejection-detail p{margin:.4rem 0}.provider-sustainability{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.12)}.provider-score{color:#c8e6c9f2;font-size:.95rem;margin-bottom:.35rem}.provider-score-summary{color:#ffffffbf;font-size:.88rem;line-height:1.45;margin-bottom:.35rem}.provider-score-rationale{color:#ffffffa6;font-size:.85rem;margin-top:.25rem}.provider-score-rationale summary{cursor:pointer;color:#c8e6c9e6}.provider-score-rationale p{margin-top:.35rem;line-height:1.45}.provider-criteria-list{list-style:none;padding:0;margin:.35rem 0 0}.provider-criteria-list li{margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid rgba(255,255,255,.08)}.provider-criteria-list li:last-child{border-bottom:none}.provider-criterion-impact{font-size:.82rem;color:#fff9;margin-top:.25rem}.near-you-section{padding:0 1rem 2rem}.near-you-panel{max-width:720px;margin:0 auto}.near-you-actions{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;justify-content:center;margin-top:1.5rem}.near-you-primary-btn{padding:.55rem 1.15rem;border-radius:8px;border:none;background:#059669;color:#fff;font-weight:600;cursor:pointer;font-size:.95rem}.near-you-primary-btn:hover{background:#047857}.near-you-or{color:#ffffff8c;font-size:.9rem}.near-you-place-form{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end}.near-you-place-label{min-width:200px;flex:1}.near-you-hint{text-align:center;color:#ffffffb3;font-size:.9rem;margin-top:1rem}.near-you-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-top:1.25rem}.near-you-radius-label{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.9rem}.near-you-radius-select{max-width:8rem}.near-you-area-pill{margin:0;font-size:.85rem;color:#a7f3d0f2;max-width:100%;text-align:center;line-height:1.4}.near-you-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:1rem}.near-you-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1rem 1.1rem;text-align:left}.near-you-card-head{display:flex;align-items:flex-start;gap:.75rem}.near-you-rank{flex-shrink:0;width:2rem;height:2rem;border-radius:10px;background:#34d39933;border:1px solid rgba(52,211,153,.45);color:#a7f3d0;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.95rem}.near-you-card-title-block{flex:1;min-width:0}.near-you-name{margin:0;color:#fff;font-size:1.15rem;font-weight:600}.near-you-meta{margin:.35rem 0 0;font-size:.88rem;color:#ffffffb8;line-height:1.4}.near-you-locality{color:#a7f3d0f2;font-weight:600}.near-you-score-pill{flex-shrink:0;text-align:right;padding:.35rem .65rem;border-radius:10px;background:#00000047;border:1px solid rgba(255,255,255,.15)}.near-you-score-val{font-size:1.25rem;font-weight:700;color:#6ee7b7}.near-you-score-max{font-size:.85rem;color:#ffffff8c}.near-you-compare{margin:.75rem 0 0;font-size:.86rem;line-height:1.45;color:#ffffffc7;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.08)}.near-you-summary{margin:.65rem 0 0;font-size:.92rem;line-height:1.5;color:#ffffffd6}.near-you-data-note{margin:1.25rem 0 0;font-size:.82rem;line-height:1.45;color:#ffffff9e;text-align:center;padding:0 .5rem}.near-you-details{margin-top:.65rem;color:#ffffffb3;font-size:.88rem}.near-you-details summary{cursor:pointer;color:#a7f3d0;font-weight:500}.near-you-breakdown{margin:.5rem 0 0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.5rem}.near-you-breakdown li{line-height:1.45}.near-you-breakdown li strong{display:block;margin-bottom:.15rem;color:#ffffffe0}.near-you-card-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.near-you-osm-link{font-size:.88rem;color:#7dd3fc;text-decoration:none}.near-you-osm-link:hover{text-decoration:underline}.near-you-attrib{margin-top:2rem;font-size:.78rem;color:#ffffff80;text-align:center;line-height:1.45}.near-you-attrib a{color:#7dd3fce6}.near-you-hub-grid{margin-top:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.near-you-list--plain{list-style:none;padding:0}.near-you-filter-panel{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.near-you-tag-row{margin:.5rem 0 0;display:flex;flex-wrap:wrap;gap:.4rem}.near-you-mini-tag{display:inline-block;font-size:.78rem;padding:.2rem .55rem;border-radius:999px;background:#34d3991f;border:1px solid rgba(52,211,153,.35);color:#a7f3d0f2}.near-you-travel-intro{margin:1rem auto 0;max-width:720px;text-align:center;font-size:.95rem;line-height:1.55;color:#ffffffd9}.provider-member-reviews-summary{margin-top:.75rem;font-size:.95rem;color:#ffffffe0}.provider-link--secondary{margin-top:.5rem;background:transparent;border:none;color:#a7f3d0f2}.provider-link--danger{border-color:#f8717173;color:#fecacaf2}.provider-detail-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:.75rem}.provider-detail-footer-actions .provider-link{display:inline-block;width:auto;margin-top:0;padding:.35rem 0}.provider-link--start{text-align:left}.provider-link--end{text-align:right;margin-left:auto}.provider-btn-primary{display:inline-block;align-self:flex-start;margin-top:.5rem;padding:.55rem 1.2rem;border-radius:8px;border:none;background:#2dd4bf;color:#0f172a;font:inherit;font-weight:600;font-size:.95rem;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;width:auto}.provider-btn-primary:hover{background:#5eead4}.provider-btn-primary:focus-visible{outline:2px solid rgba(64,224,208,.7);outline-offset:2px}.provider-btn-primary:disabled{opacity:.6;cursor:not-allowed}.provider-leaf-rating{display:inline-flex;gap:.25rem;align-items:center}.provider-leaf-rating--interactive .provider-leaf-slot{padding:0;border:none;background:transparent;cursor:pointer;line-height:0}.provider-leaf-slot{display:inline-flex;align-items:center;justify-content:center;line-height:0}.provider-leaf{width:22px;height:22px;border-radius:50%;object-fit:cover;display:block;background:#0f172a;transition:opacity .15s ease,filter .15s ease}.provider-leaf--on{opacity:1;filter:none}.provider-leaf--off{opacity:.3;filter:grayscale(.6)}.provider-review-editor{margin:1rem 0 1.5rem;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f172a59}.provider-review-editor-title{margin:0 0 .75rem;font-size:1.05rem}.provider-review-label{display:flex;flex-direction:column;gap:.35rem;margin:.75rem 0 0;font-size:.9rem;color:#ffffffd9}.provider-review-textarea{width:100%;resize:vertical;min-height:96px;padding:.6rem .65rem;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#0206178c;color:#f8fafcf2}.provider-review-actions{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.provider-reviews-list-title{margin:1rem 0 .5rem;font-size:1.05rem}.provider-reviews-ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.provider-review-item{padding:.75rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0f172a40}.provider-review-item-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.provider-review-author{font-weight:600;color:#ffffffeb}.provider-review-body{margin-top:.5rem;color:#ffffffdb;line-height:1.45;white-space:pre-wrap}@media (max-width: 1024px){.bodhi-app input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=button]):not([type=reset]):not([type=image]),.bodhi-app textarea,.bodhi-app select{font-size:max(16px,1em)!important}}.admin-metrics-grid--engagement-totals{margin-bottom:1.25rem}.admin-engagement-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.admin-engagement-window-label{font-weight:600;color:#ffffffeb}.admin-engagement-window-select{padding:.35rem .6rem;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:#00000040;color:#fff}.admin-engagement-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#0003}.admin-engagement-table{width:100%;border-collapse:collapse;font-size:.95rem}.admin-engagement-table th,.admin-engagement-table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.admin-engagement-table th{font-weight:600;color:#ffffffd9;white-space:nowrap}.admin-engagement-table tbody tr:last-child td{border-bottom:none}.admin-engagement-name{font-weight:600;max-width:14rem}.native-web-runtime-banner{position:fixed;top:0;left:0;right:0;z-index:10046;padding:max(.7rem,env(safe-area-inset-top)) 1rem max(.55rem,env(safe-area-inset-right))}.native-web-runtime-banner-inner{max-width:34rem;margin:0 auto;background:#1e1b55f5;border:1px solid rgba(129,140,248,.45);border-radius:14px;padding:.85rem 1rem;color:#f5f3ff;font-size:.875rem;line-height:1.42;box-shadow:0 16px 50px #0006}.native-web-runtime-banner-inner strong:first-of-type{display:block;margin-bottom:.35rem;font-size:.94rem;font-weight:700}.native-web-runtime-banner-body{opacity:.95;margin-bottom:.5rem}.native-web-runtime-banner-body p+p{margin-top:.35rem}.native-web-runtime-howto-list{padding-left:1.05rem;margin:.45rem 0 0;opacity:.9}.native-web-runtime-howto-list li+li{margin-top:.35rem}.native-web-runtime-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.native-web-runtime-banner-link,.native-web-runtime-link-secondary,.native-web-runtime-banner-dismiss{border-radius:10px;padding:.4rem .72rem;font-size:.8125rem;font-family:inherit;font-weight:600;cursor:pointer;border:none}.native-web-runtime-banner-link{background:#818cf8f2;color:#0f172a}.native-web-runtime-link-secondary{background:transparent;color:#e0e7ff;border:1px solid rgba(199,210,254,.45)}.native-web-runtime-banner-dismiss{background:#0f172a80;color:#e2e8f0e6}.native-web-runtime-banner-link:hover{filter:brightness(1.06)}.native-web-runtime-link-secondary:hover{background:#ffffff14}.native-web-runtime-banner-dismiss:hover{background:#0f172ab3}@media (min-width: 640px){.native-web-runtime-banner-inner{max-width:40rem}}.advice-section{max-width:42rem;margin:0 auto}.advice-conversation{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.advice-coach-bubble,.advice-user-bubble{border-radius:12px;padding:.85rem 1rem;max-width:100%}.advice-coach-bubble{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);align-self:flex-start}.advice-user-bubble{background:#22c55e26;border:1px solid rgba(34,197,94,.25);align-self:flex-end}.advice-coach-label,.advice-user-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.75;margin-bottom:.35rem}.advice-coach-text,.advice-user-text{margin:0;line-height:1.5;white-space:pre-wrap}.advice-intro-label{display:block;font-weight:600;margin-bottom:.35rem}.advice-intro-textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#0f172a59;color:inherit;padding:.75rem;font:inherit;resize:vertical;min-height:5rem}.advice-profile-nudge{font-size:.9rem;opacity:.9;margin-bottom:1rem}.advice-quota-hint{font-size:.88rem;opacity:.85;margin-top:.35rem}.advice-profile-nudge-link{background:none;border:none;padding:0;color:#a7f3d0;text-decoration:underline;cursor:pointer;font:inherit}.advice-result-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:1.1rem 1.15rem}.advice-result-card--blocked{border-color:#f8717159;background:#7f1d1d40}.advice-result-headline{margin:0 0 .75rem;font-size:1.15rem}.advice-result-body{margin:0 0 .65rem;line-height:1.55}.advice-actions{margin-top:.5rem;display:flex;flex-direction:column;gap:.75rem}.advice-follow-up-label{display:block;margin-bottom:.35rem;font-size:.9rem;color:#ffffffbf}.advice-history-panel{margin-bottom:1.25rem;padding:1rem 1.1rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}.advice-history-panel--tone-mint{background:var(--tile-tone-mint-bg);border-color:var(--tile-tone-mint-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.advice-history-panel-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.advice-history-panel-title{margin:0;font-size:1rem;font-weight:600;color:#ffffffeb}.advice-history-panel-hint{font-size:.8rem;color:#ffffff8c}.advice-history-empty{margin:0;font-size:.88rem;line-height:1.45;color:#ffffff9e}.advice-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.advice-history-item{width:100%;text-align:left;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;cursor:pointer;color:inherit;display:flex;flex-direction:column;gap:.25rem}.advice-history-item:hover{border-color:#40e0d073;background:#40e0d014}.advice-history-item-topic{font-size:.82rem;color:#40e0d0e6;font-weight:500}.advice-history-item-headline{font-size:.95rem;color:#ffffffeb;font-weight:600}.advice-history-item-date{font-size:.78rem;color:#ffffff8c}.advice-history-see-all{margin-top:.65rem;padding:.45rem .65rem;border:none;background:none;color:#a7f3d0f2;font-size:.88rem;font-weight:500;cursor:pointer;text-align:left}.advice-history-see-all:hover{text-decoration:underline}.advice-history-back{margin-bottom:.5rem;padding:0;border:none;background:none;color:#40e0d0f2;font-size:.9rem;cursor:pointer}
