#root{min-height:100vh;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column;margin:0 auto;text-align:center;width:100%}.app__main{flex:1}.app__home{display:flex;flex-direction:column;gap:2rem}.app__logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.app__logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.app__logo--react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes app-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .app__logo{animation:app-logo-spin infinite 20s linear}}.app__card{padding:2em}.app__docs{color:#888}.navbar{background-color:#4361ee;position:fixed;top:0;width:100%;height:60px;display:flex;align-items:center;z-index:50;font-family:Inter,sans-serif}.navbar__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.navbar__logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.navbar__logo--accent{color:#fff}.navbar__links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;height:100%;align-items:center}.navbar__links li{display:flex;align-items:center;gap:1.5rem}.navbar__link,.navbar__link--login,.navbar__link--button{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;line-height:60px;cursor:pointer;background:none;border:none;padding:0;display:inline-block;transition:color .2s ease}.navbar__link:hover,.navbar__link--login:hover,.navbar__link--button:hover{color:#f0f4ff}.navbar__menu{display:none;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}.navbar__mobile-links{display:flex;flex-direction:column;position:absolute;top:60px;left:0;width:100%;background-color:#4361ee;padding:1rem;gap:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.navbar__mobile-links--open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__mobile-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 0;cursor:pointer}.navbar__mobile-link:hover{color:#f0f4ff}@media (max-width: 768px){.navbar__links{display:none}.navbar__menu{display:block}}.hero{min-height:100vh;display:flex;align-items:center;padding:.5rem 0;background:linear-gradient(135deg,#4361ee,#3a0ca3,#7209b7);color:#fff;overflow:hidden}.hero__container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero__content{text-align:left}.hero__title{font-size:4rem;font-weight:500;line-height:1.1;margin-bottom:2rem;text-shadow:0 4px 8px rgba(0,0,0,.2)}.hero__description{font-size:1.5rem;font-weight:500;margin-bottom:3rem;max-width:600px;line-height:1.6}.hero__button{display:inline-block;background-color:#fff;color:#4361ee;padding:1.2rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.2rem;text-decoration:none;box-shadow:0 8px 25px #0003;transition:all .3s ease;cursor:pointer}.hero__button:hover{background-color:#f8f9fa;box-shadow:0 12px 35px #0000004d}.hero__image-container{display:flex;justify-content:center;align-items:center}.hero__image{width:100%;max-width:900px;height:auto;border-radius:20px;box-shadow:0 20px 40px #fefcfc4d}@media (min-width: 768px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem}.hero__title{font-size:4.8rem}}@media (min-width: 1024px){.hero__title{font-size:4rem}.hero__description{font-size:1.5rem}}@media (max-width: 767px){.hero__content{text-align:center}.hero__title{font-size:1.8rem}.hero__description{font-size:1.3rem}.hero__button{padding:.5rem 1rem;font-size:1.1rem}}.features{padding:7rem 0;background-color:#f9fafb}.features__container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.features__title{font-size:2.25rem;font-weight:800;margin-bottom:4rem;color:#1f2937}.features__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.features__icon-container{display:inline-flex;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:3.5rem}.features__icon{color:var(--color-heading, #1f2937)}.features__icon--primary{color:var(--color-primary, #4361ee)}.features__icon--accent{color:var(--color-accent, #f72585)}.features__icon-container--composite{position:relative;width:1em;height:1em}.features__icon-container--composite>.features__icon:nth-child(2){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.5em}.features__card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease}.features__card:hover{transform:translateY(-.5rem);box-shadow:0 25px 50px -12px #00000040}.features__card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.features__card-desc{color:#4b5563;font-size:1.125rem;line-height:1.6}@media (min-width: 768px){.features__title{font-size:2.5rem}.features__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.features__card{padding:2.5rem}.features__icon-container{font-size:4.5rem}}@media (min-width: 1024px){.features__title{font-size:3rem}}.testimonials{padding:7rem 0;background-color:#f9fafb}.testimonials__container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.testimonials__title{font-size:2.5rem;font-weight:800;margin-bottom:4rem;color:#1f2937}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}.testimonial__card{padding:3rem 2.5rem;border-radius:1.5rem;text-align:left;box-shadow:0 10px 25px #0000001a;transition:all .3s ease}.testimonial__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.testimonial__card--blue{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff}.testimonial__card--purple{background:linear-gradient(135deg,#7209b7,#560bad);color:#fff}.testimonial__card--green{background:linear-gradient(135deg,#4cc9f0,#4895ef);color:#fff}.testimonial__content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.testimonial__text{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;font-style:italic}.testimonial__author{margin-top:auto}.testimonial__name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.testimonial__role{font-size:1rem;opacity:.9}@media (min-width: 768px){.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.testimonials__title{font-size:3rem}}@media (min-width: 1024px){.testimonial__card{padding:3.5rem 3rem}.testimonial__text{font-size:1.2rem}}@media (max-width: 767px){.testimonials__grid{gap:1.5rem}.testimonial__card{padding:2.5rem 2rem}.testimonials__title{font-size:2.25rem}}.cta{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.cta__content{text-align:center}.cta__title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.cta__description{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.cta__button{background:#fff;color:#4361ee;border:none;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003;text-decoration:none}.cta__button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000004d}.cta__footer{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;margin-top:3rem}.cta__footer-text{font-size:.9rem;opacity:.8}.cta__image-container{position:relative;display:flex;justify-content:center;align-items:center}.cta__image{width:100%;max-width:900px;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000004d}@media (min-width: 768px){.cta__container{grid-template-columns:1fr 1fr;gap:4rem}.cta__content{text-align:left}.cta__description{margin-left:0;margin-right:0}.cta__title{font-size:3.5rem}}@media (min-width: 1024px){.cta__title{font-size:4rem}.cta__image{max-width:500px}}@media (max-width: 767px){.cta__title{font-size:2.2rem}.cta__description{font-size:1.1rem}}.footer{background:linear-gradient(135deg,#3a0ca3,#4361ee);color:#fff;padding:1rem;box-shadow:0 -4px 20px #0000001a;height:auto;min-height:60px;margin-top:auto}.footer__container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__logo{font-size:1.5rem;font-weight:800;color:#fff;display:flex;align-items:center}.footer__logo--accent{color:#f0f4ff;margin-left:2px}.footer__nav{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer__link{color:#e0e8ff;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;padding:.3rem 0;position:relative}.footer__link:hover{color:#fff}.footer__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#f72585;transition:width .3s ease}.footer__link:hover:after{width:100%}.footer__right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.footer__copyright{color:#e0e8ff;font-size:.8rem}.footer__tagline{display:flex;align-items:center;gap:.3rem;color:#e0e8ff;font-size:.8rem}.footer__heart{color:#f72585}@media (max-width: 768px){.footer__container{flex-direction:column;text-align:center;gap:.8rem}.footer__right{align-items:center}.footer__nav{order:3;width:100%;justify-content:center;gap:1.5rem}}@media (max-width: 480px){.footer__nav{flex-direction:column;gap:1rem}.footer__logo{font-size:1.3rem}}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:500}.error-message--error{background-color:#fef2f2;color:#ef4444;border:1px solid #fecaca}.error-message--success{background-color:#f0fdf4;color:#22c55e;border:1px solid #bbf7d0}.error-message__icon{font-size:1rem}.error-message__text{flex:1}.signup{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.signup__container{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.signup__header{text-align:center;margin-bottom:2rem}.signup__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.signup__subtitle{color:#6b7280;font-size:.875rem}.signup__form{display:flex;flex-direction:column;gap:1.25rem}.signup__form-group{display:flex;flex-direction:column;gap:.5rem}.signup__label{font-weight:500;color:#374151;font-size:.875rem}.signup__input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background-color:#f9fafb}.signup__input:focus{outline:none;border-color:#4361ee;background-color:#fff;box-shadow:0 0 0 3px #4361ee1a}.signup__input--error{border-color:#ef4444;background-color:#fef2f2}.signup__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.signup__error{color:#ef4444;font-size:.75rem;font-weight:500}.signup__button{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem;display:flex;align-items:center;justify-content:center;min-height:48px}.signup__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4361ee4d}.signup__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.signup__footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.signup__login-text{color:#6b7280;font-size:.875rem}.signup__login-link{color:#4361ee;text-decoration:none;font-weight:600}.signup__login-link:hover{text-decoration:underline}@media (max-width: 480px){.signup{padding:1rem}.signup__container{padding:1.5rem}.signup__title{font-size:1.5rem}}.signup__input:focus-visible,.signup__button:focus-visible{outline:2px solid #4361ee;outline-offset:2px}.signup__login-link:focus-visible{outline:2px solid #4361ee;outline-offset:2px;border-radius:2px}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.login__container{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.login__header{text-align:center;margin-bottom:2rem}.login__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.login__subtitle{color:#6b7280;font-size:.875rem}.login__form{display:flex;flex-direction:column;gap:1.25rem}.login__form-group{display:flex;flex-direction:column;gap:.5rem}.login__label{font-weight:500;color:#374151;font-size:.875rem}.login__input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background-color:#f9fafb}.login__input:focus{outline:none;border-color:#4361ee;background-color:#fff;box-shadow:0 0 0 3px #4361ee1a}.login__input--error{border-color:#ef4444;background-color:#fef2f2}.login__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.login__error{color:#ef4444;font-size:.75rem;font-weight:500}.login__button{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem;display:flex;align-items:center;justify-content:center;min-height:48px}.login__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4361ee4d}.login__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login__footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login__signup-text{color:#6b7280;font-size:.875rem}.login__signup-link{color:#4361ee;text-decoration:none;font-weight:600}.login__signup-link:hover{text-decoration:underline}@media (max-width: 480px){.login{padding:1rem}.login__container{padding:1.5rem}.login__title{font-size:1.5rem}}.login__input:focus-visible,.login__button:focus-visible{outline:2px solid #4361ee;outline-offset:2px}.login__signup-link:focus-visible{outline:2px solid #4361ee;outline-offset:2px;border-radius:2px}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.dashboard-header__left{display:flex;align-items:center;gap:1rem}.dashboard-header__menu{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#374151;padding:.5rem;border-radius:.375rem;transition:background-color .3s ease}.dashboard-header__menu:hover{background-color:#f3f4f6}.dashboard-header__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.dashboard-header__right{display:flex;align-items:center;gap:1.5rem}.dashboard-header__notification{position:relative;background:none;border:none;font-size:1.25rem;color:#374151;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .3s ease}.dashboard-header__notification:hover{background-color:#f3f4f6}.dashboard-header__badge{position:absolute;top:-.25rem;right:-.25rem;background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.dashboard-header__profile{position:relative}.dashboard-header__profile-btn{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.dashboard-header__profile-btn:hover{background-color:#f3f4f6}.dashboard-header__avatar{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb}.dashboard-header__name{font-weight:500;color:#374151}.dashboard-header__dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:.5rem;min-width:150px;z-index:1000;margin-top:.5rem}.dashboard-header__dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:none;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .3s ease;color:#374151}.dashboard-header__dropdown-item:hover{background-color:#f3f4f6}@media (max-width: 768px){.dashboard-header{padding:1rem}.dashboard-header__title{font-size:1.25rem}.dashboard-header__name{display:none}}.navbar__logo{font-size:1.875rem;font-weight:800;color:#fff;transition:transform .3s ease;text-decoration:none}.dashboard{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.dashboard__main{flex:1;display:flex;min-width:0}.dashboard__content{flex:1;padding:0;overflow-y:auto}@media (max-width: 768px){.dashboard__content{padding:0}}.item-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.item-card__header{background:linear-gradient(135deg,#f0f4ff,#e6e6ff);padding:1.5rem;text-align:center}.item-card__image{width:80px;height:80px;margin:0 auto}.item-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.item-card__placeholder{width:100%;height:100%;background:#4361ee1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#4361ee;font-size:2rem}.item-card__body{padding:1.5rem}.item-card__name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.item-card__description{color:#6b7280;font-size:.875rem;margin:0 0 1rem;line-height:1.4}.item-card__meta{display:flex;justify-content:space-between;align-items:center}.item-card__category{background:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.item-card__status{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.item-card__status--found{background:#dcfce7;color:#166534}.item-card__status--lost{background:#fef2f2;color:#dc2626}.item-card__status--registered{background:#eff6ff;color:#1d4ed8}.item-card__footer{padding:1rem 1.5rem;border-top:1px solid #f3f4f6;display:flex;gap:.5rem}.item-card__action{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;color:#374151}.item-card__action:hover{background:#e5e7eb}.item-card{cursor:pointer;position:relative}.item-card__action{transition:all .2s ease}.item-card__action:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.item-card__action:active{transform:translateY(0)}.item-card:hover .item-card__header{background:linear-gradient(135deg,#e0e7ff,#d4d8ff)}.item-card:hover .item-card__name{color:#4361ee}.item-card__action:focus{outline:2px solid #4361ee;outline-offset:2px}.item-card__action.loading{opacity:.7;pointer-events:none}.item-card__action.loading:after{content:"";width:12px;height:12px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-left:.5rem}@media (max-width: 480px){.item-card__footer{flex-direction:column;gap:.5rem}.item-card__action{width:100%}.item-card__action span{display:none}.item-card__action svg{margin-right:0}}@media (hover: none){.item-card:hover{transform:none;box-shadow:0 1px 3px #0000001a}.item-card__action:hover{transform:none;box-shadow:none}}@media (prefers-contrast: high){.item-card,.item-card__action{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.item-card,.item-card__action{transition:none}.item-card:hover,.item-card__action:hover{transform:none}}.qr-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.qr-modal{background:#fff;border-radius:12px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.qr-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;border-radius:12px 12px 0 0}.qr-modal__header h3{margin:0;font-size:1.25rem;font-weight:600}.qr-modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#fff;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.qr-modal__close:hover{background:#fff3}.qr-modal__content{padding:2rem;text-align:center}.qr-modal__image{margin-bottom:1.5rem}.qr-modal__image img{width:200px;height:200px;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem;background:#fff;box-shadow:0 2px 8px #0000001a}.qr-modal__instructions{color:#6b7280;margin:0 0 2rem;line-height:1.5;font-size:.95rem}.qr-modal__actions{display:flex;gap:1rem;justify-content:center}.qr-modal__download-btn{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.qr-modal__download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4361ee4d}.qr-modal__download-btn:active{transform:translateY(0)}.qr-modal__close-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.qr-modal__close-btn:hover{background:#e5e7eb}.qr-modal__close-btn:active{transform:translateY(0)}.qr-modal__info{margin:1.5rem 0;padding:1rem;background:#f8fafc;border-radius:8px;text-align:left}.qr-modal__info-item{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.25rem 0}.qr-modal__info-label{font-weight:600;color:#374151;font-size:.9rem}.qr-modal__info-value{color:#6b7280;font-size:.9rem;text-align:right}.qr-modal__info-item:last-child{margin-bottom:0}.qr-modal__scan-hint{background:#fffbeb;border:1px solid #fcd34d;border-radius:6px;padding:.75rem;margin:1rem 0;text-align:center}.qr-modal__scan-hint p{margin:0;color:#92400e;font-size:.85rem;line-height:1.4}@media (max-width: 480px){.qr-modal{margin:1rem;max-width:calc(100% - 2rem)}.qr-modal__header{padding:1.25rem}.qr-modal__content{padding:1.5rem}.qr-modal__image img{width:150px;height:150px}.qr-modal__actions{flex-direction:column;gap:.75rem}.qr-modal__download-btn,.qr-modal__close-btn{width:100%;justify-content:center}.qr-modal__info{padding:.75rem}.qr-modal__info-item{flex-direction:column;gap:.25rem}.qr-modal__info-value{text-align:left}}@keyframes qrPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.qr-modal__image img{animation:qrPulse 2s ease-in-out infinite}.qr-modal__download-btn:focus,.qr-modal__close-btn:focus,.qr-modal__close:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.qr-modal,.qr-modal__download-btn,.qr-modal__close-btn{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.qr-modal-overlay,.qr-modal,.qr-modal__image img{animation:none}.qr-modal__download-btn:hover,.qr-modal__close-btn:hover{transform:none}}@media (prefers-color-scheme: dark){.qr-modal{background:#1f2937;color:#fff}.qr-modal__instructions{color:#d1d5db}.qr-modal__close-btn{background:#374151;color:#d1d5db;border-color:#4b5563}.qr-modal__close-btn:hover{background:#4b5563}.qr-modal__info{background:#374151}.qr-modal__info-label{color:#e5e7eb}.qr-modal__info-value{color:#d1d5db}.qr-modal__scan-hint{background:#78350f;border-color:#f59e0b}.qr-modal__scan-hint p{color:#fef3c7}}@media print{.qr-modal-overlay{position:static;background:#fff;padding:0}.qr-modal{box-shadow:none;max-width:none;max-height:none}.qr-modal__header,.qr-modal__actions,.qr-modal__close{display:none}.qr-modal__content{padding:0}.qr-modal__image img{width:300px;height:300px;border:none;box-shadow:none;animation:none}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:hidden;box-shadow:0 10px 25px #0003}.modal__title{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal__error{background:#fef2f2;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;border:1px solid #fecaca}.modal__fieldset{margin-bottom:1.25rem;border:none;padding:0}.modal__legend{font-weight:600;margin-bottom:1rem;color:#374151}.modal__field{margin-bottom:1.25rem}.modal__label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.modal__input,.modal__select,.modal__textarea,.modal__file{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.modal__input:focus,.modal__select:focus,.modal__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal__input--error,.modal__select--error,.modal__textarea--error{border-color:#dc2626}.modal__error-text{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:block}.modal__btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.modal__btn--primary{background:#3b82f6;color:#fff}.modal__btn--primary:hover:not(:disabled){background:#2563eb}.modal__btn--primary:disabled{background:#93c5fd;cursor:not-allowed}.modal__btn--secondary{background:#f3f4f6;color:#374151}.modal__btn--secondary:hover{background:#e5e7eb}@media (max-width: 640px){.modal{margin:1rem;max-height:calc(100vh - 2rem)}.modal__actions{flex-direction:column}.modal__btn{width:100%}}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal__form{padding:1.5rem}.modal__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.item-detail{padding:1.5rem}.item-detail__image{margin-bottom:1.5rem;text-align:center}.item-detail__image img{max-width:100%;max-height:300px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.item-detail__content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.item-detail__field{display:flex;flex-direction:column;gap:.5rem}.item-detail__actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.25rem;border-top:1px solid #e5e7eb}@media (max-width: 640px){.modal--large{margin:1rem;max-height:calc(100vh - 2rem)}.modal__header,.modal__form,.item-detail{padding:1rem}.item-detail__actions,.delete-confirm__actions,.modal__actions{flex-direction:column}.btn{width:100%}}.item-detail__image-placeholder{width:100%;height:200px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:3rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.item-detail__content.view-mode{animation:fadeIn .3s ease-in}.item-detail__content.edit-mode{animation:slideIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;display:flex;flex-direction:column}.modal--large{max-width:600px}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal__header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:4px;transition:all .2s}.modal__close:hover{background:#f3f4f6;color:#374151}.modal__form{padding:1.5rem;overflow:visible;flex:1}.item-detail{padding:1.5rem;overflow:visible;flex:1;display:flex;flex-direction:column}.item-detail__image{margin-bottom:1.5rem;text-align:center;flex-shrink:0}.item-detail__image img{max-width:100%;max-height:250px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.item-detail__content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;overflow:visible;flex:1}.item-detail__field{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.item-detail__field label{font-weight:600;color:#374151;font-size:.875rem}.item-detail__field p{margin:0;color:#4b5563}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;text-transform:capitalize;display:inline-block}.status-badge--registered{background-color:#d1fae5;color:#065f46}.status-badge--lost{background-color:#fee2e2;color:#b91c1c}.status-badge--found{background-color:#dbeafe;color:#1e40af}.item-detail__actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.25rem;border-top:1px solid #e5e7eb;flex-shrink:0;margin-top:auto}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.error-text{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:block}.modal__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.modal__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb;flex-shrink:0}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:#3b82f6;color:#fff}.btn--primary:hover:not(:disabled){background:#2563eb}.btn--secondary{background:#6b7280;color:#fff}.btn--secondary:hover:not(:disabled){background:#4b5563}.btn--danger{background:#dc2626;color:#fff}.btn--danger:hover:not(:disabled){background:#b91c1c}.delete-confirm-overlay{position:absolute;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:10}.delete-confirm{background:#fff;padding:1.5rem;border-radius:8px;max-width:400px;width:90%}.delete-confirm h3{margin:0 0 .75rem;color:#1f2937;font-size:1.25rem}.delete-confirm p{margin:0 0 1.5rem;color:#4b5563;line-height:1.5}.delete-confirm__actions{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width: 640px){.modal--large{margin:1rem}.modal__header,.modal__form,.item-detail{padding:1rem}.item-detail__actions,.delete-confirm__actions,.modal__actions{flex-direction:column}.btn{width:100%}.item-detail__image img{max-height:200px}}body.modal-open{overflow:hidden}.items{padding:2rem}.items__header{margin-bottom:2rem}.items__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.items__subtitle{color:#6b7280;margin:0}.items__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.items__empty h3{color:#374151;margin:0 0 .5rem}.items__empty p{color:#6b7280;margin:0}.items__error{text-align:center;padding:3rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;color:#ef4444}.items__retry-btn{margin-top:1rem;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-weight:500}.items__retry-btn:hover{background-color:#2563eb}.item-card--loading{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;height:300px}.item-card__skeleton-image{height:160px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.item-card__content{padding:1rem}.item-card__skeleton-title{height:20px;width:70%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem;margin-bottom:.75rem}.item-card__skeleton-text{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem;margin-bottom:1rem}.item-card__skeleton-tags{display:flex;gap:.5rem}.item-card__skeleton-tag{height:24px;width:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:9999px}.items__header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.items__add-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.items__add-btn:hover{background:#2563eb}.items__empty{text-align:center;padding:3rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.items__empty h3{color:#374151;margin:0 0 .5rem;font-size:1.5rem}.items__empty p{color:#6b7280;margin:0 0 1.5rem}@media (max-width: 768px){.items__header-top{flex-direction:column;align-items:stretch}.items__add-btn{align-self:flex-start}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.item-card--loading{height:280px}.item-card__skeleton-image{height:140px}}@media (max-width: 768px){.items{padding:1rem}.items__grid{grid-template-columns:1fr}.items__title{font-size:1.5rem}}.register-item{padding:2rem;max-width:600px;margin:0 auto}.register-item__header{margin-bottom:2rem;text-align:center}.register-item__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.register-item__subtitle{color:#6b7280;margin:0}.register-item__form{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.register-item__form-group{margin-bottom:1.5rem}.register-item__label{display:block;font-weight:600;color:#374151;margin-bottom:1.5rem;text-align:justify}.register-item__input,.register-item__select,.register-item__textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.register-item__input:focus,.register-item__select:focus,.register-item__textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.register-item__textarea{resize:vertical;min-height:80px}.register-item__button{width:100%;background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;border:none;padding:1rem 1.5rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.register-item__button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4361ee4d}.register-item__button:active{transform:translateY(0)}@media (max-width: 768px){.register-item{padding:1rem}.register-item__form{padding:1.5rem}.register-item__title{font-size:1.5rem}}.profile{padding:2rem;max-width:800px;margin:0 auto}.profile__header{margin-bottom:2rem}.profile__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.profile__subtitle{color:#6b7280;margin:0}.profile__content{display:grid;gap:2rem}.profile__card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.profile__avatar-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.profile__avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#ccc;font-size:24px;color:#fff;text-transform:uppercase}.profile__avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile__avatar-info{flex:1}.profile__name{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.profile__email{color:#6b7280;margin:0}.profile__info-item{display:flex;justify-content:between;margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.profile__info-label{font-weight:600;color:#374151;min-width:120px}.profile__info-value{color:#6b7280;flex:1}.profile__edit-btn{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.profile__edit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4361ee4d}.profile__form{display:flex;flex-direction:column;gap:1.5rem}.profile__form-group{display:flex;flex-direction:column;gap:.5rem}.profile__label{font-weight:600;color:#374151}.profile__input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.profile__input:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.profile__form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.profile__cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile__cancel-btn:hover{background:#e5e7eb}.profile__save-btn{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile__save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4361ee4d}.profile__stats{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.profile__stats-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.profile__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.profile__stat{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb}.profile__stat-number{display:block;font-size:2rem;font-weight:700;color:#4361ee;margin-bottom:.5rem}.profile__stat-label{color:#6b7280;font-size:.875rem}@media (max-width: 768px){.profile{padding:1rem}.profile__avatar-section{flex-direction:column;text-align:center}.profile__form-actions{flex-direction:column}.profile__stats-grid{grid-template-columns:1fr}}@font-face{font-family:Roboto;src:url(/happyfindr-frontend/fonts/roboto/static/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/happyfindr-frontend/fonts/roboto/static/Roboto-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/happyfindr-frontend/fonts/roboto/static/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Roboto,sans-serif;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}#root{display:flex;flex-direction:column;flex:1}main{flex:1}body::-webkit-scrollbar{width:0;height:0}body{scrollbar-width:none;-ms-overflow-style:none}
