:root{--background:#fff;--foreground:#333;--border:#e0e0e0;--ring:#d4b99b;--ring-offset:#fff;--accent:#f5f5f5;--muted-foreground:#666}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;overflow-x:hidden}body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;flex-direction:column;max-width:100vw;height:100vh;font-family:Arial,sans-serif;font-size:16px;line-height:1.5;display:flex;overflow:hidden}main{flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}h1,h2,h3,h4,h5,h6{margin-bottom:0;font-weight:700;line-height:1.2}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}p{margin-bottom:16px}.container{width:100%;max-width:1024px;margin:0 auto;padding:0 16px}@media (min-width:1200px){.container{max-width:1200px}}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:1001}.z-8{z-index:1002}.z-9{z-index:1003}.z-10{z-index:1004}.scrollbar::-webkit-scrollbar{width:6px;height:6px}.scrollbar::-webkit-scrollbar-track{border-radius:var(--acri-border-radius);background:#f1f1f1}.scrollbar::-webkit-scrollbar-thumb{border-radius:var(--acri-border-radius);background:#c1c1c1}.scrollbar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.modal-overlay{z-index:1003;background-color:#000c;position:fixed;inset:0}.modal-overlay[data-state=open]{animation:.2s ease-out fadeIn}.modal-overlay[data-state=closed]{animation:.2s ease-in fadeOut}.modal-content{z-index:1004;background-color:#fff;border:2px solid #333;border-radius:.75rem;width:90%;max-width:42rem;padding:2rem;transition:all .2s ease-in-out;display:block;position:fixed;top:50%;left:50%;translate:-50% -50%;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.modal-content[data-state=open]{animation:.2s ease-out modalIn}.modal-content[data-state=closed]{animation:.2s ease-in modalOut}.modal-close{opacity:.7;border-radius:.125rem;transition:opacity .15s ease-in-out;position:absolute;top:1rem;right:1rem}.modal-close:hover{opacity:1}.modal-close:focus{box-shadow:0 0 0 2px var(--ring),0 0 0 4px var(--ring-offset);outline:none}.modal-close:disabled{pointer-events:none}.modal-close[data-state=open]{background-color:var(--accent);color:var(--muted-foreground)}.modal-close .icon{width:1rem;height:1rem}.modal-close .sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.modal-header{text-align:center;flex-direction:column;gap:.375rem;display:flex}@media (min-width:640px){.modal-header{text-align:left}}.modal-footer{flex-direction:column-reverse;display:flex}@media (min-width:640px){.modal-footer{flex-direction:row;justify-content:flex-end;gap:.5rem}}.modal-title{letter-spacing:-.025em;color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.75rem;display:block}.modal-description{color:#333;text-align:left;font-size:1rem;line-height:1.5rem;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(-2%)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes modalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(-2%)}}
