*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}:root{--font: "Roboto", sans-serif;--bg: #F2F3F5;--bg-card: #FFFFFF;--bg-hover: #EDF2F7;--blue-900: #1A365D;--blue-800: #1E4080;--blue-700: #2C5282;--blue-600: #2B6CB0;--blue-500: #3182CE;--blue-100: #BEE3F8;--blue-50: #EBF8FF;--text-primary: #1A365D;--text-secondary: #2C5282;--text-muted: #718096;--border: #E2E8F0;--border-md: #CBD5E0;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}body{font-family:var(--font);font-size:14px;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased}.evd-layout{display:flex;flex-direction:column;min-height:100vh}.evd-header{display:flex;align-items:center;gap:32px;padding:0 32px;height:64px;background:var(--blue-900);position:sticky;top:0;z-index:100}.evd-header-logo{width:30px;height:30px;border-radius:6px;flex-shrink:0;margin-right:8px}.evd-header-brand{display:flex;align-items:center;min-width:200px}.evd-header-brand-text{display:flex;flex-direction:column}.evd-header-name{font-size:22px;font-weight:700;color:#fff;letter-spacing:.3px;line-height:1.1}.evd-header-tagline{font-size:8px;font-weight:400;color:#fff6;letter-spacing:2px;text-transform:uppercase;margin-top:2px}.evd-nav{display:flex;gap:4px;flex:1}.evd-nav-link{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--blue-100);text-decoration:none;transition:background .15s,color .15s}.evd-nav-link:hover{background:#ffffff1a;color:#fff}.evd-nav-link--active{background:#ffffff26;color:#fff}.evd-header-user{display:flex;align-items:center;gap:12px;margin-left:auto}.evd-header-rol{font-size:11px;font-weight:500;color:var(--blue-100);text-transform:uppercase;letter-spacing:.5px}.evd-main{flex:1;padding:32px;max-width:1280px;width:100%;margin:0 auto}.evd-page-header{margin-bottom:28px}.evd-page-title{font-size:22px;font-weight:500;color:var(--blue-900)}.evd-page-sub{font-size:13px;color:var(--text-muted);margin-top:4px}.evd-empty-state{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px 32px;text-align:center}.evd-empty-title{font-size:16px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.evd-empty-sub{font-size:13px;color:var(--text-muted)}.evd-login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px}.evd-login-card{width:100%;max-width:380px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 36px 32px;box-shadow:var(--shadow-md)}.evd-login-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.evd-login-name{font-size:22px;font-weight:700;color:var(--blue-900);letter-spacing:.3px}.evd-login-tag{font-size:12px;color:var(--text-muted);margin-top:4px;font-weight:400}.evd-login-form{display:flex;flex-direction:column;gap:20px}.evd-login-footer{margin-top:24px;text-align:center;font-size:11px;color:var(--text-muted)}.evd-field{display:flex;flex-direction:column;gap:6px}.evd-label{font-size:12px;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px}.evd-input{height:40px;padding:0 12px;border:1px solid var(--border-md);border-radius:var(--radius-md);font-family:var(--font);font-size:14px;color:var(--text-primary);background:var(--bg);transition:border-color .15s;outline:none}.evd-input:focus{border-color:var(--blue-500);background:#fff}.evd-error-msg{font-size:13px;color:#c53030;background:#fff5f5;border:1px solid #FED7D7;border-radius:var(--radius-sm);padding:8px 12px}.evd-btn-primary{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;background:var(--blue-700);color:#fff;border:none;border-radius:var(--radius-md);font-family:var(--font);font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.evd-btn-primary:hover:not(:disabled){background:var(--blue-800)}.evd-btn-primary:disabled{opacity:.6;cursor:not-allowed}.evd-btn-full{width:100%}.evd-btn-ghost{display:inline-flex;align-items:center;height:30px;padding:0 12px;background:transparent;color:var(--blue-100);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);font-family:var(--font);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s}.evd-btn-ghost:hover{background:#ffffff1f;color:#fff}.evd-splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--bg)}.evd-splash-name{font-size:18px;font-weight:700;color:var(--blue-900)}.evd-splash-loading{font-size:13px;color:var(--text-muted)}.evd-section{margin-bottom:40px}.evd-section-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:16px}.evd-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;background:var(--blue-100);color:var(--blue-800);border-radius:9px;font-size:11px;font-weight:500}.evd-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.evd-project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex;flex-direction:column;gap:12px}.evd-project-card:hover{border-color:var(--blue-500);box-shadow:var(--shadow-md);transform:translateY(-1px)}.evd-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.evd-card-code{font-size:12px;font-weight:700;color:var(--blue-700);letter-spacing:.4px}.evd-card-status{font-size:11px;font-weight:500;padding:2px 8px;border-radius:10px}.evd-card-status--future{background:var(--blue-50);color:var(--blue-700)}.evd-card-status--today{background:#fefcbf;color:#744210}.evd-card-status--past{background:var(--bg-hover);color:var(--text-muted)}.evd-card-body{flex:1;display:flex;flex-direction:column;gap:4px}.evd-card-name{font-size:15px;font-weight:500;color:var(--text-primary);line-height:1.3}.evd-card-cliente{font-size:13px;color:var(--text-secondary)}.evd-card-meta{font-size:12px;color:var(--text-muted)}.evd-card-dates{display:flex;gap:12px;padding-top:12px;border-top:1px solid var(--border);flex-wrap:wrap}.evd-card-date-item{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--text-secondary)}.evd-card-date-label{font-size:10px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px}.evd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1d2e8c;display:flex;align-items:center;justify-content:center;z-index:600;padding:16px}.evd-modal-box{background:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:700px;max-height:92vh;overflow-y:auto;box-shadow:0 8px 48px #00000038;display:flex;flex-direction:column}.evd-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg-card);z-index:2;gap:16px}.evd-modal-header-left{display:flex;flex-direction:column;gap:4px;flex:1}.evd-modal-header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.evd-modal-code{font-size:11px;font-weight:700;color:var(--blue-600);letter-spacing:.4px}.evd-modal-title{font-size:18px;font-weight:500;color:var(--blue-900);line-height:1.2}.evd-modal-phase{font-size:11px;color:var(--text-muted);font-weight:500}.evd-modal-close{background:none;border:none;font-size:22px;color:var(--text-muted);cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}.evd-modal-close:hover{color:var(--text-primary)}.evd-modal-body{padding:20px 24px;flex:1}.evd-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid var(--border);position:sticky;bottom:0;background:var(--bg-card)}.evd-modal-section-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:var(--text-muted);text-transform:uppercase;padding:14px 0 8px;border-top:1px solid var(--border);margin-top:4px;display:flex;align-items:center;gap:8px}.evd-modal-section-label:first-child{border-top:none;padding-top:0}.evd-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.evd-modal-field{margin-bottom:14px}.evd-modal-field.full{grid-column:1 / -1}.evd-modal-field-label{font-size:10px;font-weight:700;color:var(--blue-700);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}.evd-modal-field-value{font-size:14px;color:var(--text-primary);padding:6px 0;border-bottom:1px solid var(--border);min-height:32px}.evd-textarea{resize:vertical;min-height:72px}.evd-modal-venues{margin-bottom:8px;display:flex;flex-direction:column;gap:8px}.evd-modal-venue-card{background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px}.evd-modal-venue-name{font-size:13px;font-weight:500;color:var(--text-primary)}.evd-modal-venue-addr{font-size:12px;color:var(--text-muted);margin-top:2px}.evd-modal-stages{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.evd-modal-stage-tag{font-size:11px;background:var(--blue-50);color:var(--blue-700);border-radius:4px;padding:2px 8px}.evd-modal-subs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.evd-modal-sub-card{background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px}.evd-modal-sub-common{background:var(--blue-50);border-color:var(--blue-100)}.evd-modal-sub-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.evd-modal-sub-code{font-size:10px;font-weight:700;color:var(--blue-600);letter-spacing:.3px}.evd-modal-sub-badge{font-size:9px;font-weight:700;background:var(--blue-700);color:#fff;padding:1px 6px;border-radius:3px}.evd-modal-sub-name{font-size:13px;font-weight:500;color:var(--text-primary)}.evd-modal-sub-dates{font-size:11px;color:var(--text-muted);margin-top:4px}.evd-btn-secondary{display:inline-flex;align-items:center;height:34px;padding:0 16px;background:var(--bg-hover);color:var(--text-secondary);border:1px solid var(--border-md);border-radius:var(--radius-md);font-family:var(--font);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}.evd-btn-secondary:hover{background:var(--border)}.evd-btn-ghost-dark{display:inline-flex;align-items:center;height:36px;padding:0 16px;background:transparent;color:var(--text-muted);border:1px solid var(--border-md);border-radius:var(--radius-md);font-family:var(--font);font-size:13px;font-weight:500;cursor:pointer}.evd-page-header--row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.evd-modal-venue-editor{background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;margin-bottom:10px}.evd-modal-venue-editor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.evd-btn-icon-danger{background:none;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}.evd-btn-icon-danger:hover{color:#c53030}.evd-btn-dashed{width:100%;padding:9px;border:1px dashed var(--border-md);border-radius:var(--radius-md);background:transparent;font-size:13px;font-weight:500;color:var(--blue-600);cursor:pointer;font-family:var(--font);margin-bottom:4px;transition:background .15s}.evd-btn-dashed:hover{background:var(--blue-50)}.evd-yn-wrap{display:flex;gap:6px;margin-top:4px}.evd-yn{padding:7px 18px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;border:1px solid var(--border-md);background:var(--bg-hover);color:var(--text-muted);transition:all .12s;font-family:var(--font)}.evd-yn.on-yes{background:var(--blue-700);color:#fff;border-color:var(--blue-700)}.evd-yn.on-no{background:var(--blue-900);color:#fff;border-color:var(--blue-900)}.evd-ct-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:14px}.evd-ct-head{display:flex;gap:6px;padding:6px 10px;background:var(--bg-hover);border-bottom:1px solid var(--border);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted)}.evd-ct-row{display:flex;gap:6px;padding:6px 10px;border-bottom:1px solid var(--border);align-items:center}.evd-ct-row:last-child{border-bottom:none}.evd-ct-del{width:24px;height:24px;border:none;background:none;color:var(--border-md);font-size:16px;cursor:pointer;padding:0;flex-shrink:0;line-height:1;border-radius:3px;transition:all .12s}.evd-ct-del:hover{color:#c53030;background:#fee2e2}.evd-ct-add{width:100%;padding:8px;border:none;background:var(--bg-hover);border-top:1px solid var(--border);font-size:12px;font-weight:600;color:var(--blue-600);cursor:pointer;text-align:left;font-family:var(--font)}.evd-sc-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-top:10px}.evd-sc-head{display:flex;gap:6px;padding:5px 10px;background:var(--bg-hover);border-bottom:1px solid var(--border);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.evd-sc-row{display:flex;gap:6px;padding:6px 10px;border-bottom:1px solid var(--border);align-items:center}.evd-sc-row:last-child{border-bottom:none}.evd-sc-add{width:100%;padding:7px;border:none;background:var(--bg-hover);border-top:1px solid var(--border);font-size:11px;font-weight:600;color:var(--blue-600);cursor:pointer;text-align:left;font-family:var(--font)}.evd-input--error{border-color:#fc8181}.evd-field-error{font-size:11px;color:#c53030;margin-top:3px}.evd-modal-section-label.first{border-top:none;padding-top:0}.evd-nav-sep{width:1px;height:18px;background:#ffffff2e;margin:0 4px;flex-shrink:0}.evd-nav-btn{background:none;border:none;cursor:pointer;font-family:var(--font)}.evd-btn-opsdoc{display:inline-flex;align-items:center;height:30px;padding:0 14px;background:#fff;color:var(--blue-900);border:none;border-radius:var(--radius-sm);font-family:var(--font);font-size:12px;font-weight:700;cursor:pointer;letter-spacing:.3px;transition:background .15s}.evd-btn-opsdoc:hover{background:var(--blue-100)}.evd-module-stub{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px 32px;text-align:center;margin-bottom:24px}.evd-module-stub-name{font-size:18px;font-weight:500;color:var(--blue-700);margin-bottom:8px}.evd-phasebar-block{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:28px;overflow:hidden}.evd-phasebar-head{padding:10px 16px 8px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.evd-phasebar-cal-btn{font-size:10px;font-weight:700;color:var(--blue-600);background:none;border:1px solid var(--border-md);border-radius:var(--radius-sm);padding:3px 10px;cursor:pointer;font-family:var(--font);letter-spacing:.3px;transition:all .12s}.evd-phasebar-cal-btn:hover{background:var(--blue-50);border-color:var(--blue-500)}.evd-phasebar-month{border-bottom:1px solid var(--border)}.evd-phasebar-month:last-child{border-bottom:none}.evd-phasebar-month-hd{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:none;border:none;cursor:pointer;font-family:var(--font);text-align:left;transition:background .12s}.evd-phasebar-month-hd:hover{background:var(--bg-hover)}.evd-phasebar-month-label{font-size:11px;font-weight:700;color:var(--text-primary);flex:1}.evd-phasebar-month-count{font-size:10px;font-weight:700;color:#fff;background:var(--blue-700);border-radius:10px;padding:1px 7px;min-width:20px;text-align:center}.evd-phasebar-month-chevron{font-size:10px;color:var(--text-muted);width:12px}.evd-phasebar-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.evd-phasebar-scroll{overflow-x:auto;padding:12px 16px;scrollbar-width:thin;scrollbar-color:var(--border-md) transparent}.evd-phasebar-scroll::-webkit-scrollbar{height:4px}.evd-phasebar-scroll::-webkit-scrollbar-thumb{background:var(--border-md);border-radius:2px}.evd-phasebar-row{display:flex;gap:10px;min-width:max-content}.evd-phasebar-item{min-width:160px;max-width:220px;padding:10px 12px;border-radius:var(--radius-md);border-top:3px solid;cursor:pointer;transition:box-shadow .15s,transform .1s}.evd-phasebar-item:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.evd-phasebar-item-code{font-size:9px;font-weight:700;letter-spacing:.4px;margin-bottom:4px}.evd-phasebar-item-parent{font-weight:400;opacity:.7}.evd-phasebar-item-name{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.evd-phasebar-item-dates{font-size:10px;color:var(--text-muted);font-family:monospace}.evd-phasebar-item-type{font-size:9px;color:var(--text-muted);margin-top:2px;text-transform:uppercase;letter-spacing:.4px}.evd-btn-opsdoc-page{display:inline-flex;align-items:center;height:40px;padding:0 20px;background:#ede8d9;color:var(--blue-900);border:none;border-radius:var(--radius-md);font-family:var(--font);font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.2px;transition:background .15s}.evd-btn-opsdoc-page:hover{background:#ddd8c6}.evd-module-view{margin-bottom:32px}.evd-module-view-header{margin-bottom:20px}.evd-module-view-title{font-size:18px;font-weight:500;color:var(--blue-900)}.evd-module-view-sub{font-size:13px;color:var(--text-muted);margin-top:4px}.evd-module-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.evd-module-breadcrumb-mod{font-size:14px;font-weight:600;color:var(--text-muted)}.evd-module-breadcrumb-sep{color:var(--text-muted);font-size:14px}.evd-module-proj-selector{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-family:var(--font);padding:2px 6px;border-radius:var(--radius-sm);transition:background .15s}.evd-module-proj-selector:hover{background:var(--bg-hover)}.evd-module-proj-selector--empty{color:var(--blue-600);font-weight:600;font-size:14px}.evd-module-proj-selector-name{font-size:16px;font-weight:700;color:#7b1c3e;line-height:1.2}.evd-module-proj-selector-code{font-size:10px;font-weight:600;color:#a0405f;letter-spacing:.3px;line-height:1}.evd-module-proj-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:200;background:var(--bg-card);border:1px solid var(--border-md);border-radius:var(--radius-md);box-shadow:var(--shadow-md);min-width:260px;overflow:hidden}.evd-module-proj-dropdown-item{display:flex;align-items:center;width:100%;padding:10px 14px;background:none;border:none;font-family:var(--font);font-size:13px;color:var(--text-primary);cursor:pointer;text-align:left;border-bottom:1px solid var(--border);transition:background .12s}.evd-module-proj-dropdown-item:last-child{border-bottom:none}.evd-module-proj-dropdown-item:hover{background:var(--bg-hover)}.evd-module-proj-dropdown-item.active{background:var(--blue-50)}.evd-module-tabs{display:flex;gap:2px;border-bottom:2px solid var(--border);margin-bottom:24px;overflow-x:auto;scrollbar-width:none}.evd-module-tabs::-webkit-scrollbar{display:none}.evd-module-tab{padding:8px 16px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-family:var(--font);font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.evd-module-tab:hover{color:var(--text-secondary)}.evd-module-tab--active{color:var(--blue-700);border-bottom-color:var(--blue-600)}.evd-module-tab--stub{opacity:.5}.evd-module-content{min-height:200px}.evd-brief-root{max-width:860px}.evd-brief-tabs{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid #dde6f0}.evd-brief-tab{padding:8px 20px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#4d6d8e;cursor:pointer;transition:color .15s,border-color .15s}.evd-brief-tab.active{color:#1e3a5f;border-bottom-color:#2563a8}.evd-brief-tab:hover{color:#1e3a5f}.evd-brief-form-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:12px}.evd-brief-form-title{font-size:16px;font-weight:900;color:#132238;letter-spacing:-.4px}.evd-brief-form-proj{font-size:11px;color:#4d6d8e;margin-top:4px}.evd-brief-form-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.evd-brief-pill{display:inline-block;padding:3px 9px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.5px}.evd-brief-lastsave{font-size:10px;color:#8aa4be}.evd-brief-subtitle{font-size:11px;color:#4d6d8e;margin-bottom:24px}.evd-brief-section-head{font-size:11px;font-weight:700;color:#2563a8;letter-spacing:.5px;text-transform:uppercase;padding-bottom:8px;border-bottom:1.5px solid #dbeafe;margin-bottom:16px;margin-top:24px}.evd-brief-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:8px}.evd-brief-stack{display:flex;flex-direction:column;gap:0}.evd-brief-field{margin-bottom:16px}.evd-brief-label{display:block;font-size:11px;font-weight:600;color:#1e3a5f;margin-bottom:5px;font-family:Roboto,sans-serif}.evd-brief-input{width:100%;padding:9px 11px;border:1.5px solid #ccd8e8;border-radius:7px;font-family:Roboto,sans-serif;font-size:12px;color:#132238;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box}.evd-brief-input:focus{border-color:#2563a8}.evd-brief-textarea{resize:vertical;min-height:80px}.evd-brief-footer{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #dde6f0;margin-top:8px}.evd-brief-ok{font-size:11px;color:#0d7c4a;font-weight:600}.evd-brief-loading{padding:48px 24px;text-align:center;font-size:12px;color:#4d6d8e;font-family:Roboto,sans-serif}.evd-brief-hist-table{width:100%;border-collapse:collapse;font-family:Roboto,sans-serif;font-size:11px}.evd-brief-hist-table thead tr{background:#132238;color:#fffc}.evd-brief-hist-table th{padding:10px 14px;text-align:left;font-size:10px;font-weight:700;letter-spacing:.5px}.evd-brief-hist-table td{padding:10px 14px;color:#132238}.evd-header-proj-pill{display:inline-flex;align-items:center;height:26px;padding:0 10px;background:#ffffff26;color:#ede8d9;border:1px solid rgba(255,255,255,.25);border-radius:13px;font-family:var(--font);font-size:11px;font-weight:600;cursor:pointer;letter-spacing:.2px;transition:background .15s;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evd-header-proj-pill:hover{background:#ffffff38}.evd-card-parent{font-size:10px;font-weight:600;color:var(--blue-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.evd-card-active-bar{height:3px;background:var(--blue-500);border-radius:0 0 var(--radius-lg) var(--radius-lg);margin:4px -20px -20px}.evd-project-card--active{border-color:var(--blue-500);box-shadow:0 0 0 2px var(--blue-100)}.evd-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.evd-project-card:hover .evd-card-actions{opacity:1}.evd-card-btn-edit,.evd-card-btn-delete{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px;cursor:pointer;font-family:var(--font);border:1px solid;transition:all .12s;line-height:1.6}.evd-card-btn-edit{background:var(--bg-hover);color:var(--blue-700);border-color:var(--border-md)}.evd-card-btn-edit:hover{background:var(--blue-50);border-color:var(--blue-500)}.evd-card-btn-delete{background:#fff5f5;color:#c53030;border-color:#fed7d7}.evd-card-btn-delete:hover{background:#fed7d7}@media (max-width: 768px){.evd-header{padding:0 16px;gap:16px}.evd-header-empresa,.evd-header-rol{display:none}.evd-main{padding:20px 16px}.evd-nav-link{padding:0 10px;font-size:12px}}@media print{body *{visibility:hidden}#evd-print-area,#evd-print-area *{visibility:visible}#evd-print-area{position:fixed;top:0;left:0;width:100%;font-family:Roboto,sans-serif;font-size:11pt;color:#000;background:#fff}.evd-print-hide{display:none!important}}
