@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a2e22;-webkit-font-smoothing:antialiased;background:#f4f7f5;font-family:Inter,system-ui,sans-serif}.hero{color:#fff;background:linear-gradient(135deg,#1a7a4a 0%,#155e39 100%);padding:3rem 2rem;animation:.4s both fadeUp}.hero-inner{max-width:1200px;margin:0 auto}.hero-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.25}.hero-desc{opacity:.9;max-width:680px;margin-bottom:.75rem;font-size:.97rem;line-height:1.75}.hero-badges{flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;display:flex}.hero-badge{white-space:nowrap;background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;padding:.35rem .9rem;font-size:.82rem;font-weight:500}@media (width<=768px){.hero{padding:2rem 1.25rem}.hero-title{font-size:1.5rem}}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e0ebe4;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.nav-logo{color:#1a7a4a;letter-spacing:-.5px;align-items:center;font-size:1.2rem;font-weight:800;text-decoration:none;display:flex}.nav-logo span{color:#4caf80;font-weight:400}.nav-link{color:#4a7a5c;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#1a7a4a}.nav-links{align-items:center;gap:1.5rem;display:flex}.app{flex-direction:column;min-height:100vh;display:flex}.main-layout{flex:1;grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid}@media (width<=768px){.main-layout{grid-template-columns:1fr}.right-panel{order:2}}.left-panel,.right-panel{flex-direction:column;gap:1rem;display:flex}.panel-header{margin-bottom:.25rem}.panel-title{color:#1a2e22;margin-bottom:.25rem;font-size:1.4rem;font-weight:700}.panel-sub{color:#5a7a66;margin-bottom:.5rem;font-size:.88rem}.listings-count{color:#fff;background:#1a7a4a;border-radius:20px;margin-top:.25rem;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}.card{background:#fff;border:1px solid #dde8e2;border-radius:16px;padding:1.5rem;animation:.3s both fadeUp;box-shadow:0 2px 12px #1a7a4a0f}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.credits-badge{color:#1a7a4a;background:#e8f5ee;border:1px solid #b8ddc8;border-radius:20px;align-items:center;gap:.35rem;margin-top:.4rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.drop-zone{text-align:center;cursor:pointer;background:#f8fbf9;border:2px dashed #b8ddc8;border-radius:12px;padding:2.5rem 2rem;transition:all .2s}.drop-zone:hover,.drop-zone.dz-hover{background:#1a7a4a0a;border-color:#1a7a4a}.drop-icon{margin-bottom:.5rem;font-size:2.4rem;display:block}.drop-text{color:#1a2e22;font-size:.97rem;font-weight:600}.drop-sub{color:#5a7a66;margin-top:.2rem;font-size:.82rem}.photo-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1rem;display:grid}.thumb{aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb-x{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;display:flex;position:absolute;top:4px;right:4px}.photo-count{color:#5a7a66;text-align:center;margin-top:.6rem;font-size:.82rem}.btn-primary{color:#fff;cursor:pointer;background:#1a7a4a;border:none;border-radius:12px;width:100%;margin-top:1.25rem;padding:.95rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .2s;display:block}.btn-primary:hover:not(:disabled){background:#155e39;transform:translateY(-1px)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{color:#1a7a4a;cursor:pointer;background:0 0;border:1.5px solid #b8ddc8;border-radius:10px;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.btn-ghost:hover{background:#f0f9f4;border-color:#1a7a4a}.analyzing{text-align:center;padding:2.5rem 1rem}.spin{border:3px solid #dde8e2;border-top-color:#1a7a4a;border-radius:50%;width:44px;height:44px;margin:0 auto 1.25rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.analyzing-title{margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.analyzing-sub{color:#5a7a66;font-size:.85rem}.card-title{margin-bottom:.15rem;font-size:1.1rem;font-weight:700}.card-sub{color:#5a7a66;font-size:.82rem}.bubble{border-radius:14px;margin-bottom:.75rem;padding:.85rem 1.1rem;font-size:.9rem;line-height:1.6}.bubble.ai{background:#f0f9f4;border:1px solid #dde8e2;max-width:88%}.bubble.me{color:#fff;background:#1a7a4a;max-width:88%;margin-left:auto}.seen-label{color:#5a7a66;margin-bottom:.3rem;font-size:.8rem}.why-note{color:#5a7a66;margin-top:.3rem;font-size:.78rem;font-style:italic}.chat-row{gap:.6rem;margin-top:.75rem;display:flex}.chat-input{border:1.5px solid #b8ddc8;border-radius:10px;outline:none;flex:1;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border .2s}.chat-input:focus{border-color:#1a7a4a}.chat-send{color:#fff;cursor:pointer;white-space:nowrap;background:#1a7a4a;border:none;border-radius:10px;padding:.8rem 1.1rem;font-family:Inter,sans-serif;font-weight:600;transition:background .2s}.chat-send:hover:not(:disabled){background:#155e39}.chat-send:disabled{opacity:.38;cursor:not-allowed}.plat-badge{color:#fff;border-radius:20px;align-items:center;gap:.3rem;margin-bottom:.85rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.item-name{margin-bottom:.2rem;font-size:1.25rem;font-weight:700}.val-row{flex-wrap:wrap;align-items:baseline;gap:.4rem;margin:.35rem 0 1rem;display:flex}.val-big{color:#1a7a4a;font-size:2.2rem;font-weight:800}.val-meta{color:#5a7a66;font-size:.82rem}.info-box{color:#1a2e22;background:#f0f9f4;border:1px solid #dde8e2;border-radius:10px;margin-bottom:1rem;padding:.7rem .9rem;font-size:.87rem;line-height:1.65}.info-box strong{text-transform:uppercase;letter-spacing:.07em;color:#5a7a66;margin-bottom:.2rem;font-size:.73rem;display:block}.diamond-box{background:#fffbeb;border:1.5px solid #fcd34d;border-radius:12px;align-items:flex-start;gap:.65rem;margin-bottom:1rem;padding:.9rem 1.1rem;display:flex}.diamond-icon{flex-shrink:0;font-size:1.3rem}.diamond-body{color:#78350f;font-size:.86rem;line-height:1.55}.diamond-body strong{margin-bottom:.1rem;display:block}.sec-label{text-transform:uppercase;letter-spacing:.1em;color:#5a7a66;margin-bottom:.4rem;font-size:.7rem;font-weight:600}.listing-box{background:#f8fbf9;border:1px solid #dde8e2;border-radius:12px;margin-bottom:1rem;padding:1.1rem}.listing-title{margin-bottom:.6rem;font-size:.97rem;font-weight:600;line-height:1.4}.listing-desc{color:#2a4a35;white-space:pre-wrap;font-size:.85rem;line-height:1.75}.tips{flex-direction:column;gap:.4rem;margin-bottom:1rem;list-style:none;display:flex}.tips li{color:#2a4a35;align-items:flex-start;gap:.4rem;font-size:.86rem;display:flex}.tips li:before{content:"→";color:#1a7a4a;flex-shrink:0;font-weight:700}.post-section{margin-bottom:1rem}.btn-post{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.55rem;width:100%;margin-bottom:.6rem;padding:1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-post-fb{color:#fff;background:#1877f2}.btn-post-fb:hover{background:#1558b0;transform:translateY(-1px)}.btn-post-ebay{color:#fff;background:#e53238}.btn-post-ebay:hover{background:#c0272c;transform:translateY(-1px)}.instructions-box{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:12px;margin-bottom:1rem;padding:1rem 1.2rem;animation:.25s both fadeUp}.instructions-box.ebay{background:#fff0f0;border-color:#fecaca}.instructions-steps{flex-direction:column;gap:.5rem;margin-top:.45rem;list-style:none;display:flex}.instructions-steps li{color:#1e3a5f;align-items:flex-start;gap:.55rem;font-size:.88rem;line-height:1.5;display:flex}.step-num{color:#fff;background:#1877f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;margin-top:1px;font-size:.72rem;font-weight:700;display:flex}.step-num.ebay{background:#e53238}.instructions-box strong{color:#1e3a5f;font-size:.88rem;display:block}.instructions-box.ebay strong{color:#5c1a1a}.actions-row{flex-wrap:wrap;gap:.65rem;display:flex}.conf-dot{vertical-align:middle;border-radius:50%;width:7px;height:7px;margin-right:3px;display:inline-block}.conf-high{background:#22c55e}.conf-medium{background:#f59e0b}.conf-low{background:#ef4444}.err{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:.75rem;padding:.65rem .9rem;font-size:.86rem}.paywall-card{text-align:center;background:#fff;border:1px solid #dde8e2;border-radius:16px;padding:2rem 1.5rem;animation:.3s both fadeUp;box-shadow:0 2px 12px #1a7a4a0f}.paywall-icon{margin-bottom:.65rem;font-size:2.8rem}.paywall-title{color:#1a2e22;margin-bottom:.35rem;font-size:1.5rem;font-weight:800}.paywall-sub{color:#5a7a66;margin-bottom:1.75rem;font-size:.92rem;line-height:1.5}.paywall-options{flex-direction:column;gap:.8rem;margin-bottom:1.1rem;display:flex}.paywall-option{cursor:pointer;text-align:left;border:2px solid #0000;border-radius:14px;padding:1.2rem 1.4rem;transition:all .2s;position:relative}.paywall-option-pack{background:#f8fbf9;border-color:#dde8e2}.paywall-option-pack:hover{border-color:#1a7a4a;transform:translateY(-1px)}.paywall-option-monthly{color:#fff;background:linear-gradient(135deg,#1a7a4a,#155e39)}.paywall-option-monthly:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1a7a4a4d}.paywall-popular{color:#fff;letter-spacing:.05em;background:#f59e0b;border-radius:20px;padding:.2rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:-11px;right:1rem}.paywall-option-title{margin-bottom:.15rem;font-size:1rem;font-weight:700}.paywall-option-desc{opacity:.75;margin-bottom:.6rem;font-size:.83rem}.paywall-option-price{font-size:1.7rem;font-weight:800}.paywall-option-price span{opacity:.7;font-size:.82rem;font-weight:400}.paywall-option-pack .paywall-option-title{color:#1a2e22}.paywall-option-pack .paywall-option-price{color:#1a7a4a}.paywall-ppu{color:#5a7a66;margin-top:.1rem;font-size:.76rem}.paywall-note{color:#5a7a66;font-size:.78rem}.paywall-loading{color:#1a7a4a;margin-bottom:.75rem;font-size:.85rem}.empty-listings{text-align:center;background:#fff;border:1px solid #dde8e2;border-radius:16px;padding:2.5rem 1.5rem}.empty-icon{margin-bottom:.65rem;font-size:2.2rem}.empty-text{color:#1a2e22;margin-bottom:.25rem;font-size:.97rem;font-weight:600}.empty-sub{color:#5a7a66;font-size:.83rem}.saved-card{box-sizing:border-box;background:#fff;border:1px solid #dde8e2;border-radius:14px;max-width:100%;margin-bottom:.75rem;animation:.3s both fadeUp;overflow:hidden;box-shadow:0 1px 8px #1a7a4a0d}.saved-header{cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;align-items:center;gap:.7rem;max-width:100%;padding:.9rem 1rem;transition:background .15s;display:flex}.saved-header:hover{background:#f8fbf9}.saved-thumb{object-fit:cover;border-radius:9px;flex-shrink:0;width:44px;height:44px}.saved-thumb-empty{background:#e8f5ee;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.saved-meta{flex:auto;min-width:0;overflow:hidden}.saved-name{white-space:normal;overflow-wrap:break-word;word-break:break-word;margin-bottom:.25rem;font-size:.9rem;font-weight:600;line-height:1.3}.saved-sub{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.saved-price{color:#1a7a4a;font-size:1rem;font-weight:700}.saved-badge{color:#fff;border-radius:20px;padding:.18rem .55rem;font-size:.72rem;font-weight:600}.saved-chevron{color:#5a7a66;flex-shrink:0;font-size:.72rem}.saved-body{border-top:1px solid #e8f0ec;padding:0 1.1rem 1.1rem}.footer{background:#fff;border-top:1px solid #e0ebe4;margin-top:auto;padding:1.25rem 2rem}.footer-inner{color:#5a7a66;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;font-size:.83rem;display:flex}.footer-link{color:#1a7a4a;font-weight:500;text-decoration:none}.footer-link:hover{text-decoration:underline}.blog-app{background:#f4f7f5;min-height:100vh;font-family:Inter,system-ui,sans-serif}.blog-container{max-width:860px;margin:0 auto;padding:2.5rem 1.5rem}.blog-header{margin-bottom:2.5rem}.blog-title{color:#1a2e22;margin-bottom:.4rem;font-size:2rem;font-weight:800}.blog-sub{color:#5a7a66;font-size:.95rem}.post-list{flex-direction:column;gap:1.1rem;margin-bottom:2.5rem;display:flex}.post-card{color:inherit;background:#fff;border:1px solid #dde8e2;border-radius:14px;padding:1.5rem;text-decoration:none;transition:all .2s;display:block}.post-card:hover{border-color:#b8ddc8;transform:translateY(-2px);box-shadow:0 4px 16px #1a7a4a1a}.post-date{color:#5a7a66;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.78rem;font-weight:500}.post-title{color:#1a2e22;margin-bottom:.4rem;font-size:1.15rem;font-weight:700;line-height:1.4}.post-excerpt{color:#5a7a66;margin-bottom:.6rem;font-size:.88rem;line-height:1.6}.post-read-more{color:#1a7a4a;font-size:.85rem;font-weight:600}.blog-cta{text-align:center}.post-back{color:#1a7a4a;margin-bottom:1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.post-back:hover{text-decoration:underline}.post-detail-title{color:#1a2e22;margin-bottom:2rem;font-size:1.8rem;font-weight:800;line-height:1.3}.post-body{color:#2a4a35}.post-p{margin-bottom:1.25rem;font-size:.97rem;line-height:1.8}.post-h2{color:#1a2e22;margin:1.75rem 0 .5rem;font-size:1.1rem;font-weight:700}.interview-card{text-align:center}.interview-progress{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.interview-dot{background:#dde8e2;border-radius:50%;width:8px;height:8px;transition:background .2s}.interview-dot.active{background:#1a7a4a}.interview-q{color:#1a2e22;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.interview-options{flex-direction:column;gap:.65rem;margin-bottom:1rem;display:flex}.interview-option{cursor:pointer;text-align:left;background:#f8fbf9;border:1.5px solid #dde8e2;border-radius:12px;padding:1rem 1.25rem;transition:all .2s}.interview-option:hover{background:#f0f9f4;border-color:#1a7a4a;transform:translateY(-1px)}.interview-option-label{color:#1a2e22;margin-bottom:.15rem;font-size:.97rem;font-weight:600}.interview-option-sub{color:#5a7a66;font-size:.82rem}.interview-skip{text-align:center}.interview-skip-btn{color:#5a7a66;cursor:pointer;background:0 0;border:none;font-size:.82rem;text-decoration:underline}.interview-skip-btn:hover{color:#1a7a4a}.bucket-badge{color:#fff;border-radius:20px;align-items:center;gap:.3rem;margin-bottom:.5rem;margin-right:.4rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.btn-post-offerup{color:#fff;background:#6bbd5b}.btn-post-offerup:hover{background:#56a348;transform:translateY(-1px)}.paywall-option-20pack{color:#fff;background:linear-gradient(135deg,#1a7a4a,#155e39)}.paywall-option-20pack:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1a7a4a4d}.paywall-tip{color:#5a7a66;margin-bottom:1.25rem;font-size:.85rem;font-style:italic}.summary-card{background:#fff;border:1px solid #dde8e2;border-radius:16px;padding:1.5rem;animation:.3s both fadeUp}.summary-header{text-align:center;margin-bottom:1.5rem}.summary-icon{margin-bottom:.5rem;font-size:2.5rem}.summary-title{color:#1a2e22;margin-bottom:.3rem;font-size:1.4rem;font-weight:800}.summary-sub{color:#5a7a66;font-size:.88rem}.summary-bucket{border:1px solid #dde8e2;border-radius:12px;margin-bottom:1rem;overflow:hidden}.summary-bucket-header{color:#fff;justify-content:space-between;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:flex}.summary-bucket-items{padding:.5rem 0;list-style:none}.summary-item{border-bottom:1px solid #f0f5f2;justify-content:space-between;align-items:center;padding:.45rem 1rem;font-size:.88rem;display:flex}.summary-item:last-child{border-bottom:none}.summary-item-name{color:#1a2e22;font-weight:500}.summary-item-price{color:#1a7a4a;font-weight:700}.summary-cta{text-align:center;margin-top:1.5rem}.summary-tip{color:#5a7a66;margin-bottom:1rem;font-size:.85rem;font-style:italic}.btn-summary{color:#1a7a4a;border-color:#1a7a4a}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:2.5rem 2rem;animation:.3s both fadeUp;position:relative}.modal-close{cursor:pointer;color:#5a7a66;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1rem}.modal-icon{margin-bottom:.75rem;font-size:2.5rem}.modal-title{color:#1a2e22;margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.modal-sub{color:#5a7a66;margin-bottom:1.75rem;font-size:.9rem;line-height:1.6}.btn-google{cursor:pointer;color:#1a2e22;background:#fff;border:1.5px solid #dde8e2;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;width:100%;margin-bottom:.75rem;padding:.95rem;font-family:Inter,sans-serif;font-size:.97rem;font-weight:600;transition:all .2s;display:flex}.btn-google:hover{background:#f8fbf9;border-color:#1a7a4a}.modal-note{color:#5a7a66;font-size:.78rem}.nav-user{align-items:center;gap:.65rem;display:flex}.nav-email{color:#5a7a66;font-size:.83rem;font-weight:500}.nav-signout{color:#5a7a66;cursor:pointer;background:0 0;border:1px solid #dde8e2;border-radius:8px;padding:.3rem .75rem;font-family:Inter,sans-serif;font-size:.82rem;transition:all .2s}.nav-signout:hover{color:#1a7a4a;border-color:#1a7a4a}.nav-signin{color:#fff;cursor:pointer;background:#1a7a4a;border:none;border-radius:8px;padding:.4rem .9rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .2s}.nav-signin:hover{background:#155e39}.hero-subhead{opacity:.95;max-width:600px;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.listing-blur-wrap{height:60px;margin-top:-.5rem;position:relative}.listing-blur{background:linear-gradient(#0000,#fff);border-radius:0 0 12px 12px;position:absolute;inset:0}.listing-unlock-btn{white-space:nowrap;color:#fff;cursor:pointer;background:#1a7a4a;border:none;border-radius:20px;padding:.45rem 1.25rem;font-family:Inter,sans-serif;font-size:.83rem;font-weight:600;transition:background .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.listing-unlock-btn:hover{background:#155e39}.btn-post-olx{color:#fff;background:#6e2fff}.btn-post-olx:hover{background:#5820cc;transform:translateY(-1px)}.coach-fab{color:#fff;cursor:pointer;z-index:500;background:#1a7a4a;border:none;border-radius:25px;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #1a7a4a59}.coach-fab:hover{background:#155e39;transform:translateY(-2px)}.coach-panel{z-index:500;background:#fff;border:1px solid #dde8e2;border-radius:16px;flex-direction:column;width:340px;max-height:460px;animation:.25s both fadeUp;display:flex;position:fixed;bottom:5.5rem;right:2rem;box-shadow:0 8px 32px #1a7a4a26}.coach-header{border-bottom:1px solid #e8f0ec;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.coach-title{color:#1a2e22;font-size:.97rem;font-weight:700}.coach-close{cursor:pointer;color:#5a7a66;background:0 0;border:none;font-size:1.3rem;line-height:1}.coach-messages{flex-direction:column;flex:1;gap:.65rem;padding:1rem;display:flex;overflow-y:auto}.coach-bubble{border-radius:12px;max-width:90%;padding:.75rem 1rem;font-size:.87rem;line-height:1.6}.coach-bubble.ai{background:#f0f9f4;border:1px solid #dde8e2}.coach-bubble.me{color:#fff;background:#1a7a4a;margin-left:auto}.coach-input-row{border-top:1px solid #e8f0ec;gap:.5rem;padding:.75rem 1rem;display:flex}.coach-input{border:1.5px solid #dde8e2;border-radius:10px;outline:none;flex:1;padding:.65rem .9rem;font-family:Inter,sans-serif;font-size:.87rem}.coach-input:focus{border-color:#1a7a4a}.coach-send{color:#fff;cursor:pointer;background:#1a7a4a;border:none;border-radius:10px;padding:.65rem .9rem;font-size:1rem;transition:background .2s}.coach-send:hover:not(:disabled){background:#155e39}.coach-send:disabled{opacity:.38;cursor:not-allowed}@media (width<=768px){.coach-panel{width:calc(100vw - 2rem);right:1rem}}.modal-input{color:#1a2e22;border:1.5px solid #dde8e2;border-radius:10px;outline:none;width:100%;margin-bottom:.6rem;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.93rem;transition:border .2s}.modal-input:focus{border-color:#1a7a4a}.modal-divider{color:#5a7a66;align-items:center;gap:.75rem;margin:.85rem 0;font-size:.82rem;display:flex}.modal-divider:before,.modal-divider:after{content:"";background:#dde8e2;flex:1;height:1px}.modal-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:.5rem;padding:.5rem .85rem;font-size:.83rem}.modal-message{color:#1a7a4a;text-align:center;background:#f0f9f4;border:1px solid #b8ddc8;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.modal-switch{color:#5a7a66;margin-top:.85rem;font-size:.82rem}.modal-switch button{color:#1a7a4a;cursor:pointer;background:0 0;border:none;font-size:.82rem;font-weight:600;text-decoration:underline}.sample-listings-wrap{position:relative}.sample-listings-label{text-align:center;color:#5a7a66;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.sample-listings-overlay{opacity:.35;pointer-events:none;filter:blur(1px)}.sample-total-bar{color:#1a2e22;background:#f0f9f4;border:1px solid #dde8e2;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.88rem;font-weight:600;display:flex}.sample-total{color:#1a7a4a;font-size:1.1rem;font-weight:800}.sample-card{background:#fff;border:1px solid #dde8e2;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:.6rem;padding:.8rem 1rem;display:flex}.sample-thumb{background:#f0f9f4;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.sample-diamond{font-size:.9rem}.sample-cta{text-align:center;color:#1a7a4a;background:#f0f9f4;border:1px dashed #b8ddc8;border-radius:10px;margin-top:1rem;padding:.75rem;font-size:.83rem;font-weight:600}.coach-inline{background:#fff;border:1px solid #dde8e2;border-radius:16px;margin-top:.75rem;overflow:hidden}.coach-inline-header{background:#f0f9f4;border-bottom:1px solid #dde8e2;justify-content:space-between;align-items:center;padding:.85rem 1.1rem;display:flex}.coach-inline-title{color:#1a2e22;font-size:.95rem;font-weight:700}.coach-inline-sub{color:#5a7a66;font-size:.78rem}.coach-inline-messages{flex-direction:column;gap:.55rem;max-height:220px;padding:.85rem 1rem;display:flex;overflow-y:auto}.interview-modal{max-width:480px}.interview-modal-title{color:#1a2e22;text-align:center;margin-bottom:.3rem;font-size:1.15rem;font-weight:700}.interview-modal-sub{color:#5a7a66;text-align:center;margin-bottom:1.25rem;font-size:.85rem}.interview-compact{padding:0}.interview-compact .interview-progress{margin-bottom:1rem}.draft-divider{color:#5a7a66;align-items:center;gap:.75rem;margin:1.1rem 0 .75rem;font-size:.8rem;display:flex}.draft-divider:before,.draft-divider:after{content:"";background:#dde8e2;flex:1;height:1px}.draft-row{gap:.5rem;display:flex}.draft-input{color:#1a2e22;border:1.5px solid #dde8e2;border-radius:10px;outline:none;flex:1;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.88rem;transition:border .2s}.draft-input:focus{border-color:#1a7a4a}.draft-save-btn{color:#1a7a4a;cursor:pointer;white-space:nowrap;background:#f0f9f4;border:1.5px solid #b8ddc8;border-radius:10px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.draft-save-btn:hover:not(:disabled){color:#fff;background:#1a7a4a}.draft-save-btn:disabled{opacity:.4;cursor:not-allowed}.draft-login-hint{color:#5a7a66;text-align:center;margin-top:.5rem;font-size:.78rem}.draft-complete-prompt{text-align:center;padding:1.25rem .5rem}.draft-complete-icon{margin-bottom:.5rem;font-size:2rem}.draft-complete-text{color:#1a2e22;margin-bottom:.3rem;font-size:.97rem;font-weight:600}.draft-complete-sub{color:#5a7a66;font-size:.83rem;line-height:1.5}.text-chat-box{background:#f8fbf9;border:1px solid #dde8e2;border-radius:12px;margin-top:.5rem;overflow:hidden}.text-chat-messages{flex-direction:column;gap:.55rem;max-height:200px;padding:.85rem 1rem;display:flex;overflow-y:auto}.text-chat-actions{background:#fff;border-top:1px solid #dde8e2;padding:.75rem 1rem}.text-chat-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.text-chat-save-btn{color:#fff;cursor:pointer;background:#1a7a4a;border:none;border-radius:8px;padding:.45rem .9rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:background .2s}.text-chat-save-btn:hover{background:#155e39}.text-chat-close-btn{color:#5a7a66;cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.8rem;text-decoration:underline}.coach-locked{text-align:center;box-sizing:border-box;background:#fff;border:1.5px dashed #b8ddc8;border-radius:16px;max-width:100%;margin-top:.75rem;padding:1.5rem}.coach-locked-icon{margin-bottom:.5rem;font-size:2rem}.coach-locked-title{color:#1a2e22;margin-bottom:.35rem;font-size:1rem;font-weight:700}.coach-locked-pitch{color:#1a7a4a;overflow-wrap:break-word;margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.4}.coach-locked-desc{color:#5a7a66;overflow-wrap:break-word;margin-bottom:1rem;font-size:.83rem;line-height:1.55}.coach-locked-btn{color:#fff;cursor:pointer;white-space:normal;background:#1a7a4a;border:none;border-radius:10px;max-width:100%;padding:.7rem 1.2rem;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;transition:background .2s}.coach-locked-btn:hover{background:#155e39}.text-chat-footer{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.text-chat-photo-btn{color:#1a7a4a;cursor:pointer;background:#f0f9f4;border:1.5px solid #b8ddc8;border-radius:8px;padding:.45rem .85rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .2s}.text-chat-photo-btn:hover{color:#fff;background:#1a7a4a}.nav-upgrade{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;padding:.4rem .9rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .2s}.nav-upgrade:hover{background:#d97706}.mobile-tabs{display:none}@media (width<=768px){.mobile-tabs{z-index:90;background:#fff;border-bottom:1px solid #e0ebe4;display:flex;position:sticky;top:60px}.mobile-tab{color:#5a7a66;cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.mobile-tab.active{color:#1a7a4a;border-bottom-color:#1a7a4a;font-weight:700}.mobile-tab-count{color:#fff;background:#1a7a4a;border-radius:20px;padding:.1rem .5rem;font-size:.75rem;font-weight:700}.mobile-hidden{display:none!important}.main-layout{grid-template-columns:1fr;gap:0;padding:1rem}.left-panel,.right-panel{width:100%}.hero{padding:1.5rem 1.25rem}.hero-title{font-size:1.3rem}.hero-subhead{font-size:.95rem}.hero-desc{font-size:.88rem}.hero-badges{gap:.4rem}.hero-badge{padding:.3rem .7rem;font-size:.75rem}.navbar{padding:0 1rem}.nav-logo{font-size:1rem}.nav-email{display:none}.panel-title{font-size:1.2rem}.val-big{font-size:1.8rem}.btn-post{padding:.9rem;font-size:.9rem}.paywall-options{gap:.65rem}.paywall-option{padding:1rem}.coach-inline-messages{max-height:160px}}.export-btn{color:#1a7a4a;cursor:pointer;white-space:nowrap;background:#f0f9f4;border:1.5px solid #b8ddc8;border-radius:8px;padding:.4rem .9rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .2s}.export-btn:hover{color:#fff;background:#1a7a4a}.saved-actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.card-action-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .35rem;font-size:.9rem;line-height:1;transition:background .15s}.sold-btn{color:#1a7a4a}.sold-btn:hover{background:#e8f5ee}.delete-btn{color:#ef4444}.delete-btn:hover{background:#fef2f2}.sold-badge{color:#fff;background:#22c55e;border-radius:20px;padding:.15rem .55rem;font-size:.72rem;font-weight:600}@media (width<=768px){.right-panel,.left-panel{box-sizing:border-box;max-width:100%;overflow-x:hidden}.panel-header{flex-wrap:wrap;max-width:100%}.panel-title{word-break:break-word}.saved-body{box-sizing:border-box;max-width:100%}.export-btn{padding:.4rem .7rem;font-size:.78rem}body,html{overflow-x:hidden}}
