:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#d6336c;text-decoration:inherit}a:hover{color:#a32253}button{border-radius:8px;border:1px solid #ddd;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f0f0f0;cursor:pointer;transition:border-color .25s,background-color .15s}button:hover{border-color:#d6336c}button:focus,button:focus-visible{outline:2px auto #d6336c}.btn-primary{background-color:#d6336c;color:#fff;border:1px solid #d6336c}.btn-primary:hover{background-color:#a32253;border-color:#a32253}.btn-primary:disabled{background-color:#e8a4bd;border-color:#e8a4bd;cursor:default}.legal-page{max-width:720px;margin:0 auto;padding:1.5rem 2rem 3rem;display:flex;flex-direction:column;gap:1rem}.legal-page h1{font-size:1.6rem;margin:0}.legal-page h2{font-size:1.05rem;margin:1.5rem 0 .25rem}.legal-page p,.legal-page li{font-size:.9rem;line-height:1.6;color:#333}.legal-page ul,.legal-page ol{padding-left:1.25rem;margin:.25rem 0}.legal-disclaimer{background:#fff8e1;border:1px solid #ffe08a;border-radius:8px;padding:.85rem 1rem;font-size:.85rem;color:#6b5400}.legal-updated{font-size:.8rem;color:#888}.app-footer{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.5rem 0;color:#999;font-size:.8rem}.app-footer button{background:none;border:none;color:#888;font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0}.legal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;overflow-y:auto;z-index:200}.auth-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem}.auth-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.auth-brand-icon{font-size:1.8rem}.auth-brand-name{font-weight:700;font-size:1.4rem;color:#d6336c}.auth-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:360px}.auth-form h1{font-size:1.5rem;margin-bottom:.5rem;text-align:center}.auth-field{display:flex;flex-direction:column;gap:.25rem;text-align:left;font-size:.875rem}.auth-field input{padding:.5rem .75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.auth-error{color:#c0392b;font-size:.875rem}.auth-message{color:#2d7a3a;font-size:.875rem}.auth-divider{text-align:center;font-size:.75rem;color:#888;margin:.25rem 0}.auth-google{background:#f0f0f0;border:1px solid #999}.auth-switch{background:none;border:none;color:#555;font-size:.8rem;cursor:pointer;text-decoration:underline}.location-autocomplete{position:relative}.location-autocomplete input{width:100%;padding:.55rem .75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;box-sizing:border-box}.location-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 6px 16px #00000014;list-style:none;margin:0;padding:.25rem;max-height:240px;overflow-y:auto;z-index:20}.location-suggestions li{padding:.5rem .6rem;border-radius:6px;font-size:.85rem;cursor:pointer}.location-suggestions li:hover{background:#fdeef2}.home-status{text-align:center;color:#888;padding:3rem 0}.home-error{color:#c0392b}.home-pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;padding:1.5rem 0}.home-pagination button{min-width:36px;height:36px;border-radius:6px;border:1px solid #ddd;background:#fff;font-size:.85rem;cursor:pointer}.home-pagination button.active{background:#d6336c;border-color:#d6336c;color:#fff}.home-pagination button:disabled{opacity:.4;cursor:default}.home-infinite-scroll-sentinel{min-height:40px;display:flex;align-items:center;justify-content:center}.home-hint{padding:1rem 0 0;font-size:.85rem}.home-filters{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.25rem;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 1px 3px #0000000a}.home-location-row{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.5rem}.home-location-row .location-autocomplete{max-width:320px;min-width:0;flex:1 1 200px}.home-radius-select{padding:.55rem .6rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;background:#fff}.home-clear-location{padding:.55rem .75rem;border-radius:8px;border:1px solid #d6336c;background:#fdeef2;font-size:.85rem;cursor:pointer;color:#d6336c}.home-tag-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;padding-top:1rem;border-top:1px solid #eee}.home-tag-filters .tag-category{margin-top:0}.home-tag-filters .tag-category-label{font-weight:600;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;margin-bottom:.5rem}.home-tag-filters .tag-chip-row{gap:.4rem .5rem}.home-results-text{font-size:.85rem;color:#666;margin:1rem 0 0}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;padding:1.5rem 0}.listing-card{border:1px solid #eee;border-radius:12px;overflow:hidden;text-align:left;display:flex;flex-direction:column;background:#fff;box-shadow:0 1px 3px #0000000d;transition:transform .15s ease,box-shadow .15s ease;cursor:pointer}.listing-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.listing-card-image{aspect-ratio:4 / 3;background:#f3f3f3;display:flex;align-items:center;justify-content:center}.listing-card-image img{width:100%;height:100%;object-fit:cover;display:block}.listing-card-emoji{font-size:3rem}.listing-card-body{padding:.85rem;display:flex;flex-direction:column;flex:1}.listing-card h2{font-size:1rem;margin:0 0 .35rem}.listing-card-description{font-size:.85rem;color:#555;margin:0 0 .6rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.listing-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin:0 0 .6rem;padding:0}.listing-card-tags li{font-size:.7rem;border-radius:999px;padding:.15rem .6rem}.listing-card-tags li.tag-chip-item_type{background:#fdeef2;color:#d6336c}.listing-card-tags li.tag-chip-age_range{background:#e7f5ff;color:#1c7ed6}.listing-card-tags li.tag-chip-condition{background:#ebfbee;color:#2b8a3e}.listing-card-location{font-size:.75rem;color:#888;margin:0}.profile-status{text-align:center;color:#888;padding:3rem 0}.profile-page{max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.profile-page h1{font-size:1.4rem;margin:0}.profile-manage-listings{background:none;border:none;color:#d6336c;text-decoration:underline;cursor:pointer;padding:0;align-self:flex-start;font-size:.85rem}.profile-avatar-row{display:flex;align-items:center;gap:1rem}.profile-avatar{width:72px;height:72px;border-radius:50%;background:#fdeef2;color:#d6336c;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;overflow:hidden;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-upload{font-size:.85rem;color:#d6336c;cursor:pointer;text-decoration:underline}.profile-field{display:flex;flex-direction:column;gap:.3rem;font-size:.875rem}.profile-field input,.profile-field textarea{padding:.55rem .75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;font-family:inherit;resize:vertical}.profile-field-optional{font-weight:400;color:#999}.profile-error{color:#c0392b;font-size:.875rem}.profile-success{color:#2d7a3a;font-size:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:1.5rem;box-shadow:0 20px 50px #0003}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-header h1{font-size:1.25rem;margin:0}.modal-close{background:none;border:none;padding:.25rem;cursor:pointer;color:#555}.create-listing-form{display:flex;flex-direction:column;gap:1rem}.modal-field{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem}.modal-field input,.modal-field textarea{padding:.55rem .75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;font-family:inherit;box-sizing:border-box}.modal-photo-inputs{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.modal-camera-button{display:flex;align-items:center;gap:.4rem;padding:.55rem .85rem;border-radius:6px;border:1px solid #ccc;background:#f0f0f0;font-size:.85rem;cursor:pointer;white-space:nowrap}.tag-category{margin-top:.5rem}.tag-category-label{display:block;font-size:.75rem;color:#888;margin-bottom:.3rem}.tag-chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.tag-chip-toggle{font-size:.75rem;padding:.3rem .7rem;border-radius:999px;border:1px solid #ccc;background:#f0f0f0;cursor:pointer}.tag-chip-toggle.selected{background:#d6336c;border-color:#d6336c;color:#fff}.file-preview-hint{font-size:.75rem;color:#888;margin:-.5rem 0 0}.file-preview-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.6rem}.file-preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f5f5f5}.file-preview-item.is-cover{outline:2px solid #d6336c;outline-offset:2px}.file-preview-item img{width:100%;height:100%;object-fit:cover;display:block}.file-preview-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.file-preview-make-cover{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.file-preview-make-cover:hover{background:#d6336c}.file-preview-cover-badge{position:absolute;top:4px;left:4px;display:flex;align-items:center;gap:2px;background:#d6336c;color:#fff;font-size:.6rem;font-weight:600;padding:2px 6px 2px 4px;border-radius:999px}.file-preview-move{position:absolute;bottom:4px;left:4px;right:4px;display:flex;justify-content:space-between}.file-preview-move button{width:22px;height:22px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.file-preview-move button:disabled{opacity:.3;cursor:default}.modal-error{color:#c0392b;font-size:.875rem}.my-listings-page{max-width:720px;margin:0 auto}.my-listings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.my-listings-page h1{font-size:1.4rem;margin:0}.my-listings-new{display:flex;align-items:center;gap:.4rem;background:#d6336c;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;cursor:pointer}.my-listings-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.my-listing-row{display:flex;align-items:center;gap:.85rem;border:1px solid #eee;border-radius:10px;padding:.6rem .85rem;background:#fff}.my-listing-thumb,.my-listing-thumb-placeholder{width:56px;height:56px;border-radius:8px;background:#f3f3f3;flex-shrink:0;overflow:hidden}.my-listing-thumb img{width:100%;height:100%;object-fit:cover;display:block}.my-listing-info{flex:1;display:flex;flex-direction:column;min-width:0}.my-listing-title{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-listing-location{font-size:.75rem;color:#888}.my-listing-status{padding:.35rem .5rem;border-radius:6px;border:1px solid #ccc;font-size:.8rem;text-transform:capitalize}.my-listing-actions{display:flex;gap:.25rem}.messages-page{max-width:560px;margin:0 auto}.messages-page h1{font-size:1.4rem;margin:0 0 1rem}.conversation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.conversation-row{display:flex;align-items:center;gap:.75rem;border:1px solid #eee;border-radius:10px;padding:.65rem .85rem;background:#fff;cursor:pointer}.conversation-row:hover{background:#fdeef2}.conversation-row.unread{border-color:#d6336c}.conversation-row.unread .conversation-listing-title{font-weight:700}.conversation-unread-count{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#d6336c;color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conversation-avatar{width:40px;height:40px;border-radius:50%;background:#fdeef2;color:#d6336c;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0;overflow:hidden}.conversation-avatar img{width:100%;height:100%;object-fit:cover}.conversation-info{display:flex;flex-direction:column;min-width:0}.conversation-listing-title{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-other-party{font-size:.8rem;color:#888}.conversation-thread{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.conversation-thread-header{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;background:none;border:none;border-bottom:1px solid #eee;padding:0 0 .75rem;cursor:pointer;font-size:1rem;font-weight:600;text-align:center}.conversation-thread-header img,.conversation-thread-header-initial{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#fdeef2;color:#d6336c;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.message-list{display:flex;flex-direction:column;gap:.5rem;min-height:200px}.message-row{display:flex;align-items:flex-end;gap:.5rem}.message-row.own{justify-content:flex-end}.message-avatar{width:28px;height:28px;border-radius:50%;background:#fdeef2;color:#d6336c;border:none;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;flex-shrink:0;overflow:hidden;cursor:pointer;padding:0}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-bubble{background:#f1f1f1;border-radius:14px;padding:.5rem .9rem;font-size:.9rem;max-width:75%}.message-row.own .message-bubble{background:#d6336c;color:#fff}.message-composer{display:flex;gap:.5rem;position:sticky;bottom:0;background:#fafafa;padding-top:.5rem}.message-composer input{flex:1;min-width:0;padding:.6rem .85rem;border-radius:999px;border:1px solid #ccc;font-size:1rem}.message-composer button{width:56px;height:56px;border-radius:50%;border:none;background:#d6336c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 1px 3px #00000026;transition:background-color .15s,transform .1s}.message-composer button:hover:not(:disabled){background:#a32253;transform:scale(1.05)}.message-composer button:disabled{opacity:.5;cursor:default}.listing-detail{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.listing-detail-back{display:flex;align-items:center;gap:.4rem;background:none;border:none;color:#555;cursor:pointer;font-size:.85rem;padding:0;align-self:flex-start}.listing-detail-top{display:flex;align-items:center;justify-content:space-between}.listing-detail-edit{display:flex;align-items:center;gap:.35rem;background:#fff;border:1px solid #ccc;border-radius:8px;padding:.4rem .8rem;font-size:.8rem;cursor:pointer}.listing-detail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem}.listing-detail-gallery img,.listing-detail-gallery-placeholder{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;background:#f3f3f3;display:flex;align-items:center;justify-content:center}.listing-detail-gallery-photo{cursor:pointer;transition:opacity .15s}.listing-detail-gallery-photo:hover{opacity:.85}.listing-detail-gallery-emoji{font-size:3.5rem}.listing-detail h1{font-size:1.5rem;margin:.25rem 0 0}.listing-detail-location{color:#888;font-size:.85rem;margin:0}.listing-detail-description{font-size:.95rem;color:#333;line-height:1.5}.listing-detail-seller{display:flex;align-items:center;gap:.6rem;padding:.75rem 0;border-top:1px solid #eee;border-left:none;border-right:none;border-bottom:none;border-radius:0;background:none;font-size:.9rem;font-weight:500;width:100%;text-align:left;cursor:pointer}.listing-detail-seller:hover{color:#d6336c}.listing-detail-seller img,.listing-detail-seller-initial{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#fdeef2;color:#d6336c;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.listing-detail-message{align-self:flex-start;background:#d6336c;color:#fff;border:none;border-radius:8px;padding:.6rem 1.2rem;cursor:pointer}.listing-detail-message:disabled{cursor:default;opacity:.6}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:300}.lightbox-image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff26;border:none;border-radius:50%;width:56px;height:56px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.lightbox-close:hover,.lightbox-nav:hover{background:#ffffff4d}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;border-radius:50%;width:64px;height:64px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.public-profile-page{max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.public-profile-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0;text-align:center}.public-profile-avatar{width:96px;height:96px;border-radius:50%;background:#fdeef2;color:#d6336c;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;overflow:hidden}.public-profile-avatar img{width:100%;height:100%;object-fit:cover}.public-profile-card h1{font-size:1.3rem;margin:0}.public-profile-location{font-size:.85rem;color:#888;margin:0}.public-profile-introduction{font-size:.9rem;color:#333;line-height:1.5;margin:.5rem 0 0;text-align:left}.public-profile-view-listings{margin-top:.75rem}.seller-listing-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;max-height:60vh;overflow-y:auto}.seller-listing-row{display:flex;align-items:center;gap:.6rem;padding:.4rem;border-radius:8px;cursor:pointer}.seller-listing-row:hover{background:#fdeef2}.seller-listing-thumb,.seller-listing-thumb-placeholder{width:40px;height:40px;border-radius:6px;background:#f3f3f3;flex-shrink:0;overflow:hidden}.seller-listing-thumb img{width:100%;height:100%;object-fit:cover;display:block}.seller-listing-info{display:flex;flex-direction:column;min-width:0}.seller-listing-title{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-listing-location{font-size:.7rem;color:#888}.app-shell{min-height:100vh;background:#fafafa}.app-header{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.5rem;padding:1rem 2rem;background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 3px #0000000a;position:sticky;top:0;z-index:10}.app-name{font-weight:700;font-size:1.15rem;white-space:nowrap;color:#d6336c;background:none;border:none;padding:0;cursor:pointer;order:1}.app-search{flex-grow:0;flex-shrink:1;width:220px;min-width:0;padding:.55rem 1rem;border-radius:999px;border:1px solid #ddd;background:#f5f5f5;font-size:1rem;order:3;transition:width .2s ease}.app-search:focus{width:420px;outline:none;border-color:#d6336c;background:#fff}.app-header-icons{display:flex;align-items:center;gap:.4rem;margin-left:auto;order:2}.app-icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid transparent;background:transparent;border-radius:999px;color:#444;cursor:pointer;padding:0}.app-icon-button:hover{background:#fdeef2;border-color:#fdeef2;color:#d6336c}.app-icon-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#d6336c;color:#fff;font-size:.65rem;font-weight:600;display:flex;align-items:center;justify-content:center;line-height:1}.app-login-button{display:flex;align-items:center;gap:.4rem;background:#d6336c;color:#fff;border:none;border-radius:999px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer}.app-login-button:hover{background:#a32253}main{max-width:1280px;margin:0 auto;padding:1.5rem 2rem 3rem}@media(max-width:640px){.app-header{padding:.75rem 1rem}.app-search,.app-search:focus{flex-basis:100%;width:100%}.app-icon-button{width:42px;height:42px}main{padding:1rem 1rem 2rem}}
