.board-page{background-color:#fff;min-height:100vh}.board-hero{justify-content:center;align-items:center;width:100%;height:400px;margin-bottom:0;display:flex;position:relative;overflow:hidden}.board-hero .hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.board-hero .hero-bg-image{object-fit:cover;width:100%;height:100%}.board-hero .hero-overlay-dark{background:linear-gradient(135deg,#000000b3 0%,#0369 100%);width:100%;height:100%;position:absolute;top:0;left:0}.board-hero .container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.board-hero .hero-content-stacked{text-align:center}.board-hero .page-title-white{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.board-hero .hero-subtitle-white{color:#ffffffe6;font-size:1.25rem;font-weight:400}.board-tabs-section{z-index:100;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:80px;box-shadow:0 2px 4px #0000000d}.board-tabs{justify-content:center;gap:0;max-width:800px;margin:0 auto;display:flex}.board-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:1.25rem 2rem;font-size:1.0625rem;font-weight:600;transition:all .3s}.board-tab:hover{color:#1e40af;background-color:#f8fafc}.board-tab.active{color:#1e40af;background-color:#f8fafc;border-bottom-color:#1e40af}.board-content-section{background-color:#fafbfc;padding:4rem 0 6rem}.board-search-wrapper{background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;padding:2rem;display:flex;box-shadow:0 2px 8px #0000000d}.board-search-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:120px;padding:.875rem 1.25rem;font-size:1rem;transition:all .2s}.board-search-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.board-search-box{flex:1;max-width:600px;display:flex;position:relative}.board-search-box input{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:.875rem 3.5rem .875rem 1.25rem;font-size:1rem;transition:all .2s}.board-search-box input::placeholder{color:#9ca3af}.board-search-box input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.board-search-box button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.625rem;transition:background-color .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.board-search-box button:hover{background:#2563eb}.board-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.board-table{border-collapse:collapse;width:100%}.board-table thead{background-color:#f8fafc;border-bottom:2px solid #e5e7eb}.board-table thead th{color:#334155;text-align:center;padding:1.25rem 1rem;font-size:.9375rem;font-weight:700}.board-table thead th.col-number{width:80px}.board-table thead th.col-title{text-align:left;padding-left:2rem}.board-table thead th.col-company,.board-table thead th.col-author{width:150px}.board-table thead th.col-download{width:100px}.board-table thead th.col-date{width:120px}.board-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s}.board-table tbody tr:hover{background-color:#f8fafc}.board-table tbody td{color:#475569;text-align:center;padding:1.25rem 1rem;font-size:.9375rem}.board-table tbody td.col-title{text-align:left;padding-left:2rem}.board-table tbody td.col-title a{color:#1e293b;font-weight:500;text-decoration:none;transition:color .2s}.board-table tbody td.col-title a:hover{color:#3b82f6}.board-table tbody td.no-data{text-align:center;color:#94a3b8;padding:4rem 2rem;font-size:1.0625rem}.download-btn{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:inline-flex}.download-btn:hover{color:#fff;background:#3b82f6}.board-pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;display:flex}.page-btn,.page-number{color:#475569;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem 1.125rem;font-size:.9375rem;font-weight:500;transition:all .2s}.page-btn:hover,.page-number:hover{color:#3b82f6;background:#f8fafc;border-color:#3b82f6}.page-number.active{color:#fff;background:#3b82f6;border-color:#3b82f6}@media (max-width:1024px){.board-search-wrapper{flex-direction:column;align-items:stretch}.board-search-box{max-width:100%}}@media (max-width:768px){.board-hero{height:300px}.board-hero .page-title-white{font-size:2.5rem}.board-hero .hero-subtitle-white{font-size:1.0625rem}.board-tabs{flex-direction:column}.board-tab{padding:1rem 1.5rem;font-size:1rem}.board-search-wrapper{padding:1.5rem}.board-table-wrapper{overflow-x:auto}.board-table{min-width:700px}.board-table thead th,.board-table tbody td{padding:1rem .75rem;font-size:.875rem}.board-table tbody td.col-title{padding-left:1rem}}@media (max-width:480px){.board-hero .page-title-white{font-size:2rem}.board-hero .hero-subtitle-white{font-size:.9375rem}.board-search-wrapper{padding:1rem}.board-search-select,.board-search-box input{padding:.75rem 1rem;font-size:.9375rem}.board-table{font-size:.8125rem}}
