.epm-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:epmFadeIn .25s ease-out;padding:2rem}.epm-modal{background:#fff;width:100%;max-width:1000px;height:90vh;max-height:900px;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:epmSlideUp .3s ease-out}.epm-header{padding:1.5rem 2rem;border-bottom:1px solid #E8E8E9;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.epm-header-left h2{font-size:1.5rem;font-weight:700;color:#171a26;margin:0}.epm-subtitle{font-size:.875rem;color:#69686d;margin:.25rem 0 0}.epm-header-actions{display:flex;gap:.75rem}.epm-btn-cancel{padding:.625rem 1.25rem;border-radius:12px;font-weight:500;font-size:.875rem;color:#69686d;background:transparent;border:1px solid #D1D0D2;cursor:pointer;transition:all .2s}.epm-btn-cancel:hover{background:#f5f5f5;border-color:#b0afb2}.epm-btn-submit{padding:.625rem 1.5rem;border-radius:12px;font-weight:600;font-size:.875rem;color:#fff;background:linear-gradient(135deg,#4d4d4d,#101010);border:none;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a}.epm-btn-submit:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.epm-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.epm-body{flex:1;display:grid;grid-template-columns:1.2fr 1fr;overflow:hidden}.epm-left-column{padding:2rem;overflow-y:auto;border-right:1px solid #E8E8E9}.epm-right-column{padding:2rem;overflow-y:auto;background:#fafafa}.epm-section{margin-bottom:2rem}.epm-section:last-child{margin-bottom:0}.epm-section-title{font-size:.875rem;font-weight:600;color:#171a26;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.03em}.epm-section-title svg{color:#69686d}.epm-field{margin-bottom:1.25rem}.epm-field:last-child{margin-bottom:0}.epm-field label{display:flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:500;color:#4b4a4d;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.epm-field-icon{color:#69686d}.epm-input,.epm-select,.epm-textarea{width:100%;padding:.875rem 1rem;border:1px solid #E8E8E9;border-radius:12px;font-size:.95rem;font-family:inherit;color:#171a26;background:#fff;transition:all .2s}.epm-input:focus,.epm-select:focus,.epm-textarea:focus{outline:none;border-color:#171a26;box-shadow:0 0 0 3px #171a2614}.epm-input::placeholder,.epm-textarea::placeholder{color:#b0afb2}.epm-textarea{resize:vertical;min-height:120px}.epm-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2369686D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.epm-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.epm-budget-display{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f5f5f5;border-radius:12px;border:1px solid #E8E8E9}.epm-currency{font-size:1rem;font-weight:600;color:#69686d}.epm-budget-input{flex:1;border:none;background:transparent;font-size:1.25rem;font-weight:600;color:#171a26;font-family:inherit}.epm-budget-input:focus{outline:none}.epm-budget-input::placeholder{color:#b0afb2}.epm-team-list{display:flex;flex-direction:column;gap:.75rem}.epm-team-member{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:10px;border:1px solid #E8E8E9}.epm-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.epm-member-info{display:flex;flex-direction:column}.epm-member-name{font-size:.9rem;font-weight:500;color:#171a26}.epm-member-role{font-size:.8rem;color:#69686d}.epm-empty-state{color:#b0afb2;font-size:.875rem;font-style:italic;margin:0}.epm-attachments-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:#fff;border:2px dashed #D1D0D2;border-radius:12px;color:#69686d;cursor:pointer;transition:all .2s}.epm-attachments-placeholder:hover{border-color:#171a26;background:#f8f8f8}.epm-attachments-placeholder span{font-size:.85rem;text-align:center}.epm-responsible{background:#fff;border-radius:10px}@keyframes epmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes epmSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.epm-overlay{padding:0}.epm-modal{width:100%;height:100%;max-height:none;border-radius:0}.epm-body{grid-template-columns:1fr;overflow-y:auto}.epm-left-column{border-right:none;border-bottom:1px solid #E8E8E9}.epm-row{grid-template-columns:1fr}.epm-header{flex-direction:column;align-items:flex-start;gap:1rem}.epm-header-actions{width:100%;justify-content:flex-end}}:root{--primary: #111111;--primary-dark: #000000;--primary-light: #333333;--accent: #F2994A;--accent-hover: #E67E22;--bg-body: #FAFAFA;--bg-card: #FFFFFF;--bg-sidebar: #FFFFFF;--text-main: #111111;--text-secondary: #666666;--text-light: #999999;--border-color: #EAEAEA;--border-hover: #D4D4D4;--success: #27AE60;--warning: #F2C94C;--danger: #EB5757;--info: #2F80ED;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 12px rgba(0, 0, 0, .05);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .08);--sidebar-width: 260px;--sidebar-collapsed-width: 80px;--sidebar-rail-width: 72px}body.dark-mode{--bg-body: #121212;--bg-card: #1E1E1E;--bg-sidebar: #181818;--text-main: #FFFFFF;--text-secondary: #A0A0A0;--text-light: #707070;--border-color: #333333;--border-hover: #444444;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .5)}html{font-size:13px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,sans-serif;background-color:var(--bg-body);color:var(--text-main);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600}p,span,div,a,li,button,input,textarea{font-weight:400}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-primary{color:var(--primary)}.bg-white{background-color:var(--bg-card)}.rounded-md{border-radius:var(--radius-md)}.shadow-sm{box-shadow:var(--shadow-sm)}.p-4{padding:1rem}.p-6{padding:1.5rem}.h-screen{height:100vh}.w-full{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bdbdbd}
