.keyword-input-container{margin-bottom:2rem}.keyword-form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 40px #00000026}.input-group{display:flex;gap:1rem;flex-wrap:wrap}.keyword-input{flex:1;min-width:250px;padding:1rem 1.5rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:12px;outline:none;transition:all .3s ease}.keyword-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.keyword-input:disabled{background:#f5f5f5;cursor:not-allowed}.generate-button{padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.generate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.generate-button:active:not(:disabled){transform:translateY(0)}.generate-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.keyword-form{padding:1.5rem}.input-group{flex-direction:column}.keyword-input,.generate-button{width:100%}}.content-display{margin-bottom:2rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #00000026}.content-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.content-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.section-label{font-size:1.2rem;font-weight:700;color:#667eea;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.title-section{text-align:center;padding-bottom:2.5rem}.blog-title{font-size:2.5rem;font-weight:800;color:#333;line-height:1.3;margin-top:1rem}.summary-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:1.5rem;border-radius:12px;border:none}.summary{font-size:1.2rem;font-style:italic;color:#555;line-height:1.6}.content-text{font-size:1.1rem;line-height:1.8;color:#444;white-space:pre-wrap}.hashtags{display:flex;flex-wrap:wrap;gap:.75rem}.hashtag{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.95rem;font-weight:600;transition:transform .2s ease}.hashtag:hover{transform:scale(1.05)}.image-prompt-section{background:#f8f9fa;padding:1.5rem;border-radius:12px;border:none}.image-prompt{font-size:1rem;color:#666;font-style:italic;line-height:1.6}@media (max-width: 768px){.content-card{padding:1.5rem}.blog-title{font-size:1.8rem}.content-text,.summary{font-size:1rem}.section-label{font-size:1.1rem}}.image-gallery{animation:fadeIn .5s ease-in .2s both}.gallery-header{text-align:center;margin-bottom:2rem;color:#fff}.gallery-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.gallery-subtitle{font-size:1rem;opacity:.9}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:16/9;background:#f0f0f0;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0003}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000004d}.gallery-image{width:100%;height:100%;object-fit:cover;display:block}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .image-overlay{transform:translateY(0)}.photographer-name{color:#fff;font-size:.9rem;font-weight:500;margin:0}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080}.close-button{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:none;background:#000000b3;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .2s ease;z-index:10;display:flex;align-items:center;justify-content:center}.close-button:hover{background:#000000e6;transform:scale(1.1)}.modal-image{width:100%;max-height:calc(90vh - 80px);object-fit:contain;display:block}.modal-info{padding:1.5rem;background:#fff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.modal-photographer{margin:0;color:#333;font-size:1rem}.unsplash-link{color:#667eea;text-decoration:none;font-weight:600;padding:.5rem 1rem;border:2px solid #667eea;border-radius:8px;transition:all .2s ease}.unsplash-link:hover{background:#667eea;color:#fff}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-title{font-size:1.5rem}.modal{padding:1rem}.modal-info{flex-direction:column;align-items:flex-start}.unsplash-link{width:100%;text-align:center}}.app{min-height:100vh;padding:2rem 1rem}.container{max-width:1200px;margin:0 auto}.header{text-align:center;margin-bottom:3rem;color:#fff}.title{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.subtitle{font-size:1.2rem;opacity:.95;font-weight:300}.error-message{background:#fee;border:2px solid #f88;border-radius:12px;padding:1rem;margin:1rem 0;text-align:center;color:#c33;font-weight:500}.loading{text-align:center;padding:3rem;color:#fff}.spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.title{font-size:2rem}.subtitle{font-size:1rem}.app{padding:1rem .5rem}}*{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}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#764ba2}
