.homepage{min-height:100vh;display:flex;flex-direction:column}.navbar{padding:1.5rem 0;border-bottom:1px solid var(--border-color);background-color:var(--bg-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700}.logo-icon{color:var(--accent-primary);width:24px;height:24px}.logo-text{color:var(--text-primary);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;background:linear-gradient(135deg,#ef4444,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.tagline{font-size:.875rem;color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.hero{flex:1;display:flex;align-items:center;padding:3rem 0}.hero-content{text-align:center;max-width:700px;margin:0 auto}.bug-icon-circle{width:140px;height:140px;margin:0 auto 2.5rem;background:var(--circle-bg);border-radius:50%;display:flex;align-items:center;justify-content:center}.bug-icon{color:var(--accent-primary);width:80px;height:80px}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em;color:var(--text-primary)}.hero-subtitle{font-size:1.125rem;color:var(--accent-primary);margin-bottom:2rem;font-weight:500}.hero-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:none;text-decoration:none;border:2px solid transparent}.cta-button.primary{background:var(--accent-primary);color:#fff}.cta-button.primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #ef44444d}.cta-button.secondary{background:transparent;color:var(--text-primary);border-color:var(--border-color)}.cta-button.secondary:hover{background:var(--bg-secondary);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cta-button:active{transform:translateY(0)}.no-signup-text{margin-top:.75rem;color:var(--text-secondary);font-size:.9rem;font-style:italic}.features-section{padding:4rem 0;background-color:var(--bg-secondary);border-top:1px solid var(--border-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background-color:var(--bg-primary);padding:2rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--accent-primary)}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--accent-primary) 0%,#f97316 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{color:#fff}.feature-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3}.feature-description{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.feature-bullets{list-style:none;padding:0;margin:0}.feature-bullets li{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-bullets li:before{content:"→";position:absolute;left:0;color:var(--accent-primary);font-weight:700}.feature-bullets li:last-child{margin-bottom:0}@media (max-width: 768px){.features-section{padding:3rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.footer{padding:2rem 0;border-top:1px solid var(--border-color);background-color:var(--bg-primary);text-align:center;color:var(--text-secondary);font-size:.875rem}.footer-links{margin-bottom:1rem}.footer-link-btn{background:transparent;color:var(--accent-primary);border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:underline;padding:0;display:inline}.footer-link-btn:hover{color:var(--accent-hover)}.footer p{margin:.5rem 0}.footer a{color:#6366f1;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#8b5cf6;text-decoration:underline}@media (max-width: 1024px){.hero{padding:3rem 0;min-height:auto}.hero-title{font-size:2.5rem}.bug-icon-circle{width:120px;height:120px;margin-bottom:2rem}.bug-icon{width:60px;height:60px}}@media (max-width: 768px){.nav-content{flex-direction:column;gap:.5rem;align-items:flex-start}.navbar{padding:1rem 0}.hero{padding:2.5rem 0;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.features-list{flex-direction:column;gap:1rem;margin-bottom:2rem;align-items:center}.bug-icon-circle{width:100px;height:100px;margin-bottom:2rem}.bug-icon{width:50px;height:50px}.container{padding:0 1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:85%;max-width:400px;justify-content:center}.footer{padding:1.5rem 0}.footer p{font-size:.8rem}}@media (max-width: 640px){.hero-title{font-size:1.875rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-description{font-size:.95rem}.bug-icon-circle{width:90px;height:90px;margin-bottom:1.5rem}.bug-icon{width:45px;height:45px}}@media (max-width: 480px){.logo{font-size:1rem}.logo-icon{width:20px;height:20px}.tagline{font-size:.75rem}.hero{padding:2rem 0}.hero-title{font-size:1.625rem;line-height:1.3}.hero-subtitle{font-size:.875rem}.hero-description{font-size:.875rem;margin-bottom:1.25rem}.bug-icon-circle{width:80px;height:80px;margin-bottom:1.25rem}.bug-icon{width:40px;height:40px}.feature-item{font-size:.875rem}.features-list{gap:.875rem;margin-bottom:1.75rem}.container{padding:0 1rem}.cta-button{padding:.875rem 1.5rem;font-size:.9375rem}.footer{padding:1.25rem 0}.footer p{font-size:.75rem;line-height:1.5}}@media (max-width: 360px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.8125rem}.bug-icon-circle{width:70px;height:70px}.bug-icon{width:35px;height:35px}.container{padding:0 .875rem}}.bug-report-form{min-height:100vh;background-color:var(--bg-primary)}.form-container{padding:3rem 0;max-width:800px;margin:0 auto}.form-card{background:var(--bg-secondary);border-radius:16px;border:1px solid var(--border-color);overflow:hidden}.form-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem;border-bottom:1px solid var(--border-color)}.form-title{font-size:1.75rem;font-weight:700;color:var(--text-primary)}.step-indicator{font-size:.95rem;color:var(--text-secondary)}.progress-bar{display:flex;gap:.5rem;padding:1.5rem 2.5rem 2rem;background:var(--bg-secondary)}.progress-segment{flex:1;height:6px;background:var(--border-color);border-radius:3px;transition:all .3s ease}.progress-segment.completed,.progress-segment.active{background:var(--accent-primary)}.form-content{padding:2rem 2.5rem 3rem;min-height:400px}.form-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bug-title-explanation{margin-bottom:2rem}.bug-title-explanation h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.bug-title-explanation p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.bug-title-preview{margin-top:2rem;padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--accent-primary);border-radius:8px;animation:slideIn .3s ease;transition:all .3s ease}.bug-title-preview.complete{border:2px solid #10b981;box-shadow:0 0 0 3px #10b9811a}.title-preview{margin-top:2rem;padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--accent-primary);border-radius:8px;animation:slideIn .3s ease;transition:all .3s ease}.title-preview.complete{border:2px solid #10b981;box-shadow:0 0 0 3px #10b9811a}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bug-title-preview label,.title-preview label{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.preview-text{font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.5;word-break:break-word}.bug-title-preview.complete .preview-text,.title-preview.complete .preview-text{color:#10b981}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.95rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:.875rem;color:var(--text-primary);font-size:1rem;transition:all .3s ease}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;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='%239ca3af' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.form-group textarea{resize:vertical;font-family:inherit}.severity-select-wrapper{width:100%}.severity-select{width:100%;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:.875rem 2.5rem .875rem .875rem;color:var(--text-primary);font-size:1rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;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='%239ca3af' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;transition:all .3s ease}.severity-select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.date-fields-row{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:1rem}.date-fields-row .form-group{margin-bottom:0}.date-fields-row .form-group label{font-size:.85rem;color:var(--text-secondary)}.steps-explanation{background:var(--bg-tertiary);border-left:3px solid var(--accent-primary);padding:1rem 1.25rem;margin-bottom:1.5rem;border-radius:4px;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}.reproduce-steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#6b7280;color:#fff;border-radius:50%;font-weight:600;font-size:.9rem;flex-shrink:0;margin-top:.5rem}.step-input-wrapper{position:relative;flex:1}.step-textarea{width:100%;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:.875rem 3rem .875rem .875rem;color:var(--text-primary);font-size:1rem;font-family:inherit;resize:vertical;transition:all .3s ease}.step-textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.remove-step-icon-btn{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.remove-step-icon-btn:hover{background:#ef44441a;color:#ef4444}.remove-step-icon-btn svg{width:16px;height:16px}.add-step-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#6b7280;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-end;margin-top:1rem}.add-step-btn:hover{background:#4b5563;transform:translateY(-2px);box-shadow:0 4px 12px #6b72804d}.add-step-btn svg{width:16px;height:16px}.screenshot-upload{margin-top:.5rem;outline:none}.screenshot-upload:focus{outline:2px solid var(--accent-primary);outline-offset:4px;border-radius:8px}.upload-button{display:inline-flex;align-items:center;gap:.75rem;background:var(--bg-tertiary);color:var(--text-primary);padding:.875rem 1.5rem;border-radius:8px;border:1px solid var(--border-color);cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500}.upload-button:hover{background:var(--bg-secondary);border-color:var(--accent-primary)}.upload-button svg{color:var(--text-secondary)}.paste-hint{display:inline-flex;align-items:center;gap:.5rem;margin-left:1rem;color:var(--text-secondary);font-size:.9rem;font-style:italic}.paste-hint svg{width:16px;height:16px;color:var(--text-secondary)}.screenshot-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}.screenshot-preview{position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--border-color);background:var(--bg-tertiary)}.screenshot-preview img{width:100%;height:150px;object-fit:cover;display:block}.remove-screenshot{position:absolute;top:.5rem;right:.5rem;background:#ef4444e6;color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.remove-screenshot:hover{background:var(--accent-primary);transform:scale(1.1)}.screenshot-name{padding:.5rem;font-size:.75rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:var(--bg-secondary)}.screenshot-name-input{width:100%;padding:.5rem;font-size:.75rem;color:var(--text-primary);background:var(--bg-secondary);border:1px solid transparent;border-radius:0 0 8px 8px;font-family:inherit;transition:all .2s ease;outline:none}.screenshot-name-input:hover{background:var(--bg-tertiary);border-color:var(--border-color)}.screenshot-name-input:focus{background:var(--bg-primary);border-color:var(--accent-primary);box-shadow:0 0 0 3px #ef44441a}.completion-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.completion-icon{width:120px;height:120px;border-radius:50%;background:#22c55e26;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.completion-icon svg{color:var(--success)}.completion-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.completion-description{font-size:1rem;color:var(--text-secondary);margin-bottom:2.5rem}.final-export-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px}.final-export-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;width:100%}.final-export-btn svg{width:20px;height:20px}.html-btn{background:#3b82f6;color:#fff}.html-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.pdf-btn{background:#a855f7;color:#fff}.pdf-btn:hover{background:#9333ea;transform:translateY(-2px);box-shadow:0 8px 20px #a855f766}.copy-btn{background:#f59e0b;color:#fff}.copy-btn:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b66}.edit-btn{background:#10b981;color:#fff}.edit-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.back-btn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.back-btn:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}.form-navigation{display:flex;justify-content:flex-end;gap:1rem;padding:0 2.5rem 2rem;background:var(--bg-secondary)}.nav-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease}.nav-button.primary{background:var(--accent-primary);color:#fff;width:100%;justify-content:center}.nav-button.primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 15px #ef44444d}.nav-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.bug-report-form{overflow-x:hidden}.form-container{padding:2rem .75rem;width:100%}.form-card{width:100%}.form-header{padding:1.25rem 1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.form-title{font-size:1.5rem}.progress-bar,.form-content{padding:1.5rem 1rem 2rem}.form-grid,.date-fields-row{grid-template-columns:1fr}.form-navigation{flex-direction:column-reverse;padding:0 1rem 1.5rem}.nav-button.secondary{width:100%;justify-content:center}.paste-hint{display:flex;margin-left:0;margin-top:.5rem;font-size:.85rem}.completion-container{padding:2rem 1rem}.completion-icon{width:100px;height:100px}.completion-icon svg{width:60px;height:60px}.completion-title{font-size:1.5rem}.final-export-buttons{max-width:100%}}@media (max-width: 375px){.form-container{padding:1.5rem .5rem}.form-header{padding:1rem .75rem}.progress-bar,.form-content{padding:1.25rem .75rem 1.5rem}.form-navigation{padding:0 .75rem 1.25rem}}.terms-page{min-height:100vh;background-color:var(--bg-primary);display:flex;flex-direction:column}.terms-page .navbar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-page .nav-content{display:flex;justify-content:space-between;align-items:center}.terms-page .logo{display:flex;align-items:center;gap:.75rem}.terms-page .logo-icon{color:var(--accent-primary)}.terms-page .logo-text{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.back-to-home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.back-to-home-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.back-to-home-btn svg{width:18px;height:18px}.terms-content{flex:1;padding:3rem 0}.terms-card{max-width:900px;margin:0 auto;background:var(--bg-secondary);border-radius:16px;border:1px solid var(--border-color);padding:3rem}.terms-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.terms-last-updated{text-align:center;color:var(--text-secondary);font-size:.95rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-color)}.terms-section{margin-bottom:2.5rem}.terms-section h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.terms-section p{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.terms-section ul{list-style:none;padding-left:0;margin:1rem 0}.terms-section li{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.75rem;position:relative}.terms-section li:before{content:"•";color:var(--accent-primary);font-weight:700;font-size:1.5rem;position:absolute;left:.5rem;top:0;line-height:1}.terms-section strong{color:var(--text-primary);font-weight:600}.terms-section a{color:var(--accent-primary);text-decoration:none;transition:all .2s ease}.terms-section a:hover{color:var(--accent-hover);text-decoration:underline}.terms-section.highlight{background:var(--bg-tertiary);border:2px solid var(--accent-primary);border-radius:12px;padding:2rem;margin-top:3rem}.terms-section.highlight h2{color:var(--accent-primary);text-align:center;margin-bottom:1.5rem}.key-points{display:flex;flex-direction:column;gap:1rem}.key-point{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color);transition:all .3s ease}.key-point:hover{border-color:var(--accent-primary);transform:translate(5px)}.key-point svg{color:var(--success);flex-shrink:0}.key-point span{font-size:1rem;color:var(--text-primary);font-weight:500}.terms-page .footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2rem 0;margin-top:auto}.terms-page .footer p{text-align:center;color:var(--text-secondary);font-size:.9rem;margin:.25rem 0}.terms-page .footer a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease}.terms-page .footer a:hover{color:var(--accent-hover);text-decoration:underline}@media (max-width: 768px){.terms-content{padding:2rem .75rem}.terms-card{padding:2rem 1.5rem}.terms-title{font-size:2rem}.terms-section h2{font-size:1.25rem}.back-to-home-btn{padding:.5rem 1rem;font-size:.875rem}.back-to-home-btn span{display:none}.back-to-home-btn svg{width:20px;height:20px}}@media (max-width: 375px){.terms-content{padding:1.5rem .5rem}.terms-card{padding:1.5rem 1rem}.terms-title{font-size:1.75rem}.terms-section h2{font-size:1.125rem}.terms-section p,.terms-section li{font-size:.95rem}.key-point{padding:.75rem}.key-point span{font-size:.9rem}}.app{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #1a1f2e;--bg-secondary: #212836;--bg-tertiary: #2a3142;--accent-primary: #ef4444;--accent-hover: #dc2626;--text-primary: #e5e7eb;--text-secondary: #94a3b8;--border-color: #334155;--success: #22c55e;--error: #ef4444;--warning: #f59e0b;--circle-bg: #5a3a3a}html,body{overflow-x:hidden;width:100%;max-width:100vw}body{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:var(--bg-primary);color:var(--text-primary);line-height:1.6}code{font-family:Courier New,monospace;background-color:var(--bg-tertiary);padding:2px 6px;border-radius:4px}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}
