@media (max-width:767px){body,html{margin:0;padding:0;width:100vw;height:100vh;overflow-x:hidden;box-sizing:border-box}*,:after,:before{box-sizing:inherit}.mobile-topbar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;height:48px;background:#fff;border-bottom:1px solid #ddd;padding:0 1rem;z-index:1000}.mobile-sidebar{position:fixed;top:48px;bottom:0;background:white;overflow-y:auto;z-index:999;box-shadow:2px 0 8px rgba(0,0,0,.1)}.mobile-left-sidebar{left:0;width:80%;height:calc(100vh - 48px);transform:translateX(-100%);transition:transform .3s ease}.mobile-left-sidebar.show{transform:translateX(0)}.mobile-right-sidebar{right:0;width:100vw;height:calc(100vh - 48px);background:white;transform:translateX(100%);transition:transform .3s ease}.mobile-right-sidebar.show{transform:translateX(0)}.overlay{position:fixed;top:48px;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:998}.content-wrapper{margin-top:48px;height:calc(100vh - 48px);width:100vw;overflow:hidden;box-sizing:border-box}}@media (min-width:768px){.mobile-sidebar,.mobile-topbar,.overlay{display:none}.content-wrapper{margin-top:0;height:100vh;overflow:hidden}}.pg-write-root.cg-editor-container{padding:3.5rem 2rem 2rem;background:#fdfdfd;height:86dvh;font-family:sans-serif}.pg-write-root .cg-header{font-size:2rem;font-weight:700;margin-bottom:1.5rem;margin-top:1rem}.pg-write-root .cgw-outer{max-width:800px;margin:1rem auto;width:100%;box-sizing:border-box}.pg-write-root .cg-editor-wrapper{position:relative;max-width:100%;width:100%;margin:0;border:1px solid #ccc;padding:2rem;background:#fff;height:calc(86dvh - 120px - 1rem);border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.05);box-sizing:border-box;display:flex;flex-direction:column}.pg-write-root .cg-editor{outline:none;min-height:400px;flex:1;overflow-y:auto}.pg-write-root .cg-toolbar{background:#333;color:white;border-radius:6px;padding:4px 6px;display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:1rem}.pg-write-root .cg-toolbar-row{display:flex;gap:4px}.pg-write-root .cg-toolbar button{background:none;border:none;color:white;font-weight:700;cursor:pointer;font-size:.9rem;padding:4px 6px;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px}.pg-write-root .cg-toolbar button:hover{background:rgba(255,255,255,.2);border-radius:4px}.pg-write-root .cg-toolbar button svg{width:16px;height:16px}.pg-write-root .cg-ai-button{background:#333;border:none;color:white;font-weight:700;cursor:pointer;font-size:.9rem;padding:4px 6px;border-radius:6px;text-align:center;width:100%}.pg-write-root .cg-ai-button:hover{background:rgba(255,255,255,.2)}.pg-write-root .cg-ai-panel{background:#333;border-radius:6px;padding:8px;display:flex;flex-direction:column;gap:8px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.pg-write-root .cg-ai-field{display:flex;align-items:center;gap:8px}.pg-write-root .cg-ai-field label{color:white;font-size:.9rem;font-weight:700;min-width:60px}.pg-write-root .cg-ai-input,.pg-write-root .cg-ai-select{background:#444;color:white;border:1px solid #555;border-radius:4px;font-size:.9rem;padding:4px;flex-grow:1;outline:none}.pg-write-root .cg-ai-select option{background:#444;color:white}.pg-write-root .cg-ai-input::-moz-placeholder{color:#aaa}.pg-write-root .cg-ai-input::placeholder{color:#aaa}.pg-write-root .ProseMirror .textStyle{font-size:inherit}.pg-write-root .write-bottom-gen{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:12px;background:#fff}.pg-write-root .write-bubble{max-width:100%;width:100%;margin:16px 0 0;background:#000;border:1px solid #222;border-radius:8px;padding:12px;box-shadow:0 6px 12px rgba(0,0,0,.25);color:#eee;box-sizing:border-box;overflow:hidden}.pg-write-root .write-gen-row{display:flex;gap:8px;align-items:stretch;width:100%;box-sizing:border-box}.pg-write-root .write-agent-wrapper{display:inline-flex;align-items:center;gap:8px}.pg-write-root .write-agent-select{padding:0 10px}.pg-write-root .write-agent-select,.pg-write-root .write-type-select{background:#2a2a2a;color:#eee;border:1px solid #444;border-radius:8px;height:40px}.pg-write-root .write-type-select{padding:8px 10px;min-width:140px}.pg-write-root .write-info-box{flex:1;border:1px solid #333;border-radius:8px;background:#0f0f0f;color:#eee;display:flex;flex-direction:column;overflow:hidden;min-height:40px}.pg-write-root .write-info-collapsed{display:flex;align-items:center;padding:8px 12px;cursor:pointer;color:#bbb}.pg-write-root .write-info-expanded{border-top:1px dashed #ddd;padding:8px}.pg-write-root .write-info-bottomrow{display:flex;justify-content:flex-end;margin-top:6px}.pg-write-root .write-info-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#111;color:#eee}.pg-write-root .write-tabs{display:flex;gap:8px}.pg-write-root .write-tab{padding:4px 8px;border-radius:6px;border:1px solid #444;background:#2a2a2a;color:#eee;cursor:pointer;font-size:12px}.pg-write-root .write-tab.active{background:#3a3a3a;color:#fff}.pg-write-root .write-info-textarea{width:100%;min-height:90px;border:1px solid #333;border-radius:8px;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;background:#1d1d1d;color:#eee}.pg-write-root .write-upload{margin-left:auto}.pg-write-root .cgw-bottom-gen{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:12px;background:#fff}.pg-write-root .cgw-bubble{max-width:100%;width:100%;margin:16px 0 0;background:#000;border:1px solid #222;border-radius:8px;padding:12px;box-shadow:0 6px 12px rgba(0,0,0,.25);color:#eee;box-sizing:border-box;overflow:hidden}.pg-write-root .cgw-gen-row{display:flex;gap:8px;align-items:stretch;width:100%;box-sizing:border-box}.pg-write-root .cgw-agent-wrapper{display:inline-flex;align-items:center;gap:8px}.pg-write-root .cgw-agent-select{padding:0 10px}.pg-write-root .cgw-agent-select,.pg-write-root .cgw-type-select{background:#2a2a2a;color:#eee;border:1px solid #444;border-radius:8px;height:40px}.pg-write-root .cgw-type-select{padding:8px 10px;min-width:140px}.pg-write-root .cgw-info-box{flex:1;border:1px solid #333;border-radius:8px;background:#0f0f0f;color:#eee;display:flex;flex-direction:column;overflow:hidden;min-height:40px}.pg-write-root .cgw-info-collapsed{display:flex;align-items:center;padding:8px 12px;cursor:pointer;color:#bbb}.pg-write-root .cgw-info-expanded{border-top:1px dashed #ddd;padding:8px}.pg-write-root .cgw-info-bottomrow{display:flex;justify-content:flex-end;margin-top:6px}.pg-write-root .cgw-info-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#111;color:#eee}.pg-write-root .cgw-tabs{display:flex;gap:8px}.pg-write-root .cgw-tab{padding:4px 8px;border-radius:6px;border:1px solid #444;background:#2a2a2a;color:#eee;cursor:pointer;font-size:12px}.pg-write-root .cgw-tab.active{background:#3a3a3a;color:#fff}.pg-write-root .cgw-info-textarea{width:100%;min-height:90px;border:1px solid #333;border-radius:8px;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;background:#1d1d1d;color:#eee}.pg-write-root .cgw-upload{margin-left:auto}.pg-write-root .genaiwrite-container{display:flex;gap:8px;align-items:center;width:100%;border:1px solid #222;background:#000;color:#eee;border-radius:8px;padding:8px;box-sizing:border-box}.pg-write-root .genaiwrite-input{flex:1;min-width:200px;min-height:36px;border-radius:6px;border:1px solid #333;background:#1d1d1d;color:#eee;padding:8px 10px}.pg-write-root .genaiwrite-button{background:#2a2a2a;color:#eee;border:1px solid #444;border-radius:6px;padding:8px 12px;cursor:pointer}.pg-write-root .genaiwrite-button.disabled{opacity:.5;cursor:not-allowed}.pg-write-root.cg-write-sidebar{padding:.5rem;height:100%}.pg-write-root.cg-write-sidebar.cg-editor-container{padding:.5rem;height:auto}.pg-write-root.cg-write-sidebar .cg-editor-container{padding:.5rem}.pg-write-root.cg-write-sidebar .cg-editor-wrapper{padding:.5rem;max-width:100%;background:#fff;color:#000;border-radius:8px;min-height:372px;max-height:372px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.pg-write-root.cg-write-sidebar .cg-toolbar{padding:2px 3px;gap:3px;border-radius:4px}.pg-write-root.cg-write-sidebar .cg-toolbar-row{gap:3px}.pg-write-root.cg-write-sidebar .cg-toolbar button{min-width:16px;height:16px;font-size:.6rem;padding:2px 3px}.pg-write-root.cg-write-sidebar .write-bubble{padding:7px;margin:16px 0 0}.pg-write-root.cg-write-sidebar .write-gen-row{gap:5px;flex-wrap:nowrap}.pg-write-root.cg-write-sidebar .write-agent-select,.pg-write-root.cg-write-sidebar .write-type-select{height:24px;padding:2px 4px;font-size:10.5px}.pg-write-root.cg-write-sidebar .write-type-select{width:72px;min-width:0}.pg-write-root.cg-write-sidebar .write-agent-select{width:64px;min-width:0}.pg-write-root.cg-write-sidebar .write-info-box{min-height:24px}.pg-write-root.cg-write-sidebar .write-info-collapsed,.pg-write-root.cg-write-sidebar .write-info-header{padding:5px 8px}.pg-write-root.cg-write-sidebar .write-info-expanded{padding:5px}.pg-write-root.cg-write-sidebar .write-info-textarea{min-height:54px;padding:5px;font-size:10px}.pg-write-root.cg-write-sidebar .write-tab{padding:3px 5px;font-size:10px}.pg-write-root.cg-write-sidebar .genaiwrite-container{padding:5px;gap:5px}.pg-write-root.cg-write-sidebar .genaiwrite-input{min-height:22px;padding:5px 6px;font-size:12px;min-width:0;flex:1 1 auto}.pg-write-root.cg-write-sidebar .genaiwrite-button{padding:5px 8px;font-size:12px}.pg-write-root.cg-write-sidebar .write-agent-wrapper img{display:none}.pg-write-root.cg-embedded-compact .genaiwrite-button,.pg-write-root.cg-embedded-compact .genaiwrite-container,.pg-write-root.cg-embedded-compact .genaiwrite-input,.pg-write-root.cg-embedded-compact .write-agent-select,.pg-write-root.cg-embedded-compact .write-bubble,.pg-write-root.cg-embedded-compact .write-gen-row,.pg-write-root.cg-embedded-compact .write-type-select{font-size:12px!important;color:#000!important}.pg-write-root.cg-embedded-compact .genaiwrite-container{padding:5px!important;gap:5px!important;flex-wrap:wrap!important}.pg-write-root.cg-embedded-compact .genaiwrite-input{min-height:22px!important;padding:5px 6px!important;min-width:0!important;flex:1 1 auto!important}.pg-write-root.cg-embedded-compact .genaiwrite-button{padding:5px 8px!important}.pg-write-root.cg-embedded-compact .write-agent-select,.pg-write-root.cg-embedded-compact .write-type-select{height:24px!important;padding:2px 4px!important;min-width:0!important}.pg-write-root.cg-write-sidebar .cg-editor-area{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.pg-image-root.cgi-container{max-width:1000px;margin:2rem auto;padding:2rem;background-color:#ffffff;border-radius:8px;box-shadow:0 0 12px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center}.pg-image-root.cg-image-sidebar,.pg-image-root.cg-image-sidebar.cgi-container,.pg-image-root.cgi-container.cg-image-sidebar{margin:0!important;padding:.5rem!important;max-width:100%!important;width:100%!important;height:100%!important;min-height:0!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}.pg-image-root.cg-image-sidebar .cgi-form-container,.pg-image-root.cg-image-sidebar .cgi-grid,.pg-image-root.cg-image-sidebar .cgi-image-container{flex:0 1 auto!important;min-height:0!important}.pg-image-root.cgi-embedded-compact{padding:.5rem!important}.pg-image-root.cgi-embedded-compact .cgi-button,.pg-image-root.cgi-embedded-compact .cgi-select,.pg-image-root.cgi-embedded-compact .cgi-textarea{font-size:13px!important;padding:6px 8px!important}.pg-image-root h1{font-size:2rem;color:#000000;margin-bottom:10px;text-align:center}.pg-image-root .cgi-subtitle{font-size:1rem;color:#333333;margin-bottom:30px;text-align:center;max-width:600px}.pg-image-root .cgi-grid{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media (min-width:768px){.pg-image-root .cgi-grid{grid-template-columns:1fr 1fr}}.pg-image-root .cgi-form-container{display:flex;flex-direction:column;gap:20px}.pg-image-root .cgi-form-group{display:flex;flex-direction:column}.pg-image-root .cgi-label{font-size:.9rem;color:#000000;margin-bottom:5px}.pg-image-root .cgi-select,.pg-image-root .cgi-textarea{width:100%;padding:10px;border:1px solid #000000;border-radius:5px;font-size:1rem;background-color:#ffffff;transition:border-color .3s;box-sizing:border-box}.pg-image-root .cgi-select:focus,.pg-image-root .cgi-textarea:focus{outline:none;border-color:#333333}.pg-image-root .cgi-textarea{resize:vertical}.pg-image-root .cgi-button{padding:12px;background-color:#000000;color:#ffffff;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.pg-image-root .cgi-button:hover{background-color:#333333}.pg-image-root .cgi-button-disabled{padding:12px;background-color:#cccccc;color:#666666;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:not-allowed}.pg-image-root .cgi-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f0f0f0;border-radius:5px;padding:20px;min-height:300px}.pg-image-root .cgi-loader-container{display:flex;align-items:center;justify-content:center;height:100%}.pg-image-root .cgi-loader{border:4px solid #f0f0f0;border-top-color:#000000;border-radius:50%;width:40px;height:40px;animation:cgi-spin 1s linear infinite}@keyframes cgi-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pg-image-root .cgi-error{color:#ff0000;text-align:center;font-size:1rem}.pg-image-root .cgi-image-wrapper{position:relative;width:100%;text-align:center}.pg-image-root .cgi-generated-image{max-width:100%;height:auto;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.pg-image-root .cgi-download-button{position:absolute;bottom:10px;right:10px;background-color:#000000;color:#ffffff;padding:8px 12px;border-radius:5px;text-decoration:none;font-size:.9rem;transition:background-color .3s}.pg-image-root .cgi-download-button:hover{background-color:#333333}.pg-image-root .cgi-placeholder{color:#666666;text-align:center;font-size:1rem}.GenChartBox_generatorChartBubble__37nOD{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;margin:0;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;color:#333;box-sizing:border-box;overflow:visible}.GenChartBox_generatorChartGenRow__7uE0q{display:flex;gap:8px;align-items:stretch;width:100%;min-width:0;box-sizing:border-box;margin-bottom:8px}.GenChartBox_generatorChartInfoBox__8kXDD{flex:1;max-width:400px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#333;display:flex;flex-direction:column;overflow:hidden;min-height:40px}.GenChartBox_generatorChartInfoCollapsed__aIlng{display:flex;align-items:center;padding:8px 12px;cursor:pointer;color:#666}.GenChartBox_generatorChartInfoCollapsed__aIlng:hover{color:#333;background:#f5f5f5}.GenChartBox_generatorChartInfoHeader__ilNxr{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#f8f9fa;color:#333;border-bottom:1px solid #ddd}.GenChartBox_generatorChartInfoExpanded__jjh_r{padding:8px}.GenChartBox_generatorChartInfoTextarea__makJR{width:100%;min-height:56px;border:1px solid #ddd;border-radius:4px;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;background:#fff;color:#333;resize:vertical}.GenChartBox_generatorChartInfoTextarea__makJR:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.GenChartBox_generatorChartInput__xCzgq{border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;padding:8px 10px;min-height:36px}.GenChartBox_generatorChartInput__xCzgq:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.GenChartBox_generatorChartInput__xCzgq::-moz-placeholder{color:#999}.GenChartBox_generatorChartInput__xCzgq::placeholder{color:#999}.GenChartBox_generatorChartButton__KJmMw{background:#007bff;color:#fff;border:1px solid #007bff;border-radius:4px;padding:8px 12px;cursor:pointer;font-weight:500}.GenChartBox_generatorChartButton__KJmMw:hover:not(:disabled){background:#0056b3;border-color:#0056b3}.GenChartBox_generatorChartButton__KJmMw:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width:600px){.GenChartBox_generatorChartBubble__37nOD{padding:7px}.GenChartBox_generatorChartGenRow__7uE0q{gap:5px;flex-wrap:nowrap}.GenChartBox_generatorChartInfoBox__8kXDD{min-height:24px}.GenChartBox_generatorChartInfoCollapsed__aIlng,.GenChartBox_generatorChartInfoHeader__ilNxr{padding:5px 8px;font-size:12px}.GenChartBox_generatorChartInfoExpanded__jjh_r{padding:5px}.GenChartBox_generatorChartInfoTextarea__makJR{min-height:54px;padding:5px;font-size:10px}.GenChartBox_generatorChartInput__xCzgq{min-height:22px;padding:5px 6px;font-size:12px}.GenChartBox_generatorChartButton__KJmMw{padding:5px 8px;font-size:12px}}