html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden}#root{height:100%;width:100%;max-width:none;margin:0;padding:0}.app-container{display:flex;height:100%;width:100%}.editor-pane{width:50%;height:100%;overflow-y:auto;border-right:1px solid #e0e0e0;background:#f8f9fa;color:#333}.preview-pane{width:50%;height:100%;background:#525659;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.app-container{flex-direction:column;overflow-y:auto}.editor-pane{width:100%;height:auto;border-right:none;border-bottom:1px solid #e0e0e0}.preview-pane{width:100%;height:auto;min-height:500px;padding:20px 0}}.form-group{display:flex;flex-direction:column;gap:.5rem}.label{font-size:.875rem;color:#666;font-weight:500}.input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;width:100%;box-sizing:border-box;transition:border-color .2s}.input:focus{border-color:#646cff;outline:none}.section-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #eaeaea;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.section-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;color:#333;border-bottom:1px solid #f0f0f0;padding-bottom:.5rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.grid-2{grid-template-columns:1fr}.invoice-form{padding:1rem!important}.section-card{padding:1rem}}.full-width{grid-column:span 2}.items-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.item-row{display:grid;grid-template-columns:3fr 1fr 1fr 1fr auto;gap:.5rem;align-items:center}.item-total{text-align:right;font-weight:500;padding:0 .5rem}.btn-icon{background:none;border:none;cursor:pointer;color:#999;padding:.5rem;border-radius:4px}.btn-icon:hover{background:#fee;color:#e00}.btn-add{display:flex;align-items:center;gap:.5rem;background:#f0f0f0;border:none;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;color:#555;transition:background .2s}.btn-add:hover{background:#e0e0e0}.totals-section{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.total-row{display:flex;align-items:center;gap:2rem}.input-small{padding:.5rem;width:80px;border:1px solid #ddd;border-radius:4px;text-align:right}.grand-total{font-size:1.25rem;font-weight:700;color:#2c3e50;border-top:2px solid #ddd;padding-top:.5rem;margin-top:.5rem}.input-icon-wrapper{position:relative;display:flex;align-items:center}.input-icon-wrapper svg{position:absolute;left:10px;color:#999}.input-icon-wrapper input{padding-left:35px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.template-btn{padding:1rem;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;text-align:center}.template-btn:hover{border-color:#646cff;background:#f8f9ff}.template-btn.active{border-color:#646cff;background:#646cff;color:#fff}.custom-file-upload{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;color:#555;width:fit-content}.custom-file-upload:hover{border-color:#646cff;color:#646cff;background:#f8f9ff}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#646cff}input:checked+.slider:before{transform:translate(20px)}.settings-section{background:#fff;padding:1rem;border-radius:8px;border:1px solid #eaeaea;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.settings-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0}.settings-content{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.setting-label{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#333}.setting-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px}.icon-blue{background:#e3f2fd;color:#1976d2}.icon-green{background:#e8f5e9;color:#2e7d32}.icon-orange{background:#fff3e0;color:#ef6c00}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
