html,body{margin:0;padding:0;height:100%;width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000;color:#fff;line-height:1.6;overflow-x:hidden;min-height:100vh}.app-container{min-height:100vh;width:100%;display:flex;flex-direction:column}.app{min-height:100vh;width:100%;background:linear-gradient(135deg,#000,#111);display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#000,#1a1a1a);padding:4rem 2rem;text-align:center;border-bottom:1px solid #333;position:relative;overflow:hidden;width:100%}.header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.header-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.logo-icon{width:3rem;height:3rem;color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.logo h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(255,255,255,.1)}.header h2{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.effective-date{font-size:1.1rem;color:#ccc;font-weight:500;opacity:.8}.main-content{max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%;flex:1;opacity:1;visibility:visible}.section{margin-bottom:4rem;padding:2.5rem;background:linear-gradient(135deg,#ffffff05,#ffffff03);border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden;opacity:1;visibility:visible;transform:translateY(0)}.section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.section:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0000004d;border-color:#fff3}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-icon{width:2rem;height:2rem;color:#fff;opacity:.9}.section h3{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.section p{font-size:1.1rem;color:#e0e0e0;margin-bottom:1.5rem;line-height:1.7}.list-container{margin:1.5rem 0}.list-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem;background:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.list-item:hover{background:#ffffff0d;border-color:#ffffff1a}.list-number{background:linear-gradient(135deg,#fff,#ccc);color:#000;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.list-bullet{color:#fff;font-size:1.5rem;font-weight:700;line-height:1;flex-shrink:0;margin-top:.1rem}.list-content{flex:1;color:#e0e0e0;line-height:1.6}.list-content strong{color:#fff;font-weight:600}.important-note{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;margin:2rem 0;position:relative}.important-note:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#fff,#ccc);border-radius:2px}.important-note strong{color:#fff;font-weight:700;display:block;margin-bottom:1rem}.important-note p{margin-bottom:.5rem;color:#d0d0d0}.contact-info{margin-top:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.contact-item:hover{background:#ffffff0d;border-color:#ffffff1a}.contact-item strong{color:#fff;font-weight:600;min-width:120px}.contact-item a{color:#4a9eff;text-decoration:none;transition:all .3s ease;font-weight:500}.contact-item a:hover{color:#66b3ff;text-decoration:underline}.footer-section{text-align:center;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.1)}.footer-text{font-size:1.2rem;font-weight:600;color:#fff;margin:0;opacity:.9}.footer{background:linear-gradient(135deg,#000,#0a0a0a);border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;margin-top:auto}.footer-content{max-width:900px;margin:0 auto;text-align:center;padding:0 2rem}.copyright{font-size:.9rem;color:#888;margin-bottom:.5rem;font-weight:500}.release-notice{font-size:.8rem;color:#666;font-weight:400;font-style:italic}@media (max-width: 1024px){.main-content{max-width:100%;padding:3rem 1.5rem}.section{padding:2rem 1.5rem}}@media (max-width: 768px){.header{padding:3rem 1rem}.logo h1{font-size:2rem}.header h2{font-size:2.5rem}.main-content{padding:2rem 1rem}.section{padding:2rem 1.5rem;margin-bottom:3rem}.section h3{font-size:1.5rem}.section p{font-size:1rem}.contact-item{flex-direction:column;align-items:flex-start;gap:.5rem}.contact-item strong{min-width:auto}}@media (max-width: 480px){.logo{flex-direction:column;gap:.5rem}.logo h1{font-size:1.8rem}.header h2{font-size:2rem}.section{padding:1.5rem 1rem}.list-item{flex-direction:column;gap:.5rem}.list-number{align-self:flex-start}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
