*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s}@media (prefers-color-scheme:dark){body{background:#1a1a1a}}.home-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.home-content{background:#fff;border-radius:12px;width:100%;max-width:600px;padding:2.5rem;transition:background-color .3s,box-shadow .3s;box-shadow:0 2px 8px #0000001a}@media (prefers-color-scheme:dark){.home-content{background:#2a2a2a;box-shadow:0 2px 8px #00000080}}.home-content h1{color:#333;margin-bottom:.5rem;font-size:2rem;transition:color .3s}@media (prefers-color-scheme:dark){.home-content h1{color:#e0e0e0}}.home-content>p{color:#666;margin-bottom:2rem;font-size:1rem;transition:color .3s}@media (prefers-color-scheme:dark){.home-content>p{color:#b0b0b0}}.input-section{margin-bottom:2rem}.input-section label{color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:600;transition:color .3s;display:block}@media (prefers-color-scheme:dark){.input-section label{color:#e0e0e0}}.input-section input{color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s,background-color .3s,color .3s}@media (prefers-color-scheme:dark){.input-section input{color:#e0e0e0;background:#3a3a3a;border-color:#555}}.input-section input:focus{border-color:#2b7de9;outline:none}.input-section select,.input-section .theme-select{color:#333;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right .75rem center no-repeat;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 2.5rem .75rem .75rem;font-size:1rem;transition:border-color .2s,background-color .3s,color .3s}@media (prefers-color-scheme:dark){.input-section select,.input-section .theme-select{color:#e0e0e0;background-color:#3a3a3a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e0e0e0' d='M6 9L1 4h10z'/%3E%3C/svg%3E");border-color:#555}}.input-section select:focus,.input-section .theme-select:focus{border-color:#2b7de9;outline:none}.input-section input::placeholder{color:#999;transition:color .3s}@media (prefers-color-scheme:dark){.input-section input::placeholder{color:#777}}.input-section small{color:#666;margin-top:.5rem;font-size:.85rem;line-height:1.4;transition:color .3s;display:block}@media (prefers-color-scheme:dark){.input-section small{color:#999}}.code-section{margin-bottom:2rem}.code-section h3{color:#333;margin-bottom:1rem;font-size:1rem;font-weight:600;transition:color .3s}@media (prefers-color-scheme:dark){.code-section h3{color:#e0e0e0}}.code-box{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:background-color .3s,border-color .3s;display:flex;position:relative}@media (prefers-color-scheme:dark){.code-box{background:#3a3a3a;border-color:#555}}.code-box code{color:#333;white-space:nowrap;flex:1;font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;transition:color .3s;overflow-x:auto}@media (prefers-color-scheme:dark){.code-box code{color:#e0e0e0}}.copy-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2b7de9;border:none;border-radius:6px;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.copy-btn:hover{background:#1e6dd8}@media (prefers-color-scheme:dark){.copy-btn{background:#4a8cff}.copy-btn:hover{background:#3d7ae5}}@media (max-width:768px){.home-container{padding:1rem}.home-content{padding:1.5rem}.home-content h1{font-size:1.5rem}.code-box{flex-direction:column;align-items:stretch}.copy-btn{width:100%}}
