:root{--brand: #0a7356;--brand-dark: #085e45;--brand-light: #e8f5f0;--accent: #f2b95d;--bg: #f6f8f5;--bg-surface: #ffffff;--bg-subtle: #f0f3f0;--bg-overlay: rgba(255,255,255,.92);--border: rgba(16, 32, 24, .1);--border-focus: rgba(10, 115, 86, .5);--text: #111816;--text-2: #3d5249;--text-muted: #6b7f76;--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.05);--shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 999px;--header-h: 60px;font-family:Inter,Sora,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;color:var(--text);background-color:var(--bg)}[data-theme="dark"],@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0e1512;--bg-surface: #172018;--bg-subtle: #1e2a22;--bg-overlay: rgba(23, 32, 24, .95);--border: rgba(255, 255, 255, .1);--border-focus: rgba(10, 200, 140, .5);--text: #edf5f1;--text-2: #a8c4b8;--text-muted: #6e9282;--brand-light: rgba(10, 115, 86, .2);--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.35);--shadow-lg: 0 12px 40px rgba(0,0,0,.4)}}[data-theme=dark]{--bg: #0e1512;--bg-surface: #172018;--bg-subtle: #1e2a22;--bg-overlay: rgba(23, 32, 24, .95);--border: rgba(255, 255, 255, .1);--border-focus: rgba(10, 200, 140, .5);--text: #edf5f1;--text-2: #a8c4b8;--text-muted: #6e9282;--brand-light: rgba(10, 115, 86, .2);--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.35);--shadow-lg: 0 12px 40px rgba(0,0,0,.4)}[data-theme=light]{--bg: #f6f8f5;--bg-surface: #ffffff;--bg-subtle: #f0f3f0;--bg-overlay: rgba(255,255,255,.92);--border: rgba(16, 32, 24, .1);--border-focus: rgba(10, 115, 86, .5);--text: #111816;--text-2: #3d5249;--text-muted: #6b7f76;--brand-light: #e8f5f0}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;line-height:1.25}p{margin:0}ul{margin:0;padding:0}dl,dt,dd{margin:0}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none;padding:0}input,textarea,select{width:100%;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem;color:var(--text);transition:border-color .15s,box-shadow .15s;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #0a73561f}textarea{resize:vertical}img{display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-muted)}.loading-logo{width:56px;height:56px;border-radius:var(--radius-lg);background:var(--brand-light);display:flex;align-items:center;justify-content:center}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:var(--bg-overlay);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);gap:1rem}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text);flex-shrink:0}.brand-icon{border-radius:var(--radius-sm)}.brand-name{font-weight:700;font-size:1rem;letter-spacing:-.01em}.brand-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:var(--brand-light);color:var(--brand);padding:.2rem .5rem;border-radius:var(--radius-full)}.header-right{display:flex;align-items:center;gap:.75rem}.header-auth-actions{display:flex;align-items:center;gap:.5rem}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--brand),#4ecda4);color:#fff;font-weight:700;flex-shrink:0;-webkit-user-select:none;user-select:none}.avatar-btn{border-radius:50%;padding:0;line-height:0;transition:opacity .15s}.avatar-btn:hover{opacity:.85}.user-menu-wrap{position:relative}.user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;z-index:100;animation:menu-in .15s ease}@keyframes menu-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.user-menu-header{display:flex;align-items:center;gap:.75rem;padding:1rem}.user-menu-header div{display:flex;flex-direction:column;gap:.15rem;min-width:0}.user-menu-header strong{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-header span{font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-divider{height:1px;background:var(--border);margin:0}.user-menu-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.75rem 1rem;font-size:.88rem;color:var(--text-2);text-align:left;transition:background .1s}.user-menu-item:hover{background:var(--bg-subtle);color:var(--text)}.user-menu-item.danger{color:#c0392b}.user-menu-item.danger:hover{background:#c0392b12}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--brand);color:#fff;font-weight:600;font-size:.9rem;border-radius:var(--radius-md);transition:background .15s,transform .1s;white-space:nowrap}.btn-primary:hover:not(:disabled){background:var(--brand-dark)}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.72rem 1.25rem;background:var(--bg-subtle);color:var(--text-2);font-weight:600;font-size:.9rem;border-radius:var(--radius-md);border:1px solid var(--border);transition:background .15s}.btn-secondary:hover{background:var(--border)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.72rem 1.25rem;color:var(--text-2);font-weight:600;font-size:.9rem;border-radius:var(--radius-md);transition:background .15s,color .15s}.btn-ghost:hover{background:var(--bg-subtle);color:var(--text)}.btn-danger{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.25rem;background:#c0392b14;color:#c0392b;font-weight:600;font-size:.9rem;border-radius:var(--radius-md);border:1px solid rgba(192,57,43,.2);transition:background .15s}.btn-danger:hover{background:#c0392b24}.w-full{width:100%}.field{display:flex;flex-direction:column;gap:.4rem}.field label,.field>span{font-size:.85rem;font-weight:600;color:var(--text-2)}.field-hint{font-weight:400;color:var(--text-muted)}.field-error{font-size:.82rem;color:#c0392b;margin-top:.25rem}.full{grid-column:1 / -1}.input-wrap{position:relative}.input-wrap .input-icon-wrap input{padding-right:4.5rem}.input-icon-wrap{position:relative}.input-icon-wrap .input-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;z-index:1}.input-icon-wrap input{padding-left:2.6rem}.input-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:600;color:var(--text-muted);padding:.25rem .5rem;border-radius:var(--radius-sm);transition:color .1s;width:auto;z-index:2}.input-toggle:hover{color:var(--brand)}.banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1.25rem;font-size:.88rem;font-weight:500;border-radius:0;border-left:3px solid transparent;flex-shrink:0}.banner.warning{background:#ffecd2f2;border-left-color:#e67e22;color:#7d3e0d}.banner.success{background:#e1f8eef2;border-left-color:var(--brand);color:#0a4a34}.banner button{font-size:1.1rem;color:currentColor;opacity:.6;flex-shrink:0;padding:.1rem .3rem}.banner button:hover{opacity:1}.auth-main{flex:1;display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--header-h))}.auth-card{display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--bg-surface);border-right:1px solid var(--border)}.auth-card-inner{width:100%;max-width:380px;display:flex;flex-direction:column;gap:1.25rem}.auth-logo{width:56px;height:56px;background:var(--brand-light);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.auth-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.auth-subtitle{color:var(--text-muted);margin-top:-.75rem}.auth-tabs{display:flex;background:var(--bg-subtle);border-radius:var(--radius-md);padding:3px;gap:3px}.auth-tab{flex:1;padding:.55rem .75rem;font-size:.85rem;font-weight:600;color:var(--text-muted);border-radius:calc(var(--radius-md) - 2px);transition:background .15s,color .15s,box-shadow .15s}.auth-tab.active{background:var(--bg-surface);color:var(--text);box-shadow:var(--shadow-sm)}.btn-google{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.75rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;font-weight:600;color:var(--text);transition:background .15s,border-color .15s}.btn-google:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--border-focus)}.btn-google:disabled{opacity:.5;cursor:not-allowed}.auth-or{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.8rem}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:.9rem}.auth-note{font-size:.78rem;color:var(--text-muted);text-align:center;padding:.75rem;background:var(--bg-subtle);border-radius:var(--radius-md)}.auth-landing{background:linear-gradient(160deg,var(--brand-light) 0%,var(--bg) 60%);display:flex;align-items:center;justify-content:center;padding:3rem 2rem}.auth-landing-content{max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.auth-landing-content h2{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.auth-landing-content>p{color:var(--text-2);font-size:1rem}.landing-features{display:flex;flex-direction:column;gap:.6rem}.landing-feature{display:flex;align-items:center;gap:.65rem;font-size:.9rem;color:var(--text-2)}.landing-feature svg{color:var(--brand);flex-shrink:0}.landing-preview{display:flex;flex-direction:column;gap:.6rem}.preview-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:var(--shadow-sm)}.preview-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.preview-ref{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.preview-card strong{font-size:.9rem;color:var(--text)}.preview-addr{font-size:.82rem;color:var(--text-muted)}.onboarding-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem 4rem;background:var(--bg)}.onboarding-card{width:100%;max-width:580px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.onboarding-progress{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg-subtle);gap:0}.progress-track{position:absolute;left:2rem;right:2rem;top:50%;transform:translateY(calc(-50% + .6rem));height:2px;background:var(--border);z-index:0}.progress-fill{height:100%;background:var(--brand);transition:width .35s ease}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.4rem;z-index:1}.progress-dot{width:32px;height:32px;border-radius:50%;background:var(--bg-surface);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--text-muted);transition:all .2s}.progress-step.active .progress-dot{border-color:var(--brand);background:var(--brand-light);color:var(--brand)}.progress-step.done .progress-dot{border-color:var(--brand);background:var(--brand);color:#fff}.progress-label{font-size:.72rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.progress-step.active .progress-label{color:var(--brand)}.progress-step.done .progress-label{color:var(--text-2)}.onboarding-body{padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.step-kicker{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);font-weight:700}.onboarding-body h2{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.step-desc{color:var(--text-muted);margin-top:-.5rem}.onboarding-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.checkbox-chip{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .85rem;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.85rem;font-weight:500;color:var(--text-2);cursor:pointer;transition:all .15s;background:var(--bg-subtle);-webkit-user-select:none;user-select:none;text-align:center}.checkbox-chip:hover{border-color:var(--brand);color:var(--brand)}.checkbox-chip.checked{background:var(--brand-light);border-color:var(--brand);color:var(--brand);font-weight:700}.checkbox-chip input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.onboarding-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.content-main{flex:1;max-width:680px;width:100%;margin:0 auto;padding:1.5rem 1.25rem 3rem;display:flex;flex-direction:column;gap:1.25rem}.page-header{display:flex;align-items:center;gap:1rem}.page-header h1{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.back-btn{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-muted);padding:.4rem .6rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.back-btn:hover{background:var(--bg-subtle);color:var(--text)}.profile-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.profile-hero{display:flex;align-items:center;gap:1.25rem;padding:2rem;background:linear-gradient(135deg,var(--brand-light),var(--bg-subtle));border-bottom:1px solid var(--border)}.profile-hero>div{display:flex;flex-direction:column;gap:.3rem}.profile-hero h2{font-size:1.2rem;font-weight:700}.profile-hero p{font-size:.85rem;color:var(--text-muted)}.profile-badge{display:inline-block;padding:.25rem .7rem;background:var(--brand-light);color:var(--brand);font-size:.78rem;font-weight:700;border-radius:var(--radius-full);margin-top:.15rem}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0}.profile-field{display:flex;flex-direction:column;gap:.25rem;padding:1.1rem 1.5rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.profile-field:nth-child(2n){border-right:none}.profile-field.full{grid-column:1 / -1;border-right:none}.profile-field dt{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.profile-field dd{font-size:.9rem;font-weight:500;color:var(--text)}.profile-card>.btn-secondary{margin:1.25rem 1.5rem;width:fit-content}.settings-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.settings-section{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.settings-section h2{font-size:1rem;font-weight:700}.settings-desc{color:var(--text-muted);font-size:.88rem;margin-top:-.5rem}.settings-divider{height:1px;background:var(--border)}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.settings-row>div{display:flex;flex-direction:column;gap:.2rem}.settings-row strong{font-size:.88rem}.settings-row span{font-size:.82rem;color:var(--text-muted)}.theme-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.theme-option{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:.75rem;border:2px solid var(--border);border-radius:var(--radius-lg);font-size:.82rem;font-weight:600;color:var(--text-2);background:var(--bg-subtle);transition:all .15s}.theme-option:hover{border-color:var(--brand);color:var(--brand)}.theme-option.active{border-color:var(--brand);background:var(--brand-light);color:var(--brand)}.theme-option svg{color:var(--brand)}.theme-preview{width:72px;height:52px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border)}.theme-preview[data-theme-preview=light]{background:#f6f8f5}.theme-preview[data-theme-preview=dark]{background:#0e1512}.theme-preview[data-theme-preview=system]{background:linear-gradient(135deg,#f6f8f5 50%,#0e1512 50%)}.tp-header{height:30%;background:#0a735626;border-bottom:1px solid rgba(0,0,0,.08)}.tp-content{padding:4px;display:flex;flex-direction:column;gap:3px}.tp-card{height:10px;border-radius:3px;background:#00000014}.workspace-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:1.25rem 1.25rem 3rem;display:flex;flex-direction:column;gap:1.25rem}.workspace-toolbar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm)}.search-wrap{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.9rem;color:var(--text-muted);pointer-events:none}.search-input{padding-left:2.4rem;background:var(--bg-subtle);border-color:transparent}.search-input:focus{background:var(--bg-surface);border-color:var(--border-focus)}.filter-chips{display:flex;flex-wrap:wrap;gap:.4rem}.filter-chip{padding:.4rem .85rem;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--text-muted);background:var(--bg-subtle);transition:all .15s}.filter-chip:hover{border-color:var(--brand);color:var(--brand)}.filter-chip.active{background:var(--text);border-color:var(--text);color:var(--bg-surface)}.jobs-section{display:flex;flex-direction:column;gap:1rem}.jobs-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.jobs-header h2{font-size:1.1rem;font-weight:700}.jobs-count{font-size:.82rem;color:var(--text-muted);margin-top:.15rem}.loading-pill{font-size:.8rem;color:var(--text-muted);background:var(--bg-subtle);padding:.3rem .75rem;border-radius:var(--radius-full)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.875rem}.job-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;text-align:left;display:flex;flex-direction:column;gap:.6rem;transition:border-color .15s,box-shadow .15s,transform .15s;box-shadow:var(--shadow-sm);cursor:pointer}.job-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-1px)}.job-card.urgent{border-left:3px solid #e74c3c}.job-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.job-ref{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em}.job-title{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.3}.job-addr{font-size:.82rem;color:var(--text-muted)}.job-card-footer{display:flex;flex-direction:column;gap:.4rem;margin-top:.1rem;padding-top:.6rem;border-top:1px solid var(--border)}.job-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.job-client{font-size:.82rem;color:var(--text-2);font-weight:500}.job-action-hint{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--brand);font-weight:600}.priority-badge{display:inline-block;padding:.2rem .55rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.priority-badge.baja,.priority-badge.media{background:#ffebb4cc;color:#8a4e13}.priority-badge.alta{background:#ffd7c3e6;color:#a13d1d}.priority-badge.urgente{background:#fecacae6;color:#b91c1c}.draft-indicator{font-size:.72rem;font-weight:700;padding:.15rem .5rem;background:#0a73561f;color:var(--brand);border-radius:var(--radius-full)}.job-skeleton{height:140px;border-radius:var(--radius-lg);background:linear-gradient(110deg,var(--bg-subtle) 0%,var(--bg-surface) 50%,var(--bg-subtle) 100%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state strong{font-size:1rem;color:var(--text-2)}.detail-main{flex:1;max-width:1120px;width:100%;margin:0 auto;padding:1.25rem 1.25rem 3rem;display:flex;flex-direction:column;gap:1.25rem}.detail-nav{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.job-switcher{padding:.5rem .9rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-surface);font-size:.85rem;font-weight:600;color:var(--text-2);max-width:340px;width:auto}.detail-article{display:flex;flex-direction:column;gap:1rem}.detail-header{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;box-shadow:var(--shadow-sm)}.detail-header-text{display:flex;flex-direction:column;gap:.4rem;flex:1;min-width:0}.detail-kicker{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--brand)}.detail-title{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.detail-desc{font-size:.9rem;color:var(--text-muted)}.detail-header-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm)}.detail-card.wide{grid-column:1 / -1}.card-title{font-size:.95rem;font-weight:700;color:var(--text)}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.draft-badge{font-size:.72rem;font-weight:700;padding:.25rem .65rem;background:#0a73561a;color:var(--brand);border-radius:var(--radius-full)}.facts{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.fact{display:flex;flex-direction:column;gap:.2rem}.fact dt{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.fact dd{font-size:.9rem;font-weight:600;color:var(--text)}.address-box{display:flex;align-items:flex-start;gap:.5rem;padding:.85rem 1rem;background:var(--bg-subtle);border-radius:var(--radius-md);font-size:.88rem;color:var(--text-2)}.address-box svg{color:var(--brand);flex-shrink:0;margin-top:1px}.context-cat{font-size:.85rem;font-weight:700;color:var(--brand)}.check-list{list-style:disc;padding-left:1.1rem;font-size:.88rem;color:var(--text-2);display:flex;flex-direction:column;gap:.3rem}.muted-text{font-size:.85rem;color:var(--text-muted)}.note-box{background:var(--bg-subtle);border-radius:var(--radius-md);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.3rem;border-left:3px solid var(--accent)}.note-box strong{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.note-box p{font-size:.88rem;color:var(--text-2)}.action-row{display:flex;flex-wrap:wrap;gap:.6rem}.state-btn{padding:.65rem 1.1rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.85rem;font-weight:700;color:var(--text-2);transition:all .15s}.state-btn:hover:not(:disabled){background:var(--brand-light);border-color:var(--brand);color:var(--brand)}.state-btn:disabled{opacity:.5;cursor:not-allowed}.parte-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.evidence-section{display:flex;flex-direction:column;gap:.875rem;padding-top:1rem;border-top:1px solid var(--border)}.evidence-section h3{font-size:.9rem;font-weight:700}.evidence-count{font-size:.78rem;font-weight:600;color:var(--text-muted)}.capture-row{display:flex;flex-wrap:wrap;gap:.6rem}.capture-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:var(--bg-subtle);border:1px dashed var(--border);border-radius:var(--radius-md);font-size:.83rem;font-weight:600;color:var(--text-2);cursor:pointer;transition:all .15s}.capture-btn:hover{background:var(--brand-light);border-color:var(--brand);color:var(--brand)}.capture-btn svg{flex-shrink:0}.evidence-list{display:flex;flex-direction:column;gap:.5rem}.evidence-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border)}.evidence-thumb{width:48px;height:48px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.evidence-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.evidence-info strong{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.evidence-info span{font-size:.75rem;color:var(--text-muted)}.evidence-remove{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#c0392b1a;color:#c0392b;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.evidence-remove:hover{background:#c0392b33}.firma-section{padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.875rem}.firma-section h3{font-size:.9rem;font-weight:700}.firma-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.875rem}.parte-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.5rem}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.timeline-item:last-child{border-bottom:none}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--brand);margin-top:.35rem;flex-shrink:0;box-shadow:0 0 0 3px var(--brand-light)}.timeline-content{display:flex;flex-direction:column;gap:.15rem}.timeline-content strong{font-size:.88rem;color:var(--text)}.timeline-content span{font-size:.78rem;color:var(--text-muted)}@media (max-width: 900px){.auth-main{grid-template-columns:1fr}.auth-landing{display:none}.auth-card{border-right:none;min-height:calc(100vh - var(--header-h))}.detail-grid{grid-template-columns:1fr}.detail-card.wide{grid-column:1}.facts{grid-template-columns:1fr 1fr}.parte-grid{grid-template-columns:1fr}.firma-grid{grid-template-columns:1fr 1fr}.theme-options{grid-template-columns:repeat(3,1fr)}.onboarding-fields{grid-template-columns:1fr}}@media (max-width: 600px){:root{--header-h: 56px}.site-header{padding:0 1rem}.brand-badge,.header-auth-actions .btn-ghost{display:none}.workspace-main,.detail-main,.content-main{padding:.875rem .875rem 2rem}.onboarding-main{padding:.875rem .875rem 2rem;align-items:stretch}.onboarding-card{border-radius:var(--radius-lg)}.onboarding-progress{padding:1rem 1.25rem}.onboarding-body{padding:1.25rem}.progress-label{display:none}.jobs-grid{grid-template-columns:1fr}.facts{grid-template-columns:1fr 1fr}.detail-header{flex-direction:column;padding:1.1rem}.detail-header-meta{align-items:flex-start;flex-direction:row}.card-title-row{flex-direction:column;align-items:flex-start}.firma-grid{grid-template-columns:1fr}.theme-options{grid-template-columns:1fr 1fr 1fr}.theme-preview{width:56px;height:42px}.parte-actions{flex-direction:column}.parte-actions>*{width:100%}.user-menu{right:-.5rem;min-width:200px}.profile-grid{grid-template-columns:1fr}.profile-field{border-right:none}.workspace-toolbar{border-radius:var(--radius-lg)}.capture-row{flex-direction:column}.capture-btn{width:100%;justify-content:center}}@media (max-width: 380px){.filter-chips{gap:.3rem}.filter-chip{padding:.35rem .65rem;font-size:.78rem}}
