*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;background:#f5f5f5;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px}.container{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;padding:40px;width:100%;max-width:480px}h1{font-size:1.6rem;font-weight:700;margin-bottom:8px;color:#1a1a1a}.subtitle{font-size:.9rem;color:#666;margin-bottom:28px}fieldset{border:none;display:flex;flex-direction:column;gap:16px}label{font-size:.875rem;font-weight:600;color:#444}.dropzone{border:2px dashed #ddd;border-radius:8px;padding:32px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.dropzone:hover{border-color:#4f46e5}.dropzone.dragging{border-color:#4f46e5;background:#f5f4ff}.dropzone-title{font-size:.95rem;font-weight:600;color:#4f46e5}.dropzone-name{font-size:.9rem;font-weight:600;color:#1a1a1a;word-break:break-all}.dropzone-hint{font-size:.8rem;color:#888}.thumb{width:96px;height:96px;object-fit:contain;border-radius:8px;background-image:linear-gradient(45deg,#eee 25%,transparent 25%),linear-gradient(-45deg,#eee 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eee 75%),linear-gradient(-45deg,transparent 75%,#eee 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#444;cursor:pointer}input[type=checkbox]{accent-color:#4f46e5;width:16px;height:16px;cursor:pointer}.custom-panel{display:flex;flex-direction:column;gap:16px;padding:16px;border:1px solid #eee;border-radius:8px;background:#fafafa}.field{display:flex;flex-direction:column;gap:6px}.field-hint{font-size:.75rem;color:#888}.color-row{display:flex;gap:10px;align-items:center}input[type=color]{width:44px;height:40px;padding:0;border:1px solid #ddd;border-radius:8px;background:none;cursor:pointer;flex:none}input[type=text],input[type=number]{border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s;width:100%}input[type=text]:focus,input[type=number]:focus{border-color:#4f46e5}.hex-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:lowercase}button{background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:11px 24px;font-size:.95rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s;align-self:flex-start}button:hover{background:#4338ca}button:disabled,button:disabled:hover{background:#c7c5e8;cursor:not-allowed}.error{margin-top:16px;color:#dc2626;font-size:.875rem}.preview{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:20px}.pack-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;width:100%}.pack-list li{font-size:.85rem;color:#444;padding-left:20px;position:relative}.pack-list li:before{content:"✓";position:absolute;left:0;color:#4f46e5;font-weight:700}.download-btn{align-self:center}.footer{margin-top:32px;padding-top:20px;border-top:1px solid #eee;text-align:center}.coffee-link{font-size:.85rem;font-weight:600;color:#666;text-decoration:none;transition:color .15s}.coffee-link:hover{color:#4f46e5}
