#main-content { padding: 0 !important; max-width: none !important; margin: 0 !important; }
.ann-hero {
position: relative; width: 100%; height: 340px; overflow: hidden;
background: linear-gradient(135deg, var(--brand-color), var(--hero-gradient-end));
display: flex; align-items: flex-end; line-height: 0;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.6; animation: hero-float 10s infinite ease-in-out alternate; z-index: 0; }
.hero-orb-1 { width: 400px; height: 400px; background: var(--hero-orb-1); top: -100px; left: -100px; animation-delay: 0s; }
.hero-orb-2 { width: 500px; height: 500px; background: var(--hero-orb-2); bottom: -150px; right: -100px; animation-delay: -3s; }
.hero-orb-3 { width: 300px; height: 300px; background: var(--hero-orb-3); top: 50%; left: 50%; transform: translate(-50%,-50%); animation-delay: -6s; }
@keyframes hero-float { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(30px,50px) scale(1.1); } }
.hero-waves { position: absolute; bottom: -1px; left: 0; width: 100%; height: 60px; z-index: 5; }
.hero-parallax > use { animation: hero-wave-move 25s cubic-bezier(.55,.5,.45,.5) infinite; }
.hero-parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
.hero-parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
.hero-parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }
.hero-parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; }
@keyframes hero-wave-move { 0% { transform: translate3d(-90px,0,0); } 100% { transform: translate3d(85px,0,0); } }
.ann-hero-content {
position: relative; z-index: 10; width: 100%;
padding: 32px 40px 56px;
display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
}
.ann-hero-logo {
width: 90px; height: 90px; object-fit: contain; border-radius: 18px;
background: rgba(255,255,255,0.15); padding: 10px;
backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(255,255,255,0.25); margin-bottom: 4px;
}
.ann-hero-title { font-size: 22px; font-weight: 600; color: var(--text-on-brand); letter-spacing: -0.02em; line-height: 1.3; margin: 0; }
.ann-hero-sub   { font-size: 14px; color: rgba(255,255,255,0.8); margin: 0; line-height: 1.5; }
.ann-hero-search {
display: flex; align-items: center; background: var(--bg-main);
border-radius: 10px; padding: 6px 6px 6px 14px;
width: 100%; max-width: 560px; gap: 8px; margin-top: 6px;
}
.ann-hero-search-icon { color: var(--text-light); font-size: 15px; flex-shrink: 0; line-height: 1; }
.ann-hero-search-input {
flex: 1; border: none; background: none; font-family: var(--font-base);
font-size: 14px; color: var(--text-main); outline: none; min-width: 0;
}
.ann-hero-search-input::placeholder { color: var(--text-light); }
.ann-hero-search-btn {
height: 38px; padding: 0 20px; background: var(--brand-color); color: var(--text-on-brand);
border: none; border-radius: 7px; font-family: var(--font-base); font-size: 13px;
font-weight: 700; cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: opacity 0.15s;
}
.ann-hero-search-btn:hover { opacity: 0.88; }
.ann-inner {
padding: 32px 24px; max-width: 1440px; margin: 0 auto; width: 100%;
display: grid; grid-template-columns: 280px 1fr; gap: 16px; align-items: start;
}
.ann-left { display: flex; flex-direction: column; gap: 12px; position: sticky; top: calc(72px + 16px); }
.ann-card { background: var(--bg-main); border: 1px solid var(--border-color); border-radius: 12px; padding: 16px; }
.ann-card-title {
font-size: 17px; font-weight: 700; color: var(--text-main); margin: 0 0 12px 0;
display: flex; align-items: center; justify-content: space-between;
}
.ann-reset { color: var(--text-light); text-decoration: none; font-size: 15px; transition: color 0.15s; }
.ann-reset:hover { color: var(--brand-color); }
.ann-info-row { display: flex; align-items: center; gap: 10px; padding: 8px 0; }
.ann-info-row:last-child { border-bottom: none; padding-bottom: 0; }
.ann-ico { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex-shrink: 0; }
.ann-ico i { font-size: 17px; line-height: 1; color: var(--text-muted); }
.ann-info-text { font-size: 13px; color: var(--text-muted); line-height: 1.4; }
.ann-info-text strong { display: block; font-size: 12px; font-weight: 700; color: var(--text-main); margin-bottom: 1px; }
.ann-filter-nav { display: flex; flex-direction: column; }
.ann-filter-link {
display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px;
font-size: 14px; font-weight: 500; color: var(--text-main); text-decoration: none;
transition: background 0.12s, color 0.12s;
}
.ann-filter-link:hover { background: var(--bg-surface); color: var(--brand-color); }
.ann-filter-link:hover .ann-ico i { color: var(--brand-color); }
.ann-filter-link.active { background: var(--brand-color); color: var(--text-on-brand); }
.ann-filter-link.active .ann-ico i { color: var(--text-on-brand); }
.ann-btn-primary {
display: flex; align-items: center; justify-content: center; gap: 7px;
height: 38px; width: 100%; margin-top: 12px; background: var(--brand-color);
color: var(--text-on-brand); border-radius: 8px; font-family: var(--font-base);
font-size: 13px; font-weight: 700; text-decoration: none; transition: opacity 0.15s;
}
.ann-btn-primary:hover { opacity: 0.88; }
.ann-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.ann-field:last-child { margin-bottom: 0; }
.ann-field-label {
font-size: 11px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.07em; color: var(--text-light);
}
.ann-select {
width: 100%; background: var(--bg-surface); border: 1px solid var(--border-color);
border-radius: 8px; font-family: var(--font-base); font-size: 13.5px; color: var(--text-main);
padding: 9px 12px; outline: none; cursor: pointer; transition: border-color 0.15s; appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%236b7280' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
padding-right: 32px;
}
.ann-select:focus { border-color: var(--brand-color); }
.ann-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ann-section { background: var(--bg-main); border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; }
.ann-section-head {
display: flex; align-items: center; gap: 10px; padding: 14px 18px;
border-bottom: 1px solid var(--border-color); background: var(--bg-surface);
}
.ann-section-head i { font-size: 18px; color: var(--text-muted); line-height: 1; }
.ann-section-head h2 { font-size: 15px; font-weight: 700; color: var(--text-main); margin: 0; flex: 1; }
.ann-section-count {
font-size: 11px; font-weight: 700; color: var(--text-muted);
background: var(--border-color); padding: 2px 9px; border-radius: 20px;
}
.ann-assoc-search {
display: flex; align-items: center; gap: 8px; padding: 12px 18px;
border-bottom: 1px solid var(--border-color);
}
.ann-assoc-search i { color: var(--text-light); font-size: 15px; flex-shrink: 0; }
.ann-assoc-search-input {
flex: 1; border: 1px solid var(--border-color); background: var(--bg-surface);
border-radius: 8px; font-family: var(--font-base); font-size: 13px; color: var(--text-main);
padding: 7px 12px; outline: none; min-width: 0; transition: border-color 0.15s;
}
.ann-assoc-search-input:focus { border-color: var(--brand-color); }
.ann-assoc-search-input::placeholder { color: var(--text-light); }
.ann-assoc-search-btn {
height: 34px; padding: 0 14px; background: var(--brand-color); color: var(--text-on-brand);
border: none; border-radius: 7px; font-family: var(--font-base); font-size: 12px;
font-weight: 700; cursor: pointer; white-space: nowrap; transition: opacity 0.15s; flex-shrink: 0;
}
.ann-assoc-search-btn:hover { opacity: 0.88; }
.ann-assoc-reset {
width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
border: 1px solid var(--border-color); border-radius: 7px; color: var(--text-muted);
text-decoration: none; flex-shrink: 0; transition: color 0.15s, border-color 0.15s;
}
.ann-assoc-reset:hover { color: var(--brand-color); border-color: var(--brand-color); }
.ann-card-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
padding: 10px 14px;
border-bottom: 1px solid var(--border-color);
background: var(--bg-surface);
flex-shrink: 0;
}
.ann-card-header-left {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
}
.ann-desc-wrap { display: flex; flex-direction: column; gap: 4px; }
.ann-card-desc {
font-size: 13px; color: var(--text-muted); line-height: 1.65; margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ann-card-desc.is-expanded { display: block; overflow: visible; }
.ann-expand-btn {
display: inline-flex; align-items: center; gap: 4px; background: none; border: none;
padding: 0; cursor: pointer; font-family: var(--font-base); font-size: 12px;
font-weight: 600; color: var(--brand-color); align-self: flex-start; transition: opacity 0.15s;
}
.ann-expand-btn:hover { opacity: 0.75; }
.ann-expand-icon { font-size: 12px; line-height: 1; transition: transform 0.2s; }
.ann-like-btn {
display: inline-flex; align-items: center; gap: 4px; height: 26px; padding: 0 9px;
background: var(--bg-main); border: 1px solid var(--border-color); border-radius: 20px;
font-family: var(--font-base); font-size: 12px; font-weight: 600; color: var(--text-muted);
cursor: pointer; transition: border-color 0.15s, color 0.15s; flex-shrink: 0;
}
.ann-like-btn:hover, .ann-like-btn.liked { border-color: #ef4444; color: #ef4444; }
.ann-like-btn i { font-size: 13px; line-height: 1; }
.ann-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
padding: 16px;
gap: 12px;
}
.ann-card-item {
background: var(--bg-main);
border: 1px solid var(--border-color);
border-radius: 12px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: border-color 0.15s;
}
.ann-card-item:hover {
border-color: var(--brand-color);
}
.ann-card-body {
padding: 16px;
display: flex;
flex-direction: column;
gap: 10px;
flex: 1;
}
.ann-card-head {
display: flex;
align-items: flex-start;
gap: 8px;
min-width: 0;
}
.ann-card-title-item {
font-size: 14px; font-weight: 700; color: var(--text-main); margin: 0;
flex: 1; min-width: 0; line-height: 1.3;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ann-badge {
font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 20px;
background: var(--color-brand-light); color: var(--brand-color);
white-space: nowrap; flex-shrink: 0;
}
.ann-badge-assoc { background: #f5f3ff; color: #7c3aed; }
.ann-card-desc {
font-size: 13px; color: var(--text-muted); line-height: 1.65; margin: 0;
}
.ann-spacer    { flex: 1; }
.ann-separator { height: 1px; background: var(--border-color); flex-shrink: 0; }
.ann-card-infos {
display: flex; flex-direction: column; gap: 6px; padding-top: 10px;
min-height: 90px;
}
.ann-info-item {
display: flex; align-items: flex-start; gap: 6px;
font-size: 12.5px; color: var(--text-muted); line-height: 1.4;
}
.ann-info-item i { font-size: 13px; flex-shrink: 0; margin-top: 1px; color: var(--text-light); }
.ann-card-link { color: var(--brand-color); text-decoration: none; }
.ann-card-link:hover { text-decoration: underline; }
.ann-card-footer {
display: flex; align-items: center; justify-content: space-between; gap: 8px;
padding: 10px 16px; border-top: 1px solid var(--border-color);
background: var(--bg-surface); flex-shrink: 0; flex-wrap: wrap;
}
.ann-card-footer-left { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ann-card-footer-right { display: flex; align-items: center; gap: 8px; }
.ann-more-btn {
display: inline-flex; align-items: center; gap: 5px; font-size: 13px;
font-weight: 700; color: var(--brand-color); text-decoration: none; transition: gap 0.15s;
}
.ann-more-btn:hover { gap: 9px; }
.ann-social-btn {
width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
border-radius: 6px; border: 1px solid var(--border-color); color: var(--text-muted);
font-size: 14px; text-decoration: none; transition: color 0.15s, border-color 0.15s;
}
.ann-social-btn:hover { color: var(--brand-color); border-color: var(--brand-color); }
.ann-like-btn {
display: inline-flex; align-items: center; gap: 5px; height: 26px; padding: 0 9px;
background: var(--bg-main); border: 1px solid var(--border-color); border-radius: 20px;
font-family: var(--font-base); font-size: 12px; font-weight: 600; color: var(--text-muted);
cursor: pointer; transition: border-color 0.15s, color 0.15s;
}
.ann-like-btn:hover, .ann-like-btn.liked { border-color: #ef4444; color: #ef4444; }
.ann-like-btn i { font-size: 13px; line-height: 1; }
.ann-report-sm {
font-size: 11px; color: var(--text-light); text-decoration: none; transition: color 0.15s;
}
.ann-report-sm:hover { color: var(--text-muted); }
.ann-empty {
display: flex; flex-direction: column; align-items: center; justify-content: center;
gap: 12px; padding: 40px 24px; color: var(--text-muted);
}
.ann-empty i { font-size: 32px; opacity: 0.35; }
.ann-empty p { font-size: 14px; margin: 0; }
.ann-pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 16px; }
.ann-page-btn {
display: inline-flex; align-items: center; justify-content: center;
width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--border-color);
background: var(--bg-main); font-size: 13px; font-weight: 600; color: var(--text-muted);
text-decoration: none; transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.ann-page-btn:hover { color: var(--brand-color); border-color: var(--brand-color); }
.ann-page-btn.active { background: var(--brand-color); color: var(--text-on-brand); border-color: var(--brand-color); }
.ann-slider-section {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 32px;
}
.ann-slider-left {
flex: 0 0 220px; display: flex; flex-direction: column; justify-content: space-between;
}
.ann-slider-title {
font-size: 18px;
font-weight: 700;
color: var(--text-main);
margin: 0;
}
.ann-slider-sub { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.5; }
.ann-slider-nav {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 4px;
}
.ann-nav-btn {
width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border-color);
background: var(--bg-surface); color: var(--text-main); display: flex;
align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease;
}
.ann-nav-btn:hover { background: var(--brand-color); color: var(--text-on-brand); border-color: var(--brand-color); }
.ann-slider-right { flex: 1; min-width: 0; overflow: hidden; }
.ann-slider-wrapper {
overflow: hidden;
width: 100%;
}
.ann-slider-track {
display: flex;
gap: 16px;
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
}
.ann-slider-card {
flex: 0 0 220px; height: 280px; position: relative; border-radius: 12px;
overflow: hidden; text-decoration: none; display: block;
}
.ann-slider-card-img {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
object-fit: cover; transition: transform 0.4s ease;
}
.ann-slider-card:hover .ann-slider-card-img { transform: scale(1.06); }
.ann-slider-overlay {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%); z-index: 1;
}
.ann-slider-badge {
position: absolute;
top: 12px;
left: 12px;
background: var(--bg-surface);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid var(--border-color);
color: var(--text-main);
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.06em;
padding: 5px 12px;
border-radius: 30px;
z-index: 2;
white-space: nowrap;
}
.ann-slider-content {
position: absolute; bottom: 16px; left: 16px; right: 16px;
display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; z-index: 2;
}
.ann-slider-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.ann-slider-price {
color: #fff;
font-weight: 700;
font-size: 15px;
line-height: 1.2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.ann-slider-duration {
color: rgba(255,255,255,0.8);
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.ann-slider-link {
width: 32px; height: 32px; border-radius: 50%; background: var(--brand-color);
color: #fff; display: flex; align-items: center; justify-content: center;
flex-shrink: 0; transition: transform 0.2s ease, background-color 0.2s ease;
}
.ann-slider-card:hover .ann-slider-link { transform: scale(1.1); background: var(--hero-gradient-end); }
@media (max-width: 1100px) {
.ann-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
.ann-inner { grid-template-columns: 1fr; }
.ann-left  { position: static; }
.ann-slider-section { flex-direction: column; gap: 16px; padding: 20px; }
.ann-slider-left { flex: none; flex-direction: row; align-items: flex-end; justify-content: space-between; }
.ann-slider-nav { margin-top: 0; }
}
@media (max-width: 600px) {
.ann-grid { grid-template-columns: 1fr; }
.ann-hero { height: 340px; }
.hero-orb-1 { width: 200px; height: 200px; }
.hero-orb-2 { width: 250px; height: 250px; }
.hero-orb-3 { width: 150px; height: 150px; }
.hero-waves { height: 30px; }
.ann-hero-content { padding: 16px 16px 36px; }
.ann-hero-search { max-width: 100%; }
.ann-inner { padding: 16px 12px; }
.ann-slider-left { flex-direction: column; align-items: flex-start; }
.ann-slider-nav { margin-top: 12px; }
}