.detail-page-back-nav{margin-top:2rem;margin-bottom:1rem;padding-bottom:1rem}.detail-back-button{color:#667eea;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.detail-back-button:hover{color:#764ba2;text-decoration:underline}.detail-back-button:before{content:"←";font-size:1.2rem}.grant-detail-container{background-color:#f5f5f5;min-height:100vh;padding:2rem 0}.grant-detail-container .container{max-width:1200px;margin:0 auto;padding:0 1rem}.back-button{color:#007bff;cursor:pointer;background-color:#fff;border:2px solid #007bff;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.back-button:hover{color:#fff;background-color:#007bff;transform:translate(-2px)}.grant-detail{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2.5rem;position:relative;box-shadow:0 2px 8px #0000001a}.bookmark-container{z-index:5;position:absolute;top:2.5rem;right:2.5rem}.bookmark-button-wrapper{position:relative}.bookmark-button{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:flex}.bookmark-button:hover{background:#f8f9fa;border-color:#667eea;transform:scale(1.05)}.bookmark-button.bookmarked{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea}.bookmark-button.bookmarked:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);border-color:#764ba2}.bookmark-button:disabled{opacity:.6;cursor:not-allowed}.bookmark-button svg{width:20px;height:20px}.bookmark-message{color:#666;white-space:nowrap;pointer-events:none;z-index:11;padding:.25rem .5rem;font-size:.75rem;animation:.3s fadeInOut;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%)}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.grant-detail-header{margin-bottom:0}.grant-detail-title{color:#212529;margin:0 0 1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.grant-detail-type-of-action{color:#667eea;margin:-.5rem 0 1.5rem;font-size:1.1rem;font-weight:600;line-height:1.6}.grant-detail-external-link{margin-bottom:5rem;margin-left:-.3rem}.external-link-button{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50px;padding:.875rem 1.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 2px 4px #667eea4d}.external-link-button:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 4px 8px #667eea66}.status-badge-large{border-radius:12px;width:fit-content;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.status-badge-large.status-open{color:#155724;background:#d4edda}.status-badge-large.status-forthcoming{color:#856404;background:#fff3cd}.status-badge-large.status-closed{color:#721c24;background:#f8d7da}.status-badge-large.status-default{color:#495057;background:#e9ecef}.grant-detail-grid{grid-template-columns:1fr;gap:2rem;display:grid}.grant-detail-section.full-width{grid-column:1/-1}.grant-detail-section{margin-bottom:2rem}.grant-detail-description{margin-bottom:3.5rem}.grant-detail-section h2{color:#212529;border-bottom:2px solid #e9ecef;margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:600}.grant-detail-dl{grid-template-columns:auto 1fr;gap:1rem 1.5rem;margin:0;display:grid}.grant-detail-dl dt{color:#495057;min-width:150px;font-weight:600}.grant-detail-dl dd{color:#212529;word-wrap:break-word;margin:0}.grant-detail-dl dd.deadline-highlight{color:#dc3545;font-size:1.05rem;font-weight:600}.grant-detail-dl .status-badge{border-radius:4px;margin-right:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.grant-detail-dl .status-code{color:#6c757d;font-size:.875rem}.grant-detail-content{color:#495057;font-size:1rem;line-height:1.7}.grant-detail-content h3,.grant-detail-content h4{color:#212529;margin-top:1.5rem;margin-bottom:.75rem}.grant-detail-content h3{font-size:1.25rem}.grant-detail-content h4{font-size:1.1rem}.grant-detail-content ul,.grant-detail-content ol{margin:1rem 0;padding-left:2rem}.grant-detail-content li{margin:.5rem 0}.grant-detail-content a{color:#007bff;text-decoration:none}.grant-detail-content a:hover{text-decoration:underline}.grant-detail-content p{margin:1rem 0}.grant-detail-content .topicdescriptionkind{font-size:1.1rem;font-weight:700}.keywords-list{flex-wrap:wrap;gap:.5rem;display:flex}.keyword-tag{color:#495057;background-color:#e9ecef;border-radius:4px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.grant-detail-content pre{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:1rem;font-size:.875rem;line-height:1.5;overflow-x:auto}.latest-updates-container{flex-direction:column;gap:1.5rem;display:flex}.latest-update-item{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:4px;margin-bottom:0;padding:1.25rem}.latest-update-item:last-child{margin-bottom:0}.update-date{border-bottom:1px solid #dee2e6;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.update-date-label{color:#6c757d;font-size:.875rem;font-weight:500}@media (max-width:768px){.bookmark-container{top:1.5rem;right:1.5rem}.bookmark-button{width:40px;height:40px}.bookmark-button svg{width:18px;height:18px}.bookmark-message{padding:.2rem .4rem;font-size:.7rem}}.update-content,.update-content p:first-child{margin-top:0}.update-content p:last-child{margin-bottom:0}.loading,.error{text-align:center;color:#495057;padding:3rem;font-size:1.125rem}.error{color:#dc3545}@media (min-width:768px){.grant-detail-grid{grid-template-columns:1fr 1fr}.grant-detail-section.full-width{grid-column:1/-1}.grant-detail-title{font-size:2rem}}@media (min-width:1024px){.grant-detail{padding:3.5rem}}
