html,body{box-sizing:border-box;background-color:#f8f8f4;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:inherit}.h-scroll-row{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;display:flex;overflow:auto hidden}.h-scroll-row::-webkit-scrollbar{height:0}@media (min-width:768px){.h-scroll-row:hover,.h-scroll-row:focus{scrollbar-width:thin}.h-scroll-row:hover::-webkit-scrollbar{height:8px}.h-scroll-row:focus::-webkit-scrollbar{height:8px}.h-scroll-row::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}.h-scroll-row:hover::-webkit-scrollbar-thumb{background:#00000073}.h-scroll-row:focus::-webkit-scrollbar-thumb{background:#00000073}}.main-sidebar-navigation-scroll{scrollbar-width:thin;scrollbar-color:var(--cg-sidebar-scroll-thumb,#404040)transparent}.main-sidebar-navigation-scroll::-webkit-scrollbar{width:1px}.main-sidebar-navigation-scroll::-webkit-scrollbar-track{background:0 0}.main-sidebar-navigation-scroll::-webkit-scrollbar-thumb{background:var(--cg-sidebar-scroll-thumb,#404040);border-radius:1px}.main-sidebar-navigation-scroll::-webkit-scrollbar-thumb:hover{background:var(--cg-sidebar-scroll-thumb,#555)}.cg-main-renderer-scroll{scrollbar-width:thin;scrollbar-color:var(--cg-renderer-scroll-thumb,#606060)var(--cg-renderer-scroll-track,#1e1e1e)}.cg-main-renderer-scroll::-webkit-scrollbar{width:1px}.cg-main-renderer-scroll::-webkit-scrollbar-track{background:var(--cg-renderer-scroll-track,#1e1e1e)}.cg-main-renderer-scroll::-webkit-scrollbar-thumb{background:var(--cg-renderer-scroll-thumb,#606060);border-radius:1px}.cg-main-renderer-scroll::-webkit-scrollbar-thumb:hover{background:var(--cg-renderer-scroll-thumb,#777)}@media (max-width:767px){html,body{box-sizing:border-box;width:100vw;height:100vh;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:inherit}.mobile-topbar{z-index:1000;background:#fff;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;height:48px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.mobile-sidebar{z-index:999;background:#fff;position:fixed;top:48px;bottom:0;overflow-y:auto;box-shadow:2px 0 8px #0000001a}.mobile-left-sidebar{width:80%;height:calc(100vh - 48px);transition:transform .3s;left:0;transform:translate(-100%)}.mobile-left-sidebar.show{transform:translate(0)}.mobile-right-sidebar{background:#fff;width:100vw;height:calc(100vh - 48px);transition:transform .3s;right:0;transform:translate(100%)}.mobile-right-sidebar.show{transform:translate(0)}.overlay{z-index:998;background:#0000004d;position:fixed;inset:48px 0 0}.content-wrapper{box-sizing:border-box;width:100vw;height:calc(100vh - 48px);margin-top:48px;overflow:hidden}}@media (min-width:768px){.mobile-topbar,.mobile-sidebar,.overlay{display:none}.content-wrapper{height:100vh;margin-top:0;overflow:hidden}}.pg-write-root.cg-editor-container{background:#fdfdfd;height:86dvh;padding:3.5rem 2rem 2rem;font-family:sans-serif}.pg-write-root .cg-header{margin-top:1rem;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.pg-write-root .cgw-outer{box-sizing:border-box;width:100%;max-width:800px;margin:1rem auto}.pg-write-root .cg-editor-wrapper{box-sizing:border-box;background:#fff;border:1px solid #ccc;border-radius:8px;flex-direction:column;width:100%;max-width:100%;height:calc(86dvh - 120px - 1rem);margin:0;padding:2rem;display:flex;position:relative;box-shadow:0 4px 8px #0000000d}.pg-write-root .cg-editor{outline:none;flex:1;min-height:400px;overflow-y:auto}.pg-write-root .cg-toolbar{color:#fff;background:#333;border-radius:6px;flex-direction:column;align-items:center;gap:6px;margin-bottom:1rem;padding:4px 6px;display:flex}.pg-write-root .cg-toolbar-row{gap:4px;display:flex}.pg-write-root .cg-toolbar button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:24px;height:24px;padding:4px 6px;font-size:.9rem;font-weight:700;display:flex}.pg-write-root .cg-toolbar button:hover{background:#fff3;border-radius:4px}.pg-write-root .cg-toolbar button svg{width:16px;height:16px}.pg-write-root .cg-ai-button{color:#fff;cursor:pointer;text-align:center;background:#333;border:none;border-radius:6px;width:100%;padding:4px 6px;font-size:.9rem;font-weight:700}.pg-write-root .cg-ai-button:hover{background:#fff3}.pg-write-root .cg-ai-panel{background:#333;border-radius:6px;flex-direction:column;gap:8px;padding:8px;display:flex;box-shadow:0 4px 8px #0003}.pg-write-root .cg-ai-field{align-items:center;gap:8px;display:flex}.pg-write-root .cg-ai-field label{color:#fff;min-width:60px;font-size:.9rem;font-weight:700}.pg-write-root .cg-ai-select,.pg-write-root .cg-ai-input{color:#fff;background:#444;border:1px solid #555;border-radius:4px;outline:none;flex-grow:1;padding:4px;font-size:.9rem}.pg-write-root .cg-ai-select option{color:#fff;background:#444}.pg-write-root .cg-ai-input::placeholder{color:#aaa}.pg-write-root .ProseMirror .textStyle{font-size:inherit}.pg-write-root .write-bottom-gen{background:#fff;border-top:1px solid #e5e7eb;margin-top:16px;padding-top:12px}.pg-write-root .write-bubble{color:#eee;box-sizing:border-box;background:#000;border:1px solid #222;border-radius:8px;width:100%;max-width:100%;margin:16px 0 0;padding:12px;overflow:hidden;box-shadow:0 6px 12px #00000040}.pg-write-root .write-gen-row{box-sizing:border-box;align-items:stretch;gap:8px;width:100%;display:flex}.pg-write-root .write-agent-wrapper{align-items:center;gap:8px;display:inline-flex}.pg-write-root .write-agent-select{color:#eee;background:#2a2a2a;border:1px solid #444;border-radius:8px;height:40px;padding:0 10px}.pg-write-root .write-type-select{color:#eee;background:#2a2a2a;border:1px solid #444;border-radius:8px;min-width:140px;height:40px;padding:8px 10px}.pg-write-root .write-info-box{color:#eee;background:#0f0f0f;border:1px solid #333;border-radius:8px;flex-direction:column;flex:1;min-height:40px;display:flex;overflow:hidden}.pg-write-root .write-info-collapsed{cursor:pointer;color:#bbb;align-items:center;padding:8px 12px;display:flex}.pg-write-root .write-info-expanded{border-top:1px dashed #ddd;padding:8px}.pg-write-root .write-info-bottomrow{justify-content:flex-end;margin-top:6px;display:flex}.pg-write-root .write-info-header{color:#eee;background:#111;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.pg-write-root .write-tabs{gap:8px;display:flex}.pg-write-root .write-tab{color:#eee;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:4px 8px;font-size:12px}.pg-write-root .write-tab.active{color:#fff;background:#3a3a3a}.pg-write-root .write-info-textarea{color:#eee;background:#1d1d1d;border:1px solid #333;border-radius:8px;width:100%;min-height:90px;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.pg-write-root .write-upload{margin-left:auto}.pg-write-root .cgw-bottom-gen{background:#fff;border-top:1px solid #e5e7eb;margin-top:16px;padding-top:12px}.pg-write-root .cgw-bubble{color:#eee;box-sizing:border-box;background:#000;border:1px solid #222;border-radius:8px;width:100%;max-width:100%;margin:16px 0 0;padding:12px;overflow:hidden;box-shadow:0 6px 12px #00000040}.pg-write-root .cgw-gen-row{box-sizing:border-box;align-items:stretch;gap:8px;width:100%;display:flex}.pg-write-root .cgw-agent-wrapper{align-items:center;gap:8px;display:inline-flex}.pg-write-root .cgw-agent-select{color:#eee;background:#2a2a2a;border:1px solid #444;border-radius:8px;height:40px;padding:0 10px}.pg-write-root .cgw-type-select{color:#eee;background:#2a2a2a;border:1px solid #444;border-radius:8px;min-width:140px;height:40px;padding:8px 10px}.pg-write-root .cgw-info-box{color:#eee;background:#0f0f0f;border:1px solid #333;border-radius:8px;flex-direction:column;flex:1;min-height:40px;display:flex;overflow:hidden}.pg-write-root .cgw-info-collapsed{cursor:pointer;color:#bbb;align-items:center;padding:8px 12px;display:flex}.pg-write-root .cgw-info-expanded{border-top:1px dashed #ddd;padding:8px}.pg-write-root .cgw-info-bottomrow{justify-content:flex-end;margin-top:6px;display:flex}.pg-write-root .cgw-info-header{color:#eee;background:#111;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.pg-write-root .cgw-tabs{gap:8px;display:flex}.pg-write-root .cgw-tab{color:#eee;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:4px 8px;font-size:12px}.pg-write-root .cgw-tab.active{color:#fff;background:#3a3a3a}.pg-write-root .cgw-info-textarea{color:#eee;background:#1d1d1d;border:1px solid #333;border-radius:8px;width:100%;min-height:90px;padding:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.pg-write-root .cgw-upload{margin-left:auto}.pg-write-root .genaiwrite-container{color:#eee;box-sizing:border-box;background:#000;border:1px solid #222;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px;display:flex}.pg-write-root .genaiwrite-input{color:#eee;background:#1d1d1d;border:1px solid #333;border-radius:6px;flex:1;min-width:200px;min-height:36px;padding:8px 10px}.pg-write-root .genaiwrite-button{color:#eee;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:8px 12px}.pg-write-root .genaiwrite-button.disabled{opacity:.5;cursor:not-allowed}.pg-write-root.cg-write-sidebar{height:100%;padding:.5rem}.pg-write-root.cg-write-sidebar.cg-editor-container{height:auto;padding:.5rem}.pg-write-root.cg-write-sidebar .cg-editor-container{padding:.5rem}.pg-write-root.cg-write-sidebar .cg-editor-wrapper{color:#000;-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;max-width:100%;min-height:372px;max-height:372px;padding:.5rem;overflow:hidden auto}.pg-write-root.cg-write-sidebar .cg-toolbar{border-radius:4px;gap:3px;padding:2px 3px}.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;padding:2px 3px;font-size:.6rem}.pg-write-root.cg-write-sidebar .write-bubble{margin:16px 0 0;padding:7px}.pg-write-root.cg-write-sidebar .write-gen-row{flex-wrap:nowrap;gap:5px}.pg-write-root.cg-write-sidebar .write-type-select,.pg-write-root.cg-write-sidebar .write-agent-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{gap:5px;padding:5px}.pg-write-root.cg-write-sidebar .genaiwrite-input{flex:auto;min-width:0;min-height:22px;padding:5px 6px;font-size:12px}.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-container,.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,.pg-write-root.cg-embedded-compact .write-agent-select,.pg-write-root.cg-embedded-compact .genaiwrite-input,.pg-write-root.cg-embedded-compact .genaiwrite-button{color:#000!important;font-size:12px!important}.pg-write-root.cg-embedded-compact .genaiwrite-container{flex-wrap:wrap!important;gap:5px!important;padding:5px!important}.pg-write-root.cg-embedded-compact .genaiwrite-input{flex:auto!important;min-width:0!important;min-height:22px!important;padding:5px 6px!important}.pg-write-root.cg-embedded-compact .genaiwrite-button{padding:5px 8px!important}.pg-write-root.cg-embedded-compact .write-type-select,.pg-write-root.cg-embedded-compact .write-agent-select{min-width:0!important;height:24px!important;padding:2px 4px!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{background-color:#fff;border-radius:8px;flex-direction:column;align-items:center;max-width:1000px;margin:2rem auto;padding:2rem;display:flex;box-shadow:0 0 12px #0000001a}.pg-image-root.cg-image-sidebar.cgi-container,.pg-image-root.cgi-container.cg-image-sidebar,.pg-image-root.cg-image-sidebar,.pg-image-root.cg-image-sidebar.cgi-container{box-sizing:border-box!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:.5rem!important;display:flex!important}.pg-image-root.cg-image-sidebar .cgi-grid,.pg-image-root.cg-image-sidebar .cgi-form-container,.pg-image-root.cg-image-sidebar .cgi-image-container{flex:0 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-textarea,.pg-image-root.cgi-embedded-compact .cgi-select{padding:6px 8px!important;font-size:13px!important}.pg-image-root h1{color:#000;text-align:center;margin-bottom:10px;font-size:2rem}.pg-image-root .cgi-subtitle{color:#333;text-align:center;max-width:600px;margin-bottom:30px;font-size:1rem}.pg-image-root .cgi-grid{grid-template-columns:1fr;gap:20px;width:100%;display:grid}@media (min-width:768px){.pg-image-root .cgi-grid{grid-template-columns:1fr 1fr}}.pg-image-root .cgi-form-container{flex-direction:column;gap:20px;display:flex}.pg-image-root .cgi-form-group{flex-direction:column;display:flex}.pg-image-root .cgi-label{color:#000;margin-bottom:5px;font-size:.9rem}.pg-image-root .cgi-textarea,.pg-image-root .cgi-select{box-sizing:border-box;background-color:#fff;border:1px solid #000;border-radius:5px;width:100%;padding:10px;font-size:1rem;transition:border-color .3s}.pg-image-root .cgi-textarea:focus,.pg-image-root .cgi-select:focus{border-color:#333;outline:none}.pg-image-root .cgi-textarea{resize:vertical}.pg-image-root .cgi-button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:5px;padding:12px;font-size:1rem;font-weight:500;transition:background-color .3s}.pg-image-root .cgi-button:hover{background-color:#333}.pg-image-root .cgi-button-disabled{color:#666;cursor:not-allowed;background-color:#ccc;border:none;border-radius:5px;padding:12px;font-size:1rem;font-weight:500}.pg-image-root .cgi-image-container{background-color:#f0f0f0;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:20px;display:flex}.pg-image-root .cgi-loader-container{justify-content:center;align-items:center;height:100%;display:flex}.pg-image-root .cgi-loader{border:4px solid #f0f0f0;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:1s linear infinite cgi-spin}@keyframes cgi-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pg-image-root .cgi-error{color:red;text-align:center;font-size:1rem}.pg-image-root .cgi-image-wrapper{text-align:center;width:100%;position:relative}.pg-image-root .cgi-generated-image{border-radius:5px;max-width:100%;height:auto;box-shadow:0 2px 5px #0000001a}.pg-image-root .cgi-download-button{color:#fff;background-color:#000;border-radius:5px;padding:8px 12px;font-size:.9rem;text-decoration:none;transition:background-color .3s;position:absolute;bottom:10px;right:10px}.pg-image-root .cgi-download-button:hover{background-color:#333}.pg-image-root .cgi-placeholder{color:#666;text-align:center;font-size:1rem}@media (max-width:767px){.mobile-topbar{color:#e8e8e8!important;background:#2a2a2a!important;border-bottom:1px solid #404040!important}.mobile-topbar button{color:#e8e8e8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.2rem;transition:background-color .2s}.mobile-topbar button:hover{background:#f8f8f41a}.mobile-topbar .mobile-logo{width:auto;height:32px}}.cg-submit-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:8px;height:36px;padding:0 12px;font-weight:600;line-height:1;box-shadow:0 1px 2px #00000014}.cg-submit-btn:hover{background:#000;border-color:#000}.cg-submit-btn:disabled{cursor:not-allowed;background:#9ca3af;border-color:#9ca3af}.cg-genai-input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;height:36px;padding:0 12px;box-shadow:0 1px 3px #0000000f}.cg-genai-input:focus{border-color:#9ca3af;outline:none;box-shadow:0 0 0 2px #9ca3af40}
