*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--bg: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--muted: #64748b;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.app-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header-inner{max-width:900px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:56px}.brand{display:flex;align-items:center;gap:.5rem}.brand-icon{font-size:1.4rem}.brand-name{font-size:1.1rem;font-weight:700;color:var(--primary);letter-spacing:-.5px}.main-nav{display:flex;gap:.5rem}.nav-btn{background:none;border:none;padding:.4rem .9rem;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;color:var(--muted);transition:all .15s;display:flex;align-items:center;gap:.4rem}.nav-btn:hover{background:var(--bg);color:var(--text)}.nav-btn.active{background:#eff6ff;color:var(--primary);font-weight:600}.badge{background:var(--primary);color:#fff;font-size:.7rem;padding:.1rem .4rem;border-radius:10px;font-weight:700}.app-main{max-width:900px;margin:0 auto;padding:1.5rem 1rem 3rem}.section-header{margin-bottom:1.5rem}.section-header h1{font-size:1.5rem;font-weight:700}.section-subtitle{color:var(--muted);font-size:.9rem;margin-top:.25rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1rem}.job-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column;gap:.75rem}.job-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.job-card-header{display:flex;align-items:flex-start;gap:.75rem}.job-avatar{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.72rem;flex-shrink:0;letter-spacing:-.5px}.job-meta{flex:1;min-width:0}.job-title{font-size:1rem;font-weight:600;line-height:1.3;color:var(--text)}.job-company{font-size:.82rem;color:var(--muted);margin-top:.2rem}.save-btn{background:none;border:none;font-size:1.3rem;cursor:pointer;color:var(--muted);padding:0 .25rem;line-height:1;transition:color .15s,transform .15s;flex-shrink:0}.save-btn:hover{color:#f59e0b;transform:scale(1.15)}.save-btn.saved{color:#f59e0b}.job-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{font-size:.75rem;padding:.2rem .55rem;border-radius:20px;font-weight:500}.tag-location{background:#f1f5f9;color:var(--muted)}.tag-type{background:#eff6ff;color:var(--primary)}.tag-category{background:#f0fdf4;color:#16a34a}.job-salary{font-size:.85rem;font-weight:600;color:#16a34a}.job-description{font-size:.85rem;color:var(--muted);line-height:1.5}.job-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:.6rem}.job-posted{font-size:.78rem;color:#94a3b8}.job-cta{font-size:.8rem;color:var(--primary);font-weight:600}.empty-state{text-align:center;padding:4rem 1rem;color:var(--muted)}.empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.empty-state p{font-size:1rem;margin-bottom:1.5rem}.empty-cta{background:var(--primary);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.empty-cta:hover{background:var(--primary-dark)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--surface);border-radius:var(--radius);max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:1.75rem;position:relative;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;gap:1rem}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--bg);border:none;width:32px;height:32px;border-radius:50%;font-size:1rem;cursor:pointer;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close:hover{background:var(--border)}.modal-header{display:flex;gap:1rem;align-items:flex-start;padding-right:2rem}.modal-avatar{width:52px;height:52px;font-size:.85rem;border-radius:12px}.modal-title{font-size:1.2rem;font-weight:700;line-height:1.3}.modal-company{color:var(--muted);font-size:.9rem;margin-top:.25rem}.modal-tags{display:flex;flex-wrap:wrap;gap:.4rem}.modal-salary{font-size:.95rem;font-weight:700;color:#16a34a}.modal-section h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.modal-section p{font-size:.9rem;color:var(--muted);line-height:1.65}.requirements-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.requirements-list li{font-size:.88rem;color:var(--muted);padding-left:1.2rem;position:relative}.requirements-list li:before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:700}.modal-actions{display:flex;gap:.75rem;flex-wrap:wrap}.save-btn-full{padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:2px solid var(--border);background:var(--surface);color:var(--text);transition:all .15s}.save-btn-full:hover{border-color:#f59e0b;color:#f59e0b}.save-btn-full.saved{border-color:#f59e0b;color:#f59e0b;background:#fffbeb}.apply-btn{padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;background:var(--primary);color:#fff;transition:background .15s;flex:1}.apply-btn:hover{background:var(--primary-dark)}.modal-posted{font-size:.78rem;color:#94a3b8}@media (max-width: 500px){.jobs-grid{grid-template-columns:1fr}.modal{padding:1.25rem}.brand-name{display:none}}
