:root{--color-bg: #0d0d0f;--color-surface: #1a1a1e;--color-surface-hover: #232329;--color-border: #2c2c33;--color-text-primary: #ffffff;--color-text-secondary: #a6a6af;--color-text-disabled: #5a5a63;--color-link: #ff6ba0;--color-accent: #ff2d78;--color-accent-hover: #ff4d8d;--color-accent-pressed: #e01b63;--color-accent-disabled: #6e2c46;--color-tag-bg: #2b1420;--color-success: #22c55e;--color-warning: #eab308;--color-danger: #ef4444;--color-on-accent: #ffffff;--color-scrim: rgba(0, 0, 0, .6);--color-accent-glow: rgba(255, 45, 120, .35);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--viewport-stable-height: 100dvh;--radius-sm: 8px;--radius-md: 12px;--radius-card: 18px;--radius-pill: 999px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-xxl: 32px;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-body);font-size:16px;line-height:22px;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}.app-shell{display:flex;flex-direction:column;height:var(--viewport-stable-height);padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);padding-left:max(var(--safe-left),var(--space-lg));padding-right:max(var(--safe-right),var(--space-lg))}.screen-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);text-align:center}.title{font-size:24px;line-height:30px;font-weight:700;margin:0}.body-text{font-size:16px;line-height:22px;margin:0;color:var(--color-text-secondary)}.caption{font-size:13px;line-height:18px;color:var(--color-text-secondary)}.error-text{color:var(--color-danger);font-size:16px;line-height:22px}.button{appearance:none;border:none;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-on-accent);font-family:inherit;font-size:16px;font-weight:700;line-height:22px;padding:var(--space-md) var(--space-xl);cursor:pointer;min-height:44px}.button:hover:not(:disabled){background:var(--color-accent-hover)}.button:active:not(:disabled){background:var(--color-accent-pressed)}.button:disabled{background:var(--color-accent-disabled);cursor:default}.button--ghost{background:transparent;color:var(--color-accent);border:1px solid var(--color-border)}.button--ghost:hover:not(:disabled){background:var(--color-surface-hover)}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--color-border);border-top-color:var(--color-accent);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation-duration:3s}}.more-screen{padding:var(--space-md)}.more-screen__title{margin:0 0 var(--space-md);font-size:22px;line-height:28px}.more-list{display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface)}.more-item{display:flex;align-items:center;gap:var(--space-sm);padding:14px var(--space-md);color:var(--color-text-primary);text-decoration:none;border-bottom:1px solid var(--color-border)}.more-item:last-child{border-bottom:none}.more-item:active{background:var(--color-surface-hover)}.more-item__icon{width:24px;text-align:center;color:var(--color-accent);font-size:18px}.more-item__label{flex:1}.more-item__chevron{color:var(--color-text-secondary);font-size:20px}.status-screen{padding-block:var(--space-xl)}.status-screen__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);width:100%;max-width:360px}.brand-logo{display:block;width:160px;height:auto;max-width:60%;filter:drop-shadow(0 8px 28px var(--color-accent-glow));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.status-screen__title{margin:0}.status-screen__body{margin:0;color:var(--color-text-secondary);text-wrap:pretty}.status-screen__actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm);width:100%;margin-top:var(--space-xs)}.status-screen__action{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;text-decoration:none}.status-screen__action.button{box-shadow:0 6px 20px var(--color-accent-glow)}.status-screen__action.button--ghost{box-shadow:none}@media(max-height:560px){.brand-logo{width:112px}.status-screen__inner{gap:var(--space-md)}}@media(max-width:400px){.status-screen__inner{max-width:100%}}.deck{position:relative;flex:1;min-height:0;margin:var(--space-md) 0;touch-action:none}.deck__card{position:absolute;inset:0;will-change:transform}.deck__card--settling{transition:transform .2s ease-out}.profile-card{position:relative;height:100%;border-radius:var(--radius-card);border:1px solid var(--color-border);background:var(--color-surface);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.profile-card__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}.profile-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--color-tag-bg);color:var(--color-accent);font-size:32px;line-height:38px;font-weight:700}.profile-card__overlay{position:relative;padding:var(--space-lg);background:var(--color-surface);opacity:.96}.profile-card__name{font-size:24px;line-height:30px;font-weight:700;margin:0}.profile-card__about{margin:var(--space-sm) 0 0;font-size:16px;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-card__chips{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}.chip{background:var(--color-tag-bg);color:var(--color-link);border-radius:var(--radius-pill);padding:var(--space-xs) var(--space-md);font-size:13px;line-height:18px}.compat-badge{position:absolute;top:var(--space-lg);right:var(--space-lg);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-on-accent);font-size:12px;line-height:14px;font-weight:700}.cue{position:absolute;padding:var(--space-sm) var(--space-md);border:2px solid currentColor;border-radius:var(--radius-md);font-weight:500;font-size:16px;line-height:22px;pointer-events:none}.cue--like{top:24px;left:24px;color:var(--color-success)}.cue--nope{top:24px;right:24px;color:var(--color-danger)}.cue--super{top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-accent)}.cue--undo{bottom:96px;left:50%;transform:translate(-50%);color:var(--color-text-secondary)}.deck__hint{text-align:center;padding-bottom:var(--space-md)}.match-modal{position:fixed;inset:0;background:var(--color-scrim);display:flex;align-items:center;justify-content:center;padding:var(--space-xl);z-index:10}.match-modal__box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--space-xl);text-align:center;display:flex;flex-direction:column;gap:var(--space-md);max-width:320px;width:100%}.chat-list{display:flex;flex-direction:column;min-height:0;flex:1}.chat-list__title{margin:var(--space-md) 0 var(--space-lg)}.chat-list__sections{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-xl)}.chat-list__section+.chat-list__section{margin-top:var(--space-xl)}.chat-list__section-title{font-size:20px;line-height:26px;font-weight:700;margin:0 0 var(--space-xs)}.chat-list__rows{list-style:none;margin:var(--space-sm) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.chat-row{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:inherit;text-decoration:none;min-height:44px}.chat-row:active{background:var(--color-surface-hover)}.chat-row__avatar{flex:0 0 auto;width:48px;height:48px;border-radius:var(--radius-pill);background:var(--color-tag-bg);color:var(--color-accent);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:26px;font-weight:700}.chat-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.chat-row__top,.chat-row__bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);min-width:0}.chat-row__name{flex:1;min-width:0;font-size:16px;line-height:22px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-row__compat,.chat-header__compat{flex:0 0 auto;height:20px;padding:0 var(--space-sm);border-radius:var(--radius-pill);color:var(--color-on-accent);font-size:12px;line-height:20px;font-weight:700}.chat-row__time{flex:0 0 auto;font-size:13px;line-height:18px;color:var(--color-text-secondary)}.chat-row__preview{flex:1;min-width:0;font-size:13px;line-height:18px;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-row__preview--unread{color:var(--color-text-primary)}.chat-row__unread{flex:0 0 auto;min-width:20px;height:20px;padding:0 6px;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-on-accent);font-size:12px;line-height:20px;font-weight:700;text-align:center}.chat-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.chat-screen{display:flex;flex-direction:column;flex:1;min-height:0}.chat-header{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border)}.chat-header__title{flex:1;min-width:0;margin:0;font-size:20px;line-height:26px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header__icon{appearance:none;border:none;background:transparent;color:var(--color-text-primary);font-size:20px;line-height:26px;min-width:44px;min-height:44px;cursor:pointer}.chat-header__icon:disabled{color:var(--color-text-disabled);cursor:default}.chat-thread{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--space-lg) 0}.chat-thread__more{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg)}.chat-thread__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.bubble-wrap{display:flex;flex-direction:column;align-items:flex-start;align-self:flex-start;max-width:80%;gap:2px}.bubble-wrap--own{align-items:flex-end;align-self:flex-end}.bubble{appearance:none;border:none;border-radius:var(--radius-card);background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;font-size:16px;line-height:22px;text-align:left;padding:var(--space-sm) var(--space-md);cursor:pointer;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.bubble--own{background:var(--color-accent);color:var(--color-on-accent)}.bubble:disabled{cursor:default}.bubble__reaction{margin-top:-6px;padding:2px 6px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);font-size:13px;line-height:18px}.bubble__picker{display:flex;gap:var(--space-xs);padding:var(--space-xs);border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface)}.bubble__picker-item{appearance:none;border:none;background:transparent;font-size:16px;line-height:22px;min-width:32px;min-height:32px;cursor:pointer}.bubble__masked{font-size:13px;line-height:18px;color:var(--color-text-secondary);padding:0 4px}.chat-composer{border-top:1px solid var(--color-border);background:var(--color-surface);padding:var(--space-md) 0;display:flex;flex-direction:column;gap:var(--space-xs)}.chat-composer__row{display:flex;align-items:flex-end;gap:var(--space-sm)}.chat-composer__input{flex:1;min-width:0;max-height:120px;resize:none;font-family:inherit;font-size:16px;line-height:22px;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text-primary);-webkit-user-select:text;user-select:text}.chat-composer__input::placeholder{color:var(--color-text-disabled)}.chat-dialog__backdrop{position:fixed;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:var(--space-xl);background:var(--color-scrim)}.chat-dialog{width:100%;max-width:420px;max-height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl);border-radius:var(--radius-card);background:var(--color-surface)}.chat-dialog__options{display:flex;flex-direction:column;gap:var(--space-sm)}.chat-dialog__option{appearance:none;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text-primary);font-family:inherit;font-size:16px;line-height:22px;font-weight:500;text-align:left;padding:var(--space-md) var(--space-lg);cursor:pointer;min-height:44px}.chat-dialog__option--selected{border-color:var(--color-accent);background:var(--color-tag-bg);color:var(--color-accent)}.chat-dialog__label{font-size:13px;line-height:18px;color:var(--color-text-secondary)}.chat-dialog__note{min-height:88px;resize:vertical;font-family:inherit;font-size:16px;line-height:22px;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text-primary);-webkit-user-select:text;user-select:text}.spinner--sm{width:16px;height:16px;border-width:2px}.ai-inline{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.ai-consent{margin:0;padding:var(--space-md);border-left:3px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-tag-bg)}.ai-bar{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-sm) 0 0}.ai-bar__actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.ai-bar__button{flex:1 1 auto;min-width:0;min-height:40px;padding:0 var(--space-md);font-size:14px}.ai-panel{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.ai-panel__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.ai-panel__close{appearance:none;border:none;background:transparent;color:var(--color-text-secondary);font-size:16px;line-height:22px;min-width:44px;min-height:44px;cursor:pointer}.ai-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.ai-suggestion{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg)}.ai-panel__text{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.ai-panel__score{margin:0;color:var(--color-accent)}.ai-panel__actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.ai-panel__error{display:flex;flex-direction:column;gap:var(--space-sm);align-items:flex-start}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ev-list{display:flex;flex-direction:column;min-height:0;flex:1}.ev-list__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin:var(--space-md) 0 var(--space-lg)}.ev-list__passport{flex:0 0 auto;color:var(--color-accent);text-decoration:none;font-size:16px;line-height:22px;font-weight:700;min-height:44px;display:flex;align-items:center}.ev-list__items{list-style:none;margin:0;padding:0 0 var(--space-xl);display:flex;flex-direction:column;gap:var(--space-lg);flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.ev-list__link{display:block;color:inherit;text-decoration:none}.ev-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.ev-card{border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);overflow:hidden}.ev-card__cover{position:relative;height:140px}.ev-card__cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ev-card__badge,.ev-card__going{position:absolute;top:var(--space-md);font-size:12px;line-height:20px;font-weight:700;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-pill)}.ev-card__badge{left:var(--space-md);background:var(--color-bg);color:var(--color-text-primary)}.ev-card__going{right:var(--space-md);background:var(--color-accent);color:var(--color-on-accent)}.ev-card__body{padding:var(--space-lg)}.ev-card__title{margin:0;font-size:20px;line-height:26px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ev-card__meta{margin:var(--space-xs) 0 0}.ev-card__attendees{margin:var(--space-sm) 0 0;color:var(--color-link)}.ev-detail{display:flex;flex-direction:column;gap:var(--space-md);flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--space-lg) 0 var(--space-xxl)}.ev-detail__pill{align-self:flex-start;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-pill);color:var(--color-on-accent);font-size:12px;line-height:20px;font-weight:700}.ev-detail__title{margin:0}.ev-detail__date{margin:0;color:var(--color-link);font-weight:700}.ev-detail__desc{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.ev-detail__attendees{margin:0;color:var(--color-link)}.ev-detail__action{width:100%}.ev-detail__error{margin:calc(-1 * var(--space-sm)) 0 0;text-align:center}.ev-detail__stamp{margin:0;text-align:center;color:var(--color-success);font-weight:700}.ev-promo{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-lg);border-radius:var(--radius-card);background:var(--color-accent);color:var(--color-on-accent)}.ev-promo__discount{margin:0;font-weight:700}.ev-promo__code{margin:0;font-size:24px;line-height:30px;font-weight:700;letter-spacing:1px;-webkit-user-select:text;user-select:text}.ev-promo__text,.ev-promo__hint{margin:0}.ev-promo__hint{font-size:13px;line-height:18px}.ev-ticket{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.ev-ticket__status{margin:0;font-weight:700}.ev-ticket__status--ok{color:var(--color-success)}.ev-ticket__status--pending{color:var(--color-warning)}.ev-map{height:180px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);overflow:hidden}.ev-map--fallback{height:120px;display:flex;align-items:center;justify-content:center}.ev-map__city{font-weight:700;color:var(--color-text-secondary)}.ev-map__canvas{width:100%;height:100%}.ev-map__marker{stroke:var(--color-on-accent);stroke-width:3;fill:var(--color-accent);fill-opacity:1}.ev-map .leaflet-container{background:var(--color-surface);font-family:inherit}.ev-map .leaflet-control-attribution{font-size:10px;background:var(--color-surface);color:var(--color-text-secondary)}.ev-map .leaflet-control-attribution a{color:var(--color-link)}.hm-screen{display:flex;flex-direction:column;flex:1;min-height:0;padding:var(--space-md) 0 var(--space-xl);gap:var(--space-lg)}.hm-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.hm-emoji{margin:0;font-size:56px;line-height:64px}.hm-saved{margin:0;max-width:320px}.hm-progress{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.hm-progress__text{margin:0}.hm-dots{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);flex-wrap:wrap}.hm-dot{width:8px;height:8px;border-radius:var(--radius-pill);background:var(--color-border)}.hm-dot--done{background:var(--color-accent)}.hm-dot--current{width:22px;background:var(--color-accent)}.hm-card-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.hm-card{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);text-align:center}.hm-card__emoji{margin:0;font-size:48px;line-height:56px}.hm-card__text{margin:0;font-size:20px;line-height:26px;font-weight:700;color:var(--color-text-primary);overflow-wrap:anywhere}.hm-actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-md);text-align:center}.hm-actions .spinner{align-self:center}.hm-actions .error-text{margin:0}.pp-screen{flex:1;display:flex;flex-direction:column;gap:var(--space-lg);padding-bottom:var(--space-xxl)}.pp-screen__title{margin:var(--space-lg) 0 0}.pp-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xxl) 0;text-align:center}.pp-section{display:flex;flex-direction:column;gap:var(--space-sm)}.pp-section__title{margin:0;font-size:20px;line-height:26px;font-weight:700}.pp-discount{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-xs);padding:var(--space-lg);border-radius:var(--radius-card);background:var(--color-accent);color:var(--color-on-accent)}.pp-discount__badge{font-size:12px;line-height:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pp-discount__entries{font-size:20px;line-height:26px;font-weight:700}.pp-discount__hint{font-size:13px;line-height:18px}.pp-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--space-md)}.pp-stamp{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md);border:1px solid var(--color-accent);border-radius:var(--radius-card);background:var(--color-surface)}.pp-stamp__icon{font-size:28px;line-height:32px}.pp-stamp__title{font-size:16px;line-height:22px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pp-stamp__city{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-stamp__date{font-size:13px;line-height:18px;color:var(--color-link)}.confirm-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-xl);background:var(--color-scrim);padding-top:max(var(--space-xl),var(--safe-top));padding-bottom:max(var(--space-xl),var(--safe-bottom))}.confirm-box{width:100%;max-width:340px;display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl);border-radius:var(--radius-card);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 18px 48px #00000073}.confirm-title{margin:0;font-size:20px;line-height:26px;font-weight:700;color:var(--color-text-primary)}.confirm-body{margin:0;font-size:16px;line-height:22px;color:var(--color-text-secondary)}.confirm-actions{display:flex;gap:var(--space-md);margin-top:var(--space-sm)}.confirm-action{flex:1;padding-left:var(--space-md);padding-right:var(--space-md)}.pf-button--danger{background:var(--color-danger);color:var(--color-on-accent)}.pf-button--danger:hover:not(:disabled),.pf-button--danger:active:not(:disabled){background:var(--color-danger);filter:brightness(1.1)}.profile-screen{flex:1;display:flex;flex-direction:column;gap:var(--space-lg);padding-bottom:var(--space-xxl)}.profile-screen__header{display:flex;flex-direction:column;gap:var(--space-xs);padding-top:var(--space-lg)}.profile-screen__cta{margin-top:var(--space-md)}.profile-verified{margin:0;align-self:flex-start;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-pill);background:var(--color-tag-bg);color:var(--color-success);font-size:13px;line-height:18px;font-weight:700}.profile-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:var(--space-sm)}.profile-gallery__img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface)}.profile-facts{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:var(--space-sm) var(--space-md);margin:0;align-items:baseline}.profile-facts dt{margin:0}.profile-facts dd{margin:0;color:var(--color-text-primary);overflow-wrap:anywhere}.profile-about{margin:0;color:var(--color-text-primary);white-space:pre-wrap;overflow-wrap:anywhere}.profile-section{display:flex;flex-direction:column;gap:var(--space-sm)}.pf-chip-row{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.pf-chip{display:inline-flex;align-items:center;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-pill);border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-family:inherit;font-size:13px;line-height:18px}.pf-chip--selectable{cursor:pointer;min-height:36px}.pf-chip--on{border-color:var(--color-accent);background:var(--color-tag-bg);color:var(--color-accent)}.profile-form{display:flex;flex-direction:column;gap:var(--space-lg)}.pf-field{display:flex;flex-direction:column;gap:var(--space-xs);border:none;margin:0;padding:0;min-width:0}.pf-field legend{padding:0;margin-bottom:var(--space-xs)}.pf-field__input{width:100%;min-width:0;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;font-size:16px;line-height:22px}.pf-field__input:focus{outline:2px solid var(--color-accent);outline-offset:1px}.pf-field__textarea{min-height:120px;resize:vertical}.pf-field__error{color:var(--color-danger);font-size:13px;line-height:18px}.profile-form__actions{display:flex;gap:var(--space-md)}.profile-form__actions .button{flex:1}.pf-photo-manager{display:flex;flex-direction:column;gap:var(--space-sm)}.pf-photo-manager__counter,.pf-photo-manager__full{margin:0}.pf-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-sm)}.pf-photo-tile{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);overflow:hidden}.pf-photo-tile__img{width:100%;height:100%;object-fit:cover;display:block}.pf-photo-tile__badge{position:absolute;top:var(--space-xs);left:var(--space-xs);padding:2px var(--space-sm);border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-on-accent);font-size:12px;line-height:14px;font-weight:700}.pf-photo-tile__remove,.pf-photo-tile__arrow{appearance:none;border:none;cursor:pointer;color:var(--color-on-accent);background:var(--color-scrim);font-family:inherit;font-size:14px;line-height:1}.pf-photo-tile__remove{position:absolute;top:var(--space-xs);right:var(--space-xs);width:28px;height:28px;border-radius:50%}.pf-photo-tile__move{position:absolute;left:0;right:0;bottom:0;display:flex}.pf-photo-tile__arrow{flex:1;height:28px}.pf-photo-tile__remove:disabled,.pf-photo-tile__arrow:disabled{opacity:.4;cursor:default}.pf-photo-tile__progress{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--color-scrim);color:var(--color-on-accent);font-weight:700}.pf-photo-tile--add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);cursor:pointer;border-style:dashed;color:var(--color-text-secondary);font-family:inherit;font-size:24px}.pf-photo-tile--add:disabled{opacity:.5;cursor:default}.settings-screen{flex:1;display:flex;flex-direction:column;gap:var(--space-xl);padding-bottom:var(--space-xxl)}.settings-screen__title{margin:var(--space-lg) 0 0}.settings-section{display:flex;flex-direction:column;gap:var(--space-md)}.settings-section__title{margin:0;font-size:16px;line-height:22px;font-weight:700;color:var(--color-text-secondary)}.settings-label{margin:0}.settings-field{display:flex;flex-direction:column;gap:var(--space-xs);min-width:0;flex:1}.settings-row{display:flex;gap:var(--space-md)}.settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) 0;cursor:pointer;min-height:44px}.settings-toggle__label{flex:1;min-width:0}.settings-toggle input[type=checkbox]{width:44px;height:26px;flex:none;accent-color:var(--color-accent);cursor:pointer}.settings-banner{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--color-danger);background:var(--color-tag-bg)}.settings-banner__title{margin:0;font-size:16px;line-height:22px;font-weight:700;color:var(--color-danger)}.cm-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:var(--space-xl);background:var(--color-scrim)}.cm-box{width:100%;max-width:360px;display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.cm-title{margin:0;font-size:18px;line-height:24px;font-weight:700;color:var(--color-text-primary)}.cm-body{margin:0;font-size:15px;line-height:21px;color:var(--color-text-secondary)}.cm-actions{display:flex;gap:var(--space-md);margin-top:var(--space-sm)}.cm-action{flex:1;padding-left:var(--space-md);padding-right:var(--space-md)}.cm-action--danger{background:var(--color-danger);color:#fff}.cm-action--danger:hover:not(:disabled),.cm-action--danger:active:not(:disabled){background:var(--color-danger);filter:brightness(1.1)}.so-screen{flex:1;display:flex;flex-direction:column;gap:var(--space-md);padding-bottom:var(--space-xxl)}.so-screen__title{margin:var(--space-lg) 0 0}.so-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xxl) 0;text-align:center}.so-error{margin:0;text-align:center}.so-sections{display:flex;flex-direction:column;gap:var(--space-xl)}.so-section{display:flex;flex-direction:column;gap:var(--space-xs)}.so-section__title{margin:0;font-size:20px;line-height:26px;font-weight:700}.so-section__footer{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-md) 0}.so-rows{list-style:none;margin:var(--space-sm) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.so-row{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);min-height:44px}.so-row__avatar{flex:0 0 auto;width:44px;height:44px;border-radius:var(--radius-pill);object-fit:cover}.so-row__avatar--initial{display:flex;align-items:center;justify-content:center;background:var(--color-tag-bg);color:var(--color-accent);font-size:16px;line-height:22px;font-weight:700}.so-row__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.so-row__name{font-size:16px;line-height:22px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.so-row__name--wide{flex:1;min-width:0}.so-row__city{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.so-row__action{appearance:none;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--color-accent);font-family:inherit;font-size:24px;line-height:28px;min-width:44px;min-height:44px;cursor:pointer}.so-row__action:disabled{cursor:default}.so-row__action[aria-pressed=true]:disabled{color:var(--color-accent);opacity:1}.so-row__button{flex:0 0 auto;padding:10px var(--space-lg);font-size:15px;line-height:20px}.so-spinner--inline{width:18px;height:18px;border-width:2px}.st-screen{display:flex;flex-direction:column;flex:1;min-height:0;gap:var(--space-md);padding-bottom:var(--space-xl);overflow-y:auto;-webkit-overflow-scrolling:touch}.st-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.st-icon-button{appearance:none;border:none;background:transparent;color:var(--color-text-primary);font-family:inherit;font-size:20px;line-height:26px;min-width:44px;min-height:44px;cursor:pointer}.st-icon-button:disabled{color:var(--color-text-disabled);cursor:default}.st-bar{display:flex;flex-direction:row;gap:var(--space-md);overflow-x:auto;-webkit-overflow-scrolling:touch;flex:0 0 auto;padding:var(--space-xs) 0}.st-bar__item{appearance:none;border:none;background:transparent;color:inherit;font-family:inherit;display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);width:72px;flex:0 0 auto;padding:0;cursor:pointer}.st-bar__ring{width:64px;height:64px;border-radius:var(--radius-pill);border:2px solid var(--color-accent);background:var(--color-tag-bg);color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:26px;font-weight:700}.st-bar__ring--add{border-style:dashed;color:var(--color-accent);font-size:24px;line-height:30px}.st-bar__item--active .st-bar__ring{box-shadow:0 0 0 3px var(--color-accent-glow)}.st-bar__name{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-bar__count{color:var(--color-accent);font-weight:700}.st-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.st-viewer{display:flex;flex-direction:column;gap:var(--space-md)}.st-progress{display:flex;flex-direction:row;gap:var(--space-xs)}.st-progress__seg{flex:1;height:3px;border-radius:var(--radius-pill);background:var(--color-border)}.st-progress__seg--done{background:var(--color-accent)}.st-viewer__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.st-viewer__name{flex:1;min-width:0;font-size:16px;line-height:22px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-media{position:relative;width:100%;aspect-ratio:3 / 4;max-height:60vh;border-radius:var(--radius-card);overflow:hidden;background:var(--color-surface)}.st-media__el{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:var(--color-bg)}.st-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.st-nav .button{padding:var(--space-sm) var(--space-lg)}.st-own{display:flex;flex-direction:column;gap:var(--space-sm)}.st-delete{align-self:flex-start;border-color:var(--color-danger);color:var(--color-danger)}.st-reply{display:flex;flex-direction:column;gap:var(--space-sm)}.st-reply__reactions{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-xs)}.st-reply__reaction{appearance:none;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);font-family:inherit;font-size:20px;line-height:26px;padding:var(--space-xs) var(--space-sm);min-height:44px;cursor:pointer}.st-reply__reaction:disabled{opacity:.5;cursor:default}.st-reply__row{display:flex;align-items:center;gap:var(--space-sm)}.st-reply__input{flex:1;min-width:0;font-family:inherit;font-size:16px;line-height:22px;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-bg);color:var(--color-text-primary);-webkit-user-select:text;user-select:text}.st-reply__input::placeholder{color:var(--color-text-disabled)}.st-reply__send{flex:0 0 auto;padding:var(--space-sm) var(--space-lg)}.st-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.st-compose__preview,.st-compose__placeholder{position:relative;width:100%;aspect-ratio:3 / 4;max-height:55vh;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);overflow:hidden}.st-compose__placeholder{display:flex;align-items:center;justify-content:center}.st-compose__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.st-progress-bar{width:100%;height:6px;border-radius:var(--radius-pill);background:var(--color-border);overflow:hidden}.st-progress-bar__fill{height:100%;background:var(--color-accent);transition:width .2s linear}.st-field{display:flex;flex-direction:column;gap:var(--space-xs)}.st-caption-input{min-height:88px;resize:vertical;font-family:inherit;font-size:16px;line-height:22px;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text-primary);-webkit-user-select:text;user-select:text}.st-caption-input::placeholder{color:var(--color-text-disabled)}.st-counter{align-self:flex-end}.st-error{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md);border:1px solid var(--color-danger);border-radius:var(--radius-md);background:var(--color-surface)}.st-error__title{margin:0;font-size:16px;line-height:22px;font-weight:700}.st-compose__actions{display:flex;flex-direction:row;gap:var(--space-md)}.st-compose__actions .button{flex:1}@media(prefers-reduced-motion:reduce){.st-progress-bar__fill{transition:none}}.sb-screen{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;gap:var(--space-lg);padding:var(--space-md) 0 var(--space-xl)}.sb-title{margin:0}.sb-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.sb-notice{margin:0;padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.sb-current{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md);border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-tag-bg)}.sb-current__title{margin:0;font-size:20px;line-height:26px;font-weight:700}.sb-current__line,.sb-current__none{margin:0}.sb-current__entitlements{list-style:none;margin:var(--space-xs) 0 0;padding:0;display:flex;flex-direction:column;gap:2px}.sb-plans{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-lg)}.sb-plan{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl);border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.sb-plan--active{border-color:var(--color-accent)}.sb-plan__head{display:flex;align-items:center;gap:var(--space-sm)}.sb-plan__title{flex:1;min-width:0;margin:0;font-size:20px;line-height:26px;font-weight:700;overflow-wrap:anywhere}.sb-plan__badge{flex:0 0 auto;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-on-accent);font-size:12px;line-height:20px;font-weight:700}.sb-plan__price{margin:0;font-size:24px;line-height:30px;font-weight:700;color:var(--color-accent)}.sb-plan__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.sb-plan__feature{display:flex;align-items:flex-start;gap:var(--space-sm)}.sb-plan__check{flex:0 0 auto;color:var(--color-success);font-weight:700}.sb-plan__cta{width:100%}.tk-screen{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:var(--space-xxl);padding:var(--space-md) 0 var(--space-xl)}.tk-section{display:flex;flex-direction:column;gap:var(--space-md)}.tk-section__title{font-size:20px;line-height:26px;font-weight:700;margin:0}.tk-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl) 0;text-align:center}.tk-link{text-decoration:none;display:inline-flex;align-items:center}.tk-card{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);padding:var(--space-xl);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.tk-card--plain{align-items:stretch;gap:var(--space-md);padding:var(--space-lg)}.tk-qr{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);align-self:stretch}.tk-qr__frame{display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;max-width:100%}.tk-qr__svg{width:100%;height:100%;display:block}.tk-qr__code-box{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);align-self:stretch}.tk-qr__code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:16px;line-height:24px;letter-spacing:1px;text-align:center;overflow-wrap:anywhere;color:var(--color-text-primary);-webkit-user-select:text;user-select:text}.tk-badge{display:inline-block;padding:2px var(--space-md);border-radius:var(--radius-pill);background:var(--color-surface-hover);color:var(--color-text-secondary);font-size:12px;line-height:20px;font-weight:700;white-space:nowrap}.tk-badge--free,.tk-badge--approved{color:var(--color-success)}.tk-badge--used,.tk-badge--rejected{background:var(--color-tag-bg);color:var(--color-danger)}.tk-badge--awaiting_payment{color:var(--color-warning)}.tk-badge--payment_declared{color:var(--color-link)}.tk-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.tk-row{appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:44px;padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;text-align:left;cursor:pointer}.tk-row:active{background:var(--color-surface-hover)}.tk-row--selected{border-color:var(--color-accent)}.tk-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tk-row__title{font-size:16px;line-height:22px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tk-row__side{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-xs)}.tk-detail{display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-md);padding:var(--space-lg);border:1px solid var(--color-accent);border-radius:var(--radius-card);background:var(--color-bg)}.tk-detail__head{display:flex;justify-content:flex-end}.tk-detail__close{min-height:36px;padding:var(--space-sm) var(--space-lg);font-size:13px;line-height:18px}.tk-block{display:flex;flex-direction:column;gap:var(--space-md)}.tk-block__title{font-size:20px;line-height:26px;font-weight:700;margin:0}.tk-block__title--danger{color:var(--color-danger)}.tk-pay-row{display:flex;flex-direction:column;gap:2px}.tk-pay-row__value{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.tk-selectable{flex:1;min-width:0;overflow-wrap:anywhere;font-size:16px;line-height:22px;font-weight:500;color:var(--color-text-primary);-webkit-user-select:text;user-select:text}.tk-mono{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-weight:400;letter-spacing:.5px}.tk-copy{flex:0 0 auto;appearance:none;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:transparent;color:var(--color-accent);font-family:inherit;font-size:13px;line-height:18px;padding:var(--space-xs) var(--space-md);min-height:32px;cursor:pointer}.tk-copy:active{background:var(--color-surface-hover)}.tk-steps{list-style:none;counter-reset:tk-step;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.tk-steps__item{counter-increment:tk-step;display:flex;align-items:flex-start;gap:var(--space-md)}.tk-steps__item:before{content:counter(tk-step);flex:0 0 auto;width:26px;height:26px;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-on-accent);font-size:12px;line-height:26px;font-weight:700;text-align:center}.tk-steps__text{flex:1;min-width:0;font-size:16px;line-height:22px;color:var(--color-text-primary)}.app-shell__content{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.tab-bar{display:flex;flex-shrink:0;gap:var(--space-xs);margin-top:var(--space-sm);padding:var(--space-xs);border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface)}.tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-pill);color:var(--color-text-secondary);text-decoration:none}.tab--active{background:var(--color-tag-bg);color:var(--color-accent)}.tab__icon{font-size:18px;line-height:20px}.tab__label{font-size:11px;line-height:14px;font-weight:700}.deep-header{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0;min-height:44px}.deep-header__back{appearance:none;border:none;background:transparent;color:var(--color-link);font-family:inherit;font-size:16px;font-weight:700;padding:var(--space-sm) var(--space-sm) var(--space-sm) 0;cursor:pointer}.deep-header__title{font-size:17px;line-height:22px;font-weight:700;margin:0}.status-icon{font-size:40px;line-height:44px}.button--wide{width:100%;max-width:420px}.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}.welcome__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid var(--color-accent)}.welcome__avatar--empty{display:flex;align-items:center;justify-content:center;background:var(--color-tag-bg);color:var(--color-accent);font-size:36px;font-weight:800}.form{display:flex;flex-direction:column;gap:var(--space-lg);padding:var(--space-md) 0 var(--space-xxl)}.field{display:flex;flex-direction:column;gap:var(--space-xs)}.field__label{font-size:13px;line-height:18px;font-weight:700;color:var(--color-text-secondary)}.field__required{color:var(--color-accent)}.field__hint{font-size:12px;line-height:16px;color:var(--color-text-secondary);margin:0}.field__error{font-size:13px;line-height:18px;color:var(--color-danger);margin:0}.input{width:100%;min-height:44px;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;font-size:16px;line-height:22px}.input:focus{outline:2px solid var(--color-accent);outline-offset:1px}.input[aria-invalid=true]{border-color:var(--color-danger)}.input--multiline{resize:vertical;min-height:72px}.chips{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.chip{appearance:none;min-height:40px;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;font-size:14px;line-height:20px;cursor:pointer}.chip--active{background:var(--color-tag-bg);border-color:var(--color-accent);color:var(--color-accent);font-weight:700}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.photo-tile{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border)}.photo-tile__image{width:100%;height:100%;object-fit:cover}.photo-tile__remove{position:absolute;top:var(--space-xs);right:var(--space-xs);width:28px;height:28px;border-radius:50%;border:none;background:var(--color-scrim);color:var(--color-on-accent);font-size:18px;line-height:18px;cursor:pointer}.photo-tile--add{display:flex;align-items:center;justify-content:center;border-style:dashed;border-color:var(--color-accent);color:var(--color-accent);font-size:28px;font-family:inherit;cursor:pointer}.photo-tile--add:disabled{color:var(--color-text-disabled);border-color:var(--color-border);cursor:default}
