*{margin:0;padding:0;box-sizing:border-box}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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}.nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#667eea}.logo{font-size:2rem}.nav-links{display:flex;gap:2rem}.nav-link{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#667eea}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.hero-section{text-align:center;padding:3rem 1rem;color:#fff}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;opacity:.95;max-width:800px;margin:0 auto;line-height:1.6}.upload-section{margin:2rem 0}.upload-area{background:#fff;border:3px dashed #667eea;border-radius:20px;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 40px #0000001a}.upload-area:hover{border-color:#764ba2;transform:translateY(-5px);box-shadow:0 15px 50px #00000026}.upload-icon{font-size:5rem;margin-bottom:1.5rem}.upload-title{font-size:1.5rem;color:#333;margin-bottom:.5rem}.upload-subtitle{color:#666;margin-bottom:.5rem}.upload-limit{color:#999;font-size:.875rem}.preview-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #0000001a}.image-preview{position:relative;display:inline-block;margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.image-preview img{max-width:100%;max-height:500px;display:block}.reset-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#000000b3;color:#fff;border:none;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.reset-btn:hover{background:#000000e6;transform:scale(1.1)}.description-options{margin-bottom:2rem}.option-group{margin-bottom:1.5rem}.option-label{display:block;font-weight:600;margin-bottom:.75rem;color:#333;font-size:1rem}.option-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.option-btn{padding:.75rem 1.5rem;border:2px solid #e0e0e0;background:#fff;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:500;color:#666;transition:all .3s ease}.option-btn:hover{border-color:#667eea;color:#667eea}.option-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.language-select{width:100%;max-width:300px;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.language-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.describe-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.describe-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.describe-btn:disabled{opacity:.6;cursor:not-allowed}.result-display{background:#fff;border-radius:20px;padding:2rem;margin-top:2rem;box-shadow:0 10px 40px #0000001a}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.result-title{font-size:1.5rem;font-weight:700;color:#333}.result-actions{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{padding:.6rem 1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.action-btn:disabled{opacity:.6;cursor:not-allowed}.action-btn.secondary{background:#f0f0f0;color:#666}.action-btn.secondary:hover{background:#e0e0e0}.result-content{background:#f8f9fa;border-radius:12px;padding:1.5rem;border-left:4px solid #667eea}.result-text{line-height:1.8;color:#333;font-size:1rem}.footer{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:auto;padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#333;font-size:1.1rem;margin-bottom:1rem}.footer-section p{color:#666;line-height:1.6}.footer-section ul{list-style:none}.footer-section li{color:#666;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.footer-section li:last-child{border-bottom:none}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center;color:#999}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.nav-links{display:none}.main-content{padding:1rem}.upload-area{padding:2rem 1rem}.result-header{flex-direction:column;align-items:flex-start}.result-actions{width:100%}.action-btn{flex:1;min-width:120px}.option-buttons{gap:.5rem}.option-btn{padding:.5rem 1rem;font-size:.85rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.upload-icon{font-size:3rem}.upload-title{font-size:1.25rem}}
