@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-color: #d4822a;--primary-dark: #b86f24;--secondary-color: #2c3e50;--accent-color: #34495e;--text-color: #333333;--text-light: #6c757d;--background-light: #f8f9fa;--background-lighter: #e9ecef;--white: #ffffff;--shadow-light: 0 2px 10px rgba(0, 0, 0, .1);--shadow-medium: 0 8px 25px rgba(0, 0, 0, .15);--shadow-heavy: 0 15px 35px rgba(0, 0, 0, .2);--border-radius: 10px;--border-radius-large: 15px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{font-size:16px;line-height:1.6;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:var(--text-color);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark);text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto;display:block}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;transition:var(--transition)}button:focus{outline:2px solid var(--primary-color);outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid var(--background-lighter);border-radius:var(--border-radius);padding:.75rem;transition:var(--transition)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #d4822a1a}table{width:100%;border-collapse:collapse;margin-bottom:1rem}th,td{padding:.75rem;text-align:left;border-bottom:1px solid var(--background-lighter)}th{font-weight:600;background-color:var(--background-light)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:2rem}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::-moz-selection{background-color:#d4822a33;color:var(--text-color)}::selection{background-color:#d4822a33;color:var(--text-color)}:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{max-width:100%!important}@page{margin:.5cm}}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.container{padding:0 15px}}@media (max-width: 480px){html{font-size:13px}.container{padding:0 10px}}.navbar-professional{position:fixed;top:0;left:0;right:0;z-index:50;height:80px;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border-bottom:var(--glass-border);padding:0 24px}.navbar-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1320px;margin:0 auto;height:100%}.navbar-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.brand-svg{display:inline-flex;align-items:center;color:var(--text)}.brand-svg svg{height:24px;width:auto;display:block}.brand-text{font-size:20px;font-weight:300;color:var(--text)}.brand-subtitle{font-size:12px;color:var(--dark-text-tertiary);font-weight:400}.navbar-nav{display:none;align-items:center;gap:4px;list-style:none;margin:0;padding:0}@media (min-width: 1024px){.navbar-nav{display:flex}}.nav-item{position:relative}.nav-link{padding:8px 16px;font-size:14px;font-weight:500;color:var(--dark-text-secondary);background:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.nav-link:hover{color:var(--text);background:#0000000f}.nav-link.active{color:var(--text);background:#00000014}:root.theme-light .nav-link:hover{background:#f1f5f9}:root.theme-light .nav-link.active{background:#e2e8f0}.dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;color:#fffc;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.dropdown-toggle:hover{color:#fff;background:#ffffff1a}.dropdown-toggle:after{content:"";margin-left:8px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.6);transition:transform .2s ease}.dropdown.open .dropdown-toggle:after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:8px;width:256px;opacity:0;visibility:hidden;transform:scale(.95);transition:all .2s ease;z-index:50;transform-origin:top left}.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:scale(1)}.dropdown-content{background:#000000e6;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:var(--glass-border);border-radius:16px;padding:8px;box-shadow:0 8px 32px #0003}.dropdown-item{display:block;width:100%;padding:12px 16px;font-size:14px;font-weight:400;color:var(--dark-text-secondary);background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none}.dropdown-item:hover{color:var(--text);background:#0000000f}.dropdown-divider{margin:8px 0;height:1px;background:#ffffff1a}.mobile-menu-button{display:block;padding:8px;color:#fffc;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}@media (min-width: 1024px){.mobile-menu-button{display:none}}.mobile-menu-button:hover{color:#fff;background:#ffffff1a}.mobile-menu-icon{width:24px;height:24px}.mobile-menu{position:absolute;top:100%;left:0;right:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s ease}@media (min-width: 1024px){.mobile-menu{display:none}}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-content{background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:16px;margin:16px;padding:16px;box-shadow:0 16px 64px #0009}.mobile-nav-link{display:block;width:100%;padding:12px 16px;color:#fffc;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:left}.mobile-nav-link:hover{color:#fff;background:#ffffff1a}.mobile-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;color:#fffc;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.mobile-dropdown-toggle:hover{color:#fff;background:#ffffff1a}.mobile-dropdown-content{padding-left:24px;margin-top:8px}.mobile-dropdown-content>*{margin-bottom:4px}.mobile-dropdown-item{display:block;width:100%;padding:8px 16px;font-size:14px;color:#ffffffb3;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:left}.mobile-dropdown-item:hover{color:#fff;background:#ffffff0d}:root.theme-light .dropdown-toggle{color:#0f172a}:root.theme-light .dropdown-toggle:hover{background:#f1f5f9}:root.theme-light .dropdown-toggle:after{border-top-color:#64748b}:root.theme-light .dropdown-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 32px #0206171a}:root.theme-light .dropdown-item{color:#0f172a}:root.theme-light .dropdown-item:hover{color:#0f172a;background:#f1f5f9}:root.theme-light .dropdown-divider{background:#e5e7eb}:root.theme-light .mobile-menu-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 64px #0206171f}:root.theme-light .mobile-nav-link,:root.theme-light .mobile-dropdown-toggle,:root.theme-light .mobile-dropdown-item{color:#0f172a}:root.theme-light .mobile-nav-link:hover,:root.theme-light .mobile-dropdown-toggle:hover,:root.theme-light .mobile-dropdown-item:hover{background:#f1f5f9;color:#0f172a}@media (max-width: 1024px){.navbar-professional{height:70px;padding:0 16px}.brand-text{font-size:18px}.brand-subtitle{display:none}}@media (max-width: 640px){.navbar-professional{height:60px}.brand-text{font-size:16px}.brand-logo{width:32px;height:32px}}.hero-professional{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#000,#1a1a1a,#000)}:root.theme-light .hero-professional{background:linear-gradient(#faf7f2f0,#f3efe9e6),url(/assets/tirol-mountains-hero.jpg),url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?q=80&w=2070&auto=format&fit=crop),radial-gradient(ellipse at top,#faf7f2,#f3efe9,#efeae3);background-size:cover,cover,cover,100% 100%;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-position:center center,center center,center center,0 0;background-attachment:fixed,fixed,fixed,fixed}.hero-background{position:absolute;inset:0;opacity:.15;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23c2255c' stroke-width='0.5' opacity='0.3'%3E%3Cpath d='M200 50L220 80L200 110L180 80Z'/%3E%3Cpath d='M150 150L170 120L190 150L170 180Z'/%3E%3Cpath d='M250 150L270 120L290 150L270 180Z'/%3E%3Cpath d='M200 250L240 220L280 250L240 280Z'/%3E%3C/g%3E%3Cg fill='%23a61e4d' opacity='0.1'%3E%3Ccircle cx='100' cy='100' r='1'/%3E%3Ccircle cx='300' cy='100' r='1'/%3E%3Ccircle cx='100' cy='300' r='1'/%3E%3Ccircle cx='300' cy='300' r='1'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(circle at 20% 20%,var(--accent-primary-10) 0%,transparent 60%),radial-gradient(circle at 80% 80%,var(--accent-secondary-8) 0%,transparent 60%);background-size:200px 200px,800px 800px,600px 600px;background-repeat:repeat,no-repeat,no-repeat}.hero-container{max-width:1320px;margin:0 auto;padding:0 24px;position:relative;z-index:10}.hero-content{text-align:center;animation:fadeIn .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;border-radius:50px;background:#8a153814;border:1px solid rgba(138,21,56,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:32px}.badge-icon{width:24px;height:24px;color:var(--accent-primary)}.badge-text{font-size:14px;font-weight:500;color:var(--accent-primary)}.hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;color:#fff;margin-bottom:24px}:root.theme-light .hero-title{color:#0f172a;text-shadow:0 2px 8px rgba(255,255,255,.9),0 1px 3px rgba(255,255,255,.8)}:root.theme-light .hero-title .highlight{color:var(--accent-primary);text-shadow:0 2px 8px rgba(255,255,255,.9),0 1px 3px rgba(255,255,255,.8)}.hero-title .highlight{color:var(--accent-light);font-weight:400}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#d1d5db;max-width:768px;margin:0 auto 48px;line-height:1.6;font-weight:400}:root.theme-light .hero-subtitle{color:#475569;text-shadow:0 1px 4px rgba(255,255,255,.8),0 1px 2px rgba(255,255,255,.6)}.hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-bottom:80px}@media (min-width: 640px){.hero-actions{flex-direction:row}}.hero-button-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:var(--accent-primary);color:#fff;font-weight:500;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:16px}.hero-button-primary:hover{background:#6f112e;transform:translateY(-2px)}.hero-button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:#ffffff1a;color:#fff;font-weight:500;border-radius:12px;text-decoration:none;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:16px}.hero-button-secondary:hover{background:#fff3;color:#60a5fa;transform:translateY(-2px)}:root.theme-light .hero-button-secondary{background:#ffffffd9;color:#0f172a;border:1px solid #e5e7eb}:root.theme-light .hero-button-secondary:hover{background:#fff;color:var(--accent-primary)}.hero-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:32px;max-width:1024px;margin:0 auto}@media (min-width: 768px){.hero-stats{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px #00000026;transition:transform .3s ease}:root.theme-light .stat-card{background:#fff;border:1px solid #e5e7eb}.stat-card:hover{transform:translateY(-2px)}.stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:300;color:var(--accent-primary);margin-bottom:8px;display:block}.stat-label{font-size:14px;color:#9ca3af;text-transform:uppercase;letter-spacing:2px;font-weight:500}:root.theme-light .scroll-indicator{color:#64748b}:root.theme-light .scroll-indicator:hover{color:#0f172a}.floating-orb{position:absolute;border-radius:50%;opacity:.2;animation:float 6s ease-in-out infinite;background:radial-gradient(circle,rgba(138,21,56,.25) 0%,transparent 70%);filter:blur(40px)}.floating-orb:nth-child(1){width:128px;height:128px;top:80px;left:80px;animation-delay:0s}.floating-orb:nth-child(2){width:96px;height:96px;top:240px;right:128px;animation-delay:-2s}.floating-orb:nth-child(3){width:160px;height:160px;bottom:128px;left:160px;animation-delay:-4s}.scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#9ca3af;transition:color .3s ease;cursor:pointer}.scroll-indicator:hover{color:#fff}.scroll-text{font-size:14px;margin-bottom:8px;text-transform:uppercase;letter-spacing:2px;font-weight:500}.scroll-arrow{width:24px;height:24px;animation:bounce 2s infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-6px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-3px,0)}90%{transform:translate3d(0,-1px,0)}}@media (max-width: 768px){.hero-container,.hero-actions{padding:0 16px}.hero-stats{grid-template-columns:1fr;gap:24px;padding:0 16px}.floating-orb{display:none}}@media (max-width: 640px){.hero-button-primary,.hero-button-secondary{width:100%;justify-content:center}}.timeline-professional{min-height:100vh;padding:80px 0;background:linear-gradient(180deg,#000,#0a0a0a,#000)}:root.theme-light .timeline-professional{background:radial-gradient(ellipse at top,#faf7f2,#f3efe9,#efeae3)}.timeline-container{max-width:1320px;margin:0 auto;padding:0 24px;position:relative}.timeline-header{text-align:center;margin-bottom:64px}.timeline-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#fff;margin-bottom:24px}:root.theme-light .timeline-title{color:#0f172a}.timeline-subtitle{font-size:20px;color:#d1d5db;max-width:512px;margin:0 auto;font-weight:400}:root.theme-light .timeline-subtitle{color:#475569}.timeline-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:64px}.filter-button{padding:8px 16px;font-size:14px;font-weight:500;color:#fffc;background:#ffffff1a;@keyframes rise{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}}.filter-button .timeline-section{padding:72px 0 96px;background:var(--bg-app)}.filter-button .timeline-container{max-width:1320px;margin:0 auto;padding:0 24px}.filter-button .timeline-header{text-align:center;margin-bottom:20px}.filter-button .section-badge{display:inline-block;padding:6px 10px;font-size:12px;border-radius:999px;background:#0000000d;color:#666;border:1px solid rgba(0,0,0,.08)}.filter-button .timeline-title{margin-top:12px;font-size:34px;line-height:1.2;font-weight:700;color:var(--text-strong)}.filter-button .timeline-subtitle{margin-top:10px;color:var(--text-muted);font-size:16px}.filter-button .timeline-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between;margin:18px 0 28px}.filter-button .timeline-search{position:relative;flex:1 1 420px;max-width:560px}.filter-button .timeline-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.filter-button .timeline-search-input{width:100%;padding:10px 12px 10px 36px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.08);color:var(--text);outline:none;transition:box-shadow .2s ease,border-color .2s ease}.filter-button .timeline-search-input:focus{border-color:#0003;box-shadow:0 2px 12px #0000000f}.filter-button .timeline-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-button .filter-button{padding:8px 12px;font-size:14px;border:1px solid rgba(0,0,0,.08);color:#333;background:#fff;border-radius:10px;transition:all .2s ease}.filter-button .filter-button:hover{box-shadow:0 1px 2px #0000000f;transform:translateY(-1px)}.filter-button .filter-button.active{background:#0e1116;color:#fff;border-color:#0e1116}.filter-button .tl{position:relative}.filter-button .tl-line{position:absolute;left:260px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#0f172a00,#0f172a1f 12% 88%,#0f172a00)}.filter-button .tl-group{position:relative;display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.filter-button .tl-items{display:grid;gap:16px;padding:8px 0 24px}.filter-button .tl-item{position:relative;opacity:0;animation:rise .45s ease forwards}.filter-button .tl-item:before{content:"";position:absolute;left:-10px;top:30px;width:12px;height:12px;border-radius:50%;background:#2e7d32;border:2px solid #e5e7eb;box-shadow:0 1px 3px #00000014}.filter-button .tl-year{position:sticky;top:96px;height:-moz-fit-content;height:fit-content;display:flex;justify-content:flex-end;padding-right:16px}.filter-button .tl-year-badge{display:inline-block;font-variant-numeric:tabular-nums;color:#0f172a;font-size:34px;line-height:1;font-weight:800;letter-spacing:-.5px}.filter-button .tl-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:16px 18px;box-shadow:0 10px 30px #0000000a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.filter-button .tl-card:hover{transform:translateY(-2px);box-shadow:0 14px 40px #0000000f;border-color:#0000001f}.filter-button .tl-pill{display:inline-block;font-variant-numeric:tabular-nums;font-size:12px;color:#0f172a;background:#f1f5f9;border:1px solid #e5e7eb;padding:4px 8px;border-radius:999px;margin-bottom:8px}.filter-button .tl-title{font-size:18px;line-height:1.35;color:var(--text-strong);margin:2px 0 6px}.filter-button .tl-excerpt{color:var(--text-muted);margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.filter-button .tl-meta{display:flex;align-items:center;justify-content:flex-end;color:#445;font-size:14px}.filter-button .tl-link{color:#0e1116;font-weight:600}.filter-button .event-modal-overlay{position:fixed;inset:0;background:#00000059;display:grid;place-items:center;z-index:50}.filter-button .event-modal{width:min(720px,calc(100% - 32px));background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 30px 80px #00000040}.filter-button .event-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(0,0,0,.08)}.filter-button .modal-title{font-size:20px;font-weight:700;color:var(--text-strong)}.filter-button .modal-year{color:#666;font-weight:500}.filter-button .close-button{background:transparent;border:0;font-size:22px;cursor:pointer;color:#444}.filter-button .event-modal-body{padding:16px 18px 22px}.filter-button .modal-description{color:var(--text)}@media (max-width: 920px){.filter-button .timeline-controls{gap:10px}.filter-button .tl-line{left:16px}.filter-button .tl-group{grid-template-columns:1fr;padding-left:36px}.filter-button .tl-item:before{left:-26px;top:22px}.filter-button .tl-year{position:static;justify-content:flex-start;padding:0 0 6px}.filter-button .tl-year-badge{font-size:24px}}.timeline-loading{display:flex;justify-content:center;align-items:center;padding:80px 0}.loading-spinner{width:32px;height:32px;border:2px solid rgba(138,21,56,.2);border-top:2px solid var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}.light-hero{background:linear-gradient(#faf7f2fc,#faf7f2fa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200'%3E%3Cg fill='none' stroke='%23d4c5a9' stroke-width='0.4' opacity='0.1'%3E%3Cpath d='M50 100L150 80L250 110L350 70L450 100L550 60L650 90L750 50L850 80L950 40'/%3E%3Cpath d='M0 150L100 140L200 160L300 130L400 150L500 120L600 140L700 110L800 130L900 100L1000 120'/%3E%3C/g%3E%3Cg fill='%23c2255c' opacity='0.05'%3E%3Ccircle cx='200' cy='100' r='2'/%3E%3Ccircle cx='500' cy='80' r='1.5'/%3E%3Ccircle cx='800' cy='120' r='2'/%3E%3C/g%3E%3C/svg%3E"),var(--bg-app);background-size:100% 100%,500px 100px,100% 100%;background-repeat:no-repeat,repeat-x,no-repeat}.section-timeline{position:relative;z-index:0;background:linear-gradient(#fffffffa,#fffffff5),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 800'%3E%3Cg fill='none' stroke='%23d4c5a9' stroke-width='0.3' opacity='0.08'%3E%3Cpath d='M100 0v800M50 100h100M50 200h100M50 300h100M50 400h100M50 500h100M50 600h100M50 700h100'/%3E%3C/g%3E%3Cg fill='%23a61e4d' opacity='0.04'%3E%3Ccircle cx='100' cy='150' r='3'/%3E%3Ccircle cx='100' cy='350' r='2.5'/%3E%3Ccircle cx='100' cy='550' r='3.5'/%3E%3C/g%3E%3C/svg%3E"),#fff;background-size:100% 100%,100px 400px,100% 100%;background-repeat:no-repeat,repeat-y,no-repeat;background-position:0 0,center,0 0}.container{width:90vw;max-width:1360px;margin:0 auto}.mytext{font-weight:500;letter-spacing:-.02em;color:#111;padding-top:4rem}.timeline_component{position:relative;display:flex;max-width:1120px;margin:0 auto;flex-direction:column;justify-content:center;align-items:center}.timeline_progress{position:absolute;z-index:1;width:3px;height:calc(100% - 21rem);background-color:var(--border-muted, #cccccc);margin-bottom:13rem;margin-top:8rem;left:50%;transform:translate(-50%)}.timeline_progress-bar{height:100%}.timeline_item{position:relative;display:grid;padding:80px 0;grid-auto-columns:1fr;gap:0;grid-template-columns:1fr 180px 1fr;grid-template-rows:auto}.timeline_centre{display:flex;justify-content:center}.timeline_left{justify-content:flex-end;align-items:stretch;text-align:right}.timeline_right{display:block}.timeline_date-text{position:sticky;top:50vh;color:#111;font-size:48px;line-height:1.2;font-weight:500;letter-spacing:-.03em}.timeline_text{color:#333;font-size:20px;line-height:1.6;font-weight:400}.timeline_title{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:6px}.timeline_desc{font-size:18px;color:#334155}.timeline_circle{position:sticky;top:50vh;width:15px;height:15px;border-radius:100%;background-color:var(--accent-primary, #448f65);box-shadow:var(--bg-primary, #ffffff) 0 0 0 8px;z-index:2}@media screen and (max-width: 767px){.timeline_progress{left:6px;transform:none}.timeline_item{grid-template-columns:64px 1fr;width:100%}.timeline_left{grid-area:1 / 2 / 2 / 3}.timeline_date-text{margin-bottom:24px;font-size:36px;text-align:left}.timeline_centre{justify-content:flex-start;grid-area:1 / 1 / 3 / 2}.timeline_right{max-width:100%;overflow-wrap:break-word;word-break:break-word;padding-right:1rem}.timeline_text{font-size:18px;line-height:1.4}}.ortsgeschichte-professional{min-height:100vh;padding-top:96px;padding-bottom:48px;background:linear-gradient(180deg,#000,#0a0a0a,#000)}:root.theme-light .ortsgeschichte-professional{background:radial-gradient(ellipse at top,#faf7f2,#f3efe9,#efeae3)}:root.theme-light .ortsgeschichte-title{color:#0f172a}:root.theme-light .ortsgeschichte-subtitle{color:#475569}:root.theme-light .breadcrumb-nav{background:#fff;border:1px solid #e5e7eb}:root.theme-light .breadcrumb-list,:root.theme-light .loading-text{color:#6b7280}:root.theme-light .breadcrumb-link{color:var(--accent-primary)}:root.theme-light .breadcrumb-link:hover{color:#1d4ed8;background:#2563eb14}:root.theme-light .search-input{background:#fff;border:1px solid #e5e7eb;color:#0f172a}:root.theme-light .search-input::-moz-placeholder{color:#94a3b8}:root.theme-light .search-input::placeholder{color:#94a3b8}:root.theme-light .search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #8a15381f}:root.theme-light .search-icon{color:#94a3b8}:root.theme-light .category-button{background:#fff;border:1px solid #e5e7eb;color:#0f172a}:root.theme-light .category-button:hover{background:#f8fafc}:root.theme-light .category-button.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}:root.theme-light .post-card{background:#fff;border:1px solid #e5e7eb}:root.theme-light .post-title{color:#0f172a}:root.theme-light .post-excerpt{color:#475569}:root.theme-light .post-meta{border-top:1px solid #e5e7eb;color:#6b7280}.ortsgeschichte-container{max-width:1320px;margin:0 auto;padding:0 24px}.ortsgeschichte-header{text-align:center;margin-bottom:48px}.ortsgeschichte-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#fff;margin-bottom:16px;line-height:1.2}.ortsgeschichte-subtitle{font-size:18px;color:#d1d5db;max-width:600px;margin:0 auto 32px;font-weight:400;line-height:1.6}.breadcrumb-nav{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 20px;margin-bottom:32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.breadcrumb-list{display:flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af;margin:0;padding:0;list-style:none}.breadcrumb-item{display:flex;align-items:center;gap:8px}.breadcrumb-link{color:#60a5fa;text-decoration:none;padding:4px 8px;border-radius:6px;transition:all .3s ease;font-weight:500}.breadcrumb-link:hover{color:#93c5fd;background:#60a5fa1a}.breadcrumb-separator{color:#6b7280}.ortsgeschichte-controls{display:grid;grid-template-columns:1fr auto;gap:24px;margin-bottom:48px;align-items:end}@media (max-width: 768px){.ortsgeschichte-controls{grid-template-columns:1fr}}.search-container{position:relative}.search-input{width:100%;padding:16px 20px 16px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.search-input:focus{outline:none;border-color:#3b82f6;background:#ffffff1a;box-shadow:0 0 0 3px #3b82f61a}.search-input::-moz-placeholder{color:#ffffff80}.search-input::placeholder{color:#ffffff80}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.category-filter{display:flex;flex-wrap:wrap;gap:8px}.category-button{padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fffc;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.category-button:hover{background:#fff3;color:#fff;transform:translateY(-2px)}.category-button.active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-bottom:48px}@media (max-width: 768px){.posts-grid{grid-template-columns:1fr;gap:20px}}.post-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.post-card:hover{transform:translateY(-4px);border-color:#8a153880;box-shadow:0 8px 32px #8a153826}.post-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));opacity:0;transition:opacity .3s ease}.post-card:hover:before{opacity:1}.post-category{display:inline-block;padding:4px 12px;background:#8a153833;color:var(--accent-light);font-size:12px;border-radius:50px;margin-bottom:12px;border:1px solid rgba(138,21,56,.3);font-weight:500}.post-title{font-size:20px;font-weight:500;color:#fff;margin-bottom:12px;line-height:1.3}.post-excerpt{color:#d1d5db;font-size:14px;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9ca3af;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.post-date{font-weight:500}.post-read-more{color:var(--accent-primary);font-weight:500;text-decoration:none;transition:color .3s ease}.post-read-more:hover{color:var(--accent-secondary)}.load-more-container{text-align:center;margin-top:32px}.load-more-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.load-more-button:hover{background:#fff3;transform:translateY(-2px)}.load-more-button:disabled{opacity:.5;cursor:not-allowed}.loading-container{display:flex;justify-content:center;align-items:center;padding:80px 0}.loading-spinner{width:40px;height:40px;border:3px solid rgba(138,21,56,.2);border-top:3px solid var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}.loading-text{color:#d1d5db;margin-left:16px;font-size:16px}.error-container{text-align:center;padding:80px 0;color:#ef4444}.error-title{font-size:24px;font-weight:500;margin-bottom:16px}.error-message{font-size:16px;color:#d1d5db;margin-bottom:24px}.error-button{display:inline-flex;align-items:center;padding:12px 24px;background:#ef4444;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.error-button:hover{background:#dc2626;transform:translateY(-2px)}.empty-state{text-align:center;padding:80px 0}.empty-icon{width:64px;height:64px;color:#6b7280;margin:0 auto 24px}.empty-title{font-size:24px;font-weight:500;color:#fff;margin-bottom:16px}.empty-message{color:#9ca3af;font-size:16px}.posts-grid .post-card{animation:fadeIn .5s ease-out}@media (max-width: 768px){.ortsgeschichte-professional{padding-top:72px}.ortsgeschichte-container{padding:0 16px}.ortsgeschichte-title{font-size:2.5rem}.ortsgeschichte-controls{gap:16px}.category-filter{justify-content:center}.post-card{padding:20px}.breadcrumb-list{flex-wrap:wrap}}@media (max-width: 640px){.posts-grid,.ortsgeschichte-controls{grid-template-columns:1fr}.category-filter{justify-content:flex-start}}.post-detail-premium{min-height:100vh;background:radial-gradient(ellipse at top,#0f172a,#020617,#000);position:relative;overflow-x:hidden}:root.theme-light .post-detail-premium{background:linear-gradient(#faf7f2fa,#f3efe9f5),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600'%3E%3Cg fill='none' stroke='%23d4c5a9' stroke-width='0.5' opacity='0.12'%3E%3Cpath d='M50 50h300v500h-300z'/%3E%3Cpath d='M70 80h260M70 100h240M70 120h280M70 140h220M70 160h260M70 180h250'/%3E%3Cpath d='M80 200h240M80 220h220M80 240h260M80 260h200M80 280h250M80 300h230'/%3E%3C/g%3E%3Cg fill='%23c2255c' opacity='0.06'%3E%3Cpath d='M100 120l8-4l8 4v12l-8 4l-8-4z'/%3E%3Cpath d='M280 180l6-3l6 3v9l-6 3l-6-3z'/%3E%3Ccircle cx='200' cy='400' r='3'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(ellipse at top,#faf7f2,#f3efe9,#efeae3);background-size:100% 100%,200px 300px,100% 100%;background-repeat:no-repeat,repeat-y,no-repeat;background-position:0 0,center,0 0}:root.theme-light .post-detail-title{color:#0f172a}:root.theme-light .post-detail-meta{background:#fff;border:1px solid #e5e7eb}:root.theme-light .post-detail-date,:root.theme-light .post-detail-reading-time,:root.theme-light .post-detail-word-count{color:#64748b}:root.theme-light .post-detail-content{background:#fff;border:1px solid #e5e7eb}:root.theme-light .post-detail-content h1,:root.theme-light .post-detail-content h2,:root.theme-light .post-detail-content h3,:root.theme-light .post-detail-content h4,:root.theme-light .post-detail-content h5,:root.theme-light .post-detail-content h6{color:#0f172a}:root.theme-light .post-detail-content p,:root.theme-light .post-detail-content li{color:#334155}.post-detail-premium:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.15) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.1) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(16,185,129,.08) 0%,transparent 40%);animation:floatingOrbs 20s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes floatingOrbs{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-20px,-30px) rotate(90deg)}50%{transform:translate(30px,-20px) rotate(180deg)}75%{transform:translate(-10px,20px) rotate(270deg)}}.post-detail-container{max-width:1000px;margin:0 auto;padding:120px 24px 80px;position:relative;z-index:1}.post-detail-header{margin-bottom:48px;position:relative}.post-detail-back-nav{display:inline-flex;align-items:center;gap:8px;color:var(--accent-light);text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border-radius:8px;background:#8a15381a;border:1px solid rgba(138,21,56,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;margin-bottom:32px}.post-detail-back-nav:hover{color:var(--accent-secondary);background:#8a153833;border-color:#8a153866;transform:translate(-4px)}.post-detail-category{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#3b82f633,#8b5cf633);color:#93c5fd;font-size:13px;border-radius:20px;margin-bottom:20px;border:1px solid rgba(59,130,246,.3);font-weight:600;letter-spacing:.5px;text-transform:uppercase}.post-detail-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:200;color:#fff;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.5)}.post-detail-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:40px;padding:20px;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.post-detail-date{display:flex;align-items:center;gap:8px;color:#d1d5db;font-size:14px;font-weight:500}.post-detail-reading-time,.post-detail-word-count{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:14px;font-weight:500}.post-detail-content{position:relative;background:#ffffff05;border-radius:24px;padding:48px;margin-bottom:48px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.post-detail-content h1,.post-detail-content h2,.post-detail-content h3,.post-detail-content h4,.post-detail-content h5,.post-detail-content h6{color:#fff;font-weight:400;line-height:1.3;margin:32px 0 16px;letter-spacing:-.01em}.post-detail-content h1{font-size:2.5rem;font-weight:300;border-bottom:2px solid rgba(59,130,246,.3);padding-bottom:16px;margin-bottom:32px}.post-detail-content h2{font-size:2rem;color:#e5e7eb;margin-top:48px;position:relative}.post-detail-content h2:before{content:"";position:absolute;left:-24px;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:2px}.post-detail-content h3{font-size:1.5rem;color:#d1d5db}.post-detail-content p{color:#d1d5db;font-size:18px;line-height:1.8;margin-bottom:24px;font-weight:400;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.post-detail-content p:first-of-type{font-size:20px;color:#e5e7eb;font-weight:300;line-height:1.7}.post-detail-content p:first-of-type:first-letter{font-size:4rem;font-weight:200;line-height:1;float:left;margin:-5px 12px 0 0;color:var(--accent-primary);text-shadow:0 2px 8px rgba(138,21,56,.3)}.post-detail-content ul,.post-detail-content ol{color:#d1d5db;font-size:18px;line-height:1.7;margin-bottom:24px;padding-left:24px}.post-detail-content li{margin-bottom:8px;position:relative}.post-detail-content ul li::marker{color:#60a5fa}.post-detail-content ol li::marker{border-radius:6px;box-shadow:0 4px 12px #0000001a}.post-detail-content blockquote{background:#60a5fa0d;border-left:4px solid #3b82f6;margin:32px 0;padding:24px;border-radius:0 12px 12px 0;font-style:italic;font-size:19px;color:#e5e7eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.post-detail-content blockquote p{margin-bottom:16px;text-align:left}.post-detail-content blockquote p:last-child{margin-bottom:0}.post-detail-content a{color:#60a5fa;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(96,165,250,.3);transition:all .3s ease;padding-bottom:2px}.post-detail-content a:hover{color:#93c5fd;border-bottom-color:#93c5fd;background:#60a5fa1a;padding:2px 4px;margin:0 -4px;border-radius:4px}.post-detail-content figure{margin:40px auto;padding:0;text-align:center;max-width:900px}.post-detail-content figure img,.post-detail-content img{display:block;margin:0 auto;width:100%;height:auto;max-width:100%;border-radius:12px;box-shadow:0 8px 20px #0000002e;border:1px solid rgba(255,255,255,.08)}.post-detail-content>p>img,.post-detail-content>img{margin:32px auto}.post-detail-content figcaption{color:#93a3b3;font-size:14px;line-height:1.5;margin-top:10px;font-style:italic;text-align:center}:root.theme-light .post-detail-content img,:root.theme-light .post-detail-content figure img{box-shadow:0 3px 10px #00000014;border:1px solid #e5e7eb}:root.theme-light .post-detail-content figcaption{color:#6b7280}.post-detail-content .mosimage{display:inline-block;text-align:center;margin:0 0 16px}.post-detail-content .mosimage[style*="float:left"],.post-detail-content .mosimage[style*="float: left"]{margin:0 28px 18px 0}.post-detail-content .mosimage[style*="float:right"],.post-detail-content .mosimage[style*="float: right"]{margin:0 0 18px 28px}.post-detail-content .mosimage img{width:auto;height:auto;max-width:100%;border-radius:6px;box-shadow:0 3px 10px #0000001a;border:1px solid rgba(0,0,0,.08)}:root.theme-light .post-detail-content .mosimage img{box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb}.post-detail-content .mosimage_caption{display:block;margin-top:6px;font-size:13px;line-height:1.45;color:#9aa7b6;font-style:italic;padding:0 4px}:root.theme-light .post-detail-content .mosimage_caption{color:#64748b}.post-detail-content .mosimage>p:empty{display:none}.post-detail-content p[style*="float:left"],.post-detail-content p[style*="float: left"]{margin:0 24px 16px 0}.post-detail-content p[style*="float:right"],.post-detail-content p[style*="float: right"]{margin:0 0 16px 24px}@media (max-width: 768px){.post-detail-content figure{margin:28px auto}.post-detail-content>p>img,.post-detail-content>img{margin:24px auto}.post-detail-content .mosimage,.post-detail-content .mosimage[style*="float:left"],.post-detail-content .mosimage[style*="float: left"],.post-detail-content .mosimage[style*="float:right"],.post-detail-content .mosimage[style*="float: right"],.post-detail-content p[style*="float:left"],.post-detail-content p[style*="float: left"],.post-detail-content p[style*="float:right"],.post-detail-content p[style*="float: right"]{float:none!important;margin:20px auto!important;text-align:center}.post-detail-content .mosimage img,.post-detail-content p img{width:100%!important;height:auto!important}}.post-detail-content code{background:#3b82f61a;color:#93c5fd;padding:2px 6px;border-radius:4px;font-family:Fira Code,monospace;font-size:.9em}.post-detail-content pre{background:#0f172acc;border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:24px;margin:32px 0;overflow-x:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.post-detail-content pre code{background:transparent;padding:0;border-radius:0;color:#e2e8f0}.post-detail-content table{width:100%;border-collapse:collapse;margin:32px 0;background:#ffffff05;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.post-detail-content th,.post-detail-content td{padding:16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.post-detail-content th{background:#3b82f61a;color:#e5e7eb;font-weight:600}.post-detail-content td{color:#d1d5db}.post-detail-footer{margin-top:64px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.post-detail-nav-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--accent-light);text-decoration:none;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.post-detail-nav-button:hover{background:#ffffff1a;border-color:#8a153880;transform:translateY(-2px);box-shadow:0 8px 24px #8a153833;color:var(--accent-secondary);text-decoration:none}.post-detail-nav-button.primary{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-color:transparent}.post-detail-nav-button.primary:hover{background:linear-gradient(135deg,var(--accent-hover),var(--accent-primary));transform:translateY(-2px);box-shadow:0 12px 32px #8a15384d}.post-detail-share{margin:48px 0;padding:24px;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.post-detail-share h4{color:var(--accent-light);font-size:18px;font-weight:500;margin-bottom:16px}.post-detail-share-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.post-detail-share-button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.post-detail-share-button.facebook,.post-detail-share-button.twitter,.post-detail-share-button.linkedin{background:#8a153833;border:1px solid rgba(138,21,56,.3);color:var(--accent-light)}.post-detail-share-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #8a153833}.post-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 0}.post-detail-loading-spinner{width:48px;height:48px;border:4px solid rgba(59,130,246,.2);border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:24px}.post-detail-loading-text{color:#d1d5db;font-size:18px;font-weight:500}.post-detail-error{text-align:center;padding:120px 0;color:#ef4444}.post-detail-error h2{font-size:32px;font-weight:500;margin-bottom:16px}.post-detail-error p{font-size:18px;color:#d1d5db;margin-bottom:32px}.post-detail-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:#3b82f633;z-index:1000}.post-detail-progress-bar{height:100%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));width:0%;transition:width .3s ease}@media (max-width: 768px){.post-detail-container{padding:100px 16px 60px}.post-detail-content{padding:32px 24px;border-radius:16px}.post-detail-title,.post-detail-content h1{font-size:2rem}.post-detail-content h2{font-size:1.5rem}.post-detail-content p,.post-detail-content ul,.post-detail-content ol{font-size:16px}.post-detail-content p:first-of-type:first-letter{font-size:3rem;margin:4px 8px 0 0}.post-detail-meta{padding:16px;gap:16px}.post-detail-footer{flex-direction:column;text-align:center}.post-detail-nav-button{width:100%;justify-content:center}}@media print{.post-detail-premium{background:#fff;color:#000}.post-detail-back-nav,.post-detail-footer,.post-detail-share{display:none}.post-detail-content{background:transparent;border:none;box-shadow:none;padding:0}.post-detail-title,.post-detail-content h1,.post-detail-content h2,.post-detail-content h3,.post-detail-content p{color:#000}}.post-detail-content::-webkit-scrollbar{width:8px}.post-detail-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.post-detail-content::-webkit-scrollbar-thumb{background:#60a5fa4d;border-radius:4px}.post-detail-content::-webkit-scrollbar-thumb:hover{background:#60a5fa80}.post-detail-header,.post-detail-content,.post-detail-footer{animation:fadeInUp .6s ease-out}.all-categories-premium{min-height:100vh;background:radial-gradient(ellipse at top,#0f172a,#020617,#000);position:relative;overflow-x:hidden}:root.theme-light .all-categories-premium{background:linear-gradient(#faf7f2f7,#f3efe9f2),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='%23d4c5a9' stroke-width='0.6' opacity='0.15'%3E%3Cpath d='M100 50h400v300h-400z'/%3E%3Cpath d='M120 70h360M120 90h340M120 110h380M120 130h320M120 150h360'/%3E%3Cpath d='M150 70v280M200 70v280M250 70v280M300 70v280M350 70v280M400 70v280M450 70v280'/%3E%3C/g%3E%3Cg fill='%23c2255c' opacity='0.08'%3E%3Cpath d='M150 100l10-5l10 5l-10 15z'/%3E%3Cpath d='M350 150l8-4l8 4l-8 12z'/%3E%3Cpath d='M250 200l12-6l12 6l-12 18z'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(ellipse at top,#faf7f2,#f3efe9,#efeae3);background-size:100% 100%,300px 200px,100% 100%;background-repeat:no-repeat,repeat,no-repeat;position:relative}:root.theme-light .all-categories-premium:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23a61e4d' opacity='0.06'%3E%3Ccircle cx='25' cy='25' r='1'/%3E%3Ccircle cx='75' cy='25' r='0.8'/%3E%3Ccircle cx='25' cy='75' r='1.2'/%3E%3Ccircle cx='75' cy='75' r='0.9'/%3E%3Cpath d='M50 10l3 6l6 1l-4.5 4l1 6l-5.5-3l-5.5 3l1-6l-4.5-4l6-1z'/%3E%3C/g%3E%3C/svg%3E");background-size:80px 80px;background-repeat:repeat;opacity:.3;pointer-events:none;z-index:1}:root.theme-light .all-categories-title{color:#0f172a}:root.theme-light .all-categories-subtitle{color:#475569}:root.theme-light .category-group-card{background:#fff;border:1px solid #e5e7eb}:root.theme-light .category-group-description{color:#475569}:root.theme-light .category-group-count{color:var(--accent-primary);border-color:#e5e7eb;background:#eff6ff}:root.theme-light .category-group-children{color:#059669;border-color:#e5e7eb;background:#ecfdf5}:root.theme-light .all-categories-stat-item{background:#fff;border:1px solid #e5e7eb}:root.theme-light .all-categories-stat-number{color:var(--accent-primary)}:root.theme-light .all-categories-stat-label{color:#64748b}.all-categories-premium:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.08) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(16,185,129,.06) 0%,transparent 50%);animation:floatingOrbs 25s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes floatingOrbs{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-30px,-40px) rotate(120deg)}66%{transform:translate(40px,-30px) rotate(240deg)}}.all-categories-container{max-width:1320px;margin:0 auto;padding:96px 24px 80px;position:relative;z-index:2}.all-categories-header{text-align:center;margin-bottom:48px}.all-categories-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:200;color:#fff;margin-bottom:16px;line-height:1.2;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.5)}.all-categories-subtitle{font-size:18px;color:#d1d5db;max-width:700px;margin:0 auto;font-weight:300;line-height:1.6;opacity:.9}.all-categories-controls{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:32px;align-items:start}@media (max-width: 768px){.all-categories-controls{gap:12px}}.all-categories-search-container{position:relative}.all-categories-search-input{width:100%;padding:16px 20px 16px 52px;background:var(--bg);border:1px solid var(--border);border-radius:16px;color:var(--text);font-size:16px;transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.all-categories-search-input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a,var(--shadow)}.all-categories-search-input::-moz-placeholder{color:var(--text-muted)}.all-categories-search-input::placeholder{color:var(--text-muted)}.all-categories-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--text-muted);pointer-events:none}:root.theme-light .all-categories-search-input{background:#fff;border:1px solid #e5e7eb;color:#0f172a;box-shadow:0 4px 12px #0206170a}:root.theme-light .all-categories-search-input:focus{background:#fff;border-color:var(--accent-primary);box-shadow:0 0 0 3px #8a15381f}:root.theme-light .all-categories-search-input::-moz-placeholder{color:#94a3b8}:root.theme-light .all-categories-search-input::placeholder{color:#94a3b8}:root.theme-light .all-categories-search-icon{color:#94a3b8}.stats-section{margin-bottom:50px}.all-categories-stats{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.all-categories-stats{justify-content:center}}.all-categories-stat-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;min-width:84px;box-shadow:0 2px 10px #00000014}.all-categories-stat-number{font-size:20px;font-weight:600;color:#60a5fa;display:block;line-height:1.2}.all-categories-stat-label{font-size:12px;color:#9ca3af;font-weight:500;margin-top:4px;display:block}.all-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:24px;margin-bottom:64px}@media (max-width: 768px){.all-categories-grid{grid-template-columns:1fr;gap:20px}}.category-group-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000024}.category-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.category-meta .article-count{color:#9ca3af;font-size:13px;font-weight:500}.category-meta .arrow-icon{width:16px;height:16px;color:#60a5fa;opacity:.8}.category-group-card:hover .category-meta .arrow-icon{transform:translate(2px);opacity:1}.category-group-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));opacity:.5;transition:opacity .25s ease}.category-group-card:hover{transform:translateY(-2px);border-color:#8a153840;box-shadow:0 10px 28px #8a15381f;background:#ffffff0d}.category-group-card:hover:before{opacity:.8}.category-group-header{margin-bottom:20px}.category-group-title{width:100%;background:none;border:none;color:#fff;text-align:left;padding:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;transition:all .3s ease}.category-group-title h2{font-size:24px;font-weight:400;margin:0;color:#fff;line-height:1.3}.category-group-title svg{color:#60a5fa;transition:all .3s ease;opacity:.7}.category-group-title:hover svg{opacity:1;transform:translate(4px)}.category-group-description{color:#d1d5db;font-size:14px;line-height:1.5;margin-bottom:16px;opacity:.9}.category-group-description{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-group-meta{display:flex;gap:16px;flex-wrap:wrap}.category-group-count,.category-group-children{font-size:12px;color:#9ca3af;font-weight:500;padding:4px 8px;background:#ffffff0d;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.category-group-count{color:#60a5fa}.category-group-children{color:#10b981}.category-group-children-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-top:16px}.category-child-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px;cursor:pointer;transition:all .3s ease;text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:4px;text-decoration:none}.category-child-card:hover{background:#ffffff14;border-color:#3b82f659;transform:translateY(-1px);box-shadow:0 3px 12px #3b82f61f}.category-child-name{color:#fff;font-size:13px;font-weight:500;line-height:1.3}.category-group-card a,.category-group-card a:hover,.category-child-card a,.category-child-card a:hover{text-decoration:none}.category-child-count{color:#60a5fa;font-size:11px;font-weight:600}.category-child-more{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:10px;padding:12px;cursor:pointer;transition:all .3s ease;color:#60a5fa;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}.category-child-more:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-2px);color:#93c5fd}.all-categories-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 0}.all-categories-loading-spinner{width:48px;height:48px;border:4px solid rgba(138,21,56,.2);border-top:4px solid var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:24px}.all-categories-loading-text{color:#d1d5db;font-size:18px;font-weight:500}.all-categories-error{text-align:center;padding:120px 0}.all-categories-error-title{font-size:32px;font-weight:500;color:#ef4444;margin-bottom:16px}.all-categories-error-message{font-size:18px;color:#d1d5db;margin-bottom:32px}.all-categories-empty-state{text-align:center;padding:80px 0}.all-categories-empty-icon{width:64px;height:64px;color:#6b7280;margin:0 auto 24px}.all-categories-empty-title{font-size:24px;font-weight:500;color:#fff;margin-bottom:16px}.all-categories-empty-message{color:#9ca3af;font-size:16px;margin-bottom:24px}.all-categories-nav-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;box-shadow:0 4px 16px #0000001a}.all-categories-nav-button:hover{background:#ffffff26;border-color:#60a5fa80;transform:translateY(-2px);box-shadow:0 8px 24px #60a5fa33;color:#fff;text-decoration:none}.all-categories-nav-button.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;box-shadow:0 4px 20px #3b82f64d}.all-categories-nav-button.primary:hover{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));transform:translateY(-2px);box-shadow:0 8px 32px #3b82f666}.all-categories-footer{margin-top:64px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.all-categories-quick-links h3{color:#fff;font-size:24px;font-weight:400;margin-bottom:24px;text-align:center}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.quick-link-card{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;text-decoration:none;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000001a}.quick-link-card:hover{background:#ffffff14;border-color:#3b82f680;transform:translateY(-4px);box-shadow:0 8px 32px #3b82f626;color:#fff;text-decoration:none}.quick-link-card svg{color:#60a5fa;flex-shrink:0}.quick-link-card h4{font-size:18px;font-weight:500;margin:0 0 4px;color:#fff}.quick-link-card p{font-size:14px;color:#d1d5db;margin:0;opacity:.9}.category-group-card{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.all-categories-container{padding:100px 16px 60px}.category-group-card{padding:20px}.category-group-children-grid{grid-template-columns:1fr 1fr}.quick-links-grid{grid-template-columns:1fr}.all-categories-stats{gap:12px}.all-categories-stat-item{min-width:70px;padding:10px 16px}}@media (max-width: 480px){.all-categories-grid{grid-template-columns:1fr}.category-group-meta{flex-direction:column;gap:8px}}@media print{.all-categories-premium{background:#fff;color:#000}.all-categories-nav-button,.all-categories-search-container{display:none}.category-group-card{background:transparent;border:1px solid #ccc;box-shadow:none;page-break-inside:avoid}}.category-professional{min-height:100vh;padding-top:96px;padding-bottom:48px;background:linear-gradient(180deg,#000,#0a0a0a,#000)}.category-container{max-width:1320px;margin:0 auto;padding:0 24px}:root.theme-light .category-professional{background:linear-gradient(#faf7f2fa,#f3efe9f5),radial-gradient(ellipse at top,#faf7f2,#f3efe9,#efeae3);background-size:100% 100%,100% 100%;background-repeat:no-repeat,no-repeat;position:relative}:root.theme-light .category-container{position:relative;z-index:2}:root.theme-light .category-title,:root.theme-light .child-categories-title,:root.theme-light .category-post-title,:root.theme-light .category-empty-title{color:#0f172a}:root.theme-light .category-description,:root.theme-light .child-category-description,:root.theme-light .category-post-excerpt{color:#475569}:root.theme-light .category-breadcrumb{background:#fff;border:1px solid #e5e7eb}:root.theme-light .category-breadcrumb-list,:root.theme-light .category-post-meta,:root.theme-light .category-empty-message,:root.theme-light .category-loading-text,:root.theme-light .category-error-message{color:#6b7280}:root.theme-light .category-breadcrumb-current{color:#0f172a}:root.theme-light .category-breadcrumb-link{color:var(--accent-primary)}:root.theme-light .category-breadcrumb-link:hover{color:var(--accent-hover);background:#8a15381a}:root.theme-light .category-search-input{background:#fff;border:1px solid #e5e7eb;color:#0f172a}:root.theme-light .category-search-input::-moz-placeholder{color:#94a3b8}:root.theme-light .category-search-input::placeholder{color:#94a3b8}:root.theme-light .category-search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #2563eb1a;background:#fff}:root.theme-light .category-search-icon{color:#94a3b8}:root.theme-light .category-stat-item{background:#fff;border:1px solid #e5e7eb}:root.theme-light .category-stat-number{color:var(--accent-primary)}:root.theme-light .category-stat-label{color:#6b7280}:root.theme-light .child-category-card{background:#fff;border:1px solid #e5e7eb}:root.theme-light .child-category-name{color:#0f172a}:root.theme-light .child-category-description{color:#475569}:root.theme-light .child-category-count{color:var(--accent-primary)}:root.theme-light .category-post-card{background:#fff;border:1px solid #e5e7eb}:root.theme-light .category-post-category{background:#8a153814;color:var(--accent-primary);border:1px solid rgba(138,21,56,.15)}:root.theme-light .category-post-title{color:#0f172a}:root.theme-light .category-post-excerpt{color:#475569}:root.theme-light .category-post-meta{border-top:1px solid #e5e7eb}:root.theme-light .category-post-read-more{color:var(--accent-primary)}:root.theme-light .category-post-read-more:hover{color:#1d4ed8}:root.theme-light .category-load-more-button{background:#fff;border:1px solid #e5e7eb;color:#0f172a}.category-header{text-align:center;margin-bottom:48px}.category-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#fff;margin-bottom:16px;line-height:1.2}.category-description{font-size:18px;color:#d1d5db;max-width:600px;margin:0 auto 32px;font-weight:400;line-height:1.6}.category-breadcrumb{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 20px;margin-bottom:32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.category-breadcrumb-list{display:flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af;margin:0;padding:0;list-style:none}.category-breadcrumb-item{display:flex;align-items:center;gap:8px}.category-breadcrumb-link{color:var(--accent-light);text-decoration:none;padding:4px 8px;border-radius:6px;transition:all .3s ease;font-weight:500}.category-breadcrumb-link:hover{color:#93c5fd;background:#60a5fa1a}.category-breadcrumb-current{color:#fff;font-weight:500}.category-breadcrumb-separator{color:#6b7280}.category-controls{display:grid;grid-template-columns:1fr auto;gap:24px;margin-bottom:48px;align-items:end}@media (max-width: 768px){.category-controls{grid-template-columns:1fr}}.category-search-container{position:relative}.category-search-input{width:100%;padding:16px 20px 16px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.category-search-input:focus{outline:none;border-color:var(--accent-secondary);background:#ffffff1a;box-shadow:0 0 0 3px #8a15381a}.category-search-input::-moz-placeholder{color:#ffffff80}.category-search-input::placeholder{color:#ffffff80}.category-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.category-stats{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.category-stat-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.category-stat-number{font-size:18px;font-weight:600;color:var(--accent-light);display:block}.category-stat-label{font-size:12px;color:#9ca3af;font-weight:500}.child-categories-section{margin-bottom:48px}.child-categories-title{font-size:24px;font-weight:400;color:#fff;margin-bottom:24px;text-align:center}.child-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:32px}.child-category-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-decoration:none;color:inherit}.child-category-card:hover{transform:translateY(-2px);border-color:#3b82f659;box-shadow:0 8px 24px #3b82f61f;text-decoration:none;color:inherit}.child-category-name{font-size:18px;font-weight:500;color:#fff;margin-bottom:8px}.child-category-description{font-size:14px;color:#d1d5db;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.child-category-count{font-size:12px;color:var(--accent-light);font-weight:500}.category-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-bottom:48px}@media (max-width: 768px){.category-posts-grid{grid-template-columns:1fr;gap:20px}}.category-post-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.category-post-card:hover{transform:translateY(-2px);border-color:#3b82f659;box-shadow:0 8px 24px #3b82f61f}.child-category-card a,.child-category-card a:hover,.category-post-card a,.category-post-card a:hover{text-decoration:none}.category-post-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));opacity:0;transition:opacity .3s ease}.category-post-card:hover:before{opacity:1}.category-post-category{display:inline-block;padding:4px 12px;background:#8a153833;color:var(--accent-light);font-size:12px;border-radius:50px;margin-bottom:12px;border:1px solid rgba(138,21,56,.3);font-weight:500}.category-post-title{font-size:20px;font-weight:500;color:#fff;margin-bottom:12px;line-height:1.3}.category-post-excerpt{color:#d1d5db;font-size:14px;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-post-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9ca3af;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.category-post-date{font-weight:500}.category-post-read-more{color:var(--accent-light);font-weight:500;text-decoration:none;transition:color .3s ease}.category-post-read-more:hover{color:var(--accent-secondary)}.category-load-more-container{text-align:center;margin-top:32px}.category-load-more-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.category-load-more-button:hover{background:#fff3;transform:translateY(-2px)}.category-load-more-button:disabled{opacity:.5;cursor:not-allowed}.category-loading-container{display:flex;justify-content:center;align-items:center;padding:80px 0}.category-loading-spinner{width:40px;height:40px;border:3px solid rgba(138,21,56,.2);border-top:3px solid var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}.category-loading-text{color:#d1d5db;margin-left:16px;font-size:16px}.category-error-container{text-align:center;padding:80px 0;color:#ef4444}.category-error-title{font-size:24px;font-weight:500;margin-bottom:16px}.category-error-message{font-size:16px;color:#d1d5db;margin-bottom:24px}.category-error-button{display:inline-flex;align-items:center;padding:12px 24px;background:#ef4444;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.category-error-button:hover{background:#dc2626;transform:translateY(-2px)}.category-empty-state{text-align:center;padding:80px 0}.category-empty-icon{width:64px;height:64px;color:#6b7280;margin:0 auto 24px}.category-empty-title{font-size:24px;font-weight:500;color:#fff;margin-bottom:16px}.category-empty-message{color:#9ca3af;font-size:16px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-posts-grid .category-post-card,.child-categories-grid .child-category-card{animation:fadeIn .5s ease-out}@media (max-width: 768px){.category-professional{padding-top:72px}.category-container{padding:0 16px}.category-title{font-size:2.5rem}.category-controls{gap:16px}.category-stats{justify-content:center}.category-post-card{padding:20px}.child-categories-grid{grid-template-columns:1fr}}@media (max-width: 640px){.category-posts-grid,.category-controls{grid-template-columns:1fr}}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.inline{display:inline}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.text-center{text-align:center}:root.theme-light{--bg:#faf7f2;--bg-secondary:#f3efe9;--text:#0f172a;--text-secondary:#334155;--accent-primary:#8a1538;--accent-secondary:#a61e4d;--accent-light:#c2255c;--accent-hover:#7a1230;--glass-bg:#ffffffb3;--glass-blur:16px;--glass-border:1px solid #00000014;--text-strong:var(--text);--text-medium:var(--text-secondary);--text-subtle:#64748b}:root.theme-dark{--bg:#000;--bg-secondary:#0b0b0b;--text:#fff;--text-secondary:#ffffffd9;--accent-primary:#c2255c;--accent-secondary:#a61e4d;--accent-light:#d946b5;--accent-hover:#8a1538;--glass-bg:#ffffff0d;--glass-blur:20px;--glass-border:1px solid #ffffff1a;--text-strong:var(--text);--text-medium:#fffc;--text-subtle:#fff9}.app{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;display:flex}.main-content{flex:1;padding-top:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}*,:before,:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{color:var(--text);margin:0;font-weight:500;line-height:1.2}p{color:var(--dark-text-secondary);margin:0}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.text-primary{color:var(--dark-text-primary)}.text-secondary{color:var(--dark-text-secondary)}.text-accent{color:var(--accent-blue)}button:focus,a:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--accent-blue);outline-offset:2px}.app-footer{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border-top:var(--glass-border);color:var(--text);margin-top:auto}.footer-container{max-width:1320px;margin:0 auto;padding:0 20px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;padding:60px 0 40px;display:grid}.footer-section h4{color:var(--accent-primary);margin-bottom:20px;font-size:1.2rem;font-weight:700}.footer-section p{color:var(--text-secondary);margin-bottom:10px;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section ul li button,.footer-section ul li a{color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-size:14px}.footer-section ul li button:hover,.footer-section ul li a:hover{color:var(--accent-primary)}.footer-bottom{border-top:var(--glass-border);text-align:center;padding:30px 0}.footer-bottom p{color:var(--text-secondary);font-size:.9rem}.legal-container{max-width:1100px;margin:0 auto;padding:120px 20px 60px}.legal-header h1{color:var(--text);margin-bottom:24px;font-size:clamp(2rem,4vw,3rem);font-weight:300}.legal-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:20px}.legal-section h2{color:var(--text);margin-bottom:8px;font-size:1.25rem}.legal-section p{color:var(--text-secondary)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.loading{min-height:200px;color:var(--dark-text-secondary);justify-content:center;align-items:center;display:flex}.error{text-align:center;color:var(--accent-red);padding:40px}.error h3{margin-bottom:15px}.error p{margin-bottom:20px}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:30px;padding:40px 0 30px}.footer-container{padding:0 15px}.main-content{padding-top:0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dark-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue-light)}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--accent-blue);outline-offset:2px}*{transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
