body{background-color:#f8fafc;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-gradient:linear-gradient(135deg,#6366f1,#8b5cf6);--secondary-gradient:linear-gradient(135deg,#ec4899,#f43f5e);--success-gradient:linear-gradient(135deg,#10b981,#14b8a6);--premium-gradient:linear-gradient(135deg,#f59e0b,#f97316);--card-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--card-shadow-hover:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--border-radius:16px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.modern-container{background:linear-gradient(180deg,#faf5ff,#f3e8ff 50%,#e9d5ff);min-height:100vh;overflow-x:hidden;position:relative}.modern-container:before{animation:pulse 10s ease-in-out infinite;background:radial-gradient(circle,#8b5cf61a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.modern-header{animation:fadeIn .6s ease-out;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--primary-gradient);border-radius:0 0 2rem 2rem;box-shadow:0 10px 40px #6366f14d;overflow:hidden;padding:3rem 2rem;position:relative}.modern-header:after{animation:slideIn 3s ease-in-out infinite;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}.modern-card{animation:fadeIn .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--card-shadow);padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.modern-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.modern-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--primary-gradient);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.modern-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.modern-button:hover:before{height:300px;width:300px}.modern-button:hover{box-shadow:0 10px 20px #6366f14d;transform:translateY(-2px)}.modern-button:disabled{cursor:not-allowed;opacity:.5}.modern-input,.modern-select,.modern-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.modern-input:focus,.modern-select:focus,.modern-textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.sns-connection-card{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.sns-connection-card:hover{transform:translateX(4px)}.sns-connected{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac}.premium-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b,#f97316);background:var(--premium-gradient);border-radius:20px;color:#fff;display:inline-flex;font-weight:700;gap:8px;padding:6px 16px}.generated-post-container{animation:fadeIn .5s ease-out;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid #e9d5ff;border-radius:16px;margin-top:2rem;padding:1.5rem;position:relative}.generated-post-container:before{background:#fff;content:"✨";font-size:20px;left:20px;padding:0 8px;position:absolute;top:-12px}@media (max-width:768px){.modern-header{border-radius:0 0 1rem 1rem;padding:2rem 1rem}.modern-card{padding:1.5rem}.modern-button{font-size:.9rem;padding:10px 20px}}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#8b5cf6;height:40px;width:40px}.toast{animation:slideInUp .3s ease-out;background:#fff;border-radius:12px;bottom:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--card-shadow-hover);padding:16px 24px;position:fixed;right:20px;z-index:1000}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){:root{--card-bg:#1e1e1ef2;--text-primary:#f3f4f6;--text-secondary:#9ca3af}.modern-card{background:var(--card-bg);color:var(--text-primary)}.modern-input,.modern-select,.modern-textarea{background:#323232f2;border-color:#4b5563;color:var(--text-primary)}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{background:linear-gradient(135deg,#dbeafe,#e0e7ff);min-height:100vh}.post-generator{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;margin:0 auto 2rem;max-width:28rem;padding:1rem}.generator-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.generator-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.usage-display{align-items:center;display:flex;gap:.5rem}.usage-count{background:#d1fae5;border-radius:.375rem;color:#059669;font-size:.875rem;font-weight:500;padding:.25rem .5rem}.usage-count.depleted{background:#fee2e2;color:#dc2626}.upgrade-hint{margin-left:.5rem}.upgrade-link{color:#2563eb;font-size:.75rem;font-weight:500;text-decoration:none}.upgrade-link:hover{text-decoration:underline}.input-section{margin-bottom:1.5rem;width:100%}.input-group{margin-bottom:1rem;width:100%}.input-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.input-group input,.input-group select,.input-group textarea{border:1px solid #d1d5db;border-radius:.5rem;box-sizing:border-box;font-size:.875rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.input-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url(https://example.com/custom-arrow.svg) no-repeat right 1rem center;background-size:16px 16px}.options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.generate-button{align-items:center;background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1rem;transition:all .2s;width:100%}.generate-button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb66;transform:translateY(-1px)}.generate-button:disabled{box-shadow:none;transform:none}.generate-button.disabled,.generate-button:disabled{background:#9ca3af;cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:1rem;width:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem}.error-icon{flex-shrink:0;font-size:1.125rem}.error-action{margin-top:.5rem}.result-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1.5rem;padding:1rem}.result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.result-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.quality-badge{align-items:center;border-radius:.375rem;color:#fff;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.quality-grade{font-size:.875rem}.generated-post{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#374151;line-height:1.5;padding:1rem;white-space:pre-wrap}.generated-post,.quality-feedback{font-size:.875rem;margin-bottom:1rem}.quality-feedback{color:#6b7280}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.secondary-button{background:#6b7280;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background .2s}.secondary-button:hover{background:#4b5563}.primary-button{background:#2563eb;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background .2s}.primary-button:hover{background:#1d4ed8}.upgrade-promotion{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:.75rem;margin-top:1.5rem;padding:1.5rem}.promo-content h4{color:#92400e;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.promo-content ul{list-style:none;margin-bottom:1rem}.promo-content li{color:#78350f;font-size:.875rem;margin-bottom:.25rem}.upgrade-button{background:#f59e0b;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem;transition:background .2s;width:100%}.upgrade-button:hover{background:#d97706}.settings-panel{margin:0 auto;max-width:28rem;padding:1rem}.settings-header{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.settings-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.plan-badge{border-radius:9999px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.plan-badge.free{background:#d1fae5;color:#065f46}.plan-badge.premium{background:#fef3c7;color:#92400e}.plan-section{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.plan-section h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.plan-features ul{list-style:none;margin-bottom:1rem}.plan-features li{color:#374151;font-size:.875rem;margin-bottom:.5rem}.usage-bar{background:#e5e7eb;border-radius:.25rem;height:.5rem;margin-bottom:.5rem;overflow:hidden;width:100%}.usage-fill{background:linear-gradient(90deg,#10b981,#059669);height:100%;transition:width .3s ease}.pricing{align-items:baseline;display:flex;gap:.25rem;margin-bottom:1rem}.price{color:#1f2937;font-size:2rem;font-weight:700}.period{color:#6b7280;font-size:1rem}.api-key-section{margin-top:1.5rem}.api-key-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.api-key-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.api-key-input{flex:1 1;font-family:monospace;font-size:.875rem}.api-key-input,.toggle-visibility-button{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem}.toggle-visibility-button{background:#f3f4f6;cursor:pointer;font-size:1rem}.toggle-visibility-button:hover{background:#e5e7eb}.api-key-actions{display:flex;gap:.5rem;margin-bottom:1rem}.save-button{background:#10b981;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.save-button:hover{background:#059669}.danger-button{background:#dc2626;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.danger-button:hover{background:#b91c1c}.api-key-help{background:#f9fafb;border-radius:.5rem;color:#6b7280;font-size:.75rem;padding:1rem}.api-key-help ol{margin-top:.5rem;padding-left:1rem}.api-key-help li{margin-bottom:.25rem}.app-info,.other-settings,.privacy-section{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.app-info h3,.other-settings h3,.privacy-section h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.privacy-info ul{list-style:none}.privacy-info li{color:#374151;font-size:.875rem;margin-bottom:.5rem}.setting-item{margin-bottom:.75rem}.setting-item label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.info-grid{grid-gap:.75rem;display:grid;gap:.75rem}.info-item{display:flex;font-size:.875rem;justify-content:space-between}.label{color:#6b7280}.value{color:#374151;font-weight:500}.value a{color:#2563eb;text-decoration:none}.value a:hover{text-decoration:underline}.message{border-radius:.5rem;font-size:.875rem;margin-bottom:1rem;padding:1rem}.message.success{background:#d1fae5;border:1px solid #10b981;color:#065f46}.message.error{background:#fee2e2;border:1px solid #dc2626;color:#991b1b}@media (max-width:640px){.options-grid{grid-template-columns:1fr}.action-buttons,.api-key-actions,.api-key-input-group{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.post-generator,.settings-panel>*{animation:fadeIn .3s ease-out}.min-h-screen{min-height:100vh}.bg-gradient-to-br{background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.border-b{border-bottom:1px solid #e5e7eb}.max-w-md{max-width:28rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.pb-20{padding-bottom:5rem}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.border-t{border-top:1px solid #e5e7eb}.flex-1{flex:1 1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-y-1>*+*{margin-top:.25rem}.text-lg{font-size:1.125rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-600{color:#4b5563}.text-blue-600{color:#2563eb}.bg-white{background-color:#fff}.bg-blue-50{background-color:#eff6ff}.bg-green-100{background-color:#dcfce7}.bg-yellow-100{background-color:#fef3c7}.text-green-800{color:#166534}.text-yellow-800{color:#92400e}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.p-2{padding:.5rem}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.transition-colors{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,color .15s ease-in-out}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-6{height:1.5rem}.w-6{width:1.5rem}header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:1000}main{min-height:calc(100vh - 140px);padding-bottom:6rem!important}nav{background:#fff!important;border-top:1px solid #e5e7eb!important;bottom:0!important;box-shadow:0 -2px 8px #0000001a!important;height:5rem!important;left:0!important;position:fixed!important;right:0!important;z-index:1000!important}nav .max-w-md{display:flex;height:100%;margin:0 auto}nav button{align-items:center!important;background:#0000;border:none;cursor:pointer;display:flex!important;flex:1 1;flex-direction:column!important;gap:.25rem!important;height:100%!important;justify-content:center!important;padding:.75rem 1rem!important;transition:all .2s ease!important}nav button.text-blue-600{background:#eff6ff!important;color:#2563eb!important}nav button:not(.text-blue-600){color:#6b7280}nav button:hover{background:#f3f4f6!important;color:#2563eb!important}header button{align-items:center!important;background:#0000!important;border:none!important;border-radius:.5rem!important;cursor:pointer!important;display:flex!important;justify-content:center!important;padding:.5rem!important;transition:background .2s ease!important}header button:hover{background:#f3f4f6!important}header .flex.items-center.space-x-2{align-items:center;gap:.5rem;line-height:1}header h1{align-items:center;color:#1f2937;display:flex;font-size:1.125rem;font-weight:700;margin:0}.plan-label{align-items:center;background-color:#dcfce7;border-radius:9999px;color:#065f46;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .5rem;white-space:nowrap}button span,button svg{display:block}button span{font-size:.75rem;line-height:1.2}
/*# sourceMappingURL=main.e99618e2.css.map*/