@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #2563eb;--primary-hover: #1d4ed8;--bg: #f8fafc;--text-main: #0f172a;--text-muted: #64748b;--glass: rgba(255, 255, 255, .8);--border: #e2e8f0;--card-bg: #ffffff;--concrete: #94a3b8;--accent: #f59e0b}[data-theme=dark]{--bg: #020617;--text-main: #f8fafc;--text-muted: #94a3b8;--glass: rgba(15, 23, 42, .8);--border: #1e293b;--card-bg: #0f172a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text-main);line-height:1.6;overflow-x:hidden;transition:background-color .3s ease}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass-nav{position:fixed;top:0;width:100%;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--glass);border-bottom:1px solid var(--border);z-index:1000}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.btn-outline{border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{background-color:var(--border)}.btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;color:var(--text-muted)}.btn-icon:hover{background:#f1f5f9;color:var(--text-main);transform:rotate(90deg)}section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.year-divider{display:flex;align-items:center;gap:1.5rem;margin:4rem 0 2rem}.year-divider h2{font-size:2rem;font-weight:800;color:var(--primary);white-space:nowrap}.year-divider .line{flex-grow:1;height:2px;background:var(--border)}.project-row{display:flex;flex-direction:column;gap:2rem;margin-bottom:5rem;align-items:center}@media(min-width:992px){.project-row{flex-direction:row;gap:4rem}.project-row.reverse{flex-direction:row-reverse}.project-content,.project-image-box{flex:1}}.project-image-box{width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;border:1px solid var(--border);transition:transform .3s ease}.project-image-box:hover{transform:scale(1.02)}.project-image-box img{width:100%;height:auto;display:block}.highlight-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem}.tag{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;padding:.25rem .75rem;border-radius:2rem;font-size:.8rem;font-weight:600}.tag.category{background:#f0fdf4;color:#166534;border-color:#bbf7d0;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.md-flex{display:none!important}.md-none{display:block!important}@media(min-width:768px){.md-flex{display:flex!important}.md-none{display:none!important}}.admin-login-container{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0000001a;width:100%;max-width:400px;border:1px solid var(--border)}.login-card h2{text-align:center;margin-bottom:2rem;color:var(--primary)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.5rem;outline:none;transition:border-color .2s;font-family:inherit;font-size:1rem}.form-input:focus{border-color:var(--primary)}.dashboard-container{padding:100px 0;min-height:100vh;background:#f8fafc}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.admin-table th,.admin-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid var(--border)}.admin-table th{background:#f1f5f9;font-weight:600;color:#64748b;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.admin-table tr:hover{background:#f8fafc}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:2.5rem;border-radius:1.5rem;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.grid-cols-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.filter-drawer-overlay{position:fixed;top:0;right:0;width:100%;height:100%;background:#0006;z-index:3000;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.filter-drawer{width:100%;max-width:380px;background:#fff;height:100%;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column}.filter-drawer-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.filter-drawer-header h2{font-size:1.25rem;font-weight:600}.filter-tabs{display:flex;border-bottom:1px solid var(--border)}.filter-tab{flex:1;padding:1rem;text-align:center;font-weight:500;color:var(--text-muted);cursor:pointer;position:relative}.filter-tab.active{color:var(--primary)}.filter-tab.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary)}.filter-drawer-content{flex:1;padding:1.5rem;overflow-y:auto}.search-box-wrapper{position:relative;margin-bottom:2rem}.search-box-wrapper .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.search-box-wrapper .form-input{padding-left:2.75rem;background:#f1f5f9;border-color:transparent}.search-box-wrapper .form-input:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.filter-section-title{font-size:.85rem;font-weight:600;color:#475569;margin:1.5rem 0 1rem;display:flex;justify-content:space-between;align-items:center}.filter-group{margin-bottom:1.25rem}.filter-group label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.custom-select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.5rem;background-color:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;cursor:pointer}.filter-drawer-footer{padding:1.5rem;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:1rem}.radio-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.radio-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;cursor:pointer}.radio-item input[type=radio],.radio-item input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--primary)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 4px 6px -1px #0000001a;transition:background .2s,transform .2s;z-index:10}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .2s,transform .2s}.dot.active{background:#fff;transform:scale(1.3)}.media-manager-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.pdf-viewer-container{flex:1;background:#f1f5f9;border-radius:.5rem;overflow-y:auto;position:relative}.pdf-scroll-wrapper{position:relative;width:100%}.pdf-iframe-hardened{width:100%;height:10000px;border:none;pointer-events:none}.pdf-full-shield{position:absolute;inset:0;background:transparent;z-index:100;cursor:default;pointer-events:auto}.modal-content{-webkit-overflow-scrolling:touch}
