:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.splash-screen{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.splash-screen button{padding:12px 24px;background-color:#4285f4;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-top:10px;margin-left:20px}.splash-screen button:hover{background-color:#357abd}:root{--primary-blue: #0B2A3B;--white: #FFFFFF;--background-gray: #F5F5F5;--border-color: #E0E0E0;--accent-orange: #FFA07A}#root{width:100%}.ai-tool{width:100%;min-height:100vh;background-color:var(--background-gray)}.ai-tool__header{background-color:var(--primary-blue);color:var(--white);padding:1rem 2rem}.ai-tool__title{margin:0;font-size:24px;font-weight:600}.ai-tool__content{padding:2rem;max-width:1200px;margin:0 auto}.ai-tool__section{background-color:var(--white);padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.ai-tool__section-title{font-size:18px;margin-bottom:1rem;color:var(--primary-blue)}.ai-tool__select-wrapper{display:flex;gap:1rem;margin-bottom:1rem}.ai-tool__select{padding:.5rem;border:1px solid var(--border-color);border-radius:4px;width:200px;background-color:var(--white)}.ai-tool__radio-group,.ai-tool__text-group{display:flex;gap:2rem;margin-bottom:1rem}.ai-tool__radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#070707}.ai-tool__search-input{padding:.5rem;border:1px solid var(--border-color);border-radius:4px;width:300px}.ai-tool__pitch{padding:.5rem;flex:1}.ai-tool__-pitch-area{padding:.5rem;width:98%}.ai-tool__file-input{padding:.5rem;border:1px solid var(--border-color);border-radius:4px;flex:1}.ai-tool__button{background-color:var(--accent-orange);color:var(--white);border:none;border-radius:4px;padding:.75rem 1.5rem;cursor:pointer;font-weight:600;transition:opacity .2s ease;margin-top:1rem}.ai-tool__button:hover{opacity:.9}.ai-tool__button:disabled{background-color:var(--border-color);cursor:not-allowed}@media (max-width: 768px){.ai-tool__content{padding:1rem}.ai-tool__select-wrapper{flex-direction:column}.ai-tool__radio-group{flex-direction:column;gap:1rem}.ai-tool__search-input,.ai-tool__select{width:100%}}.ai-tool__progress-bar{width:100%;height:20px;background-color:#f0f0f0;border-radius:10px;margin-top:10px;overflow:hidden}.ai-tool__progress-bar-fill{height:100%;background:linear-gradient(to right,#ff9800,#ffb74d,#ff9800);border-radius:10px;animation:pulse 2s linear infinite;width:70%}@keyframes pulse{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.ai-tool__progress-bar-container{margin-top:20px;width:100%}
