*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f9fafb;color:#111827;line-height:1.5}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;position:sticky;top:0;z-index:10}.header-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem}.app-header h1{font-size:1.6rem;font-weight:600;letter-spacing:-.01em;background:linear-gradient(135deg,#1e293b,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent}.github-link{color:#4b5563;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s;border:1px solid #e5e7eb;padding:.4rem 1rem;border-radius:9999px}.github-link:hover{color:#0f172a;background-color:#f1f5f9}.app-main{flex:1;max-width:1280px;width:100%;margin:2rem auto;padding:0 2rem}.description-section{background-color:#fefce8;border-left:4px solid #eab308;padding:1.25rem 1.5rem;margin-bottom:2rem;border-radius:.75rem;color:#1e293b;font-size:1rem}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.controls-panel{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;border:1px solid #edf2f7}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#0f172a}.form-group input[type=file],.form-group input[type=number]{width:100%;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.95rem;background-color:#fff;transition:border .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group small{display:block;margin-top:.35rem;font-size:.75rem;color:#64748b}.image-preview{margin:1rem 0 1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem;background-color:#f8fafc}.image-preview p{font-size:.8rem;color:#475569;margin-bottom:.5rem}.image-preview img{max-width:100%;max-height:200px;object-fit:contain;border-radius:.5rem;display:block;margin:0 auto}.primary-button{background-color:#1e293b;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:600;border-radius:2rem;cursor:pointer;width:100%;font-size:.95rem;transition:background-color .2s,transform .05s}.primary-button:hover:not(:disabled){background-color:#0f172a}.primary-button:disabled{background-color:#94a3b8;cursor:not-allowed}.info-panel{display:flex;flex-direction:column;gap:1.5rem}.explanation-image{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;text-align:center}.explanation-image img{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000000d}.print-instructions{background-color:#f1f5f9;border-radius:1rem;padding:1.25rem 1.5rem;border-left:4px solid #3b82f6}.print-instructions h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#0f172a}.print-instructions p{font-size:.9rem;color:#1e293b}.app-footer{text-align:center;padding:1.5rem;border-top:1px solid #e5e7eb;font-size:.8rem;color:#6b7280;background-color:#fff}@media (max-width: 768px){.two-column-layout{grid-template-columns:1fr;gap:1.5rem}.app-header h1{font-size:1.3rem}.header-container{flex-direction:column;align-items:flex-start}.app-main{padding:0 1rem}}
