*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,Meiryo,sans-serif;font-size:14px;line-height:1.5;color:#1f2937;background:#f6f7f9;-webkit-font-smoothing:antialiased}a{color:#1a73e8;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit}h1,h2,h3,h4{margin:0;color:#111827}.app-shell{display:flex;height:100vh;overflow:hidden}.app-sidebar{width:220px;flex-shrink:0;background:#1f2937;color:#f3f4f6;display:flex;flex-direction:column;padding:16px 0}.sidebar-logo{font-size:16px;font-weight:700;letter-spacing:.05em;padding:0 20px 16px;border-bottom:1px solid #374151}.sidebar-nav{flex:1;padding:12px 0;display:flex;flex-direction:column}.nav-item{display:block;padding:10px 20px;color:#d1d5db;text-decoration:none;border-left:3px solid transparent;transition:background .1s,color .1s}.nav-item:hover{background:#374151;color:#fff;text-decoration:none}.nav-item.active{background:#111827;color:#fff;border-left-color:#1a73e8;font-weight:600}.sidebar-footer{padding:12px 16px;border-top:1px solid #374151}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-header{height:56px;flex-shrink:0;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.app-header-title{font-size:14px;color:#6b7280}.app-header-user{display:flex;align-items:center;gap:8px}.user-name{font-weight:600;color:#111827}.app-content{flex:1;overflow-y:auto;padding:24px}.page{max-width:1100px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.page-title{font-size:22px;margin:4px 0;color:#111827}.page-sub{font-size:12px;color:#6b7280}.section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:16px}.section-title{font-size:15px;margin:0 0 12px;color:#111827}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:18px 20px}.stat-card-label{color:#6b7280;font-size:12px;margin-bottom:6px}.stat-card-value{font-size:28px;font-weight:700;color:#111827}.card-bordered{border:1px solid #d1d5db}.data-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.data-table th,.data-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:middle}.data-table th{background:#f9fafb;font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f9fafb}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:6px;border:1px solid transparent;cursor:pointer;font-weight:500;font-size:14px;transition:background .1s,border-color .1s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:5px 10px;font-size:13px}.btn-primary{background:#1a73e8;color:#fff}.btn-primary:hover:not(:disabled){background:#1666cc}.btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover:not(:disabled){background:#f3f4f6}.btn-danger{background:#d33;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-block{width:100%}.btn-link{background:none;border:none;color:#1a73e8;cursor:pointer;padding:0;font-size:14px}.btn-link:hover{text-decoration:underline}.form-label{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;font-size:13px;color:#374151}.form-label>span:first-child{font-weight:500}.form-input,.form-textarea{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:14px;background:#fff;color:#111827}.form-input:focus,.form-textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e826}.form-input-sm{padding:5px 8px;font-size:13px}.form-textarea{resize:vertical;min-height:80px}.form-row{margin-bottom:16px}.form-grid{display:flex;flex-direction:column;gap:4px}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:6px;margin-bottom:12px;font-size:13px}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:10px 14px;border-radius:6px;margin-bottom:12px;font-size:13px}.form-actions{display:flex;gap:8px;margin-top:8px}.form-static{display:flex;flex-direction:column;gap:4px;margin-bottom:8px;font-size:13px;color:#374151}.form-checkbox{display:flex;align-items:center;gap:8px;margin:8px 0;font-size:13px;color:#374151;cursor:pointer}.filter-row{display:flex;align-items:center;gap:16px;margin-bottom:12px}.filter-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.filter-spacer{flex:1}.filter-page-info{font-size:13px;color:#6b7280}.pagination{display:flex;gap:8px;margin-top:16px;justify-content:flex-end}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 900px){.detail-grid{grid-template-columns:1fr}}.info-list{margin:0}.info-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f3f4f6}.info-row:last-child{border-bottom:none}.info-row dt{color:#6b7280;font-size:13px}.info-row dd{margin:0;font-size:13px;color:#111827}.status-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.status-submitted{background:#eff6ff;color:#1a73e8;border-color:#bfdbfe}.status-reviewed{background:#fffbeb;color:#b45309;border-color:#fde68a}.status-contacted{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.status-closed,.form-status-draft{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}.form-status-published{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.form-status-closed{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.role-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.role-admin{background:#1a73e8;color:#fff}.role-manager{background:#b45309;color:#fff}.role-viewer{background:#6b7280;color:#fff}.mono{font-family:Menlo,Consolas,Liberation Mono,monospace;font-size:12px;color:#4b5563}.muted{color:#9ca3af}.small{font-size:11px}.success-mark{color:#22c55e;font-weight:600}.loading{color:#6b7280;padding:16px}.centered-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#6b7280}.empty-state{padding:40px 16px;text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:8px}.empty-state-title{color:#6b7280;font-size:14px}.empty-state-desc{margin-top:6px;color:#9ca3af;font-size:12px}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6f7f9;padding:24px}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;width:100%;max-width:400px;box-shadow:0 6px 20px #0000000a}.login-title{font-size:20px;margin-bottom:4px;color:#111827}.login-sub{font-size:13px;color:#6b7280;margin:0 0 20px}.login-form{display:flex;flex-direction:column;gap:4px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;padding:16px;z-index:100}.modal{background:#fff;border-radius:8px;width:100%;max-width:480px;padding:24px;box-shadow:0 8px 28px #0000002e}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-header h3{margin:0}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;line-height:1}.modal-close:hover{color:#111827}.builder-page{max-width:1400px}.builder-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;position:sticky;top:0;z-index:5}.builder-toolbar-left{display:flex;align-items:baseline;gap:12px}.builder-toolbar-left .page-title{margin:0;font-size:18px}.builder-toolbar-actions{display:flex;gap:8px}.builder-layout{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:flex-start}@media (max-width: 1100px){.builder-layout{grid-template-columns:1fr}}.builder-left{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto}.builder-right{display:flex;flex-direction:column;gap:16px;min-width:0}.builder-section-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.builder-section-head .section-title{margin:0}.builder-subhead{font-size:13px;color:#374151;margin:12px 0 6px}.builder-details{margin:8px 0 0;padding-top:8px;border-top:1px dashed #e5e7eb}.builder-details>summary{cursor:pointer;color:#1a73e8;font-size:13px;font-weight:500;padding:4px 0}.builder-details>summary:hover{text-decoration:underline}.field-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.field-card{border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;background:#fff;cursor:pointer;transition:border-color .1s,background .1s;display:flex;align-items:flex-start;gap:8px}.field-card:hover{background:#f9fafb;border-color:#cbd5e1}.field-card.selected{border-color:#1a73e8;background:#eff6ff}.field-card.has-error{border-color:#dc2626;background:#fef2f2}.field-card.is-section{background:#f3f4f6}.field-card.is-section.selected{background:#e0e7ff}.field-card-main{flex:1;min-width:0}.field-card-label{font-size:13px;color:#111827;font-weight:500;word-break:break-all}.field-card-meta{display:flex;gap:8px;margin-top:2px;align-items:center}.field-type-badge{font-size:10px;background:#e5e7eb;color:#374151;padding:1px 6px;border-radius:3px;font-weight:600}.field-card-actions{display:flex;gap:2px;flex-shrink:0}.icon-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;font-size:11px;color:#4b5563;padding:0}.icon-btn:hover:not(:disabled){background:#f3f4f6;color:#111827}.icon-btn:disabled{opacity:.4;cursor:not-allowed}.icon-btn-danger{color:#b91c1c}.icon-btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.required-mark{color:#dc2626;margin-left:2px}.field-editor .form-label,.logic-editor .form-label{margin-bottom:8px}.form-row.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-static-label{font-weight:500;font-size:13px;color:#374151;display:inline-block}.inline-error{margin:4px 0 0;padding:4px 8px;font-size:12px}.option-list{display:flex;flex-direction:column;gap:6px;margin-top:6px}.option-row{display:grid;grid-template-columns:1.4fr 1fr auto auto auto;gap:6px;align-items:center}.logic-editor{display:flex;flex-direction:column;gap:12px}.logic-rule-card{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fafafa}.logic-rule-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.rule-no{font-weight:600;font-size:13px;color:#374151}.logic-radio-group{display:flex;gap:16px;margin-top:4px}.logic-radio{display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.condition-list{display:flex;flex-direction:column;gap:6px;margin-top:6px}.condition-row{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:6px;align-items:center}.field-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (max-width: 540px){.field-type-grid{grid-template-columns:repeat(2,1fr)}}.field-type-btn{border:1px solid #d1d5db;background:#fff;border-radius:6px;padding:12px 10px;text-align:left;cursor:pointer;transition:border-color .1s,background .1s}.field-type-btn:hover{border-color:#1a73e8;background:#eff6ff}.field-type-btn-name{font-size:13px;font-weight:600;color:#111827}.field-type-btn-key{margin-top:2px}.row-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn-link-danger{color:#b91c1c}.btn-link:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}.preview-fields{display:flex;flex-direction:column;gap:12px}.preview-section-break{border-top:2px solid #1a73e8;padding-top:12px;margin-top:8px}.preview-section-break h4{margin:0;color:#1a73e8}.preview-field{padding-bottom:4px}.preview-options{display:flex;flex-direction:column;gap:4px;margin-top:4px}.gf-app{--gf-accent: #673ab7;--gf-accent-strong: #4d2da6;--gf-accent-hover: #5a31a3;--gf-accent-light: rgba(103, 58, 183, .08);--gf-accent-track: rgba(103, 58, 183, .4);--gf-page-bg: #f0ebf8;--gf-card-bg: #ffffff;--gf-card-border: #dadce0;--gf-card-radius: 8px;--gf-text: #202124;--gf-text-muted: #5f6368;--gf-text-faint: #80868b;--gf-divider: #e8eaed;--gf-error: #d93025;--gf-elev-1: 0 1px 2px 0 rgba(60, 64, 67, .06), 0 1px 3px 1px rgba(60, 64, 67, .06);--gf-elev-2: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);--gf-elev-8: 0 4px 6px -2px rgba(60, 64, 67, .2), 0 8px 12px 4px rgba(60, 64, 67, .15);--gf-card-w: 770px;--gf-toolbar-gap: 15px;--gf-font: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--gf-font-display: "Google Sans", "Roboto", system-ui, sans-serif;background:var(--gf-page-bg);color:var(--gf-text);font-family:var(--gf-font);font-size:14px;min-height:100vh;padding-bottom:96px}.gf-app *,.gf-app *:before,.gf-app *:after{box-sizing:border-box}.gf-topbar{height:64px;background:#fff;border-bottom:1px solid var(--gf-divider);display:flex;align-items:center;padding:0 16px;position:sticky;top:0;z-index:30}.gf-topbar-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.gf-topbar-back{width:40px;height:40px;border-radius:50%;background:transparent;border:none;cursor:pointer;color:var(--gf-text-muted);display:inline-flex;align-items:center;justify-content:center;font-size:22px}.gf-topbar-back:hover{background:#3c404314}.gf-topbar-title-input{font-family:var(--gf-font-display);font-size:18px;font-weight:400;color:var(--gf-text);border:none;background:transparent;outline:none;padding:6px 4px;border-bottom:1px solid transparent;min-width:200px;max-width:380px;flex:0 1 auto}.gf-topbar-title-input:hover{border-bottom-color:var(--gf-divider)}.gf-topbar-title-input:focus{border-bottom-color:var(--gf-accent)}.gf-save-status{font-size:12px;color:var(--gf-text-muted);display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:opacity .2s;margin-left:8px}.gf-save-status .dot{width:8px;height:8px;border-radius:50%;background:var(--gf-text-muted)}.gf-save-status[data-status=saving] .dot{background:#fbbc04;animation:gf-pulse 1.2s infinite ease-in-out}.gf-save-status[data-status=saved] .dot{background:#1e8e3e}.gf-save-status[data-status=error] .dot{background:var(--gf-error)}@keyframes gf-pulse{0%,to{opacity:.4}50%{opacity:1}}.gf-topbar-right{display:flex;align-items:center;gap:4px}.gf-icon-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--gf-text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s;font-size:18px;line-height:1}.gf-icon-btn:hover:not(:disabled){background:#3c404314;color:var(--gf-text)}.gf-icon-btn:disabled{opacity:.45;cursor:not-allowed}.gf-icon-btn-sm{width:32px;height:32px;font-size:16px}.gf-pill-btn{height:36px;padding:0 18px;border-radius:18px;border:none;background:var(--gf-accent);color:#fff;font-family:var(--gf-font-display);font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .12s,box-shadow .12s}.gf-pill-btn:hover:not(:disabled){background:var(--gf-accent-hover);box-shadow:var(--gf-elev-1)}.gf-pill-btn:disabled{opacity:.5;cursor:not-allowed}.gf-pill-btn.gf-pill-btn-secondary{background:#fff;color:var(--gf-accent);border:1px solid var(--gf-accent)}.gf-pill-btn.gf-pill-btn-secondary:hover:not(:disabled){background:var(--gf-accent-light);box-shadow:none}.gf-pill-btn.gf-pill-btn-ghost{background:transparent;color:var(--gf-text-muted);border:1px solid transparent}.gf-pill-btn.gf-pill-btn-ghost:hover:not(:disabled){background:#3c404314;color:var(--gf-text)}.gf-tabs{height:36px;background:#fff;border-bottom:1px solid var(--gf-divider);display:flex;align-items:center;justify-content:center;gap:24px;position:sticky;top:64px;z-index:25}.gf-tab{font-family:var(--gf-font-display);font-size:14px;font-weight:500;color:var(--gf-text-muted);background:transparent;border:none;cursor:pointer;height:36px;padding:0 14px;display:inline-flex;align-items:center;position:relative;transition:color .12s}.gf-tab:hover{color:var(--gf-text)}.gf-tab.is-active{color:var(--gf-accent)}.gf-tab.is-active:after{content:"";position:absolute;left:6px;right:6px;bottom:0;height:2px;background:var(--gf-accent);border-radius:2px 2px 0 0}.gf-canvas{display:flex;justify-content:center;padding:24px 0 80px;position:relative}.gf-cards{width:var(--gf-card-w);max-width:calc(100vw - 32px);display:flex;flex-direction:column;gap:12px;position:relative}.gf-card.gf-intro{border-top:10px solid var(--gf-accent);padding:24px}.gf-intro-title{font-family:var(--gf-font-display);font-size:32px;line-height:1.2;font-weight:400;color:var(--gf-text);border:none;outline:none;background:transparent;width:100%;border-bottom:1px solid transparent;padding:4px 0}.gf-intro-title:hover{border-bottom-color:var(--gf-divider)}.gf-intro-title:focus{border-bottom-color:var(--gf-accent)}.gf-intro-desc{font-size:14px;color:var(--gf-text);border:none;outline:none;background:transparent;width:100%;border-bottom:1px solid transparent;padding:6px 0 4px;margin-top:8px;resize:none;font-family:inherit}.gf-intro-desc:hover{border-bottom-color:var(--gf-divider)}.gf-intro-desc:focus{border-bottom-color:var(--gf-accent)}.gf-card{width:100%;background:var(--gf-card-bg);border:1px solid var(--gf-card-border);border-radius:var(--gf-card-radius);position:relative;transition:box-shadow .2s ease-out,border-radius .2s ease-out;animation:gf-card-enter .2s ease-out}@keyframes gf-card-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.gf-card.is-leaving{animation:gf-card-leave .15s ease-in forwards}@keyframes gf-card-leave{0%{opacity:1;transform:translateY(0);max-height:600px}to{opacity:0;transform:translateY(-6px);max-height:0;margin-top:-12px}}.gf-card:hover:not(.is-active){box-shadow:var(--gf-elev-1)}.gf-card.is-active{border-radius:0 var(--gf-card-radius) var(--gf-card-radius) var(--gf-card-radius);box-shadow:var(--gf-elev-2)}.gf-card-strip{position:absolute;top:0;left:0;width:6px;height:100%;background:var(--gf-accent);border-radius:0 0 0 var(--gf-card-radius);transform:scaleY(0);transform-origin:top;transition:transform .2s ease-out;pointer-events:none}.gf-card.is-active .gf-card-strip{transform:scaleY(1)}.gf-card-body{padding:24px 24px 0}.gf-section-meta{font-family:var(--gf-font-display);font-size:11px;color:var(--gf-text-muted);letter-spacing:.02em;font-weight:500;margin-bottom:8px}.gf-q-header{display:flex;gap:16px;align-items:flex-start}.gf-q-label{flex:1 1 auto;border:none;background:#f8f9fa;outline:none;font-family:inherit;font-size:14px;color:var(--gf-text);padding:12px 12px 11px;border-bottom:1px solid var(--gf-text-faint);transition:border-bottom-color .12s,border-bottom-width .12s;min-width:0;border-radius:4px 4px 0 0}.gf-q-label:hover{border-bottom-color:var(--gf-text-muted)}.gf-q-label:focus{border-bottom:2px solid var(--gf-accent);padding-bottom:10px}.gf-q-type{flex:0 0 200px;height:48px;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff;font-family:inherit;font-size:14px;color:var(--gf-text);padding:0 28px 0 12px;cursor:pointer;outline:none;transition:border-color .12s,box-shadow .12s;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gf-text-muted) 50%),linear-gradient(135deg,var(--gf-text-muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.gf-q-type:hover{border-color:var(--gf-text-muted)}.gf-q-type:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-q-desc{width:100%;border:none;background:transparent;outline:none;font-family:inherit;font-size:12px;color:var(--gf-text-muted);padding:6px 0;margin-top:4px;border-bottom:1px solid var(--gf-divider);resize:none}.gf-q-desc:focus{border-bottom-color:var(--gf-accent)}.gf-q-content{padding:12px 0 8px;transition:opacity .1s}.gf-q-content.is-fading{opacity:0}.gf-q-preview{width:60%;min-width:240px;font-size:14px;color:var(--gf-text-faint);border:none;border-bottom:1px dotted var(--gf-text-faint);padding:8px 0;background:transparent;font-family:inherit;font-style:italic;pointer-events:none;-webkit-user-select:none;user-select:none}.gf-q-preview-paragraph{width:80%;min-width:320px;height:60px;resize:none}.gf-options{display:flex;flex-direction:column;gap:0}.gf-option-row{display:flex;align-items:center;gap:10px;padding:6px 0;min-height:40px;position:relative}.gf-option-handle{flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;cursor:grab;color:var(--gf-text-faint);opacity:0;transition:opacity .12s}.gf-option-row:hover .gf-option-handle{opacity:1}.gf-option-marker{flex:0 0 20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:var(--gf-text-faint);font-size:14px}.gf-option-marker .gf-radio-circle{width:20px;height:20px;border:2px solid var(--gf-card-border);border-radius:50%;display:inline-block}.gf-option-marker .gf-checkbox-square{width:18px;height:18px;border:2px solid var(--gf-card-border);border-radius:4px;display:inline-block}.gf-option-marker .gf-select-num{font-size:13px;color:var(--gf-text-muted);font-family:var(--gf-font-display);width:20px;text-align:right;padding-right:4px}.gf-option-input{flex:1 1 auto;border:none;background:transparent;outline:none;font-family:inherit;font-size:14px;color:var(--gf-text);padding:6px 4px;border-bottom:1px solid transparent;min-width:0}.gf-option-input:hover:not(:disabled){border-bottom-color:var(--gf-divider)}.gf-option-input:focus{border-bottom-color:var(--gf-accent)}.gf-option-goto{flex:0 0 auto;height:32px;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff;font-family:inherit;font-size:13px;color:var(--gf-text);padding:0 24px 0 8px;outline:none;cursor:pointer;max-width:220px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gf-text-muted) 50%),linear-gradient(135deg,var(--gf-text-muted) 50%,transparent 50%);background-position:calc(100% - 12px) 50%,calc(100% - 8px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.gf-option-goto:hover{border-color:var(--gf-text-muted)}.gf-option-goto:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-option-actions{display:inline-flex;align-items:center;gap:2px;opacity:0;transition:opacity .12s}.gf-option-row:hover .gf-option-actions,.gf-option-row:focus-within .gf-option-actions{opacity:1}.gf-option-row.is-other .gf-option-input{color:var(--gf-text-faint);font-style:italic}.gf-option-add{display:flex;align-items:center;gap:10px;padding:8px 0 12px;min-height:40px;font-size:14px;color:var(--gf-text-muted)}.gf-option-add-btn{border:none;background:transparent;color:var(--gf-text-muted);cursor:pointer;padding:6px 4px;font-family:inherit;font-size:14px;border-bottom:1px solid transparent}.gf-option-add-btn:hover{color:var(--gf-accent);border-bottom-color:var(--gf-accent)}.gf-option-add-or{color:var(--gf-text-faint);font-size:13px}.gf-option-add-other{border:none;background:transparent;color:var(--gf-accent);cursor:pointer;padding:6px 4px;font-family:inherit;font-size:14px;text-decoration:none}.gf-option-add-other:hover{text-decoration:underline}.gf-option-add-other:disabled{color:var(--gf-text-faint);text-decoration:none;cursor:not-allowed}.gf-file-config{background:#f8f9fa;border-radius:8px;padding:16px;margin-top:8px;border:1px solid var(--gf-divider)}.gf-file-config-row{display:grid;grid-template-columns:160px 1fr;gap:12px;align-items:center;padding:6px 0;font-size:13px;color:var(--gf-text)}.gf-file-config-row label{color:var(--gf-text-muted)}.gf-file-config-input{border:1px solid var(--gf-card-border);border-radius:4px;padding:8px 10px;font-family:inherit;font-size:14px;background:#fff;outline:none}.gf-file-config-input:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-file-config-chips{display:flex;flex-wrap:wrap;gap:6px}.gf-file-config-chip{display:inline-flex;align-items:center;gap:4px;background:var(--gf-accent-light);color:var(--gf-accent-strong);border-radius:14px;padding:4px 10px;font-size:12px}.gf-file-config-chip button{background:none;border:none;cursor:pointer;color:inherit;padding:0;font-size:14px;line-height:1}.gf-validation-row{display:grid;grid-template-columns:140px 180px minmax(160px,1fr) 220px auto;gap:8px;align-items:center;padding:12px 0 4px;margin-top:12px;border-top:1px solid var(--gf-divider)}.gf-validation-cell-select,.gf-validation-cell-input{height:36px;padding:0 10px;font-family:inherit;font-size:13px;color:var(--gf-text);background:#fff;border:1px solid var(--gf-card-border);border-radius:4px;outline:none;width:100%;box-sizing:border-box;transition:border-color .12s ease,box-shadow .12s ease}.gf-validation-cell-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%235f6368' d='M0 0l5 6 5-6z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px;cursor:pointer}.gf-validation-cell-select:disabled{background-color:#f8f9fa;color:var(--gf-text-muted);cursor:default}.gf-validation-cell-select:hover:not(:disabled),.gf-validation-cell-input:hover{border-color:var(--gf-text-muted)}.gf-validation-cell-select:focus,.gf-validation-cell-input:focus{border-color:var(--gf-accent);box-shadow:inset 0 0 0 1px var(--gf-accent)}.gf-validation-cell-value{display:flex;align-items:center;gap:8px;min-width:0}.gf-validation-cell-value>.gf-validation-cell-input{flex:1 1 0;min-width:0}.gf-validation-cell-empty{display:block;width:100%;height:1px}.gf-validation-cell-remove{width:36px;height:36px;background:none;border:none;cursor:pointer;color:var(--gf-text-muted);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background-color .12s ease,color .12s ease}.gf-validation-cell-remove:hover{background:#3c404314;color:var(--gf-text)}.gf-validation-cell-remove:focus-visible{outline:2px solid var(--gf-accent);outline-offset:2px}@media (max-width: 880px){.gf-validation-row{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.gf-validation-cell-value,.gf-validation-cell-message{grid-column:1 / -1}.gf-validation-cell-remove{grid-column:2;justify-self:end}}.gf-card-footer{display:flex;align-items:center;justify-content:flex-end;gap:0;height:48px;padding:0 8px 0 24px;border-top:1px solid var(--gf-divider);margin-top:8px}.gf-footer-spacer{flex:1}.gf-footer-divider{width:1px;height:24px;background:var(--gf-divider);margin:0 8px}.gf-required-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--gf-text);-webkit-user-select:none;user-select:none;cursor:pointer}.gf-required-track{position:relative;width:26px;height:16px;border-radius:8px;background:#bdbdbd;transition:background .2s;flex-shrink:0}.gf-required-thumb{position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fafafa;transition:transform .2s ease,background .2s;box-shadow:0 1px 2px #0000004d}.gf-required-toggle.is-on .gf-required-track{background:var(--gf-accent-track)}.gf-required-toggle.is-on .gf-required-thumb{background:var(--gf-accent);transform:translate(10px)}.gf-required-toggle input{position:absolute;opacity:0;width:0;height:0}.gf-right-toolbar{position:absolute;width:48px;background:#fff;border:1px solid var(--gf-card-border);border-radius:8px;padding:4px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--gf-elev-1);transition:top .2s ease-out}.gf-right-toolbar-btn{width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:var(--gf-text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s;font-size:18px;line-height:1}.gf-right-toolbar-btn:hover:not(:disabled){background:var(--gf-accent-light);color:var(--gf-accent)}.gf-right-toolbar-btn:disabled{opacity:.45;cursor:not-allowed}.gf-menu{position:absolute;background:#fff;border-radius:4px;box-shadow:var(--gf-elev-8);padding:8px 0;z-index:50;min-width:240px}.gf-menu-floating{position:fixed;z-index:1000}.gf-menu-item{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 16px;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:14px;color:var(--gf-text);text-align:left}.gf-menu-item:hover{background:#3c404314}.gf-menu-item.is-active{color:var(--gf-accent);font-weight:500}.gf-menu-item-icon{width:20px;text-align:center;color:var(--gf-text-muted)}.gf-menu-item.is-active .gf-menu-item-icon{color:var(--gf-accent)}.gf-menu-item:disabled,.gf-menu-item.is-disabled{color:var(--gf-text-faint);cursor:not-allowed}.gf-menu-item:disabled:hover,.gf-menu-item.is-disabled:hover{background:transparent}.gf-menu-divider{height:1px;background:var(--gf-divider);margin:4px 0}.gf-snackbar{position:fixed;bottom:24px;left:24px;background:#323232;color:#fff;border-radius:4px;padding:14px 16px;display:flex;align-items:center;gap:24px;font-size:14px;box-shadow:var(--gf-elev-8);z-index:200;max-width:480px;animation:gf-snack-in .2s ease-out}@keyframes gf-snack-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.gf-snackbar-action{background:none;border:none;color:#8ab4f8;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:0;text-transform:uppercase;letter-spacing:.04em}.gf-snackbar-action:hover{text-decoration:underline}.gf-card.is-section{background:#fff}.gf-section-title-input{font-family:var(--gf-font-display);font-size:24px;font-weight:400;color:var(--gf-text);border:none;background:transparent;outline:none;padding:4px 0;width:100%;border-bottom:1px solid transparent}.gf-section-title-input:hover{border-bottom-color:var(--gf-divider)}.gf-section-title-input:focus{border-bottom-color:var(--gf-accent)}.gf-section-desc-input{width:100%;border:none;background:transparent;outline:none;font-family:inherit;font-size:14px;color:var(--gf-text);padding:6px 0;margin-top:8px;border-bottom:1px solid var(--gf-divider);resize:none}.gf-section-desc-input:focus{border-bottom-color:var(--gf-accent)}.gf-card.is-title-block{background:#fff}.gf-title-block-title-input{font-family:var(--gf-font-display);font-size:20px;font-weight:500;color:var(--gf-text);border:none;background:transparent;outline:none;padding:4px 0;width:100%;border-bottom:1px solid transparent}.gf-title-block-title-input:hover{border-bottom-color:var(--gf-divider)}.gf-title-block-title-input:focus{border-bottom-color:var(--gf-accent)}.gf-title-block-desc-input{width:100%;border:none;background:transparent;outline:none;font-family:inherit;font-size:14px;color:var(--gf-text);padding:6px 0;margin-top:8px;border-bottom:1px solid var(--gf-divider);resize:vertical;min-height:32px}.gf-title-block-desc-input:focus{border-bottom-color:var(--gf-accent)}.gf-settings-card{background:#fff;border:1px solid var(--gf-card-border);border-radius:8px;padding:24px;margin-bottom:12px}.gf-settings-section{display:flex;flex-direction:column;gap:16px}.gf-settings-row{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:center}.gf-settings-row.is-stack{grid-template-columns:1fr;gap:6px}.gf-settings-row>label{font-size:13px;color:var(--gf-text-muted)}.gf-settings-row .gf-settings-help{font-size:12px;color:var(--gf-text-faint);margin-top:2px}.gf-settings-input,.gf-settings-textarea{width:100%;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff;font-family:inherit;font-size:14px;color:var(--gf-text);padding:10px 12px;outline:none}.gf-settings-input:focus,.gf-settings-textarea:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-settings-textarea{resize:vertical;min-height:64px}.gf-settings-section h3{font-family:var(--gf-font-display);font-size:18px;font-weight:500;color:var(--gf-text);margin:0 0 4px}.gf-settings-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-top:1px solid var(--gf-divider);cursor:pointer}.gf-settings-toggle-text{display:flex;flex-direction:column;gap:2px}.gf-settings-toggle-title{font-size:14px;color:var(--gf-text)}.gf-settings-toggle-desc{font-size:12px;color:var(--gf-text-muted)}.gf-settings-toggle-warning{font-size:12px;color:var(--gf-error, #d93025);margin-top:4px}.gf-settings-default-hint{font-size:13px;color:var(--gf-text-faint);margin:0}.gf-settings-section>.gf-settings-toggle:first-of-type{border-top:none;padding-top:0}.gf-q-fieldkey{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:12px;color:var(--gf-text-muted)}.gf-q-fieldkey input{font-family:Menlo,Consolas,monospace;font-size:12px;color:var(--gf-text-muted);background:#f8f9fa;border:1px solid var(--gf-divider);border-radius:3px;padding:2px 6px;outline:none;width:200px}.gf-q-fieldkey input:focus{border-color:var(--gf-accent)}.gf-q-fieldkey.is-error input{border-color:var(--gf-error);background:#fdecea}.gf-q-fieldkey-error{color:var(--gf-error);font-size:11px}.gf-linear-editor{display:flex;flex-direction:column;gap:14px;padding:4px 0 8px}.gf-linear-range-row{display:flex;align-items:center;gap:12px}.gf-linear-select{height:36px;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff;font-family:inherit;font-size:14px;color:var(--gf-text);padding:0 28px 0 12px;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gf-text-muted) 50%),linear-gradient(135deg,var(--gf-text-muted) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;min-width:80px}.gf-linear-select:hover{border-color:var(--gf-text-muted)}.gf-linear-select:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-linear-range-sep{color:var(--gf-text-faint);font-size:14px}.gf-linear-labels{display:flex;flex-direction:column;gap:8px;max-width:480px}.gf-linear-label-row{display:flex;align-items:center;gap:12px}.gf-linear-label-num{flex:0 0 24px;font-size:14px;color:var(--gf-text-muted);text-align:right;font-family:var(--gf-font-display)}.gf-linear-label-input{flex:1 1 auto;border:none;background:transparent;outline:none;font-family:inherit;font-size:14px;color:var(--gf-text);padding:6px 4px;border-bottom:1px solid var(--gf-divider)}.gf-linear-label-input:hover{border-bottom-color:var(--gf-text-muted)}.gf-linear-label-input:focus{border-bottom-color:var(--gf-accent)}.gf-linear-preview{display:flex;align-items:center;gap:12px;padding:14px 12px;background:#f8f9fa;border-radius:6px;border:1px dashed var(--gf-divider);flex-wrap:wrap}.gf-linear-preview-label{font-size:13px;color:var(--gf-text-muted);max-width:140px;word-break:break-word}.gf-linear-preview-scale{display:flex;align-items:flex-start;gap:16px;flex:1 1 auto;flex-wrap:wrap;justify-content:center}.gf-linear-preview-tick{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:28px}.gf-linear-preview-num{font-size:12px;color:var(--gf-text-muted);font-family:var(--gf-font-display)}.gf-linear-preview-circle{width:18px;height:18px;border-radius:50%;border:1px dashed var(--gf-text-faint);background:transparent}.gf-time-editor{display:flex;flex-direction:column;gap:12px;padding:4px 0 8px}.gf-time-mode-toggle{display:inline-flex;border:1px solid var(--gf-card-border);border-radius:999px;overflow:hidden;align-self:flex-start;background:#fff}.gf-time-mode-btn{border:none;background:transparent;font-family:inherit;font-size:13px;color:var(--gf-text-muted);padding:8px 18px;cursor:pointer;transition:background .12s,color .12s}.gf-time-mode-btn:hover{background:#3c40430d;color:var(--gf-text)}.gf-time-mode-btn.is-active{background:var(--gf-accent);color:#fff}.gf-time-mode-btn.is-active:hover{background:var(--gf-accent-hover)}.gf-time-preview{padding:10px 0}.gf-time-preview-text{display:inline-block;font-size:16px;color:var(--gf-text-faint);font-family:Menlo,Consolas,monospace;letter-spacing:.05em;border-bottom:1px dotted var(--gf-text-faint);padding:6px 12px 6px 0;-webkit-user-select:none;user-select:none}.gf-rating-editor{display:flex;flex-direction:column;gap:14px;padding:4px 0 8px}.gf-rating-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gf-rating-label{font-size:13px;color:var(--gf-text-muted)}.gf-rating-select{height:36px;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff;font-family:inherit;font-size:14px;color:var(--gf-text);padding:0 28px 0 12px;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gf-text-muted) 50%),linear-gradient(135deg,var(--gf-text-muted) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;min-width:120px}.gf-rating-select:hover{border-color:var(--gf-text-muted)}.gf-rating-select:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-rating-preview{display:flex;align-items:center;gap:6px;padding:12px;background:#f8f9fa;border-radius:6px;border:1px dashed var(--gf-divider);flex-wrap:wrap}.gf-rating-preview-icon{font-size:28px;line-height:1;color:var(--gf-text-faint);-webkit-user-select:none;user-select:none;filter:grayscale(.4);opacity:.55}.gf-rating-preview[data-icon=heart] .gf-rating-preview-icon{color:#c9a3a3}.gf-rating-preview[data-icon=thumbs] .gf-rating-preview-icon{filter:grayscale(.6);opacity:.5}.gf-empty-tab{text-align:center;padding:80px 20px;color:var(--gf-text-muted)}.gf-empty-tab h3{font-family:var(--gf-font-display);font-size:20px;font-weight:400;color:var(--gf-text);margin:8px 0}.gf-app .gf-mono{font-family:Menlo,Consolas,monospace;font-size:12px}.gf-app .gf-row{display:flex;align-items:center;gap:8px}.gf-app .gf-spacer{flex:1}.gf-app .gf-banner{background:#fef7e0;color:#5c4500;border:1px solid #fde293;padding:8px 14px;border-radius:4px;font-size:13px;margin:0 0 12px}.gf-app .gf-error-banner{background:#fce8e6;color:#b3261e;border:1px solid #f4c7c3;padding:8px 14px;border-radius:4px;font-size:13px;margin:0 0 12px}.gf-drag-handle{position:absolute;top:4px;left:50%;transform:translate(-50%);width:28px;height:14px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--gf-text-faint);cursor:grab;border-radius:3px;opacity:0;transition:opacity .12s,background .12s;z-index:2;padding:0}.gf-drag-handle:active{cursor:grabbing}.gf-card:hover .gf-drag-handle,.gf-card.is-active .gf-drag-handle,.gf-card .gf-drag-handle:focus{opacity:.7}.gf-drag-handle:hover{opacity:1!important;background:#3c404314;color:var(--gf-text-muted)}.gf-drag-overlay{cursor:grabbing;box-shadow:var(--gf-elev-8);opacity:.95;transform:rotate(.5deg);transition:none!important;animation:none!important;width:var(--gf-card-w);max-width:100%;background:var(--gf-card-bg);border:1px solid var(--gf-card-border);border-radius:var(--gf-card-radius)}.gf-drag-overlay-label{font-family:var(--gf-font-display);font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--gf-text-muted);padding:16px 24px 4px}.gf-drag-overlay-title{font-size:16px;color:var(--gf-text);padding:0 24px 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gf-card.is-dragging{outline:2px dashed var(--gf-accent-track);outline-offset:-2px}.gf-option-row .gf-option-handle{border:none;background:transparent;padding:0 2px;cursor:grab;font-family:inherit}.gf-option-row .gf-option-handle:active{cursor:grabbing}.gf-option-row.is-dragging{background:var(--gf-accent-light);border-radius:4px}.gf-rt{outline:none;font-family:inherit;cursor:text;white-space:pre-wrap;word-break:break-word;position:relative}.gf-rt:empty:before,.gf-rt.is-empty:before{content:attr(data-placeholder);color:var(--gf-text-faint);pointer-events:none;position:absolute;top:0;left:0}.gf-rt[contenteditable]{-webkit-user-modify:read-write-plaintext-only}.gf-rt b,.gf-rt strong{font-weight:700}.gf-rt i,.gf-rt em{font-style:italic}.gf-rt u{text-decoration:underline}.gf-rt a{color:var(--gf-accent);text-decoration:underline}.gf-rt ul,.gf-rt ol{margin:4px 0;padding-left:24px}.gf-rt.gf-q-label{flex:1 1 auto;background:#f8f9fa;font-size:14px;color:var(--gf-text);padding:12px 12px 11px;border-bottom:1px solid var(--gf-text-faint);transition:border-bottom-color .12s,border-bottom-width .12s;min-width:0;border-radius:4px 4px 0 0;min-height:44px}.gf-rt.gf-q-label:hover{border-bottom-color:var(--gf-text-muted)}.gf-rt.gf-q-label.is-focused{border-bottom:2px solid var(--gf-accent);padding-bottom:10px}.gf-rt.gf-q-desc{width:100%;background:transparent;font-size:12px;color:var(--gf-text-muted);padding:6px 0;margin-top:4px;border-bottom:1px solid var(--gf-divider);min-height:28px}.gf-rt.gf-q-desc.is-focused{border-bottom-color:var(--gf-accent)}.gf-rt.gf-intro-title{font-family:var(--gf-font-display);font-size:32px;line-height:1.2;font-weight:400;color:var(--gf-text);background:transparent;width:100%;border-bottom:1px solid transparent;padding:4px 0;min-height:44px}.gf-rt.gf-intro-title:hover{border-bottom-color:var(--gf-divider)}.gf-rt.gf-intro-title.is-focused{border-bottom-color:var(--gf-accent)}.gf-rt.gf-intro-desc{font-size:14px;color:var(--gf-text);background:transparent;width:100%;border-bottom:1px solid transparent;padding:6px 0 4px;margin-top:8px;min-height:28px}.gf-rt.gf-intro-desc:hover{border-bottom-color:var(--gf-divider)}.gf-rt.gf-intro-desc.is-focused{border-bottom-color:var(--gf-accent)}.gf-rt.gf-section-title-input{font-family:var(--gf-font-display);font-size:24px;font-weight:400;color:var(--gf-text);background:transparent;padding:4px 0;width:100%;border-bottom:1px solid transparent;min-height:36px}.gf-rt.gf-section-title-input:hover{border-bottom-color:var(--gf-divider)}.gf-rt.gf-section-title-input.is-focused{border-bottom-color:var(--gf-accent)}.gf-rt.gf-section-desc-input{width:100%;background:transparent;font-size:14px;color:var(--gf-text);padding:6px 0;margin-top:8px;border-bottom:1px solid var(--gf-divider);min-height:28px}.gf-rt.gf-section-desc-input.is-focused{border-bottom-color:var(--gf-accent)}.gf-rt.gf-title-block-title-input{font-family:var(--gf-font-display);font-size:20px;font-weight:500;color:var(--gf-text);background:transparent;padding:4px 0;width:100%;border-bottom:1px solid transparent;min-height:32px}.gf-rt.gf-title-block-desc-input{width:100%;background:transparent;font-size:14px;color:var(--gf-text);padding:6px 0;margin-top:8px;border-bottom:1px solid var(--gf-divider);min-height:28px}.gf-format-toolbar{position:absolute;height:36px;background:#fff;border:1px solid var(--gf-card-border);border-radius:6px;display:inline-flex;align-items:center;padding:2px;box-shadow:var(--gf-elev-2);gap:0;z-index:60;-webkit-user-select:none;user-select:none;animation:gf-toolbar-fade-in .15s ease-out}@keyframes gf-toolbar-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gf-format-btn{width:36px;height:32px;border:none;background:transparent;color:var(--gf-text-muted);cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;transition:background .12s,color .12s}.gf-format-btn:hover:not(:disabled){background:var(--gf-accent-light);color:var(--gf-accent)}.gf-format-btn:active{background:#3c404329}.gf-format-divider{width:1px;height:20px;background:var(--gf-divider);margin:0 4px}.gf-shortcuts-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3c404366;display:flex;align-items:center;justify-content:center;z-index:300;animation:gf-overlay-in .16s ease-out}@keyframes gf-overlay-in{0%{opacity:0}to{opacity:1}}.gf-shortcuts-modal{background:#fff;border-radius:8px;box-shadow:var(--gf-elev-8);width:480px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);display:flex;flex-direction:column;animation:gf-modal-in .18s ease-out}@keyframes gf-modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gf-shortcuts-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--gf-divider)}.gf-shortcuts-title{font-family:var(--gf-font-display);font-size:18px;font-weight:500;color:var(--gf-text);margin:0}.gf-shortcuts-list{list-style:none;margin:0;padding:12px 24px;overflow-y:auto;flex:1}.gf-shortcuts-row{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:13px;color:var(--gf-text)}.gf-shortcuts-keys{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;min-width:160px}.gf-shortcuts-key{display:inline-block;padding:2px 8px;border:1px solid var(--gf-card-border);border-bottom-width:2px;border-radius:4px;background:#f8f9fa;font-family:Menlo,Consolas,monospace;font-size:11px;color:var(--gf-text);line-height:1.4}.gf-shortcuts-sep{color:var(--gf-text-faint);font-size:12px}.gf-shortcuts-desc{flex:1 1 auto;color:var(--gf-text-muted)}.gf-shortcuts-footer{display:flex;justify-content:flex-end;padding:12px 24px;border-top:1px solid var(--gf-divider)}@keyframes gf-option-slide-down{0%{opacity:0;transform:translateY(-4px);max-height:0}to{opacity:1;transform:translateY(0);max-height:60px}}.gf-option-row{animation:gf-option-slide-down .2s ease-out}.gf-option-row.is-dragging{animation:none}.gf-section-banner{width:100%;background:#feefc3;color:#92400e;border:1px solid #FCD34D;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;line-height:1.2;text-align:center;min-height:32px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;margin-top:20px;margin-bottom:8px}.gf-cards>.gf-section-banner:first-of-type{margin-top:8px}.gf-section-footer-nav{width:100%;background:#fff;border:1px solid #DADADA;border-radius:8px;padding:16px 24px;box-shadow:var(--gf-elev-1);display:flex;align-items:center;gap:16px;margin-top:4px;margin-bottom:12px;-webkit-user-select:none;user-select:none}.gf-section-footer-nav-label{flex:0 0 auto;font-size:13px;color:var(--gf-text-muted);white-space:nowrap}.gf-section-footer-nav-select{flex:1 1 auto;height:36px;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff;font-family:inherit;font-size:13px;color:var(--gf-text);padding:0 28px 0 12px;cursor:pointer;outline:none;max-width:360px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gf-text-muted) 50%),linear-gradient(135deg,var(--gf-text-muted) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.gf-section-footer-nav-select:hover{border-color:var(--gf-text-muted)}.gf-section-footer-nav-select:focus{border-color:var(--gf-accent);box-shadow:0 0 0 1px var(--gf-accent)}.gf-card.is-collapsed{cursor:pointer;transition:box-shadow .2s ease-out,background-color .15s ease-out,border-radius .2s ease-out}.gf-card.is-collapsed:hover{background:#fafbfd}.gf-card.is-collapsed .gf-card-body{padding:18px 24px;animation:gf-card-content-fade .15s ease-out}.gf-card.is-active .gf-card-body{animation:gf-card-content-fade .15s ease-out}@keyframes gf-card-content-fade{0%{opacity:.4}to{opacity:1}}.gf-q-collapsed-content{display:flex;flex-direction:column;gap:10px;pointer-events:none;-webkit-user-select:none;user-select:none}.gf-q-preview-stack{display:flex;flex-direction:column;gap:8px}.gf-q-preview-title{font-size:16px;line-height:1.4;color:var(--gf-text);font-family:var(--gf-font);font-weight:400;word-break:break-word}.gf-q-preview-required{color:var(--gf-error);font-weight:500;margin-left:2px}.gf-q-preview-desc{font-size:13px;color:var(--gf-text-muted);line-height:1.5;word-break:break-word}.gf-q-preview-control{margin-top:6px}.gf-q-preview-line{display:inline-block;min-width:240px;width:60%;border-bottom:1px solid var(--gf-card-border);padding:6px 0;color:var(--gf-text-faint)}.gf-q-preview-multiline{display:block;min-width:320px;width:80%;min-height:56px;border:1px solid var(--gf-card-border);border-radius:4px;padding:10px 12px;background:#fafbfd;color:var(--gf-text-faint)}.gf-q-preview-placeholder{font-size:14px;color:var(--gf-text-faint)}.gf-q-preview-select{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:240px;height:38px;padding:0 12px;border:1px solid var(--gf-card-border);border-radius:4px;background:#fff}.gf-q-preview-select-text{font-size:14px;color:var(--gf-text-faint)}.gf-q-preview-select-caret{font-size:10px;color:var(--gf-text-muted)}.gf-q-preview-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gf-q-preview-option{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--gf-text)}.gf-q-preview-radio{flex:0 0 18px;width:18px;height:18px;border:2px solid var(--gf-text-faint);border-radius:50%;background:transparent}.gf-q-preview-check{flex:0 0 18px;width:18px;height:18px;border:2px solid var(--gf-text-faint);border-radius:3px;background:transparent}.gf-q-preview-option-label{flex:1 1 auto;word-break:break-word}.gf-q-preview-file{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border:1px dashed var(--gf-card-border);border-radius:4px;background:#fafbfd;color:var(--gf-text-muted);font-size:13px}.gf-q-preview-file-icon{font-size:14px;line-height:1}.gf-q-preview-linear{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gf-q-preview-linear-label{font-size:13px;color:var(--gf-text-muted);max-width:140px;word-break:break-word}.gf-q-preview-linear-scale{display:flex;align-items:flex-start;gap:14px;flex-wrap:wrap}.gf-q-preview-linear-tick{display:inline-flex;flex-direction:column;align-items:center;gap:4px;min-width:24px}.gf-q-preview-linear-num{font-size:12px;color:var(--gf-text-muted);font-family:var(--gf-font-display)}.gf-q-preview-linear-circle{width:16px;height:16px;border:2px solid var(--gf-text-faint);border-radius:50%;background:transparent}.gf-q-preview-rating{display:inline-flex;align-items:center;gap:4px}.gf-q-preview-rating-icon{font-size:22px;line-height:1;color:var(--gf-text-faint);opacity:.55}.gf-q-preview-rating[data-icon=heart] .gf-q-preview-rating-icon{color:#c9a3a3}.gf-q-preview-rating[data-icon=thumbs] .gf-q-preview-rating-icon{filter:grayscale(.6);opacity:.5}.gf-q-preview-time{display:inline-block;font-size:16px;color:var(--gf-text-faint);font-family:Menlo,Consolas,monospace;letter-spacing:.05em;border-bottom:1px dotted var(--gf-text-faint);padding:4px 12px 4px 0}.gf-card.is-section.is-collapsed .gf-card-body{padding:18px 24px}.gf-section-collapsed-title{font-family:var(--gf-font-display);font-size:22px;font-weight:400;color:var(--gf-text);line-height:1.3;word-break:break-word;pointer-events:none;-webkit-user-select:none;user-select:none}.gf-section-collapsed-desc{font-size:13px;color:var(--gf-text-muted);margin-top:6px;line-height:1.5;word-break:break-word;pointer-events:none;-webkit-user-select:none;user-select:none}.theme-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000002e;z-index:998}.theme-drawer{position:fixed;top:0;right:0;bottom:0;width:360px;max-width:100vw;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:999;display:flex;flex-direction:column;font-family:Roboto,Noto Sans JP,system-ui,-apple-system,sans-serif}.theme-drawer-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e0}.theme-drawer-title{margin:0;font-size:16px;font-weight:500;color:#202124}.theme-drawer-close{background:transparent;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:20px;line-height:1;color:#5f6368;display:inline-flex;align-items:center;justify-content:center}.theme-drawer-close:hover{background:#f1f3f4}.theme-drawer-body{flex:1 1 auto;overflow-y:auto;padding:16px 20px 24px}.theme-section{padding:12px 0;border-bottom:1px solid #f1f3f4}.theme-section:last-of-type{border-bottom:none}.theme-section-title{font-size:13px;font-weight:500;color:#5f6368;margin:0 0 12px;letter-spacing:.4px}.theme-image-preview-wrap{position:relative;margin-bottom:12px}.theme-image-preview{display:block;width:100%;border-radius:8px;background:#f5f5f5;object-fit:cover;max-height:120px}.theme-image-remove{position:absolute;top:8px;right:8px;background:#0009;color:#fff;border:none;padding:6px 10px;border-radius:4px;font-size:12px;cursor:pointer}.theme-image-remove:hover{background:#000c}.theme-image-upload-controls{display:flex;flex-direction:column;gap:6px}.theme-button{align-self:flex-start;padding:8px 16px;background:#f8f9fa;border:1px solid #dadce0;border-radius:4px;cursor:pointer;color:#1a73e8;font-size:14px;font-weight:500}.theme-button:hover:not(:disabled){background:#e8f0fe}.theme-button:disabled{opacity:.5;cursor:not-allowed}.theme-hint{font-size:12px;color:#5f6368;margin:0}.theme-error{font-size:12px;color:#d32f2f;margin:0}.theme-color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:12px}.theme-color-swatch{width:100%;aspect-ratio:1;border:2px solid transparent;border-radius:50%;cursor:pointer;padding:0;position:relative}.theme-color-swatch.is-selected{border-color:#202124;box-shadow:0 0 0 2px #fff inset}.theme-color-swatch.is-selected:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.5)}.theme-hex-row{display:flex;align-items:center;gap:8px}.theme-hex-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#5f6368}.theme-hex-color{width:32px;height:32px;border:1px solid #dadce0;border-radius:4px;cursor:pointer;padding:2px;background:#fff}.theme-hex-input{flex:1;padding:8px 10px;font-size:13px;border:1px solid #dadce0;border-radius:4px;font-family:Roboto Mono,monospace;text-transform:uppercase}.theme-hex-input:focus{outline:2px solid #1a73e8;outline-offset:-1px}.theme-bg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.theme-bg-option{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;background:#fff;border:1px solid #dadce0;border-radius:8px;cursor:pointer;font-size:12px;color:#202124}.theme-bg-option:hover{border-color:#1a73e8}.theme-bg-option.is-selected{border-color:#1a73e8;background:#e8f0fe}.theme-bg-swatch{width:36px;height:36px;border-radius:50%;border:1px solid #dadce0}.theme-font-list{display:flex;flex-direction:column;gap:6px}.theme-font-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;background:#fff;border:1px solid #dadce0;border-radius:8px;cursor:pointer;text-align:left}.theme-font-option:hover{border-color:#1a73e8}.theme-font-option.is-selected{border-color:#1a73e8;background:#e8f0fe}.theme-font-name{font-size:12px;color:#5f6368}.theme-font-sample{font-size:16px;color:#202124}.theme-font-default .theme-font-sample{font-family:Roboto,Noto Sans JP,system-ui,sans-serif}.theme-font-serif .theme-font-sample{font-family:"Noto Serif JP",Times New Roman,serif}.theme-font-rounded .theme-font-sample{font-family:Hiragino Maru Gothic ProN,Comic Sans MS,system-ui,sans-serif}.theme-font-mono .theme-font-sample{font-family:Roboto Mono,Courier New,monospace}.theme-reset{width:100%;padding:10px;background:transparent;border:1px solid #dadce0;border-radius:4px;color:#d32f2f;font-size:13px;cursor:pointer}.theme-reset:hover{background:#fce8e6}.gf-theme-preview{background-color:var(--theme-page-bg, transparent);font-family:var(--theme-font-family, inherit);transition:background-color .2s}.gf-theme-preview .gf-card.is-active{border-left-color:var(--theme-primary, #673AB7)}.gf-theme-preview .gf-intro{border-top:8px solid var(--theme-primary, #673AB7)}.gf-theme-header-image{width:770px;max-width:100%;margin:0 auto 12px;border-radius:8px;overflow:hidden;background:#f5f5f5}.gf-theme-header-image img{display:block;width:100%;height:auto;max-height:200px;object-fit:cover}.gf-icon-btn.is-active{background:#673ab71f;color:#673ab7}.gf-sheet-link{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8f9fa;border:1px solid #dadce0;border-radius:8px;margin-bottom:12px}.gf-sheet-link-header{display:flex;align-items:center;gap:12px}.gf-sheet-link-icon{flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#e6f4ea;color:#137333;border-radius:50%;font-size:18px}.gf-sheet-link-title-block{flex:1 1 auto;display:flex;flex-direction:column}.gf-sheet-link-title{font-size:14px;font-weight:500;color:#202124}.gf-sheet-link-subtitle{font-size:12px;color:#5f6368;margin-top:2px}.gf-sheet-link-btn-primary{flex:0 0 auto;padding:8px 16px;background:#137333;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer}.gf-sheet-link-btn-primary:hover:not(:disabled){background:#0d652d}.gf-sheet-link-btn-primary:disabled{opacity:.5;cursor:not-allowed}.gf-sheet-link-btn-secondary{flex:0 0 auto;padding:8px 16px;background:#fff;color:#d32f2f;border:1px solid #dadce0;border-radius:4px;font-size:13px;cursor:pointer}.gf-sheet-link-btn-secondary:hover:not(:disabled){background:#fce8e6}.gf-sheet-link-hint{font-size:12px;color:#5f6368;margin:0}.gf-sheet-link-status{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border:1px solid #dadce0;border-radius:4px}.gf-sheet-link-status-row{display:flex;flex-wrap:wrap;gap:6px;font-size:13px}.gf-sheet-link-label{color:#5f6368;flex:0 0 auto}.gf-sheet-link-url{color:#1a73e8;text-decoration:none;font-family:Roboto Mono,Courier New,monospace;font-size:12px;word-break:break-all}.gf-sheet-link-url:hover{text-decoration:underline}.gf-sheet-link-tabname{font-family:Roboto Mono,Courier New,monospace;font-size:12px;color:#202124}.gf-sheet-link-success{margin-top:4px;padding:6px 10px;background:#e6f4ea;color:#137333;border-radius:4px;font-size:12px}.gf-sheet-link-error{padding:8px 12px;background:#fce8e6;color:#d32f2f;border-radius:4px;font-size:13px}.gf-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:998}.gf-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;z-index:999;display:flex;flex-direction:column;overflow:hidden}.gf-modal-header{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid #e0e0e0}.gf-modal-back,.gf-modal-close{background:transparent;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:18px;line-height:1;color:#5f6368;display:inline-flex;align-items:center;justify-content:center}.gf-modal-back:hover,.gf-modal-close:hover{background:#f1f3f4}.gf-modal-title{flex:1;margin:0;font-size:16px;font-weight:500;color:#202124}.gf-modal-body{flex:1 1 auto;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.gf-modal-desc{margin:0;font-size:13px;color:#5f6368}.gf-modal-input{width:100%;padding:10px 12px;font-size:13px;border:1px solid #dadce0;border-radius:4px;font-family:inherit}.gf-modal-input:focus{outline:2px solid #1a73e8;outline-offset:-1px}.gf-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.gf-modal-btn-primary{padding:8px 16px;background:#1a73e8;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer}.gf-modal-btn-primary:hover:not(:disabled){background:#1765cc}.gf-modal-btn-primary:disabled{background:#a8c7fa;cursor:not-allowed}.gf-modal-btn-secondary{padding:8px 16px;background:#fff;color:#1a73e8;border:1px solid #dadce0;border-radius:4px;font-size:13px;cursor:pointer}.gf-modal-btn-secondary:hover:not(:disabled){background:#f6fafe}.gf-sheet-choose-card{display:flex;align-items:center;gap:12px;width:100%;padding:16px;background:#fff;border:1px solid #dadce0;border-radius:8px;cursor:pointer;text-align:left}.gf-sheet-choose-card:hover:not(:disabled){border-color:#1a73e8;background:#f6fafe}.gf-sheet-choose-card:disabled{opacity:.5;cursor:not-allowed}.gf-sheet-choose-icon{flex:0 0 auto;width:40px;height:40px;background:#e8f0fe;color:#1a73e8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.gf-sheet-choose-text{flex:1;display:flex;flex-direction:column}.gf-sheet-choose-title{font-size:14px;font-weight:500;color:#202124}.gf-sheet-choose-desc{margin-top:2px;font-size:12px;color:#5f6368}.gf-sheet-sa-hint{background:#e8f0fe;border:1px solid #aecbfa;border-radius:4px;padding:10px 12px;font-size:12px;color:#174ea6}.gf-sheet-sa-hint-title{font-weight:500;margin-bottom:4px}.gf-sheet-sa-hint-body{margin-bottom:8px}.gf-sheet-sa-hint-email{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dadce0;border-radius:4px;padding:6px 8px}.gf-sheet-sa-hint-email code{flex:1;font-family:Roboto Mono,Courier New,monospace;font-size:11px;color:#202124;word-break:break-all}.gf-sheet-sa-hint-copy{flex:0 0 auto;padding:4px 8px;background:transparent;color:#1a73e8;border:1px solid #dadce0;border-radius:4px;font-size:11px;cursor:pointer}.gf-sheet-sa-hint-copy:hover{background:#f6fafe}.gf-sheet-error-box{background:#fce8e6;border:1px solid #f6aea7;border-radius:4px;padding:10px 12px;font-size:12px;color:#d32f2f}.gf-sheet-error-title{font-weight:500;margin-bottom:4px}.gf-sheet-error-help{margin-top:6px;font-size:11px;color:#5f6368}
