*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#e8eaed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:#1f2730;font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif}body{overflow-x:hidden}.top-toolbar{z-index:1000;backdrop-filter:blur(20px);background:#0f141ef2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:48px;padding:10px 20px;display:flex;position:fixed;top:0;left:0;right:0}.top-toolbar .brand{letter-spacing:.05em;color:#e8eaed;font-family:Poppins,sans-serif;font-size:14px;font-weight:700}.top-toolbar .brand-group{align-items:center;gap:12px;display:flex}.top-toolbar .project-pill{color:#cfe5ff;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#4a9eff1f;border:1px solid #ffffff2e;border-radius:999px;max-width:320px;padding:5px 12px;font-family:inherit;font-size:12px;overflow:hidden}.top-toolbar .project-pill:hover{background:#4a9eff38}.top-toolbar .controls{align-items:center;gap:8px;display:flex}.top-toolbar button{color:#e8eaed;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:12px;transition:all .15s}.top-toolbar button:hover{background:#ffffff1f}.top-toolbar button.active{color:#fff;background:#4a9eff;border-color:#4a9eff}.top-toolbar button:disabled{opacity:.5;cursor:wait}.projects-backdrop{z-index:1100;background:#00000059;position:fixed;inset:0}.projects-panel{z-index:1101;background:#1b2333;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;width:360px;max-height:70vh;display:flex;position:fixed;top:56px;left:20px;overflow:hidden;box-shadow:0 16px 60px #00000080}.projects-panel-header{border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding:12px 14px;display:flex}.projects-panel-header strong{color:#e8eaed;flex:1;font-size:13px}.projects-panel-header button,.projects-panel-footer button{color:#e8eaed;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;padding:5px 10px;font-family:inherit;font-size:11px}.projects-panel-header button:hover,.projects-panel-footer button:hover{background:#ffffff1f}.projects-list{flex:1;margin:0;padding:6px;list-style:none;overflow-y:auto}.projects-list li{border-radius:6px;align-items:center;gap:4px;padding:2px;display:flex}.projects-list li.active{background:#4a9eff2e}.projects-list .proj-name{color:#e8eaed;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;flex-direction:column;flex:1;align-items:flex-start;gap:2px;padding:8px 10px;font-family:inherit;display:flex}.projects-list .proj-name:hover{background:#ffffff0f}.projects-list .proj-name span{font-size:13px;font-weight:600}.projects-list .proj-name small{opacity:.55;font-size:10px}.projects-list .proj-del{color:#ffffff80;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:13px}.projects-list .proj-del:hover:not(:disabled){color:#ef5350}.projects-list .proj-del:disabled{opacity:.25;cursor:not-allowed}.projects-list .proj-edit{color:#ffffff80;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:13px}.projects-list .proj-edit:hover{color:#4a9eff}.projects-panel-footer{border-top:1px solid #ffffff14;gap:8px;padding:10px 14px;display:flex}.nav-sidebar{z-index:900;backdrop-filter:blur(8px);background:#0006;border-radius:8px;flex-direction:column;gap:4px;max-height:80vh;padding:8px;display:flex;position:fixed;top:50%;right:12px;overflow-y:auto;transform:translateY(-50%)}.nav-sidebar button{color:#ffffff80;cursor:pointer;background:#ffffff14;border:none;border-radius:3px;width:24px;height:18px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:all .15s}.nav-sidebar button:hover{color:#fff;background:#4a9eff66}.nav-sidebar button.active{color:#fff;background:#4a9eff}.app-pages{flex-direction:column;align-items:center;gap:24px;padding-top:56px;padding-bottom:32px;display:flex}.slide-frame{width:100%;max-width:1280px;margin:0 auto}.slide-frame-inner{border-radius:4px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 40px #00000080}.slide-canvas{transform-origin:0 0;color:#1a2332;font-family:Inter,Noto Sans JP,sans-serif;position:relative;overflow:hidden}.slide-canvas.dark{color:#e8eaed}.slide-header{z-index:50;justify-content:space-between;align-items:center;height:28px;padding:0 20px;font-size:11px;display:flex;position:absolute;top:0;left:0;right:0}.slide-header.dark{color:#e8eaed;background:#080e1cd9}.slide-header.light{color:#1a2332;background:#fff9}.slide-header-left{align-items:center;gap:10px;display:flex}.slide-header-logo{letter-spacing:.08em;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}.slide-header-divider{opacity:.4}.slide-header-tagline{opacity:.85;font-size:10px}.slide-header-right{opacity:.7;font-family:Poppins,sans-serif;font-size:11px}.editable{border-radius:2px;outline:1px dashed #0000;transition:outline-color .15s,background .15s}.edit-mode .editable{cursor:text;outline-color:#4a9eff59}.edit-mode .editable:hover{outline-color:#4a9effb3}.edit-mode .editable:focus{background:#4a9eff14;outline:2px solid #4a9eff}.editable-image-wrap{position:relative}.editable-image-wrap .img-edit-controls{z-index:10;gap:6px;display:none;position:absolute;top:8px;left:8px}.edit-mode .editable-image-wrap:hover .img-edit-controls{display:flex}.editable-image-wrap .img-edit-controls button{color:#fff;cursor:pointer;background:#4a9efff2;border:none;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600}.edit-mode .editable-image-wrap:after{content:"";pointer-events:none;background:0 0;outline:1px dashed #4a9eff4d;transition:background .15s;position:absolute;inset:0}.edit-mode .editable-image-wrap:hover:after{background:#4a9eff1f}.edit-mode .draggable.is-editable{outline:1px dashed #ffffff26}.edit-mode .draggable.is-editable:hover{outline:1px dashed #4a9eff99}.absfill{position:absolute;inset:0}.flex{display:flex}.col{flex-direction:column}.center{justify-content:center;align-items:center}.between{justify-content:space-between}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.bg-dark-grid{background:linear-gradient(#ffffff0a 1px,#0000 1px) 0 0/40px 40px,linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/40px 40px,radial-gradient(at 50% 60%,#0e1a32 0%,#060a18 100%)}.bg-light{background:#f4f6fa}.accent-blue{color:#4a9eff}.accent-orange{color:#f6a13a}.accent-green{color:#34d399}.accent-red{color:#ef5350}.accent-purple{color:#9b6dff}.accent-teal{color:#2dd4bf}.exporting .top-toolbar,.exporting .nav-sidebar,.exporting .edit-toolbar{display:none!important}.card{color:#1a2332;background:#fff;border-radius:10px;padding:14px;box-shadow:0 2px 10px #0000000f}.card-dark{color:#e8eaed;background:#142038d9;border:1px solid #ffffff1a;border-radius:10px;padding:14px}.rewrite-modal-backdrop{backdrop-filter:blur(4px);z-index:5000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.rewrite-modal{color:#e8eaed;background:#1a2332;border:1px solid #ffffff1f;border-radius:12px;width:100%;max-width:560px;max-height:85vh;padding:22px 24px;overflow-y:auto;box-shadow:0 20px 60px #0009}.rewrite-modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.rewrite-modal-header h3{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;margin:0;font-size:16px;font-weight:700}.rewrite-close{color:#ffffff80;cursor:pointer;background:0 0;border:0;padding:0 6px;font-size:22px;line-height:1}.rewrite-close:hover{color:#fff}.rewrite-section-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin:14px 0 6px;font-size:11px;font-weight:700}.rewrite-original{white-space:pre-wrap;word-break:break-word;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;max-height:120px;padding:10px 12px;font-size:13px;line-height:1.5;overflow-y:auto}.rewrite-instruction{color:#e8eaed;background:#ffffff0a;border:1px solid #ffffff26;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px}.rewrite-instruction:focus{background:#ffffff0f;border-color:#4a9eff}.rewrite-generate{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#3b82f6);border:0;border-radius:6px;width:100%;margin-top:12px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700}.rewrite-generate:hover:not(:disabled){filter:brightness(1.1)}.rewrite-generate:disabled{opacity:.6;cursor:not-allowed}.rewrite-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d;border-radius:6px;margin-top:10px;padding:8px 12px;font-size:12px}.rewrite-candidates{flex-direction:column;gap:8px;display:flex}.rewrite-candidate{text-align:left;color:#e8eaed;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;align-items:flex-start;gap:10px;padding:12px 14px;font-family:inherit;font-size:13px;line-height:1.5;transition:background .15s,border-color .15s;display:flex}.rewrite-candidate:hover{background:#4a9eff1a;border-color:#4a9eff80}.rewrite-candidate-num{color:#fff;background:linear-gradient(135deg,#a855f7,#3b82f6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.rewrite-candidate-text{white-space:pre-wrap;word-break:break-word;flex:1}
/*# sourceMappingURL=path0.336a999b.css.map */
