@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";.preloader{position:fixed;inset:0;background:#0d1b2a;display:flex;justify-content:center;align-items:center;z-index:99999;transition:opacity 1s ease,visibility 1s ease}.preloader-logo{width:150px;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%{transform:scale(1);filter:drop-shadow(0 0 5px #ffffff)}50%{transform:scale(1.1);filter:drop-shadow(0 0 25px #f4a261)}to{transform:scale(1);filter:drop-shadow(0 0 5px #ffffff)}}.fade-out{opacity:0;visibility:hidden}.header-container{position:relative;width:100%;height:420px;overflow:hidden;margin-top:90px;z-index:1}.slider-container{position:absolute;inset:0;z-index:1}.slide-image{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease}.slide-image.active{opacity:1}.dark-overlay{position:absolute;inset:0;background:#0006}.header-content{position:relative;z-index:2;height:100%}.header-tagline{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);text-align:center;width:90%;z-index:2}.vintage-line{font-family:Old English Text MT,Georgia,serif;font-size:42px;margin:6px 0;color:#000;-webkit-text-stroke:.6px #f5e342;text-shadow:2px 2px 0 #1a1208,4px 4px 8px rgba(0,0,0,.8)}.vintage-line span{color:#b68a3c;margin:0 15px}.ornament{margin-top:10px;font-size:22px;letter-spacing:8px;color:#2c1e02;text-shadow:2px 2px 4px black}.search-overlay{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;gap:10px;background:#fffffff2;padding:12px 20px;border-radius:40px;border:1px solid #2b2317;box-shadow:0 4px 20px #0000004d;z-index:2}.search-input{border:none;outline:none;padding:10px 15px;width:380px;font-size:18px;border-radius:30px}.search-btn{border:none;padding:10px 20px;background-color:#8c6b3f;color:#fff;border-radius:30px;cursor:pointer;transition:.3s ease}.search-btn:hover{background-color:#6e5230}.header-right{position:absolute;right:3%;bottom:-20px;width:300px;z-index:2}.header-right img{width:100%;border-radius:50%;border:3px solid #271b0b}body.modal-open .header-container{opacity:.3;filter:blur(3px);pointer-events:none;transition:all .3s ease}.auth-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:99999}.auth-overlay .login-panel{position:relative;z-index:100000;background:#fff;border-radius:20px;padding:30px;width:450px;max-width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0006}.close-btn{position:absolute;top:30px;right:30px;font-size:32px;background:#fff;border:none;cursor:pointer;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:100001;color:#333;box-shadow:0 4px 15px #0000004d;transition:all .3s ease}.close-btn:hover{background:#8c6b3f;color:#fff;transform:rotate(90deg)}.login-panel h2{text-align:center;color:#2c1e02;margin-bottom:20px;font-family:Old English Text MT,Georgia,serif;font-size:28px}.login-panel input{width:100%;padding:12px 15px;margin:10px 0;border:1px solid #ddd;border-radius:8px;font-size:16px}.login-panel button[type=submit]{width:100%;padding:12px;background-color:#8c6b3f;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin:15px 0;transition:background .3s ease}.login-panel button[type=submit]:hover{background-color:#6e5230}.login-panel .switch-mode{text-align:center;color:#666;cursor:pointer;margin-top:15px}.login-panel .switch-mode:hover{color:#8c6b3f;text-decoration:underline}@media(max-width:992px){.header-container{height:480px}.header-right{position:absolute;width:180px;right:2%;bottom:-10px}.header-tagline{top:25%}.vintage-line{font-size:32px}.search-overlay{top:65%;width:70%;max-width:600px}.search-input{width:100%}}@media(max-width:768px){.header-container{height:500px;margin-top:70px}.vintage-line{font-size:26px}.ornament{font-size:18px;letter-spacing:4px}.search-overlay{width:80%;padding:10px 15px}.search-input{font-size:16px;padding:8px 12px}.search-btn{padding:8px 16px;font-size:14px}.header-right{width:150px}.close-btn{top:20px;right:20px;width:40px;height:40px;font-size:28px}.auth-overlay .login-panel{padding:20px}}@media(max-width:600px){.header-container{height:550px}.header-tagline{top:20%}.vintage-line{font-size:20px;-webkit-text-stroke:.4px #f5e342}.vintage-line span{margin:0 8px}.ornament{font-size:16px;letter-spacing:3px}.search-overlay{flex-direction:column;width:90%;top:60%;padding:15px;gap:12px}.search-input{width:100%;padding:12px 15px;font-size:16px}.search-btn{width:100%;padding:12px;font-size:16px}.header-right{width:120px;bottom:0}.login-panel h2{font-size:24px}.login-panel input{padding:10px;font-size:14px}}@media(max-width:400px){.header-container{height:520px}.vintage-line{font-size:18px}.ornament{font-size:14px;letter-spacing:2px}.header-right{width:100px}.search-overlay{padding:12px}.search-input{padding:10px 12px;font-size:14px}.search-btn{padding:10px;font-size:14px}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-box{background:linear-gradient(135deg,#e5e7e7,#ecf5f0);border-radius:24px;padding:40px;width:90%;max-width:380px;position:relative;box-shadow:0 20px 60px #0003}.modal-box h2{color:#333;font-size:28px;font-weight:600;margin:0 0 32px;text-align:left}.modal-box input{width:100%;padding:14px 0;margin-bottom:24px;border:none;border-bottom:1px solid #e0e0e0;font-size:16px;transition:border-color .2s ease;background:transparent;outline:none;box-sizing:border-box}.modal-box input:focus{border-bottom-color:#667eea}.modal-box input::placeholder{color:#999;font-size:15px}.primary-btn{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s ease;margin:16px 0 12px}.primary-btn:hover{background:#5a67d8}.close-bottom-btn{width:auto;padding:8px 16px;background:transparent;color:#999;border:1px solid #e0e0e0;border-radius:20px;font-size:13px;font-weight:400;cursor:pointer;transition:all .2s ease;display:inline-block;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:4px}.close-bottom-btn:hover{background:#f5f5f5;color:#666;border-color:#ccc}.error-text{color:#010500;font-size:18px;margin-top:16px;text-align:center}@media(max-width:480px){.modal-box{padding:32px 24px;width:90%}.modal-box h2{font-size:24px;margin-bottom:28px}.close-bottom-btn{padding:6px 14px;font-size:12px}}.modal-box input:disabled{opacity:.6;cursor:not-allowed;border-bottom-color:#e0e0e0}.primary-btn.loading{background:#a0aec0;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:10px}.primary-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;display:inline-block}.message-text{font-size:14px;margin-top:16px;text-align:center;padding:10px;border-radius:6px;animation:slideIn .3s ease}.message-text.success{color:#2f855a;background:#f0fff4;border:1px solid #c6f6d5}.message-text.error{color:#16af08;background:#fff5f5;border:1px solid #fed7d7}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.primary-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media(max-width:480px){.spinner{width:16px;height:16px}.message-text{font-size:13px;padding:8px}}.notice-overlay{position:fixed;inset:0;background:#0d1b2ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999}.notice-container{background:#fffaf0;width:90%;max-width:700px;max-height:80vh;overflow-y:auto;padding:40px;border-radius:10px;box-shadow:0 20px 50px #0006;position:relative;animation:fadeIn .4s ease}.notice-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:20px;cursor:pointer}.notice-header h1{font-size:26px;margin-bottom:5px}.notice-date{font-size:14px;color:#555}.notice-body{margin-top:20px;line-height:1.6;font-size:16px}.notice-link{display:inline-block;margin-top:20px;padding:8px 14px;background:#1b263b;color:#fff;text-decoration:none;border-radius:4px;transition:.3s}.notice-link:hover{background:#415a77}.notice-loading,.notice-empty{text-align:center;font-size:16px;padding:30px 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.notice-container{padding:25px}.notice-header h1{font-size:20px}}.about-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.about-modal{background:#fff;width:90%;max-width:600px;padding:30px;border-radius:12px;position:relative;box-shadow:0 10px 30px #0000004d;animation:slideDown .3s ease-in-out}.close-btn{position:absolute;top:15px;right:20px;font-size:24px;border:none;background:none;cursor:pointer;color:#333;transition:.2s}.about-modal h2{margin-bottom:15px;color:#f39c12;text-align:center}.about-modal p{margin-bottom:12px;line-height:1.6;color:#444}.about-footer{margin-top:20px;text-align:center;font-size:14px;color:#888}.contact-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.contact-modal{background:#fff;width:90%;max-width:500px;padding:30px;border-radius:12px;position:relative;box-shadow:0 10px 30px #0000004d;animation:slideDown .3s ease-in-out}.close-btn{position:absolute;top:15px;right:20px;font-size:24px;border:none;background:none;cursor:pointer;color:#333}.close-btn:hover{color:#ff4d4d}.contact-modal h2{text-align:center;margin-bottom:20px;color:#f39c12}.contact-modal input,.contact-modal textarea{width:100%;padding:10px;margin-bottom:15px;border-radius:6px;border:1px solid #ccc;font-size:14px;outline:none}.contact-modal input:focus,.contact-modal textarea:focus{border-color:#f39c12}.send-btn{width:100%;padding:10px;border:none;background:#f39c12;color:#fff;font-weight:700;border-radius:6px;cursor:pointer;transition:.3s}.send-btn:hover{background:#e67e22}.contact-footer{margin-top:15px;text-align:center;font-size:13px;color:#777}@keyframes slideDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.voa-navbar{position:fixed;top:0;left:0;width:100%;height:90px;display:flex;justify-content:space-between;align-items:center;padding:0 40px;background:linear-gradient(135deg,#2c3e50,#3498db,#2980b9);box-shadow:0 4px 20px #0003;z-index:1000;transition:all .3s ease}.voa-navbar.scrolled{height:65px;background:linear-gradient(135deg,#243b4a,#2c7cb0,#21618c);box-shadow:0 2px 15px #0000004d}.navbar-spacer{height:90px;transition:height .3s ease}.navbar-spacer.scrolled{height:65px}.nav-left{display:flex;align-items:center;gap:15px}.nav-logo-container{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.voa-navbar.scrolled .nav-logo-container{width:45px;height:45px}.nav-logo-container .logo-glow-ring{position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#fffc,#fff0 70%);filter:blur(8px);animation:glowPulse 3s ease-in-out infinite}.nav-logo-container .logo-pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.5);animation:pulseRing 2.5s ease-out infinite}.nav-logo-container .logo-energy-field{position:absolute;width:150%;height:150%;opacity:.7}.nav-logo-container .logo-energy-line{position:absolute;top:0;left:50%;width:1px;height:100%;background:linear-gradient(to bottom,transparent,rgba(255,215,0,.8),transparent);transform-origin:center;animation:energyRotate 10s linear infinite}.nav-logo-container .logo-circles{position:absolute;width:85%;height:85%;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #fff6,inset 0 0 10px #ffffff4d;border:1px solid rgba(255,255,255,.4);transition:all .3s ease}.nav-logo-container .logo-inner-circle{width:75%;height:75%;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 0 15px #ffffff80}.nav-logo-image{width:70%;height:auto;object-fit:contain;transition:transform .3s ease}.nav-logo-image:hover{transform:scale(1.1)}.nav-logo-container .logo-pulse-shine-ring{position:absolute;width:100%;height:100%}.nav-logo-container .pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid transparent;border-top-color:#ffd700e6;border-right-color:#ffffff80;animation:pulseRotate 2s linear infinite}.nav-logo-container .ring-1{width:110%;height:110%}.nav-logo-container .ring-2{width:120%;height:120%;animation-delay:-.5s;opacity:.7}.nav-logo-container .ring-3{width:130%;height:130%;animation-delay:-1s;opacity:.4}.nav-title{display:flex;flex-direction:column;line-height:1.2}.main-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.2);transition:all .3s ease}.voa-navbar.scrolled .main-title{font-size:20px}.sub-title{font-size:14px;color:#ffffffe6;margin:0;font-weight:400;letter-spacing:2px;text-transform:uppercase;transition:all .3s ease}.voa-navbar.scrolled .sub-title{font-size:12px;letter-spacing:1px}.nav-right{display:flex;align-items:center;gap:12px}.desktop-nav{display:flex}.nav-btn{display:flex;align-items:center;gap:8px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:30px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;white-space:nowrap}.voa-navbar.scrolled .nav-btn{padding:6px 14px;font-size:13px}.nav-btn:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 10px #0003}.btn-icon{font-size:16px}.admin-btn{background:linear-gradient(135deg,#e67e22,#d35400);border:none;font-weight:600}.admin-btn:hover{background:linear-gradient(135deg,#f39c12,#e67e22)}.fullscreen-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.3)}.mobile-menu-btn{display:none}.mobile-menu-btn button{background:transparent;border:none;color:#fff;font-size:24px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.mobile-menu-btn button:hover{transform:scale(1.1)}.mobile-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:linear-gradient(135deg,#2c3e50,#2980b9);padding:20px;flex-direction:column;gap:12px;box-shadow:0 10px 20px #0003;transform:translateY(-20px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-btn{display:flex;align-items:center;gap:15px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:15px 20px;border-radius:10px;cursor:pointer;font-size:16px;font-weight:500;width:100%;text-align:left;transition:all .3s ease}.mobile-nav-btn:hover{background:#fff3;transform:translate(5px)}.mobile-nav-btn .btn-icon{font-size:20px}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes pulseRing{0%{transform:scale(1);opacity:.8}to{transform:scale(1.5);opacity:0}}@keyframes energyRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media(max-width:1024px){.voa-navbar{padding:0 30px}.nav-btn span{font-size:13px}.nav-btn{padding:8px 12px}}@media(max-width:768px){.voa-navbar{padding:0 20px}.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex}.main-title{font-size:20px}.voa-navbar.scrolled .main-title{font-size:18px}.sub-title{font-size:12px}.voa-navbar.scrolled .sub-title{font-size:10px}.nav-logo-container{width:50px;height:50px}.voa-navbar.scrolled .nav-logo-container{width:40px;height:40px}}@media(max-width:480px){.nav-left{gap:10px}.main-title{font-size:18px}.voa-navbar.scrolled .main-title{font-size:16px}.sub-title{font-size:10px;letter-spacing:1px}.nav-logo-container{width:45px;height:45px}.mobile-nav-btn{padding:12px 15px;font-size:14px}.mobile-nav-btn .btn-icon{font-size:18px}}@media(max-width:360px){.main-title{font-size:16px}.sub-title{font-size:9px}.nav-logo-container{width:40px;height:40px}}.official-footer{background:linear-gradient(135deg,#2c3e50,#3498db,#2980b9);color:#fff;padding:25px 0 15px;width:100%}.footer-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-col{flex:1;display:flex;align-items:center}.footer-left{justify-content:flex-start}.footer-center{justify-content:center}.footer-right{justify-content:flex-end;flex-direction:column;text-align:right}.footer-title{font-size:20px;font-weight:600;margin:0;letter-spacing:1px}.footer-right span{font-size:12px;letter-spacing:1px;color:#b0c4de}.footer-right div{font-size:16px;font-weight:600;color:#f39c12}.newsletter-form{display:flex;gap:8px;max-width:350px;width:100%}.newsletter-form input{flex:1;padding:8px 14px;border-radius:20px;border:none;font-size:13px}.newsletter-form button{padding:8px 16px;border-radius:20px;border:none;background:#e67e22;color:#fff;font-size:13px;cursor:pointer}.newsletter-form button:hover{background:#d35400}.status-msg{font-size:12px;margin-top:5px;color:#2ecc71}.copyright{margin-top:15px;text-align:center;font-size:12px;color:#b0c4de;border-top:1px solid rgba(255,255,255,.1);padding-top:10px}@media(max-width:768px){.footer-inner{flex-direction:column;gap:15px;text-align:center}.footer-left,.footer-right{justify-content:center;text-align:center}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}.about-section{display:flex;padding:80px 10%;gap:60px;align-items:center;background:linear-gradient(135deg,#fce0c9,#ffdd6c);min-height:600px;overflow:hidden}.about-image{flex:1;display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(-100px);transition:opacity .8s ease,transform .8s ease}.about-image.animate-in{opacity:1;transform:translate(0)}.about-image img{width:100%;max-width:400px;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000004d;border:4px solid rgb(0,0,0);transition:transform .3s ease,box-shadow .3s ease}.about-image img:hover{transform:scale(1.03) rotate(1deg);box-shadow:0 25px 50px #0006}.about-text{flex:1.5;opacity:0;transform:translate(100px);transition:opacity .8s ease .2s,transform .8s ease .2s}.about-text.animate-in{opacity:1;transform:translate(0)}.about-text h2{font-size:3rem;margin-bottom:20px;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.2);position:relative;display:inline-block}.about-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:gold;border-radius:2px}.about-text p{font-size:1.1rem;line-height:1.8;color:#000000f2;margin-bottom:20px;text-align:justify}.wiki-link{display:inline-block;margin-top:20px;padding:12px 30px;background:#68e416;color:#764ba2;text-decoration:none;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #0003;border:2px solid transparent}.wiki-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;background:transparent;color:#fff;border-color:#fff}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media(max-width:900px){.about-section{flex-direction:column;padding:50px 5%;text-align:center}.about-text h2:after{left:50%;transform:translate(-50%)}.about-text p{text-align:center}.about-image img{max-width:300px}.about-image,.about-text{transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.about-image.animate-in,.about-text.animate-in{transform:translateY(0)}}.about-section{animation:fadeIn 1s ease-out}.gallery-wrapper{width:100%;overflow:hidden;background:linear-gradient(135deg,#fdfcfb,#e2d1c3);padding:2rem 0}.reel-row{overflow:hidden;width:100%;margin-bottom:1rem}.reel-track{display:flex;width:max-content;animation:scroll-left 35s linear infinite}.reel-row.reverse .reel-track{animation:scroll-right 35s linear infinite}.reel-track img{height:250px;width:auto;object-fit:cover;display:block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.postcard-wrapper{position:relative;width:100%;max-width:800px;min-width:650px;margin:0;perspective:2000px;padding:0}.vintage-postcard{position:relative;width:100%;aspect-ratio:1.5/1;cursor:pointer;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;box-shadow:0 20px 30px #00000040,0 0 0 1px #b89b7b,0 0 0 4px #f4e4c1;border-radius:3px}.vintage-postcard.flipped{transform:rotateY(180deg)}.postcard-side{position:absolute;width:100%;height:100%;backface-visibility:hidden;background:#fdf8ed;background-image:linear-gradient(to right,#f0e6d2 1px,transparent 1px),linear-gradient(to bottom,#f0e6d2 1px,transparent 1px);background-size:20px 20px;padding:35px 40px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;border:1px solid #d4bc9a;scrollbar-width:thin;scrollbar-color:#b89b7b #f0e6d2}.postcard-side:hover{overflow-y:auto}.postcard-side::-webkit-scrollbar{width:6px}.postcard-side::-webkit-scrollbar-track{background:#f0e6d2;border-radius:3px}.postcard-side::-webkit-scrollbar-thumb{background:#b89b7b;border-radius:3px}.postcard-side.front{transform:rotateY(0);background:#fffaf0}.postcard-side.back{transform:rotateY(180deg);background:#fffbf5}.vintage-stamp{position:absolute;top:30px;right:35px;width:100px;height:120px;z-index:10;transform:rotate(3deg);filter:drop-shadow(2px 4px 8px rgba(0,0,0,.2))}.real-stamp{width:100%;height:100%;object-fit:contain;padding:5px;background:#fff5e6;border:1px solid #8b4513}.post-header{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;position:relative;gap:4px}.india-stamp{width:45px;height:auto;opacity:.9;margin-bottom:5px}.govt-india{font-size:14px;font-weight:700;letter-spacing:2px;color:#4a2f1a}.post-department{font-size:11px;letter-spacing:2px;color:#6b4c2b;text-transform:uppercase}.vintage-postmark{position:absolute;top:32px;right:42px;width:90px;height:90px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;z-index:20;pointer-events:none}.postmark-circle{width:86px;height:86px;border:3px double #0848d3a4;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-15deg);position:relative;z-index:2;background:#ffffff1a}.postmark-text{font-size:9px;font-weight:700;color:#0848d3a4;text-transform:uppercase}.postmark-date{font-size:9px;color:#0848d3a4;margin-top:2px}.postmark-time{font-size:10px;color:#0848d3a4;margin-top:1px}.postmark-ring{position:absolute;width:90px;height:90px;top:50%;left:50%;transform:translate(-50%,-50%);border:2px dashed #0848d3a4;border-radius:50%;opacity:.45;z-index:1}.address-section{margin-top:70px;max-width:55%;display:flex;flex-direction:column;gap:35px}.address-label{font-size:18px;font-weight:700;color:#2c1e14;text-decoration:underline;text-underline-offset:5px;font-family:Courier New,monospace}.address-handwritten{display:flex;flex-direction:column;gap:6px;margin-left:25px;position:relative}.address-line{font-size:16px;line-height:1.5;color:#2c1e14;font-family:Courier New,monospace;position:relative}.address-line:before{content:"›";position:absolute;left:-18px;color:#b89b7b;font-size:18px}.sender .address-line{color:#4a2c1a;font-style:italic}.postal-barcode{display:flex;gap:6px;margin-top:20px;position:absolute;bottom:80px;right:40px}.barcode-line{display:block;width:5px;height:40px;background:#2c1810}.barcode-line:nth-child(2){width:10px}.barcode-line:nth-child(3){width:3px}.barcode-line:nth-child(4){width:8px}.barcode-line:nth-child(5){width:4px}.barcode-line:nth-child(6){width:6px}.barcode-line:nth-child(7){width:5px}.barcode-line:nth-child(8){width:9px}.flip-hint{position:absolute;bottom:25px;right:35px;display:flex;align-items:center;gap:8px;font-size:12px;color:#8b4513;opacity:.8;transition:opacity .3s;font-family:Courier New,monospace;background:#ffffffe6;padding:6px 15px;border-radius:30px;border:1px solid #d4bc9a;z-index:30}.vintage-postcard:hover .flip-hint{opacity:1}.flip-icon{font-size:16px;animation:rotate 3s infinite}@keyframes rotate{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.message-border{position:absolute;inset:15px;pointer-events:none}.border-corner{position:absolute;width:20px;height:20px;border-color:#b89b7b;border-style:solid;border-width:0}.border-corner.top-left{top:0;left:0;border-top-width:2px;border-left-width:2px}.border-corner.top-right{top:0;right:0;border-top-width:2px;border-right-width:2px}.border-corner.bottom-left{bottom:0;left:0;border-bottom-width:2px;border-left-width:2px}.border-corner.bottom-right{bottom:0;right:0;border-bottom-width:2px;border-right-width:2px}.message-letterhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #d4bc9a}.letterhead-ornament{font-size:28px;color:#b89b7b}.letterhead-title{text-align:center}.letterhead-title h1{font-size:22px;font-weight:800;color:#2c1e14;margin:0;letter-spacing:3px;font-family:Times New Roman,serif}.letterhead-title p{font-size:12px;color:#7a5a44;margin:5px 0 0;letter-spacing:2px}.message-dateline{text-align:right;margin-bottom:25px;font-family:Courier New,monospace;font-size:13px;color:#6b4a30;border-bottom:1px dashed #d4bc9a;padding-bottom:8px}.message-salutation{margin-bottom:20px}.salutation-text{font-size:20px;font-weight:600;color:#2c1e14;font-family:Georgia,serif;font-style:italic;border-bottom:1px solid #f0e6d2;padding-bottom:8px;display:inline-block}.message-body{display:flex;flex-direction:column;gap:15px}.message-paragraph{font-size:14px;line-height:1.7;color:#3e2e23;margin:0;text-align:justify}.message-paragraph:first-of-type:first-letter{font-size:32px;font-weight:700;color:#8b4513;float:left;padding-right:6px;line-height:.9;font-family:Georgia,serif}.highlight{background:#8b45131a;padding:2px 5px;font-weight:600;color:#5e3c28}.emphasis{font-size:16px;font-weight:700;color:#8b4513}.bengali-quote-box,.sanskrit-quote-box{display:flex;align-items:center;justify-content:center;gap:15px;margin:15px 0;padding:15px;background:#c49a6c14;border-top:1px solid #e8d5b5;border-bottom:1px solid #e8d5b5}.quote-mark{font-size:40px;color:#b89b7b;font-family:Georgia,serif;line-height:1;opacity:.5}.bengali-quote,.sanskrit-quote{display:flex;flex-direction:column;align-items:center;gap:5px}.bengali{font-size:20px;font-weight:600;color:#2c1e14;font-family:Noto Sans Bengali,Arial,sans-serif}.sanskrit{font-size:20px;font-weight:600;color:#2c1e14;font-family:Noto Sans Devanagari,Arial,sans-serif}.quote-translation{font-size:12px;color:#7a5a44;font-style:italic}.quote-author{font-size:12px;color:#8b4513;font-style:italic}.access-stamp{display:flex;align-items:center;justify-content:center;gap:15px;padding:12px;border:1px solid #b89b7b;margin-top:15px}.access-text{font-size:12px;font-weight:700;letter-spacing:2px;color:#5e3c28}.message-closing{margin-top:25px;padding-top:20px;border-top:1px solid #e8d5b5}.closing-lines{display:flex;justify-content:space-between;margin-bottom:15px}.closing-phrase{font-size:15px;font-style:italic;color:#2c1e14}.signature-area{display:flex;flex-direction:column;gap:10px}.signature-line{width:220px;height:2px;background:#8b4513;opacity:.3;margin-bottom:8px}.signature-details{display:flex;flex-direction:column;gap:3px}.signature-name{font-size:22px;font-family:Brush Script MT,cursive;color:#2c1e14}.signature-title{font-size:12px;color:#7a5a44;letter-spacing:1px}.signature-org{font-size:11px;color:#8b4513;font-style:italic}.message-footer{display:flex;justify-content:space-between;margin-top:25px;padding-top:15px;border-top:1px dashed #d4bc9a;font-size:11px;color:#7a5a44;font-family:Courier New,monospace;flex-wrap:wrap;gap:10px}@media(max-width:1200px){.postcard-wrapper{max-width:700px;min-width:550px}}@media(max-width:992px){.postcard-wrapper{max-width:700px;min-width:auto;margin:0 auto}}@media(max-width:768px){.postcard-side{padding:25px 30px}.vintage-stamp{width:85px;height:105px;top:20px;right:20px}.vintage-postmark{width:80px;height:80px;top:22px;right:25px}.postmark-circle{width:76px;height:76px}.address-section{margin-top:55px;gap:25px}.address-line{font-size:15px}.letterhead-title h1{font-size:20px}}@media(max-width:576px){.postcard-wrapper{max-width:100%;width:100%}.vintage-postcard{aspect-ratio:1.4/1}.postcard-side{padding:20px}.vintage-stamp{width:70px;height:85px;top:15px;right:15px}.vintage-postmark{width:65px;height:65px;top:16px;right:18px}.postmark-circle{width:60px;height:60px}.postmark-text,.postmark-date,.postmark-time{font-size:7px}.address-section{margin-top:45px;max-width:65%}.address-label{font-size:16px}.address-line{font-size:13px}.address-line:before{left:-15px;font-size:15px}.postal-barcode{bottom:60px;right:20px}.barcode-line{height:30px;width:4px}.flip-hint{bottom:15px;right:20px;padding:4px 12px;font-size:10px}.letterhead-title h1{font-size:16px;letter-spacing:2px}.letterhead-title p{font-size:9px}.message-dateline{font-size:11px}.salutation-text{font-size:18px}.message-paragraph{font-size:12px;line-height:1.5}.bengali,.sanskrit{font-size:16px}.quote-translation,.quote-author,.access-text{font-size:10px}.signature-name{font-size:18px}.signature-line{width:160px}.message-footer{font-size:9px;gap:5px}}@media(max-width:400px){.postcard-side{padding:15px}.vintage-stamp{width:60px;height:75px}.vintage-postmark{width:55px;height:55px;right:15px}.postmark-circle{width:52px;height:52px}.address-section{margin-top:40px;max-width:70%}.address-line{font-size:12px}.letterhead-title h1{font-size:14px}.message-body{gap:10px}.bengali-quote-box,.sanskrit-quote-box{padding:8px;gap:8px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;padding-top:120px;z-index:9999}.modal-container{width:400px;background:#fff;border-radius:8px;padding:20px;position:relative;animation:fadeIn .3s ease-in-out;z-index:10000}.close-btn{position:absolute;right:10px;top:10px;border:none;background:none;font-size:18px;cursor:pointer}@keyframes fadeIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.floating-alphabets-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.floating-alphabet{position:absolute;font-family:Noto Sans Bengali,Noto Sans Devanagari,Arial,sans-serif;font-weight:900;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;will-change:transform,bottom,left;animation:sway 8s infinite ease-in-out}@keyframes sway{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;gap:40px;z-index:2}.hero-overlay{position:absolute;inset:0;z-index:1}.hero-left{flex:1;width:100%;display:flex;justify-content:center;align-items:center;z-index:2}.hero-right{flex:0 0 380px;width:100%;display:flex;justify-content:center;align-items:center;z-index:2}.hero-right .login-panel{width:100%;max-width:380px;box-shadow:0 15px 30px #0003;border:1px solid #d4bc9a;background:#fffaf0fa;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:6px}@media(max-width:992px){.hero-section{flex-direction:column;gap:30px;padding:30px 20px}.hero-left,.hero-right{width:100%}.hero-right{max-width:450px}}@media(max-width:768px){.hero-section{padding:20px 15px}.hero-right{max-width:100%}}@media(max-width:576px){.hero-section{padding:15px 10px}}.admin-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.admin-header{background:linear-gradient(135deg,#0043afab,#1649be);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:sticky;top:0;z-index:100}.admin-header h2{font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#f7fa60,#eea620);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-header button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-header button:hover{background:#ef4444;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.admin-body{display:flex;flex:1;position:relative}.admin-sidebar{width:280px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:4px 0 10px #0000000d;padding:2rem 0;transition:all .3s ease;border-right:1px solid #e2e8f0}.admin-sidebar ul{list-style:none;padding:0 1rem}.admin-sidebar li{margin-bottom:.5rem}.admin-sidebar a{display:block;padding:.875rem 1.25rem;color:#334155;text-decoration:none;font-size:1rem;font-weight:500;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}.admin-sidebar a:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);transform:scaleY(0);transition:transform .2s ease}.admin-sidebar a:hover{background:#f1f5f9;color:#1e293b;padding-left:1.75rem}.admin-sidebar a:hover:before{transform:scaleY(1)}.admin-sidebar a.active{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5;font-weight:600}.admin-sidebar a.active:before{transform:scaleY(1);background:linear-gradient(135deg,#4f46e5,#7c3aed)}.admin-content{flex:1;padding:2rem;background-color:#f8fafc;overflow-y:auto;min-height:calc(100vh - 70px)}.admin-content>*{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media screen and (max-width:1024px){.admin-sidebar{width:240px}.admin-content{padding:1.5rem}}@media screen and (max-width:768px){.admin-header{padding:.875rem 1.25rem}.admin-header h2{font-size:1.25rem}.admin-body{flex-direction:column}.admin-sidebar{width:100%;padding:1rem 0;border-right:none;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;position:sticky;top:60px;z-index:90;overflow-x:auto}.admin-sidebar ul{display:flex;padding:0 1rem;gap:.5rem;min-width:max-content}.admin-sidebar li{margin-bottom:0}.admin-sidebar a{padding:.75rem 1.25rem;white-space:nowrap;font-size:.95rem}.admin-sidebar a:before{width:100%;height:3px;top:auto;bottom:0;transform:scaleX(0)}.admin-sidebar a:hover{padding-left:1.25rem;padding-top:.75rem}.admin-sidebar a:hover:before{transform:scaleX(1)}.admin-content{padding:1.25rem}.admin-content>*{padding:1.25rem}}@media screen and (max-width:480px){.admin-header{padding:.75rem 1rem}.admin-header h2{font-size:1.1rem}.admin-header button{padding:.4rem 1rem;font-size:.875rem}.admin-sidebar a{padding:.625rem 1rem;font-size:.875rem}.admin-content{padding:1rem}.admin-content>*{padding:1rem;border-radius:12px}}@media screen and (max-width:360px){.admin-sidebar ul{flex-wrap:wrap;justify-content:center}.admin-sidebar li{flex:1 1 auto;min-width:120px}.admin-sidebar a{text-align:center}}html{scroll-behavior:smooth}.admin-content::-webkit-scrollbar{width:8px}.admin-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.admin-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#94a3b8,#64748b);border-radius:10px}.admin-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#64748b,#475569)}.admin-content>*{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--primary-soft: rgba(37, 99, 235, .1);--secondary: #64748b;--success: #10b981;--success-soft: rgba(16, 185, 129, .1);--warning: #f59e0b;--warning-soft: rgba(245, 158, 11, .1);--danger: #ef4444;--danger-soft: rgba(239, 68, 68, .1);--dark: #0f172a;--light: #f8fafc;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-colored: 0 4px 12px rgba(37, 99, 235, .15)}.add-article-container{padding:1.5rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-out}.form-card{background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--gray-200);transition:all .3s ease}.form-card:hover{box-shadow:var(--shadow-xl);border-color:var(--gray-300)}.form-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:2rem 2.5rem;color:#fff;position:relative;overflow:hidden}.form-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.025em;position:relative;display:flex;align-items:center;gap:.75rem}.form-header h2:before{content:"📝";font-size:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.subtitle{font-size:1rem;opacity:.9;position:relative;padding-left:2.75rem}.subtitle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2rem;height:2px;background:#ffffff80;border-radius:2px}.article-form{padding:2.5rem}.form-group{margin-bottom:1.75rem;animation:slideUp .5s ease-out;animation-fill-mode:both}.form-group:nth-child(1){animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}.form-group:nth-child(4){animation-delay:.4s}.form-group:nth-child(5){animation-delay:.5s}.form-group:nth-child(6){animation-delay:.6s}.form-group:nth-child(7){animation-delay:.7s}.form-group:nth-child(8){animation-delay:.8s}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem;font-size:.9375rem;text-transform:uppercase;letter-spacing:.025em}.form-group label i{color:var(--primary);font-size:1rem;width:1.25rem}.form-input{width:100%;padding:.875rem 1.25rem;border:2px solid var(--gray-200);border-radius:12px;font-size:.9375rem;color:var(--gray-900);background:#fff;transition:all .2s ease;font-family:inherit}.form-input:hover{border-color:var(--gray-300);background:var(--gray-50)}.form-input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #2563eb1a}.form-input::placeholder{color:var(--gray-400);font-size:.875rem}textarea.form-input{resize:vertical;min-height:100px;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.file-upload-area{position:relative;border:2px dashed var(--gray-300);border-radius:16px;background:var(--gray-50);transition:all .3s ease;cursor:pointer;overflow:hidden}.file-upload-area:hover:not(.disabled){border-color:var(--primary);background:var(--primary-soft);transform:translateY(-2px);box-shadow:var(--shadow-colored)}.file-upload-area.disabled{opacity:.5;cursor:not-allowed;background:var(--gray-100)}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-input:disabled{cursor:not-allowed}.file-upload-label{padding:2.5rem 1.5rem;text-align:center;pointer-events:none}.file-upload-label i{font-size:3rem;color:var(--primary);margin-bottom:1rem;display:block;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.file-upload-label p{font-weight:600;color:var(--gray-700);margin-bottom:.5rem;font-size:1.1rem}.file-upload-label span{font-size:.875rem;color:var(--gray-500);display:block}.image-error-message{margin-top:.75rem;padding:.75rem 1rem;background:var(--danger-soft);color:var(--danger);border-radius:10px;font-size:.875rem;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(239,68,68,.2);animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.image-error-message i{font-size:1rem}.image-previews{margin-top:1.5rem;animation:fadeIn .5s ease-out}.previews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.previews-title{font-weight:600;color:var(--gray-700);display:flex;align-items:center;gap:.5rem}.previews-title i{color:var(--primary)}.remaining-hint{font-size:.875rem;color:var(--success);background:var(--success-soft);padding:.25rem .75rem;border-radius:20px;font-weight:500;border:1px solid rgba(16,185,129,.2)}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.preview-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1;box-shadow:var(--shadow-md);transition:all .3s ease;border:2px solid transparent;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.preview-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-lg);border-color:var(--primary)}.preview-item img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.preview-item:hover img{transform:scale(1.1)}.remove-image{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:#ef4444e6;border:2px solid white;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:0;transform:scale(.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.preview-item:hover .remove-image{opacity:1;transform:scale(1)}.remove-image:hover{background:var(--danger);transform:scale(1.1)!important}.remove-image i{font-size:.875rem}.image-index{position:absolute;bottom:.5rem;left:.5rem;width:24px;height:24px;border-radius:50%;background:#0009;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3)}.progress-bar-container{margin:1.5rem 0;height:8px;background:var(--gray-200);border-radius:20px;overflow:hidden;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-light));border-radius:20px;transition:width .3s ease;position:relative;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.submit-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;position:relative;overflow:hidden;box-shadow:var(--shadow-colored)}.submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.submit-btn:hover:not(:disabled):before{width:300px;height:300px}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,var(--gray-400),var(--gray-500))}.submit-btn i{font-size:1.25rem;transition:all .3s ease}.submit-btn:hover:not(:disabled) i{transform:scale(1.1)}.submit-btn.submitting{background:linear-gradient(135deg,var(--gray-600),var(--gray-700));pointer-events:none}.notification{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:12px;color:#fff;font-weight:500;box-shadow:var(--shadow-lg);transform:translate(120%);transition:transform .3s ease;z-index:9999;max-width:350px;display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.notification.show{transform:translate(0)}.notification.success{background:linear-gradient(135deg,var(--success),#059669)}.notification.error{background:linear-gradient(135deg,var(--danger),#dc2626)}.notification:before{font-family:"Font Awesome 5 Free";font-weight:900;font-size:1.25rem}.notification.success:before{content:""}.notification.error:before{content:""}@media(max-width:768px){.add-article-container{padding:1rem}.form-header{padding:1.5rem}.form-header h2{font-size:1.5rem}.article-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.file-upload-label{padding:1.5rem 1rem}.file-upload-label i{font-size:2rem}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.notification{top:1rem;right:1rem;left:1rem;max-width:none}}@media(max-width:480px){.form-header h2{font-size:1.25rem}.form-header h2:before{font-size:1.5rem}.subtitle{font-size:.875rem;padding-left:2rem}.submit-btn{padding:.875rem 1.25rem;font-size:1rem}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}textarea.form-input::-webkit-scrollbar{width:8px}textarea.form-input::-webkit-scrollbar-track{background:var(--gray-100);border-radius:8px}textarea.form-input::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:8px}textarea.form-input::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.form-input:focus-visible,.file-input:focus-visible+.file-upload-label{outline:2px solid var(--primary);outline-offset:2px}@media print{.add-article-container{padding:0}.form-card{box-shadow:none;border:1px solid #000}.submit-btn,.file-upload-area,.remove-image{display:none}}@media(prefers-color-scheme:dark){.form-card{background:var(--gray-900);border-color:var(--gray-800)}.form-group label{color:var(--gray-300)}.form-input{background:var(--gray-800);border-color:var(--gray-700);color:var(--gray-100)}.form-input:hover{background:var(--gray-750)}.file-upload-area{background:var(--gray-800);border-color:var(--gray-700)}}.manage-articles{max-width:1200px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.articles-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #eaeef2}.articles-header h2{font-size:2rem;font-weight:600;color:#1a2639;margin:0;letter-spacing:-.5px}.articles-count{background:#eaeef2;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#2c3e50;font-weight:500}.loading-spinner{text-align:center;padding:3rem;color:#7f8c8d;font-size:1.1rem}.error-message{background-color:#fee;color:#c0392b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #e74c3c;font-weight:500}.empty-state{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:16px;border:2px dashed #cbd5e1}.empty-state h3{font-size:1.5rem;color:#334155;margin-bottom:.5rem}.empty-state p{color:#64748b;margin-bottom:1.5rem}.articles-list{display:flex;flex-direction:column;gap:1.5rem}.article-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e9ecef;overflow:hidden;transition:all .2s ease;display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem}.article-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#d0d9e2}.article-content{flex:1;margin-right:1.5rem}.article-title{font-size:1.25rem;font-weight:600;color:#1a2639;margin:0 0 .5rem;line-height:1.4}.article-excerpt{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.article-meta{display:flex;gap:1rem;font-size:.85rem;color:#64748b}.article-date{display:flex;align-items:center;gap:.25rem}.article-word-count{display:flex;align-items:center;gap:.25rem;padding-left:1rem;border-left:1px solid #e2e8f0}.article-actions{display:flex;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;background:transparent}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.btn-secondary:hover{background:#e2e8f0}.btn-icon-only{padding:.6rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.btn-edit:hover{color:#2563eb;border-color:#2563eb;background:#eff6ff}.edit-form{width:100%;padding:1rem;background:#f8fafc;border-radius:12px}.edit-title{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.edit-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}@media(max-width:768px){.manage-articles{padding:1rem}.articles-header{flex-direction:column;align-items:flex-start;gap:1rem}.article-card{flex-direction:column;padding:1rem}.article-content{margin-right:0;margin-bottom:1rem;width:100%}.article-actions{width:100%;justify-content:flex-end}.edit-actions{flex-direction:column}.edit-actions .btn{width:100%}.article-meta{flex-direction:column;gap:.25rem}.article-word-count{padding-left:0;border-left:none}}.manage-notices{max-width:1400px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f8fafc;min-height:100vh}.notices-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.notices-header h2{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.5px}.notices-subtitle{color:#475569;font-size:.95rem;margin:0}.notices-count{background:#e2e8f0;padding:.5rem 1.2rem;border-radius:30px;font-size:.95rem;font-weight:600;color:#1e293b}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.section-icon{width:24px;height:24px;color:#2563eb}.create-notice-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e9ecef}.notice-form{max-width:800px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#334155;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .2s ease;font-family:inherit;background:#f8fafc}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background:#fff}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.link-input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:12px;width:20px;height:20px;color:#64748b}.form-input.with-icon{padding-left:40px}.input-hint{display:block;font-size:.85rem;color:#64748b;margin-top:.5rem}.btn-submit{min-width:180px;margin-top:1rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.notices-list-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e9ecef}.notices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.notice-card{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;transition:all .2s ease;display:flex;flex-direction:column;height:100%}.notice-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a;border-color:#2563eb}.notice-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.notice-badge{background:#2563eb;color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.notice-heading{font-size:1.2rem;font-weight:600;color:#0f172a;margin:0 0 .75rem;line-height:1.4}.notice-description{color:#475569;font-size:.95rem;line-height:1.6;margin:0 0 1rem;flex:1}.notice-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.9rem;font-weight:500;text-decoration:none;padding:.5rem 0;margin-bottom:1rem;border-bottom:2px solid transparent;transition:all .2s ease}.notice-link:hover{border-bottom-color:#2563eb}.notice-link svg{width:18px;height:18px}.notice-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.notice-date{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b}.notice-date svg{width:16px;height:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb4d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-icon-only{padding:.5rem;border-radius:8px;background:transparent;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.btn-icon-only:hover{background:#f1f5f9}.btn-delete:hover{color:#dc2626;border-color:#dc2626;background:#fef2f2}.btn-icon-only svg{width:18px;height:18px}.btn-icon{width:18px;height:18px}.loading-spinner{text-align:center;padding:3rem;color:#64748b;font-size:1.1rem}.empty-state{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:12px;border:2px dashed #cbd5e1}.empty-state-icon{width:64px;height:64px;color:#94a3b8;margin-bottom:1rem}.empty-state h4{font-size:1.25rem;color:#334155;margin-bottom:.5rem}.empty-state p{color:#64748b;margin:0}.spinner{width:18px;height:18px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.manage-notices{padding:1rem}.notices-header{flex-direction:column;align-items:flex-start;gap:1rem}.notices-header h2{font-size:1.5rem}.create-notice-section,.notices-list-section{padding:1.5rem}.notices-grid{grid-template-columns:1fr}.section-title{font-size:1.1rem}.btn-submit{width:100%}.notice-card{padding:1.25rem}.form-input,.form-textarea{font-size:16px}}@media(prefers-color-scheme:dark){.manage-notices{background:#0f172a}.create-notice-section,.notices-list-section,.notice-card{background:#1e293b;border-color:#334155}.notices-header h2,.section-title,.notice-heading{color:#f1f5f9}.notices-subtitle,.notice-description{color:#94a3b8}.notices-count{background:#334155;color:#e2e8f0}.form-input,.form-textarea{background:#0f172a;border-color:#334155;color:#f1f5f9}.form-input:focus,.form-textarea:focus{background:#1e293b}.form-group label{color:#cbd5e1}.input-hint{color:#94a3b8}.empty-state{background:#1e293b;border-color:#334155}.empty-state h4{color:#e2e8f0}.empty-state p{color:#94a3b8}}.user-layout{position:relative;min-height:100vh;width:100%;overflow-x:hidden}.background-layer{position:fixed;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:0}.content-layer{position:relative;z-index:1;min-height:100vh;width:100%;display:flex;flex-direction:column}.content-layer header{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:.8rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;box-shadow:0 4px 20px #0003;position:sticky;top:0;z-index:100}.left-section{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.left-section h2{color:#fff;font-size:1.3rem;font-weight:500;margin:0;cursor:pointer;transition:opacity .3s;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px}.left-section h2:hover{opacity:.8}.dashboard-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;transition:all .3s;font-size:.95rem;font-weight:500}.dashboard-btn:hover{background:#ffffff40;transform:translateY(-2px)}.dashboard-btn svg{font-size:1.1rem}.right-section{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.greeting-box,.session-box,.profile-box{display:flex;align-items:center;gap:.5rem;background:#ffffff26;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:.5rem 1.2rem;border-radius:30px;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.95rem;font-weight:400;box-shadow:0 2px 10px #0000001a}.greeting-box svg,.session-box svg,.profile-box svg{font-size:1.1rem;color:gold}.logout-btn{background:#ff636333;border:1px solid rgba(255,99,99,.3);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1.2rem}.logout-btn:hover{background:#ff636366;transform:scale(1.05)}.layout-content{flex:1;padding:2rem;position:relative;z-index:2}@media(max-width:1024px){.content-layer header{padding:.8rem 1.5rem}.left-section h2{font-size:1.1rem}}@media(max-width:768px){.content-layer header{flex-direction:column;align-items:stretch;padding:1rem}.left-section{justify-content:space-between;width:100%}.right-section{justify-content:space-between;width:100%;gap:.8rem}.greeting-box,.session-box,.profile-box{padding:.4rem .8rem;font-size:.85rem}.greeting-box span,.profile-box span{display:none}.greeting-box svg,.profile-box svg{margin:0}}@media(max-width:480px){.layout-content{padding:1rem}.left-section{flex-direction:column;align-items:flex-start;gap:.8rem}.dashboard-btn{width:100%;justify-content:center}.right-section{flex-wrap:wrap;justify-content:center}.greeting-box span,.profile-box span{display:inline;font-size:.8rem}}.background-layer:after{content:"";position:absolute;inset:0;background:#0000004d;pointer-events:none}.pdf-fullscreen{position:fixed;inset:0;background:#1a1a1a;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:Cinzel,serif}.pdf-container{width:95vw;height:95vh;background:#2c2c2c;border-radius:20px;box-shadow:0 20px 50px #000c;display:flex;flex-direction:column;overflow:hidden;position:relative}.pdf-viewer-area{flex:1;display:flex;align-items:center;justify-content:center;background:#2c2c2c;padding:20px;overflow:auto;position:relative;cursor:grab}.pdf-viewer-area:active{cursor:grabbing}.pages-container{display:flex;gap:30px;justify-content:center;align-items:center;min-width:min-content;min-height:min-content;padding:20px;transform-origin:center;transition:transform .1s ease}.single-page-container{display:flex;justify-content:center;align-items:center;min-width:min-content;min-height:min-content;padding:20px}.page-wrapper{position:relative;box-shadow:0 10px 30px #00000080,0 0 0 2px #d4af37,inset 0 0 30px #0000004d;border-radius:8px;overflow:hidden;background:#fff;transition:all .3s ease}.page-wrapper.left-page{transform-origin:right center}.page-wrapper.right-page{transform-origin:left center}.page-canvas{display:block;width:auto;height:auto;max-width:none;max-height:none}@keyframes flipForward{0%{transform:perspective(2000px) rotateY(0);opacity:1}50%{transform:perspective(2000px) rotateY(-20deg);opacity:.9}to{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes flipBackward{0%{transform:perspective(2000px) rotateY(0);opacity:1}50%{transform:perspective(2000px) rotateY(20deg);opacity:.9}to{transform:perspective(2000px) rotateY(0);opacity:1}}.flipping-forward{animation:flipForward .4s ease}.flipping-backward{animation:flipBackward .4s ease}.close-btn{position:fixed;top:30px;right:30px;width:50px;height:50px;border-radius:50%;background:#2c1e12e6;border:2px solid #d4af37;color:#d4af37;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1002;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 5px 15px #00000080}.close-btn:hover{background:#d4af37;color:#2c1e12;transform:rotate(90deg) scale(1.1)}.control-toggle{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:#2c1e12;border:3px solid #d4af37;color:#d4af37;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1002;box-shadow:0 5px 20px #0009;transition:all .3s ease}.control-toggle:hover{transform:scale(1.1) rotate(90deg);background:#d4af37;color:#2c1e12}.control-panel{position:fixed;bottom:100px;right:30px;width:340px;background:#2c1e12f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #d4af37;border-radius:20px;padding:25px;color:#ffd7a0;z-index:1003;box-shadow:0 20px 40px #0009;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.control-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #d4af37}.control-header h3{font-size:1.3rem;font-weight:600;letter-spacing:2px;margin:0;color:#d4af37}.control-close{background:none;border:none;color:#d4af37;font-size:24px;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.control-close:hover{background:#d4af37;color:#2c1e12}.control-section{margin-bottom:25px}.control-section-title{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#d4af37;margin-bottom:12px;font-weight:500}.button-group{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.control-btn{min-width:45px;height:45px;border-radius:45px;background:#ffffff1a;border:1px solid #d4af37;color:#ffd7a0;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0 15px;font-family:Cinzel,serif}.control-btn:hover:not(:disabled){background:#d4af37;color:#2c1e12;transform:translateY(-2px);box-shadow:0 5px 15px #d4af374d}.control-btn:disabled{opacity:.3;cursor:not-allowed}.control-btn.active{background:#d4af37;color:#2c1e12}.control-btn.wide{flex:1}.page-input-group{display:flex;align-items:center;gap:10px;background:#0000004d;padding:5px 15px;border-radius:45px;border:1px solid #d4af37}.page-input{width:70px;padding:10px;background:transparent;border:none;color:#ffd7a0;font-size:1rem;text-align:center;font-family:Cinzel,serif;outline:none}.page-input::-webkit-inner-spin-button,.page-input::-webkit-outer-spin-button{opacity:1;background:#d4af37}.zoom-level{background:#0000004d;padding:8px 15px;border-radius:30px;border:1px solid #d4af37;font-size:.9rem;color:#d4af37}.view-mode-group{display:flex;gap:10px}.view-mode-btn{flex:1;padding:10px;background:#ffffff1a;border:1px solid #d4af37;color:#ffd7a0;border-radius:30px;cursor:pointer;transition:all .2s ease;font-family:Cinzel,serif;font-size:.9rem}.view-mode-btn.active{background:#d4af37;color:#2c1e12}.shortcuts-hint{position:fixed;top:30px;left:30px;background:#2c1e12e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #d4af37;border-radius:40px;padding:12px 20px;color:#d4af37;font-size:.8rem;z-index:1002;display:flex;gap:20px;flex-wrap:wrap;box-shadow:0 5px 15px #00000080}.shortcut-item{display:flex;align-items:center;gap:8px}.shortcut-key{background:#d4af37;color:#2c1e12;padding:4px 8px;border-radius:8px;font-weight:600;font-size:.7rem;font-family:monospace}.shortcut-desc{color:#ffd7a0}.pdf-fullscreen.loading:before{content:"Loading PDF...";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);color:#d4af37;font-size:1.2rem;background:#2c1e12e6;padding:20px 40px;border-radius:50px;border:2px solid #d4af37;z-index:1003}@media(max-width:768px){.control-panel{width:calc(100% - 40px);right:20px;left:20px;bottom:80px}.shortcuts-hint{display:none}.close-btn{top:20px;right:20px;width:44px;height:44px;font-size:20px}.control-toggle{bottom:20px;right:20px;width:55px;height:55px;font-size:22px}.pages-container{gap:15px}}@media(max-width:480px){.control-btn{min-width:40px;height:40px;font-size:.9rem}.page-input{width:50px;padding:8px}.view-mode-btn{padding:8px;font-size:.8rem}}.books-page{min-height:100vh;background:#ffc7b1;background:radial-gradient(ellipse at 50% 30%,#ffe2ce,#ffab77);padding:60px 30px;font-family:Cormorant Garamond,serif;position:relative;overflow-x:auto}.books-page>*:not(.pdf-fullscreen){position:relative;z-index:1}.books-page h1{text-align:center;font-family:Cinzel,serif;font-size:3rem;font-weight:700;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 20px rgba(212,175,55,.3);letter-spacing:8px;margin-bottom:50px;position:relative}.books-page h1:before,.books-page h1:after{content:"✦";margin:0 30px;color:#13eb25;font-size:2rem;opacity:.6}.book-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px 30px;max-width:1400px;margin:0 auto;padding:40px 20px 70px;position:relative;background:#ad6f36;background:linear-gradient(165deg,#865629,#a76930);border-radius:30px 30px 20px 20px;box-shadow:0 30px 40px -20px #000c,inset 0 2px 4px #ffd78c4d,inset 0 -4px 8px #00000080;transform:perspective(2000px) rotateX(1deg);transform-origin:bottom}.book-grid:before{content:"";position:absolute;top:-15px;left:30px;right:30px;height:20px;background:linear-gradient(180deg,#b87c4b,#8b5a2b);border-radius:10px 10px 0 0;box-shadow:0 -5px 10px #0000004d}.book-grid>*{position:relative}.book-grid:after{content:"";position:absolute;bottom:-20px;left:20px;right:20px;height:25px;background:#8b5a2b;background:linear-gradient(0deg,#5c3b1c,#8b5a2b);border-radius:0 0 20px 20px;box-shadow:0 15px 20px #0006}.book-grid{grid-auto-rows:minmax(auto,auto);row-gap:70px;position:relative}.book-grid>.book-card:nth-child(n+5){margin-top:30px}.book-grid>.book-card:nth-child(4)~.book-card{position:relative}.book-grid>.book-card:nth-child(4n){margin-bottom:30px}.book-grid>.book-card:nth-child(4n):after{content:"";position:absolute;bottom:-50px;left:-30px;right:-30px;height:12px;background:linear-gradient(180deg,#b87c4b,#5c3b1c);border-radius:6px;box-shadow:0 4px 8px #00000080,inset 0 1px 3px #ffd78c4d;z-index:5}.book-grid>.book-card:nth-child(4n):before{content:"";position:absolute;bottom:-46px;left:-25px;right:-25px;height:4px;background:linear-gradient(90deg,transparent,rgba(255,215,140,.2) 20%,rgba(255,215,140,.2) 80%,transparent);z-index:6;pointer-events:none}.book-card{position:relative;width:180px;height:260px;margin:0 auto 20px;cursor:pointer;perspective:2000px;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(10px 15px 15px rgba(0,0,0,.5));animation:bookAppear .6s ease backwards}@keyframes bookAppear{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.book-card:before{content:"";position:absolute;top:0;left:-15px;width:30px;height:100%;background:linear-gradient(90deg,#2c1e12,#5c3b1c);transform:rotateY(90deg) translateZ(-15px);transform-origin:right;border-radius:4px 0 0 4px;box-shadow:inset -2px 0 5px #00000080}.book-card:after{content:"";position:absolute;top:0;left:-15px;width:30px;height:100%;background:linear-gradient(90deg,#4a3724,#8b5a2b);transform:rotateY(90deg) translateZ(-15px);transform-origin:right;border-radius:4px 0 0 4px;opacity:.8;box-shadow:inset 2px 0 5px #ffd78c33}.book-card>*:first-child{position:relative;width:100%;height:100%;background:linear-gradient(145deg,#8b4513,#5c3b1c);border-radius:4px 8px 8px 4px;overflow:hidden;box-shadow:inset 0 0 40px #0009,10px 10px 20px #0006;transition:all .4s ease;display:flex;flex-direction:column;justify-content:flex-start;padding:25px 15px 15px;color:#ffd7a0;text-align:center;font-family:Cinzel,serif}.book-card:nth-child(8n+1)>*:first-child{background:linear-gradient(145deg,#8b4513,#5d3a1a)}.book-card:nth-child(8n+2)>*:first-child{background:linear-gradient(145deg,#2c5a2c,#1e3f1e)}.book-card:nth-child(8n+3)>*:first-child{background:linear-gradient(145deg,#8b5a2b,#5c3b1c)}.book-card:nth-child(8n+4)>*:first-child{background:linear-gradient(145deg,#4a3724,#2c1e12)}.book-card:nth-child(8n+5)>*:first-child{background:linear-gradient(145deg,#8b4c39,#5c3324)}.book-card:nth-child(8n+6)>*:first-child{background:linear-gradient(145deg,#2c4a4a,#1e3535)}.book-card:nth-child(8n+7)>*:first-child{background:linear-gradient(145deg,#6b4c3b,#4a3527)}.book-card:nth-child(8n+8)>*:first-child{background:linear-gradient(145deg,#4a2e2e,#2e1d1d)}.book-card>*:first-child:before{content:"";position:absolute;inset:10px;border:2px solid rgba(212,175,55,.3);pointer-events:none}.book-card>*:first-child:after{content:"";position:absolute;top:5px;left:5px;width:20px;height:20px;border-top:2px solid rgba(212,175,55,.4);border-left:2px solid rgba(212,175,55,.4);pointer-events:none}.book-card .corner-decoration{position:absolute;bottom:5px;right:5px;width:20px;height:20px;border-bottom:2px solid rgba(212,175,55,.4);border-right:2px solid rgba(212,175,55,.4);pointer-events:none}.book-title-cover{font-size:1.2rem;font-weight:600;line-height:1.3;margin-top:10px;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative;z-index:2;font-family:Cinzel,serif;max-height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.book-author-cover{font-size:.8rem;font-style:italic;opacity:.8;text-shadow:1px 1px 2px rgba(0,0,0,.5);position:relative;z-index:2;font-family:Cormorant Garamond,serif;margin-top:5px}.book-card>*:first-child .decorative-line{width:40px;height:2px;background:#d4af3766;margin:10px auto;position:relative;z-index:2;order:-1}.book-card:hover{transform:translateY(-15px) translateZ(20px) rotateY(-5deg);filter:drop-shadow(20px 25px 20px rgba(0,0,0,.6));z-index:100}.book-card:hover>*:first-child{box-shadow:inset 0 0 40px #d4af3733,15px 20px 30px #00000080}.book-card:hover>*:first-child:before{border-color:#d4af3799}.book-card:hover .book-title-cover{color:#ffeb99;text-shadow:2px 2px 8px rgba(212,175,55,.5)}.book-title-plaque{position:absolute;bottom:-45px;left:0;right:0;text-align:center;padding:8px 12px;background:#2c1e12cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(212,175,55,.3);border-radius:30px;color:#e5d5b8;font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease;font-family:Cinzel,serif;letter-spacing:1px}.book-card:hover .book-title-plaque{background:#d4af3733;border-color:#d4af3799;color:#ffd7a0;transform:translateY(-2px)}.shelf-brackets{position:absolute;bottom:-15px;left:0;right:0;display:flex;justify-content:space-between;padding:0 20px;pointer-events:none;z-index:5}.shelf-bracket{width:50px;height:60px;background:linear-gradient(135deg,#b87c4b,#5c3b1c);transform:skew(-10deg);border-radius:10px 10px 0 0;box-shadow:-5px -5px 10px #0003}.shelf-bracket.right{transform:skew(10deg)}.book-card .page-edges{position:absolute;top:-3px;left:0;right:0;height:6px;background:#e5d5b8;transform:rotateX(90deg) translateZ(3px);transform-origin:top;opacity:.6;z-index:15}.book-card .bookmark{position:absolute;bottom:20px;right:-8px;width:15px;height:50px;background:#c41e3a;transform:rotate(5deg);border-radius:0 0 4px 4px;box-shadow:2px 2px 5px #0000004d;z-index:10}@media(max-width:1200px){.book-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:50px 25px}.book-card{width:160px;height:240px}.book-title-cover{font-size:1rem}.book-grid>.book-card:nth-child(4n):after{bottom:-45px}.book-grid>.book-card:nth-child(4n):before{bottom:-41px}}@media(max-width:768px){.books-page{padding:30px 15px}.books-page h1{font-size:2rem;letter-spacing:4px}.books-page h1:before,.books-page h1:after{margin:0 15px;font-size:1.5rem}.book-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:45px 15px;padding:30px 15px 50px}.book-card{width:140px;height:210px}.book-title-cover{font-size:.9rem;margin-top:5px}.book-author-cover{font-size:.7rem}.book-title-plaque{font-size:.8rem;bottom:-40px}.shelf-brackets{display:none}.book-grid>.book-card:nth-child(4n):after{bottom:-40px;left:-20px;right:-20px}.book-grid>.book-card:nth-child(4n):before{bottom:-36px;left:-15px;right:-15px}}@media(max-width:480px){.book-grid{grid-template-columns:repeat(2,1fr);gap:40px 10px;padding:20px 10px 45px}.book-card{width:130px;height:190px}.book-title-cover{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2}.book-author-cover{font-size:.65rem}.book-title-plaque{font-size:.7rem;bottom:-35px;padding:4px 8px}.book-card>*:first-child:before{inset:5px}.book-grid>.book-card:nth-child(4n):after{bottom:-35px;height:8px;left:-15px;right:-15px}.book-grid>.book-card:nth-child(4n):before{bottom:-32px;left:-12px;right:-12px}}.book-card:nth-child(1){animation-delay:.1s}.book-card:nth-child(2){animation-delay:.12s}.book-card:nth-child(3){animation-delay:.14s}.book-card:nth-child(4){animation-delay:.16s}.book-card:nth-child(5){animation-delay:.18s}.book-card:nth-child(6){animation-delay:.2s}.book-card:nth-child(7){animation-delay:.22s}.book-card:nth-child(8){animation-delay:.24s}.book-card:nth-child(9){animation-delay:.26s}.book-card:nth-child(10){animation-delay:.28s}.book-card:nth-child(11){animation-delay:.3s}.book-card:nth-child(12){animation-delay:.32s}.book-card:nth-child(13){animation-delay:.34s}.book-card:nth-child(14){animation-delay:.36s}.book-card:nth-child(15){animation-delay:.38s}.book-card:nth-child(16){animation-delay:.4s}.book-card:nth-child(17){animation-delay:.42s}.book-card:nth-child(18){animation-delay:.44s}.book-card:nth-child(19){animation-delay:.46s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Georgia,serif;background-color:#fff;color:#222;line-height:1.6}h1,h2,h3{color:#6b0f1a;margin-bottom:20px}section{padding:60px 0}.container{width:90%;max-width:1200px;margin:auto}
