*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.6;background:#f5f6fa;color:#1f2328;display:flex;flex-direction:column}a{color:#316fd4;text-decoration:none}a:hover{text-decoration:underline;cursor:pointer}a.btn:hover{text-decoration:none}.page-wrapper{flex:1;display:flex;flex-direction:column}.content-area{flex:1;padding:1rem;min-height:calc(100dvh - 140px)}.container{margin:0 auto;width:100%}.card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem 1.5rem}.section-title{font-size:15px;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-weight:500;margin-bottom:.4rem;color:#374151}.form-control{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;font-size:14px;color:#1f2328;background:#fff;outline:none;transition:border-color .15s}.form-control:focus{border-color:#3b82d4}.form-control.ng-invalid.ng-touched{border-color:#dc2626}.form-title{font-size:22px;font-weight:600;margin-bottom:1.5rem}.btn-row{display:flex;gap:.75rem;margin-top:1.5rem}textarea.form-control{resize:vertical;min-height:160px}.form-2-col{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.3rem 1.25rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background .15s;text-decoration:none;height:30px}.btn-primary{background:#3b82d4;color:#fff}.btn-primary:hover{background:#316fd4}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{background:#fff;color:#1f2328;border:1px solid #e5e7eb}.btn-secondary:hover{background:#f3f4f6}.btn-secondary:disabled{background:#fff;cursor:not-allowed}.btn-sm{padding:.3rem .85rem;font-size:13px}.btn.w-full{width:100%}.icon-btn{background-color:#fff;border:1px solid #d1d5db;padding:6px;border-radius:50%;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s;height:35px;width:35px}.icon-btn:hover{background:#f3f4f6;color:#111}.icon-btn:disabled{background:#fff;cursor:not-allowed}.alert{padding:.6rem .9rem;border-radius:4px;font-size:13px;margin-bottom:1rem}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.alert-info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.text-muted{color:#57606a;font-size:13px}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.gap-1{gap:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.75rem}.page-title{display:flex;gap:.75rem}.page-title>h1{font-size:22px;font-weight:600}span.badge{align-self:center;padding-right:10px;padding-left:10px;text-transform:uppercase;border-radius:15px;color:#fff}span.badge.new{background-color:#000}span.badge.applied{background-color:#3b82d4}span.badge.inprogress{background-color:orange}span.badge.accepted{background-color:#208625}span.badge.rejected{background-color:#cf2f2f}.dropdown-container{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;list-style:none;padding:0;margin:4px 0 0;z-index:1000;box-shadow:0 4px 6px #0000001a;white-space:nowrap}.dropdown-item{padding:10px;cursor:pointer;border-bottom:1px solid #e5e7eb}.dropdown-item:hover{background-color:#f3f4f6}.arrow{font-size:.8rem;transition:transform .2s ease;margin-left:5px}.arrow.open{transform:rotate(180deg)}.detail-header-actions{display:flex;gap:.75rem}.description-text{white-space:pre-wrap}.description-text>span{white-space:normal}.info-list{display:flex;flex-direction:column;gap:.6rem}.info-row{display:flex;gap:1rem}.info-row dt{width:200px;flex-shrink:0;font-weight:500;color:#57606a}.list-container{width:100%;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.list-header,.list-row{display:grid;gap:16px;align-items:center;padding:1rem 1.5rem}.list-header{background-color:#fff;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.list-body{list-style:none;padding:0;margin:0;overflow-y:auto}.list-row{border-bottom:1px solid #eee;transition:background-color .2s;background-color:#fff}.list-row:last-child{border-bottom:none}.cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell.badge-container{height:35px;display:flex;justify-content:center}.actions-cell{display:flex;justify-content:center;gap:8px}.text-center{text-align:center}.list-items{display:flex;flex-direction:column;gap:.75rem}.list-item{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;cursor:pointer;text-decoration:none;color:inherit;transition:border-color .15s}.list-item:hover{border-color:#3b82d4;text-decoration:none}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.page-header{flex-direction:column}.hide-sm{display:none}.info-row{gap:0;flex-direction:column}}@media print{app-header,app-footer{display:none}}
