*{box-sizing:border-box;margin:0;padding:0}body{background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}:root.dark body{color:#e0e0e0;background:#0a0a0a}.app{flex-direction:column;min-height:100vh;padding:20px;display:flex}.app-header{text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:40px 20px}.header-content{max-width:800px;margin:0 auto}.header-top{justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.theme-toggle{cursor:pointer;color:#666;background:0 0;border:2px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.theme-toggle:hover{color:#333;background:#f5f5f5;border-color:#333}:root.dark .theme-toggle{color:#999;border-color:#333}:root.dark .theme-toggle:hover{color:#fff;background:#2a2a2a;border-color:#555}.header-title{color:#000;margin-bottom:12px;font-size:48px;font-weight:700}:root.dark .header-title{color:#fff}.header-subtitle{color:#000;margin-bottom:16px;font-size:24px;font-weight:600}:root.dark .header-subtitle{color:#fff}.header-description{color:#666;font-size:16px;line-height:1.6}:root.dark .header-description{color:#888}.container{background:#fff;border:1px solid #eaeaea;border-radius:12px;grid-template-columns:1fr 1fr;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:40px;transition:background-color .3s,border-color .3s;display:grid}:root.dark .container{background:#000;border-color:#333}.left-panel{flex-direction:column;gap:24px;display:flex}.right-panel{background:#fafafa;border:1px solid #eaeaea;border-radius:12px;justify-content:center;align-items:center;min-height:500px;padding:20px;display:flex;position:relative;overflow:hidden}:root.dark .right-panel{background:#111;border-color:#333}.selector-group{border-bottom:1px solid #eaeaea;align-items:center;gap:16px;padding-bottom:0;transition:border-color .3s;display:flex}:root.dark .selector-group{border-bottom-color:#333}.platform-selector{flex:1;gap:0;display:flex}.language-selector{background:#f5f5f5;border-radius:6px;gap:4px;padding:4px;transition:background-color .3s;display:flex}:root.dark .language-selector{background:#111}.platform-tab{color:#666;cursor:pointer;background:0 0;border:none;flex:1;padding:12px 24px;font-size:16px;font-weight:500;transition:color .2s;position:relative}.platform-tab:hover{color:#000}:root.dark .platform-tab{color:#888}:root.dark .platform-tab:hover{color:#fff}.platform-tab.active{color:#000;font-weight:600}:root.dark .platform-tab.active{color:#fff}.platform-tab.active:after{content:"";background:#000;height:2px;position:absolute;bottom:-1px;left:0;right:0}:root.dark .platform-tab.active:after{background:#fff}.language-tab{color:#666;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.language-tab:hover{color:#000;background:#0000000d}:root.dark .language-tab{color:#888}:root.dark .language-tab:hover{color:#fff;background:#ffffff1a}.language-tab.active{color:#000;background:#fff;box-shadow:0 2px 4px #0000001a}:root.dark .language-tab.active{color:#fff;background:#333;box-shadow:0 2px 4px #00000080}.profile-upload{flex-direction:column;align-items:center;gap:16px;display:flex}.profile-image-container{border:2px solid #e0e0e0;border-radius:50%;width:80px;height:80px;transition:border-color .3s;overflow:hidden}:root.dark .profile-image-container{border-color:#333}.profile-image{object-fit:cover;width:100%;height:100%}.profile-image-placeholder{color:#999;background:#e0e0e0;justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;font-weight:700;transition:background-color .3s,color .3s;display:flex}:root.dark .profile-image-placeholder{color:#666;background:#2a2a2a}.upload-options{align-items:center;gap:12px;display:flex}.upload-button{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.upload-button:hover{background:#333;border-color:#333}:root.dark .upload-button{color:#000;background:#fff;border-color:#fff}:root.dark .upload-button:hover{background:#ccc;border-color:#ccc}.or-text{color:#999;font-size:14px;transition:color .3s}:root.dark .or-text{color:#666}.generate-button{color:#000;cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.generate-button:hover{border-color:#000}:root.dark .generate-button{color:#fff;background:#000;border-color:#333}:root.dark .generate-button:hover{border-color:#fff}.comment-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.checkbox-label{color:#333;cursor:pointer;align-items:center;gap:8px;font-size:14px;transition:color .3s;display:flex}:root.dark .checkbox-label{color:#ccc}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.form-input,.form-textarea{resize:vertical;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s,background-color .3s,color .3s}:root.dark .form-input,:root.dark .form-textarea{color:#e0e0e0;background:#2a2a2a;border-color:#333}.form-input:focus,.form-textarea:focus{border-color:#000;outline:none}:root.dark .form-input:focus,:root.dark .form-textarea:focus{border-color:#fff}.char-count{color:#999;text-align:right;font-size:12px;transition:color .3s}:root.dark .char-count{color:#666}.download-button{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:6px;width:100%;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s}.download-button:hover{background:#333;border-color:#333;transform:translateY(-1px)}:root.dark .download-button{color:#000;background:#fff;border-color:#fff}:root.dark .download-button:hover{background:#eaeaea;border-color:#eaeaea}.download-button:active{transform:translateY(0)}.comment-preview{justify-content:center;align-items:center;width:100%;display:flex}.preview-canvas{border-radius:8px;max-width:100%;height:auto}.app-footer{text-align:center;background:#fff;border-top:1px solid #eaeaea;margin-top:60px;padding:40px 20px;transition:background-color .3s,border-color .3s}:root.dark .app-footer{background:#000;border-top-color:#333}.footer-text{color:#666;margin-bottom:8px;font-size:14px;transition:color .3s}:root.dark .footer-text{color:#999}.footer-free{color:#999;margin-bottom:16px;font-size:12px;transition:color .3s}:root.dark .footer-free{color:#666}.footer-language-selector{justify-content:center;display:flex}@media (max-width:768px){.container{grid-template-columns:1fr;padding:20px}.selector-group{flex-direction:column-reverse;align-items:stretch;gap:16px;padding-bottom:0}.platform-selector{width:100%}.language-selector{align-self:center;margin-bottom:4px}.platform-tab{padding:12px 8px;font-size:14px}.language-tab{padding:6px 12px}.upload-options{flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.upload-button,.generate-button{text-align:center;white-space:nowrap;flex:auto;justify-content:center;min-width:120px}.right-panel{min-height:200px}.header-title{font-size:36px}.header-subtitle{font-size:20px}.header-top{flex-direction:column;gap:12px}.theme-toggle{position:static;transform:none}}.seo-content{background:#fff;border:1px solid #eaeaea;border-radius:12px;width:100%;max-width:1200px;margin:60px auto 0;padding:40px;transition:background-color .3s,border-color .3s}:root.dark .seo-content{color:#fff;background:#000;border-color:#333}.seo-content h2{color:#000;letter-spacing:-.02em;margin-bottom:24px;font-size:28px;font-weight:700}:root.dark .seo-content h2{color:#fff}.seo-content h3{color:#000;margin:32px 0 16px;font-size:20px;font-weight:600}:root.dark .seo-content h3{color:#fff}.seo-content p{color:#666;margin-bottom:16px;font-size:16px;line-height:1.7}:root.dark .seo-content p{color:#888}.seo-content ul,.seo-content ol{margin-bottom:24px;padding-left:24px}.seo-content li{color:#666;margin-bottom:12px;font-size:16px;line-height:1.6}:root.dark .seo-content li{color:#888}.seo-content strong{color:#000;font-weight:600}:root.dark .seo-content strong{color:#fff}@media (max-width:768px){.seo-content{padding:24px}.seo-content h2{font-size:24px}}.phone-mockup{box-sizing:border-box;background:#000;border:3px solid #000;border-radius:32px;flex-direction:column;flex-shrink:0;width:240px;height:480px;margin:auto;padding:8px;display:flex;position:relative;box-shadow:0 20px 40px #00000026}:root.dark .phone-mockup{background:#000;border-color:#000;box-shadow:0 20px 40px #0000004d}.phone-notch{z-index:10;background:#000;border-bottom-right-radius:14px;border-bottom-left-radius:14px;width:100px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:#fff 50%/cover;border-radius:30px;justify-content:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.phone-screen:before{content:"";pointer-events:none;background:linear-gradient(#00000005 0%,#0000001a 100%);position:absolute;inset:0}:root.dark .phone-screen{background:#fff}.phone-screen.tiktok .reels-video-bg,.phone-screen.instagram .reels-video-bg,.phone-screen.youtube .reels-video-bg,:root.dark .phone-screen.tiktok .reels-video-bg,:root.dark .phone-screen.instagram .reels-video-bg,:root.dark .phone-screen.youtube .reels-video-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#4facfe 75%,#00f2fe 100%)}@media (max-width:480px){.phone-mockup{border-radius:28px;width:220px;height:440px}.phone-screen{border-radius:20px}}.reels-overlay{z-index:20;pointer-events:none;flex-direction:column;justify-content:flex-end;padding:16px;display:flex;position:absolute;inset:0}.reels-video-bg{z-index:1;background:linear-gradient(135deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#4facfe 75%,#00f2fe 100%);position:absolute;inset:0}:root.dark .reels-video-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#4facfe 75%,#00f2fe 100%)}.reels-right-actions{flex-direction:column;align-items:center;gap:20px;display:flex;position:absolute;bottom:80px;right:12px}.action-item{flex-direction:column;align-items:center;gap:4px;display:flex}.action-icon{background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:0 2px 4px #0003}.action-text{color:#fff;text-shadow:0 1px 2px #00000080;font-size:10px;font-weight:600}.reels-bottom-info{color:#fff;text-shadow:0 1px 2px #00000080;margin-bottom:20px}.reels-username{margin-bottom:4px;font-size:14px;font-weight:700}.reels-caption{opacity:.9;max-width:80%;margin-bottom:8px;font-size:12px}.phone-screen .preview-canvas{z-index:30;transform-origin:top;filter:drop-shadow(0 4px 8px #0000004d);box-shadow:none;position:absolute;top:28%;left:50%;transform:translate(-50%)scale(.85)}
