@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none}a{color:#fff;text-decoration:none}body{background-color:#0d0d0d;color:#e0e0e0;font-family:Roboto Flex,sans-serif;min-height:100vh;display:flex;flex-direction:column}.landing{padding:0}header{position:relative;width:100%;height:60vh;overflow:hidden}header img{width:100%;height:100%;min-width:100%;object-fit:cover;filter:brightness(.6)}header h1,header p{position:absolute;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.7);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:15px 25px;border-radius:8px}header h1{font-size:3rem;font-weight:800;top:50%;left:10%;transform:translateY(-50%);background:#0006}header p{font-size:1.8rem;font-weight:400;top:65%;right:5%;background:#0000004d}header p span{color:#4fc3f7;font-weight:800;letter-spacing:3px}header p b{color:#fff}article{width:80%;display:flex;flex-direction:column;align-items:center}.cta{margin-top:2vh}.cta a{font-weight:600;color:#4fc3f7}.intro{font-weight:800;font-size:18px;padding-bottom:2vh;text-align:center}.title{font-size:34px}.loading-screen{display:flex;justify-content:center;align-items:center;height:30vh;width:100%;flex-direction:column}.spinner{border:4px solid #eee;border-top:4px solid #3b82f6;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:12px}.private{display:flex;flex-direction:row;min-height:100vh;background:#0a0a0a;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.private .sidebar{min-width:280px;width:280px;max-width:280px;background:linear-gradient(180deg,#1a1a1a,#0f0f0f);height:100vh;border-right:1px solid #2a2a2a;padding:24px 0;display:flex;flex-direction:column;position:sticky;top:0;box-shadow:4px 0 20px #0000004d}.private .logo{display:flex;align-items:center;padding:0 24px;margin-bottom:32px;position:relative}.private .logo:after{content:"";position:absolute;bottom:-16px;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,#2a2a2a,transparent)}.private .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;margin-right:12px;position:relative;box-shadow:0 4px 12px #6366f133}.private .logo-icon:before{content:"🏢";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px}.private .logo h2{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.5px}.private .nav-menu{display:flex;flex-direction:column;gap:6px;padding:0 16px;flex:1}.private .nav-item{display:flex;align-items:center;padding:14px 16px;border-radius:10px;cursor:pointer;transition:all .3s ease;color:#a1a1aa;position:relative;font-weight:500;font-size:14px}.private .nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:0 2px 2px 0;transition:height .3s ease}.private .nav-item:hover{background:#6366f11a;color:#e5e5e5;transform:translate(4px)}.private .nav-item:hover:before{height:20px}.private .nav-item.active{background:linear-gradient(135deg,#6366f126,#8b5cf626);color:#fff;border:1px solid rgba(99,102,241,.3);box-shadow:0 4px 12px #6366f11a}.private .nav-item.active:before{height:100%}.private .nav-icon{margin-right:14px;font-size:18px;width:20px;text-align:center;transition:transform .2s ease}.private .nav-item:hover .nav-icon{transform:scale(1.1)}.private .nav-section{margin:20px 0 12px}.private .nav-section-title{padding:0 16px 8px;font-size:12px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #2a2a2a;margin-bottom:8px}.private .sidebar-bottom{padding:16px;border-top:1px solid #2a2a2a;margin-top:auto}.private .sidebar-user{display:flex;align-items:center;padding:12px;border-radius:10px;background:#2a2a2a80;border:1px solid #2a2a2a;transition:all .2s ease}.private .sidebar-user:hover{background:#2a2a2a;border-color:#3a3a3a}.private .sidebar-user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff;margin-right:10px}.private .sidebar-user-info{flex:1}.private .sidebar-user-name{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px}.private .sidebar-user-role{font-size:11px;color:#71717a}.private .main{flex:1;display:flex;flex-direction:column;background:#0a0a0a;min-height:100vh}.private .content{display:flex;flex-direction:column;flex:1;overflow-y:auto}.private .header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border-bottom:1px solid #2a2a2a;padding:20px 32px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 20px #0003;position:sticky;top:0;z-index:10}.private .header-left h1{font-size:26px;font-weight:700;color:#fff;margin-bottom:4px;letter-spacing:-.5px}.private .breadcrumb{font-size:14px;color:#71717a;display:flex;align-items:center;gap:8px}.private .breadcrumb:before{content:"🏠";font-size:12px}.private .header-right{display:flex;align-items:center;gap:16px}.private .user-profile{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:10px;background:#2a2a2acc;border:1px solid #2a2a2a;transition:all .2s ease;cursor:pointer}.private .user-profile:hover{background:#2a2a2a;border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.private .user-avatar{width:36px;height:36px;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff;box-shadow:0 2px 8px #06b6d44d}.private .user-info{display:flex;flex-direction:column}.private .user-name{font-size:14px;font-weight:600;color:#fff;line-height:1.2}.private .user-role{font-size:12px;color:#71717a;line-height:1.2}.private .logout-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;transition:all .3s ease;position:relative;overflow:hidden}.private .logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.private .logout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.private .logout-btn:hover:before{left:100%}.private .nav-item .notification-badge{position:absolute;top:8px;right:12px;background:#ef4444;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}@media (max-width: 1024px){.private .sidebar{min-width:240px;width:240px;max-width:240px}.private .header{padding:16px 24px}.private .header-left h1{font-size:22px}}@media (max-width: 768px){.private{flex-direction:column}.private .sidebar{width:100%;max-width:none;height:auto;position:relative;border-right:none;border-bottom:1px solid #2a2a2a}.private .nav-menu{flex-direction:row;overflow-x:auto;padding:0 16px 16px;gap:8px}.private .nav-item{min-width:120px;justify-content:center;text-align:center}.private .nav-icon{margin-right:6px}.private .sidebar-bottom{display:none}}.private .nav-item.loading{pointer-events:none;opacity:.6}.private .nav-item.loading:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:12px;height:12px;border:2px solid transparent;border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.navigation{position:relative;z-index:1000;padding:3vh 6vw;width:100%;display:flex;align-items:center;justify-content:space-between;background:#0f0f0f;border-bottom:1px solid rgba(65,223,235,.15);transition:all .3s cubic-bezier(.4,0,.2,1)}.navigation.sticky{position:sticky;padding:1.5vh 4vw;top:0;background:#0a0a0afa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 24px #0006,0 0 40px #41dfeb14;transition:all .3s cubic-bezier(.4,0,.2,1)}.navigation.sticky:after{opacity:1}.navigation.sticky .logo{max-width:65px;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo{max-width:90px;transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 10px rgba(65,223,235,.2))}.logo:hover{filter:drop-shadow(0 0 15px rgba(65,223,235,.4));transform:scale(1.05)}.options{display:flex;gap:1vw;list-style:none;background:#141414b3;padding:12px 24px;border-radius:12px;border:1px solid rgba(65,223,235,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #0003}.options li{color:#d1d1d1;font-weight:500;font-size:15px;padding:8px 16px;border-radius:8px;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px}.options li:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:linear-gradient(90deg,#395aa1,#41dfeb);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.options li:hover{color:#41dfeb;background:#41dfeb14;text-shadow:0 0 12px rgba(65,223,235,.3)}.options li:hover:before{transform:translate(-50%) scaleX(1)}.active{color:#41dfeb!important;background:#41dfeb1f!important;text-shadow:0 0 15px rgba(65,223,235,.4);box-shadow:0 0 20px #41dfeb26}.active:before{transform:translate(-50%) scaleX(1)!important}.subActive{color:#9ec8d1!important}.dropdown-container{position:relative;display:inline-block}.dropdown{color:#d1d1d1;font-weight:500;font-size:15px;cursor:pointer;padding:8px 16px;border-radius:8px;background:transparent;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;letter-spacing:.3px}.dropdown:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:linear-gradient(90deg,#395aa1,#41dfeb);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.dropdown:hover{background:#41dfeb14;color:#41dfeb;text-shadow:0 0 12px rgba(65,223,235,.3)}.dropdown:hover:before{transform:translate(-50%) scaleX(1)}.dropdown.active{color:#41dfeb;background:#41dfeb1f;text-shadow:0 0 15px rgba(65,223,235,.4);box-shadow:0 0 20px #41dfeb26}.dropdown.active:before{transform:translate(-50%) scaleX(1)}.ddcontent{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:220px;background:linear-gradient(135deg,#0f0f0fe6,#141414e6);border:1px solid rgba(65,223,235,.2);border-radius:12px;z-index:3000000;box-shadow:0 12px 32px #00000080,0 0 0 1px #41dfeb1a,0 0 40px #41dfeb26;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:fadeSlideIn .3s cubic-bezier(.4,0,.2,1)}.ddcontent:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#41dfeb,transparent)}.ddcontent ul{list-style:none;padding:8px;margin:0}.ddcontent ul li{padding:12px 18px;font-size:15px;white-space:nowrap;border-radius:8px;margin:2px 0;transition:all .2s cubic-bezier(.4,0,.2,1);color:#d1d1d1;position:relative;overflow:hidden}.ddcontent ul li:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#395aa1,#41dfeb);transform:scaleY(0);transition:transform .2s cubic-bezier(.4,0,.2,1)}.ddcontent ul li:hover{background:#41dfeb1f;color:#41dfeb;transform:translate(4px);padding-left:22px}.ddcontent ul li:hover:before{transform:scaleY(1)}.subActive{color:#41dfeb!important;background:#41dfeb14!important}.subActive:before{transform:scaleY(1)!important}.ddcontent a{text-decoration:none;color:inherit;display:block;width:100%}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.navigation{padding:2vh 4vw}.navigation.sticky{padding:1.5vh 3vw}.options{gap:2vw;padding:10px 16px}.options li,.dropdown{padding:6px 12px;font-size:14px}.ddcontent{min-width:180px}}.footer{margin-top:10vh;display:flex;flex-direction:column;align-self:flex-end;width:100%;background:linear-gradient(180deg,#0a0a0acc,#050505f2);border-top:1px solid rgba(65,223,235,.2);position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(65,223,235,.5) 50%,transparent 100%)}.footer .top{display:flex;flex-direction:row;justify-content:space-evenly;border-bottom:1px solid rgba(65,223,235,.15);padding:6vh 4vw 4vh 4vw;position:relative}.footer .top:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(65,223,235,.3) 50%,transparent 100%)}.footer .title{font-weight:800;font-size:1.5em;margin-bottom:2vh;background:linear-gradient(135deg,#fff,#41dfeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.footer .items{display:flex;flex-direction:column;gap:1.5vh}.footer .items a,.footer .items p{color:#b5b5b5;text-decoration:none;font-size:15px;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;width:fit-content;padding-left:12px}.footer .items a:before,.footer .items p:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleX(0);width:6px;height:2px;background:linear-gradient(90deg,#395aa1,#41dfeb);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.footer .items a:hover,.footer .items p:hover{color:#41dfeb;transform:translate(4px);text-shadow:0 0 12px rgba(65,223,235,.3)}.footer .items a:hover:before,.footer .items p:hover:before{transform:translateY(-50%) scaleX(1)}.footer .bottom{padding:3vh 4vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#05050599}.footer .bottom p{color:#999;font-size:14px;font-weight:400;letter-spacing:.3px}.footer .card{display:flex;flex-direction:row;align-items:center;gap:2vw}.footer .card a{display:inline-flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer .card svg{box-sizing:content-box;border:1px solid rgba(65,223,235,.3);padding:10px;border-radius:10px;background:#14141499;transition:all .3s cubic-bezier(.4,0,.2,1);color:#b5b5b5}.footer .card svg:hover{border-color:#41dfeb;background:#41dfeb1f;color:#41dfeb;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #41dfeb40,0 0 20px #41dfeb33}.mapping{position:relative;cursor:pointer}.map{opacity:0;pointer-events:none;position:absolute;bottom:calc(100% + 20px);left:50%;transform:translate(-50%) translateY(20px) scale(.95);height:600px;min-width:600px;max-width:90vw;border-radius:16px;overflow:hidden;border:2px solid rgba(65,223,235,.4);box-shadow:0 20px 60px #0009,0 0 0 1px #41dfeb33,0 0 80px #41dfeb33;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000;background:#0a0a0a}.map:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#395aa1,#41dfeb,#395aa1);z-index:1}.mapping:hover .map{opacity:1;pointer-events:all;transform:translate(-50%) translateY(0) scale(1);transition:all .5s cubic-bezier(.4,0,.2,1)}.map iframe{width:100%;height:100%;border:none;filter:brightness(.8) contrast(1.1) saturate(1.2)}@media (max-width: 1024px){.map{height:400px;min-width:400px}}@media (max-width: 768px){.footer .top{flex-direction:column;gap:4vh;align-items:flex-start;padding:4vh 6vw}.footer .bottom{flex-direction:column;gap:3vh;text-align:center}.footer .card{gap:4vw}.map{height:300px;min-width:90vw;left:5vw;transform:translate(0) translateY(20px) scale(.95)}.mapping:hover .map{transform:translate(0) translateY(0) scale(1)}}@media (max-width: 480px){.footer .title{font-size:1.3em}.footer .items a,.footer .items p{font-size:14px}.footer .card svg{padding:8px}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.homepage{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0a0a0a;color:#e5e5e5}.homepage .miniabout{width:100%;position:relative;height:400px;overflow:hidden}.homepage .miniabout img{min-width:100%;height:100%;object-fit:cover;filter:brightness(.4) contrast(1.1)}.homepage .miniabout .container{position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(135deg,#0d0d0dfa,#141414f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0% 30% 70% 0%/30% 35% 65% 30%;box-shadow:20px 0 40px #00000080}.homepage .miniabout .container:before{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(65,223,235,.3) 30%,rgba(57,90,161,.3) 70%,transparent 100%)}.homepage .miniabout .container p{position:absolute;text-align:justify;padding:0 5vh 0 4vh;text-indent:3vw;font-weight:400;top:22%;font-size:17px;line-height:1.7;color:#d1d1d1}.homepage .miniabout .container .title{top:30px;text-indent:0;padding-left:4vh;font-size:36px;font-weight:900;background:linear-gradient(135deg,#fff,#41dfeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.homepage .reason{margin-top:8vh;width:90%;max-width:1200px;text-align:center}.homepage .reason .title{font-size:42px;font-weight:900;margin-bottom:3vh;background:linear-gradient(135deg,#fff,#41dfeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px}.homepage .reason p{font-size:18px;font-weight:400;line-height:1.8;text-align:justify;text-indent:3vw;color:#d1d1d1}.homepage .reason p span{color:#41dfeb;font-weight:700;text-shadow:0 0 20px rgba(65,223,235,.3)}.homepage .stats{margin-top:8vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3vh;width:90%;max-width:1200px}.homepage .stat-card{background:linear-gradient(135deg,#0d0d0d,#1a1a1a);border:1px solid rgba(65,223,235,.2);border-radius:1rem;padding:3vh 2vh;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.homepage .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#41dfeb,transparent);opacity:0;transition:opacity .4s ease}.homepage .stat-card:hover{border-color:#41dfeb99;box-shadow:0 20px 60px #41dfeb40;transform:translateY(-8px);background:linear-gradient(135deg,#1a1a1a,#0d0d0d)}.homepage .stat-card:hover:before{opacity:1}.homepage .stat-card h2{font-size:48px;font-weight:900;background:linear-gradient(135deg,#395aa1,#41dfeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1vh;letter-spacing:-1px}.homepage .stat-card p{font-size:16px;font-weight:500;color:#b5b5b5;letter-spacing:.5px}.homepage .projects{margin-top:10vh;margin-bottom:6vh;width:90%;max-width:1200px}.homepage .projects .title{font-size:42px;font-weight:900;margin-bottom:4vh;text-align:center;background:linear-gradient(135deg,#fff,#41dfeb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px}.homepage .project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3vh}.homepage .project-card{background:linear-gradient(135deg,#0d0d0d,#1a1a1a);border:1px solid rgba(65,223,235,.2);border-radius:1rem;padding:3vh;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.homepage .project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#395aa1,#41dfeb);opacity:0;transition:opacity .4s ease}.homepage .project-card:hover{border-color:#41dfeb99;box-shadow:0 20px 60px #41dfeb40;transform:translateY(-8px) scale(1.02);background:linear-gradient(135deg,#1a1a1a,#0d0d0d)}.homepage .project-card:hover:before{opacity:1}.homepage .project-card h3{font-size:22px;font-weight:700;margin-bottom:1.5vh;color:#41dfeb;letter-spacing:-.3px}.homepage .project-card p{font-size:16px;margin-bottom:2vh;line-height:1.6;color:#d1d1d1}.homepage .progress-bar{background:#1a1a1acc;border-radius:10px;height:10px;overflow:hidden;margin-bottom:1vh;border:1px solid rgba(65,223,235,.1)}.homepage .progress{height:100%;background:linear-gradient(90deg,#395aa1,#41dfeb);border-radius:10px;box-shadow:0 0 15px #41dfeb66;transition:width .6s ease}.homepage .progress-text{font-size:14px;font-weight:600;color:#b5b5b5;letter-spacing:.3px}.homepage .selectedCard{border-color:#41dfeb!important;box-shadow:0 20px 60px #41dfeb66!important;transform:translateY(-8px)}.homepage .selectedCard:before{opacity:1}.title{font-size:38px;font-weight:900}@media (max-width: 768px){.homepage .miniabout .container{width:80%;border-radius:0% 25% 60% 0%/25% 30% 60% 25%}.homepage .miniabout .container .title{font-size:28px}.homepage .reason .title,.homepage .projects .title{font-size:32px}.homepage .stat-card h2{font-size:40px}}.unknown,.forbidden{display:flex;flex-direction:column;align-items:center}.notice{background-color:#474747;width:100%;text-align:center;padding:3vh 0;font-size:larger;font-weight:600}.notice span{color:salmon;font-weight:800}img{max-height:50vh;max-width:50vw}.description{margin-bottom:3vh;background-color:#474747;width:100%;padding:3vh 0;text-align:center;font-weight:600}.description span{color:#37fcfc}.aboutpage{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.aboutpage .headline{width:100%;margin-top:5vh;text-align:center;position:relative}.aboutpage .headline img{min-width:100%;max-width:100%;min-height:300px;max-height:300px;object-fit:cover;border-radius:1rem}.aboutpage .headline div{position:absolute;top:50%;left:50%;width:80%;transform:translate(-50%,-50%);background-color:#00000080;padding:2vh 5vw;border-radius:.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.aboutpage .headline div h1{font-size:24px;border-bottom:1px solid white}.aboutpage .headline div p{padding-top:1vh;font-weight:600;font-size:18px}.aboutpage .goal{width:110%;margin-top:3vh;display:flex;flex-direction:row}.aboutpage .goal .vision{width:100%;position:relative;text-align:center;clip-path:polygon(0% 0%,0% 0%,60% 0%,100% 100%,0% 100%,0% 0%,0% 75%);transform:translate(19.5%)}.aboutpage .goal .vision div{position:absolute;top:50%;left:50%;width:60%;padding:5px;border-radius:.5rem;font-weight:600;transform:translate(-70%,-50%)}.aboutpage .goal .mission{width:100%;position:relative;text-align:center;clip-path:polygon(0% 0%,100% 0%,100% 0%,100% 100%,40% 100%,0% 0%,0% 75%);transform:translate(-19.5%)}.aboutpage .goal .mission div{position:absolute;top:50%;left:50%;width:60%;padding:5px;border-radius:.5rem;font-weight:600;transform:translate(-30%,-50%)}.aboutpage .goal .mission img{min-width:100%;max-width:100%;min-height:500px;max-height:500px;object-fit:cover;filter:blur(2px) brightness(30%);border-top-right-radius:1rem;border-bottom-right-radius:1rem}.aboutpage .goal .vision img{min-width:100%;max-width:100%;min-height:500px;max-height:500px;object-fit:cover;filter:blur(2px) brightness(30%);border-top-left-radius:1rem;border-bottom-left-radius:1rem}.aboutpage .goal .mission div h1,.aboutpage .goal .vision div h1{border-bottom:1px solid white;margin-bottom:1rem}.aboutpage .background{margin-top:3vh;width:100%;height:400px;position:relative;display:flex;flex-direction:column;align-items:center}.aboutpage .background img{min-width:100%;min-height:100%;object-fit:cover;filter:blur(3px) brightness(60%);border-radius:1rem}.aboutpage .background div{position:absolute;top:5vh;text-align:center;width:90%;font-weight:600}.aboutpage .background div h1{border-bottom:1px solid white;margin-bottom:2vh}.aboutpage .background div p{margin-bottom:2vh;font-size:18px}.journeypage{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4vh 0;color:#e2e8f0}.journeypage .timeline{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:100%;max-width:1200px;gap:3vw;margin-bottom:60px}.journeypage .left,.journeypage .right{display:flex;flex-direction:column;gap:6vh;width:48%}.journeypage .right{margin-top:120px}.journeypage .mid{width:4px;background:linear-gradient(#38bdf8,#1e3a8a,#1f2937);position:relative}.journeypage .timeCard{width:90%;border-radius:12px;display:flex;flex-direction:column;gap:1vh}.journeypage .left .timeCard{align-items:flex-end}.journeypage .right .timeCard{align-items:flex-start}.journeypage .timeCard .top{display:flex;position:relative;color:#60a5fa;font-size:20px;font-weight:800;padding-bottom:.5rem;border-bottom:none}.journeypage .timeCard .top p{border:1px solid #38bdf8;padding:.5rem 1rem;border-radius:.5rem;font-size:18px;background:#1e293bb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#e2e8f0}.journeypage .timeCard .bottom{border:1px solid #38bdf8;border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;background:#0f172ae6}.journeypage .name{font-size:1.1rem;font-weight:700;color:#60a5fa;margin-bottom:.3rem}.journeypage .status{font-size:.9rem;font-weight:600;color:#38bdf8;margin-bottom:.5rem}.journeypage .desc{font-size:.9rem;line-height:1.4;color:#cbd5e1;text-align:justify}.journeypage .timeCard:hover .bottom,.journeypage .timeCard:hover .top p{transform:translateY(-6px);box-shadow:0 0 18px #38bdf899;transition:.2s all ease-in}.journeypage .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.journeypage .tag{background:#1e293b;color:#38bdf8;font-size:.8rem;font-weight:700;padding:.3rem .7rem;border-radius:9999px;border:1px solid #38bdf8;box-shadow:0 0 6px #38bdf880;white-space:nowrap;transition:all .2s ease-in-out}.journeypage .tag:hover{background:#38bdf8;color:#0f172a;box-shadow:0 0 10px #38bdf8e6;transform:translateY(-2px)}.journeypage .where{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;font-size:.85rem;font-weight:700;background:#1e3a8a;color:#e0f2fe;padding:.35rem .8rem;border-radius:.5rem;border:1px solid #38bdf8;box-shadow:0 0 8px #38bdf866;width:fit-content;transition:all .2s ease-in-out;margin-bottom:1rem}.journeypage .where:hover{background:#2563eb;box-shadow:0 0 12px #38bdf8cc;transform:translateY(-2px)}.journeypage .where:before{content:"📍";font-size:1rem}.teampage{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px 20px;background:#111;color:#fff}.teampage .container{width:100%;max-width:1200px;margin-top:5vh;text-align:center;display:flex;flex-direction:column;gap:40px}.teampage .intro{font-weight:800;font-size:26px;padding-bottom:1vh;color:#4fc3f7;letter-spacing:1px;text-transform:uppercase}.teampage .values{display:inline-flex;gap:1vw;font-weight:600;color:#ddd;flex-wrap:wrap;justify-content:center}.teampage .row{display:flex;flex-direction:row;justify-content:center;gap:40px;flex-wrap:wrap}.teampage .profile{text-align:center;background:#1a1a1a;padding:20px;border-radius:18px;box-shadow:0 6px 16px #000000b3;min-width:260px;max-width:280px;opacity:0;transform:translateY(50px);animation:fadeInUp linear both;animation-timeline:view();animation-range:entry 0% cover 30%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.teampage .profile:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 10px 22px #000000e6}.teampage .profile img{width:200px;height:200px;object-fit:cover;border-radius:50%;border:6px solid transparent;background:linear-gradient(#1a1a1a,#1a1a1a) padding-box,linear-gradient(135deg,#4fc3f7,#574e52) border-box;box-shadow:0 4px 14px #41d9df4d;transition:transform .3s ease}.teampage .profile:hover img{transform:scale(1.05)}.teampage .profile .name{font-weight:700;font-size:20px;margin-top:15px;color:#fff}.teampage .profile .position{font-weight:400;font-size:15px;color:#bbb;margin-top:5px}.contactpage{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(180deg,#0a0a0af2,#050505fa);padding:6vh 0}.contactpage article{display:flex;flex-direction:column;gap:5vh;margin-top:6vh;width:90%;max-width:1200px;background:linear-gradient(135deg,#0f0f0fcc,#14141499);border:1px solid rgba(65,223,235,.25);border-radius:20px;padding:5vh 5vw;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #41dfeb1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contactpage article:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#395aa1,#41dfeb,#395aa1,transparent)}.contactpage .location{display:flex;flex-direction:column;width:100%;height:600px;margin-bottom:3vh}.contactpage .m{height:100%;width:100%;border-radius:12px;overflow:hidden;position:relative;border:1px solid rgba(65,223,235,.3);box-shadow:0 8px 32px #41dfeb26}.contactpage .m:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#395aa1,#41dfeb,#395aa1);z-index:1}.contactpage .m iframe{width:100%;height:100%;border:none;filter:brightness(.85) contrast(1.1) saturate(1.2)}.contactpage .info,.contactpage .emails,.contactpage .socials,.contactpage .telephone{padding-top:3vh;border-top:1px solid rgba(65,223,235,.15);position:relative}.contactpage .info:before,.contactpage .emails:before,.contactpage .socials:before,.contactpage .telephone:before{content:"";position:absolute;top:-1px;left:0;width:120px;height:1px;background:linear-gradient(90deg,#41dfeb,transparent)}.contactpage .title{color:#41dfeb;font-weight:800;font-size:26px;margin:0 0 2.5vh;padding-bottom:1vh;letter-spacing:-.5px;text-shadow:0 0 20px rgba(65,223,235,.3);position:relative;width:fit-content}.contactpage .title:after{content:"";position:absolute;bottom:0;left:0;width:60%;height:2px;background:linear-gradient(90deg,#395aa1,#41dfeb);border-radius:2px}.contactpage .address{font-weight:500;font-size:17px;line-height:1.8;margin:0 0 2vh;text-indent:3vw;color:#d1d1d1;position:relative;padding-left:2vw}.contactpage .address:before{content:"📍";position:absolute;left:0;font-size:20px;filter:grayscale(.3)}.contactpage .info{width:100%;font-weight:500;font-size:17px;line-height:1.8;color:#d1d1d1}.contactpage .info .title{text-indent:0;margin-left:0}.contactpage .info p{text-indent:3vw;margin:1vh 0}.contactpage .emails{width:100%;font-weight:500}.contactpage .email{text-indent:3vw;font-size:17px;color:#d1d1d1;margin:1.5vh 0;display:block;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding-left:2vw}.contactpage .email:before{content:"✉";position:absolute;left:0;color:#41dfeb;font-size:18px;opacity:.7;transition:all .3s ease}.contactpage .email:hover{color:#41dfeb;transform:translate(8px);text-shadow:0 0 12px rgba(65,223,235,.3)}.contactpage .email:hover:before{opacity:1;transform:scale(1.2)}.contactpage .email a{color:inherit;text-decoration:none}.contactpage .socials{width:100%}.contactpage .dock{display:flex;flex-direction:column;gap:2vh;font-weight:600;text-indent:3vw;font-size:17px}.contactpage .dock a{color:#d1d1d1;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;width:fit-content;padding-left:2vw}.contactpage .dock a:before{content:"🔗";position:absolute;left:0;font-size:18px;filter:grayscale(.5);transition:all .3s ease}.contactpage .dock a:hover{color:#41dfeb;transform:translate(8px);text-shadow:0 0 12px rgba(65,223,235,.3)}.contactpage .dock a:hover:before{filter:grayscale(0);transform:scale(1.2)}.contactpage .telephone{width:100%;font-weight:500}.contactpage .telephone .num{text-indent:3vw;font-size:17px;color:#d1d1d1;margin:1.5vh 0;display:block;position:relative;padding-left:2vw}.contactpage .telephone .num:before{content:"📞";position:absolute;left:0;font-size:18px;filter:grayscale(.3)}.contactpage span{color:#41dfeb;font-weight:700;text-shadow:0 0 12px rgba(65,223,235,.2)}@media (max-width: 1024px){.contactpage .location{height:450px}.contactpage .title{font-size:24px}}@media (max-width: 768px){.contactpage{padding:4vh 0}.contactpage article{width:95%;gap:4vh;margin-top:4vh;padding:4vh 6vw}.contactpage .location{height:350px}.contactpage .title{font-size:22px}.contactpage .address,.contactpage .info p,.contactpage .email,.contactpage .dock a,.contactpage .telephone .num{font-size:16px;text-indent:5vw}}@media (max-width: 480px){.contactpage article{padding:3vh 5vw}.contactpage .location{height:300px}.contactpage .title{font-size:20px}.contactpage .address,.contactpage .info p,.contactpage .email,.contactpage .dock a,.contactpage .telephone .num{font-size:15px;text-indent:6vw}}.productpage{width:100%;min-height:100vh;background:linear-gradient(135deg,#0c0c0c,#1a1a1a,#0c0c0c);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 1rem}.productpage .productwindow{width:100%;max-width:1400px;display:flex;flex-direction:row;gap:2rem;margin-top:2rem}.productpage .filter{width:280px;min-width:280px;padding:2rem;background:linear-gradient(145deg,#1e1e1e,#2a2a2a);border:1px solid rgba(79,195,247,.1);color:#e0e0e0;border-radius:20px;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:fit-content;position:sticky;top:2rem;transition:all .3s ease}.productpage .filter:hover{border-color:#4fc3f74d;transform:translateY(-2px);box-shadow:0 12px 40px #000000b3,inset 0 1px #ffffff1a}.productpage .filter-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(79,195,247,.2)}.productpage .filter .title{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 10px}.productpage .filter .filters ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.productpage .filter .filters ul li{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px;border:1px solid transparent;position:relative;overflow:hidden}.productpage .filter .filters ul li:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,195,247,.1),transparent);transition:left .5s ease}.productpage .filter .filters ul li:hover:before{left:100%}.productpage .filter .filters ul li:hover{background:#4fc3f71a;border-color:#4fc3f74d;color:#fff;transform:translate(4px)}.productpage .filter .filters ul li.active{background:#4fc3f726;border-color:#4fc3f780;color:#4fc3f7}.productpage .filter .filters ul input[type=radio]{appearance:none;position:relative;height:20px;width:20px;border:2px solid #555;border-radius:50%;cursor:pointer;transition:all .3s ease;flex-shrink:0}.productpage .filter .filters ul input[type=radio]:checked{border-color:#4fc3f7;box-shadow:0 0 20px #4fc3f74d}.productpage .filter .filters ul input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:10px;width:10px;border-radius:50%;background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 0 10px #4fc3f780}.productpage .filter .filters ul li label{cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;flex-grow:1;text-align:left;margin-right:auto;transition:color .3s ease}.productpage .container{flex:1;display:flex;flex-direction:column;align-items:center;min-height:fit-content}.productpage .search{width:100%;display:flex;align-items:center;background:linear-gradient(145deg,#1e1e1e,#2a2a2a);border:1px solid rgba(79,195,247,.1);padding:1.2rem 1.5rem;border-radius:16px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d;margin-bottom:2rem;transition:all .3s ease;gap:1rem}.productpage .search:focus-within{border-color:#4fc3f780;box-shadow:0 12px 40px #0009,0 0 0 1px #4fc3f733,inset 0 1px #ffffff1a}.productpage .search svg{color:#4fc3f7;transition:all .3s ease}.productpage .search input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:1.1rem;font-weight:400}.productpage .search input::placeholder{color:#888;transition:color .3s ease}.productpage .search:focus-within input::placeholder{color:#aaa}.productpage .content{width:100%;background:linear-gradient(145deg,#1e1e1e,#2a2a2a);border:1px solid rgba(79,195,247,.1);border-radius:20px;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d;display:flex;flex-direction:row;justify-content:flex-start;gap:2rem;flex-wrap:wrap;padding:2.5rem;min-height:400px}.productpage .card{display:flex;position:relative;flex-direction:column;width:calc(33.333% - 1.333rem);min-width:30%;height:400px;font-family:Inter,Arial,sans-serif;background:linear-gradient(145deg,#232323,#1a1a1a);border:1px solid rgba(79,195,247,.1);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d;color:#e0e0e0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.productpage .card:after{content:"";position:absolute;inset:0 0 -100%;background:linear-gradient(0deg,transparent,rgba(79,195,247,.1),transparent);opacity:0;transition:bottom .4s ease,opacity .4s ease;pointer-events:none}.productpage .card:hover:after{opacity:1;bottom:100%}.productpage .card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #000c,0 0 0 1px #666a6b33;border-color:#4fc3f74d}.productpage .card-image-container{position:relative;width:100%;height:180px;overflow:hidden}.productpage .card-image{width:100%;height:65%;object-fit:cover;transition:transform .4s ease}.productpage .card-date{position:absolute;top:12px;right:12px;font-size:.8rem;color:#fff;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(79,195,247,.3);padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:4px;font-weight:600;z-index:2;transition:all .3s ease}.productpage .card-content{padding:20px;flex:1;display:flex;flex-direction:column;gap:16px}.productpage .card-title{color:#fff;font-size:1.3rem;font-weight:700;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;min-height:1.3em}.productpage .card-description{font-size:.9rem;line-height:1.5;color:#b0b0b0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0}.productpage .none{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888;text-align:center;width:100%;padding:4rem;gap:1rem}.productpage .none svg{opacity:.5;color:#4fc3f7}.productpage .none h3{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.productpage .none p{margin:0;color:#aaa;font-size:1rem}.certificatepage{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.certificatepage .timeline{display:flex;flex-direction:row;justify-content:center;align-items:stretch;min-width:100%;max-width:100%;gap:2.5vw;margin-bottom:80px}.certificatepage .left{display:flex;flex-direction:column;align-self:start;align-items:end;width:49%;gap:5vh}.certificatepage .mid{padding:1px;background:linear-gradient(#fff,#1f2937,#1f2937);position:relative}.certificatepage .right{margin-top:150px;display:flex;flex-direction:column;justify-content:left;align-self:start;width:49%;gap:5vh}.certificatepage .left .timeCard{width:90%;border-radius:12px;display:flex;flex-direction:column;align-items:end}.certificatepage .right .timeCard{width:90%;border-radius:12px;display:flex;flex-direction:column;align-items:start}.certificatepage .left .timeCard .top{width:fit-content;display:flex;justify-content:right;border:none;position:relative;color:#38bdf8;padding:0 0 1vh}.certificatepage .left .timeCard .top p{border:1px solid white;padding:1vh 1vw;border-radius:.5rem;text-align:right;font-weight:800;font-size:24px}.certificatepage .left .timeCard .top i{padding:1vh 1vw 1vh 0;position:absolute;right:1vw;transform:translate(150%);font-size:30px}.certificatepage .left .timeCard .bottom{border:1px solid white;padding:2vh 1vw;border-radius:.5rem;display:flex;gap:1rem}.certificatepage .right .timeCard .bottom{border:1px solid white;padding:2vh 1vw;border-radius:.5rem;display:flex;gap:1rem;text-align:right}.certificatepage .timeCard img{width:40%;object-fit:cover;border-radius:8px}.certificatepage .details{max-width:60%;display:flex;flex-direction:column;justify-content:start}.certificatepage .name{font-size:1.2rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.88rem}.certificatepage .desc{font-size:.9rem;line-height:1.4;color:#cbd5e1;text-align:justify;text-indent:3vw}.certificatepage .timeCard .right .bottom,.certificatepage .timeCard .right .top{flex-direction:row-reverse}.certificatepage .right .timeCard .top{width:100%;display:flex;justify-content:left;border:none;position:relative;color:#38bdf8;padding:0 0 1vh;width:fit-content}.certificatepage .right .timeCard .top p{border:1px solid white;padding:1vh 1vw;border-radius:.5rem;text-align:right;font-weight:800;font-size:24px}.certificatepage .right .timeCard .top i{padding:1vh 0 1vh 1vw;position:absolute;left:1vw;transform:translate(-150%);font-size:30px}.certificatepage .bottom,.certificatepage .top p{box-shadow:0 0 0 2px #0ff3;transform:translateY(0);transition:.1s all ease-out}.certificatepage .timeCard:hover .bottom,.certificatepage .timeCard:hover .top p{transform:translateY(-10px);box-shadow:0 0 15px #0ff9;transition:.2s all ease-in}@keyframes show{0%{opacity:0;padding-top:50%;transform:translateY(50px) scale(.5);filter:blur(6px)}50%{opacity:1;padding-top:0%;transform:translateY(0) scale(1);filter:blur(0)}to{opacity:0;transform:translateY(-30px) scale(.98);filter:blur(4px)}}.timeCard{animation-name:show;animation-timeline:view();animation-duration:1s;animation-fill-mode:both}.mid p{position:absolute;bottom:0;left:0;transform:translate(-50%,150%);white-space:nowrap}.awardPage{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.awardPage .window{width:100%;height:700px;border:1px solid #ccc;text-align:center;position:relative}.window .slider{position:absolute;width:250px;height:45%;top:50%;left:calc(50% - 125px);transform-style:preserve-3d;transform:translateY(-50%) perspective(1000px) rotateX(-6deg);z-index:1}@keyframes sliderRotate{0%{transform:perspective(1000px) translateY(-50%) rotateX(-6deg) rotateY(0)}to{transform:perspective(1000px) translateY(-50%) rotateX(-6deg) rotateY(360deg)}}.awardPage .slider .slider-item{position:absolute;inset:0;transform:rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)) translateZ(400px);transition:.2s ease-out;display:flex;flex-direction:column;padding:1vh 1vw;border:1px solid #888;border-radius:.5rem;background-color:#1f2937;color:#f3f4f6}.awardPage .slider .slider-item{transform:rotateY(calc(((var(--position) - 1) * (360 / var(--quantity)) + (var(--selected) - 1) * (360 / var(--quantity))) * 1deg)) translateZ(400px)}.awardPage .slider .slider-item img{width:100%;height:50%;object-fit:cover;border-radius:1rem;border:3px double #f3f4f6}.awardPage .slider .slider-item .title{font-weight:600;font-size:16px;line-height:1.2rem;min-height:2.4rem;max-height:2.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.awardPage .slider .slider-item .year{position:absolute;top:2px;right:2px;font-size:10px;padding:2px 5px;border:1px solid #ccc;border-radius:1rem;background-color:#ef4444}.awardPage .slider .slider-item .desc{font-size:10px;text-align:justify;text-indent:3vw;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.awardPage .slider .slider-item:hover{transform:rotateY(calc(((var(--position) - 1) * (360 / var(--quantity)) + (var(--selected) - 1) * (360 / var(--quantity))) * 1deg)) rotateX(6deg) scale(1.1) translateZ(400px);transition:.2s ease-in}.awardPage .window .slider:before{content:"";position:absolute;top:100%;left:50%;width:800px;height:800px;border-radius:50%;border:20px double rgba(255,255,255,.3);transform:translate(-50%,-50%) rotateX(90deg);pointer-events:none;z-index:0}.awardPage .window .slider .slider-item:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%) rotate(180deg);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid white;transition:.1s all ease-in}.awardPage .slider .slider-item:hover:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:20px solid aqua}.awardPage .window{display:flex;flex-direction:row;justify-content:space-between}.awardPage .prev,.awardPage .next{display:flex;align-items:center;justify-content:center;font-weight:800;height:100%;width:12%;font-size:2rem;color:#fff;cursor:pointer;transition:all .3s ease}.awardPage .prev{background:linear-gradient(to left,#0000,#0009)}.awardPage .next{background:linear-gradient(to right,#0000,#0009)}.awardPage .prev:hover{background:linear-gradient(to left,#0000,#0009 50% 100%);font-size:2.3rem}.awardPage .next:hover{background:linear-gradient(to right,#0000,#0009 50% 100%);font-size:2.3rem}.completionpage{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0d0d0d;color:#f3f4f6}.completionpage .window{position:relative;width:100%;min-height:700px;max-height:700px;border:1px solid #262626;display:grid;grid-template-columns:25% 75%;background:#141414;box-shadow:0 0 20px #0009;border-radius:.5rem;overflow:hidden;transition:.2s all ease-in}.completionpage .hideside{transition:.2s all ease-out;grid-template-columns:0 100%}.completionpage .scroller{position:relative;width:100%;min-height:100%;max-height:700px;border-right:1px solid #262626;background:#0d0d0d;color:#f9fafb}.completionpage .scroller .button{position:absolute;background:linear-gradient(180deg,#1a1a1a,#262626);color:#f9fafb;font-size:18px;font-weight:600;height:auto;width:auto;padding:1.5rem .75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;top:50%;right:0;transform:translate(100%,-50%);cursor:pointer;box-shadow:0 4px 12px #00000080;transition:all .3s ease}.completionpage .scroller .button:hover{background:linear-gradient(180deg,#333,#1f1f1f);padding-left:2rem;box-shadow:0 6px 18px #000000b3}.completionpage .scroller .top{display:flex;flex-direction:row;justify-content:space-around;align-items:center;margin:0;padding:0;max-height:10%;border-bottom:1px solid #262626;background:#141414;overflow:hidden}.completionpage .scroller .top p{font-weight:800;font-size:20px;padding:10px 0;color:#e5e7eb}.completionpage .scroller .cards{display:flex;width:100%;max-height:90%;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#404040 transparent}.completionpage .scroller .cards .card{margin-top:2vh;max-width:80%;min-width:80%;min-height:150px;height:150px;max-height:150px;border:1px solid #262626;background:#141414;border-radius:.5rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:flex;flex-direction:column;position:relative}.completionpage .scroller .cards .card:hover{transform:scale(1.03);box-shadow:0 0 15px #ffffff1a}.completionpage .scroller .cards .card img{width:100%;height:80%;object-fit:cover;border-bottom:1px solid #262626}.completionpage .scroller .cards .card .title{text-align:center;font-size:12px;font-weight:600;padding:5px 0;color:#f3f4f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.completionpage .viewer{background-color:#0d0d0d;min-width:100%;max-height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;color:#e5e7eb;font-size:16px;border-left:1px solid #262626;overflow-y:auto;padding:2rem 0;gap:1.5rem}.completionpage .viewer img{width:80%;max-width:60%;border-radius:.5rem;object-fit:cover;box-shadow:0 0 20px #0009}.completionpage .viewer .desc{padding:0 5%;text-align:justify;text-indent:2rem;line-height:1.6;font-size:15px;color:#d1d5db}.newspage{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px;position:relative;font-family:Segoe UI,sans-serif}.newspage .latest{width:100%;display:flex;flex-direction:column;align-items:center}.newspage .main{background:linear-gradient(145deg,#1f1f1f,#1a1a1a);border:1px solid rgba(79,195,247,.1);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0009,0 0 40px #ff47470d;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;height:fit-content;margin:20px;width:80%}.newspage .main img{min-width:100%;height:320px;object-fit:cover;transition:transform .5s ease,filter .5s ease}.newspage .main .title{font-size:1.8rem;font-weight:700;padding:20px 24px 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.newspage .main .macro{font-size:.95rem;color:#23ccd8;font-weight:600;padding:0 24px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.newspage .main .desc{padding:0 24px 24px;font-size:1rem;line-height:1.6;color:#e0e0e0;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.newspage .main:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 15px 35px #000c,0 0 60px #09b6eb26;border-color:#10bbe64d}.newspage .main:hover img{transform:scale(1.08);filter:brightness(1.15) saturate(1.1)}.newspage .main:hover .title{color:#22afc2}.newspage .secondary{width:90%;display:flex;flex-direction:row;gap:1%;justify-content:center}.newspage .secondary .item{background:linear-gradient(145deg,#181818,#141414);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #00000080,0 0 20px #ff474705;transition:all .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;max-width:31%;min-width:31%}.newspage .secondary .item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#1c95db,#1adddd);opacity:0;transition:opacity .3s ease}.newspage .secondary .item:hover:before{opacity:1}.newspage .secondary .item img{width:100%;height:140px;object-fit:cover;transition:transform .4s ease,filter .4s ease}.newspage .secondary .item .title{font-size:1.2rem;font-weight:600;padding:16px 18px 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.newspage .secondary .item .macro{font-size:.85rem;color:#0b7a9c;font-weight:500;padding:0 18px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.3px}.newspage .secondary .item .desc{padding:0 18px 18px;font-size:.9rem;line-height:1.5;color:#ccc;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.newspage .secondary .item:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 25px #000000b3,0 0 30px #ff474714;border-color:#ffffff26}.newspage .secondary .item:hover img{transform:scale(1.06);filter:brightness(1.1) saturate(1.05)}.newspage .secondary .item:hover .title{color:#29cee4}@media (max-width: 768px){.newspage .latest{grid-template-columns:1fr;gap:20px}.newspage .main .title{font-size:1.5rem;padding:16px 20px 6px}.newspage .main img{height:250px}.newspage .secondary{gap:16px}.newspage .secondary .item img{height:120px}}@media (max-width: 900px){.newspage .latest{grid-template-columns:1fr}.newspage .secondary{flex-direction:row;gap:10px}.newspage .secondary .item{flex:1}}.newspage .newstitle{border-bottom:1px solid white;padding-bottom:1em;padding-top:1em;font-weight:800;font-size:30px;width:100%;text-align:center}.finder{width:100%;max-width:1400px;display:flex;flex-direction:row;gap:2rem;margin-top:2rem}.newspage .filter{width:280px;min-width:280px;padding:2rem;background:linear-gradient(145deg,#1e1e1e,#2a2a2a);border:1px solid rgba(79,195,247,.1);color:#e0e0e0;border-radius:20px;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:fit-content;position:sticky;top:2rem;transition:all .3s ease}.newspage .filter:hover{border-color:#4fc3f74d;transform:translateY(-2px);box-shadow:0 12px 40px #000000b3,inset 0 1px #ffffff1a}.newspage .filter-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(79,195,247,.2)}.newspage .filter .title{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 10px}.newspage .filter .filters ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.newspage .filter .filters ul li{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px;border:1px solid transparent;position:relative;overflow:hidden}.newspage .filter .filters ul li:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,195,247,.1),transparent);transition:left .5s ease}.newspage .filter .filters ul li:hover:before{left:100%}.newspage .filter .filters ul li:hover{background:#4fc3f71a;border-color:#4fc3f74d;color:#fff;transform:translate(4px)}.newspage .filter .filters ul li.active{background:#4fc3f726;border-color:#4fc3f780;color:#4fc3f7}.newspage .filter .filters ul input[type=radio]{appearance:none;position:relative;height:20px;width:20px;border:2px solid #555;border-radius:50%;cursor:pointer;transition:all .3s ease;flex-shrink:0}.newspage .filter .filters ul input[type=radio]:checked{border-color:#4fc3f7;box-shadow:0 0 20px #4fc3f74d}.newspage .filter .filters ul input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:10px;width:10px;border-radius:50%;background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 0 10px #4fc3f780}.newspage .filter .filters ul li label{cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;flex-grow:1;text-align:left;margin-right:auto;transition:color .3s ease}.newspage .container-all{flex:1;display:flex;flex-direction:column;align-items:center;min-height:fit-content}.newspage .search{width:100%;display:flex;align-items:center;background:linear-gradient(145deg,#1e1e1e,#2a2a2a);border:1px solid rgba(79,195,247,.1);padding:1.2rem 1.5rem;border-radius:16px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d;margin-bottom:2rem;transition:all .3s ease;gap:1rem}.newspage .search:focus-within{border-color:#4fc3f780;box-shadow:0 12px 40px #0009,0 0 0 1px #4fc3f733,inset 0 1px #ffffff1a}.newspage .search svg{color:#4fc3f7;transition:all .3s ease}.newspage .search input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:1.1rem;font-weight:400}.newspage .search input::placeholder{color:#888;transition:color .3s ease}.newspage .search:focus-within input::placeholder{color:#aaa}.newspage .content{width:100%;background:linear-gradient(145deg,#1e1e1e,#2a2a2a);border:1px solid rgba(79,195,247,.1);border-radius:20px;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d;display:flex;flex-direction:row;justify-content:flex-start;gap:2rem;flex-wrap:wrap;padding:2.5rem;min-height:400px}.newspage .card{display:flex;position:relative;flex-direction:column;width:calc(33.333% - 1.333rem);min-width:30%;height:400px;font-family:Inter,Arial,sans-serif;background:linear-gradient(145deg,#232323,#1a1a1a);border:1px solid rgba(79,195,247,.1);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0d;color:#e0e0e0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.newspage .card:after{content:"";position:absolute;inset:0 0 -100%;background:linear-gradient(0deg,transparent,rgba(79,195,247,.1),transparent);opacity:0;transition:bottom .4s ease,opacity .4s ease;pointer-events:none}.newspage .card:hover:after{opacity:1;bottom:100%}.newspage .card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #000c,0 0 0 1px #666a6b33;border-color:#4fc3f74d}.newspage .card-image-container{position:relative;width:100%;height:180px;overflow:hidden}.newspage .card-image{width:100%;height:75%;object-fit:cover;transition:transform .4s ease}.newspage .card-date{position:absolute;top:12px;right:12px;font-size:.8rem;color:#fff;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(79,195,247,.3);padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:4px;font-weight:600;z-index:2;transition:all .3s ease}.newspage .card-content{padding-top:20px;flex:1;display:flex;flex-direction:column;gap:16px}.newspage .card-title{color:#fff;font-size:1.3rem;font-weight:700;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;min-height:1.3em;padding:0 20px}.newspage .card-description{font-size:.9rem;line-height:1.5;color:#b0b0b0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0}.newspage .none{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888;text-align:center;width:100%;padding:4rem;gap:1rem}.newspage .none svg{opacity:.5;color:#4fc3f7}.newspage .none h3{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.newspage .none p{margin:0;color:#aaa;font-size:1rem}.newspage .container{max-width:90%;margin:0 auto;padding:40px 20px}.newspage .article-header{margin-bottom:40px;margin-left:auto;margin-right:auto;width:100%}.newspage .cover-image{max-width:100%;min-height:100%;object-fit:cover;border-radius:16px;margin-bottom:32px;box-shadow:0 8px 32px #0006;border:1px solid #2a2a2a}.newspage .article-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;text-align:center}.newspage .article-date{font-size:.95rem;color:#888;margin:0 0 32px;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.newspage .article-content{background:#1a1a1a;border-radius:12px;padding:32px;border:1px solid #2a2a2a;box-shadow:0 4px 16px #0003}.newspage .article-content p{margin:0 0 20px;font-size:1.1rem;line-height:1.7;color:#e5e5e5}.newspage .article-content p:last-child{margin-bottom:0}.newspage .article-content h1{font-size:2rem;font-weight:600;color:#fff;margin:32px 0 16px;line-height:1.3;border-bottom:2px solid #333333;padding-bottom:8px}.newspage .article-content h1:first-child{margin-top:0}.newspage .article-content h2{font-size:1.6rem;font-weight:600;color:#fff;margin:28px 0 14px;line-height:1.3}.newspage .article-content h3{font-size:1.3rem;font-weight:600;color:#fff;margin:24px 0 12px;line-height:1.3}.newspage .article-content strong{color:#fff;font-weight:600}.newspage .article-content em{color:#ccc;font-style:italic}.newspage .article-content u{text-decoration:underline;text-decoration-color:#666}.newspage .article-content ul,.newspage .article-content ol{margin:20px 0;padding-left:24px}.newspage .article-content li{margin:8px 0;color:#e5e5e5;line-height:1.6}.newspage .article-content ul li{list-style-type:disc}.newspage .article-content ol li{list-style-type:decimal}.newspage .article-content a{color:#3b82f6;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.newspage .article-content a:hover{color:#60a5fa;border-bottom-color:#3b82f6}.newspage .article-content blockquote{border-left:4px solid #3b82f6;margin:24px 0;padding:16px 24px;background:#222;border-radius:0 8px 8px 0;font-style:italic;color:#ccc}.newspage .article-content code{background:#2a2a2a;color:#f8f8f2;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.newspage .article-content pre{background:#2a2a2a;border:1px solid #333333;border-radius:8px;padding:16px;margin:20px 0;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.newspage .article-content pre code{background:none;padding:0;border-radius:0}.newspage .article-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0;border:1px solid #333333}.gemini{width:100%;max-width:1200px;margin:20px auto;background:#1a1a1a;color:#f0f0f0;border-radius:12px;box-shadow:0 4px 14px #0006;padding:20px;font-family:Segoe UI,sans-serif}.gemini-input{display:flex;gap:10px;margin-bottom:15px}.gemini-input input{flex:1;padding:10px 12px;border:1px solid #444;border-radius:8px;background:#2a2a2a;color:#fff;font-size:14px;outline:none;transition:border .2s ease}.gemini-input input:focus{border-color:#00b4d8}.gemini-input button{padding:10px 16px;border:none;border-radius:8px;background:#00b4d8;color:#fff;font-weight:600;cursor:pointer;transition:background .3s ease}.gemini-input button:hover{background:#0096c7}.gemini-result{background:#2a2a2a;border-radius:8px;padding:15px;min-height:80px;font-size:14px;line-height:1.5}.gemini-result{background:#2a2a2a;border-radius:8px;padding:16px;min-height:120px;font-size:15px;line-height:1.6;overflow-y:auto;max-height:400px}.gemini-result h1,.gemini-result h2,.gemini-result h3{color:#00b4d8;margin-top:1em}.gemini-result p{margin:.5em 0}.gemini-result ul,.gemini-result ol{margin:.5em 0 .5em 1.2em;padding-left:1.2em}.gemini-result li{margin:.3em 0}.loginpage{width:100vw;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.login-container{background:#333;border:1px solid #807d7d;border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:0 0 30px #22d3ee1a,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;min-width:400px;max-width:90vw}.login-title{text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#39c7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.login-title:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,#39c7ff,#fff);margin:1rem auto 0;border-radius:2px;box-shadow:0 0 10px #22d3ee80}.input-group{margin-bottom:1.5rem;position:relative}.input-group label{display:block;margin-bottom:.5rem;color:var(--note);font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.input-group input[type=text],.input-group input[type=password]{width:100%;padding:1rem 1.25rem;background:#3d3c3c;border:1px solid #807d7d;border-radius:.75rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease;outline:none}.input-group input[type=text]:focus,.input-group input[type=password]:focus{border-color:#807d7d;box-shadow:0 0 0 3px #789ca11a,0 0 20px #59b4c233;background:#3a3e46cc;transform:translateY(-3px)}.input-group input[type=text]::placeholder,.input-group input[type=password]::placeholder{color:var(--sub)}.login-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#39c7ff,#fff);color:#333;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:700;font-family:inherit;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.login-btn:hover{background:linear-gradient(135deg,#39c7ff,#fff);box-shadow:0 0 25px #9aa0a166,0 5px 15px #0000004d;transform:translateY(-2px)}.login-btn:hover:before{left:100%}.login-btn:active{transform:translateY(0);box-shadow:0 0 15px #22d3ee4d}.login-container:after{content:"";position:absolute;top:20px;right:20px;width:60px;height:60px;background:radial-gradient(circle,var(--pink) 0%,transparent 70%);border-radius:50%;opacity:.1;animation:pulse 4s ease-in-out infinite}.login-btn.loading{background:linear-gradient(135deg,#39c7ff,#fff);cursor:not-allowed;pointer-events:none}.login-btn.loading:after{content:"";width:10px;height:10px;border:2px solid red;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-left:10px}.error{color:salmon;text-align:center;min-height:16px;height:16px;max-height:16px}.dashboard{display:flex;width:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#0a0a0a;color:#e5e5e5}.dashboard .content{padding:32px;flex:1;background:#0a0a0a;overflow-y:auto}.dashboard .welcome-section{margin-bottom:32px}.dashboard .welcome-section h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.dashboard .welcome-section p{color:#a1a1aa;font-size:16px}.dashboard .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:40px}.dashboard .stat-card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.dashboard .stat-card:hover{transform:translateY(-2px);border-color:#6366f1;box-shadow:0 8px 24px #6366f11a}.dashboard .stat-icon{font-size:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2a2a2a;border-radius:10px}.dashboard .stat-content h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.dashboard .stat-content p{color:#a1a1aa;font-size:14px}.dashboard .quick-actions h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:24px}.dashboard .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px}.dashboard .action-group{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:12px;padding:24px}.dashboard .action-group h4{font-size:16px;font-weight:600;color:#fff;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #2a2a2a}.dashboard .buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.dashboard .action-btn{padding:12px 16px;border:none;border-radius:8px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s ease;font-size:14px}.dashboard .action-btn:hover{transform:translateY(-1px)}.dashboard .action-btn.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.dashboard .action-btn.primary:hover{box-shadow:0 4px 12px #6366f14d}.dashboard .action-btn.secondary{background:#2a2a2a;color:#e5e5e5;border:1px solid #3a3a3a}.dashboard .action-btn.secondary:hover{background:#3a3a3a;border-color:#4a4a4a}.dashboard .action-btn.danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.dashboard .action-btn.danger:hover{box-shadow:0 4px 12px #dc26264d}@media (max-width: 768px){.dashboard{flex-direction:column}.dashboard .sidebar{width:100%;height:auto;flex-direction:row;padding:16px}.dashboard .nav-menu{flex-direction:row;overflow-x:auto}.dashboard .actions-grid{grid-template-columns:1fr}.dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}}.status-completed{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-ongoing{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status-failed{background:#e2289533;color:#c0395b;border:1px solid rgba(207,38,131,.3)}.cover{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000000;transition:all .3s ease}.cover.hide{opacity:0;z-index:-1}.modal{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:16px;box-shadow:0 20px 60px #0009;max-width:800px;width:90vw;max-height:90vh;overflow-y:auto;overflow-x:hidden;position:relative;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#e5e5e5}.close{position:absolute;top:20px;right:24px;width:36px;height:36px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:50%;color:#a1a1aa;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;transition:all .2s ease;z-index:10}.close:hover{background:#ef4444;color:#fff;border-color:#ef4444}.modal h1{font-size:26px;font-weight:700;color:#fff;padding:24px 32px 20px;margin-bottom:24px;letter-spacing:-.5px;border-bottom:1px solid #2a2a2a}.modal h1.edit-header{display:flex;align-items:center;gap:12px}.modal h1.edit-header:before{content:"✏️";font-size:24px}.image-carousel{position:relative;height:280px;margin:0 32px 32px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:1px solid #3a3a3a}.carousel-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#1a1a1a,#2a2a2a,#1a1a1a);background-size:400% 400%;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.carousel-screen{display:flex;flex-direction:row;width:100%;height:100%;color:#71717a;font-size:48px;opacity:1;overflow-x:visible;transform:translate(calc(-100% * var(--current)));transition:transform .3s ease}.carousel-screen .carousel-cover{min-width:100%;max-width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.carousel-screen .carousel-cover img{max-width:90%;max-height:100%;object-fit:cover}.carousel-navigation{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#6366f1;transform:scale(1.2)}.carousel-arrows{position:absolute;top:50%;transform:translateY(-50%);background:#1a1a1acc;border:1px solid #3a3a3a;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#a1a1aa;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-arrows:hover{background:#6366f133;color:#6366f1;border-color:#6366f1}.carousel-arrow-left{left:16px}.carousel-arrow-right{right:16px}.project-content{padding:0 32px 32px}.project-title-section{margin-bottom:24px}.project-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.8px;line-height:1.2}.project-subtitle{color:#a1a1aa;font-size:16px;font-weight:500}.project-meta{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:20px;background:#2a2a2a4d;border:1px solid #2a2a2a;border-radius:12px}.status-container{display:flex;align-items:center;gap:12px}.status-indicator,.status-indicator-completed,.status-indicator-ongoing,.status-indicator-failed{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}.status-indicator,.status-indicator-ongoing{background:#22c55e;box-shadow:0 0 12px #22c55e66}.status-indicator-completed{background:#0b47c9;box-shadow:0 0 12px #15c9e966}.status-indicator-failed{background:#c52173;box-shadow:0 0 12px #aa22c566}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.status-text,.status-text-ongoing{font-size:16px;font-weight:600;color:#22c55e}.status-text-completed{font-size:16px;font-weight:600;color:#0b47c9}.status-text-failed{font-size:16px;font-weight:600;color:#c52173}.date-divider{width:1px;height:32px;background:#3a3a3a}.completion-date{display:flex;flex-direction:column;gap:4px}.date-label{font-size:12px;color:#71717a;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.date-value{font-size:16px;color:#fff;font-weight:600}.project-description{background:#1a1a1a80;border:1px solid #2a2a2a;border-radius:12px;padding:24px;margin-bottom:24px}.description-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px;display:flex;align-items:center;gap:8px}.description-text{text-indent:3em;color:#a1a1aa;line-height:1.7;font-size:15px;text-align:justify}.project-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.project-tag{background:#6366f11a;color:#8b5cf6;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(139,92,246,.2);transition:all .2s ease}.project-tag:hover{background:#6366f133;border-color:#8b5cf666;transform:translateY(-1px)}.edit-form{padding:32px}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;color:#e5e5e5;font-size:14px;font-family:inherit;transition:all .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#1a1a1a}.form-textarea{min-height:100px;resize:vertical}.form-input::placeholder,.form-textarea::placeholder{color:#71717a}.form-input[type=date]{color-scheme:dark}.form-grid{display:grid;grid-template-columns:1fr;gap:16px}.form-grid-full{grid-column:span 2}.status-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.status-option{position:relative}.status-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.status-option label{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.status-option input[type=radio]:checked+label{border-color:#6366f1;background:#6366f11a;color:#fff}.status-indicator{width:8px;height:8px;border-radius:50%}.status-ongoing .status-indicator{background:#3b82f6;box-shadow:0 0 8px #3b82f666}.status-completed .status-indicator{background:#22c55e;box-shadow:0 0 8px #22c55e66}.status-failed .status-indicator{background:#ef4444;box-shadow:0 0 8px #ef444466}.tags-input-container{position:relative}.tags-display{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;min-height:32px;align-items:flex-start}.tag-item{background:#6366f11a;color:#8b5cf6;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid rgba(139,92,246,.2);display:flex;align-items:center;gap:6px;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.tag-remove{cursor:pointer;opacity:.7;transition:opacity .2s ease}.tag-remove:hover{opacity:1;color:#ef4444}.image-upload{border:2px dashed #3a3a3a;border-radius:12px;padding:32px;text-align:center;transition:all .2s ease;cursor:pointer;position:relative}.image-upload:hover{border-color:#6366f1;background:#6366f105}.image-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.upload-icon{font-size:32px;margin-bottom:12px;opacity:.6}.upload-text{color:#a1a1aa;font-size:14px;margin-bottom:4px}.upload-subtext{color:#71717a;font-size:12px}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding:24px 32px;border-top:1px solid #2a2a2a;background:#0f0f0f80}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn-secondary{background:#2a2a2a;color:#e5e5e5;border:1px solid #3a3a3a}.btn-secondary:hover{background:#3a3a3a;border-color:#4a4a4a}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:1px solid transparent}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:1px solid transparent}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e;padding:12px 16px;border-radius:8px;margin:0 32px 20px;display:flex;align-items:center;gap:8px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modal{width:95vw;max-height:95vh}.modal h1{font-size:22px;padding:20px 24px 0}.image-carousel{margin:0 24px 24px;height:240px}.project-content{padding:0 24px 24px}.project-title{font-size:26px}.project-meta{flex-direction:column;align-items:stretch;gap:16px}.date-divider{display:none}.edit-form{padding:24px}.form-grid{grid-template-columns:1fr}.form-grid-full{grid-column:span 1}.status-selection{grid-template-columns:1fr}.form-actions{padding:20px 24px;flex-direction:column}.btn{justify-content:center}.success-message{margin:0 24px 20px}}.existing-images-section{margin-bottom:24px}.images-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:12px;padding:20px;background:#1a1a1a80;border:1px solid #2a2a2a;border-radius:12px}.image-item{display:flex;flex-direction:column;gap:8px;animation:fadeIn .3s ease}.image-item.uploading{animation:slideIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.image-container{position:relative;border-radius:8px;overflow:hidden;background:#2a2a2a;border:1px solid #3a3a3a;transition:all .3s ease;aspect-ratio:4/3}.image-container:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 8px 24px #6366f133}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;overflow:hidden}.image-container:hover .gallery-image{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:#000000b3;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-container:hover .image-overlay{opacity:1}.image-action{width:36px;height:36px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-action.view-btn{background:#3b82f6cc;color:#fff;border:1px solid rgba(59,130,246,.6)}.image-action.view-btn:hover{background:#3b82f6;transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.image-action.delete-btn{background:#ef4444cc;color:#fff;border:1px solid rgba(239,68,68,.6)}.image-action.delete-btn:hover{background:#ef4444;transform:scale(1.1);box-shadow:0 4px 12px #ef444466}.image-info{padding:0 4px}.image-name{font-size:12px;color:#a1a1aa;font-weight:500;display:block;truncate:true;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#6366f1;font-size:12px;font-weight:600}.loading-spinner{width:24px;height:24px;border:2px solid #2a2a2a;border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}.image-upload{border:2px dashed #3a3a3a;border-radius:12px;padding:32px;text-align:center;transition:all .3s ease;cursor:pointer;position:relative;background:#1a1a1a4d}.image-upload:hover,.image-upload.drag-over{border-color:#6366f1;background:#6366f10d;transform:translateY(-2px);box-shadow:0 8px 24px #6366f11a}.image-upload.drag-over{border-style:solid;background:#6366f11a}.image-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;top:0;left:0}.upload-icon{font-size:32px;margin-bottom:12px;opacity:.6;transition:all .3s ease}.image-upload:hover .upload-icon,.image-upload.drag-over .upload-icon{opacity:1;transform:scale(1.1)}.upload-text{color:#a1a1aa;font-size:14px;font-weight:500;margin-bottom:4px;transition:color .3s ease}.upload-subtext{color:#71717a;font-size:12px;transition:color .3s ease}.image-upload:hover .upload-text,.image-upload.drag-over .upload-text{color:#6366f1}.image-upload:hover .upload-subtext,.image-upload.drag-over .upload-subtext{color:#8b5cf6}.form-section{margin-bottom:32px}.section-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px;display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid #2a2a2a}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:#e5e5e5;margin-bottom:8px}@media (max-width: 768px){.images-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:16px}.image-action{width:32px;height:32px;font-size:12px}.upload-icon{font-size:28px}.image-upload{padding:24px}}.dialog-cover{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000001;opacity:0;visibility:hidden;transition:all .3s ease}.dialog-cover.active{opacity:1;visibility:visible;border-bottom:none}.dialog-box{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:16px;box-shadow:0 20px 60px #000000b3;max-width:480px;width:90vw;position:relative;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#e5e5e5;transform:scale(.9) translateY(-20px);transition:all .3s ease}.dialog-cover.active .dialog-box{transform:scale(1) translateY(0)}.dialog-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:50%;color:#a1a1aa;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .2s ease;z-index:10}.dialog-close:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:scale(1.1)}.dialog-header{display:flex;align-items:center;gap:16px;padding:32px 32px 24px;border-bottom:1px solid #2a2a2a}.dialog-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;animation:iconPulse 2s infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.dialog-title{font-size:20px;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px}.dialog-content{padding:24px 32px}.dialog-message{color:#a1a1aa;font-size:16px;line-height:1.6;margin:0;text-align:center}.dialog-actions{display:flex;gap:12px;justify-content:flex-end;padding:24px 32px 32px}.dialog-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;min-width:80px;justify-content:center}.dialog-btn-secondary{background:#2a2a2a;color:#e5e5e5;border:1px solid #3a3a3a}.dialog-btn-secondary:hover{background:#3a3a3a;border-color:#4a4a4a;transform:translateY(-1px)}.dialog-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:1px solid transparent}.dialog-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.dialog-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:1px solid transparent}.dialog-btn-danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}@media (max-width: 768px){.dialog-box{width:95vw;max-width:none}.dialog-header{padding:24px 24px 20px;flex-direction:column;text-align:center;gap:12px}.dialog-content{padding:20px 24px}.dialog-actions{padding:20px 24px 24px;flex-direction:column}.dialog-btn{width:100%}.dialog-close{top:12px;right:12px}}.dialog-box.success .dialog-icon{animation:successBounce .6s ease}.dialog-box.error .dialog-icon{animation:errorShake .6s ease}@keyframes successBounce{0%,20%,60%,to{transform:translateY(0) scale(1)}40%{transform:translateY(-10px) scale(1.1)}80%{transform:translateY(-4px) scale(1.05)}}@keyframes errorShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.news-page{min-height:100vh;background:#0a0a0a;color:#e5e5e5;font-family:Segoe UI,system-ui,-apple-system,sans-serif;padding:32px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:12px}.header-content h1{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.header-content p{color:#a1a1aa;font-size:16px}.action-btn.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;font-size:14px}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f14d}.controls-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.search-container{flex:1;max-width:400px}.search-input-wrapper{position:relative}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:16px;color:#71717a}.search-input{width:100%;padding:12px 12px 12px 40px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#e5e5e5;font-size:14px;transition:all .2s ease}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-controls{display:flex;gap:12px;align-items:center}.filter-select{padding:10px 16px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#e5e5e5;cursor:pointer;font-size:14px}.filter-btn{padding:10px 16px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;color:#e5e5e5;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;transition:all .2s ease}.filter-btn:hover{background:#3a3a3a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:#6366f1;box-shadow:0 8px 24px #6366f11a}.stat-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#2a2a2a;border-radius:8px}.stat-content h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px}.stat-content p{color:#a1a1aa;font-size:12px}.table-container{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #2a2a2a;border-radius:12px;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #2a2a2a}.table-header h2{font-size:18px;font-weight:600;color:#fff}.table-actions{display:flex;gap:8px}.table-action-btn{padding:8px 12px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;color:#e5e5e5;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:12px;transition:all .2s ease}.table-action-btn:hover{background:#3a3a3a}.table-wrapper{overflow-x:auto}.news-table{width:100%;border-collapse:collapse;font-size:14px}.news-table th{padding:16px 12px;text-align:left;font-weight:600;color:#fff;background:#0f0f0f;border-bottom:1px solid #2a2a2a;white-space:nowrap}.news-table td{padding:16px 12px;border-bottom:1px solid #2a2a2a;vertical-align:top}.news-table tbody tr{transition:all .2s ease}.news-table tbody tr:hover{background:#6366f10d}.checkbox{width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.id-badge{background:#2a2a2a;color:#a1a1aa;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.title-cell h4{color:#fff;font-weight:600;margin-bottom:0}.description-cell{max-width:300px;color:#a1a1aa;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.date-cell{color:#71717a;font-size:12px;white-space:nowrap}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap}.status-published{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-draft{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status-scheduled{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.action-buttons{display:flex;gap:4px}.btn{padding:6px 8px;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}.view-btn{background:#2a2a2a;color:#a1a1aa}.view-btn:hover{background:#3a3a3a;color:#3b82f6}.edit-btn{background:#2a2a2a;color:#a1a1aa}.edit-btn:hover{background:#fbbf2433;color:#fbbf24}.delete-btn{background:#2a2a2a;color:#a1a1aa}.delete-btn:hover{background:#ef444433;color:#ef4444}.pagination{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-top:1px solid #2a2a2a}.pagination-info{color:#71717a;font-size:14px}.pagination-controls{display:flex;align-items:center;gap:16px}.pagination-btn{padding:8px 16px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;color:#e5e5e5;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#3a3a3a}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:4px}.page-btn{width:32px;height:32px;border:1px solid #2a2a2a;background:transparent;color:#a1a1aa;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.page-btn.active{background:#6366f1;color:#fff;border-color:#6366f1}.page-btn:hover:not(.active){background:#2a2a2a;color:#e5e5e5}@media (max-width: 768px){.news-page{padding:16px}.page-header{flex-direction:column;gap:16px;align-items:stretch}.controls-section{flex-direction:column;align-items:stretch;gap:12px}.stats-grid{grid-template-columns:repeat(2,1fr)}.table-wrapper{overflow-x:scroll}.news-table{min-width:800px}.pagination{flex-direction:column;gap:16px;align-items:stretch}.pagination-controls{justify-content:center}}.wider{min-width:80%}.modal-content{padding:24px}.form-group{margin-bottom:24px}.form-label{display:block;font-size:18px;font-weight:500;color:#ccc;margin-bottom:8px}.upload-area{border:2px dashed #444;border-radius:12px;padding:40px 20px;text-align:center;background:#222;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;width:50%;max-height:200px;min-height:200px;margin:auto}.loading-area{display:flex;width:50%;margin:auto;max-height:200px;min-height:200px}.upload-area:hover{border-color:#555;background:#252525}.upload-area.drag-over{border-color:#3b82f6;background:#3b82f61a}.upload-icon{width:48px;height:48px;margin:0 auto 16px;opacity:.6;fill:#888}.upload-text{color:#ccc;font-weight:500;margin-bottom:4px}.upload-subtext{color:#888;font-size:14px}.file-input{display:none}.image-preview{width:50%;max-height:200px;min-height:200px;margin:auto;position:relative;border-radius:12px;overflow:hidden;border:1px solid #333}.preview-image{width:100%;height:200px;object-fit:cover;display:block}.image-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.image-preview:hover .image-overlay{opacity:1}.remove-btn{background:#dc2626;border:none;color:#fff;padding:8px;border-radius:50%;cursor:pointer;transition:background .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#b91c1c}.loading-area{border:2px dashed #444;border-radius:12px;padding:40px 20px;text-align:center;background:#222;display:flex;flex-direction:column;align-items:center;gap:16px}.spinner{width:32px;height:32px;border:3px solid #333;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#ccc;font-weight:500}.text-input{width:100%;padding:12px 16px;background:#222;border:1px solid #444;border-radius:8px;color:#fff;font-size:16px;transition:all .2s ease;box-sizing:border-box}.text-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.text-input::placeholder{color:#666}.modal-footer{padding:20px 24px;border-top:1px solid #333;background:#1f1f1f;display:flex;gap:12px;justify-content:flex-end}.btn{padding:10px 20px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:14px}.btn-secondary{background:#333;color:#ccc}.btn-secondary:hover{background:#404040;color:#fff}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#374151;color:#6b7280;cursor:not-allowed}.ql-container{height:100%;font-family:Segoe UI,Arial,sans-serif;font-size:15px;border-bottom-left-radius:.5rem;border-end-end-radius:.5rem}.ql-editor{min-height:200px;padding:16px;line-height:1.6}.ql-editor.ql-blank:before{font-style:italic;color:#999}.ql-toolbar{border-radius:8px 8px 0 0;border:1px solid #ccc;background:#f9f9f9;padding:8px}.ql-toolbar .ql-formats button:hover,.ql-toolbar .ql-formats .ql-picker-label:hover,.ql-toolbar .ql-active{color:#007bff}.news-page .container{max-width:90%;margin:0 auto;padding:40px 20px}.news-page .article-header{margin-bottom:40px;margin-left:auto;margin-right:auto;width:100%}.news-page .cover-image{max-width:100%;min-height:100%;object-fit:cover;border-radius:16px;margin-bottom:32px;box-shadow:0 8px 32px #0006;border:1px solid #2a2a2a}.news-page .article-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;text-align:center}.news-page .article-date{font-size:.95rem;color:#888;margin:0 0 32px;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.news-page .article-content{background:#1a1a1a;border-radius:12px;padding:32px;border:1px solid #2a2a2a;box-shadow:0 4px 16px #0003}.news-page .article-content p{margin:0 0 20px;font-size:1.1rem;line-height:1.7;color:#e5e5e5}.news-page .article-content p:last-child{margin-bottom:0}.news-page .article-content h1{font-size:2rem;font-weight:600;color:#fff;margin:32px 0 16px;line-height:1.3;border-bottom:2px solid #333333;padding-bottom:8px}.news-page .article-content h1:first-child{margin-top:0}.news-page .article-content h2{font-size:1.6rem;font-weight:600;color:#fff;margin:28px 0 14px;line-height:1.3}.news-page .article-content h3{font-size:1.3rem;font-weight:600;color:#fff;margin:24px 0 12px;line-height:1.3}.news-page .article-content strong{color:#fff;font-weight:600}.news-page .article-content em{color:#ccc;font-style:italic}.news-page .article-content u{text-decoration:underline;text-decoration-color:#666}.news-page .article-content ul,.news-page .article-content ol{margin:20px 0;padding-left:24px}.news-page .article-content li{margin:8px 0;color:#e5e5e5;line-height:1.6}.news-page .article-content ul li{list-style-type:disc}.news-page .article-content ol li{list-style-type:decimal}.news-page .article-content a{color:#3b82f6;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.news-page .article-content a:hover{color:#60a5fa;border-bottom-color:#3b82f6}.news-page .article-content blockquote{border-left:4px solid #3b82f6;margin:24px 0;padding:16px 24px;background:#222;border-radius:0 8px 8px 0;font-style:italic;color:#ccc}.news-page .article-content code{background:#2a2a2a;color:#f8f8f2;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.news-page .article-content pre{background:#2a2a2a;border:1px solid #333333;border-radius:8px;padding:16px;margin:20px 0;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.news-page .article-content pre code{background:none;padding:0;border-radius:0}.news-page .article-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0;border:1px solid #333333}@media (max-width: 768px){.news-page .container{padding:24px 16px}.news-page .cover-image{height:250px;margin-bottom:24px}.news-page .article-title{font-size:2rem;margin-bottom:12px}.news-page .article-date{margin-bottom:24px;font-size:.9rem}.news-page .article-content{padding:24px 20px}.news-page .article-content p{font-size:1rem}.news-page .article-content h1{font-size:1.7rem;margin:24px 0 12px}.news-page .article-content h2{font-size:1.4rem;margin:20px 0 10px}.news-page .article-content h3{font-size:1.2rem;margin:18px 0 8px}}@media (max-width: 480px){.news-page .container{padding:16px 12px}.news-page .cover-image{height:200px;border-radius:12px}.news-page .article-title{font-size:1.7rem}.news-page .article-content{padding:20px 16px;border-radius:8px}}@media print{.news-page{background:#fff;color:#000}.news-page .article-content{background:#fff;border:1px solid #ccc;box-shadow:none}.news-page .article-content h1,.news-page .article-content h2,.news-page .article-content h3,.news-page .article-content strong{color:#000}}/*!
* Quill Editor v2.0.2
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*//*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
