*{-webkit-tap-highlight-color:transparent}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.bottom-nav{background:#fff;border-top:1px solid #e0e0e0;bottom:0;justify-content:space-around;padding:8px 0 calc(8px + env(safe-area-inset-bottom));position:-webkit-sticky;position:sticky;z-index:100}.bottom-nav,.bottom-nav__item{align-items:center;display:flex}.bottom-nav__item{background:none;border:none;color:#999;cursor:pointer;flex:1 1;flex-direction:column;gap:4px;padding:8px 16px;transition:all .2s}.bottom-nav__item--active{color:#000}.bottom-nav__icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.bottom-nav__icon{font-size:24px;line-height:1}.bottom-nav__label{font-size:11px;font-weight:600;line-height:1}.bottom-nav__badge{background:#ff3b30;border-radius:10px;color:#fff;font-size:10px;font-weight:700;min-width:18px;padding:2px 6px;position:absolute;right:-10px;text-align:center;top:-6px}.bottom-nav__item:active{opacity:.6}@media (min-width:768px){.bottom-nav{left:0;margin:0 auto;max-width:768px;right:0}}.top-nav{background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.top-nav,.top-nav__button{align-items:center;display:flex}.top-nav__button{background:none;border:none;border-radius:50%;cursor:pointer;height:44px;justify-content:center;transition:background-color .2s;width:44px}.top-nav__button:hover{background-color:#f0f0f0}.top-nav__button:active{background-color:#e0e0e0}.top-nav__icon{font-size:24px}.top-nav__logo{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center}.top-nav__logo-icon{animation:pulse 1.5s ease-in-out infinite;font-size:32px}.top-nav__offline-badge{align-items:center;animation:fadeIn .3s ease-out;background:#ff9500;border-radius:12px;display:flex;gap:4px;padding:2px 8px}.top-nav__offline-icon{font-size:12px}.top-nav__offline-text{color:#fff;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.confetti-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.confetti-piece{animation:confetti-fall linear forwards;height:10px;opacity:.9;position:absolute;top:-10px;width:10px}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.toast{align-items:center;animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;gap:12px;margin-bottom:12px;max-width:90vw;min-width:300px;padding:16px 20px}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.toast__icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.toast__message{color:#333;flex:1 1;font-size:14px;line-height:1.4}.toast__close{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:20px;justify-content:center;padding:0;transition:color .2s;width:20px}.toast__close:hover{color:#333}.toast--success{border-left:4px solid #4caf50}.toast--success .toast__icon{background:#4caf50;color:#fff}.toast--error{border-left:4px solid #ff3b30}.toast--error .toast__icon{background:#ff3b30;color:#fff}.toast--warning{border-left:4px solid #ff9500}.toast--warning .toast__icon{background:#ff9500;color:#fff}.toast--info{border-left:4px solid #007aff}.toast--info .toast__icon{background:#007aff;color:#fff}.toast-container{align-items:flex-end;display:flex;flex-direction:column;position:fixed;right:20px;top:20px;z-index:9999}@media (max-width:768px){.toast-container{align-items:stretch;left:10px;right:10px;top:10px}}*{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;position:fixed}#root,body,html{height:100%;overflow:hidden;width:100%}.app{align-items:center;background:#f5f5f5;justify-content:center;min-height:100vh;min-height:-webkit-fill-available}.app,.app__container{display:flex;height:100%;overflow:hidden;width:100%}.app__container{background:#fff;box-shadow:0 0 40px #0000001a;flex-direction:column;max-height:100vh;max-height:-webkit-fill-available;max-width:480px;position:relative}.app__content{-webkit-overflow-scrolling:touch;flex:1 1;overflow:hidden;overflow-y:auto;position:relative}.app__content,.likes-screen{display:flex;flex-direction:column}.likes-screen{background:#fff;height:100%;overflow:hidden}.likes-screen__header{border-bottom:1px solid #e0e0e0;flex-shrink:0;padding:max(16px,env(safe-area-inset-top)) 16px 16px}.likes-screen__header h1{color:#000;font-size:24px;font-weight:700;margin:0}.likes-screen__content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 16px max(16px,env(safe-area-inset-bottom))}.likes-screen__empty{padding:60px 20px;text-align:center}.likes-screen__empty p{color:#000;font-size:18px;font-weight:600;margin-bottom:8px}.likes-screen__empty-subtitle{color:#666;font-size:15px;font-weight:400}.likes-screen__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.likes-screen__card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:transform .2s,box-shadow .2s}.likes-screen__card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.likes-screen__card:active{box-shadow:0 1px 4px #0000001a;transform:scale(.98)}.likes-screen__card-photo{aspect-ratio:3/4;background-position:50%;background-size:cover;width:100%}.likes-screen__card-info{background:#fff;padding:10px 12px}.likes-screen__card-info h3{color:#000;font-size:15px;font-weight:700;margin:0 0 2px}.likes-screen__card-info h3,.likes-screen__card-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.likes-screen__card-info p{color:#666;font-size:13px;margin:0}@media (max-width:480px){.app__container{border-radius:0;box-shadow:none;max-width:100%}.likes-screen__header h1{font-size:22px}.likes-screen__grid{gap:10px}.likes-screen__content{padding:12px}}@media (max-width:360px){.likes-screen__card-info h3{font-size:14px}.likes-screen__card-info p{font-size:12px}.likes-screen__header h1{font-size:20px}}.app__loading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px}.app__loading-spinner{animation:spin 1s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#000;height:48px;margin-bottom:16px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.app__loading p{color:#666;font-size:16px;margin:0}@media (max-width:480px){.app__container{box-shadow:none;max-width:100%}}@media (min-width:481px){.app{padding:20px}.app__container{border-radius:16px}}.error-boundary{align-items:center;background:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.error-boundary__content{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.error-boundary__icon{font-size:64px;margin-bottom:20px}.error-boundary__title{color:#000;font-size:24px;font-weight:700;margin:0 0 12px}.error-boundary__message{color:#666;font-size:16px;line-height:1.5;margin:0 0 24px}.error-boundary__details{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:24px;padding:16px;text-align:left}.error-boundary__details summary{color:#666;cursor:pointer;font-weight:600;margin-bottom:12px}.error-boundary__error-text{color:#ff3b30;font-size:12px;margin:12px 0 0;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.error-boundary__actions{display:flex;gap:12px;justify-content:center}.error-boundary__button{background:#000;border:none;border-radius:24px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.error-boundary__button:hover{background:#333}.error-boundary__button:active{transform:scale(.95)}.error-boundary__button--secondary{background:#f0f0f0;color:#000}.error-boundary__button--secondary:hover{background:#e0e0e0}@media (max-width:768px){.error-boundary__content{padding:30px 20px}.error-boundary__actions{flex-direction:column}.error-boundary__button{width:100%}}
/*# sourceMappingURL=main.a88ac369.css.map*/