.YearSelector-module__7jiYLG__yearSelector{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.YearSelector-module__7jiYLG__label{color:#fff;white-space:nowrap;font-size:.9rem;font-weight:600}.YearSelector-module__7jiYLG__select{color:#667eea;cursor:pointer;background:#fff;border:2px solid #ffffff4d;border-radius:8px;min-width:100px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}.YearSelector-module__7jiYLG__select:hover{border-color:#fff;transform:translateY(-2px)}.YearSelector-module__7jiYLG__select:focus{border-color:#fff;outline:none;box-shadow:0 0 0 3px #fff3}@media (max-width:768px){.YearSelector-module__7jiYLG__yearSelector{justify-content:space-between;width:100%}.YearSelector-module__7jiYLG__select{flex:1}}
.Navbar-module__TcZsTG__navbar{z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__TcZsTG__container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__TcZsTG__logo{cursor:pointer;align-items:center;gap:.75rem;transition:transform .2s;display:flex}.Navbar-module__TcZsTG__logo:hover{transform:scale(1.05)}.Navbar-module__TcZsTG__logoIcon{font-size:1.5rem}.Navbar-module__TcZsTG__logoText{color:#fff;letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__TcZsTG__menu{align-items:center;gap:1rem;display:flex}.Navbar-module__TcZsTG__username{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.Navbar-module__TcZsTG__userIcon{font-size:1.2rem}.Navbar-module__TcZsTG__menuButton,.Navbar-module__TcZsTG__loginButton,.Navbar-module__TcZsTG__registerButton,.Navbar-module__TcZsTG__logoutButton{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.Navbar-module__TcZsTG__menuButton{color:#667eea;background:#ffffffe6}.Navbar-module__TcZsTG__menuButton:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Navbar-module__TcZsTG__loginButton{color:#fff;background:#fff3;border:2px solid #fff}.Navbar-module__TcZsTG__loginButton:hover{background:#ffffff4d;transform:translateY(-2px)}.Navbar-module__TcZsTG__registerButton{color:#667eea;background:#fff}.Navbar-module__TcZsTG__registerButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Navbar-module__TcZsTG__logoutButton{color:#fff;background:#fff3;border:2px solid #ffffff80}.Navbar-module__TcZsTG__logoutButton:hover{background:#e74c3ccc;border-color:#fff;transform:translateY(-2px)}.Navbar-module__TcZsTG__mainMenu{flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex}.Navbar-module__TcZsTG__navButton{cursor:pointer;color:#fff;white-space:nowrap;background:#ffffff1a;border:2px solid #0000;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .2s}.Navbar-module__TcZsTG__navButton:hover{background:#fff3;transform:translateY(-2px)}.Navbar-module__TcZsTG__navButton.Navbar-module__TcZsTG__active{color:#667eea;background:#fffffff2;border-color:#fff;box-shadow:0 4px 12px #00000026}@media (max-width:1200px){.Navbar-module__TcZsTG__container{flex-wrap:wrap;padding:1rem}.Navbar-module__TcZsTG__mainMenu{order:3;justify-content:flex-start;width:100%;margin-top:1rem;overflow-x:auto}.Navbar-module__TcZsTG__navButton{padding:.5rem 1rem;font-size:.85rem}}@media (max-width:768px){.Navbar-module__TcZsTG__container{padding:1rem}.Navbar-module__TcZsTG__logoText{font-size:1.25rem}.Navbar-module__TcZsTG__menu{gap:.5rem}.Navbar-module__TcZsTG__menuButton,.Navbar-module__TcZsTG__loginButton,.Navbar-module__TcZsTG__registerButton,.Navbar-module__TcZsTG__logoutButton{padding:.5rem 1rem;font-size:.875rem}.Navbar-module__TcZsTG__username{padding:.4rem .8rem;font-size:.875rem}.Navbar-module__TcZsTG__navButton{padding:.5rem .8rem;font-size:.8rem}}
:root{--primary:#1a365d;--primary-light:#2c5282;--primary-dark:#0d1b2a;--accent:#e63946;--accent-light:#ff6b6b;--success:#2d6a4f;--warning:#f4a261;--bg-dark:#0f1419;--bg-card:#1a1f26;--bg-card-hover:#242d38;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#334155;--border-light:#475569}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg-dark);color:var(--text-primary);min-height:100vh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}.container{max-width:1400px;margin:0 auto;padding:2rem}.header{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary)100%);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;position:sticky;top:0}.header h1{letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;display:flex}.header h1:before{content:"📊";font-size:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg,var(--primary-light),var(--accent));height:3px;position:absolute;top:0;left:0;right:0}.stat-card:hover{border-color:var(--border-light);transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-6px);box-shadow:0 12px 35px #1a365d66}.stat-card .label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem}.stat-card .value{color:var(--text-primary);font-size:1.75rem;font-weight:700}.stat-card .stat-hint{color:var(--text-muted);margin-top:.5rem;font-size:.75rem;font-style:italic}.stat-card.accent .value{color:var(--accent)}.stat-card.success .value{color:var(--success)}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);color:#fff;border:1px solid var(--primary-light)}.btn-primary:hover{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);transform:translateY(-2px);box-shadow:0 4px 15px #1a365d66}.btn-danger{background:var(--accent);color:#fff}.btn-danger:hover{background:var(--accent-light)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--border-light)}.table-container{background:var(--bg-card);border:1px solid var(--border);border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 4px 20px #0003}.table-container:not(:has(+.table-container)){border-radius:12px}.tabs+.table-container{border-top-left-radius:0}.table-header{border-bottom:1px solid var(--border);background:var(--bg-card-hover);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.table-header h2{align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}table{border-collapse:collapse;width:100%}thead{background:var(--bg-card-hover)}th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap;padding:1rem 1.25rem;font-size:.85rem;font-weight:600}td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.25rem;font-size:.95rem}tbody tr{transition:background .2s}tbody tr:hover{background:var(--bg-card-hover)}tbody tr:last-child td{border-bottom:none}.amount{text-align:right;font-family:JetBrains Mono,monospace;font-weight:500}.amount.budget{color:var(--primary-light)}.amount.executed{color:var(--warning)}.amount.remaining{color:var(--success)}.actions{gap:.5rem;display:flex}.actions .btn{padding:.5rem .75rem;font-size:.85rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:600px;max-height:90vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border);background:var(--bg-card-hover);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{font-size:1.1rem;font-weight:600}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s}.modal-close:hover{color:var(--text-primary)}.modal-body{padding:1.5rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-group{margin-bottom:1rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{background:var(--bg-dark);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #2c528233}.form-group textarea{resize:vertical;min-height:100px}.modal-footer{border-top:1px solid var(--border);background:var(--bg-card-hover);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.project-list{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.project-card{background:var(--bg-dark);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.project-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.project-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.project-info{flex:1}.project-info h3{margin-bottom:.5rem;font-size:1.3rem}.project-info h3 a{color:var(--text-primary);text-decoration:none;transition:color .2s}.project-info h3 a:hover{color:var(--primary-light)}.project-info .description{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.5}.project-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.text-muted{color:var(--text-muted);font-size:.85rem}.project-actions{flex-shrink:0;gap:.5rem;display:flex}.project-actions .btn{white-space:nowrap;padding:.5rem 1rem;font-size:.9rem}.project-summary{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding-top:1rem;display:grid}.summary-item{flex-direction:column;gap:.25rem;display:flex}.summary-item .label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.summary-item .value{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600}.summary-item .value.budget{color:var(--primary-light)}.summary-item .value.executed{color:var(--warning)}.summary-item .value.remaining{color:var(--success)}.tabs{background:var(--bg-card);border:1px solid var(--border);border-bottom:none;border-radius:12px 12px 0 0;gap:.5rem;margin-bottom:0;padding:.75rem .75rem 0;display:flex}.tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.tab:hover{color:var(--text-primary);background:var(--bg-card-hover);border-radius:8px 8px 0 0}.tab.active{color:var(--primary-light);border-bottom-color:var(--primary-light);background:var(--bg-dark);border-radius:8px 8px 0 0}.project-detail-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:2rem;overflow:hidden}.detail-header{background:var(--bg-card-hover);border-bottom:1px solid var(--border);padding:1.25rem 1.5rem}.detail-header h2{font-size:1.5rem;font-weight:600}.detail-body{padding:1.5rem}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;display:grid}.detail-item{flex-direction:column;gap:.5rem;display:flex}.detail-item.full-width{grid-column:1/-1}.detail-item .label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.detail-item .value{color:var(--text-primary);font-size:1rem;line-height:1.6}.empty-state{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.empty-state .icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state p{margin-bottom:1.5rem;font-size:1.1rem}.loading{justify-content:center;align-items:center;padding:4rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--primary-light);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.badge{border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.badge-primary{color:var(--primary-light);background:#2c528233}.badge-success{color:var(--success);background:#2d6a4f33}a.btn{text-decoration:none}.landing-page{background:linear-gradient(135deg,var(--bg-dark)0%,var(--primary-dark)100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.landing-container{text-align:center;width:100%;max-width:900px}.logo-section{margin-bottom:4rem;animation:.8s fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.university-logo{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.logo-circle{background:linear-gradient(135deg,var(--primary-light)0%,var(--accent)100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;animation:3s ease-in-out infinite pulse;display:flex;box-shadow:0 10px 40px #e639464d}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 10px 40px #e639464d}50%{transform:scale(1.05);box-shadow:0 15px 50px #e6394680}}.logo-text{color:#fff;letter-spacing:-.05em;font-size:2.5rem;font-weight:900}.university-name{color:var(--text-primary);letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.program-title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.program-title .highlight{color:var(--accent-light);background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.subtitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem;font-weight:300}.year-selection{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;margin-bottom:2rem;padding:3rem 2rem;animation:.8s .2s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.year-selection h3{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.year-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.year-card{background:var(--bg-dark);border:2px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:all .3s;display:flex}.year-card:hover{border-color:var(--primary-light);background:var(--bg-card);transform:translateY(-8px);box-shadow:0 15px 40px #2c528266}.year-card.all-years{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary)100%);border-color:var(--primary-light)}.year-card.all-years:hover{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);transform:translateY(-10px)scale(1.02)}.year-card.empty-year{background:var(--bg-card);opacity:.8;border-style:dashed}.year-card.empty-year:hover{opacity:1;border-style:solid;border-color:var(--success)}.year-card.empty-year .year-subtitle{color:var(--success);font-weight:600}.year-icon{margin-bottom:.5rem;font-size:3rem}.year-text{color:var(--text-primary);font-size:1.5rem;font-weight:700}.year-subtitle{color:var(--text-secondary);font-size:.9rem}.empty-message{text-align:center;color:var(--text-secondary);padding:2rem}.empty-message p{margin-bottom:1.5rem;font-size:1.1rem}.quick-links{justify-content:center;gap:1rem;margin-bottom:3rem;animation:.8s .4s both fadeInUp;display:flex}.quick-link{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;color:var(--text-primary);border-radius:10px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.quick-link:hover{border-color:var(--primary-light);background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:0 8px 20px #0000004d}.quick-link .icon{font-size:1.5rem}.landing-footer{text-align:center;color:var(--text-muted);font-size:.9rem;animation:.8s .6s both fadeIn}@media (max-width:768px){.university-logo{flex-direction:column;gap:1rem}.logo-circle{width:80px;height:80px}.logo-text,.university-name{font-size:2rem}.program-title{font-size:1.5rem}.year-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.year-card{padding:1.5rem 1rem}.quick-links{flex-direction:column}.quick-link{justify-content:center;width:100%}}.filter-section{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.filter-section h2{margin-bottom:1.5rem;font-size:1.3rem}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.9rem;font-weight:500;display:block}.btn-group{flex-wrap:wrap;gap:.5rem;display:flex}.btn-group .btn{padding:.6rem 1.2rem;font-size:.9rem}.filter-inputs{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.filter-input-group{flex-direction:column;gap:.5rem;display:flex}.filter-input-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.filter-input-group input,.filter-input-group select{background:var(--bg-dark);border:1px solid var(--border);color:var(--text-primary);border-radius:6px;padding:.6rem .8rem;font-size:.9rem}.project-filter{flex-wrap:wrap;gap:.5rem;display:flex}.project-filter .btn{padding:.5rem 1rem;font-size:.85rem}.schedule-list{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.schedule-card{background:var(--bg-dark);border:1px solid var(--border);border-radius:10px;padding:1.25rem;transition:all .3s}.schedule-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.schedule-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.schedule-info{flex:1}.schedule-info h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem}.schedule-info .project-name{margin-bottom:.5rem;font-size:.9rem}.schedule-info .project-name a{color:var(--primary-light);text-decoration:none;transition:color .2s}.schedule-info .project-name a:hover{color:var(--accent-light)}.schedule-info .description{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.schedule-meta{flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.schedule-meta .date-range{color:var(--text-secondary);font-weight:500}.schedule-meta .location{color:var(--text-muted)}.schedule-actions{flex-shrink:0;gap:.5rem;display:flex}.schedule-actions .btn{padding:.5rem 1rem;font-size:.85rem}@media (max-width:1024px){.form-grid{grid-template-columns:1fr}.table-container{overflow-x:auto}table{min-width:900px}.project-header{flex-direction:column}.project-actions{justify-content:flex-start;width:100%}}@media (max-width:768px){.container{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.header h1{font-size:1.25rem}.project-summary{grid-template-columns:repeat(2,1fr)}.project-actions .btn{padding:.5rem .75rem;font-size:.85rem}}
