@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.sidebar{color:#fff;z-index:100;background-color:#00365d;flex-direction:column;justify-content:space-between;width:15vw;height:100vh;padding:1.5rem 1rem;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0;box-shadow:3px 0 15px #0000001a}@media (max-width:1210px) and (min-width:921px){.sidebar{width:240px}}.sidebar-header{align-items:center;margin-bottom:2rem;display:flex}.sidebar-logo{justify-content:center;align-items:center;gap:.6rem;width:100%;font-size:1.2rem;font-weight:600;display:flex}.sidebar-logo h2{color:#fff;text-align:center;width:200px;font-size:1.3rem}.sidebar-nav{flex-direction:column;flex:1;gap:1rem;padding-top:5rem;display:flex}.sidebar-link{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.8rem;align-items:center;gap:.8rem;width:100%;padding:.6rem .8rem;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.sidebar-link span{color:#fff}.sidebar-link:hover{background-color:#f5f5f5}.sidebar-link:hover span,.sidebar-link:hover svg{color:#00365d;stroke:#00365d}.sidebar-link.active{color:#00365d;background-color:#fff}.sidebar-link.active span,.sidebar-link.active svg{color:#00365d;stroke:#00365d}.sidebar-footer{border-top:1px solid #fff3;margin-top:auto;padding-top:1rem}.logout-btn{margin-bottom:1rem}.mobile-close{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.mobile-close>*{fill:#fff;stroke:#fff}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:95;background:#0006;display:none;position:fixed;inset:0}@media (max-width:920px){.sidebar{z-index:1000;width:280px;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay,.mobile-close{display:block}.sidebar-header{justify-content:space-between}}.mobile-header{z-index:90;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;height:60px;padding:.8rem 1.5rem;display:none;position:sticky;top:0}.mobile-header .hamburger{color:#00365d;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:auto;min-width:28px;max-width:40px;padding:0;display:flex}.mobile-header .mobile-logo{flex:1;justify-content:flex-end;align-items:center;display:flex}.mobile-header .mobile-logo h2{color:#00365d;white-space:nowrap;margin:0;font-size:1.1rem;font-weight:600}@media (max-width:920px){.mobile-header{display:flex}}.login-container{background-color:#f0f2f5;justify-content:center;align-items:center;height:100vh;font-family:Poppins,sans-serif;display:flex}.login-card{text-align:center;background:#fff;border-radius:1rem;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 10px 25px #0000001a}.login-card h2{color:#00365d;margin-bottom:2rem;font-size:1.8rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{color:#495057;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid #ced4da;border-radius:.5rem;outline:none;width:100%;padding:.8rem 1rem;transition:border-color .2s}.form-group input:focus{border-color:#00365d}button{color:#fff;cursor:pointer;background-color:#00365d;border:none;border-radius:.5rem;width:100%;padding:.8rem;font-size:1rem;font-weight:600;transition:background-color .2s}button:hover{background-color:#002a4a}button:disabled{cursor:not-allowed;background-color:#6c757d}.dashboard-container{background-color:#f8f9fa;min-height:100vh;margin-left:15rem;padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#00365d;font-size:2rem}.dashboard-header p{color:#6c757d}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.search-box{flex:1;max-width:400px}.search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-size:.95rem;transition:all .2s}.search-input:focus{border-color:#00365d;box-shadow:0 0 0 3px #00365d1a}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.post-admin-card{background:#fff;border-radius:1rem;transition:transform .2s;overflow:hidden;box-shadow:0 4px 12px #0000000d}.post-admin-card:hover{transform:translateY(-5px)}.post-image{background:#e9ecef;height:200px;position:relative}.badge{text-transform:uppercase;border:1px solid #ffffff4d;border-radius:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px;overflow:hidden}@keyframes metalShine{0%{background-position:0%}to{background-position:200%}}.badge.normal{color:#fff;background:#6c757d}.post-details{padding:1.2rem}.post-details h3{margin-bottom:.5rem;font-size:1.1rem}.price{color:#28a745;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.seller,.location{color:#6c757d;margin-bottom:.2rem;font-size:.9rem}.post-actions{gap:.8rem;margin-top:1.2rem;display:flex}.post-actions button{cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.6rem;font-weight:600;transition:background .2s}.approve-btn{color:#fff;background-color:#28a745}.approve-btn:hover{background-color:#218838}.decline-btn{color:#fff;background-color:#dc3545}.decline-btn:hover{background-color:#c82333}.empty-state{text-align:center;color:#6c757d;grid-column:1/-1;padding:4rem}@media (max-width:925px){.dashboard-container{margin-top:0;margin-left:0;padding-top:0}}.post-admin-card{height:100%;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00365d14}.post-admin-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00365d1f}.post-image{background:#f1f5f9;width:100%;height:200px;position:relative}.post-image img{object-fit:cover;width:100%;height:100%}.no-image{color:#64748b;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.badge{text-transform:uppercase;color:#fff;border:1px solid #ffffff4d;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px;overflow:hidden}.badge:after{content:"";opacity:.15;pointer-events:none;mix-blend-mode:overlay;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:200%;height:200%;position:absolute;top:-50%;left:-50%}.badge.normal{background:#64748b}.badge.premium{color:#3b2a00;text-shadow:0 1px #fff6;background:linear-gradient(110deg,#bf953f 0%,#fcf6ba 20%,#b38728 40%,#fcf6ba 60%,#bf953f 80%,#aa771c 100%) 0 0/200%;animation:3s linear infinite metalShine;box-shadow:0 4px 10px #b8860b66}.badge.featured{color:#333;text-shadow:0 1px #fff6;background:linear-gradient(110deg,#a0a0a0 0%,#e8e8e8 20%,#707070 40%,#e8e8e8 60%,#a0a0a0 80%,#505050 100%) 0 0/200%;animation:3s linear infinite metalShine;box-shadow:0 4px 10px #80808066}.condition-badge{text-transform:uppercase;color:#fff;border-radius:12px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-block}.condition-badge.new{background:#28a745}.condition-badge.used{background:#6c757d}.post-details{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.post-details h3{color:#212529;margin:4px 0;font-size:1.1em}.card-top-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.card-share-btn .share-trigger{background:0 0;border-color:#eee;padding:.25rem .5rem;font-size:.8rem}.card-share-btn .share-trigger span{display:none}.post-details .price{color:#2563eb;margin:0 0 12px;font-size:1.25rem;font-weight:800}.post-details .info-row{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.post-details .seller,.post-details .location{color:#64748b;align-items:center;gap:6px;margin:0;font-size:.85rem;display:flex}.posts-container{max-width:1400px;margin:0 auto 0 15rem;padding:2rem}.posts-header{margin-bottom:2rem}.posts-header h1{color:#1a1a1a;margin-bottom:.5rem;font-size:2rem}.posts-header p{color:#666;font-size:1.1rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-bottom:2rem;display:grid}.loading-state,.empty-state{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:12px;grid-column:1/-1;justify-content:center;align-items:center;height:300px;display:flex}.loading-state p,.empty-state p{color:#6c757d;font-size:1.1rem;font-weight:500}@media (max-width:920px){.posts-container{margin-left:0}}@media (max-width:768px){.posts-container{padding:1rem}.posts-grid{grid-template-columns:1fr}}.loader-container{position:relative;justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.home-loading{height:100vh!important}.car-loading{height:75vh}.ev-loading{height:80vh}.login-loading{padding:0;height:2vh!important}.signup-loading,.complete-profile-loading{padding:0;height:3vh!important}.loader{aspect-ratio:1;border:4px solid #ccc;border-top-color:#185530;border-radius:50%;flex-shrink:0;animation:.8s linear infinite spin;width:30px!important;height:30px!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-loading{justify-content:center;align-items:center;display:flex;width:auto!important;padding:0!important}.btn-loading .loader{border-width:3px;border-color:#fff #ffffff4d #ffffff4d;width:20px!important;height:20px!important}.post-detail-admin{max-width:1400px;margin:0 auto 0 15rem;padding:3rem 4em}.detail-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 2rem;padding-bottom:1.5rem;display:flex}.back-btn{color:#64748b;align-items:center;gap:8px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.back-btn:hover{color:#00365d}.review-actions{gap:12px;display:flex}.review-actions button{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:transform .1s,opacity .2s;display:flex}.review-actions button:active{transform:scale(.98)}.review-actions .approve-btn{color:#fff;background:#00365d}.review-actions .decline-btn{color:#dc2626;background:#fee2e2}.type-upgrade-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:4px 12px;display:flex}.type-upgrade-group label{color:#64748b;text-transform:uppercase;white-space:nowrap;font-size:.75rem;font-weight:700}.post-type-selector{color:#00365d;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:6px 12px;font-size:.9rem;font-weight:600;transition:all .2s}.post-type-selector:hover{border-color:#94a3b8}.post-type-selector:focus{border-color:#00365d;box-shadow:0 0 0 2px #00365d1a}.detail-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.visual-section,.info-section{width:100%}.main-image-viewport{aspect-ratio:16/10;background:#f1f5f9;border-radius:12px;width:100%;margin-bottom:1rem;overflow:hidden;box-shadow:0 4px 15px #0000000d}.main-image-viewport img{object-fit:cover;width:100%;height:100%}.thumbnails-strip{gap:10px;padding-bottom:5px;display:flex;overflow-x:auto}.thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:80px;height:60px;transition:border-color .2s;overflow:hidden}.thumb.active{border-color:#00365d}.thumb img{object-fit:cover;width:100%;height:100%}.title-block{margin-bottom:2rem}.title-share-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.post-badge{text-transform:uppercase;color:#fff;border:1px solid #fff3;border-radius:20px;margin-bottom:12px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block;position:relative;overflow:hidden}.post-badge:after{content:"";opacity:.15;pointer-events:none;mix-blend-mode:overlay;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:200%;height:200%;position:absolute;top:-50%;left:-50%}.post-badge.normal{background:#64748b}.post-badge.featured{color:#333;background:linear-gradient(110deg,#a0a0a0 0%,#e8e8e8 20%,#707070 40%,#e8e8e8 60%,#a0a0a0 80%,#505050 100%) 0 0/200%;animation:3s linear infinite metalShine;box-shadow:0 4px 10px #8080804d}.post-badge.premium{color:#3b2a00;background:linear-gradient(110deg,#bf953f 0%,#fcf6ba 20%,#b38728 40%,#fcf6ba 60%,#bf953f 80%,#aa771c 100%) 0 0/200%;animation:3s linear infinite metalShine;box-shadow:0 4px 10px #b8860b4d}.vip-bundle-badge{color:#fff;text-transform:uppercase;background:#ff4d00;border-radius:20px;margin-bottom:12px;padding:6px 14px;font-size:.75rem;font-weight:700}.title-block h1{color:#00365d;margin:0 0 10px;font-size:2.2rem}.title-block .price{color:#2563eb;margin:0;font-size:1.75rem;font-weight:800}.specs-grid{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem;padding:1.75rem;display:grid;box-shadow:0 4px 12px #00000008}.spec-item{color:#00365d;align-items:center;gap:12px;display:flex}.spec-item div span{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;display:block}.spec-item div p{margin:0;font-size:1rem;font-weight:600}.seller-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-column:1/-1;width:100%;max-width:600px;margin:2rem auto .5rem;padding:2rem;box-shadow:0 4px 12px #00000008}.seller-card h3{color:#00365d;text-align:center;border-bottom:1px solid #f1f5f9;margin:0 0 15px;padding-bottom:12px;font-size:1.2rem}.seller-card p{color:#64748b;justify-content:center;align-items:center;gap:12px;margin:12px 0;font-size:1.1rem;display:flex}.description-block{text-align:center;border-top:1px solid #e2e8f0;grid-column:1/-1;width:100%;max-width:900px;margin:0 auto;padding-top:1.5rem}.description-block h3{color:#00365d;margin-bottom:12px;font-size:1.3rem}.description-block p{color:#475569;font-size:1.1rem;line-height:1.8}@media (max-width:1024px){.post-detail-admin{padding:2rem}.detail-container{gap:2rem}}@media (max-width:920px){.post-detail-admin{margin-left:0;padding:1.5rem 1rem}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1rem}.review-actions{flex-direction:column;gap:12px;width:100%}.type-upgrade-group{justify-content:space-between;width:100%;padding:10px 15px}.post-type-selector{flex:1;max-width:200px}.review-actions button{justify-content:center;width:100%;padding:12px;font-size:.95rem}.detail-container{grid-template-columns:1fr;gap:2rem}.title-block h1{font-size:1.8rem}}@media (max-width:480px){.specs-grid{grid-template-columns:1fr;padding:1.25rem}.title-block h1{font-size:1.5rem}.title-block .price{font-size:1.4rem}.seller-card,.payment-receipt-card{padding:1.5rem 1rem}}.payment-receipt-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-column:1/-1;width:100%;max-width:600px;margin:1rem auto .5rem;padding:2rem;box-shadow:0 4px 12px #00000008}.payment-receipt-card h3{color:#00365d;text-align:center;border-bottom:1px solid #f1f5f9;margin:0 0 15px;padding-bottom:12px;font-size:1.2rem}.receipt-label{color:#64748b;margin-bottom:1rem;font-weight:500}.receipt-wrapper{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;width:100%;max-width:400px;margin:0 auto;transition:transform .2s;display:inline-block;overflow:hidden}.receipt-wrapper:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.receipt-img{width:100%;height:auto;display:block}.remark-modal{z-index:60;background:#02061799;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.remark-box{background:#fff;border-radius:10px;width:480px;max-width:92%;padding:1.25rem;box-shadow:0 8px 30px #0206174d}.remark-box h3{color:#00365d;margin:0 0 8px}.remark-box textarea{resize:vertical;border:1px solid #e2e8f0;border-radius:6px;width:100%;min-height:100px;padding:8px}.remark-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.remark-actions .cancel-btn{cursor:pointer;color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px}.loading-container,.not-found-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.loader{border:4px solid #f3f3f3;border-top-color:#00365d;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.not-found-container h2{color:#00365d;font-size:2rem}.not-found-container p{color:#64748b;margin-bottom:1rem}.remark-actions .submit-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:8px 12px}*{box-sizing:border-box;color:#000;margin:0;padding:0}body{width:100vw;height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.app{width:100%;height:100vh;display:flex;position:relative}.main-content-wrapper{flex:1;width:100%;height:100%;margin-left:15vw;overflow-y:auto}.full-width-wrapper{width:100%;height:100%}#root{width:100%;height:100%;overflow-x:hidden}html{overflow-x:hidden}.hamburger-btn{color:#fff;z-index:200;background:#00365d;border:none;border-radius:.5rem;padding:.5rem;display:none;position:fixed;top:1rem;left:1rem}.hamburger-btn svg{stroke:#fff}.sidebar-overlay{z-index:150;background:#0006;position:fixed;inset:0}.app:not(.sidebar-open) .main-content-wrapper{margin-left:0}@media (max-width:920px){.app{flex-direction:column}.sidebar{transform:translate(-110%)}.mobile-topbar{display:none}.app.sidebar-open .sidebar{z-index:200;transition:transform .25s ease-in-out;transform:translate(0)}.main-content-wrapper{width:100%;margin-top:0;margin-left:0!important}.sidebar{width:70vw}}@media (min-width:1211px){.main-content-wrapper{margin-left:15vw}}@media (max-width:1210px) and (min-width:921px){.main-content-wrapper{margin-left:240px}}@media (max-width:900px){.mobile-topbar{z-index:210;background:#fff;justify-content:space-between;align-items:center;height:3.5rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 6px #00000014}.hamburger-btn{color:#00365d;z-index:220;background:0 0;border:none;border-radius:.4rem;justify-content:center;align-items:center;padding:.4rem;display:flex}.hamburger-btn svg{stroke:#00365d}.mobile-brand{color:#00365d;text-transform:lowercase;margin-right:.5rem;font-size:1rem;font-weight:600}.main-content-wrapper{margin-top:3.5rem}.app.sidebar-open .sidebar{z-index:205;height:100vh;margin-top:0;transition:transform .25s ease-in-out;transform:translate(0)}}
