@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.login-page{display:grid;grid-template-columns:55fr 45fr;min-height:100vh;font-family:Poppins,sans-serif}.login-brand-panel{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:36px 44px;background:linear-gradient(150deg,#c2410c,#ea580c 45%,#ff6a00);color:#fff}.login-brand-panel:before,.login-brand-panel:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.login-brand-panel:before{width:360px;height:360px;top:-100px;right:-60px;background:#ffedd559}.login-brand-panel:after{width:400px;height:400px;bottom:-120px;left:-60px;background:#9a341259}.login-brand-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.85) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.85) 1px,transparent 1px);background-size:40px 40px}.login-brand-header{position:relative;z-index:1;display:flex;align-items:center;gap:14px;flex-shrink:0}.login-brand-logo-wrap{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;background:#fff;border-radius:10px;box-shadow:0 4px 16px #0000002e}.login-brand-logo{display:block;width:86px;height:auto}.login-brand-chip{display:inline-flex;align-items:center;height:28px;padding:0 11px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.28);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffeb}.login-brand-body{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0;min-height:0}.login-brand-title{margin:0 0 10px;font-size:clamp(22px,2vw,36px);line-height:1.15;font-weight:700;letter-spacing:-.025em;max-width:22ch}.login-brand-title span{color:#ffedd4}.login-brand-sub{margin:0 0 20px;max-width:42ch;font-size:13.5px;line-height:1.6;color:#ffffffc7}.login-brand-cards{display:flex;flex-direction:column;gap:8px}.login-brand-card{display:flex;align-items:flex-start;gap:13px;padding:12px 14px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-brand-card-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);color:#fff7ed}.login-brand-card-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px;line-height:1.3}.login-brand-card-desc{font-size:11.5px;line-height:1.5;color:#ffffffb3}.login-brand-footer{position:relative;z-index:1;display:flex;gap:18px;flex-wrap:wrap;flex-shrink:0}.login-brand-feat{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:500;color:#fffc}.login-brand-feat svg{flex-shrink:0;color:#ffedd4}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:32px 20px;min-height:100vh;background:#fff7ed}.login-form-card{width:100%;max-width:390px;padding:30px 26px;background:#fff;border:1px solid #ffd6a8;border-radius:18px;box-shadow:0 2px 4px #c2410c0a,0 16px 40px #c2410c14;animation:loginFadeIn .4s ease-out both}.login-form-logo{display:block;width:76px;height:auto;margin-bottom:14px}.login-form-header{margin-bottom:18px}.login-form-header h2{margin:0 0 3px;font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.login-form-header p{margin:0;font-size:13.5px;color:#64748b}.login-error{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:9px 12px;border-radius:9px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;line-height:1.4}.login-error svg{flex-shrink:0}.login-form{display:flex;flex-direction:column;gap:11px}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:13px;font-weight:600;color:#1e293b}.login-input-field{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;height:44px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;transition:border-color .18s,box-shadow .18s}.login-input-field--password{grid-template-columns:40px minmax(0,1fr) 40px}.login-input-field--email-otp{grid-template-columns:40px minmax(0,1fr) auto;padding-right:6px}.email-otp-btn{height:32px;padding:0 12px;border:none;border-radius:8px;background:#ff6a00;color:#fff;font-size:12px;font-weight:600;font-family:Poppins,sans-serif;white-space:nowrap;cursor:pointer;transition:background .18s}.email-otp-btn:hover:not(:disabled){background:#ea580c}.email-otp-btn:disabled{opacity:.55;cursor:not-allowed}.email-verified-badge{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 10px;border-radius:8px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:600;white-space:nowrap}.login-input-field:focus-within{border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a001f}.login-input-field:hover:not(:focus-within){border-color:#fdba74}.login-input-icon{display:flex;align-items:center;justify-content:center;color:#94a3b8}.login-input{width:100%;min-width:0;height:100%;padding:0 10px 0 0;border:none;background:transparent;font-size:14px;font-family:Poppins,sans-serif;color:#0f172a}.login-input::placeholder{color:#94a3b8}.login-input:focus{outline:none}.login-input:disabled{opacity:.6;cursor:not-allowed}.login-input-field:has(.login-input:disabled){background:#fff7ed}.password-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 2px;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;transition:color .18s,background .18s}.password-toggle:hover:not(:disabled){color:#ff6a00;background:#ff6a0014}.password-toggle:disabled{opacity:.45;cursor:not-allowed}.login-btn{width:100%;height:44px;margin-top:4px;border:none;border-radius:10px;background:#ff6a00;color:#fff;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 14px #ff6a0047;transition:background .18s,transform .16s,box-shadow .18s}.login-btn:hover:not(:disabled){background:#ea580c;transform:translateY(-1px);box-shadow:0 8px 20px #ff6a0052}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.login-form-card--signup{max-width:440px}.login-form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}.login-signup-link{margin:14px 0 0;text-align:center;font-size:13.5px;color:#64748b}.login-signup-link a{color:#ff6a00;font-weight:600;text-decoration:none}.login-signup-link a:hover{color:#ea580c;text-decoration:underline}.login-link-btn{width:100%;margin-top:2px;border:none;background:transparent;color:#ff6a00;font-size:13.5px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;padding:8px 0}.login-link-btn:hover:not(:disabled){color:#ea580c;text-decoration:underline}.login-link-btn:disabled{opacity:.55;cursor:not-allowed}.password-rules{list-style:none;margin:6px 0 0;padding:0;display:grid;gap:4px}.password-rules li{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#94a3b8}.password-rules li svg{flex-shrink:0;opacity:.45}.password-rules li.is-valid{color:#15803d}.password-rules li.is-valid svg{opacity:1}.login-success{display:flex;flex-direction:column;gap:12px;padding:4px 0 8px;color:#0f172a}.login-success>svg{color:#16a34a}.login-success strong{display:block;font-size:15px;font-weight:600;margin-bottom:4px}.login-success p{margin:0;font-size:13.5px;line-height:1.5;color:#64748b}.login-form-footer{margin:16px 0 0;padding-top:13px;border-top:1px solid #ffedd4;text-align:center;font-size:11px;color:#94a3b8}@media (max-width: 480px){.login-form-row{grid-template-columns:1fr}}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{background:#fff7ed;padding:24px 16px}}@media (max-width: 480px){.login-form-card{padding:24px 16px;border-radius:14px}.login-form-header h2{font-size:20px}}.overview-page{width:100%;display:flex;flex-direction:column;gap:28px}.overview-hero{padding:28px 30px;border-radius:16px;background:linear-gradient(135deg,#fff7ed,#fff 55%,#fff1e6);border:1px solid #ffd6a8;box-shadow:0 8px 24px #c2410c0f}.overview-eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ff6a00;font-family:Poppins,sans-serif}.overview-title{margin:0 0 10px;font-size:clamp(26px,3vw,34px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary, #0f172a);font-family:Poppins,sans-serif}.overview-subtitle{margin:0 0 18px;max-width:62ch;font-size:15px;line-height:1.65;color:var(--text-tertiary, #64748b);font-family:Poppins,sans-serif}.overview-cta{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 16px;border:none;border-radius:10px;background:#ff6a00;color:#fff;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;box-shadow:0 4px 14px #ff6a0040;transition:background .18s,transform .16s}.overview-cta:hover{background:#ea580c;transform:translateY(-1px)}.overview-why{padding:26px 28px;border-radius:16px;background:#fff;border:1px solid var(--border-color, #e2e8f0);box-shadow:var(--shadow-sm, 0 1px 3px rgba(15, 23, 42, .06))}.overview-why-header h2{margin:0 0 6px;font-size:24px;font-weight:700;color:var(--text-primary, #0f172a);font-family:Poppins,sans-serif}.overview-why-header p{margin:0 0 16px;font-size:14.5px;color:var(--text-tertiary, #64748b);font-family:Poppins,sans-serif}.overview-why-intro{margin:0 0 12px;font-size:14px;font-weight:600;color:#1e293b;font-family:Poppins,sans-serif}.overview-benefits{list-style:none;margin:0 0 16px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.overview-benefits li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:#334155;font-family:Poppins,sans-serif}.overview-check{flex-shrink:0;width:22px;height:22px;margin-top:1px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff6a001f;color:#ff6a00}.overview-why-closing{margin:0;padding-top:14px;border-top:1px solid #ffedd4;font-size:14px;line-height:1.55;color:#475569;font-family:Poppins,sans-serif}.overview-thrive-header{margin-bottom:16px}.overview-thrive-header h2{margin:0 0 6px;font-size:24px;font-weight:700;color:var(--text-primary, #0f172a);font-family:Poppins,sans-serif}.overview-thrive-header p{margin:0;max-width:68ch;font-size:14.5px;line-height:1.6;color:var(--text-tertiary, #64748b);font-family:Poppins,sans-serif}.overview-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.overview-pillar{padding:18px 18px 16px;border-radius:14px;background:#fff;border:1px solid var(--border-color, #e2e8f0);box-shadow:var(--shadow-sm, 0 1px 3px rgba(15, 23, 42, .06))}.overview-pillar-icon{width:40px;height:40px;margin-bottom:12px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ff6a001a;color:#ff6a00}.overview-pillar h3{margin:0 0 12px;font-size:15px;font-weight:650;line-height:1.3;color:#0f172a;font-family:Poppins,sans-serif}.overview-pillar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.overview-pillar li{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.45;color:#475569;font-family:Poppins,sans-serif}.overview-pillar li svg{flex-shrink:0;margin-top:2px;color:#ff6a00}@media (max-width: 1100px){.overview-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.overview-hero,.overview-why{padding:20px 16px}.overview-benefits,.overview-pillars{grid-template-columns:1fr}}.post-have-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:var(--spacing-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-have-modal{background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.post-have-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid var(--border-color)}.post-have-modal-title-section{display:flex;align-items:flex-start;gap:12px}.post-have-modal-icon{width:40px;height:40px;background:linear-gradient(135deg,#2b7fff,#155dfc);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.post-have-modal-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:4px;font-family:Poppins,sans-serif}.post-have-modal-subtitle{font-size:14px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.post-have-modal-close{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;flex-shrink:0}.post-have-modal-close:hover{background:var(--bg-gray-50);color:var(--text-primary)}.post-have-modal-body{flex:1;overflow-y:auto;padding:24px}.post-have-form{display:flex;flex-direction:column;gap:20px}.form-label{font-size:14px;font-weight:500;color:var(--text-primary);font-family:Poppins,sans-serif}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px #155dfc14}.radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-primary-blue)}.pricing-input-wrapper{position:relative;display:flex;align-items:center}.pricing-prefix{position:absolute;left:14px;color:var(--text-secondary);font-size:14px;font-weight:500;font-family:Poppins,sans-serif;z-index:1}.pricing-input{padding-left:28px}.agent-chip-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;flex-shrink:0}.agent-search-input:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px #155dfc14}.agent-dropdown-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:500;flex-shrink:0}.post-have-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid var(--border-color);background:var(--bg-gray-50)}.btn-post{background:var(--color-primary-blue);color:#fff}.btn-post:hover:not(:disabled){background:var(--color-primary-blue-light)}@media (max-width: 640px){.post-have-modal{max-height:95vh;border-radius:12px}.post-have-modal-header,.post-have-modal-body,.post-have-modal-footer{padding:16px}.post-have-modal-footer{flex-direction:column-reverse}.btn-draft,.btn-cancel,.btn-post{width:100%;justify-content:center}}.post-want-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:var(--spacing-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-want-modal{background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.post-want-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid var(--border-color)}.post-want-modal-title-section{display:flex;align-items:flex-start;gap:12px}.post-want-modal-icon{width:40px;height:40px;background:linear-gradient(135deg,#ff6a00,#ff8533);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.post-want-modal-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:4px;font-family:Poppins,sans-serif}.post-want-modal-subtitle{font-size:14px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.post-want-modal-close{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;flex-shrink:0}.post-want-modal-close:hover{background:var(--bg-gray-50);color:var(--text-primary)}.post-want-modal-body{flex:1;overflow-y:auto;padding:24px}.post-want-form{display:flex;flex-direction:column;gap:20px}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:var(--text-primary);font-family:Poppins,sans-serif;display:flex;align-items:center;gap:6px}.required-star{color:#ef4444;margin-left:2px}.info-icon{color:var(--text-muted);cursor:help;margin-left:4px}.label-hint{font-weight:400;color:var(--text-tertiary)}.form-input,.form-select,.form-textarea{width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:10px;font-size:14px;font-family:Poppins,sans-serif;color:var(--text-primary);background:#fff;transition:all .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a0014}.form-textarea{resize:vertical;min-height:100px}.radio-group{display:flex;gap:16px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#FF6A00}.radio-label{font-size:14px;color:var(--text-primary);font-family:Poppins,sans-serif}.budget-range-wrapper{display:flex;align-items:center;gap:12px}.budget-input-wrapper{position:relative;flex:1;display:flex;align-items:center}.budget-prefix{position:absolute;left:14px;color:var(--text-secondary);font-size:14px;font-weight:500;font-family:Poppins,sans-serif;z-index:1}.budget-input{padding-left:28px}.budget-separator{color:var(--text-tertiary);font-size:14px;font-weight:500;flex-shrink:0}.selected-agents{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.agent-chip{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--bg-gray-50);border:1px solid var(--border-color);border-radius:20px;font-size:13px;font-family:Poppins,sans-serif}.agent-chip-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff8533);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;flex-shrink:0}.agent-chip-name{color:var(--text-primary);font-weight:500}.agent-chip-remove{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;margin-left:4px}.agent-chip-remove:hover{background:#0000000d;color:var(--text-primary)}.agent-search-wrapper{position:relative}.agent-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;z-index:1}.agent-search-input{width:100%;padding:10px 14px 10px 40px;border:1px solid var(--border-color);border-radius:10px;font-size:14px;font-family:Poppins,sans-serif;color:var(--text-primary);background:#fff;transition:all .2s}.agent-search-input:focus{outline:none;border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a0014}.agent-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 4px 6px -4px #0000001a;max-height:200px;overflow-y:auto;z-index:1000}.agent-dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 14px;cursor:pointer;transition:background .2s;border-bottom:1px solid var(--bg-gray-50)}.agent-dropdown-item:last-child{border-bottom:none}.agent-dropdown-item:hover{background:var(--bg-gray-50)}.agent-dropdown-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff8533);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:500;flex-shrink:0}.agent-dropdown-info{flex:1;min-width:0}.agent-dropdown-name{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:2px;font-family:Poppins,sans-serif}.agent-dropdown-email{font-size:12px;color:var(--text-tertiary);font-family:Poppins,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-want-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid var(--border-color);background:var(--bg-gray-50)}.btn-draft,.btn-cancel,.btn-post{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;border:none}.btn-draft{background:#fff;color:var(--text-secondary);border:1px solid var(--border-color)}.btn-draft:hover:not(:disabled){background:var(--bg-gray-50);border-color:var(--text-muted)}.btn-cancel{background:transparent;color:var(--text-secondary)}.btn-cancel:hover:not(:disabled){color:var(--text-primary)}.btn-post{background:linear-gradient(135deg,#ff6a00,#ff8533);color:#fff}.btn-post:hover:not(:disabled){background:linear-gradient(135deg,#ff8533,#ff9f66);transform:translateY(-1px);box-shadow:0 4px 8px #ff6a004d}.btn-draft:disabled,.btn-cancel:disabled,.btn-post:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.post-want-modal{max-height:95vh;border-radius:12px}.post-want-modal-header,.post-want-modal-body,.post-want-modal-footer{padding:16px}.post-want-modal-footer{flex-direction:column-reverse}.btn-draft,.btn-cancel,.btn-post{width:100%;justify-content:center}.budget-range-wrapper{flex-direction:column;align-items:stretch}.budget-separator{display:none}}.haves-wants-v2-page{padding:var(--spacing-xl);background:var(--bg-gray-50);min-height:100vh;font-family:Poppins,sans-serif}.hw-v2-action-bar{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) var(--spacing-xl);background:#fff;border-radius:var(--radius-lg);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm)}.hw-v2-action-bar-text{font-size:14px;color:var(--text-secondary)}.hw-v2-action-buttons{display:flex;gap:var(--spacing-md)}.hw-v2-action-btn{display:flex;align-items:center;gap:var(--spacing-xs);padding:8px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s;font-family:Poppins,sans-serif}.hw-v2-action-btn-primary{background:var(--color-primary-blue);color:#fff}.hw-v2-action-btn-secondary{background:var(--bg-gray-100);color:var(--text-primary);border:1px solid var(--border-color)}.hw-v2-action-btn-secondary:hover{background:var(--bg-gray-200)}.hw-v2-header-card{background:linear-gradient(135deg,#3c7ae8,#2b5fd9);border-radius:var(--radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-md)}.hw-v2-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg)}.hw-v2-header-left{display:flex;align-items:center;gap:var(--spacing-md)}.hw-v2-header-icon{width:48px;height:48px;background:#fff3;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.hw-v2-title{font-size:28px;font-weight:600;color:#fff;margin:0;font-family:Poppins,sans-serif}.hw-v2-subtitle{font-size:14px;color:#ffffffe6;margin:4px 0 0;font-family:Poppins,sans-serif}.hw-v2-header-right{display:flex;gap:var(--spacing-md);align-items:center}.hw-v2-view-toggle{display:flex;background:#fff3;border-radius:var(--radius-md);padding:4px;gap:4px}.hw-v2-toggle-option{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:12px;transition:all .2s}.hw-v2-toggle-option.active{background:#fff;color:var(--color-primary-blue)}.hw-v2-type-toggle{display:flex;background:#fff3;border-radius:var(--radius-md);padding:4px;gap:4px}.hw-v2-type-btn{padding:6px 16px;border-radius:var(--radius-sm);background:transparent;border:none;color:#fff;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;font-family:Poppins,sans-serif}.hw-v2-type-btn.active{background:#fff;color:var(--color-primary-blue)}.hw-v2-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-lg)}.hw-v2-filter-left{display:flex;align-items:center;gap:var(--spacing-lg)}.hw-v2-scope-toggle{display:flex;background:#fff3;border-radius:var(--radius-md);padding:4px;gap:4px}.hw-v2-scope-btn{padding:6px 16px;border-radius:var(--radius-sm);background:transparent;border:none;color:#fff;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;font-family:Poppins,sans-serif}.hw-v2-scope-btn.active{background:#fff;color:var(--color-primary-blue)}.hw-v2-stats-badges{display:flex;gap:var(--spacing-sm)}.hw-v2-stat-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff3;border-radius:var(--radius-md);font-size:12px;color:#fff;font-family:Poppins,sans-serif}.hw-v2-stat-dot{width:6px;height:6px;border-radius:var(--radius-full)}.hw-v2-stat-dot.blue{background:#bedbff}.hw-v2-stat-dot.orange{background:#ffd6a7}.hw-v2-stat-dot.green{background:#b9f8cf}.hw-v2-stat-count{font-weight:600}.hw-v2-stat-label{opacity:.9}.hw-v2-filter-right{display:flex;align-items:center;gap:var(--spacing-md)}.hw-v2-search-container{position:relative;width:300px}.hw-v2-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffffffb3;pointer-events:none}.hw-v2-search-input{width:100%;height:36px;padding-left:40px;padding-right:12px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-md);color:#fff;font-size:14px;font-family:Poppins,sans-serif}.hw-v2-search-input::placeholder{color:#ffffffb3}.hw-v2-search-input:focus{outline:none;background:#ffffff4d;border-color:#ffffff80}.hw-v2-tabs{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);background:#fff;padding:4px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.hw-v2-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-sm);background:transparent;border:none;color:var(--text-secondary);cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;font-family:Poppins,sans-serif}.hw-v2-tab.active{background:var(--color-primary-blue);color:#fff}.hw-v2-tab:hover:not(.active){background:var(--bg-gray-50)}.hw-v2-table-container{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.hw-v2-table-header{display:flex;background:var(--bg-gray-50);border-bottom:1px solid var(--border-color);height:40px;align-items:center}.hw-v2-table-col{padding:0 8px;font-size:14px;font-weight:500;color:var(--text-primary);display:flex;align-items:center;font-family:Poppins,sans-serif}.hw-v2-table-col.hw-v2-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background .2s}.hw-v2-table-col.hw-v2-sortable:hover{background:var(--bg-gray-100)}.hw-v2-sort-icon{margin-left:4px;font-size:12px;color:var(--color-primary-blue)}.hw-v2-age-text{font-size:13px;color:var(--text-secondary);font-family:Poppins,sans-serif}.hw-v2-table-body{min-height:200px}.hw-v2-table-row{display:flex;border-bottom:1px solid var(--border-color);height:49px;align-items:center;cursor:pointer;transition:background .2s}.hw-v2-table-row:hover{background:var(--bg-gray-50)}.hw-v2-checkbox{width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid var(--border-color);cursor:pointer}.hw-v2-type-badge{padding:3px 9px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;font-family:Poppins,sans-serif}.hw-v2-type-badge.want{background:#ffedd4;color:var(--color-orange-darker);border:1px solid #FFD6A7}.hw-v2-type-badge.have{background:#2b7fff1a;color:var(--color-primary-blue-light);border:1px solid rgba(43,127,255,.2)}.hw-v2-id-text{font-weight:600;color:var(--text-secondary);font-size:13px}.hw-v2-title-text{font-size:14px;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-category-badge{padding:3px 9px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;font-family:Poppins,sans-serif}.hw-v2-category-badge.residential{background:#dcfce7;color:#008236;border:1px solid #B9F8CF}.hw-v2-category-badge.commercial{background:#fff7ed;color:var(--color-orange-dark);border:1px solid #FFD2B3}.hw-v2-agents{display:flex;gap:4px}.hw-v2-agent-avatar{width:28px;height:28px;border-radius:var(--radius-full);background:linear-gradient(135deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#fff;border:2px solid white;flex-shrink:0}.hw-v2-agent-avatar.hw-v2-agent-more{background:var(--bg-gray-100);color:var(--text-primary);font-size:10px}.hw-v2-expand-icon{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:all .2s}.hw-v2-expand-icon:hover{background:var(--bg-gray-50);color:var(--text-primary)}.hw-v2-loading,.hw-v2-empty{padding:var(--spacing-3xl);text-align:center;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-expanded-row{background:linear-gradient(135deg,#eff6ff4d,#f8fafc80,#faf5ff33);border-bottom:1px solid var(--border-color);padding:var(--spacing-xl);max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out}.hw-v2-expanded-row.hw-v2-expanded-row-open{max-height:2000px;opacity:1;padding:var(--spacing-xl);animation:slideDown .3s ease-out}@keyframes slideDown{0%{max-height:0;opacity:0;padding-top:0;padding-bottom:0}to{max-height:2000px;opacity:1;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}}.hw-v2-expanded-content{background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(225.92,232.1,240.34,.8);box-shadow:var(--shadow-md);padding:var(--spacing-xl);display:flex;flex-direction:column;gap:var(--spacing-lg)}.hw-v2-expanded-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--bg-gray-100)}.hw-v2-expanded-header-left{flex:1}.hw-v2-expanded-badge-container{display:flex;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.hw-v2-expanded-badge{padding:4px 10px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;font-family:Poppins,sans-serif}.hw-v2-expanded-badge.have{background:var(--color-primary-blue);color:#fff}.hw-v2-expanded-badge.want{background:var(--color-orange);color:#fff}.hw-v2-status-badge{padding:4px 10px;border-radius:var(--radius-sm);font-size:11px;font-weight:500;font-family:Poppins,sans-serif}.hw-v2-status-badge.active{background:#dcfce7;color:#008236}.hw-v2-status-badge.matched{background:#fff7ed;color:var(--color-orange-dark)}.hw-v2-status-badge.converted{background:#e0e7ff;color:#4f46e5}.hw-v2-expanded-title{font-size:20px;font-weight:600;color:var(--text-primary);margin:var(--spacing-xs) 0;font-family:Poppins,sans-serif}.hw-v2-expanded-meta{display:flex;align-items:center;gap:var(--spacing-xs);font-size:14px;color:var(--text-secondary);flex-wrap:wrap;font-family:Poppins,sans-serif}.hw-v2-separator{color:var(--text-border)}.hw-v2-expanded-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:var(--spacing-xs)}.hw-v2-expanded-stats{display:flex;gap:var(--spacing-md)}.hw-v2-stat-item{display:flex;align-items:center;gap:4px;padding:4px 10px;background:var(--bg-gray-50);border-radius:var(--radius-md);font-size:12px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-stat-item.highlight{background:#3c7ae81a;color:var(--color-primary-blue);font-weight:600}.hw-v2-expanded-tabs{display:flex;gap:var(--spacing-xs);border-bottom:2px solid var(--bg-gray-100);margin-bottom:var(--spacing-lg)}.hw-v2-expanded-tab{display:flex;align-items:center;gap:6px;padding:var(--spacing-sm) var(--spacing-md);background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;margin-bottom:-2px;font-family:Poppins,sans-serif}.hw-v2-expanded-tab.active{color:var(--color-primary-blue);border-bottom-color:var(--color-primary-blue)}.hw-v2-tab-badge{padding:2px 6px;background:var(--color-primary-blue);color:#fff;border-radius:var(--radius-sm);font-size:11px;font-weight:600}.hw-v2-expanded-tab-content{min-height:200px}.hw-v2-matches-content{display:flex;flex-direction:column;gap:var(--spacing-xl)}.hw-v2-matches-section{display:flex;flex-direction:column;gap:var(--spacing-md)}.hw-v2-matches-section-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-sm);font-family:Poppins,sans-serif}.hw-v2-info-message{padding:var(--spacing-md);background:#f8fafc;border:1px solid #E2E8F0;border-radius:var(--radius-md);color:var(--text-primary);line-height:1.6}.hw-v2-info-message p{margin:0;font-size:14px}.hw-v2-info-message strong{color:var(--color-primary-blue);font-weight:600}.hw-v2-interest-card{padding:var(--spacing-md);background:#fff;border-radius:var(--radius-md);border:1px solid #E2E8F0;display:flex;flex-direction:column;gap:var(--spacing-sm)}.hw-v2-interest-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--spacing-md)}.hw-v2-interest-agent{display:flex;align-items:center;gap:var(--spacing-sm);flex:1}.hw-v2-interest-agent-name{font-weight:600;color:var(--text-primary);font-size:14px}.hw-v2-interest-want-title{font-size:12px;color:var(--text-secondary);margin-top:2px}.hw-v2-interest-status{padding:4px 8px;border-radius:var(--radius-sm);font-size:11px;font-weight:600;text-transform:uppercase}.hw-v2-interest-status.pending{background:#fef3c7;color:#92400e}.hw-v2-interest-status.accepted{background:#d1fae5;color:#065f46}.hw-v2-interest-status.declined{background:#fee2e2;color:#991b1b}.hw-v2-interest-message{padding:var(--spacing-sm);background:#f8fafc;border-radius:var(--radius-sm);font-size:13px;color:var(--text-primary);font-style:italic}.hw-v2-interest-details{display:flex;align-items:center;gap:var(--spacing-xs);font-size:12px;color:var(--text-secondary)}.hw-v2-interest-actions{display:flex;gap:var(--spacing-sm);margin-top:var(--spacing-xs)}.hw-v2-action-btn-accept{padding:6px 12px;background:#10b981;color:#fff;border:none;border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.hw-v2-action-btn-accept:hover{background:#059669}.hw-v2-action-btn-decline{padding:6px 12px;background:#ef4444;color:#fff;border:none;border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.hw-v2-action-btn-decline:hover{background:#dc2626}.hw-v2-matches-list{display:flex;flex-direction:column;gap:var(--spacing-md)}.hw-v2-match-card{padding:var(--spacing-md);background:var(--bg-gray-50);border-radius:var(--radius-md);border-left:3px solid var(--color-primary-blue);display:flex;flex-direction:column;gap:var(--spacing-sm)}.hw-v2-match-card-header{display:flex;justify-content:space-between;align-items:center}.hw-v2-match-card-title{font-size:14px;font-weight:600;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-match-score-badge{padding:4px 10px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;font-family:Poppins,sans-serif}.hw-v2-match-score-badge.high{background:#dcfce7;color:#008236}.hw-v2-match-score-badge.medium{background:#fff7ed;color:var(--color-orange-dark)}.hw-v2-match-score-badge.low{background:var(--bg-gray-200);color:var(--text-secondary)}.hw-v2-match-card-details{display:flex;align-items:center;gap:var(--spacing-xs);font-size:12px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-match-source-badge{padding:2px 6px;background:#3c7ae81a;color:var(--color-primary-blue);border-radius:var(--radius-sm);font-size:11px;font-weight:500}.hw-v2-match-reasons{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-top:var(--spacing-xs)}.hw-v2-match-reason-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#fff;border-radius:var(--radius-sm);font-size:11px;color:var(--text-secondary);font-family:Poppins,sans-serif}.hw-v2-match-agent{display:flex;align-items:center;gap:var(--spacing-sm);padding-top:var(--spacing-sm);border-top:1px solid var(--border-color)}.hw-v2-match-agent-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:linear-gradient(135deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:500}.hw-v2-match-agent-info{flex:1}.hw-v2-match-agent-name{font-size:13px;font-weight:500;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-match-agent-email{font-size:11px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-contact-match-btn,.hw-v2-view-listing-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-primary-blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif}.hw-v2-contact-match-btn:hover,.hw-v2-view-listing-btn:hover{background:var(--color-primary-blue-dark, #0B4AE0);color:#fff}.hw-v2-match-listing-actions{display:flex;justify-content:flex-end;margin-top:var(--spacing-md)}.hw-v2-no-matches{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xl);color:var(--text-tertiary);justify-content:center;font-family:Poppins,sans-serif}.hw-v2-details-content{display:flex;flex-direction:column;gap:var(--spacing-xl)}.hw-v2-details-section{display:flex;flex-direction:column;gap:var(--spacing-md)}.hw-v2-section-title{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-xs);font-family:Poppins,sans-serif}.hw-v2-description{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0;font-family:Poppins,sans-serif}.hw-v2-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-md)}.hw-v2-detail-item{display:flex;flex-direction:column;gap:4px}.hw-v2-detail-label{font-size:12px;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-family:Poppins,sans-serif}.hw-v2-detail-value{font-size:14px;color:var(--text-primary);font-weight:500;font-family:Poppins,sans-serif}.hw-v2-agents-list{display:flex;flex-direction:column;gap:var(--spacing-md)}.hw-v2-agent-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm);background:var(--bg-gray-50);border-radius:var(--radius-md)}.hw-v2-agent-item-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:linear-gradient(135deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500}.hw-v2-agent-item-info{flex:1}.hw-v2-agent-item-name{font-size:14px;font-weight:500;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-agent-item-email{font-size:12px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-activity-content{display:flex;flex-direction:column;gap:var(--spacing-md)}.hw-v2-activity-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--bg-gray-50);border-radius:var(--radius-md)}.hw-v2-activity-icon{width:32px;height:32px;border-radius:var(--radius-full);background:var(--color-primary-blue);color:#fff;display:flex;align-items:center;justify-content:center}.hw-v2-activity-details{flex:1}.hw-v2-activity-title{font-size:14px;font-weight:500;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-activity-time{font-size:12px;color:var(--text-tertiary);margin-top:2px;font-family:Poppins,sans-serif}.hw-v2-expanded-content.kigo-item{background:linear-gradient(135deg,#ffedd41a,#fff)}.hw-v2-posted-by{font-weight:500;color:var(--text-primary)}.hw-v2-match-indicator{background:#3c7ae81a;color:var(--color-primary-blue);padding:2px 8px;border-radius:var(--radius-sm);font-weight:500;font-size:12px}.hw-v2-match-potential-section{background:linear-gradient(135deg,#3c7ae80d,#fff);padding:var(--spacing-lg);border-radius:var(--radius-md);border:2px solid rgba(60,122,232,.2)}.hw-v2-match-potential-list{display:flex;flex-direction:column;gap:var(--spacing-md);margin-top:var(--spacing-md)}.hw-v2-match-potential-card{padding:var(--spacing-md);background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-color);display:flex;flex-direction:column;gap:var(--spacing-sm)}.hw-v2-match-potential-header{display:flex;justify-content:space-between;align-items:center}.hw-v2-match-potential-title{font-size:14px;font-weight:600;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-match-potential-details{display:flex;align-items:center;gap:var(--spacing-xs);font-size:12px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-propose-match-btn{padding:6px 12px;background:var(--color-primary-blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif;margin-top:var(--spacing-xs)}.hw-v2-propose-match-btn:hover{background:var(--color-primary-blue-dark);color:#fff!important}.hw-v2-no-match-section{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xl);color:var(--text-tertiary);justify-content:center;font-family:Poppins,sans-serif}.hw-v2-kigo-details-section,.hw-v2-agent-info-section{padding:var(--spacing-lg);background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-color)}.hw-v2-agent-info-list{display:flex;flex-direction:column;gap:var(--spacing-md);margin-top:var(--spacing-md)}.hw-v2-agent-info-card{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--bg-gray-50);border-radius:var(--radius-md)}.hw-v2-agent-info-avatar{width:48px;height:48px;border-radius:var(--radius-full);background:linear-gradient(135deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600}.hw-v2-agent-info-details{flex:1}.hw-v2-agent-info-name{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:2px;font-family:Poppins,sans-serif}.hw-v2-agent-info-email{font-size:13px;color:var(--text-tertiary);font-family:Poppins,sans-serif}.hw-v2-agent-info-actions{display:flex;gap:var(--spacing-xs)}.hw-v2-contact-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;color:var(--text-primary);font-family:Poppins,sans-serif}.hw-v2-contact-btn:hover{background:var(--bg-gray-50)}.hw-v2-expanded-actions{display:flex;gap:var(--spacing-md);padding-top:var(--spacing-lg);border-top:1px solid var(--bg-gray-100);flex-wrap:wrap}.hw-v2-action-btn-primary{display:flex;align-items:center;gap:6px;padding:10px 20px;background:var(--color-primary-blue);color:#fff;border:none;border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif}.hw-v2-action-btn-primary:hover{background:var(--color-primary-blue-dark, #0B4AE0);color:#fff}.hw-v2-action-btn-primary:hover svg{color:#fff;stroke:#fff}.hw-v2-action-btn-secondary{display:flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif}.hw-v2-action-btn-secondary:hover{background:var(--bg-gray-50)}.hw-v2-matches-skeleton{display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-md) 0}.hw-v2-match-card-skeleton{padding:var(--spacing-md);background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-color)}.hw-v2-skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hw-browse{display:flex;flex-direction:column;gap:16px;font-family:Poppins,sans-serif;color:var(--text-primary)}.hw-browse-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.hw-browse-title{margin:0;font-size:22px;font-weight:600;letter-spacing:-.02em}.hw-browse-subtitle{margin:4px 0 0;font-size:13px;color:var(--text-tertiary)}.hw-browse-toolbar-right{display:flex;gap:8px;flex-wrap:wrap}.hw-browse-btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:10px;border:none;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.hw-browse-btn.primary{background:var(--color-orange);color:#fff}.hw-browse-btn.primary:hover{background:var(--color-orange-darker)}.hw-browse-btn.secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border-color)}.hw-browse-btn.secondary:hover{background:var(--bg-gray-50)}.hw-browse-btn:disabled{opacity:.6;cursor:not-allowed}.hw-browse-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:12px;background:#fff;border:1px solid var(--border-color);border-radius:14px}.hw-browse-filter-group{display:inline-flex;padding:3px;background:var(--bg-gray-50);border-radius:10px;gap:2px}.hw-browse-chip{height:30px;padding:0 12px;border:none;border-radius:8px;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:500;font-family:inherit;cursor:pointer}.hw-browse-chip:hover{color:var(--text-primary)}.hw-browse-chip.active{background:#fff;color:var(--text-primary);box-shadow:0 1px 2px #0f172a14}.hw-browse-chip.have.active{color:#155dfc}.hw-browse-chip.want.active{color:#ca3500}.hw-browse-search{display:flex;align-items:center;gap:8px;flex:1;min-width:200px;height:36px;padding:0 12px;border:1px solid var(--border-color);border-radius:10px;background:#fff;color:var(--text-muted)}.hw-browse-search input{flex:1;border:none;outline:none;background:transparent;font-size:13px;font-family:inherit;color:var(--text-primary)}.hw-browse-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--text-muted)}.hw-browse-clear{border:none;background:none;color:var(--color-orange);font-size:12px;font-weight:500;font-family:inherit;cursor:pointer}.hw-browse-list{background:#fff;border:1px solid var(--border-color);border-radius:14px;overflow:hidden}.hw-browse-list-head,.hw-browse-row{display:grid;grid-template-columns:72px minmax(180px,1.6fr) minmax(100px,.8fr) minmax(110px,.9fr) 80px 80px 36px;gap:12px;align-items:center;padding:0 16px}.hw-browse-list-head{height:40px;background:var(--bg-gray-50);border-bottom:1px solid var(--border-color);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.hw-browse-row{width:100%;min-height:64px;border:none;border-bottom:1px solid var(--border-color);background:#fff;text-align:left;cursor:pointer;font-family:inherit;color:inherit;transition:background .15s ease}.hw-browse-row-wrap:last-child .hw-browse-row{border-bottom:none}.hw-browse-row:hover,.hw-browse-row-wrap.open .hw-browse-row{background:#f8fafc}.hw-browse-type{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:600;width:fit-content}.hw-browse-type.have{background:#155dfc1a;color:#155dfc}.hw-browse-type.want{background:#ff6a001f;color:#ca3500}.hw-browse-listing{display:flex;flex-direction:column;gap:2px;min-width:0}.hw-browse-listing strong{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-browse-listing em{font-style:normal;font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-browse-city,.hw-browse-agents{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.hw-browse-price,.hw-browse-age{font-size:12px;color:var(--text-secondary)}.hw-browse-chevron{display:flex;justify-content:flex-end;color:var(--text-muted)}.hw-browse-expand{padding:0 16px 16px;background:#f8fafc;border-bottom:1px solid var(--border-color)}.hw-browse-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 16px;color:var(--text-tertiary);font-size:14px}.hw-browse-more{display:flex;justify-content:center;padding:8px 0 16px}.hw-browse-spinner{animation:hw-spin .8s linear infinite}@keyframes hw-spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.hw-browse-list-head{display:none}.hw-browse-row{grid-template-columns:72px 1fr 36px;grid-template-rows:auto auto;padding:12px 14px;gap:8px 12px}.hw-browse-listing{grid-column:2}.hw-browse-city,.hw-browse-price,.hw-browse-agents,.hw-browse-age{display:none}.hw-browse-chevron{grid-column:3;grid-row:1 / span 2}}.ph-page{display:flex;flex-direction:column;align-items:flex-start;width:100%;font-family:Poppins,sans-serif;color:#101828}.ph-header{display:flex;align-items:center;justify-content:space-between;align-self:stretch;width:100%}.ph-header-left{display:flex;align-items:center;gap:12px}.ph-header-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);outline:2px solid #b9f8cf;outline-offset:-2px;display:flex;align-items:center;justify-content:center;color:#00a63e;flex-shrink:0}.ph-header-title{margin:0;color:#101828;font-size:24px;font-weight:700;line-height:32px}.ph-header-subtitle{margin:0;color:#4a5565;font-size:14px;font-weight:400;line-height:20px}.ph-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:24px;align-items:start;width:100%;max-width:1240px;padding-top:24px}.ph-main{display:flex;flex-direction:column;gap:16px;min-width:0;width:100%}.ph-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:16px}.ph-card{background:#fff;border-radius:14px;outline:1px solid #e5e7eb;outline-offset:-1px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;overflow:visible}.ph-card-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit}.ph-card-head-left{display:flex;align-items:center;gap:12px;min-width:0}.ph-step-badge{width:32px;height:32px;border-radius:10px;background:#f3f4f6;color:#4a5565;font-size:14px;font-weight:700;line-height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ph-step-badge.is-done{background:#dcfce7;color:#00a63e}.ph-card-title{margin:0;color:#101828;font-size:14px;font-weight:700;line-height:20px}.ph-card-sub{margin:0;color:#6a7282;font-size:12px;font-weight:400;line-height:16px}.ph-chevron{color:#99a1af;transition:transform .2s ease;flex-shrink:0}.ph-chevron.is-open{transform:rotate(180deg)}.ph-card-body{padding:8px 20px 20px;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:20px;min-width:0;overflow:visible}.ph-label{display:block;margin:0 0 8px;color:#364153;font-size:12px;font-weight:600;line-height:16px}.ph-label .req{color:#fb2c36}.ph-hint{margin:-4px 0 8px;color:#99a1af;font-size:12px;font-weight:400;line-height:16px}.ph-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ph-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.ph-field{min-width:0}.ph-input,.ph-select,.ph-textarea{width:100%;height:42px;padding:10px 12px;background:#fff;border:1px solid #d1d5dc;border-radius:10px;color:#374151;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.ph-input::placeholder,.ph-textarea::placeholder{color:#0f172a80}.ph-input:focus,.ph-select:focus,.ph-textarea:focus{border-color:#00a63e;box-shadow:0 0 0 3px #00a63e1f}.ph-input.is-disabled,.ph-select:disabled{opacity:.4;cursor:not-allowed;background:#fff}.ph-textarea{height:auto;min-height:142px;resize:vertical;line-height:20px}.ph-select-wrap{position:relative}.ph-select-wrap .ph-select{padding-right:36px;cursor:pointer}.ph-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#99a1af;pointer-events:none}.ph-input-icon-wrap{position:relative}.ph-input-icon-wrap .ph-leading{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#99a1af;pointer-events:none}.ph-input-icon-wrap .ph-input{padding-left:36px}.ph-input.is-right{text-align:right}.ph-highlight-box{padding:16px;background:#eff6ff4d;border-radius:10px;outline:1px solid #dbeafe;outline-offset:-1px}.ph-ptype-row{display:grid;grid-template-columns:1fr;gap:12px}.ph-ptype-row.has-style{grid-template-columns:1fr 1fr}.ph-ptype-main,.ph-ptype-style{min-width:0}.ph-char-count{margin:0;color:#99a1af;font-size:12px;font-weight:400;line-height:16px}.ph-specs{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;width:100%;min-width:0}.ph-specs-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-bottom:1px solid #f3f4f6;width:100%}.ph-specs-row:last-child{border-bottom:none}.ph-specs-cell{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;min-height:58px;min-width:0;box-sizing:border-box}.ph-specs-cell+.ph-specs-cell{border-left:1px solid #f3f4f6}.ph-specs-cell.is-empty{background:transparent}.ph-specs-label{flex:0 1 auto;min-width:0;max-width:52%;color:#364153;font-size:13px;font-weight:500;line-height:18px;white-space:normal;overflow:visible;text-overflow:unset}.ph-specs-control{flex:1 1 auto;width:auto;max-width:180px;min-width:96px;overflow:hidden}.ph-specs-control .ph-input,.ph-specs-control .ph-select,.ph-specs-control .ph-select-wrap,.ph-specs-control .ph-input-icon-wrap{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.ph-specs-control .ph-input,.ph-specs-control .ph-select{height:38px;padding:8px 12px;overflow:hidden;text-overflow:ellipsis}.ph-specs-control .ph-select{padding-right:32px}.ph-specs-control .ph-input.is-right{text-align:right}.ph-specs-control .ph-input.is-left{text-align:left}.ph-specs-control .ph-input-icon-wrap{overflow:hidden}.ph-specs-control .ph-input-icon-wrap .ph-input{padding-left:32px}.ph-specs-section-title{padding:8px 14px;background:#f9fafb;border-bottom:1px solid #f3f4f6;color:#6a7282;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;line-height:16px}.ph-specs-pair{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:0}.ph-specs-cell-stack{flex-direction:column;align-items:stretch;gap:10px;padding-top:10px;padding-bottom:10px}.ph-yesno{display:flex;gap:8px;flex-shrink:0}.ph-yesno-btn{padding:8px 14px;background:#fff;border:1px solid #d1d5dc;border-radius:10px;color:#4a5565;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap}.ph-yesno-btn.is-active{border-color:#00a63e;background:#f0fdf4;color:#00a63e}.ph-specs-notes{padding:4px 14px 12px;border-top:1px solid #f3f4f6}.ph-specs-notes .ph-textarea{min-height:78px}.ph-upload{display:flex;flex-direction:column;align-items:center;padding:32px;border-radius:10px;outline:2px dashed #d1d5dc;outline-offset:-2px;cursor:pointer;transition:outline-color .15s ease,background .15s ease;text-align:center}.ph-upload:hover,.ph-upload.is-drag{outline-color:#00a63e;background:#f0fdf466}.ph-upload-icon{color:#99a1af;margin-bottom:12px}.ph-upload-title{margin:0;color:#364153;font-size:14px;font-weight:600;line-height:20px}.ph-upload-meta{margin:4px 0 0;color:#6a7282;font-size:12px;font-weight:400;line-height:16px}.ph-upload-hint{margin:4px 0 0;color:#99a1af;font-size:12px;font-weight:400;line-height:16px}.ph-file-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ph-file-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#f3f4f6;border-radius:8px;font-size:12px;color:#364153}.ph-file-chip button{border:none;background:transparent;cursor:pointer;color:#99a1af;padding:0;display:flex}.ph-image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:12px}.ph-image-preview{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb}.ph-image-preview img{width:100%;height:100%;object-fit:cover}.ph-image-preview .ph-cover-tag{position:absolute;left:6px;top:6px;padding:2px 6px;background:#00a63e;color:#fff;font-size:10px;font-weight:600;border-radius:6px}.ph-image-preview button{position:absolute;right:6px;top:6px;width:22px;height:22px;border:none;border-radius:999px;background:#0f172aa6;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.ph-agent-card{padding:16px;background:#f0fdf44d;border-radius:14px;outline:1px solid #b9f8cf;outline-offset:-1px}.ph-agent-card.is-co{background:#eff6ff59;outline-color:#dbeafe}.ph-agent-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.ph-agent-badge-row{display:flex;align-items:center;gap:8px}.ph-agent-icon{width:28px;height:28px;border-radius:999px;background:#dcfce7;color:#00a63e;display:flex;align-items:center;justify-content:center}.ph-agent-label{color:#364153;font-size:12px;font-weight:600;line-height:16px}.ph-required-pill{padding:2px 6px;background:#dcfce7;border-radius:999px;color:#00a63e;font-size:10px;font-weight:500;line-height:15px}.ph-remove-agent{border:none;background:transparent;color:#fb2c36;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit}.ph-add-agent{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border-radius:14px;border:2px dashed #d1d5dc;background:transparent;color:#6a7282;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}.ph-add-agent:hover:not(:disabled){border-color:#00a63e;color:#00a63e}.ph-add-agent:disabled{opacity:.5;cursor:not-allowed}.ph-agent-count{color:#99a1af;font-size:12px;font-weight:400;line-height:16px}.ph-actions{display:flex;align-items:center;justify-content:space-between;padding:32px 0 16px;gap:16px}.ph-btn-draft{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;border:2px solid #d1d5dc;background:#fff;color:#364153;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}.ph-btn-draft:hover{border-color:#99a1af}.ph-btn-publish{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;border:none;border-radius:10px;background:linear-gradient(90deg,#00c950,#00bc7d);box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}.ph-btn-publish:hover{filter:brightness(1.03)}.ph-panel{padding:20px;background:#fff;border-radius:14px;outline:1px solid #e5e7eb;outline-offset:-1px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a}.ph-progress-head{display:flex;align-items:center;justify-content:space-between}.ph-progress-title{margin:0;color:#101828;font-size:14px;font-weight:700;line-height:20px}.ph-progress-pct{margin:0;color:#00a63e;font-size:20px;font-weight:700;line-height:28px}.ph-progress-bar{margin-top:12px;width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.ph-progress-fill{height:100%;background:linear-gradient(90deg,#05df72,#00bc7d);border-radius:999px;transition:width .25s ease}.ph-progress-steps{margin-top:16px;display:flex;flex-direction:column;gap:8px}.ph-progress-step{display:flex;align-items:center;gap:10px}.ph-progress-dot{width:16px;height:16px;border-radius:999px;border:1px solid #d1d5dc;color:#99a1af;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ph-progress-dot.is-done{background:#00a63e;border-color:#00a63e;color:#fff}.ph-progress-step span{color:#6a7282;font-size:12px;font-weight:400;line-height:16px}.ph-progress-step.is-done span{color:#364153;font-weight:500}.ph-preview-panel{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);outline-color:#b9f8cf}.ph-preview-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.ph-preview-title-row{display:flex;align-items:center;gap:8px;color:#101828;font-size:14px;font-weight:700;line-height:20px}.ph-preview-title-row svg{color:#00a63e}.ph-full-preview-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#00a63e;border:none;border-radius:10px;color:#fff;font-family:inherit;font-size:12px;font-weight:600;line-height:16px;cursor:pointer}.ph-preview-card{margin-top:12px;padding:16px;background:#fff;border-radius:10px;outline:1px solid #e5e7eb;outline-offset:-1px}.ph-preview-image{height:176px;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#99a1af;overflow:hidden}.ph-preview-image img{width:100%;height:100%;object-fit:cover}.ph-preview-meta{margin-top:12px}.ph-preview-type{margin:0;color:#6a7282;font-size:12px;font-weight:400;line-height:16px}.ph-preview-address{margin:4px 0 0;color:#101828;font-size:14px;font-weight:700;line-height:20px}.ph-preview-city{margin:4px 0 0;color:#4a5565;font-size:12px;font-weight:400;line-height:16px}.ph-preview-price-row{margin-top:12px;padding-top:8px;border-top:1px solid #e5e7eb}.ph-preview-price-caption{margin:0 0 2px;color:#99a1af;font-size:10px;font-weight:600;line-height:15px;letter-spacing:.25px;text-transform:uppercase}.ph-preview-price{margin:0;color:#00a63e;font-size:12px;font-weight:700;line-height:16px}.ph-tips-panel{background:linear-gradient(135deg,#faf5ff,#eff6ff);outline-color:#e9d4ff}.ph-tips-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#101828;font-size:14px;font-weight:700;line-height:20px}.ph-tips-title svg{color:#9810fa}.ph-tip{display:flex;align-items:flex-start;gap:8px;margin-top:8px;color:#364153;font-size:12px;font-weight:400;line-height:16px}.ph-tip svg{color:#9810fa;flex-shrink:0;margin-top:2px}.ph-select2{position:relative;width:100%}.ph-select2-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:42px;background:#fff;border:1px solid #d1d5dc;border-radius:10px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.ph-select2.is-open .ph-select2-control,.ph-select2:focus-within .ph-select2-control{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.ph-select2-selection{display:flex;align-items:center;min-width:0;padding:8px 4px 8px 12px}.ph-select2-placeholder{color:#0f172a80;font-size:14px;font-weight:400;line-height:20px}.ph-select2-value{color:#374151;font-size:14px;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-select2-search{width:100%;border:none;outline:none;background:transparent;color:#374151;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;padding:0}.ph-select2-actions{display:flex;align-items:center;padding-right:4px}.ph-select2-clear,.ph-select2-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#99a1af;cursor:pointer;border-radius:6px}.ph-select2-clear:hover,.ph-select2-toggle:hover{background:#f3f4f6;color:#364153}.ph-select2.is-open .ph-select2-toggle svg{transform:rotate(180deg)}.ph-select2-dropdown{position:absolute;z-index:50;top:calc(100% + 6px);left:0;right:0;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 28px #0f172a1f;padding:6px 0}.ph-select2-dropdown--portal{position:fixed;right:auto;top:auto;left:auto;z-index:10000}.ph-select2-option{display:block;width:100%;padding:9px 14px;border:none;background:transparent;text-align:left;color:#364153;font-family:inherit;font-size:14px;font-weight:400;cursor:pointer}.ph-select2-option:hover,.ph-select2-option.is-selected{background:#eff6ff;color:#1d4ed8}.ph-select2-empty{padding:12px 14px;color:#99a1af;font-size:13px}@media (max-width: 1100px){.ph-layout{grid-template-columns:1fr}.ph-aside{position:static}}@media (max-width: 720px){.ph-grid-2,.ph-grid-3,.ph-specs-row,.ph-ptype-row.has-style{grid-template-columns:1fr}.ph-specs-cell+.ph-specs-cell{border-left:none;border-top:1px solid #f3f4f6}.ph-specs-control{flex:0 1 160px;max-width:160px}.ph-specs-label{max-width:none}.ph-actions{flex-direction:column-reverse;align-items:stretch}.ph-btn-draft,.ph-btn-publish{justify-content:center}}.ph-preview-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px}.ph-preview-modal{width:min(720px,100%);max-height:min(920px,calc(100vh - 48px));background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a47;display:flex;flex-direction:column;overflow:hidden;font-family:Poppins,sans-serif}.ph-preview-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.ph-preview-modal-header-left{display:flex;align-items:center;gap:12px}.ph-preview-modal-eye{width:40px;height:40px;border-radius:12px;background:#ecfdf5;color:#00a63e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ph-preview-modal-title{margin:0;color:#101828;font-size:18px;font-weight:700;line-height:24px}.ph-preview-modal-subtitle{margin:2px 0 0;color:#6a7282;font-size:13px;font-weight:400;line-height:18px}.ph-preview-modal-close{width:36px;height:36px;border:none;border-radius:10px;background:#f3f4f6;color:#4a5565;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ph-preview-modal-close:hover{background:#e5e7eb}.ph-preview-modal-body{overflow-y:auto;flex:1 1 auto;min-height:0}.ph-preview-modal-hero{background:#f3f4f6;min-height:220px;display:flex;flex-direction:column}.ph-preview-modal-hero>img{width:100%;height:260px;object-fit:cover;display:block}.ph-preview-modal-hero-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#99a1af;font-size:14px;font-weight:500}.ph-preview-modal-thumbs{display:flex;gap:8px;padding:10px 12px;background:#fff;border-bottom:1px solid #f3f4f6;overflow-x:auto}.ph-preview-modal-thumbs img{width:64px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.ph-preview-modal-thumbs-more{display:inline-flex;align-items:center;justify-content:center;width:64px;height:48px;border-radius:8px;background:#f3f4f6;color:#4a5565;font-size:12px;font-weight:600;flex-shrink:0}.ph-preview-modal-content{padding:20px}.ph-preview-modal-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.ph-preview-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:16px}.ph-preview-badge.is-status.is-active{background:#dcfce7;color:#00a63e}.ph-preview-badge.is-status.is-conditional,.ph-preview-badge.is-status.is-pending{background:#fef3c7;color:#b45309}.ph-preview-badge.is-status.is-closed,.ph-preview-badge.is-status.is-expired,.ph-preview-badge.is-status.is-cancelled,.ph-preview-badge.is-status.is-suspended{background:#fee2e2;color:#dc2626}.ph-preview-badge.is-status.is-draft{background:#f3f4f6;color:#4a5565}.ph-preview-badge.is-status.is-archived{background:#fee2e2;color:#dc2626}.ph-preview-badge.is-tx.is-lease{background:#dbeafe;color:#2563eb}.ph-preview-badge.is-tx.is-sale{background:#ffedd5;color:#ea580c}.ph-preview-badge.is-type,.ph-preview-badge.is-category{background:#f3f4f6;color:#364153}.ph-preview-modal-toprow{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.ph-preview-modal-address{margin:0;color:#101828;font-size:22px;font-weight:700;line-height:30px}.ph-preview-modal-location{margin:6px 0 0;display:inline-flex;align-items:center;gap:6px;color:#6a7282;font-size:13px;font-weight:400;line-height:18px}.ph-preview-modal-price-block{text-align:right;flex-shrink:0}.ph-preview-modal-price-caption{margin:0 0 2px;color:#99a1af;font-size:10px;font-weight:600;line-height:15px;letter-spacing:.25px;text-transform:uppercase}.ph-preview-modal-price{margin:0;color:#00a63e;font-size:22px;font-weight:700;line-height:28px}.ph-preview-modal-price-suffix{display:block;color:#6a7282;font-size:12px;font-weight:500;margin-top:2px}.ph-preview-modal-specs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.ph-preview-modal-spec{background:#f9fafb;border:1px solid #eef2f7;border-radius:12px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;color:#6a7282;min-width:0}.ph-preview-modal-spec strong{color:#101828;font-size:18px;font-weight:700;line-height:24px}.ph-preview-modal-spec span{font-size:11px;font-weight:600;letter-spacing:.4px}.ph-preview-modal-details{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;padding:16px;background:#f9fafb;border:1px solid #eef2f7;border-radius:12px}.ph-preview-modal-detail{display:flex;flex-direction:column;gap:4px;min-width:0}.ph-preview-modal-detail-label{color:#99a1af;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;line-height:14px}.ph-preview-modal-detail-value{color:#101828;font-size:14px;font-weight:600;line-height:20px;word-break:break-word}.ph-preview-modal-section{margin-top:18px}.ph-preview-modal-section h4{margin:0 0 10px;color:#101828;font-size:14px;font-weight:700;line-height:20px}.ph-preview-modal-subhead{margin-top:12px!important}.ph-preview-modal-text{margin:0;color:#364153;font-size:14px;font-weight:400;line-height:22px;white-space:pre-wrap}.ph-preview-modal-agents{display:flex;flex-direction:column;gap:10px}.ph-preview-modal-agent{display:flex;gap:10px;padding:12px;background:#f9fafb;border:1px solid #eef2f7;border-radius:12px}.ph-preview-modal-agent-icon{width:32px;height:32px;border-radius:999px;background:#dcfce7;color:#00a63e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ph-preview-modal-agent-name{margin:0;color:#101828;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.ph-preview-modal-agent-tag{padding:2px 6px;border-radius:999px;background:#dcfce7;color:#00a63e;font-size:10px;font-weight:600}.ph-preview-modal-agent-meta{margin:4px 0 0;display:flex;align-items:center;gap:6px;color:#6a7282;font-size:12px}.ph-preview-modal-files{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ph-preview-modal-files li{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;background:#f9fafb;border:1px solid #eef2f7;border-radius:10px;color:#364153;font-size:13px;font-weight:500}.ph-preview-modal-footer{padding:14px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;flex-shrink:0;background:#fff}.ph-preview-modal-footer-btn{padding:10px 18px;border:none;border-radius:10px;background:#0f172a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.ph-preview-modal-footer-btn:hover{background:#1e293b}@media (max-width: 640px){.ph-preview-modal-overlay{padding:12px}.ph-preview-modal-specs{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-preview-modal-details{grid-template-columns:1fr}.ph-preview-modal-toprow{flex-direction:column}.ph-preview-modal-price-block{text-align:left}}.ph-header-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ph-v3-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;background:#7c3aed;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;line-height:18px;flex-shrink:0}.ph-class-use-box{margin:4px 0 16px;padding:16px;border-radius:14px;background:#faf5ff4d;border:1px solid #f3e8ff;box-sizing:border-box}.ph-class-use-box .ph-grid-2{margin:0}.ph-class-use-box .ph-field{min-width:0}.ph-specs.is-commercial .ph-specs-label{max-width:none;flex:1 1 52%;word-break:break-word}.ph-specs.is-commercial .ph-specs-control{flex:1 1 42%;max-width:168px}.ph-specs.is-commercial .ph-specs-cell{gap:12px}.ph-specs.is-commercial .ph-yesno{flex-shrink:0;justify-content:flex-end;width:100%;max-width:168px}.ph-preview-commercial-facts{margin:6px 0 0;display:flex;flex-wrap:wrap;gap:10px 14px;color:#6a7282;font-size:12px;font-weight:500}.ph-preview-commercial-facts span{display:inline-flex;align-items:center;gap:4px}@media (max-width: 720px){.ph-specs.is-commercial .ph-specs-row{grid-template-columns:minmax(0,1fr)}.ph-specs.is-commercial .ph-specs-cell+.ph-specs-cell{border-left:none;border-top:1px solid #f3f4f6}.ph-specs.is-commercial .ph-specs-control,.ph-specs.is-commercial .ph-yesno{max-width:none}}.pw-page{display:flex;flex-direction:column;width:100%;font-family:Poppins,sans-serif;color:#101828}.pw-header{display:flex;flex-wrap:wrap;align-items:center;gap:16px;width:100%}.pw-header-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.pw-header-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#ffedd4,#fff7ed);outline:1px solid #ffd6a8;outline-offset:-1px;display:flex;align-items:center;justify-content:center;color:#ff6a00;flex-shrink:0}.pw-header-title{margin:0;font-size:24px;font-weight:700;line-height:32px;color:#101828}.pw-header-subtitle{margin:0;font-size:14px;font-weight:400;line-height:20px;color:#6a7282}.pw-version-tabs{display:flex;align-items:center;gap:4px;padding:4px;background:#f3f4f6;border-radius:14px}.pw-version-tab{padding:6px 14px;border:none;border-radius:10px;background:transparent;color:#6a7282;font-family:inherit;font-size:12px;font-weight:600;line-height:16px;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.pw-version-tab.is-active{background:#fff;color:#ff6a00;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;outline:1px solid #ffedd4;outline-offset:-1px}.pw-autofill{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pw-autofill-label{color:#99a1af;font-size:12px;font-weight:500;line-height:16px;white-space:nowrap}.pw-autofill-pill{padding:4px 10px;border-radius:10px;border:1px solid transparent;font-family:inherit;font-size:12px;font-weight:600;line-height:16px;cursor:pointer;transition:opacity .15s}.pw-autofill-pill:hover{opacity:.85}.pw-autofill-pill.is-residential{background:#f0fdf4;border-color:#b9f8cf;color:#008236}.pw-autofill-pill.is-commercial{background:#eff6ff;border-color:#bedbff;color:#1447e6}.pw-autofill-pill.is-business{background:#fff7ed;border-color:#ffd6a8;color:#ca3500}.pw-header-completion{margin-left:auto;text-align:right;flex-shrink:0}.pw-header-pct{margin:0;color:#ff6a00;font-size:24px;font-weight:700;line-height:32px}.pw-header-pct-label{margin:0;color:#6a7282;font-size:12px;font-weight:400;line-height:16px}.pw-layout{display:grid;grid-template-columns:minmax(0,672px) minmax(280px,324px);gap:24px;align-items:start;width:100%;max-width:1020px;padding-top:24px}.pw-main{display:flex;flex-direction:column;gap:16px;min-width:0}.pw-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:16px}.pw-card{background:#fff;border-radius:16px;outline:1px solid #e5e7eb;outline-offset:-1px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;overflow:hidden}.pw-card-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit}.pw-card-head-left{display:flex;align-items:center;gap:16px;min-width:0}.pw-step-badge{width:40px;height:40px;border-radius:14px;background:#f3f4f6;color:#99a1af;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pw-step-badge.is-done{background:linear-gradient(135deg,#00c950,#00a63e);color:#fff}.pw-card-title{margin:0;font-size:16px;font-weight:700;line-height:24px;color:#101828}.pw-card-sub{margin:2px 0 0;font-size:12px;font-weight:400;line-height:16px;color:#6a7282}.pw-chevron{color:#99a1af;transition:transform .2s ease;flex-shrink:0}.pw-chevron.is-open{transform:rotate(180deg)}.pw-card-body{padding:0 20px 20px;display:flex;flex-direction:column;gap:16px}.pw-label{display:block;margin:0 0 8px;color:#4a5565;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.3px;text-transform:uppercase}.pw-label .req{color:#fb2c36}.pw-field{min-width:0}.pw-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pw-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pw-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.pw-class-use-block{display:flex;flex-direction:column;gap:12px}.pw-add-combo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border:1.5px dashed #d1d5dc;border-radius:10px;background:#fff;color:#4a5565;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.pw-add-combo-btn:hover{border-color:#ff6a00;color:#ff6a00;background:#fff7ed}.pw-remove-pair-btn{display:inline-flex;align-items:center;gap:6px;align-self:flex-end;padding:4px 10px;border:none;border-radius:8px;background:transparent;color:#99a1af;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer}.pw-remove-pair-btn:hover{color:#e7000b;background:#fef2f2}.pw-input,.pw-select,.pw-textarea{width:100%;height:42px;padding:10px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;color:#364153;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.pw-input:focus,.pw-select:focus,.pw-textarea:focus{border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a001f}.pw-textarea{height:auto;min-height:126px;resize:vertical}.pw-select-wrap{position:relative}.pw-select-wrap .pw-select{padding-right:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.pw-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#99a1af;pointer-events:none}.pw-input-prefix{position:relative}.pw-input-prefix .pw-prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6a7282;font-size:14px;font-weight:500;pointer-events:none}.pw-input-prefix .pw-input{padding-left:28px}.pw-hint{margin:6px 0 0;color:#99a1af;font-size:12px;font-weight:400;line-height:16px}.pw-char-row{display:flex;justify-content:space-between;align-items:center;padding-top:4px;color:#99a1af;font-size:12px;line-height:16px}.pw-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pw-category-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border-radius:14px;border:2px solid #e5e7eb;background:#fff;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.pw-category-card.is-active{border-color:#ff6a00;background:#fff7ed}.pw-category-icon{width:40px;height:40px;border-radius:14px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6a7282}.pw-category-card.is-active .pw-category-icon{background:#ffedd4;color:#ff6a00}.pw-category-name{margin:0;font-size:14px;font-weight:600;line-height:20px;color:#364153;text-align:center}.pw-category-card.is-active .pw-category-name{color:#ff6a00}.pw-category-desc{margin:0;font-size:11px;font-weight:400;line-height:13.75px;color:#99a1af;text-align:center}.pw-segment-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pw-segment-btn{height:44px;padding:10px;border-radius:10px;border:2px solid #e5e7eb;background:#fff;color:#4a5565;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.pw-segment-btn.is-active{border-color:#ff6a00;background:#fff7ed;color:#ff6a00}.pw-segment-btn.is-disabled,.pw-segment-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb;color:#99a1af;border-color:#e5e7eb}.pw-segment-btn.is-disabled.is-active,.pw-segment-btn:disabled.is-active{opacity:.4}.pw-highlight-field{padding:12px;border-radius:12px;border:1.5px solid transparent}.pw-highlight-field.is-orange{background:#fff7ed;border-color:#ffd6a8}.pw-highlight-field.is-orange .pw-label{color:#ff6a00}.pw-highlight-field.is-green{background:#f0fdf4;border-color:#b9f8cf}.pw-highlight-field.is-green .pw-label{color:#008236}.pw-highlight-field .pw-input{background:#fff}.pw-segment-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pw-urgency-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:10px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#4a5565;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.pw-urgency-btn.is-active{border-color:#ff6a00;background:#ff6a00;color:#fff;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a}.pw-price-type-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pw-price-type-btn{padding:10px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;color:#4a5565;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;text-transform:capitalize;cursor:pointer}.pw-price-type-btn.is-active{border-color:#3c7ae8;background:#fff;color:#3c7ae8;box-shadow:none}.pw-city-row{display:flex;gap:8px;align-items:stretch}.pw-city-row .pw-select-wrap{flex:1}.pw-add-city-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:10px;background:#f3f4f6;color:#99a1af;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;cursor:pointer;white-space:nowrap}.pw-add-city-btn:not(:disabled){color:#4a5565}.pw-add-city-btn:disabled{cursor:not-allowed;opacity:.6}.pw-city-tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:10px}.pw-city-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff7ed;border:1px solid #ffd6a8;border-radius:10px;color:#ca3500;font-size:14px;font-weight:500;line-height:20px}.pw-city-tag button{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#ff8904;cursor:pointer}.pw-actions{display:flex;align-items:center;justify-content:space-between;padding:24px 0;gap:16px}.pw-btn-draft{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:10px;background:transparent;color:#4a5565;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer}.pw-btn-draft:hover{background:#f3f4f6}.pw-actions-right{display:flex;align-items:center;gap:12px}.pw-btn-cancel{padding:10px 20px;border:none;border-radius:10px;background:transparent;color:#364153;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer}.pw-btn-cancel:hover{background:#f3f4f6}.pw-btn-submit{padding:10px 28px;border:none;border-radius:10px;background:#ff6a00;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}.pw-btn-submit:hover{filter:brightness(1.05)}.pw-panel{padding:20px;background:#fff;border-radius:14px;outline:1px solid #e5e7eb;outline-offset:-1px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a}.pw-progress-head{display:flex;align-items:center;justify-content:space-between}.pw-progress-title{margin:0;font-size:14px;font-weight:700;line-height:20px;color:#101828}.pw-progress-pct{margin:0;font-size:20px;font-weight:700;line-height:28px;color:#ff6a00}.pw-progress-bar{margin-top:12px;width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.pw-progress-fill{height:100%;background:linear-gradient(90deg,#ff6a00,#ff8533);border-radius:999px;transition:width .25s ease}.pw-progress-steps{margin-top:16px;display:flex;flex-direction:column;gap:8px}.pw-progress-step{display:flex;align-items:center;gap:8px;color:#99a1af;font-size:12px;font-weight:500;line-height:16px}.pw-progress-step.is-done{color:#ff6a00}.pw-progress-step svg{flex-shrink:0}.pw-preview-panel{background:linear-gradient(135deg,#fff7ed,#ffedd4);outline-color:#ffd6a8}.pw-preview-head{display:flex;align-items:center;gap:8px;color:#101828;font-size:14px;font-weight:700;line-height:20px}.pw-preview-head svg{color:#ff6a00}.pw-preview-card{margin-top:12px;padding:16px;background:#fff;border-radius:10px;outline:1px solid #e5e7eb;outline-offset:-1px}.pw-preview-badges{display:flex;flex-wrap:wrap;gap:8px}.pw-preview-badge{padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;line-height:16px;text-transform:capitalize}.pw-preview-badge.is-category{background:#ffedd4;color:#ca3500}.pw-preview-badge.is-muted{background:#f3f4f6;color:#4a5565;font-weight:400}.pw-preview-location{display:flex;align-items:flex-start;gap:4px;padding-top:12px;color:#4a5565;font-size:12px;line-height:16px}.pw-preview-location svg{margin-top:2px;flex-shrink:0;color:#4a5565}.pw-preview-specs{display:flex;flex-wrap:wrap;gap:12px;padding-top:12px;margin-top:12px;border-top:1px solid #f3f4f6;color:#4a5565;font-size:12px;line-height:16px}.pw-preview-row{display:flex;justify-content:space-between;align-items:center;padding-top:12px;margin-top:12px;border-top:1px solid #f3f4f6;font-size:12px;line-height:16px}.pw-preview-row .label{color:#6a7282}.pw-preview-row .value{color:#ff6a00;font-weight:700}.pw-preview-row .value.is-urgent{color:#e7000b;text-transform:capitalize}.pw-tips-panel{background:linear-gradient(135deg,#faf5ff,#fdf2f8);outline-color:#e9d4ff}.pw-tips-head{display:flex;align-items:center;gap:8px;color:#101828;font-size:14px;font-weight:700;line-height:20px}.pw-tips-head svg{color:#9810fa}.pw-tips-list{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.pw-tips-list li{display:flex;align-items:flex-start;gap:8px;color:#364153;font-size:12px;font-weight:400;line-height:16px}.pw-tips-list li svg{margin-top:2px;flex-shrink:0;color:#9810fa}@media (max-width: 1100px){.pw-layout{grid-template-columns:1fr;max-width:672px}.pw-aside{position:static}.pw-header-completion{margin-left:0}}@media (max-width: 640px){.pw-category-grid,.pw-segment-row,.pw-grid-2,.pw-grid-3,.pw-grid-4,.pw-segment-row-4{grid-template-columns:1fr}.pw-city-row{flex-direction:column}}:root{--color-primary-blue: #155DFC;--color-primary-blue-dark: #0B4AE0;--color-primary-blue-light: #2B7FFF;--color-primary-blue-lighter: #3C7AE8;--color-orange: #FF6A00;--color-orange-dark: #FF6900;--color-orange-darker: #CA3500;--color-green: #00C950;--bg-white: #FFFFFF;--bg-gray-50: #F8FAFC;--bg-gray-100: #F1F5F9;--bg-gray-200: #E2E8F0;--text-primary: #0F172A;--text-secondary: #45556C;--text-tertiary: #62748E;--text-quaternary: #64748B;--text-muted: #90A1B9;--text-border: #CAD5E2;--border-color: #E2E8F0;--border-color-light: #CAD5E2;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-2xl: 24px;--spacing-3xl: 32px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-full: 9999px;--shadow-sm: 0px 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0px 4px 6px -4px rgba(225.92, 232.1, 240.34, .5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-gray-50);color:var(--text-primary);line-height:1.5}#root{width:100%;min-height:100vh}.btn{padding:var(--spacing-sm) var(--spacing-lg);border-radius:var(--radius-sm);font-size:14px;font-weight:500;font-family:Poppins,sans-serif;border:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:var(--spacing-sm);justify-content:center}.btn-primary{background:var(--color-primary-blue);color:#fff}.btn-primary:hover{background:var(--color-primary-blue-light)}.btn-secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-gray-50)}.btn-orange{background:var(--color-orange);color:#fff}.btn-orange:hover{background:var(--color-orange-dark)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;line-height:16px}.badge-blue{background:#2b7fff1a;color:var(--color-primary-blue-light);border:1px solid rgba(43,127,255,.2)}.badge-orange{background:#ffedd4;color:var(--color-orange-darker);border:1px solid #FFD6A7}.badge-green{background:#dcfce7;color:#008236;border:1px solid #B9F8CF}.badge-gray{background:var(--bg-gray-50);color:var(--text-primary);border:1px solid var(--border-color)}.input{width:100%;padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:14px;font-family:Poppins,sans-serif;background:#fff;color:var(--text-primary)}.input:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px #155dfc1a}.input::placeholder{color:var(--text-muted)}.card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:var(--spacing-xl)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-gray-50)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.portal-layout{display:flex;width:100%;min-height:100vh;background:var(--bg-gray-50)}.portal-sidebar{width:248px;min-height:100vh;background:#fff;border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100}.portal-sidebar-header{height:64px;padding:0 20px;border-bottom:1px solid var(--border-color);display:flex;align-items:center}.portal-sidebar-brand{display:flex;align-items:center;gap:12px;background:none;border:none;padding:0;cursor:pointer;text-align:left}.portal-sidebar-mark{width:28px;height:28px;border-radius:7px;background:var(--color-orange);position:relative;flex-shrink:0;box-shadow:0 1px 2px #ff6a0040}.portal-sidebar-mark:after{content:"";position:absolute;width:10px;height:10px;left:9px;top:9px;background:#fff;border-radius:2px}.portal-sidebar-brand-text{display:flex;flex-direction:column;gap:1px;line-height:1.15}.portal-sidebar-brand-name{font-size:16px;font-weight:600;color:var(--text-primary);font-family:Poppins,sans-serif;letter-spacing:-.01em}.portal-sidebar-brand-sub{font-size:11px;font-weight:500;color:var(--text-muted);font-family:Poppins,sans-serif;letter-spacing:.02em;text-transform:uppercase}.portal-sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.portal-nav-item{height:42px;padding:0 12px;border:none;border-radius:10px;display:flex;align-items:center;gap:12px;width:100%;cursor:pointer;transition:background .15s ease,color .15s ease;color:var(--text-secondary);background:transparent;font-size:14px;font-weight:500;font-family:Poppins,sans-serif;text-align:left}.portal-nav-item:hover{background:var(--bg-gray-50);color:var(--text-primary)}.portal-nav-item.active{background:#ff6a001a;color:var(--color-orange-darker)}.portal-nav-item.active .portal-nav-item-icon{color:var(--color-orange)}.portal-nav-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.portal-nav-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-nav-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .15s ease}.portal-nav-chevron.open{transform:rotate(180deg)}.portal-nav-item.active .portal-nav-chevron{color:var(--color-orange)}.portal-nav-group{display:flex;flex-direction:column;gap:2px}.portal-nav-children{display:flex;flex-direction:column;gap:2px;padding:2px 0 6px 16px}.portal-nav-child{height:34px;padding:0 12px 0 24px;border:none;border-radius:8px;background:transparent;color:var(--text-tertiary);font-size:13px;font-weight:500;font-family:Poppins,sans-serif;text-align:left;cursor:pointer;position:relative;transition:background .15s ease,color .15s ease}.portal-nav-child:before{content:"";position:absolute;left:10px;top:50%;width:5px;height:5px;border-radius:50%;background:var(--border-color-light);transform:translateY(-50%)}.portal-nav-child:hover{background:var(--bg-gray-50);color:var(--text-primary)}.portal-nav-child.active{background:#ff6a0014;color:var(--color-orange-darker)}.portal-nav-child.active:before{background:var(--color-orange)}.portal-sidebar-footer{padding:16px;border-top:1px solid var(--border-color);position:relative}.portal-agent-profile{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px}.portal-agent-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:linear-gradient(145deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;flex-shrink:0;letter-spacing:.02em}.portal-agent-info{flex:1;min-width:0}.portal-agent-name{font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-agent-email{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-agent-logout{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,color .15s ease}.portal-agent-logout:hover{background:#ef444414;color:#ef4444}.portal-logout-confirm{position:absolute;bottom:76px;left:16px;right:16px;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px #0f172a1f;z-index:200;padding:16px}.portal-logout-confirm-content{display:flex;flex-direction:column;gap:12px}.portal-logout-confirm-content p{font-size:13px;color:var(--text-primary);font-weight:500;margin:0}.portal-logout-confirm-buttons{display:flex;gap:8px;justify-content:flex-end}.portal-logout-btn-cancel,.portal-logout-btn-confirm{padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:background .15s ease;border:none}.portal-logout-btn-cancel{background:var(--bg-gray-100);color:var(--text-secondary)}.portal-logout-btn-cancel:hover{background:var(--bg-gray-200);color:var(--text-primary)}.portal-logout-btn-confirm{background:#ef4444;color:#fff}.portal-logout-btn-confirm:hover{background:#dc2626}.portal-main{flex:1;margin-left:248px;display:flex;flex-direction:column;min-height:100vh}.portal-header{height:64px;background:#ffffffe0;border-bottom:1px solid var(--border-color);padding:0 32px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.portal-header-left{display:flex;align-items:center;min-width:0}.portal-header-title{margin:0;font-size:18px;font-weight:600;color:var(--text-primary);font-family:Poppins,sans-serif;letter-spacing:-.02em}.portal-header-right{display:flex;align-items:center;gap:12px}.portal-header-icon-btn{width:36px;height:36px;border:1px solid var(--border-color);border-radius:10px;background:#fff;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.portal-header-icon-btn:hover{background:var(--bg-gray-50);color:var(--text-primary)}.portal-header-icon-btn.active{background:#ff6a001a;border-color:#ff6a0040;color:var(--color-orange)}.portal-user-badge{display:flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border:1px solid var(--border-color);border-radius:999px;background:#fff}.portal-user-avatar-small{width:28px;height:28px;border-radius:var(--radius-full);background:linear-gradient(145deg,#3c7ae8,#ff6a00);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:600;flex-shrink:0}.portal-user-meta{display:flex;flex-direction:column;gap:0;line-height:1.2;padding-right:4px}.portal-user-name{font-size:12px;font-weight:500;color:var(--text-primary);max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-user-label{font-size:10px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.portal-content{flex:1;padding:28px 32px;background:var(--bg-gray-50)}.portal-content:has(.pw-page),.portal-content:has(.ph-page){padding:20px 28px 40px}.portal-placeholder{max-width:480px;padding:40px 0}.portal-placeholder h2{margin:0 0 8px;font-size:22px;font-weight:600;color:var(--text-primary);font-family:Poppins,sans-serif}.portal-placeholder p{margin:0;font-size:14px;color:var(--text-tertiary);font-family:Poppins,sans-serif}@media (max-width: 1024px){.portal-sidebar{transform:translate(-100%);transition:transform .3s}.portal-sidebar.open{transform:translate(0)}.portal-main{margin-left:0}.portal-header{padding:0 16px}.portal-content{padding:20px 16px}.portal-user-meta{display:none}.portal-user-badge{padding:4px}}
