*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}body{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.container{width:100%;max-width:900px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem}h1{font-size:2rem;margin-bottom:.5rem;color:#1a1a1a}.subtitle{font-size:1rem;color:#666;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px}textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.1)}textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}button{background-color:#4a90e2;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s}button:hover:not(:disabled){background-color:#357abd}button:disabled{background-color:#ccc;cursor:not-allowed}.status-message{margin-top:1rem;padding:.75rem;border-radius:4px;font-size:.9rem}.status-message.info{background-color:#e3f2fd;color:#1976d2}.status-message.error{background-color:#ffebee;color:#c62828}.helper-section{margin-top:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:4px;border-left:4px solid #4a90e2}.helper-section h3{font-size:1.1rem;margin-bottom:.75rem;color:#1a1a1a}.helper-section p{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:.5rem}.helper-section code{background-color:#e8e8e8;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.85rem}.code-block{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:1rem;overflow-x:auto;font-family:Courier New,Consolas,Monaco,monospace;font-size:.85rem;line-height:1.5;margin:0;white-space:pre}.code-block code{background:none;padding:0;border-radius:0;font-size:inherit;color:#333}.copy-button{background-color:#28a745!important}.copy-button:hover:not(:disabled){background-color:#218838!important}.helper-section a{color:#4a90e2;text-decoration:none}.helper-section a:hover{text-decoration:underline}.helper-section ol{color:#666;font-size:.9rem}@media (max-width:768px){.container{padding:1.5rem}h1{font-size:1.5rem}body{padding:1rem .5rem}}