@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{color:#120f23;background-color:#f4f2fb;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,#efe8ff,#f7f6ff 40%),#f4f2fb;min-height:100vh;color:#120f23}a{color:inherit}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1100px,92vw);margin:0 auto;padding:2rem 0;flex:1}.page{display:flex;flex-direction:column;gap:1.5rem}.home-page{gap:1rem}.home-hero{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;background:linear-gradient(135deg,#f7f6ff,#eef1ff)}.home-hero__actions{min-width:260px}.hero-search{width:100%;padding:.75rem .85rem;border-radius:10px;border:1px solid #d9d4eb;background:#fff;font-size:1rem}.filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;align-items:end}.filter-item{display:flex;flex-direction:column;gap:.35rem}.filter-item input,.filter-item select{padding:.65rem .75rem;border-radius:10px;border:1px solid #d9d4eb;background:#fff}.filter-label{font-size:.95rem;color:#6f678a}.stretch{grid-column:span 2}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.stat-card{background:#fff;border:1px solid #ece9f5;border-radius:12px;padding:.9rem 1rem;box-shadow:0 10px 30px #33245e0f}.stat-card h3{margin:.25rem 0 0}.list-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.card{background:#fff;border:1px solid #ece9f5;border-radius:14px;padding:1.25rem;box-shadow:0 10px 30px #33245e14}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#7b739a;margin:0}.muted{color:#6f678a;margin:.25rem 0 0}.form-card{display:flex;flex-direction:column;gap:.9rem}.create-page .page__header h1{margin:.2rem 0}.create-form{gap:1.1rem}.type-toggle{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem}.type-option{border:1px solid #d9d4eb;border-radius:12px;padding:.75rem .9rem;display:grid;grid-template-columns:16px 1fr;gap:.6rem;align-items:center;background:#f7f6ff;cursor:pointer;transition:all .15s ease}.type-option input{margin:0}.type-option--active{border-color:#7f56d9;background:#f3edff;box-shadow:0 8px 20px #7f56d92e}.upload-box{border:1px dashed #cfd2e3;border-radius:14px;padding:1.2rem;background:#fafbff;text-align:center;color:#6f678a;cursor:pointer;transition:all .15s ease}.upload-box--active{border-color:#7f56d9;background:#f4f0ff}.upload-preview{margin-top:.6rem}.upload-preview img{max-width:100%;max-height:200px;border-radius:10px;object-fit:contain;border:1px solid #ece9f5;background:#fff}.hidden-input{margin-top:.75rem;display:none}.form-actions{display:flex;justify-content:space-between;gap:.75rem}.profile-page{gap:1rem}.profile-hero{background:linear-gradient(135deg,#7f56d9,#4f46e5);color:#fff;display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.profile-hero__header{display:flex;gap:1rem;align-items:center}.profile-email{margin:0;font-weight:700;color:#f1efff}.avatar-circle{width:54px;height:54px;border-radius:50%;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;align-items:center}.stat-card.compact{border-color:#ffffff59;background:#ffffff1a;color:#fff}.stat-card.compact .muted{color:#e6ddff}.profile-tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.tab-btn{border:1px solid #e4e6ef;background:#f6f7fb;border-radius:999px;padding:.45rem .9rem;cursor:pointer;font-weight:600;color:#4b5563}.tab-btn--active{background:linear-gradient(135deg,#7f56d9,#4f46e5);color:#fff;border-color:transparent}.field{display:flex;flex-direction:column;gap:.35rem;color:#3b2a6a;font-weight:600}.field input,.field select,.field textarea{width:100%;border-radius:10px;border:1px solid #d9d4eb;padding:.75rem .85rem;font-size:1rem;font-family:inherit;color:#120f23;background:#faf9fe}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid #7f56d9;border-color:transparent}.auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center;min-height:70vh;width:min(1200px,96vw);margin:2rem auto}.auth-hero{background:linear-gradient(135deg,#6a5ef5,#4a6cf7);color:#f6f7ff;border-radius:18px;padding:2rem 2.5rem;box-shadow:0 14px 36px #4a6cf752;display:flex;flex-direction:column;gap:1.5rem}.auth-hero__title{font-size:clamp(2.2rem,4vw,3rem);margin:.25rem 0}.auth-hero__subtitle{font-size:1.1rem;margin:0;color:#e7e9ff}.auth-hero__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.auth-hero__list li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center}.auth-hero__icon{width:34px;height:34px;border-radius:50%;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:1px solid rgba(255,255,255,.25)}.auth-hero__list strong{display:block}.auth-hero__list p{margin:.15rem 0 0;color:#dde2ff}.auth-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.auth-steps li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center}.auth-step__bullet{width:36px;height:36px;border-radius:50%;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:1px solid rgba(255,255,255,.25)}.auth-steps p{margin:.15rem 0 0;color:#dde2ff}.auth-card{width:100%}.auth-card__header{text-align:center;margin-bottom:1rem}.auth-card__footer{text-align:center}@media(max-width:960px){.auth-shell{grid-template-columns:1fr;width:100%;margin:1rem 0}.auth-card{margin:0}.stretch{grid-column:span 1}}.primary-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#5c2d91,#7f56d9);color:#fff;padding:.7rem 1.2rem;border:#5c2d91 solid 1px;border-radius:10px;cursor:pointer;font-weight:700;gap:.35rem;transition:transform .1s ease,box-shadow .2s ease;text-decoration:none}.primary-btn:disabled{opacity:.7;cursor:not-allowed}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #62409f59}.submit-btn{width:100%}.error{color:#c0353b;margin:0;font-weight:600}.success{color:#1f7a4d;margin:0;font-weight:600}.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.object-details{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:1rem;align-items:start}.object-details__main{background:#fff;border-radius:14px;padding:1.25rem;border:1px solid #ece9f5;box-shadow:0 10px 30px #33245e14}.object-details__sidebar{padding:1rem}.chat-panel{display:flex;flex-direction:column;gap:.75rem}.chat-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.chat-status{display:inline-flex;align-items:center;gap:.4rem;color:#4b3b8f;font-weight:600}.status-dot{width:10px;height:10px;border-radius:50%;background:#c3bfd6;box-shadow:0 0 0 6px #5f41d91a}.status-dot--on{background:#22c55e;box-shadow:0 0 0 6px #22c55e1f}.chat-role{background:#5f41d914;color:#4b3b8f;padding:.35rem .6rem;border-radius:10px;font-size:.95rem;font-weight:600}.chat-participants__list{display:flex;flex-wrap:wrap;gap:.4rem}.chip{border:1px solid #d9d4eb;padding:.35rem .65rem;border-radius:999px;background:#fff;cursor:pointer;font-size:.95rem;transition:all .15s ease}.chip--active{background:linear-gradient(135deg,#5f41d9,#8f73ff);color:#fff;border-color:transparent;box-shadow:0 8px 16px #5f41d92e}.chat-messages{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding:.25rem;border:1px solid #ece9f5;border-radius:12px;background:linear-gradient(180deg,#fbfaff,#f4f1ff)}.chat-message{padding:.6rem .75rem;border-radius:10px;background:#fff;border:1px solid #e8e4f3;box-shadow:0 6px 16px #33245e0d}.chat-message--mine{border-color:#d8cff7;background:#f6f3ff;align-self:flex-end}.chat-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#7b739a;margin:0 0 .2rem}.chat-form{display:flex;gap:.5rem}.chat-form input{flex:1;padding:.65rem .75rem;border-radius:10px;border:1px solid #d9d4eb;background:#fff;box-shadow:inset 0 1px 2px #00000008}.chat-form button{white-space:nowrap}.chat-footer{display:flex;flex-direction:column;gap:.1rem}.chat-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1rem}.chat-list{display:flex;flex-direction:column;gap:.75rem}.chat-list__header{display:flex;justify-content:space-between;align-items:center}.chat-list__items{display:flex;flex-direction:column;gap:.5rem}.chat-list__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left;padding:.75rem .85rem;border:1px solid #ece9f5;border-radius:12px;background:#fbf9ff;cursor:pointer;transition:all .15s ease}.chat-list__item-main{flex:1;text-align:left;background:transparent;border:0;padding:0;cursor:pointer}.chat-list__item .chat-list__item-delete{color:#c62828;border-color:#f2b3b3;background:#fff;padding:.3rem .6rem;font-size:.85rem;font-weight:600}.chat-list__item .chat-list__item-delete:hover{background:#fbe9e9}.chat-list__item--active{border-color:#d5cafc;box-shadow:0 8px 18px #5f41d926}.chat-list__title{display:flex;align-items:center;gap:.5rem}.chat-stage{padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-stage__header{display:flex;align-items:center;justify-content:space-between}.chat-stage .chat-panel{padding:0}@media(max-width:780px){.container{width:94vw}.object-details{grid-template-columns:1fr}}.navbar{position:sticky;top:0;z-index:10;background:linear-gradient(90deg,#5c2d91,#7f56d9);color:#fff;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 16px #44247840}.navbar .logo{color:#fff;text-decoration:none;font-weight:700;letter-spacing:.5px}.nav-links{display:flex;align-items:center;gap:.75rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;padding:.35rem .65rem;border-radius:6px;transition:background .2s ease,transform .2s ease}.nav-links a:hover{background:#ffffff26;transform:translateY(-1px)}.nav-link-with-badge{display:inline-flex;align-items:center;gap:.35rem}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.3rem;height:1.3rem;padding:0 .35rem;border-radius:999px;background:#ffd166;color:#3b1a5a;font-size:.75rem;font-weight:700;line-height:1}.user-chip{background:#ffffff26;padding:.35rem .6rem;border-radius:999px;font-size:.9rem}.ghost-btn{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;padding:.35rem .8rem;border-radius:8px;cursor:pointer;transition:background .2s ease}.ghost-btn:hover{background:#fff3}.primary-btn{background:#fff;color:#5c2d91!important;font-weight:600}.footer{background:#0f0c1f;color:#dcd6f7;padding:1.75rem 1.5rem;margin-top:3rem}.footer__content{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;align-items:center}.footer__content h4{margin:0 0 .35rem}.footer__content p{margin:0;max-width:520px;line-height:1.5}.footer__links{display:flex;gap:1rem}.footer__links a{color:#dcd6f7;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px}.footer__links a:hover{border-color:#dcd6f7}.footer__bottom{margin-top:1.25rem;font-size:.9rem;color:#a49bcf}.object-card{background:#fff;border:1px solid #ece9f5;border-radius:14px;padding:1rem 1rem 1.25rem;box-shadow:0 10px 30px #33245e14;display:flex;flex-direction:column;gap:.45rem}.object-card__header{display:flex;align-items:center;justify-content:space-between}.badge{display:inline-block;padding:.35rem .6rem;border-radius:999px;font-size:.85rem;font-weight:600;background:#e8e7f1;color:#3b2a6a}.badge--found{background:#e8f7ee;color:#1f7a4d}.badge--lost{background:#fff1f0;color:#c0353b}.object-card__date{color:#7b739a;font-size:.9rem}.object-card__title{margin:.15rem 0 0}.object-card__location{margin:0;color:#4e4867}.object-card__excerpt{margin:0;color:#6f678a;line-height:1.5}.object-card__actions{margin-top:auto}.link-btn{text-decoration:none;color:#5c2d91;font-weight:600}.link-btn:hover{text-decoration:underline}
