*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#F8F9FA;color:#111827;min-height:100vh}.talk-canvas{max-width:1400px;margin:0 auto;padding:32px 24px}.talk-canvas__header{margin-bottom:24px}.talk-canvas__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.talk-canvas__actions{display:flex;align-items:center;gap:8px}.talk-canvas__title{font-size:1.5rem;font-weight:700;color:#111827}.talk-canvas__lanes{display:flex;flex-direction:column;gap:4px}.act-swimlane{border-radius:10px;border:1px solid #e5e7eb;border-left-width:4px;overflow:hidden}.act-swimlane__header{display:flex;align-items:center;justify-content:space-between;padding:7px 14px}.act-swimlane__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.act-swimlane__stats{font-size:.72rem;opacity:.65;font-weight:500}.act-swimlane__cards{display:flex;flex-direction:row;align-items:flex-start;gap:12px;overflow-x:auto;padding:12px 14px;min-height:80px;background:#fff;transition:background .12s}.act-swimlane__cards--over{background:#F5F3FF}.act-swimlane__add-btn{flex-shrink:0;width:38px;height:38px;align-self:center;border:2px dashed #d1d5db;border-radius:8px;background:transparent;color:#9CA3AF;font-size:1.25rem;line-height:1;cursor:pointer;transition:border-color .15s,color .15s,background .15s;display:flex;align-items:center;justify-content:center;font-family:inherit}.act-swimlane__add-btn:hover{border-color:#6366F1;color:#6366F1;background:#EEF2FF}.talk-canvas__empty-wrapper{display:flex;align-items:flex-start;gap:12px}.talk-canvas__empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;border:2px dashed #d1d5db;border-radius:12px;background:#fff;text-align:center}.talk-canvas__empty-headline{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:8px}.talk-canvas__empty-subtext{font-size:.9rem;color:#6B7280}.talk-canvas__empty-import-link{background:none;border:none;padding:0;color:#6366F1;font-size:inherit;font-weight:600;cursor:pointer;text-decoration:underline;font-family:inherit}.talk-canvas__empty-import-link:hover{color:#4F46E5}.talk-canvas__add-btn{flex-shrink:0;height:160px;min-width:120px;border:2px dashed #d1d5db;border-radius:10px;background:#fff;color:#6B7280;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s;align-self:stretch}.talk-canvas__add-btn:hover{border-color:#6366F1;color:#6366F1;background:#EEF2FF}.duration-bar{width:100%}.duration-bar__label{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#4B5563;margin-bottom:6px}.duration-bar__over-label{color:#EF4444;font-weight:600}.duration-bar__track{height:8px;background:#E5E7EB;border-radius:4px;overflow:hidden}.duration-bar__fill{height:100%;background:#6366F1;border-radius:4px;transition:width .3s ease}.duration-bar__fill--over{background:#EF4444}.story-card{position:relative;display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.story-card__drag-handle{text-align:center;font-size:1.1rem;color:#9CA3AF;cursor:-webkit-grab;cursor:grab;padding:2px 0 4px;line-height:1;touch-action:none}.story-card__drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.story-card__inner{width:180px;min-height:140px;border-radius:10px;border:1px solid #e5e7eb;border-left-width:4px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:box-shadow .15s,border-color .15s;box-shadow:0 1px 3px rgba(0,0,0,.06)}.story-card__inner:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.story-card--selected .story-card__inner{box-shadow:0 0 0 2px #6366F1,0 4px 12px rgba(99,102,241,.15)}.story-card__act-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.story-card__headline{font-size:.8rem;font-weight:600;color:#111827;line-height:1.3;word-break:break-word;margin-bottom:3px}.story-card__message{font-size:.85rem;color:#374151;line-height:1.4;flex:1 1;word-break:break-word}.story-card__duration{font-size:.75rem;color:#9CA3AF;font-weight:600;margin-top:auto}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:100;padding:24px}.card-editor-modal{background:#fff;border-radius:14px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.card-editor-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:3px solid transparent;flex-shrink:0;transition:background-color .15s,border-bottom-color .15s}.card-editor-modal__act-row{display:flex;align-items:center;gap:12px}.card-editor-modal__act-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.card-editor-modal__act-select{border:1.5px solid;border-radius:6px;padding:4px 8px;font-size:.9rem;font-weight:600;background:transparent;cursor:pointer;outline:none;transition:opacity .1s}.card-editor-modal__act-select:focus{opacity:.85}.card-editor-modal__close-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;opacity:.6;transition:opacity .15s,background .15s}.card-editor-modal__close-btn:hover{opacity:1;background:rgba(0,0,0,.07)}.card-editor-modal__body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;flex:1 1}.card-editor-modal__field{display:flex;flex-direction:column;gap:6px}.card-editor-modal__field--narrow{max-width:160px}.card-editor-modal__field-label{font-size:.8rem;font-weight:600;color:#374151}.card-editor-modal__required{color:#EF4444;margin-left:2px}.card-editor-modal__input{border:1.5px solid #d1d5db;border-radius:7px;padding:8px 10px;font-size:.9rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit;width:100%}.card-editor-modal__input:focus{border-color:#6366F1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.card-editor-modal__input--narrow{width:100px}.card-editor-modal__textarea{border:1.5px solid #d1d5db;border-radius:7px;padding:8px 10px;font-size:.9rem;color:#111827;outline:none;resize:vertical;font-family:inherit;line-height:1.5;transition:border-color .15s,box-shadow .15s;width:100%}.card-editor-modal__textarea:focus{border-color:#6366F1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.card-editor-modal__section-divider{display:flex;align-items:center;gap:10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9CA3AF;margin:4px 0}.card-editor-modal__section-divider:after,.card-editor-modal__section-divider:before{content:"";flex:1 1;height:1px;background:#E5E7EB}.card-editor-modal__error{font-size:.85rem;color:#EF4444;background:#FEF2F2;border:1px solid #fecaca;border-radius:6px;padding:8px 12px}.card-editor-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid #e5e7eb;flex-shrink:0;gap:12px}.card-editor-modal__footer-left{flex:1 1}.card-editor-modal__footer-right{display:flex;gap:8px}.card-editor-modal__delete-confirm{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#374151}.export-dropdown{position:relative;flex-shrink:0}.export-dropdown__trigger{display:inline-flex;align-items:center;gap:5px}.export-dropdown__trigger:disabled{opacity:.45;cursor:not-allowed}.export-dropdown__spinner{display:inline-block;width:12px;height:12px;border:2px solid #d1d5db;border-top-color:#6366f1;border-radius:50%;animation:export-spin .65s linear infinite;flex-shrink:0}@keyframes export-spin{to{transform:rotate(1turn)}}.export-dropdown__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:50;overflow:hidden;padding:4px}.export-dropdown__item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 12px;background:none;border:none;border-radius:7px;cursor:pointer;text-align:left;transition:background .12s;gap:2px}.export-dropdown__item:hover{background:#F3F4F6}.export-dropdown__item-label{font-size:.875rem;font-weight:600;color:#111827}.export-dropdown__item-desc{font-size:.75rem;color:#6B7280}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-size:.875rem;font-weight:600;padding:8px 16px;cursor:pointer;border:none;transition:background .15s,color .15s,opacity .15s;font-family:inherit;white-space:nowrap}.btn--sm{padding:5px 10px;font-size:.8rem}.btn--primary{background:#6366F1;color:#fff}.btn--primary:hover{background:#4F46E5}.btn--ghost{background:#F3F4F6;color:#374151}.btn--ghost:hover{background:#E5E7EB}.btn--danger{background:#EF4444}.btn--danger:hover{background:#DC2626}.btn--danger-outline{background:transparent;color:#EF4444;border:1.5px solid #ef4444}.btn--danger-outline:hover{background:#FEF2F2}.talk-canvas__settings-btn{font-size:1rem;padding:5px 8px}.card-editor-modal__auto-hint{font-weight:400;color:#6366F1;font-size:.75rem}.field-tooltip{position:relative;display:inline-flex;align-items:center;margin-left:4px;vertical-align:middle}.field-tooltip__icon{font-size:.72rem;color:#9CA3AF;cursor:default;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.field-tooltip__popup{display:none;position:absolute;left:50%;top:calc(100% + 6px);transform:translateX(-50%);background:#1F2937;color:#F9FAFB;font-size:.75rem;font-weight:400;padding:7px 10px;border-radius:6px;width:220px;white-space:normal;z-index:200;pointer-events:none;line-height:1.45;box-shadow:0 4px 12px rgba(0,0,0,.18)}.field-tooltip:hover .field-tooltip__popup{display:block}.settings-modal{background:#fff;border-radius:14px;width:100%;max-width:460px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.settings-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.settings-modal__title{font-size:1.05rem;font-weight:700;color:#111827}.settings-modal__body{padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.settings-modal__wpm-row{display:flex;align-items:center;gap:12px}.settings-modal__wpm-hint{font-size:.8rem;color:#9CA3AF}.settings-modal__field-desc{font-size:.78rem;color:#6B7280;margin-top:2px}.settings-modal__tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:0 20px;gap:0}.settings-modal__tab{padding:10px 16px;font-size:.85rem;font-weight:500;color:#6B7280;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;margin-bottom:-1px;transition:color .15s,border-color .15s}.settings-modal__tab:hover{color:#111827}.settings-modal__tab--active{color:#111827;border-bottom-color:#111827}.settings-modal__checkbox-row{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#374151;cursor:pointer}.settings-modal__checkbox-row input[type=checkbox]{width:16px;height:16px;cursor:pointer}.settings-modal__links-field{padding-top:4px}.settings-modal__link{font-size:.88rem;color:#3B82F6;text-decoration:none}.settings-modal__link:hover{text-decoration:underline}.settings-modal__act-types{display:flex;flex-direction:column;gap:8px;margin-top:8px}.settings-modal__act-row{display:flex;align-items:center;gap:10px}.settings-modal__act-swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0}.create-keynote-dialog{background:#fff;border-radius:14px;width:100%;max-width:400px;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.keynote-card__target-duration{font-size:.75rem;color:#9CA3AF}.import-modal{background:#fff;border-radius:14px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.import-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.import-modal__title{font-size:1.05rem;font-weight:700;color:#111827}.import-modal__body{padding:20px;overflow-y:auto;flex:1 1;display:flex;flex-direction:column;gap:16px}.import-modal__tabs{display:flex;gap:4px;border-bottom:2px solid #e5e7eb;margin-bottom:4px}.import-modal__tab{background:none;padding:8px 16px;font-size:.875rem;font-weight:600;color:#6B7280;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;font-family:inherit}.import-modal__tab:hover{color:#374151}.import-modal__tab--active{color:#6366F1;border-bottom-color:#6366F1}.import-modal__tab-content{display:flex;flex-direction:column;gap:8px}.import-modal__script-area{min-height:220px}.import-modal__char-count{font-size:.75rem;color:#9CA3AF;text-align:right}.import-modal__dropzone{border:2px dashed #d1d5db;border-radius:10px;padding:40px 24px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:#F9FAFB}.import-modal__dropzone:hover{border-color:#6366F1;background:#EEF2FF}.import-modal__dropzone--has-file{border-color:#10B981;background:#ECFDF5}.import-modal__dropzone-hint{font-size:.9rem;color:#6B7280}.import-modal__file-name{font-size:.9rem;font-weight:600;color:#065F46}.import-modal__file-input{display:none}.import-modal__footer{justify-content:flex-end;padding:14px 20px;border-top:1px solid #e5e7eb;flex-shrink:0}.import-modal__footer,.import-modal__spinner-row{display:flex;align-items:center;gap:8px}.import-modal__review{display:flex;flex-direction:column;gap:12px}.import-modal__review-hint{font-size:.85rem;color:#6B7280}.import-modal__draft-list{display:flex;flex-direction:column;gap:8px}.import-modal__draft-card{border-left:4px solid;border-radius:8px;padding:12px 14px;cursor:pointer;transition:opacity .15s,box-shadow .15s;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.import-modal__draft-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.import-modal__draft-card--excluded{opacity:.5}.import-modal__draft-card-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.import-modal__draft-act{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.import-modal__draft-duration{font-size:.75rem;color:#9CA3AF;margin-left:auto}.import-modal__draft-excluded-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9CA3AF;background:#F3F4F6;border-radius:4px;padding:1px 6px}.import-modal__draft-title{font-size:.9rem;font-weight:600;margin-bottom:2px}.import-modal__draft-keyline{font-size:.82rem;line-height:1.4}.import-modal__settings{display:flex;flex-direction:column;gap:1.5rem;padding:.25rem 0}.import-modal__settings-field{display:flex;flex-direction:column;gap:.4rem}.import-modal__field-hint{font-size:.82rem;color:#6B7280;margin:0;line-height:1.45}.import-modal__number-input{width:120px;padding:.45rem .65rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;color:#111827;background:#fff;outline:none;transition:border-color .15s}.import-modal__number-input:focus{border-color:#6366F1;box-shadow:0 0 0 2px rgba(99,102,241,.15)}.import-modal__required{color:#EF4444;margin-left:2px}.import-modal__optional{font-size:.78rem;color:#9CA3AF;font-weight:400;margin-left:4px}.reshape-btn{background:linear-gradient(135deg,#6366F1,#8B5CF6);border:none}.reshape-btn:hover:not(:disabled){background:linear-gradient(135deg,#4F46E5,#7C3AED)}.reshape-btn:disabled{opacity:.4;cursor:not-allowed}.reshape-modal{background:#fff;border-radius:14px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.reshape-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.reshape-modal__title{font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:2px}.reshape-modal__subtitle{font-size:.82rem;color:#6B7280}.reshape-modal__body{padding:20px;overflow-y:auto;flex:1 1;display:flex;flex-direction:column;gap:16px}.reshape-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #e5e7eb;flex-shrink:0}.reshape-modal__setup{display:flex;flex-direction:column;gap:16px}.reshape-modal__current-duration{font-size:.875rem;color:#6B7280;background:#F3F4F6;border-radius:8px;padding:10px 14px}.reshape-modal__audience-area{min-height:80px}.reshape-modal__review{display:flex;flex-direction:column;gap:12px}.reshape-modal__audience-notes{font-size:.875rem;color:#374151;background:#EEF2FF;border-left:4px solid #6366f1;border-radius:0 8px 8px 0;padding:10px 14px;line-height:1.5}.reshape-modal__stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reshape-modal__stat{font-size:.8rem;font-weight:600;border-radius:20px;padding:3px 10px}.reshape-modal__stat--keep{background:#ECFDF5;color:#065F46}.reshape-modal__stat--cut{background:#FEF2F2;color:#991B1B}.reshape-modal__stat--duration{background:#EEF2FF;color:#3730A3;margin-left:auto}.reshape-modal__toggle-hint{font-size:.78rem;color:#9CA3AF}.reshape-modal__card-list{display:flex;flex-direction:column;gap:8px}.reshape-modal__card{border-left:4px solid;border-radius:8px;padding:12px 14px;cursor:pointer;transition:opacity .15s,box-shadow .15s;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;gap:6px}.reshape-modal__card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.reshape-modal__card--cut{opacity:.5}.reshape-modal__card-header{display:flex;align-items:center;gap:8px}.reshape-modal__card-act{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.reshape-modal__card-duration{font-size:.75rem;color:#9CA3AF;margin-left:auto}.reshape-modal__action-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 7px}.reshape-modal__action-badge--keep{background:#ECFDF5;color:#065F46}.reshape-modal__action-badge--cut{background:#FEF2F2;color:#991B1B}.reshape-modal__action-badge--compress{background:#FFF7ED;color:#9A3412}.reshape-modal__card-message{font-size:.875rem;font-weight:600;line-height:1.4}.reshape-modal__card-reason{font-size:.8rem;color:#6B7280;line-height:1.4}.reshape-modal__relevance{display:flex;align-items:center;gap:8px;margin-top:2px}.reshape-modal__relevance-track{flex:1 1;height:4px;background:#E5E7EB;border-radius:2px;overflow:hidden}.reshape-modal__relevance-fill{height:100%;background:#6366F1;border-radius:2px;transition:width .3s ease}.reshape-modal__relevance-label{font-size:.7rem;color:#9CA3AF;flex-shrink:0;font-size:.75rem;color:#6B7280;white-space:nowrap}.keynote-dashboard{max-width:1200px;margin:0 auto;padding:40px 24px}.keynote-dashboard__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;gap:16px}.keynote-dashboard__title{font-size:1.75rem;font-weight:700;color:#111827}.keynote-dashboard__limit-note{font-size:.85rem;color:#6B7280;margin-top:4px}.keynote-dashboard__limit-error{background:#FEF2F2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;font-size:.9rem;color:#991B1B;margin-bottom:24px}.keynote-dashboard__upgrade-link{color:#6366F1;font-weight:600;text-decoration:underline}.keynote-dashboard__loading{color:#6B7280;font-size:.95rem;padding:48px 0;text-align:center}.keynote-dashboard__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;border:2px dashed #d1d5db;border-radius:16px;background:#fff;text-align:center;gap:12px}.keynote-dashboard__empty-headline{font-size:1.1rem;font-weight:600;color:#374151}.keynote-dashboard__empty-subtext{font-size:.9rem;color:#6B7280;margin-bottom:8px}.keynote-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.keynote-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,.06);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .15s,border-color .15s}.keynote-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);border-color:#C7D2FE}.keynote-card__body{padding:20px;flex:1 1;cursor:pointer}.keynote-card__title{line-height:1.4;word-break:break-word}.keynote-card__rename-input,.keynote-card__title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:10px}.keynote-card__rename-input{width:100%;border:1.5px solid #6366f1;border-radius:6px;padding:4px 8px;outline:none;font-family:inherit;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.keynote-card__meta{display:flex;align-items:center;gap:12px;font-size:.8rem}.keynote-card__duration{color:#374151;font-weight:600;background:#F3F4F6;padding:2px 8px;border-radius:4px}.keynote-card__updated{color:#9CA3AF}.keynote-card__actions{display:flex;align-items:center;gap:4px;padding:10px 12px;border-top:1px solid #f3f4f6;background:#FAFAFA}.keynote-card__action-btn{background:none;border:none;padding:4px 10px;font-size:.8rem;font-weight:500;color:#4B5563;cursor:pointer;border-radius:5px;transition:background .1s,color .1s;font-family:inherit}.keynote-card__action-btn:hover:not(:disabled){background:#F3F4F6;color:#111827}.keynote-card__action-btn:disabled{opacity:.4;cursor:not-allowed}.keynote-card__action-btn--danger:hover:not(:disabled){background:#FEF2F2;color:#DC2626}.keynote-delete-confirm{background:#fff;border-radius:12px;padding:28px;width:100%;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.2)}.keynote-delete-confirm__title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:12px}.keynote-delete-confirm__body{font-size:.9rem;color:#4B5563;line-height:1.5;margin-bottom:24px}.keynote-delete-confirm__actions{display:flex;justify-content:flex-end;gap:10px}.talk-canvas__title-group{display:flex;flex-direction:column;gap:4px}.talk-canvas__back-btn{font-size:.8rem;color:#6B7280;padding:2px 8px 2px 0;border:none;background:none}.talk-canvas__back-btn:hover{color:#6366F1;background:none}.btn--danger{background:#DC2626;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.btn--danger:hover{background:#B91C1C}.reshape-modal__apply-actions{display:flex;gap:8px;align-items:center}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:rgba(170,59,255,0.1);--accent-border:rgba(170,59,255,0.5);--social-bg:rgba(244,243,236,0.5);--shadow:rgba(0,0,0,0.1) 0 10px 15px -3px,rgba(0,0,0,0.05) 0 4px 6px -2px;--sans:system-ui,"Segoe UI",Roboto,sans-serif;--heading:system-ui,"Segoe UI",Roboto,sans-serif;--mono:ui-monospace,Consolas,monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;@media (max-width:1024px){font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:rgba(192,132,252,0.15);--accent-border:rgba(192,132,252,0.5);--social-bg:rgba(47,48,58,0.5);--shadow:rgba(0,0,0,0.4) 0 10px 15px -3px,rgba(0,0,0,0.25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:1126px;max-width:100%;margin:0 auto;text-align:center;border-inline:1px solid var(--border);min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}body{margin:0}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0;@media (max-width:1024px){font-size:36px;margin-left:0;margin-bottom:20px;margin-right:0;margin-top:20px}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px;@media (max-width:1024px){font-size:20px}}p{margin:0}.counter,code{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#F8F9FA;padding:24px}.login-card{background:#fff;border:1px solid #e5e4e7;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.login-title{font-size:24px;font-weight:700;color:#08060d;margin-bottom:8px}.login-subtitle{font-size:15px;color:#6b6375;margin-bottom:28px}.login-form{display:flex;flex-direction:column;gap:12px}.login-label{font-size:14px;font-weight:500;color:#08060d}.login-input{width:100%;padding:10px 12px;border:1px solid #e5e4e7;border-radius:8px;font-size:15px;outline:none;box-sizing:border-box}.login-input:focus{border-color:#aa3bff;box-shadow:0 0 0 3px rgba(170,59,255,.12)}.login-btn,.login-btn-google{width:100%;padding:10px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer}.login-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#6b6375;font-size:13px}.login-divider:after,.login-divider:before{content:"";flex:1 1;height:1px;background:#e5e4e7}