@import url(https://fonts.googleapis.com/css2?family=Ultra&display=swap);:root{--navy:#1a2744;--navy-light:#2d3d6b;--navy-pale:#eef0f7;--yellow:#e8b800;--yellow-light:#fffbe6;--cream:#f0e6c8;--offwhite:#f7f4ee;--white:#fff;--red:#c0392b;--green:#2e7d32;--text-primary:#1a2744;--text-secondary:#666;--text-tertiary:#999;--border:#1a27441a;--shadow:0 2px 12px #1a274414;--shadow-strong:0 4px 24px #1a274426;--radius:12px;--radius-sm:8px;--radius-lg:20px;--nav-height:64px;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}*,:after,:before{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;background:#1a2744;background:var(--navy);color:#1a2744;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:16px;line-height:1.5}#root{height:100%}button{background:none;border:none;cursor:pointer;font-family:inherit;padding:0}input,select,textarea{font-family:inherit;font-size:16px}.splash-screen{background:#1a2744;background:var(--navy);height:100vh;justify-content:center}.splash-logo,.splash-screen{align-items:center;display:flex}.splash-logo{flex-direction:column;gap:16px}.splash-wordmark{color:#f0e6c8;color:var(--cream);font-family:Ultra,serif;font-size:28px;letter-spacing:.01em}.app-container{background:#f7f4ee;background:var(--offwhite);display:flex;flex-direction:column;height:100vh;height:100dvh;margin:0 auto;max-width:480px;overflow:hidden;position:relative}.page-content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-x:hidden;overflow-y:auto;padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(var(--nav-height) + var(--safe-bottom))}.login-page{align-items:center;background:#1a2744;background:var(--navy);display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-height:100dvh;padding:calc(40px + env(safe-area-inset-top, 0px)) 32px 40px;padding-top:calc(40px + var(--safe-top))}.login-icon{margin-bottom:24px}.login-wordmark{color:#f0e6c8;color:var(--cream);font-family:Ultra,serif;font-size:36px;letter-spacing:.01em;margin-bottom:4px}.login-subtitle{color:#f0e6c8b3;font-size:16px;line-height:1.5}.login-credit,.login-subtitle{margin-bottom:48px;text-align:center}.login-credit{color:#f0e6c873;font-size:13px;margin-top:-36px}.login-btn{align-items:center;background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #1a274426;box-shadow:var(--shadow-strong);color:#1a2744;color:var(--navy);display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;padding:14px 28px;width:100%}.login-tagline{color:#f0e6c866;font-size:13px;letter-spacing:.05em;margin-top:40px}.page-header{background:#fff;background:var(--white);border-bottom:1px solid #1a27441a;border-bottom:1px solid var(--border);padding:calc(16px + env(safe-area-inset-top, 0px)) 20px 12px;padding-top:calc(16px + var(--safe-top));position:-webkit-sticky;position:sticky;top:0;z-index:10}.page-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.page-header-logo{align-items:center;display:flex;gap:10px}.page-header-wordmark{color:#1a2744;color:var(--navy);font-family:Ultra,serif;font-size:20px;letter-spacing:.01em}.search-bar{align-items:center;background:#f7f4ee;background:var(--offwhite);border:1px solid #1a27441a;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:10px;padding:10px 14px}.search-bar input{background:none;border:none;color:#1a2744;color:var(--text-primary);flex:1 1;font-size:15px;outline:none}.search-bar input::placeholder{color:#999;color:var(--text-tertiary)}.filter-strip{-ms-overflow-style:none;display:flex;gap:8px;overflow-x:auto;padding:12px 20px 4px;scrollbar-width:none}.filter-strip::-webkit-scrollbar{display:none}.filter-chip{background:#fff;background:var(--white);border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:20px;color:#666;color:var(--text-secondary);flex-shrink:0;font-size:13px;font-weight:500;padding:6px 14px;white-space:nowrap}.filter-chip.active{background:#1a2744;background:var(--navy);border-color:#1a2744;border-color:var(--navy);color:#f0e6c8;color:var(--cream)}.listings-feed{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;padding:16px 16px 8px}.listing-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 2px 12px #1a274414;box-shadow:var(--shadow);cursor:pointer;overflow:hidden;position:relative}.listing-card-image{display:block;object-fit:cover}.listing-card-image,.listing-card-image-placeholder{aspect-ratio:1;background:#f7f4ee;background:var(--offwhite);width:100%}.listing-card-image-placeholder{align-items:center;display:flex;justify-content:center}.listing-card-body{padding:10px 10px 12px}.listing-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a2744;color:var(--text-primary);display:-webkit-box;font-size:13px;font-weight:500;line-height:1.3;margin-bottom:6px;overflow:hidden}.listing-card-price{color:#1a2744;color:var(--navy);font-size:16px;font-weight:600}.listing-card-meta{color:#999;color:var(--text-tertiary);font-size:11px;margin-top:3px}.listing-card-heart{align-items:center;background:#ffffffe6;border-radius:50%;box-shadow:0 1px 4px #0000001a;display:flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;width:32px}.moving-sale-tag{background:#fffbe6;background:var(--yellow-light);border:1px solid #e8b8004d;border-radius:20px;color:#1a2744;color:var(--navy);display:inline-block;font-size:10px;font-weight:600;margin-top:4px;padding:2px 7px}.sold-overlay{align-items:center;background:#ffffffb3;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.sold-badge{background:#1a2744;background:var(--navy);border-radius:20px;color:#f0e6c8;color:var(--cream);font-size:12px;font-weight:600;letter-spacing:.05em;padding:4px 14px}.empty-state{color:#999;color:var(--text-tertiary);font-size:15px;line-height:1.6;padding:60px 32px;text-align:center}.empty-state-title{color:#666;color:var(--text-secondary);font-size:17px;font-weight:500;margin-bottom:8px}.bottom-nav{background:#fff;background:var(--white);border-top:1px solid #1a27441a;border-top:1px solid var(--border);display:flex;flex-shrink:0;height:calc(64px + env(safe-area-inset-bottom, 0px));height:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:env(safe-area-inset-bottom,0);padding-bottom:var(--safe-bottom);position:relative;z-index:20}.nav-item{align-items:center;color:#999;color:var(--text-tertiary);display:flex;flex:1 1;flex-direction:column;font-size:10px;font-weight:500;gap:3px;justify-content:center;padding:8px 0;transition:color .15s}.nav-item.active{color:#1a2744;color:var(--navy)}.nav-item span{font-size:10px}.detail-page{background:#f7f4ee;background:var(--offwhite);min-height:100vh;padding-bottom:40px}.detail-header{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #1a27441a;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:calc(16px + env(safe-area-inset-top, 0px)) 20px 16px;padding-top:calc(16px + var(--safe-top));position:-webkit-sticky;position:sticky;top:0;z-index:10}.detail-back-btn{align-items:center;color:#1a2744;color:var(--navy);display:flex;font-size:15px;font-weight:500;gap:6px}.detail-image{aspect-ratio:1;background:#f7f4ee;background:var(--offwhite);display:block;object-fit:cover;width:100%}.detail-body{padding:20px}.detail-title{font-size:20px;font-weight:600;line-height:1.3;margin-bottom:8px}.detail-price,.detail-title{color:#1a2744;color:var(--navy)}.detail-price{font-size:28px;font-weight:700;margin-bottom:16px}.detail-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.detail-badge{background:#f7f4ee;background:var(--offwhite);border:1px solid #1a27441a;border:1px solid var(--border);border-radius:20px;color:#666;color:var(--text-secondary);font-size:12px;padding:4px 12px}.detail-badge.yellow{background:#fffbe6;background:var(--yellow-light);border-color:#e8b8004d;color:#1a2744;color:var(--navy)}.detail-note{color:#666;color:var(--text-secondary);font-size:15px;line-height:1.6}.detail-note,.detail-seller{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);margin-bottom:24px;padding:16px}.detail-seller{gap:12px}.detail-seller,.seller-avatar{align-items:center;display:flex}.seller-avatar{background:#1a2744;background:var(--navy);border-radius:50%;color:#f0e6c8;color:var(--cream);flex-shrink:0;font-size:16px;font-weight:600;height:40px;justify-content:center;width:40px}.seller-name{color:#1a2744;color:var(--text-primary);font-size:14px;font-weight:500}.seller-label{color:#999;color:var(--text-tertiary);font-size:12px}.contact-btn{background:#e8b800;background:var(--yellow);color:#1a2744;color:var(--navy);font-size:16px;font-weight:600;gap:10px;padding:16px}.contact-btn,.mark-sold-btn{align-items:center;border-radius:12px;border-radius:var(--radius);display:flex;justify-content:center;margin-bottom:12px;width:100%}.mark-sold-btn{background:#1a2744;background:var(--navy);color:#f0e6c8;color:var(--cream);font-size:15px;font-weight:500;gap:8px;padding:14px}.detail-action-row{display:flex;gap:10px;margin-bottom:12px}.detail-action-btn{align-items:center;background:#fff;background:var(--white);border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);color:#1a2744;color:var(--text-primary);display:flex;flex:1 1;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:12px}.detail-action-btn.danger{border-color:#c0392b4d;color:#c0392b;color:var(--red)}.detail-flag-btn{align-items:center;background:#fff;background:var(--white);border:1px solid #1a27441a;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);color:#999;color:var(--text-tertiary);display:flex;font-size:13px;gap:6px;justify-content:center;margin-top:8px;padding:12px;width:100%}.post-page{padding:0 0 40px}.post-header{background:#fff;background:var(--white);border-bottom:1px solid #1a27441a;border-bottom:1px solid var(--border);padding:calc(16px + env(safe-area-inset-top, 0px)) 20px 16px;padding-top:calc(16px + var(--safe-top));position:-webkit-sticky;position:sticky;top:0;z-index:10}.post-header h1{color:#1a2744;color:var(--navy);font-size:18px;font-weight:600}.post-body{gap:20px;padding:20px}.photo-upload,.post-body{display:flex;flex-direction:column}.photo-upload{align-items:center;aspect-ratio:1;background:#fff;background:var(--white);border:2px dashed #1a27441a;border:2px dashed var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;gap:10px;justify-content:center;overflow:hidden;position:relative;width:100%}.photo-upload img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.photo-upload-label{color:#999;color:var(--text-tertiary);font-size:14px;font-weight:500}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{color:#666;color:var(--text-secondary);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.form-input{background:#fff;background:var(--white);border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1a2744;color:var(--text-primary);font-size:16px;outline:none;padding:12px 14px;width:100%}.form-input:focus{border-color:#1a2744;border-color:var(--navy)}.form-select{appearance:none;-webkit-appearance:none;background:#fff;background:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%231a2744' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1a2744;color:var(--text-primary);font-size:16px;outline:none;padding:12px 40px 12px 14px;width:100%}.form-select:focus{border-color:#1a2744;border-color:var(--navy)}.form-textarea{background:#fff;background:var(--white);border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1a2744;color:var(--text-primary);font-size:16px;line-height:1.5;min-height:100px;outline:none;padding:12px 14px;resize:none;width:100%}.form-textarea:focus{border-color:#1a2744;border-color:var(--navy)}.form-checkbox-row{align-items:center;background:#fff;background:var(--white);border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:12px;padding:14px}.form-checkbox-row input{accent-color:#1a2744;accent-color:var(--navy);cursor:pointer;height:18px;width:18px}.form-checkbox-label{color:#1a2744;color:var(--text-primary);font-size:15px}.submit-btn{background:#e8b800;background:var(--yellow);border-radius:12px;border-radius:var(--radius);color:#1a2744;color:var(--navy);font-size:16px;font-weight:600;padding:16px;text-align:center;width:100%}.submit-btn:disabled{opacity:.5}.error-msg{background:#c0392b14;border:1px solid #c0392b33;border-radius:8px;border-radius:var(--radius-sm);color:#c0392b;color:var(--red);font-size:14px;padding:12px 14px}.my-listings-page{padding-bottom:20px}.tab-bar{background:#fff;background:var(--white);border-bottom:1px solid #1a27441a;border-bottom:1px solid var(--border);display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:10}.tab-btn{border-bottom:2px solid #0000;color:#999;color:var(--text-tertiary);flex:1 1;font-size:14px;font-weight:500;padding:14px;text-align:center}.tab-btn.active{border-bottom-color:#e8b800;border-bottom-color:var(--yellow);color:#1a2744;color:var(--navy)}.my-listings-list{display:flex;flex-direction:column;gap:12px;padding:16px}.my-listing-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 2px 12px #1a274414;box-shadow:var(--shadow);cursor:pointer;display:flex;gap:14px;overflow:hidden}.my-listing-image{background:#f7f4ee;background:var(--offwhite);flex-shrink:0;height:90px;object-fit:cover;width:90px}.my-listing-body{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:12px 14px 12px 0}.my-listing-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a2744;color:var(--text-primary);display:-webkit-box;font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden}.my-listing-price{color:#1a2744;color:var(--navy);font-size:16px;font-weight:600}.my-listing-meta{color:#999;color:var(--text-tertiary);font-size:12px;margin-top:2px}.profile-page{padding:0 0 40px}.profile-header{align-items:center;background:#1a2744;background:var(--navy);display:flex;gap:16px;padding:calc(24px + env(safe-area-inset-top, 0px)) 20px 20px;padding-top:calc(24px + var(--safe-top))}.profile-avatar{align-items:center;background:#e8b800;background:var(--yellow);border-radius:50%;color:#1a2744;color:var(--navy);display:flex;flex-shrink:0;font-size:22px;font-weight:700;height:56px;justify-content:center;width:56px}.profile-name{color:#f0e6c8;color:var(--cream);font-size:18px;font-weight:600}.profile-email{color:#f0e6c899;font-size:13px;margin-top:2px}.profile-body{display:flex;flex-direction:column;gap:16px;padding:20px}.profile-section{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);overflow:hidden}.profile-section-title{color:#999;color:var(--text-tertiary);font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 16px 8px;text-transform:uppercase}.profile-row{align-items:center;border-top:1px solid #1a27441a;border-top:1px solid var(--border);color:#1a2744;color:var(--text-primary);cursor:pointer;display:flex;font-size:15px;justify-content:space-between;padding:14px 16px}.profile-row:first-of-type{border-top:none}.profile-row.danger{color:#c0392b;color:var(--red)}.whatsapp-row{flex-direction:column;padding:14px 16px}.whatsapp-input-row,.whatsapp-row{display:flex;gap:10px}.whatsapp-input{background:#f7f4ee;background:var(--offwhite);border:1.5px solid #1a27441a;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1a2744;color:var(--text-primary);flex:1 1;font-size:16px;outline:none;padding:10px 14px}.whatsapp-input:focus{border-color:#1a2744;border-color:var(--navy)}.whatsapp-save-btn{background:#1a2744;background:var(--navy);border-radius:8px;border-radius:var(--radius-sm);color:#f0e6c8;color:var(--cream);font-size:14px;font-weight:500;padding:10px 18px;white-space:nowrap}.expand-content{border-top:1px solid #1a27441a;border-top:1px solid var(--border);color:#666;color:var(--text-secondary);font-size:14px;line-height:1.6;padding:0 16px 16px}.location-group-label{color:#999;color:var(--text-tertiary);font-size:11px;font-weight:600;letter-spacing:.06em;padding:6px 0 2px;text-transform:uppercase}.condition-likeNew{background:#e8f5e9;border-color:#2e7d3233;color:#2e7d32}.condition-good{background:#fffbe6;background:var(--yellow-light);border-color:#e8b8004d;color:#7a5f00}.condition-used{background:#f7f4ee;background:var(--offwhite);color:#666;color:var(--text-secondary)}.loading{align-items:center;display:flex;justify-content:center;padding:60px 20px}.spinner{animation:spin .7s linear infinite;border:2.5px solid #1a27441a;border-top-color:#1a2744;border:2.5px solid var(--border);border-radius:50%;border-top-color:var(--navy);height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.modal-overlay{align-items:flex-end;background:#1a274480;display:flex;inset:0;justify-content:center;padding:0 0 env(safe-area-inset-bottom,0);padding:0 0 var(--safe-bottom);position:fixed;z-index:100}.modal-sheet{background:#fff;background:var(--white);border-radius:20px 20px 0 0;max-width:480px;padding:24px 20px 32px;width:100%}.modal-title{color:#1a2744;color:var(--navy);font-size:17px;font-weight:600;margin-bottom:8px}.modal-text{color:#666;color:var(--text-secondary);font-size:15px;line-height:1.5;margin-bottom:24px}.modal-btn-row{display:flex;gap:10px}.modal-btn{border-radius:12px;border-radius:var(--radius);flex:1 1;font-size:15px;font-weight:500;padding:14px;text-align:center}.modal-btn.primary{background:#1a2744;background:var(--navy);color:#f0e6c8;color:var(--cream)}.modal-btn.secondary{background:#f7f4ee;background:var(--offwhite);border:1px solid #1a27441a;border:1px solid var(--border);color:#1a2744;color:var(--text-primary)}.modal-btn.danger{background:#c0392b;background:var(--red);color:#fff;color:var(--white)}
/*# sourceMappingURL=main.8b7a89da.css.map*/