:root{--color-primary:#1a1a2e;--color-primary-dark:#16213e;--color-primary-light:#0f3460;--color-accent:#9333ea;--color-accent-light:#c084fc;--color-accent-lighter:#e9d5ff;--color-accent-dark:#7c3aed;--color-text:#f3f4f6;--color-text-secondary:#d1d5db;--color-text-tertiary:#9ca3af;--color-border:#374151;--color-border-light:#4b5563;--color-error:#ef4444;--color-success:#10b981;--color-warning:#f59e0b;--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-primary);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Noto Sans Lao,Phetsarath,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}a{color:var(--color-accent);text-decoration:none;transition:color .3s}a:hover{color:var(--color-accent-light)}ul,ol{margin-left:1.5rem}li{margin-bottom:.5rem}code{background-color:var(--bg-secondary);color:var(--color-accent-light);border-radius:.25rem;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:.9em}pre{background-color:var(--bg-secondary);border:1px solid var(--color-border);border-radius:.5rem;margin:1rem 0;padding:1rem;overflow-x:auto}pre code{color:var(--color-text);background-color:#0000;border-radius:0;padding:0}table{border-collapse:collapse;width:100%;margin:1rem 0}th,td{text-align:left;border-bottom:1px solid var(--color-border);padding:.75rem}th{background-color:var(--bg-secondary);color:var(--color-accent-light);font-weight:700}tr:hover{background-color:#9333ea1a}button{background-color:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}button:hover{background-color:var(--color-accent-dark);transform:translateY(-2px)}button:active{transform:translateY(0)}input,textarea,select{background-color:var(--bg-secondary);color:var(--color-text);border:1px solid var(--color-border);border-radius:.5rem;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #9333ea1a}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-light)}::selection{background-color:var(--color-accent);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.hidden{display:none}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 .75rem}}
.Header-module__KppamW__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:linear-gradient(135deg,#0f172af2 0%,#18223ff2 100%);border-bottom:1px solid #9333ea1a;position:sticky;top:0;box-shadow:0 4px 20px #0000004d}.Header-module__KppamW__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem;display:flex}.Header-module__KppamW__logo{color:#fff;letter-spacing:-.02em;white-space:nowrap;background:linear-gradient(135deg,#9333ea 0%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.Header-module__KppamW__logoImage{object-fit:contain;filter:drop-shadow(0 2px 4px #9333ea33);width:40px;height:40px;transition:transform .3s}.Header-module__KppamW__logo:hover .Header-module__KppamW__logoImage{transform:scale(1.05)}.Header-module__KppamW__logo:hover{filter:brightness(1.1)}.Header-module__KppamW__nav{flex:1;align-items:center;gap:2rem;display:flex}.Header-module__KppamW__navLink{color:#d1d5db;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Header-module__KppamW__navLink:after{content:"";background:linear-gradient(90deg,#9333ea 0%,#c084fc 100%);border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Header-module__KppamW__navLink:hover{color:#fff}.Header-module__KppamW__navLink:hover:after{width:100%}.Header-module__KppamW__navLink.Header-module__KppamW__active{color:#c084fc;font-weight:600}.Header-module__KppamW__navLink.Header-module__KppamW__active:after{width:100%;box-shadow:0 0 10px #9333ea80}.Header-module__KppamW__actions{align-items:center;gap:1rem;display:flex}.Header-module__KppamW__themeToggle{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:all .3s;display:flex}.Header-module__KppamW__themeToggle:hover{background:#9333ea1a}.Header-module__KppamW__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.4rem;padding:.5rem;display:none}.Header-module__KppamW__menuButton span{background:#fff;border-radius:1px;width:24px;height:2px;transition:all .3s}.Header-module__KppamW__menuButton:hover span{background:#9333ea}@media (max-width:768px){.Header-module__KppamW__container{gap:1rem;padding:.75rem 1rem}.Header-module__KppamW__logo{font-size:1.25rem}.Header-module__KppamW__nav{background:linear-gradient(135deg,#0f172afa 0%,#18223ffa 100%);border-bottom:1px solid #9333ea1a;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Header-module__KppamW__nav.Header-module__KppamW__open{max-height:500px}.Header-module__KppamW__navLink{text-align:left;background:0 0;border-bottom:1px solid #9333ea0d;width:100%;padding:1rem 1.5rem;font-size:.95rem;display:block}.Header-module__KppamW__navLink:after{display:none}.Header-module__KppamW__navLink:hover{background:#9333ea0d}.Header-module__KppamW__navLink.Header-module__KppamW__active{color:#c084fc;background:#9333ea26;font-weight:600}.Header-module__KppamW__menuButton{display:flex}.Header-module__KppamW__actions{gap:.5rem}.Header-module__KppamW__themeToggle{font-size:1.25rem}}@media (max-width:480px){.Header-module__KppamW__container{padding:.75rem .5rem}.Header-module__KppamW__logo{font-size:1.1rem}.Header-module__KppamW__actions{gap:.25rem}}
.ProgressBar-module__CHJ-eW__progressBar{z-index:9999;pointer-events:none;background:linear-gradient(90deg,#9333ea,#c084fc);height:3px;transition:width .2s,opacity .3s;position:fixed;top:0;left:0;box-shadow:0 0 10px #9333ea,0 0 20px #c084fc}
.Footer-module__UDEoiW__footer{background:#0f172a;border-top:1px solid #9333ea1a;margin-top:auto;padding:4rem 0 2rem}.Footer-module__UDEoiW__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer-module__UDEoiW__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__UDEoiW__brandCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__UDEoiW__logo{color:#fff;background:linear-gradient(135deg,#9333ea 0%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Footer-module__UDEoiW__logoImage{object-fit:contain;width:32px;height:32px}.Footer-module__UDEoiW__description{color:#9ca3af;max-width:300px;line-height:1.6}.Footer-module__UDEoiW__colTitle{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__UDEoiW__linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__UDEoiW__linksList a{color:#9ca3af;text-decoration:none;transition:color .2s}.Footer-module__UDEoiW__linksList a:hover{color:#c084fc}.Footer-module__UDEoiW__socialLinks{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__UDEoiW__socialIcon{color:#9ca3af;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__UDEoiW__socialIcon:hover{color:#fff;background:#9333ea;transform:translateY(-3px);box-shadow:0 4px 12px #9333ea4d}.Footer-module__UDEoiW__bottom{text-align:center;color:#6b7280;border-top:1px solid #9333ea1a;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__UDEoiW__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__UDEoiW__brandCol{text-align:center;align-items:center}.Footer-module__UDEoiW__linksCol,.Footer-module__UDEoiW__socialCol{text-align:center;flex-direction:column;align-items:center;display:flex}.Footer-module__UDEoiW__socialLinks{justify-content:center}}
