:root{--luxury-red:#800020;--luxury-red-dark:#4a000e;--luxury-red-vibrant:#9e1020;--luxury-red-light:#fdf2f4;--luxury-red-border:#f8d3da;--gold-accent:#c5a059;--gold-champagne:#d4af37;--gold-light:#fbf7ee;--gold-border:#e8dcc2;--amber-orange:#ea580c;--emerald-green:#059669;--royal-blue:#1d4ed8;--bg-page:#fff;--text-main:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--border-slate:#e2e8f0}*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}html{background-color:var(--bg-page);color:var(--text-main);scroll-behavior:smooth;font-family:Prompt,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:#fff;min-height:100dvh;line-height:1.6}.tech-pattern{background-image:radial-gradient(#e2e8f0 1.2px,#0000 1.2px);background-size:20px 20px}h1,h2,h3,h4,h5,h6{color:#0f172a;word-break:normal;overflow-wrap:break-word;font-weight:700;line-height:1.3}p,span,a,button,input,textarea,select{word-break:normal;overflow-wrap:break-word;font-family:inherit}.news-badge{border-style:solid;border-width:1px;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.news-badge-red{color:var(--luxury-red);background-color:#fef2f2;border-color:#fecaca}.news-badge-gold{background-color:var(--gold-light);color:#8c6d2b;border-color:var(--gold-border)}.news-badge-blue{color:#1d4ed8;background-color:#eff6ff;border-color:#dbeafe}.news-badge-slate{color:#475569;background-color:#f8fafc;border-color:#e2e8f0}.mju-news-card{border:1px solid #e2e8f0;border-top:4px solid var(--luxury-red);cursor:pointer;background:#fff;border-radius:.875rem;flex-direction:column;min-height:250px;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0000000a}.mju-news-card:hover{border-color:#80002066;transform:translateY(-4px);box-shadow:0 16px 30px -6px #8000201f,0 4px 12px -2px #0000000d}.mju-news-card.is-pinned{border-top:4px solid var(--gold-accent);background:linear-gradient(#fcfbf7 0%,#fff 100%);border-left:1px solid #c5a0594d}.btn-mju-red{background:var(--luxury-red);color:#fff;cursor:pointer;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #80002040}.btn-mju-red:hover{background:var(--luxury-red-dark);transform:translateY(-1px);box-shadow:0 4px 14px #80002059}.btn-mju-outline{color:var(--luxury-red);border:1px solid var(--luxury-red-border);cursor:pointer;background:#fff;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-mju-outline:hover{background:var(--luxury-red-light);border-color:var(--luxury-red)}.modal-backdrop{-webkit-backdrop-filter:blur(6px);z-index:100;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-sheet{background:#fff;border:1px solid #e2e8f0;border-radius:1.125rem;flex-direction:column;width:100%;max-width:680px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 25px 60px -12px #0f172a40}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}svg{flex-shrink:0}@media (width<=767px){.md\:flex{display:none!important}.md\:hidden{display:flex!important}}@media (width>=768px){.md\:flex{display:flex!important}.md\:hidden{display:none!important}}@keyframes pulse-shimmer{0%,to{opacity:1}50%{opacity:.45}}.animate-pulse{animation:1.5s cubic-bezier(.4,0,.6,1) infinite pulse-shimmer}.post-link-card{color:#0f172a;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:.875rem;flex-direction:column;gap:.85rem;padding:1rem 1.125rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000008}.post-link-card:hover{border-color:var(--luxury-red);background-color:#fffbfb;transform:translateY(-1px);box-shadow:0 6px 18px #80002014}.post-link-card-body{align-items:flex-start;gap:.85rem;width:100%;display:flex}.post-link-card-icon{width:42px;height:42px;color:var(--luxury-red);background-color:#fef2f2;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.post-link-card-info{flex:1;min-width:0}.post-link-card-title{color:#0f172a;word-break:break-word;overflow-wrap:break-word;margin:0 0 .35rem;font-size:.975rem;font-weight:700;line-height:1.45}.post-link-card-url{color:#64748b;word-break:break-all;margin:0;font-size:.775rem;line-height:1.35}.post-link-card-action{color:var(--luxury-red);border:1px solid var(--luxury-red-border);box-sizing:border-box;background-color:#fdf2f4;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.6rem 1rem;font-size:.875rem;font-weight:700;transition:all .15s;display:flex}.post-link-card:hover .post-link-card-action{background-color:var(--luxury-red);color:#fff;border-color:var(--luxury-red)}@media (width>=640px){.post-link-card{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem 1.25rem}.post-link-card-body{align-items:center}.post-link-card-action{flex-shrink:0;width:auto;padding:.5rem 1rem}}.hero-banner-card{color:#fff;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;border:2px solid #fff;border-radius:1.25rem;flex-direction:column;justify-content:center;min-height:200px;padding:1.35rem 1.25rem 2.2rem;transition:background .6s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px -10px #80002038,0 8px 16px -4px #00000014}@media (width>=640px){.hero-banner-card{min-height:240px;padding:2rem 2.5rem 2.5rem}}@media (width>=768px){.hero-banner-card{height:clamp(300px,26vw,370px);min-height:300px;padding:clamp(2rem,4vw,3.25rem) clamp(2.5rem,5vw,4rem)}}.hero-slide-title{color:#fff;text-shadow:0 2px 8px #0006;margin-bottom:.45rem;font-size:1.2rem;font-weight:800;line-height:1.32}@media (width>=640px){.hero-slide-title{font-size:1.5rem}}@media (width>=768px){.hero-slide-title{margin-bottom:.75rem;font-size:clamp(1.65rem,3.4vw,2.5rem)}}.hero-slide-subtitle{color:#fdfbf7f2;text-shadow:0 1px 4px #0000004d;margin-bottom:.85rem;font-size:.825rem;font-weight:300;line-height:1.5}@media (width>=640px){.hero-slide-subtitle{margin-bottom:1rem;font-size:.95rem}}@media (width>=768px){.hero-slide-subtitle{margin-bottom:1.25rem;font-size:clamp(.95rem,1.4vw,1.125rem);line-height:1.6}}.hero-nav-arrow{display:none!important}@media (width>=768px){.hero-nav-arrow{display:flex!important}}.hero-dots-container{z-index:10;align-items:center;gap:.45rem;display:flex;position:absolute;bottom:.65rem;left:50%;transform:translate(-50%)}@media (width>=768px){.hero-dots-container{bottom:1.15rem;left:auto;right:2.5rem;transform:none}}.admin-layout-container{align-items:flex-start;gap:1.5rem;max-width:1440px;margin:0 auto;display:flex}.admin-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;flex-shrink:0;width:270px;max-height:calc(100vh - 3rem);padding:1.25rem .875rem;display:flex;position:sticky;top:1.5rem;overflow-y:auto;box-shadow:0 4px 16px -2px #0f172a0d}.admin-nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-left-width:3.5px;border-radius:.625rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-bottom:.35rem;padding:.75rem .875rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.admin-nav-item:hover{color:#0f172a;background:#f8fafc}.admin-nav-item.active{color:var(--luxury-red);border-left:3.5px solid var(--luxury-red);background:#fdf2f4;border-color:#f8d3da;font-weight:700}.admin-nav-badge{color:#475569;background:#f1f5f9;border-radius:9999px;flex-shrink:0;padding:.15rem .5rem;font-size:.7rem;font-weight:700;transition:all .2s}.admin-nav-item.active .admin-nav-badge{background:var(--luxury-red);color:#fff}.admin-workspace{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex:1;min-width:0;padding:2rem;box-shadow:0 4px 16px -2px #0f172a0d}.admin-mobile-topbar{display:none}@media (width<=1023px){.admin-layout-container{flex-direction:column;gap:1rem}.admin-sidebar-desktop{display:none!important}.admin-mobile-topbar{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;padding:.75rem 1rem;display:flex;box-shadow:0 2px 6px #00000008}.admin-workspace{border-radius:.875rem;padding:1.25rem}}
