.page-container{min-height:100vh;padding:clamp(1.25rem,3.5vw,2.5rem) clamp(.9rem,3vw,3rem);background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface-soft) 100%);display:flex;flex-direction:column;gap:1rem}.page-container>header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.page-container p{margin:.4rem 0 0;color:var(--color-text-muted)}.app-logo img{display:block;height:clamp(104px,20vw,192px);width:auto}.top-nav{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;padding:.25rem .5rem;border-radius:var(--radius-pill);background:var(--color-surface);border:1px solid var(--color-border-subtle);box-shadow:0 2px 8px #0f172a0f;flex-wrap:nowrap;justify-content:center;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.top-nav::-webkit-scrollbar{display:none}.top-nav a{text-decoration:none;color:var(--color-text-main);font-weight:600;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.3rem .55rem;border-radius:var(--radius-pill);transition:background .15s ease,color .15s ease}.top-nav a.active{background:#0f172a0a}.top-nav__label{display:none}.top-nav a svg{flex-shrink:0}@media(min-width:700px){.top-nav{gap:.35rem;padding:.3rem .6rem}.top-nav a{flex-direction:row;gap:.4rem;padding:.35rem .7rem}.top-nav__label{display:inline;font-size:.9rem;line-height:1}}@media(max-width:420px){.top-nav{gap:.25rem;padding:.2rem .35rem}.top-nav a{padding:.28rem .45rem}.top-nav a svg{width:22px;height:22px}}@media(max-width:360px){.top-nav a svg{width:20px;height:20px}}.user-banner{margin-top:.75rem;display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--color-text-muted)}.user-banner button{cursor:pointer}.user-banner__logout{border-radius:999px;border:1px solid var(--color-border-subtle);background:var(--color-surface);color:var(--color-text-main);font-weight:600;padding:.4rem .9rem;display:inline-flex;align-items:center;gap:.35rem;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .1s ease}.user-banner__logout:hover{border-color:var(--color-danger);color:var(--color-danger);box-shadow:0 6px 10px #ef44441f;transform:translateY(-1px)}.user-banner__logout-icon{margin-right:.1rem}.page-container__footer{margin-top:auto;text-align:center;padding:1.5rem 0 .5rem;display:flex;flex-direction:column;gap:.35rem}.page-container__footer a{color:var(--color-accent);font-weight:600;text-decoration:none}.page-container__footer a:hover{text-decoration:underline}@media(max-width:699px){.page-container--has-bottom-tabs .top-nav{display:none}.app-header--signed-in{margin-bottom:1rem;align-items:stretch;text-align:left}.app-logo img{height:150px}.app-header--signed-in .app-header__tagline{display:none}.app-header--signed-in .user-banner{margin-top:.5rem}.app-header--signed-in .user-banner__label{display:none}.page-container--has-bottom-tabs{padding-bottom:calc(clamp(1.25rem,3.5vw,2.5rem) + 4.75rem + env(safe-area-inset-bottom))}}.toast-viewport{position:fixed;z-index:50;top:1rem;right:1rem;display:grid;gap:.6rem;width:min(360px,calc(100vw - 2rem));pointer-events:none}@media(max-width:640px){.toast-viewport{left:1rem;right:1rem;width:auto}}.toast{pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:16px;padding:.75rem .85rem;background:#ffffffeb;border:1px solid rgba(17,24,39,.12);box-shadow:0 18px 36px #0f172a29;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--color-text-main)}.toast--success{border-color:#065f464d;background:#ecfdf5eb}.toast--error{border-color:#b91c1c4d;background:#fee2e2eb}.toast__message{font-size:.9rem;line-height:1.25}.toast__close{border:none;background:transparent;color:inherit;font:inherit;font-size:1.3rem;line-height:1;cursor:pointer;border-radius:999px;width:32px;height:32px;display:grid;place-items:center}.toast__close:hover{background:#0f172a0f}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.home-card{background:var(--color-surface);border-radius:var(--radius-card);padding:1rem;box-shadow:var(--shadow-card);display:flex;flex-direction:row;align-items:center;gap:1rem;text-decoration:none;color:inherit}.home-card__icon{flex-shrink:0}.home-card__icon svg{stroke-width:1}.home-card__body{display:flex;flex-direction:column;gap:.2rem}.home-card__body h2,.home-card__body p{margin:0}.home-recent{margin-top:2rem;background:var(--color-surface);border-radius:var(--radius-card);padding:1.25rem 1.5rem;box-shadow:var(--shadow-card)}.home-recent h2{margin:0}.home-recent__controls{margin-top:.6rem;display:inline-flex;gap:.35rem;padding:.25rem;border-radius:var(--radius-pill);background:var(--color-surface-soft);border:1px solid var(--color-border-subtle)}.home-recent__toggle{border:none;background:transparent;font:inherit;font-size:.85rem;font-weight:600;color:var(--color-text-muted);padding:.25rem .75rem;border-radius:var(--radius-pill);cursor:pointer;transition:background-color .15s ease,color .15s ease}.home-recent__toggle.is-active{background:var(--color-surface);color:var(--color-text-main);box-shadow:0 1px 3px #0f172a14}.home-recent__toggle:disabled{opacity:.6;cursor:not-allowed}.home-recent__intro{margin:.35rem 0 0;font-size:.9rem;color:var(--color-text-soft)}.home-recent__list{list-style:none;padding:0;margin:.85rem 0 0;display:flex;flex-direction:column;gap:.6rem}.home-recent__item{width:100%;border:1px solid var(--color-border-subtle);border-radius:12px;padding:.55rem .7rem;background:var(--color-surface-soft);display:flex;align-items:center;gap:.6rem;cursor:pointer;text-align:left;font:inherit}.home-recent__item:hover{border-color:var(--color-primary-soft)}.home-recent__photo{flex-shrink:0}.home-recent__photo img{width:52px;height:78px;border-radius:14px;object-fit:cover}.home-recent__content{display:flex;flex-direction:column;gap:.2rem;flex:1}.home-recent__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.home-recent__title{font-weight:600;display:inline-flex;align-items:center;gap:.4rem;margin:0;line-height:1.2}.home-recent__title-badges{display:inline-flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.home-recent__colour-dot{--wine-colour-accent: transparent;width:8px;height:8px;border-radius:999px;background:var(--wine-colour-accent);border:1px solid rgba(17,24,39,.15);flex-shrink:0}.home-recent__colour-dot[data-colour=white]{--wine-colour-accent: #e6d7a8}.home-recent__colour-dot[data-colour=red]{--wine-colour-accent: #a83232}.home-recent__colour-dot[data-colour=rose],.home-recent__colour-dot[data-colour=rosé]{--wine-colour-accent: #e7a2b5}.home-recent__colour-dot[data-colour=orange]{--wine-colour-accent: #d97706}.home-recent__style-pill,.home-recent__quality-pill{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.1rem .6rem;font-size:.75rem;font-weight:600;white-space:nowrap;background:var(--color-surface)}.home-recent__style-pill{background:var(--color-surface-soft);color:var(--color-text-muted)}.home-recent__quality-pill--outstanding,.home-recent__quality-pill--very-good{background:var(--color-success-soft);border-color:#065f4659;color:var(--color-success)}.home-recent__quality-pill--good,.home-recent__quality-pill--acceptable{background:#2563eb0f;border-color:#2563eb40;color:var(--color-text-main)}.home-recent__quality-pill--poor,.home-recent__quality-pill--faulty{background:var(--color-danger-soft);border-color:#b91c1c59;color:var(--color-danger)}.home-recent__quality-pill--unset{background:var(--color-surface-soft);color:var(--color-text-soft)}.home-recent__score-pill{font-variant-numeric:tabular-nums;min-width:2.4rem;text-align:center}.home-recent__meta{display:block;font-size:.85rem;color:var(--color-text-soft);margin-top:.15rem;line-height:1.2}.home-recent__meta--secondary{color:var(--color-text-muted);font-size:.8rem;line-height:1.2}.accordion{background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin-bottom:1.25rem;scroll-margin-top:8rem}.accordion__header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;cursor:pointer}.accordion__header-actions{display:inline-flex;align-items:center;gap:.5rem}.accordion__indicator{width:32px;height:32px;border-radius:999px;border:1px solid var(--color-border-subtle);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.accordion__header h2{margin:0;font-size:var(--font-size-h2)}.accordion__header p{margin:.35rem 0 0;color:var(--color-text-soft);font-size:.9rem}.accordion__body{padding:0 1.5rem;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .25s ease,opacity .2s ease,padding-bottom .25s ease}.accordion--open .accordion__body{padding-bottom:1.3rem;max-height:4000px;opacity:1;pointer-events:auto}.form-grid{display:grid;gap:1rem;margin-bottom:1rem}.form-grid--two{grid-template-columns:1fr}.form-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:900px){.form-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}}.form-control{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-control label{font-weight:600;font-size:.9rem}.form-control__label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0}.form-control__label-row label{flex:1;min-width:0}.form-control input,.form-control textarea,.form-control select{border:1px solid var(--color-border-subtle);border-radius:10px;padding:.6rem .75rem;font-size:.95rem;font-family:inherit}.form-control textarea{min-height:90px;resize:vertical}.button-group{display:flex;flex-wrap:wrap;gap:.5rem}.button-group__button{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.4rem .9rem;background:var(--color-surface);font:inherit;font-size:.95rem;line-height:1.1;min-height:36px;color:var(--color-text-main);cursor:pointer;transition:all .2s ease}.button-group__button--active{background:var(--color-primary);color:var(--color-text-inverse);border-color:var(--color-primary)}.button-group__button:hover:not(.button-group__button--active):not(:disabled){background:var(--color-surface-soft);border-color:var(--color-primary-soft)}.button-group__button:disabled{opacity:.6;cursor:not-allowed}.tabs-toggle{display:inline-flex;align-items:center;justify-content:center;gap:1.25rem;padding:.1rem 0;border-bottom:1px solid var(--color-border-subtle)}.tabs-toggle__button{border:none;background:transparent;font:inherit;font-size:.95rem;font-weight:650;color:var(--color-text-muted);padding:.45rem .15rem;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease}.tabs-toggle__button--active{color:var(--color-text-main);border-bottom-color:var(--color-accent)}.tabs-toggle__button:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:3px;border-radius:6px}.chip-list{display:flex;flex-wrap:wrap;gap:.4rem}.chip{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.4rem .9rem;background:var(--color-surface);font:inherit;font-size:.95rem;line-height:1.1;min-height:36px;color:var(--color-text-main);cursor:pointer;transition:all .2s ease}button.chip:hover:not(.chip--selected):not(.chip--ghost-active):not(:disabled){background:var(--color-surface-soft);border-color:var(--color-primary-soft)}.chip--selected{background:var(--color-accent);color:var(--color-text-inverse);border-color:var(--color-accent)}.chip--ghost{background:transparent;border-color:var(--color-border-subtle);color:var(--color-text-main)}.chip--ghost-active{background:var(--color-primary);color:var(--color-text-inverse)}.btn{border-radius:var(--radius-pill);border:1px solid transparent;padding:.55rem 1.4rem;font-size:.95rem;cursor:pointer;font-weight:600;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .1s ease,box-shadow .1s ease}.btn--md{padding-block:.6rem}.btn--sm{padding-block:.35rem;padding-inline:1rem;font-size:.85rem}.btn--full{width:100%}.btn--primary{background-color:var(--color-primary);color:#fff}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #0f172a29}.btn--primary.btn--accent{background-color:#2563eb}.btn--primary.btn--accent:hover:not(:disabled){box-shadow:0 10px 20px #2563eb4d}.btn--secondary{background-color:transparent;border-color:var(--color-border-subtle);color:var(--color-text-main)}.btn--secondary:hover:not(:disabled){background-color:var(--color-surface-soft)}.btn--ghost{border-color:transparent;background-color:transparent;color:var(--color-text-main)}.btn--ghost:hover:not(:disabled){background-color:var(--color-surface-soft)}.btn--danger{background-color:var(--color-danger);color:#fff}.btn--danger:hover:not(:disabled){box-shadow:0 10px 20px #b91c1c4d}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.inline-help{position:relative;display:inline-flex;align-items:center}.inline-help__icon-button{width:24px;height:24px;border:none;background:transparent;color:var(--color-text-main);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex:0 0 auto}.inline-help__icon-button:hover:not(:disabled){color:var(--color-accent)}.inline-help__icon-button:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:3px}.inline-help__icon{width:20px;height:20px;display:block;fill:currentColor}.inline-help__popover{position:fixed;min-width:240px;max-width:min(360px,80vw);padding:.65rem .75rem;border-radius:14px;border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-card);z-index:1000}.inline-help__close{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:var(--radius-pill);border:1px solid transparent;background:transparent;color:var(--color-text-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.inline-help__close:hover:not(:disabled){background:var(--color-surface-soft);border-color:var(--color-border-subtle);color:var(--color-text-main)}.inline-help__close:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:2px}.inline-help__content{font-size:.85rem;color:var(--color-text-main)}.inline-help__lead{margin:0;font-weight:600;color:var(--color-text-main);line-height:1.35;padding-right:1.75rem}.inline-help__content p{margin:.35rem 0 0;line-height:1.45}.markdown-help__list{margin:.35rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.2rem}.markdown-help__list li{line-height:1.45}.markdown-help__list code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em;border-radius:6px;padding:.05rem .3rem;background:var(--color-surface-soft);border:1px solid var(--color-border-subtle)}.entry-form-page{display:flex;flex-direction:column;gap:1rem;max-width:960px;margin:0 auto;width:100%}.entry-form__header{margin-bottom:0}.entry-form__summary{padding:.85rem 1.1rem;border-radius:14px 14px 0 0;background:var(--color-surface-warm);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:.5rem;text-align:center;align-items:center}.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}.entry-form__title{margin:0 0 .35rem;font-size:var(--font-size-h1);letter-spacing:.02em;color:var(--color-text-main)}.entry-form__summary-top{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:.5rem;flex-wrap:wrap}.entry-form__mode select{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.35rem .85rem;font:inherit;background:var(--color-surface);color:var(--color-text-main)}.entry-form__level label{display:block;font-weight:600;font-size:.9rem;color:var(--color-text-main);margin-bottom:.25rem}.entry-form__level select{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.35rem .85rem;font:inherit;background:var(--color-surface);color:var(--color-text-main)}.entry-form__intro{margin:0;font-size:.9rem;line-height:1.4;max-width:65ch;color:var(--color-text-muted)}.entry-form__photo{gap:.4rem;align-items:center;text-align:center}.entry-form__photo-hint{margin:0;font-size:.8rem;color:var(--color-text-soft)}.entry-form__photo-hint-row{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;width:100%}.entry-form__photo-input-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.entry-form__photo-preview{cursor:pointer;width:72px;height:72px;border-radius:14px;border:1px dashed var(--color-border-subtle);background:var(--color-surface-soft);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;padding:0;outline:none;border-style:dashed}.entry-form__photo-preview img{width:100%;height:100%;object-fit:cover}.entry-form__photo-placeholder{font-size:.75rem;color:var(--color-text-soft);text-align:center;padding:0 .25rem}.entry-form__photo-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.entry-form__photo-input{font-size:.85rem;display:none}.entry-form__photo-remove{border:none;background:none;padding:0;font-size:.8rem;color:var(--color-text-soft);text-decoration:underline;cursor:pointer}.entry-form__additional-photo-grid{width:100%;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.entry-form__additional-photo-tile{position:relative}.entry-form__additional-photo-remove{position:absolute;top:-6px;right:-6px;width:26px;height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#00000073;color:#fff;display:grid;place-items:center;cursor:pointer}.entry-form__extra-details{margin-top:.75rem;border-radius:16px;border:1px solid var(--color-border-subtle);background:var(--color-surface-soft);padding:.5rem .75rem .75rem}.entry-form__extra-details>summary{list-style:none;cursor:pointer;padding:0}.entry-form__extra-details>summary::-webkit-details-marker{display:none}.entry-form__extra-details-grid{margin-top:.75rem}.entry-form__extra-details-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.entry-form__extra-details-title-row{display:flex;align-items:center;gap:.4rem}.entry-form__extra-details-title{font-size:.9rem;font-weight:600}.entry-form__extra-details-toggle{font-size:.8rem;color:var(--color-text-soft);display:inline-flex;align-items:center;gap:.15rem}.entry-form__extra-details-chevron{display:inline-block;transition:transform .15s ease}.entry-form__extra-details[open] .entry-form__extra-details-chevron{transform:rotate(180deg)}.entry-form__nav{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:0 0 .35rem;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface-soft) 100%)}.entry-form__nav-card{padding:.5rem 1rem;border-radius:0 0 14px 14px;background:var(--color-surface-warm);box-shadow:var(--shadow-card)}.entry-form__nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.entry-form__nav-label{font-size:.85rem;font-weight:600;color:var(--color-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-form__nav-row{display:flex;align-items:center;gap:.75rem}@media(min-width:769px){.entry-form__nav-row{position:relative;justify-content:center;padding-inline:3.25rem}.entry-form__nav-save{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2;box-shadow:var(--shadow-card)}.entry-form__nav-save.btn--primary:hover:not(:disabled){transform:translateY(-50%) translateY(-1px)}}.entry-form__stepper{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:center;flex:1 1 auto;min-width:0;overflow-x:auto;padding:0 .25rem .35rem;border-bottom:1px solid var(--color-border-subtle);scroll-snap-type:x proximity}.entry-stepper__step{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:.4rem .15rem;border-radius:var(--radius-pill);color:var(--color-text-soft);cursor:pointer;position:relative;scroll-snap-align:center;transition:color .15s ease}.entry-stepper__step--current{color:var(--color-text-main)}.entry-stepper__step:hover:not(:disabled){color:var(--color-text-main)}.entry-stepper__step:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:3px}.entry-stepper__step--current:after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:2px;background:var(--color-accent);border-radius:var(--radius-pill)}.entry-stepper__complete{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-text-inverse);font-size:.65rem;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-surface);line-height:1}.entry-stepper__step--current .entry-stepper__complete{background:var(--color-text-inverse);color:var(--color-primary);border-color:var(--color-surface)}.entry-stepper__index{font-weight:600}.entry-stepper__icon{display:block}.entry-form__nav-save{flex-shrink:0;width:48px;height:48px;border-radius:999px;padding:0}.entry-form__nav-save .entry-form__action-icon{margin-right:0}.entry-form__action-icon--saving{opacity:.6}.entry-form__actions{display:flex;gap:.75rem;justify-content:flex-end}.entry-form__reset{background:var(--color-surface);border-color:var(--color-border-subtle)}.entry-form__action-icon{margin-right:.35rem}.entry-form__section-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.entry-form__rating-header{display:flex;flex-direction:column;gap:.35rem}.entry-form__rating-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;width:100%}.entry-form__rating-value{font-variant-numeric:tabular-nums;font-weight:800;color:var(--color-text-main);background:var(--color-surface-warm);border:1px solid var(--color-primary-soft);border-radius:var(--radius-pill);padding:.35rem .9rem;font-size:.95rem;line-height:1;text-align:center;width:fit-content;min-width:5.5ch;align-self:center;box-shadow:0 10px 20px #0f172a1f}.entry-form__rating-value--large{font-size:var(--font-size-h2)}.entry-form__rating-clear{border:none;background:none;padding:0;font-size:.85rem;color:var(--color-text-soft);text-decoration:underline;cursor:pointer}.entry-form__rating-clear:hover:not(:disabled){color:var(--color-text-main)}.entry-form__rating-slider{--rating-fill: 0%;width:100%;height:32px;background:transparent;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.entry-form__rating-slider:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:4px;border-radius:var(--radius-pill)}.entry-form__rating-slider::-webkit-slider-runnable-track{height:10px;border-radius:var(--radius-pill);background:linear-gradient(to right,var(--color-accent) 0%,var(--color-accent) var(--rating-fill),var(--color-primary-soft) var(--rating-fill),var(--color-primary-soft) 100%)}.entry-form__rating-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:var(--radius-pill);background:var(--color-surface);border:2px solid var(--color-accent);box-shadow:0 10px 18px #0f172a2e;margin-top:-6px}.entry-form__rating-slider::-webkit-slider-thumb:active{transform:scale(1.03)}.entry-form__rating-slider::-moz-range-track{height:10px;border-radius:var(--radius-pill);background:var(--color-primary-soft)}.entry-form__rating-slider::-moz-range-progress{height:10px;border-radius:var(--radius-pill);background:var(--color-accent)}.entry-form__rating-slider::-moz-range-thumb{width:22px;height:22px;border-radius:var(--radius-pill);background:var(--color-surface);border:2px solid var(--color-accent);box-shadow:0 10px 18px #0f172a2e}.entry-form__rating-ticks{position:relative;height:22px;margin-top:-.05rem}.entry-form__rating-tick{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.15rem;color:var(--color-text-muted);font-size:.75rem;font-variant-numeric:tabular-nums;pointer-events:none}.entry-form__rating-tick--end{transform:translate(-100%);align-items:flex-end}.entry-form__rating-tick-mark{width:6px;height:6px;border-radius:var(--radius-pill);background:var(--color-primary-soft)}.entry-form__rating-tick-label{line-height:1}.entry-form__rating-tick--active{color:var(--color-accent)}.entry-form__rating-tick--active .entry-form__rating-tick-mark{background:var(--color-accent)}.entry-form__nav-icon-left{margin-right:.35rem}.entry-form__nav-icon-right{margin-left:.35rem}.entry-form__status{margin-top:1rem;padding:.75rem;border-radius:8px;background:var(--color-success-soft);color:var(--color-success);font-weight:600;text-align:right}.entry-form__status--error{background:var(--color-danger-soft);color:var(--color-danger);text-align:left}@media(max-width:768px){.entry-form__header{margin-bottom:.75rem}.entry-form__summary{border-radius:14px;box-shadow:none;border:1px solid var(--color-border-subtle);padding:.9rem 1rem}.entry-form__summary-top{gap:.9rem}.entry-form-page{padding-bottom:calc(7rem + env(safe-area-inset-bottom))}.entry-form__nav{position:fixed;top:auto;bottom:0;left:0;right:0;z-index:10;padding:.55rem .9rem calc(.55rem + env(safe-area-inset-bottom));background:var(--color-surface);border-top:1px solid var(--color-border-subtle);box-shadow:var(--shadow-elevated)}.entry-form__nav-card{padding:0;border-radius:0;background:transparent;box-shadow:none}.entry-form__nav-header{display:none}.entry-form__stepper{justify-content:flex-start;border-bottom:none;padding:0 .5rem .35rem;scroll-padding-inline:.5rem;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.entry-stepper__step{scroll-snap-align:start}.entry-form .form-control{align-items:center;text-align:center}.entry-form .form-control label{text-align:center}.entry-form .button-group,.entry-form .chip-list{justify-content:center}}.nose-aromas{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.palate-notes{margin-top:1rem}.entry-form .form-control{align-items:stretch;text-align:left}.entry-form .form-control label{text-align:left}.entry-form .form-control input,.entry-form .form-control select,.entry-form .form-control textarea{width:100%}.entry-form .button-group,.entry-form .chip-list{justify-content:center}.nav-buttons{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.button-pill{border-radius:var(--radius-pill);border:1px solid transparent;padding:.55rem 1.4rem;font:inherit;font-size:.95rem;line-height:1.1;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:40px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .1s ease,box-shadow .1s ease}.button-pill.primary{background:var(--color-primary);color:var(--color-text-inverse)}.button-pill.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0f172a2e}.button-pill.secondary{background:transparent;border:1px solid var(--color-border-subtle);color:var(--color-text-main)}.button-pill.secondary:hover:not(:disabled){background:var(--color-surface-soft);border-color:var(--color-primary-soft);transform:translateY(-1px)}.button-pill:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.aroma-block{border:1px solid var(--color-border-subtle);border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:var(--color-surface-soft);scroll-margin-top:1rem}.aroma-block__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.aroma-block__header h4{margin:0}.aroma-block__header p{margin:.25rem 0 0;color:var(--color-text-soft);font-size:.85rem}.aroma-block__actions{display:flex;gap:.4rem}.aroma-block__groups{display:flex;flex-direction:column;gap:.75rem}.aroma-block__navs{display:flex;flex-direction:column;gap:.5rem}.aroma-block__summary{display:flex;flex-direction:column;gap:.35rem}.aroma-block__summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-soft)}.aroma-block__summary-chips{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.aroma-block__summary-chip{cursor:default;background:var(--color-bg)}.aroma-group{display:flex;flex-direction:column;gap:.5rem;align-items:center}.aroma-group__title{margin:0;width:100%;display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-soft);text-align:center}.aroma-group__descriptors{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.aroma-nav{display:flex;gap:.75rem;overflow-x:auto;padding:0 .25rem .35rem;border-bottom:1px solid var(--color-border-subtle);justify-content:center;scroll-snap-type:x proximity}.aroma-layer-nav{border-bottom:none;padding-bottom:.15rem}@media(min-width:769px){.aroma-layer-nav{justify-content:center}}.aroma-layer-nav .aroma-nav__item{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.aroma-layer-nav .aroma-nav__item--active{color:var(--color-text-main)}.aroma-layer-nav .aroma-nav__item--active:after{bottom:-.2rem}.aroma-nav__item{border:none;border-radius:0;padding:.4rem .15rem;font-size:.85rem;font-weight:600;background:transparent;color:var(--color-text-soft);cursor:pointer;white-space:nowrap;position:relative;scroll-snap-align:center;transition:color .15s ease}.aroma-nav__item:hover:not(:disabled){color:var(--color-text-main)}.aroma-nav__item:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:3px}.aroma-nav__item--active{color:var(--color-text-main);font-weight:700}.aroma-nav__item--active:after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:2px;background:var(--color-accent);border-radius:var(--radius-pill)}@media(max-width:768px){.aroma-nav{justify-content:flex-start;padding:0 .5rem .35rem;scroll-padding-inline:.5rem;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.aroma-nav__item{scroll-snap-align:start}}.aroma-panel{border-radius:12px;background:var(--color-surface-soft);padding:.75rem;animation:aroma-panel-in .16s ease}@keyframes aroma-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.aroma-panel__descriptors{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.aroma-block__unmatched{display:flex;flex-direction:column;gap:.75rem;border-top:1px solid var(--color-border-subtle);padding-top:.75rem}.aroma-block__unmatched-layer{display:flex;flex-direction:column;gap:.6rem}.aroma-block__unmatched-layer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.aroma-block__unmatched-row{display:flex;flex-direction:column;gap:.6rem;padding:.75rem;border-radius:14px;border:1px dashed var(--color-border-subtle);background:var(--color-bg)}.aroma-block__unmatched-value{font-weight:600;color:var(--color-text-main);word-break:break-word}.aroma-block__unmatched-actions{display:flex;flex-direction:column;gap:.5rem}.aroma-block__unmatched-suggestions{display:flex;flex-wrap:wrap;gap:.4rem}.aroma-block__unmatched-select{border:1px solid var(--color-border-subtle);border-radius:10px;padding:.6rem .75rem;font-size:.95rem;font-family:inherit;width:100%;background:var(--color-surface);color:var(--color-text-main)}@media(min-width:760px){.aroma-block__unmatched-row{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.aroma-block__unmatched-value{flex:0 0 220px}.aroma-block__unmatched-actions{flex:1}}.section-card{background:var(--color-surface);border-radius:var(--radius-card);padding:1.25rem 1.5rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:1rem}.section-card__header h2{margin:0;font-size:var(--font-size-h2)}.section-card__header p{margin:.2rem 0 0;color:var(--color-text-muted);font-size:.9rem}.section-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.section-card__actions{display:inline-flex;gap:.5rem}#bulk-entry-upload.section-card .section-card__header{max-width:720px;margin-left:auto;margin-right:auto;width:100%}.entry-form-page #bulk-entry-upload.section-card .section-card__header,.entry-form-page #bulk-entry-upload.section-card .bulk-upload__notice,.entry-form-page #bulk-entry-upload.section-card .bulk-upload__section{max-width:none}.bulk-upload__notice{border:1px solid var(--color-border-subtle);border-radius:12px;padding:.85rem 1rem;background:var(--color-surface-soft);margin-bottom:1rem;max-width:720px;margin-left:auto;margin-right:auto}.bulk-upload__notice p{margin:0}.bulk-upload__notice ul{margin:.75rem 0 0;padding-left:1.25rem}.bulk-upload__section{border:none;padding:0;margin:1.25rem auto 0;min-width:0;max-width:720px}.bulk-upload__section legend{font-weight:700;font-size:.95rem;color:var(--color-text-main);margin-bottom:.75rem}.bulk-upload__grid{width:100%}.bulk-upload__section .form-control{align-items:stretch;text-align:left}.bulk-upload__section .form-control label{text-align:left}.bulk-upload__section .form-control input,.bulk-upload__section .form-control textarea,.bulk-upload__section .form-control select{width:100%}.bulk-upload__checkbox{display:flex;align-items:center;gap:.5rem;font-weight:600}.bulk-upload__checkbox-row{display:flex;align-items:center;gap:.5rem;justify-content:flex-start;flex-wrap:wrap}.bulk-upload__tasting-fields{margin-top:.75rem}.bulk-upload__actions{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.bulk-upload__hint{margin:.5rem 0 0;color:var(--color-text-soft);font-size:.9rem}.bulk-upload__error{margin:.5rem 0 0;color:var(--danger, #b00020);font-weight:600}.bulk-upload__photo-preview.entry-form__photo-preview{width:160px;height:160px}.bulk-upload__table-wrap{margin-top:1.25rem;overflow-x:auto}.bulk-upload__table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--color-border-subtle)}.bulk-upload__table th,.bulk-upload__table td{padding:.75rem 1rem;border-bottom:1px solid var(--color-border-subtle);text-align:left;vertical-align:top;white-space:nowrap}.bulk-upload__table th{background:var(--color-surface-soft);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.bulk-upload__table tr:last-child td{border-bottom:none}.bulk-upload__cell-input{width:160px;min-width:160px;border:1px solid var(--color-border-subtle);border-radius:10px;padding:.45rem .6rem;font:inherit;font-size:.9rem;background:var(--color-surface);color:var(--color-text-main)}.bulk-upload__cell-input--narrow{width:110px;min-width:110px}.bulk-upload__cell-input--wide{width:220px;min-width:220px}.bulk-upload__row-actions{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.bulk-upload__row-warning{font-size:.8rem;color:var(--color-text-soft)}.entries-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.entry-item-container{--wine-colour-accent: transparent;width:100%;border:1px solid var(--color-border-subtle);border-radius:16px;padding:.9rem 1rem;background:var(--color-surface);position:relative;overflow:hidden;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-direction:row;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;font:inherit}.entry-item-container:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--wine-colour-accent);border-radius:16px 0 0 16px;pointer-events:none}.entry-item-container[data-colour=white]{--wine-colour-accent: #e6d7a8}.entry-item-container[data-colour=red]{--wine-colour-accent: #a83232}.entry-item-container[data-colour=rose],.entry-item-container[data-colour=rosé]{--wine-colour-accent: #e7a2b5}.entry-item-container[data-colour=orange]{--wine-colour-accent: #d97706}.entry-item-container[data-colour=other]{--wine-colour-accent: #6b7280}.entry-item__photo,.entry-item__content{position:relative;z-index:1}.entry-item__photo{flex-shrink:0}.entry-item__photo-frame{position:relative;width:80px;height:80px;border-radius:16px;border:1px solid var(--color-border-subtle);background:var(--color-surface-soft);overflow:hidden}.entries-list--rect-thumbs .entry-item__photo-frame{width:clamp(64px,14vw,84px);height:clamp(96px,22vw,128px);border-radius:14px}.entry-item__photo-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.entry-item__photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-text-soft)}.entry-item-container:hover{border-color:var(--color-primary-soft);transform:translateY(-1px)}.entry-item-container.is-active{border-color:var(--color-border-strong);box-shadow:0 12px 30px #11182714}.entry-item-container.is-highlighted{border-color:var(--color-accent);box-shadow:0 0 0 1px #2563eb66,0 10px 25px #2563eb26}.entry-item__title{font-weight:600;display:block}.entry-item__title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.entry-item__style-pill{border:1px solid var(--color-border-subtle);background:var(--color-surface-soft);color:var(--color-text-muted);border-radius:999px;padding:.1rem .6rem;font-size:.75rem;font-weight:600;white-space:nowrap}.entry-item__style-pill[data-style=sparkling]{background:#2563eb14;border-color:#2563eb38;color:var(--color-text-main)}.entry-item__style-pill[data-style=sweet]{background:#d977061f;border-color:#d9770647;color:var(--color-text-main)}.entry-item__style-pill[data-style=fortified]{background:#7c3aed1f;border-color:#7c3aed47;color:var(--color-text-main)}.entry-item__content{display:flex;flex-direction:column;gap:.2rem;flex:1}.entry-item__meta{display:block;color:var(--color-text-soft);font-size:.85rem;margin-top:.15rem}.entry-item__meta--secondary{color:var(--color-text-muted);font-size:.8rem}.entry-item__meta--reflections{color:var(--color-text-muted);font-size:.82rem;line-height:1.35;margin-top:.25rem;white-space:pre-wrap}.entry-item__owner{display:block;color:var(--color-text-muted);font-size:.8rem;margin-top:.15rem}.entry-item__badges{margin-top:.25rem;display:flex;flex-wrap:wrap;gap:.35rem}.entry-item__badge{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.15rem .7rem;font-size:.78rem;color:var(--color-text-main);white-space:nowrap;background:var(--color-surface-soft)}.entry-item__badge--score{font-variant-numeric:tabular-nums;min-width:2.6rem;text-align:center}.entry-item__badge--muted{color:var(--color-text-soft)}.entry-item__badge--quality-outstanding,.entry-item__badge--quality-very-good{background:var(--color-success-soft);border-color:#065f4659;color:var(--color-success)}.entry-item__badge--quality-good,.entry-item__badge--quality-acceptable{background:#2563eb0f;border-color:#2563eb40;color:var(--color-text-main)}.entry-item__badge--quality-poor,.entry-item__badge--quality-faulty{background:var(--color-danger-soft);border-color:#b91c1c59;color:var(--color-danger)}.entry-item__badge--quality-unset{color:var(--color-text-soft)}.entries-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.entries-filters-button.btn{white-space:nowrap}.entries-filters-button.btn svg{color:currentColor}.entries-control{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;color:var(--color-text-muted)}.entries-control--search{flex:1 1 220px;min-width:180px}.entries-search{width:100%;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);padding:.35rem .85rem;font:inherit;color:var(--color-text-main)}.entries-search::placeholder{color:var(--color-text-soft)}.entries-search:focus{border-color:var(--color-primary-soft);outline:2px solid var(--color-primary-soft);outline-offset:2px}.entries-clear{align-self:center}.entries-filters__dialog{border:none;border-radius:var(--radius-card);padding:0;width:min(860px,calc(100vw - 2rem));max-width:860px;box-shadow:var(--shadow-elevated);background:var(--color-surface)}.entries-filters__dialog::backdrop{background:#0f172a73}.entries-filters__dialog-inner{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.entries-filters__dialog-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.entries-filters__dialog-header h2{margin:0;font-size:1.1rem}.entries-filters__dialog-header p{margin:.25rem 0 0;color:var(--color-text-soft);font-size:.9rem}.entries-filters__dialog-body{display:grid;gap:.85rem;max-height:min(68vh,560px);overflow:auto;overscroll-behavior:contain;padding-right:.25rem}.entries-filters__section{border:1px solid var(--color-border-subtle);border-radius:16px;padding:.85rem .9rem .9rem;background:var(--color-surface-soft)}.entries-filters__section legend{padding:0 .35rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.entries-filters__options{margin-top:.6rem;display:grid;gap:.45rem}.entries-filters__options--three{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.entries-filters__option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-main)}.entries-filters__option input{margin:0;accent-color:var(--color-accent)}.entries-filters__select{width:100%;margin-top:.6rem;border:1px solid var(--color-border-subtle);border-radius:14px;background:var(--color-surface);padding:.55rem .75rem;font:inherit;color:var(--color-text-main)}.entries-filters__select:focus{border-color:var(--color-primary-soft);outline:2px solid var(--color-primary-soft);outline-offset:2px}.entries-filters__grid{display:grid;gap:.9rem;margin-top:.6rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:start}.entries-filters__group h3{margin:0 0 .5rem;font-size:.95rem;color:var(--color-text-main)}.entries-filters__dialog-footer{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}@media(max-width:640px){.entries-controls{gap:.75rem}.entries-filters__options--three{grid-template-columns:1fr}}@media(min-width:900px){.entries-list--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.entries-list--grid .entries-list__item{height:100%}.entries-list--grid .entry-item-container{flex-direction:column;align-items:stretch;gap:.75rem;height:100%}.entries-list--grid .entry-item__photo-frame{width:100%;height:auto;aspect-ratio:1 / 1}.entries-list--grid .entry-item__photo-img{width:100%;height:100%;object-fit:cover}}.entries-control span{display:inline-flex;align-items:center;gap:.25rem}.entries-control__icon{margin-right:.1rem}.entries-control select{border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);padding:.35rem .75rem;font:inherit;color:#111827;cursor:pointer}.entries-control select:focus{border-color:var(--color-primary-soft);outline:2px solid var(--color-primary-soft);outline-offset:2px}.entries-control--filter{align-items:center}.entries-control--compact span{display:none}.entries-filter{position:relative}.entries-filter>summary{list-style:none;cursor:pointer;border-radius:999px;border:1px solid var(--color-border-subtle);background:var(--color-surface);padding:.35rem .75rem;font-size:.8rem;display:inline-flex;align-items:center;gap:.25rem}.entries-filter>summary::-webkit-details-marker{display:none}.entries-filter[open]>summary{background:var(--color-surface-soft)}.entries-filter__options{position:absolute;z-index:2;margin-top:.3rem;padding:.5rem .75rem;border-radius:.75rem;background:#fff;box-shadow:0 10px 24px #0f172a29;min-width:160px;display:grid;gap:.3rem}.entries-filter__option{display:flex;align-items:center;gap:.35rem;font-size:.8rem}.entries-filter__option input{margin:0}.entries-list__empty{border:1px dashed var(--color-border-subtle);border-radius:18px;padding:1rem 1.25rem;background:var(--color-surface-soft);text-align:center;color:var(--color-text-muted);font-size:.9rem;line-height:1.4}.entries-empty__cta{margin-top:.75rem;border-radius:999px;border:none;padding:.6rem 1.4rem;background:var(--color-primary);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.entries-pagination{margin-top:1.25rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.9rem;color:var(--color-text-main)}.entries-pagination__controls{display:flex;align-items:center;gap:.75rem}.entries-calendar{display:flex;flex-direction:column;gap:1rem}.entries-calendar__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.entries-calendar__month-nav{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.35rem;padding:.25rem;border-radius:var(--radius-pill);background:var(--color-surface-soft);border:1px solid var(--color-border-subtle);overflow-x:auto;-webkit-overflow-scrolling:touch}.entries-calendar__nav-button.btn{border-radius:var(--radius-pill)}.entries-calendar__month-select,.entries-calendar__year-input{border:1px solid rgba(17,24,39,.12);border-radius:var(--radius-pill);background:var(--color-surface);padding:.25rem .6rem;font:inherit;font-weight:700;color:var(--color-text-main)}.entries-calendar__month-select{min-width:9rem}.entries-calendar__year-input{width:5.5rem}.entries-calendar__month-select:focus,.entries-calendar__year-input:focus{border-color:var(--color-primary-soft);outline:2px solid var(--color-primary-soft);outline-offset:2px}.entries-calendar__dow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.entries-calendar__dow-cell{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-soft)}.entries-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.entries-calendar__day{border:1px solid var(--color-border-subtle);border-radius:14px;background:var(--color-surface);padding:.45rem;font:inherit;color:inherit;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;aspect-ratio:1 / 1;position:relative;box-shadow:0 1px #0f172a0f;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.entries-calendar__day:hover{border-color:var(--color-primary-soft);background:var(--color-surface-soft);box-shadow:0 14px 30px #0f172a1f;transform:translateY(-1px);z-index:5}.entries-calendar__day.is-outside{background:var(--color-surface-soft);color:var(--color-text-soft);opacity:.8}.entries-calendar__day.is-today{border-color:#2563eb8c;box-shadow:0 0 0 2px #2563eb26}.entries-calendar__day.has-entries{border-color:#11182759}.entries-calendar__day-number{font-weight:700;color:var(--color-text-main)}.entries-calendar__day-overflow{position:absolute;top:.45rem;right:.45rem;font-size:.72rem;font-weight:700;color:var(--color-text-muted);background:#0f172a0a;border:1px solid rgba(17,24,39,.12);border-radius:var(--radius-pill);padding:.08rem .45rem}.entries-calendar__day-previews{display:flex;flex-direction:column;gap:.35rem;margin-top:.35rem;min-width:0;flex:1 1 auto;overflow:visible;justify-content:flex-start}.entries-calendar__day-entry{--wine-colour-accent: rgba(17, 24, 39, .3);--wine-colour-tint: rgba(17, 24, 39, .03);position:relative;display:flex;align-items:center;gap:.35rem;padding:.18rem .35rem .18rem .5rem;background:var(--wine-colour-tint);border:1px solid rgba(17,24,39,.1);border-radius:12px;overflow:visible;min-width:0}.entries-calendar__day-entry:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--wine-colour-accent);border-radius:12px 0 0 12px;pointer-events:none}.entries-calendar__day-entry-photo{position:relative;flex-shrink:0;width:26px;height:26px;border-radius:10px;overflow:hidden;border:1px solid rgba(17,24,39,.12);background:#0f172a0a}.entries-calendar__day-entry-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.entries-calendar__day-entry-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 30%,#ffffffb3,#0f172a14)}.entries-calendar__day-entry-text{display:flex;flex-direction:column;gap:.05rem;min-width:0;flex:1 1 auto}.entries-calendar__day-entry-name{font-size:.78rem;line-height:1.15;font-weight:600;color:var(--color-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entries-calendar__day-entry-meta{font-size:.7rem;line-height:1.15;color:var(--color-text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entries-calendar__day-entry-score{flex-shrink:0;font-size:.7rem;font-weight:700;color:var(--color-text-muted);background:#0f172a0a;border:1px solid rgba(17,24,39,.12);border-radius:var(--radius-pill);padding:.08rem .35rem}.entries-calendar__day-entry-tooltip{position:absolute;left:0;bottom:calc(100% + .4rem);width:min(340px,calc(100vw - 2rem));border-radius:14px;padding:.55rem .6rem;border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-elevated);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s;z-index:25;pointer-events:none}.entries-calendar__day-entry:hover .entries-calendar__day-entry-tooltip{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s;pointer-events:auto}.entries-calendar__day:nth-child(7n) .entries-calendar__day-entry-tooltip,.entries-calendar__day:nth-child(7n-1) .entries-calendar__day-entry-tooltip{left:auto;right:0}.entries-calendar__day-entry-tooltip-title{font-weight:800;font-size:.9rem;color:var(--color-text-main);margin-bottom:.35rem}.entries-calendar__day-entry-tooltip-body{display:grid;gap:.25rem}.entries-calendar__day-entry-tooltip-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.4rem;align-items:baseline}.entries-calendar__day-entry-tooltip-key{font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted)}.entries-calendar__day-entry-tooltip-value{font-size:.82rem;color:var(--color-text-main);overflow-wrap:anywhere}.entries-calendar__day-entry[data-colour=white]{--wine-colour-accent: #e6d7a8;--wine-colour-tint: rgba(230, 215, 168, .18)}.entries-calendar__day-entry[data-colour=red]{--wine-colour-accent: #a83232;--wine-colour-tint: rgba(168, 50, 50, .14)}.entries-calendar__day-entry[data-colour=rose],.entries-calendar__day-entry[data-colour=rosé]{--wine-colour-accent: #e7a2b5;--wine-colour-tint: rgba(231, 162, 181, .16)}.entries-calendar__day-entry[data-colour=orange]{--wine-colour-accent: #d97706;--wine-colour-tint: rgba(217, 119, 6, .16)}.entries-calendar__day-entry[data-colour=other],.entries-calendar__day-entry[data-colour=unknown]{--wine-colour-accent: #6b7280;--wine-colour-tint: rgba(107, 114, 128, .12)}.entries-calendar__day-entry--tasting{--wine-colour-accent: rgba(37, 99, 235, .55);--wine-colour-tint: rgba(37, 99, 235, .09)}@media(max-width:640px){.entries-calendar__month-nav{padding:.2rem;gap:.25rem}.entries-calendar__month-select,.entries-calendar__year-input{font-size:.95rem}.entries-calendar__month-select{min-width:7.5rem}.entries-calendar__year-input{width:4.75rem}.entries-calendar__day-previews,.entries-calendar__day-overflow{display:none}.entries-calendar__day.has-entries{background:#2563eb0f;border-color:#2563eb59}}.entries-calendar__undated{border:1px dashed var(--color-border-subtle);border-radius:16px;padding:.9rem 1rem;background:var(--color-surface-soft)}.entries-calendar__undated-title{margin:0 0 .75rem;font-size:1rem}.entries-calendar__undated-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.entries-calendar__dialog{border:none;border-radius:var(--radius-card);padding:0;width:min(720px,calc(100vw - 2rem));max-width:720px;box-shadow:var(--shadow-elevated);background:var(--color-surface)}.entries-calendar__dialog::backdrop{background:#0f172a73}.entries-calendar__dialog-inner{padding:1rem 1.25rem 1.25rem}.entries-calendar__dialog-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:.75rem}.entries-calendar__dialog-title h2{margin:0;font-size:1.1rem}.entries-calendar__dialog-subtitle{margin:.25rem 0 0;color:var(--color-text-soft);font-size:.9rem}.entries-calendar__dialog-actions{display:inline-flex;gap:.5rem;flex-wrap:wrap;align-items:center}.entries-calendar__selection-bar{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;align-items:center;padding:.65rem .75rem;border-radius:16px;background:#2563eb0f;border:1px solid rgba(37,99,235,.18);margin:.75rem 0}.entries-calendar__selection-summary{font-weight:700;color:var(--color-text-main)}.entries-calendar__selection-actions,.entries-calendar__selection-attach{display:inline-flex;gap:.5rem;flex-wrap:wrap;align-items:center}.entries-calendar__selection-select{border:1px solid rgba(17,24,39,.12);border-radius:var(--radius-pill);background:var(--color-surface);padding:.35rem .75rem;font:inherit;font-size:.85rem;color:var(--color-text-main);max-width:min(320px,60vw)}.entries-calendar__selection-select:focus{border-color:var(--color-primary-soft);outline:2px solid var(--color-primary-soft);outline-offset:2px}.entries-calendar__tasting-create{border:1px solid var(--color-border-subtle);border-radius:16px;padding:.85rem .9rem;background:var(--color-surface-soft);margin-bottom:1rem}.entries-calendar__tasting-create-grid{display:grid;gap:.75rem}.entries-calendar__tasting-create-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.entries-calendar__dialog-section{margin-top:1.25rem}.entries-calendar__dialog-section-title{margin:0 0 .6rem;font-size:1rem}.entries-calendar__tasting-groups{display:flex;flex-direction:column;gap:.75rem}.entries-calendar__tasting-group{border:1px solid var(--color-border-subtle);border-radius:16px;background:var(--color-surface);overflow:hidden}.entries-calendar__tasting-group-header{display:flex;align-items:stretch;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-bottom:1px solid rgba(17,24,39,.08);background:var(--color-surface-soft)}.entries-calendar__tasting-group-toggle{flex:1;display:flex;gap:.6rem;align-items:flex-start;border:none;background:transparent;padding:0;text-align:left;cursor:pointer;font:inherit;min-width:0}.entries-calendar__tasting-group-chevron{margin-top:.15rem;transition:transform .15s ease;flex-shrink:0}.entries-calendar__tasting-group-chevron.is-expanded{transform:rotate(90deg)}.entries-calendar__tasting-group-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.entries-calendar__tasting-group-title{font-weight:800;color:var(--color-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entries-calendar__tasting-group-meta{font-size:.85rem;color:var(--color-text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entries-calendar__tasting-group-list.entries-list{padding:.75rem;background:var(--color-surface)}.entries-calendar__selectable-row{display:flex;gap:.65rem;align-items:flex-start}.entries-calendar__selectable-row input[type=checkbox]{margin-top:1.15rem;width:18px;height:18px;flex-shrink:0}.entries-calendar__selectable-row .entry-item-container{flex:1}.entries-calendar__entry-selected{border-color:#2563eb8c;box-shadow:0 0 0 1px #2563eb33}.entries-calendar__day-list{max-height:min(52vh,420px);overflow:auto;padding:.35rem;border-radius:16px;background:var(--color-surface-soft);border:1px solid var(--color-border-subtle)}.entries-calendar__day-list.entries-list{gap:.65rem}.entries-calendar__day-list .entry-item-container{background:var(--color-surface)}.entries-calendar__dialog .entry-item-container{padding:.75rem .85rem}.entries-calendar__entry{width:100%;border:1px solid var(--color-border-subtle);border-radius:14px;padding:.55rem .7rem;background:var(--color-surface-soft);display:flex;align-items:center;gap:.65rem;cursor:pointer;text-align:left;font:inherit}.entries-calendar__entry:hover{border-color:var(--color-primary-soft)}.entries-calendar__entry-photo{flex-shrink:0;width:46px;height:46px;border-radius:14px;overflow:hidden;border:1px solid var(--color-border-subtle);background:var(--color-surface)}.entries-calendar__entry-photo img{width:100%;height:100%;object-fit:cover;display:block}.entries-calendar__entry-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.entries-calendar__entry-title{font-weight:700;line-height:1.2}.entries-calendar__entry-meta{color:var(--color-text-soft);font-size:.85rem;line-height:1.2}.tastings-list__empty{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.tastings-list__hint{margin:0 0 1rem;color:var(--color-text-soft)}.tastings-list__search{margin:0 0 1rem;display:flex;gap:.5rem}.tastings-list__search input{width:100%;border-radius:.8rem;border:1px solid var(--color-border-subtle);padding:.45rem .6rem;background:var(--color-surface);color:var(--color-text-main)}.tastings-list__search input:focus{outline:none;border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb24}.tastings-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tastings-list__button{width:100%;border:1px solid var(--color-border-subtle);border-radius:16px;padding:.9rem 1rem;background:var(--color-surface);cursor:pointer;font:inherit;text-align:left;display:flex;align-items:center;gap:1rem;transition:border-color .2s ease,transform .2s ease}.tastings-list__button:hover{border-color:var(--color-primary-soft);transform:translateY(-1px)}.tastings-list__photo{flex-shrink:0;width:76px;height:76px;border-radius:16px;overflow:hidden;border:1px solid var(--color-border-subtle);background:var(--color-surface-soft)}.tastings-list__photo img{width:100%;height:100%;object-fit:cover;display:block}.tastings-list__content{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.tastings-list__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.tastings-list__title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tastings-list__count{flex-shrink:0;border:1px solid var(--color-border-subtle);border-radius:var(--radius-pill);padding:.1rem .6rem;font-size:.82rem;color:var(--color-text-muted);background:var(--color-surface-soft)}.tastings-list__meta{color:var(--color-text-soft);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tastings-list__owner{color:var(--color-text-muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.markdown-text{white-space:normal}.markdown-text__paragraph{margin:.35rem 0}.markdown-text__paragraph:first-child{margin-top:0}.markdown-text__paragraph:last-child{margin-bottom:0}.markdown-text__heading{margin:.75rem 0 .5rem;font-size:1rem;font-weight:700}.markdown-text__heading:first-child{margin-top:0}.markdown-text__list{margin:.35rem 0 .35rem 1.25rem;padding:0;display:flex;flex-direction:column;gap:.2rem}.markdown-text__list:first-child{margin-top:0}.markdown-text__list:last-child{margin-bottom:0}.markdown-text__blockquote{margin:.5rem 0;padding-left:.75rem;border-left:3px solid var(--color-border-subtle);color:var(--color-text-muted)}.markdown-text__blockquote:first-child{margin-top:0}.markdown-text__blockquote:last-child{margin-bottom:0}.markdown-text__code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em;border-radius:6px;padding:.05rem .3rem;background:var(--color-surface);border:1px solid var(--color-border-subtle)}.markdown-text__pre{margin:.5rem 0;padding:.75rem;background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:12px;overflow-x:auto}.markdown-text__pre:first-child{margin-top:0}.markdown-text__pre:last-child{margin-bottom:0}.markdown-text__pre-code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.markdown-text__link{color:var(--color-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.markdown-text__image{display:block;max-width:min(520px,100%);height:auto;border-radius:14px;border:1px solid var(--color-border-subtle);margin:.75rem auto}.photo-gallery{display:flex;flex-direction:column;gap:.5rem}.photo-gallery__empty{padding:.75rem;border:1px dashed var(--color-border-subtle);border-radius:12px;color:var(--color-text-muted);text-align:center}.photo-gallery__main{position:relative;width:100%;border-radius:16px;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-subtle)}.photo-gallery__main-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:0;width:100%;cursor:zoom-in}.photo-gallery__main-image{display:block;width:100%;height:auto;max-height:360px;object-fit:contain;background:var(--color-surface)}.photo-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);border:none;border-radius:999px;width:34px;height:34px;display:grid;place-items:center;background:#00000073;color:#fff;cursor:pointer}.photo-gallery__nav--prev{left:10px}.photo-gallery__nav--next{right:10px}.photo-gallery__counter{position:absolute;right:10px;bottom:10px;padding:.2rem .5rem;border-radius:999px;background:#00000073;color:#fff;font-size:.8rem}.photo-gallery__thumbs{width:100%;display:flex;gap:.4rem;justify-content:center;overflow-x:auto;padding-bottom:2px}.photo-gallery__thumb{border:1px solid var(--color-border-subtle);border-radius:12px;overflow:hidden;padding:0;background:var(--color-surface);width:64px;height:64px;flex:0 0 auto;cursor:pointer}.photo-gallery__thumb.is-active{border-color:var(--color-accent);box-shadow:0 0 0 2px #3680ff26}.photo-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-gallery__lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:grid;place-items:center;z-index:1000;padding:16px}.photo-gallery__lightbox{position:relative;width:min(960px,100%);max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);background:#00000026;border:1px solid rgba(255,255,255,.18);border-radius:18px;overflow:hidden;display:grid;place-items:center}.photo-gallery__lightbox-image{width:auto;height:auto;max-width:100%;max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);object-fit:contain;display:block;background:#00000026}.photo-gallery__lightbox-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:none;display:grid;place-items:center;background:#00000073;color:#fff;cursor:pointer}.photo-gallery__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;border-radius:999px;width:52px;height:52px;display:grid;place-items:center;background:#00000073;color:#fff;cursor:pointer}.photo-gallery__lightbox-nav--prev{left:12px}.photo-gallery__lightbox-nav--next{right:12px}.photo-gallery__lightbox-counter{position:absolute;bottom:12px;right:12px;padding:.25rem .6rem;border-radius:999px;background:#00000073;color:#fff;font-size:.9rem}.tasting-detail__actions{display:inline-flex;gap:.5rem;flex-wrap:wrap;align-items:center}.tasting-detail__actions .btn svg{margin-right:0}.tasting-detail__hero{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:1rem;align-items:start}.tasting-detail__hero--no-photo{grid-template-columns:1fr}@media(max-width:768px){.tasting-detail__hero{grid-template-columns:1fr}}.tasting-detail__hero-photo-column{display:flex;flex-direction:column;gap:.75rem}.tasting-detail__hero-photo{border:1px solid var(--color-border-subtle);border-radius:var(--radius-card);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-card);display:flex;justify-content:center;padding:.5rem}.tasting-detail__hero-photo img{display:block;width:auto;height:auto;max-width:100%;max-height:360px}.tasting-detail__hero-photo-placeholder{display:flex;align-items:center;justify-content:center;min-height:160px;width:100%;color:var(--color-text-soft);font-size:.9rem;border-radius:var(--radius-card);border:1px dashed var(--color-border-subtle);background:var(--color-surface-soft)}.tasting-detail__hero-content{display:flex;flex-direction:column;gap:.5rem;min-width:0}.tasting-detail__hero-meta{margin:0;color:var(--color-text-soft);font-size:.9rem}.tasting-detail__hero-summary{margin:0;white-space:pre-wrap;color:var(--color-text-main)}.tasting-detail__photo-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin:.75rem 0 1rem}.tasting-detail__hero-photo-controls .tasting-detail__photo-actions{margin:.5rem 0 0}.tasting-detail__photo-meta{margin-top:.35rem;font-size:.8rem;color:var(--color-text-soft)}.tasting-detail__photo-embed{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border-subtle)}.tasting-detail__photo-embed-header{font-size:.85rem;font-weight:700;color:var(--color-text-main);margin-bottom:.5rem}.tasting-detail__photo-embed-rows{display:flex;flex-direction:column;gap:.5rem}.tasting-detail__photo-embed-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.tasting-detail__photo-embed-label{font-size:.85rem;color:var(--color-text-soft);min-width:72px}.tasting-detail__edit{border:1px solid var(--color-border-subtle);border-radius:var(--radius-card);background:var(--color-surface-soft);padding:1rem;margin:0}.tasting-detail__edit-actions{display:flex;justify-content:flex-end;margin-top:.75rem}.tasting-detail__summary h3,.tasting-detail__wines-header h3{margin:.75rem 0 .5rem}.tasting-detail__summary-text{margin:0;white-space:pre-wrap;color:var(--color-text-main)}.tasting-detail__wines-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:1.25rem}.tasting-detail__entries{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.6rem}.tasting-detail__entry-row{display:grid;grid-template-columns:2.25rem minmax(0,1fr);gap:.65rem;align-items:center}.tasting-detail__entry-row.has-actions,.tasting-detail__entry-row.is-editing{grid-template-columns:2.25rem minmax(0,1fr) auto}.tasting-detail__entry-row .entry-item-container{width:100%}.tasting-detail__entry-order{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid var(--color-border-subtle);background:var(--color-surface-soft);font-weight:700;color:var(--color-text-muted)}.tasting-detail__entry-actions{display:inline-flex;gap:.25rem;align-items:center}.tasting-detail__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--color-border-subtle);background:transparent;color:var(--color-text-muted);cursor:grab;-webkit-user-select:none;user-select:none}.tasting-detail__drag-handle:active{cursor:grabbing}.tasting-detail__entry-row.is-drop-target .entry-item-container{border-color:var(--color-primary-soft);box-shadow:0 0 0 2px #2563eb26}.tasting-detail__entry-row.is-dragging{opacity:.6}.tasting-detail__entry-actions .btn{padding:.25rem}@media(max-width:640px){.tasting-detail__entry-row{grid-template-columns:minmax(0,1fr);align-items:start;position:relative}.tasting-detail__entry-row.has-actions,.tasting-detail__entry-row.is-editing{grid-template-columns:minmax(0,1fr) auto}.tasting-detail__entry-order{position:absolute;left:-1.25rem;top:50%;z-index:2;box-shadow:0 8px 18px #0f172a1f;transform:translateY(-50%)}.tasting-detail__entry-row .entry-item-container{display:grid;grid-template-columns:84px minmax(0,1fr);column-gap:.85rem;row-gap:.25rem;align-items:start}.tasting-detail__entry-row .entry-item-container--no-photo{grid-template-columns:1fr}.tasting-detail__entry-row .entry-item__photo{grid-column:1;grid-row:1 / span 3}.tasting-detail__entry-row .entry-item__content{display:contents}.tasting-detail__entry-row .entry-item__title-row,.tasting-detail__entry-row .entry-item__meta{grid-column:2}.tasting-detail__entry-row .entry-item-container--no-photo .entry-item__title-row,.tasting-detail__entry-row .entry-item-container--no-photo .entry-item__meta{grid-column:1}.tasting-detail__entry-row .entry-item__meta--reflections{grid-column:1 / -1;margin-top:.5rem;white-space:pre-wrap;display:block;overflow:visible}}.entry-view{display:flex;flex-direction:column;gap:1.5rem}.entry-view__summary-grid{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);grid-template-rows:auto auto;gap:1rem;align-items:flex-start}.entry-view__summary-photo{grid-row:1 / span 2;grid-column:1}.entry-view__photo-box{background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;display:flex;justify-content:center;padding:.5rem}.entry-view__photo-box img{display:block;width:auto;height:auto;max-width:100%;max-height:360px}.entry-view__summary-context{grid-row:1;grid-column:2}.entry-view__summary-details{grid-row:2;grid-column:2}.entry-view__summary-grid--no-photo{grid-template-columns:1fr;grid-template-rows:auto auto}.entry-view__summary-grid--no-photo .entry-view__summary-context,.entry-view__summary-grid--no-photo .entry-view__summary-details{grid-column:1}.entry-view__meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.entry-view__meta-block span{display:block;font-size:.85rem;color:var(--color-text-soft)}.entry-view__meta-block strong{font-size:1.05rem;color:var(--color-text-main)}@media(max-width:768px){.entry-view__summary-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.entry-view__summary-photo,.entry-view__summary-context,.entry-view__summary-details{grid-column:1;grid-row:auto}}.entry-view__group{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:0}.entry-view__group--column{grid-template-columns:1fr}.section-card__body .entry-view__group+.entry-view__group,.section-card__body .entry-view__group+.entry-view__chips,.section-card__body .entry-view__chips+.entry-view__group{margin-top:1rem}.entry-view__group-row{display:flex;flex-direction:column;gap:.25rem;border:1px solid var(--color-border-subtle);border-radius:12px;padding:.75rem;background:var(--color-surface-soft)}.entry-view__group-row dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0}.entry-view__group-row dd{margin:0;font-size:1rem;color:var(--color-text-main);white-space:pre-wrap}.entry-view__chips{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem}.entry-view__chips-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-soft)}.entry-view__chips-list{display:flex;flex-wrap:wrap;gap:.4rem}.entry-view__chip{border:1px solid var(--color-border-subtle);border-radius:999px;padding:.2rem .75rem;background:#fff;font-size:.85rem}.entry-view__chips-empty{color:#9ca3af;font-size:.9rem}.entry-view__link{display:inline-flex;margin-top:.75rem;color:var(--color-accent);font-weight:600;text-decoration:none}.entry-view__actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.entry-view__back{margin-right:auto}.entry-view__assessment-actions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.entry-view__action-icon{margin-right:0}.entry-view__markdown{background:#0f172a;color:#f8fafc;padding:1rem;border-radius:12px;overflow-x:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;line-height:1.4;white-space:pre-wrap}.photo-carousel{display:flex;flex-direction:column;gap:.5rem;width:100%}.photo-carousel:focus{outline:2px solid rgba(54,128,255,.35);outline-offset:2px}.photo-carousel__stage{position:relative;display:flex;justify-content:center;width:100%}.photo-carousel__image-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:0;cursor:zoom-in;width:100%;display:flex;justify-content:center}.photo-carousel__image{display:block;width:auto;height:auto;max-width:100%;max-height:360px}.photo-carousel__empty{width:100%;min-height:160px;display:flex;align-items:center;justify-content:center;color:var(--color-text-soft);font-size:.9rem;border-radius:var(--radius-card);border:1px dashed var(--color-border-subtle);background:var(--color-surface-soft)}.photo-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);border:none;border-radius:999px;width:34px;height:34px;display:grid;place-items:center;background:#00000073;color:#fff;cursor:pointer}.photo-carousel__nav--prev{left:10px}.photo-carousel__nav--next{right:10px}.photo-carousel__counter{position:absolute;right:10px;bottom:10px;padding:.2rem .5rem;border-radius:999px;background:#00000073;color:#fff;font-size:.8rem}.photo-carousel__thumbs{display:flex;gap:.4rem;justify-content:center;overflow-x:auto;padding-bottom:2px}.photo-carousel__thumb{border:1px solid var(--color-border-subtle);border-radius:12px;overflow:hidden;padding:0;background:var(--color-surface);width:56px;height:56px;flex:0 0 auto;cursor:pointer}.photo-carousel__thumb.is-active{border-color:var(--color-accent);box-shadow:0 0 0 2px #3680ff26}.photo-carousel__thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-carousel__lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:grid;place-items:center;z-index:1000;padding:16px}.photo-carousel__lightbox{position:relative;width:min(960px,100%);max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);background:#00000026;border:1px solid rgba(255,255,255,.18);border-radius:18px;overflow:hidden;display:grid;place-items:center}.photo-carousel__lightbox-image{width:auto;height:auto;max-width:100%;max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);object-fit:contain;display:block;background:#00000026}.photo-carousel__lightbox-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:none;display:grid;place-items:center;background:#00000073;color:#fff;cursor:pointer}.photo-carousel__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;border-radius:999px;width:52px;height:52px;display:grid;place-items:center;background:#00000073;color:#fff;cursor:pointer}.photo-carousel__lightbox-nav--prev{left:12px}.photo-carousel__lightbox-nav--next{right:12px}.photo-carousel__lightbox-counter{position:absolute;bottom:12px;right:12px;padding:.25rem .6rem;border-radius:999px;background:#00000073;color:#fff;font-size:.9rem}.entry-markdown-view{display:flex;flex-direction:column;gap:1rem}.entry-markdown-view__actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.entry-markdown-view__icon{margin-right:.35rem}.entry-markdown-view__body{background:#0f172a;color:#f8fafc;padding:1rem;border-radius:12px;overflow-x:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;line-height:1.4;white-space:pre-wrap}.login-panel{max-width:420px;margin:0rem auto;padding:2rem;border-radius:1rem;background:var(--color-surface);box-shadow:var(--shadow-elevated)}.login-panel h2{margin:0 0 .5rem}.login-panel p{margin:0 0 1.5rem;color:var(--color-text-muted)}.login-panel form{display:flex;flex-direction:column;gap:1rem}.login-panel label{display:flex;flex-direction:column;font-weight:600;gap:.35rem;color:var(--color-text-main)}.login-panel input{padding:.65rem .75rem;border:1px solid var(--color-border-subtle);border-radius:.5rem;font-size:1rem}.login-panel__error{margin:0;color:#b91c1c;font-weight:600}.login-panel__submit{background-image:linear-gradient(110deg,#0f172a,#312e81);border-color:transparent;font-size:1rem}.login-panel__submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.login-panel__submit:disabled{opacity:.6;cursor:not-allowed}.login-panel__hint{margin-top:1.5rem;font-size:.95rem}.login-panel__hint a{color:var(--color-accent);font-weight:600}.signup-panel{max-width:520px;margin:0rem auto;padding:2rem;border-radius:1rem;background:var(--color-surface);box-shadow:var(--shadow-elevated)}.signup-panel h2{margin:0 0 .5rem}.signup-panel p{margin:0 0 1.5rem;color:var(--color-text-muted)}.signup-panel form{display:flex;flex-direction:column;gap:1rem}.signup-panel label{display:flex;flex-direction:column;font-weight:600;gap:.35rem;color:var(--color-text-main)}.signup-panel input{padding:.65rem .75rem;border:1px solid var(--color-border-subtle);border-radius:.5rem;font-size:1rem}.signup-panel__error{margin:0;color:#b91c1c;font-weight:600}.signup-panel__submit{background-image:linear-gradient(110deg,#022c58,#0f766e);border-color:transparent;font-size:1rem}.signup-panel__submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.signup-panel__submit:disabled{opacity:.6;cursor:not-allowed}.signup-panel__hint{margin-top:1.5rem;font-size:.95rem}.signup-panel__hint a{color:var(--color-accent);font-weight:600}.admin-dashboard{margin-top:0rem}.admin-dashboard .section-card+.section-card{margin-top:1.5rem}.admin-dashboard__tabs{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.75rem;border-radius:var(--radius-pill);background:#e5e7eb;border:1px solid rgba(15,23,42,.08);box-shadow:0 2px 8px #0f172a0d;padding:.35rem .85rem;margin:0 auto 1.5rem;width:fit-content;max-width:100%}.admin-dashboard__tabs button,.admin-dashboard__tabs a{border:none;background:transparent;padding:.35rem .75rem;border-radius:var(--radius-pill);font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease;display:inline-flex;align-items:center;flex-direction:column;gap:.25rem;text-decoration:none;color:var(--color-text-main)}.admin-dashboard__tabs a{justify-content:center}.admin-dashboard__tabs button.is-active,.admin-dashboard__tabs a.is-active{background:#0f172a14;color:var(--color-text-main)}.admin-dashboard__tab-label{display:none}@media(min-width:700px){.admin-dashboard__tabs{gap:.35rem;padding:.3rem .6rem}.admin-dashboard__tabs button,.admin-dashboard__tabs a{flex-direction:row;gap:.4rem;padding:.35rem .7rem}.admin-dashboard__tab-label{display:inline;font-size:.9rem;line-height:1}}.admin-dashboard__error{color:#b91c1c;font-weight:600;margin-bottom:1rem}.admin-dashboard__panel table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-card)}.admin-dashboard__panel th,.admin-dashboard__panel td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;text-align:left}.admin-dashboard__panel th{background:var(--color-surface-soft);font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.admin-dashboard__panel tr:last-child td{border-bottom:none}.admin-dashboard__invite-header{margin-bottom:1.25rem;padding:1rem 1.25rem;border-radius:.75rem;background:var(--color-surface-soft);box-shadow:var(--shadow-card)}.admin-dashboard__actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin-dashboard__actions button{font-size:.9rem}.admin-dashboard__action-icon{margin-right:.3rem}.admin-dashboard__badge{font-weight:600;text-transform:capitalize}.admin-dashboard__invite-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.admin-dashboard__invite-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.admin-dashboard__invite-form input{border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem}.admin-dashboard__invite-form button{font-weight:600}.admin-dashboard__invite-code{margin-bottom:1rem;padding:.75rem 1rem;border-radius:.75rem;background:#ecfccb;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.admin-dashboard__invite-code button{border:none;border-radius:.5rem;padding:.35rem .85rem;background:#1d4ed8;color:#fff;cursor:pointer}.admin-dashboard__message{margin:0 0 1rem;color:#065f46;font-weight:600}.admin-dashboard__import h2,.admin-dashboard__import p{margin:0 0 .75rem}.admin-dashboard__import-controls{display:grid;gap:.75rem}.admin-dashboard__import-file{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.admin-dashboard__import-file input[type=file]{font-weight:400}.admin-dashboard__import-option{display:flex;gap:.5rem;align-items:center;font-weight:600}.admin-dashboard__import-summary{margin-top:1rem;padding:1rem 1.25rem;border-radius:.75rem;background:var(--color-surface);box-shadow:var(--shadow-card)}.admin-dashboard__import-summary p{margin:0 0 .5rem}.admin-dashboard__import-summary details summary{cursor:pointer;font-weight:600}.admin-dashboard__import-summary ul{margin:.5rem 0 0;padding-left:1.25rem}.admin-dashboard__llm-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1rem}.admin-dashboard__llm-controls label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.admin-dashboard__llm-controls input{border:1px solid #d1d5db;border-radius:.5rem;padding:.45rem .6rem}.admin-dashboard__llm-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;border-radius:.75rem;background:var(--color-surface-soft);box-shadow:var(--shadow-card)}.admin-dashboard__llm-metric{display:flex;flex-direction:column;gap:.25rem;font-weight:600}.admin-dashboard__llm-metric span{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.admin-dashboard__llm-quota{margin-top:1.5rem;display:grid;gap:.75rem}.admin-dashboard__llm-quota-header h3{margin:0;font-size:1rem}.admin-dashboard__llm-quota-header p{margin:.2rem 0 0;color:var(--color-text-muted);font-size:.9rem}.signup-pref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:.5rem}.signup-pref-tile{border-radius:.9rem;border:1px solid #d1d5db;padding:.75rem .9rem;background:#f9fafb;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.signup-pref-tile input[type=radio]{display:none}.signup-pref-tile__title{font-weight:600}.signup-pref-tile--active{border-color:#111827;background:#111827;color:#fff;box-shadow:0 0 0 1px #111827}.signup-pref-tile__description{display:block;font-size:.8rem;color:inherit;opacity:.9}.changelog{background:var(--color-surface);padding:2rem;border-radius:20px;box-shadow:var(--shadow-elevated);display:flex;flex-direction:column;gap:1.75rem}.changelog__header h1{margin:0 0 .35rem;font-size:1.4rem}.changelog__header p{margin:0;color:var(--color-text-muted)}.changelog-entry{border-left:4px solid #a855f7;padding-left:1.5rem}.changelog-entry__meta{display:flex;flex-direction:column;gap:.25rem}.changelog-entry__meta h2{margin:0;font-size:1.25rem}.changelog-entry__meta span{color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.changelog-entry__description{margin:.75rem 0;color:var(--color-text-main)}.changelog-entry__summary{background:#f5f3ff;border-radius:16px;padding:1rem 1.25rem}.changelog-entry__summary h3{margin:0 0 .5rem;font-size:.95rem;color:#6d28d9}.changelog-entry__summary ul{margin:0;padding-left:1rem;color:#4b5563}.changelog-entry__summary li{margin-bottom:.4rem}.changelog-entry__details h3{margin:0;font-size:.95rem;color:#374151}.changelog-entry__details-toggle{margin:1rem 0 .4rem;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;color:#374151;cursor:pointer}.changelog-entry__highlights{margin:0;padding-left:1rem;color:#1f2937}.changelog-entry__details-chevron{display:inline-block;transition:transform .15s ease}.changelog-entry__details-chevron.is-open{transform:rotate(180deg)}.changelog-entry__highlights li{margin-bottom:.5rem}.logged-out-home{margin:0rem auto 0;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.logged-out-home__tagline{margin:0;font-size:1rem;color:var(--color-text-muted)}.logged-out-home__hint{margin:.75rem 0 0;font-size:.95rem;color:var(--color-text-muted)}.logged-out-home__hint a{color:var(--color-accent);font-weight:600;text-decoration:none}.logged-out-home__hint a:hover{text-decoration:underline}.about{max-width:720px;margin:0rem auto;background:var(--color-surface);border-radius:var(--radius-card);padding:2rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:1.5rem}.about__header{text-align:center}.about__header h1{margin:0;font-size:2rem}.about__header p{margin:.5rem 0 0;color:var(--color-text-muted)}.about__body p{margin:0;font-size:1rem;line-height:1.6;color:var(--color-text-main)}.about__body a{color:var(--color-accent);font-weight:600;text-decoration:none}.about__body a:hover{text-decoration:underline}.about__body p+p{margin-top:1rem}.profile-nav-container{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.profile-nav{display:inline-flex;align-items:center;gap:.75rem;padding:.35rem .85rem;border-radius:var(--radius-pill);background:#e5e7eb;border:1px solid rgba(15,23,42,.08);box-shadow:0 2px 8px #0f172a0d;flex-wrap:wrap;justify-content:center}.profile-nav a{text-decoration:none;color:var(--color-text-main);font-weight:600;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.35rem .75rem;border-radius:var(--radius-pill);transition:background .15s ease,color .15s ease}.profile-nav a.is-active{background:#0f172a14}.profile-nav__label{display:none}@media(min-width:700px){.profile-nav{gap:.35rem;padding:.3rem .6rem}.profile-nav a{flex-direction:row;gap:.4rem;padding:.35rem .7rem}.profile-nav__label{display:inline;font-size:.9rem;line-height:1}}.stats-breakdown{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.stats-scope-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.stats-user-search{display:flex;gap:.5rem;align-items:center;margin-top:.75rem}.stats-user-search input{flex:1;min-width:0;border-radius:.8rem;border:1px solid var(--color-border-subtle);padding:.45rem .6rem;background:var(--color-surface);color:var(--color-text-main)}.stats-user-search input:focus{outline:none;border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb24}.stats-filters-toolbar{display:flex;justify-content:flex-end;margin-top:.75rem}.stats-filter-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem;margin-top:.85rem;align-items:start}.stats-filter-section{border:1px solid var(--color-border-subtle);border-radius:16px;padding:.85rem .9rem .9rem;background:var(--color-surface-soft)}.stats-filter-section legend{padding:0 .35rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.stats-filter-fields{display:grid;gap:.6rem;margin-top:.6rem}.stats-filter-fields label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:var(--color-text-main)}.stats-filter-fields select{border-radius:.8rem;border:1px solid var(--color-border-subtle);padding:.45rem .6rem;background:var(--color-surface);color:var(--color-text-main);font:inherit}.stats-filter-fields select:focus{outline:none;border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb24}.stats-breakdown li{border:1px solid var(--color-border-subtle);border-radius:16px;padding:.75rem .9rem;background:var(--color-surface-soft)}.stats-breakdown--interactive li{transition:background-color .15s ease,border-color .15s ease}.stats-breakdown--interactive li:hover{background:var(--color-surface);border-color:#2563eb38}.stats-breakdown__button{width:100%;padding:0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.stats-breakdown__button:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb24;border-radius:12px}.stats-breakdown__row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.stats-breakdown__name{font-weight:600;color:var(--color-text-main)}.stats-breakdown__value{font-size:.9rem;font-weight:600;color:var(--color-text-soft);white-space:nowrap}.stats-breakdown__bar{height:9px;border-radius:999px;border:none;background:#1118270f;overflow:hidden;margin-top:.35rem}.stats-breakdown__bar-fill{height:100%;width:0%;background:#2563ebb3}.stats-toggle{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.35rem;padding:.25rem;border-radius:var(--radius-pill);background:var(--color-surface-soft);border:1px solid var(--color-border-subtle)}.stats-visualization-title{display:inline-flex;align-items:center;gap:.5rem;max-width:100%;font-weight:650;color:var(--color-text-main)}.stats-visualization-title select{border-radius:.8rem;border:1px solid var(--color-border-subtle);padding:.45rem .6rem;background:var(--color-surface);color:var(--color-text-main);font:inherit;font-size:.95rem;width:240px;max-width:100%}.stats-visualization-title select:focus{outline:none;border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb24}#stats-visualization-card .section-card__header{align-items:center}#stats-visualization-card .section-card__header h2{font-size:1rem}#stats-visualization-card .section-card__actions{align-items:center}@media(max-width:720px){#stats-visualization-card .section-card__header{width:100%;justify-content:center;text-align:center}#stats-visualization-card .section-card__header>div{width:100%}#stats-visualization-card .section-card__actions{width:100%;justify-content:center}#stats-visualization-card .stats-visualization-title select{width:min(320px,100%)}.stats-filters-toolbar{justify-content:flex-start}}.stats-toggle__button{border:none;background:transparent;font:inherit;font-size:.85rem;font-weight:650;color:var(--color-text-muted);padding:.25rem .75rem;border-radius:var(--radius-pill);cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.stats-toggle__button.is-active{background:var(--color-surface);color:var(--color-text-main);box-shadow:0 1px 3px #0f172a14}.stats-toggle__button:disabled{opacity:.55;cursor:not-allowed}.stats-map{width:100%;height:clamp(360px,54vw,680px);border-radius:var(--radius-card);border:1px solid var(--color-border-subtle);background:var(--color-surface-soft);overflow:hidden;box-shadow:inset 0 1px #ffffffb3}.stats-map__plot{width:100%;height:100%}.stats-chart{width:100%;height:clamp(360px,54vw,680px);border-radius:var(--radius-card);border:1px solid var(--color-border-subtle);background:var(--color-surface-soft);overflow:hidden;box-shadow:inset 0 1px #ffffffb3}.stats-chart--compact{height:clamp(300px,40vw,460px)}.stats-chart__plot{width:100%;height:100%}.stats-chart--glass{position:relative;background:linear-gradient(135deg,#ffffffdb,#fbfaf785);border-color:#0f172a14;box-shadow:0 18px 40px #0f172a24;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2)}.stats-chart--glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1100px 520px at 0% 0%,rgba(255,255,255,.9),transparent 58%),radial-gradient(900px 520px at 100% 0%,rgba(37,99,235,.12),transparent 52%),radial-gradient(900px 600px at 50% 100%,rgba(15,23,42,.06),transparent 60%);pointer-events:none}.stats-chart--glass .stats-chart__plot{position:relative;z-index:1}.stats-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.85rem}.stats-filter{border:1px solid var(--color-border-subtle);border-radius:var(--radius-pill);background:var(--color-surface-soft);color:var(--color-text-main);font:inherit;font-size:.85rem;font-weight:650;padding:.35rem .75rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .15s ease,border-color .15s ease}.stats-filter:hover{background:var(--color-surface);border-color:var(--color-primary-soft, var(--color-border-subtle))}.stats-filter__remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#11182714;color:var(--color-text-muted);font-size:1rem;line-height:1}.stats-map__plot--interactive,.stats-chart__plot--interactive{cursor:pointer}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;z-index:20;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.25rem;padding:.45rem .5rem calc(.55rem + env(safe-area-inset-bottom));background:#ffffffdb;border-top:1px solid rgba(17,24,39,.12);box-shadow:0 -10px 24px #0f172a14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.bottom-tabs__link{text-decoration:none;color:var(--color-text-soft);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border-radius:14px;padding:.45rem .35rem;font-weight:650;transition:background .15s ease,color .15s ease,transform .15s ease;-webkit-user-select:none;user-select:none}.bottom-tabs__link:hover{background:#0f172a0a;color:var(--color-text-main)}.bottom-tabs__link.is-active{background:#2563eb1a;color:var(--color-text-main)}.bottom-tabs__label{font-size:.68rem;line-height:1;letter-spacing:.02em;white-space:nowrap}@media(min-width:700px){.bottom-tabs{display:none}}:root{--font-family-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-body: clamp(15px, 1.6vw, 17px);--font-size-h1: clamp(24px, 3vw, 32px);--font-size-h2: clamp(18px, 2.2vw, 22px);--font-size-h3: clamp(15px, 1.9vw, 18px);--font-size-meta: 12px;--font-size-base: var(--font-size-body);--line-height-base: 1.55;--color-bg: #f6f3ee;--color-surface: #ffffff;--color-surface-soft: #fbfaf7;--color-surface-warm: #f6eee4;--color-border-subtle: #e5e7eb;--color-border-strong: #111827;--color-text-main: #1f2937;--color-text-muted: #4b5563;--color-text-soft: #6b7280;--color-text-inverse: #ffffff;--color-primary: #111827;--color-primary-soft: #cbd5f5;--color-accent: #2563eb;--color-danger: #b91c1c;--color-danger-soft: #fee2e2;--color-success: #065f46;--color-success-soft: #ecfdf5;--shadow-card: 0 8px 22px rgba(15, 23, 42, .12);--shadow-elevated: 0 16px 36px rgba(15, 23, 42, .18);--radius-card: 18px;--radius-pill: 999px;font-family:var(--font-family-sans);color:var(--color-text-main);background-color:var(--color-bg);line-height:var(--line-height-base)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-size:var(--font-size-base)}a{color:inherit}
