#root{max-width:1280px;margin:0 auto;padding:.5rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);min-height:100vh;margin:0}.container{max-width:1000px;margin:0 auto;padding:2rem 1rem;min-height:100vh;display:flex;flex-direction:column;position:relative}@media (max-width: 768px){.container{margin:1rem auto;padding:0 .5rem}h1{font-size:2rem}}header{text-align:center;margin-bottom:3rem;animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}h1{color:#2c3e50;font-size:3.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(120deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.chat-container{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2rem;margin-bottom:2rem;flex-grow:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn 1s ease-out}.input-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}textarea{flex-grow:1;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;resize:vertical;min-height:100px;transition:border-color .3s ease;font-family:inherit}textarea:focus{outline:none;border-color:#3498db}textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.button-group{display:flex;gap:1rem;justify-content:flex-end}.upload-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;background:#ffffffe6;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2rem;margin:0 auto 2rem;width:100%;position:relative;overflow:hidden;animation:fadeIn 1s ease-out}.upload-section h2{font-size:1.8rem;color:#2c3e50;margin-bottom:1.5rem}.divider{position:relative;text-align:center;margin:2rem 0}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:calc(50% - 100px);height:1px;background:#e0e0e0}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;padding:0 20px;color:#666;font-size:1.2rem}.upload-button{background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;font-size:1.2rem;padding:1.2rem 2.5rem;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003;z-index:1}.upload-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:linear-gradient(135deg,#2980b9,#27ae60)}.upload-button:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 10px #0003}.image-preview{padding:1rem;background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-preview img{max-width:100%;max-height:300px;object-fit:contain;border-radius:4px;display:block}button{padding:.8rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s ease;height:fit-content;white-space:nowrap}button:hover:not(:disabled){background:#2980b9}button:disabled{background:#bdc3c7;cursor:not-allowed}.response-container{background:#f8f9fa;border-radius:8px;padding:1.5rem;min-height:200px;white-space:pre-wrap;font-size:1.1rem;line-height:1.8}.response-container.loading{position:relative}.response-container.loading:after{content:"";position:absolute;display:inline-block;width:1em;height:1em;border:2px solid #3498db;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;margin-left:.5rem}@keyframes spin{to{transform:rotate(360deg)}}footer{text-align:center;padding:1.5rem;color:#666;font-size:.9rem;margin-top:auto;background:transparent}footer p{margin:.2rem 0;opacity:.8}.reasoning-section,.content-section,.description-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;text-align:left}.reasoning-section{background:#fff;border-left:4px solid #bdc3c7;box-shadow:0 2px 8px #2c3e500d}.content-section{background:#fff;border-left:4px solid #3498db;margin-bottom:2rem;box-shadow:0 2px 8px #2c3e501a}.description-section{background:#fff;border-left:4px solid #bdc3c7;font-size:.9rem;box-shadow:0 2px 8px #2c3e500d}.reasoning-section h3,.content-section h3,.description-section h3{margin:0 0 .5rem;color:#7f8c8d;font-size:1rem;font-weight:500}.content-section h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.description-section h3,.reasoning-section h3{margin-bottom:.5rem}.reasoning-section p,.content-section p,.description-section p{margin:0;white-space:pre-wrap;line-height:1.8}.content-section p{font-size:1.2rem;color:#2c3e50;font-family:楷体,KaiTi,STKaiti,serif;line-height:2;letter-spacing:1px}.description-section p,.reasoning-section p{font-size:.9rem;color:#7f8c8d;line-height:1.6}@media (max-width: 768px){.content-section p{font-size:1.1rem;letter-spacing:.5px}.description-section p,.reasoning-section p{font-size:.85rem}.chat-container{padding:1rem}.reasoning-section,.content-section,.description-section{padding:.8rem;margin-bottom:1rem}.content-section{margin-bottom:1.5rem}}.poem-type-selection{margin-top:0;padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.poem-type-selection h3{margin-bottom:1.5rem;color:#2c3e50;font-size:1.3rem;font-weight:600}.poem-type-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.type-button{padding:.8rem 1rem;background:#fff;border:2px solid #3498db;color:#2c3e50;transition:all .3s ease}.type-button:hover:not(:disabled){border-color:#2980b9;color:#fff;background:#3498db}.type-button.selected{background:#3498db;color:#fff;border-color:#3498db}.action-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.primary-button{background:#3498db;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s ease}.primary-button:hover:not(:disabled){background:#2980b9}.secondary-button{background:#2c3e50;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s ease}.secondary-button:hover:not(:disabled){background:#34495e}.collapsible .section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0}.collapsible .section-header:hover{opacity:.8}.collapse-icon{font-size:.8rem;transition:transform .3s ease}.collapse-icon.collapsed{transform:rotate(-90deg)}.section-content{overflow:hidden;transition:all .3s ease-out;opacity:1}.section-content.collapsed{opacity:0;height:0;margin:0;padding:0}.reasoning-section .section-content,.description-section .section-content{padding-top:.5rem}@media (max-width: 768px){.container{margin:.5rem auto;padding:0}.chat-container{padding:.5rem;border-radius:8px}.response-container{padding:.75rem}.reasoning-section,.content-section,.description-section{padding:.5rem;margin-bottom:.75rem}.image-preview{margin-bottom:1rem;padding:.75rem}.poem-type-selection{padding:1rem;margin-top:0}.poem-type-selection h3{margin-bottom:1rem;font-size:1.1rem}.poem-type-options{gap:.5rem}.type-button{padding:.6rem .8rem;font-size:.9rem}.action-buttons{margin-top:1rem}button{padding:.6rem 1.2rem}footer{padding:1rem}}.examples-section{margin-bottom:2rem}.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:0 auto;max-width:900px}.example-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column}.example-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.example-card img{width:100%;height:250px;object-fit:cover}.example-info{padding:1rem;background:#fff}.example-card h3{margin:0;font-size:1.2rem;color:#2c3e50}.example-card .poem-type{margin:.5rem 0 0;color:#666;font-size:.9rem}.example-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.back-button{background:#f8f9fa;color:#2c3e50;border:1px solid #dee2e6;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#e9ecef}.use-image-button{background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease}.use-image-button:hover{background:linear-gradient(135deg,#2980b9,#27ae60)}@media (max-width: 768px){.upload-section{min-height:200px;padding:1.5rem;margin-bottom:1.5rem}.upload-section h2{font-size:1.5rem;margin-bottom:1rem}.divider{margin:1.5rem 0}.divider:before,.divider:after{width:calc(50% - 60px)}.divider span{font-size:1rem;padding:0 15px}.examples-grid{grid-template-columns:1fr;gap:1rem}.example-card img{height:200px}.example-info{padding:.8rem}.example-card h3{font-size:1.1rem}}.watermark{text-align:center;color:#bbb;font-size:.8rem;padding:.5rem 0;font-family:monospace;letter-spacing:1px;-webkit-user-select:none;user-select:none;opacity:.6}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;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}}
