@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";.ai-chat-interface{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:column;height:100vh;height:100dvh;width:100%;background-color:#f9f9f9;color:#333;overflow:hidden}.ai-chat-interface .ai-header{display:flex;flex-direction:column;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;flex:0 0 auto;background-color:#fff;z-index:10}.ai-chat-interface .ai-header .ai-context-menu{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-start;width:100%}.ai-chat-interface .ai-header .ai-mobile-header-bar{display:flex;align-items:center;gap:.75rem;min-height:44px}.ai-chat-interface .ai-header .ai-context-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:999px;color:#333f48;background-color:#f5f6f8;border:1px solid #e1e4ea;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.ai-chat-interface .ai-header .ai-context-menu-toggle:hover{background-color:#eef0f3;border-color:#d6d9de}.ai-chat-interface .ai-header .ai-context-menu-toggle:active{transform:scale(.96)}.ai-chat-interface .ai-header .ai-context-menu-toggle:focus-visible{outline:2px solid #d0eaff;outline-offset:2px}.ai-chat-interface .ai-header .ai-context-menu-toggle svg{stroke:currentColor}.ai-chat-interface .ai-header .ai-context-menu-toggle-icons{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.ai-chat-interface .ai-header .ai-context-menu-icon{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;transition:opacity .18s ease,transform .18s ease}.ai-chat-interface .ai-header .ai-context-menu-icon-down{opacity:1;transform:translateY(0) scale(1)}.ai-chat-interface .ai-header .ai-context-menu-icon-up{opacity:0;transform:translateY(4px) scale(.9)}.ai-chat-interface .ai-header .ai-context-menu-toggle-icons.open .ai-context-menu-icon-down{opacity:0;transform:translateY(-4px) scale(.9)}.ai-chat-interface .ai-header .ai-context-menu-toggle-icons.open .ai-context-menu-icon-up{opacity:1;transform:translateY(0) scale(1)}.ai-chat-interface .ai-header .ai-mobile-context-summary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;color:#555}.ai-chat-interface .ai-header button{font-size:1.15rem;font-weight:500;background:none;border:none;cursor:pointer;padding:0;color:#333;display:flex;align-items:center}.ai-chat-interface .ai-header .customer-selector-dropdown,.ai-chat-interface .ai-header .event-selector-dropdown,.ai-chat-interface .ai-header .round-selector-dropdown{display:flex;flex-direction:column;flex-shrink:0}.ai-chat-interface .ai-header .event-selector-dropdown{align-items:flex-start;min-width:220px}.ai-chat-interface .ai-header .round-selector-dropdown{align-items:flex-end;min-width:220px}.ai-chat-interface .ai-header .event-selector-dropdown p{font-size:.85rem;color:#777;margin:.25rem 0 0}.ai-chat-interface .ai-header .ai-header-right{display:flex;align-items:center;align-self:center;flex-shrink:0}.ai-chat-interface .ai-header .ai-logout-button{white-space:nowrap}@media(min-width:769px){.ai-chat-interface .ai-header .ai-mobile-header-bar{display:none}}@media(max-width:768px){.ai-chat-interface .ai-header{padding:.65rem 1rem}.ai-chat-interface .ai-header .ai-context-menu{flex-direction:column;align-items:stretch;gap:1rem;margin-top:.65rem;padding-top:1rem;padding-bottom:.35rem;border-top:1px solid #eef0f3}.ai-chat-interface .ai-header .customer-selector-dropdown,.ai-chat-interface .ai-header .event-selector-dropdown,.ai-chat-interface .ai-header .round-selector-dropdown{width:100%;min-width:auto;align-items:stretch;text-align:left}.ai-chat-interface .ai-header .ai-header-right{width:100%;align-self:stretch}.ai-chat-interface .ai-header .ai-logout-button{width:100%;justify-content:center;padding:.75rem 1rem;border:1px solid #d6d9de;border-radius:8px;background-color:#fff;font-size:1rem}.ai-chat-interface .ai-header .ai-logout-button:hover{background-color:#f5f6f8}}.ai-chat-interface .select-wrapper{position:relative;display:inline-flex;align-items:center;cursor:pointer}.ai-chat-interface .select-wrapper .select-display{font-size:1.15rem;font-weight:500;color:#333}.ai-chat-interface .select-wrapper select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ai-chat-interface .select-wrapper select:focus{outline:none}.ai-chat-interface .select-wrapper select:disabled{color:#999;background-color:transparent;cursor:not-allowed}.ai-chat-interface .select-wrapper .caret{pointer-events:none;margin-left:.5rem;color:#555;display:inline-flex;align-items:center}.ai-chat-interface .select-wrapper .caret svg{width:14px;height:14px}.ai-chat-interface .main-content{flex:1 1 auto;padding:1rem 2rem 2rem;overflow-y:auto;display:flex;flex-direction:column;min-height:0;scroll-behavior:smooth}.ai-chat-interface .event-selector-content{text-align:center}.ai-chat-interface .event-selector-content h1{font-size:2rem;font-weight:600;color:#8a8a8a;margin:1.5rem 0 .5rem}.ai-chat-interface .event-selector-content h2{font-size:1.5rem;font-weight:500;color:#333;margin-bottom:2rem}.ai-chat-interface .event-selector-content .event-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.ai-chat-interface .event-selector-content .event-buttons button{background-color:#fff;border:1px solid #ddd;border-radius:2rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:background-color .2s,border-color .2s}.ai-chat-interface .event-selector-content .event-buttons button:hover{background-color:#f0f0f0;border-color:#ccc}.ai-chat-interface .chat-messages-container{flex-grow:1;display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.ai-chat-interface .chat-messages-container .message-wrapper{display:flex;gap:.75rem;max-width:100%;min-width:0;box-sizing:border-box}.ai-chat-interface .chat-messages-container .message-wrapper.user{align-self:flex-end}.ai-chat-interface .chat-messages-container .message-wrapper.system{align-self:flex-start}.ai-chat-interface .chat-messages-container .message-wrapper .ai-logo{width:36px;height:36px;border-radius:50%;background-color:#f57c00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.ai-chat-interface .chat-messages-container .message-wrapper .message-content{display:flex;flex-direction:column;min-width:0;max-width:100%}.ai-chat-interface .chat-messages-container .message-wrapper .message-bubble{padding:.8rem 1.1rem;border-radius:.75rem;background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 1px 2px #0000000d;word-wrap:break-word;color:#333;line-height:1.5;font-size:1rem}.ai-chat-interface .chat-messages-container .message-wrapper .message-bubble a{color:#007bff;text-decoration:none}.ai-chat-interface .chat-messages-container .message-wrapper .message-bubble a:hover{text-decoration:underline}.ai-chat-interface .chat-messages-container .message-wrapper .message-bubble img{max-width:100%;max-height:300px;border-radius:.5rem;margin:.5rem 0;display:block}.ai-chat-interface .chat-messages-container .message-wrapper .ai-actions-button{background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:.3rem .6rem;font-size:.85rem;color:#333;cursor:pointer;margin-top:.5rem;display:inline-flex;align-items:center;gap:.25rem}.ai-chat-interface .chat-messages-container .message-wrapper .ai-actions-button:hover{background-color:#f0f0f0}.ai-chat-interface .chat-messages-container .message-wrapper .ai-actions-button svg{width:14px;height:14px}.ai-chat-interface .chat-messages-container .message-wrapper .message-meta{display:flex;align-items:center;gap:.75rem;margin-top:.4rem;padding-left:.5rem;padding-right:.5rem}.ai-chat-interface .chat-messages-container .message-wrapper .timestamp{font-size:.8rem;color:#999}.ai-chat-interface .chat-messages-container .message-wrapper .undo-button{background:none;border:none;padding:0;margin:0;font-size:.8rem;color:#007bff;cursor:pointer;display:flex;align-items:center;gap:.25rem}.ai-chat-interface .chat-messages-container .message-wrapper .undo-button svg{width:12px;height:12px;fill:#007bff}.ai-chat-interface .chat-messages-container .message-wrapper .undo-button:hover{text-decoration:underline}.ai-chat-interface .chat-messages-container .message-wrapper.user .message-content{align-items:flex-end}.ai-chat-interface .chat-messages-container .message-wrapper.user .message-bubble{background-color:#e7f3ff;border:none;box-shadow:none}.ai-chat-interface .chat-messages-container .message-wrapper.user .message-meta{justify-content:flex-end}.ai-chat-interface .chat-messages-container .message-wrapper.system .message-content{align-items:flex-start}.ai-chat-interface .ai-chat-input-bar{display:flex;align-items:center;padding:.75rem 1.5rem;border-top:1px solid #e0e0e0;background-color:#fff;gap:.75rem;flex:0 0 auto;z-index:10}.ai-chat-interface .icon-button{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s;flex-shrink:0}.ai-chat-interface .icon-button:hover:not(:disabled){background-color:#f0f0f0}.ai-chat-interface .icon-button:disabled{cursor:not-allowed}.ai-chat-interface .icon-button:disabled svg{stroke:#ccc!important}.ai-chat-interface .icon-button svg{stroke:#555}.ai-chat-interface .add-button{border:1px solid #ccc;padding:.625rem;height:44px;width:44px;box-sizing:border-box}.ai-chat-interface .add-button svg{stroke:#777}.ai-chat-interface .add-button:disabled{border-color:#eee}.ai-chat-interface .add-button:disabled svg{stroke:#ccc!important}.ai-chat-interface .action-tools-picker{position:relative;flex-shrink:0}.ai-chat-interface .action-tools-trigger{width:44px;height:44px;padding:0;box-sizing:border-box;border:1px solid #b8c4cd;border-radius:8px;background-color:#fff;color:#394854;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.ai-chat-interface .action-tools-trigger svg{stroke:currentColor}.ai-chat-interface .action-tools-trigger:hover:not(:disabled){background-color:#f5f7f8;border-color:#92a4b0}.ai-chat-interface .action-tools-trigger.open{border-color:#f63;box-shadow:0 0 0 2px #ff663324}.ai-chat-interface .action-tools-trigger:disabled{border-color:#e0e5e8;color:#c1cad0;background-color:#f7f8f9}.ai-chat-interface .action-tools-popover{position:absolute;left:0;bottom:calc(100% + .7rem);z-index:60;width:min(410px,100vw - 3rem);max-height:min(66dvh,620px);overflow-y:auto;border:1px solid #e1e5e8;border-radius:14px;background-color:#fff;box-shadow:0 14px 36px #18263029;animation:action-tools-popover-enter .15s ease-out}@keyframes action-tools-popover-enter{0%{opacity:0;transform:translateY(5px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-chat-interface .input-wrapper{position:relative;flex-grow:1;display:flex;align-items:center;gap:.5rem}.ai-chat-interface .input-wrapper .input-field-container{flex-grow:1;position:relative;display:flex;align-items:center}.ai-chat-interface .input-wrapper .input-field-container input[type=text]{width:100%;border:1px solid #ccc;font-size:1rem;padding:.6rem 4.25rem .6rem 1rem;background-color:#fff;border-radius:6px;height:44px;box-sizing:border-box}.ai-chat-interface .input-wrapper .input-field-container input[type=text]::placeholder{color:#999}.ai-chat-interface .input-wrapper .input-field-container input[type=text]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 1px #d0eaff}.ai-chat-interface .input-wrapper .input-field-container input[type=text]:disabled{background-color:#f0f0f0;cursor:not-allowed}.ai-chat-interface .input-wrapper .input-field-container .speech-controls{position:absolute;right:.5rem;display:flex;align-items:center;gap:.25rem}.ai-chat-interface .input-wrapper .input-field-container .speech-controls .speech-btn{background-color:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#333}.ai-chat-interface .input-wrapper .input-field-container .speech-controls .speech-btn:hover{background-color:#f0f0f0;color:#333}.ai-chat-interface .input-wrapper .input-field-container .speech-controls .speech-btn:disabled{opacity:.5;cursor:not-allowed}.ai-chat-interface .input-wrapper .input-field-container .speech-controls .speech-btn svg{stroke:currentColor;width:18px;height:18px}.ai-chat-interface .send-button{background-color:#f57c00;padding:0;height:44px;width:44px;box-sizing:border-box;border-radius:6px;flex-shrink:0}.ai-chat-interface .send-button svg{stroke:#fff;width:22px;height:22px}.ai-chat-interface .send-button:hover:not(:disabled){background-color:#e67000}.ai-chat-interface .send-button:disabled{background-color:#ffcc80;cursor:not-allowed}.ai-chat-interface .send-button:disabled svg{stroke:#fbdac0!important}.ai-actions-box{background-color:#fff;border:1px solid #e0e0e0;border-radius:.75rem;width:100%;max-width:100%;box-sizing:border-box;box-shadow:0 1px 2px #0000000d;overflow:hidden}.ai-actions-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1.1rem;font-weight:600;border-bottom:1px solid #f0f0f0;color:#333}.ai-actions-title{display:flex;align-items:center;gap:.5rem;min-width:0}.ai-actions-title svg{fill:#34a853}.ai-actions-title .spinner-icon{margin-left:0}.ai-actions-collapse-button{display:inline-flex;align-items:center;gap:.25rem;border:0;background:transparent;color:#777;font-size:.8rem;line-height:1;cursor:pointer;padding:.3rem .45rem;border-radius:6px;white-space:nowrap;flex-shrink:0;transition:background-color .2s,color .2s}.ai-actions-collapse-button:hover{background-color:#f3f4f6;color:#333}.ai-actions-collapse-button:focus-visible{outline:2px solid #d0eaff;outline-offset:2px}.ai-actions-collapse-button svg{fill:none;stroke:currentColor}.collapse-chevron{transition:transform .16s ease}.collapse-chevron.expanded{transform:rotate(180deg)}.ai-actions-warning{font-size:.85rem;font-weight:500;color:#c90;background-color:#fff4cc;padding:.75rem 1.1rem;border-bottom:1px solid #f0f0f0}.ai-actions-steps{display:flex;flex-direction:column;padding:.75rem 1.1rem;gap:1rem}.step-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#555;line-height:1.4}.step-icon{color:#777;margin-top:.15rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.step-icon svg{width:16px;height:16px;fill:currentColor}.step-icon .spinner-icon{width:12px;height:12px;border-top-color:#555}.step-text{display:flex;flex-direction:column;min-width:0;word-break:break-word}.step-subtext{font-size:.85rem;color:#888;margin-top:.1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-icon{border:2px solid #f3f3f3;border-top:2px solid #777;border-radius:50%;width:14px;height:14px;animation:spin 1s linear infinite;flex-shrink:0}.thinking-bubble{display:flex;align-items:center;gap:.5rem;color:#777}.small-spinner-icon{border:2px solid #e0e0e0;border-top:2px solid #888;border-radius:50%;width:14px;height:14px;animation:spin 1s linear infinite;flex-shrink:0}.small-spinner-icon .early-tools-sections{gap:0}.small-spinner-icon .early-tools-section-trigger{padding:.65rem .15rem;font-size:.8rem;letter-spacing:.045em}.small-spinner-icon .early-tools-chevron{width:15px;height:15px}.small-spinner-icon .early-tools-panel-content{gap:.45rem}.small-spinner-icon .early-tools-panel.expanded .early-tools-panel-content{padding:.05rem 0 .55rem}.small-spinner-icon .early-tool-card{min-height:56px;gap:.65rem;padding:.55rem .65rem;border-radius:8px}.small-spinner-icon .early-tool-icon{width:36px;height:36px;border-radius:5px}.small-spinner-icon .early-tool-icon svg{width:20px;height:20px}.action-btn{border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background-color .2s;display:inline-flex;align-items:center;gap:.35rem}.action-btn:disabled{opacity:.6;cursor:default}.primary-btn{background-color:#f57c00;color:#fff}.primary-btn:hover:not(:disabled){background-color:#e67000}.secondary-btn{background-color:#f0f0f0;color:#333}.secondary-btn:hover:not(:disabled){background-color:#e0e0e0}.action-buttons{display:flex;gap:.5rem;margin-top:.75rem}.action-buttons .early-tool-copy{gap:.05rem}.action-buttons .early-tool-title{font-size:.875rem;line-height:1.25}.action-buttons .early-tool-description{font-size:.76rem;line-height:1.3}.early-tools-menu{width:min(100%,640px);margin:0 auto;padding:1.25rem 0 2rem}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner-container--fullscreen{flex:1 1 auto;width:100%;min-height:0}.loading-spinner{display:inline-block;border-style:solid;border-color:#e2e5e9;border-top-color:#f57c00;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.loading-spinner--small{width:18px;height:18px;border-width:2px}.loading-spinner--medium{width:32px;height:32px;border-width:3px}.loading-spinner--large{width:48px;height:48px;border-width:4px}.loading-spinner-label{font-size:1rem;font-weight:500;color:#777;line-height:1.4}@media(prefers-reduced-motion:reduce){.loading-spinner{animation-duration:1.4s}}.early-actions-wrapper{text-align:left;color:#333f48}.early-tools-intro{margin:0 0 1.4rem;font-size:1.05rem;line-height:1.55;color:#3b4853}.early-tools-intro strong{font-weight:700}.early-tools-sections{display:flex;flex-direction:column;gap:.2rem}.early-tools-section{width:100%}.early-tools-section-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;border:0;background:transparent;color:#5d6c78;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:.035em;line-height:1.2;text-transform:uppercase;transition:color .15s ease}.early-tools-section-trigger:hover{color:#333f48}.early-tools-section-trigger:focus-visible{outline:2px solid rgba(255,102,51,.3);outline-offset:4px;border-radius:4px}.early-tools-chevron{flex-shrink:0;transition:transform .18s ease}.early-tools-chevron.expanded{transform:rotate(180deg)}.early-tools-panel{display:grid;grid-template-rows:0fr;opacity:0;pointer-events:none;transition:grid-template-rows .2s ease,opacity .16s ease}.early-tools-panel.expanded{grid-template-rows:1fr;opacity:1;pointer-events:auto}.early-tools-panel-content{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:.65rem;padding:0;transition:padding .2s ease}.early-tools-panel.expanded .early-tools-panel-content{padding:.15rem 0 .9rem}.early-tool-card{width:100%;min-height:72px;display:flex;align-items:center;gap:.95rem;padding:.85rem 1rem;border:1px solid transparent;border-radius:10px;background-color:#f1f3f4;color:#333f48;cursor:pointer;text-align:left;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.early-tool-card:hover{background-color:#e9edef;border-color:#dde3e7}.early-tool-card:active{transform:scale(.995)}.early-tool-card:focus-visible{outline:2px solid rgba(255,102,51,.32);outline-offset:2px}.early-tool-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:6px;background-color:#fff}.early-tool-icon--pairings{color:#f63}.early-tool-icon--scheduling{color:#00aa91}.early-tool-icon--status{color:#7a43d1}.early-tool-icon--shop{color:#2f80ed}.early-tool-copy{min-width:0;display:flex;flex-direction:column;gap:.15rem}.early-tool-title{color:#333f48;font-size:1rem;font-weight:700;line-height:1.25}.early-tool-description{color:#617384;font-size:.875rem;font-weight:400;line-height:1.35}@media(max-width:768px){.early-tools-menu{width:100%;padding:.75rem 0 1.25rem}.early-tools-intro{margin-bottom:1.2rem;font-size:1rem}.early-tools-section-trigger{padding:.75rem 0;font-size:.9rem}.early-tool-card{min-height:64px;gap:.8rem;padding:.75rem .8rem}.early-tool-icon{width:40px;height:40px}.early-tool-icon svg{width:23px;height:23px}.early-tool-title{font-size:.95rem}.early-tool-description{font-size:.82rem}}@media(prefers-reduced-motion:reduce){.early-tools-chevron,.early-tools-panel,.early-tools-panel-content{transition:none}.action-tools-popover{animation:none}}@media(max-width:768px){.ai-chat-interface .action-tools-popover{width:calc(100vw - 3rem);max-height:min(60dvh,520px)}}.early-tools-menu.early-tools-menu--compact{width:100%;box-sizing:border-box;margin:0;padding:.75rem 1.5rem 1rem}.early-tools-menu.early-tools-menu--compact .early-tools-sections{gap:0}.early-tools-menu.early-tools-menu--compact .early-tools-section-trigger{padding:.65rem 0;font-size:.8rem;letter-spacing:.045em}.early-tools-menu.early-tools-menu--compact .early-tools-chevron{width:15px;height:15px}.early-tools-menu.early-tools-menu--compact .early-tools-panel-content{gap:.45rem}.early-tools-menu.early-tools-menu--compact .early-tools-panel.expanded .early-tools-panel-content{padding:.05rem 0 .65rem}.early-tools-menu.early-tools-menu--compact .early-tool-card{min-height:56px;gap:.65rem;padding:.55rem .7rem;border-radius:8px}.early-tools-menu.early-tools-menu--compact .early-tool-icon{width:36px;height:36px;border-radius:5px}.early-tools-menu.early-tools-menu--compact .early-tool-icon svg{width:20px;height:20px}.early-tools-menu.early-tools-menu--compact .early-tool-copy{gap:.05rem}.early-tools-menu.early-tools-menu--compact .early-tool-title{font-size:.875rem;line-height:1.25}.early-tools-menu.early-tools-menu--compact .early-tool-description{font-size:.76rem;line-height:1.3}.confirm-cancel-buttons{display:flex;gap:.5rem;margin-top:.75rem}.confirm-cancel-buttons button{border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background-color .2s}.confirm-cancel-buttons .confirm-button{background-color:#f57c00;color:#fff}.confirm-cancel-buttons .confirm-button:hover{background-color:#e67000}.confirm-cancel-buttons .cancel-button{background-color:#f0f0f0;color:#333}.confirm-cancel-buttons .cancel-button:hover{background-color:#e0e0e0}.ai-login-wrapper{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f5f7;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ai-login-card{width:100%;max-width:420px;background:#fff;border-radius:24px;padding:24px 24px 32px;box-shadow:0 8px 24px #0000000f}.ai-login-logo-row{display:flex;align-items:center;margin-bottom:24px}.ai-login-logo{display:block;width:185px;max-width:100%;height:auto;object-fit:contain}.ai-login-header{margin-bottom:24px}.ai-login-title{font-size:24px;color:#333f48;line-height:1.2;margin:0 0 8px}.ai-login-subheading{color:#333f48;font-size:16px;margin:0 0 4px}.ai-login-subtitle{font-size:14px;color:#333f48}.ai-login-form{display:flex;flex-direction:column;gap:12px}.ai-login-label{font-size:14px;font-weight:600;display:flex;flex-direction:column;gap:6px}.ai-login-label input[type=email],.ai-login-label input[type=password],.ai-login-label input[type=text]{padding:10px 12px;border:1px solid #d0d4dc;font-size:14px}.ai-login-label input[type=email]:focus,.ai-login-label input[type=email]:focus-visible,.ai-login-label input[type=password]:focus,.ai-login-label input[type=password]:focus-visible,.ai-login-label input[type=text]:focus,.ai-login-label input[type=text]:focus-visible{outline:none;border-color:#f63;box-shadow:0 0 0 1px #ff663340}.ai-login-show-password{margin-top:6px;font-size:13px}.ai-login-error{color:#c0392b;font-size:13px}.ai-login-primary-btn,.ai-login-secondary-btn{margin-top:8px;padding:12px;border-radius:4px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease,box-shadow .1s ease}.ai-login-primary-btn{background:#f63;color:#fff}.ai-login-primary-btn:hover:not(:disabled),.ai-login-primary-btn:focus-visible:not(:disabled){background:#e67000;transform:translateY(-1px);box-shadow:0 4px 10px #0000001f}.ai-login-primary-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #00000014}.ai-login-primary-btn:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.ai-login-secondary-btn{background:#f3f4f6;color:#111827}.ai-login-secondary-btn:hover:not(:disabled),.ai-login-secondary-btn:focus-visible:not(:disabled){background:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 10px #0000000f}.ai-login-secondary-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000000a}.ai-login-forgot-row{font-size:13px;display:flex;gap:4px}.ai-login-forgot-row a{color:#333f48}.ai-login-progress{margin-top:16px;display:flex;justify-content:center;gap:12px}.ai-login-progress-step{width:64px;height:4px;border-radius:999px;background:#e5e7eb}.ai-login-progress-step--active{background:#f63}.ai-login-footer{margin-top:24px;font-size:11px;text-align:center;color:#6b7280}.ai-login-footer-logo{font-weight:600;margin-bottom:4px}.ai-login-footer-links{display:flex;justify-content:center;gap:4px;margin-bottom:4px}.ai-login-footer-links a{color:inherit}.search-select-container{position:relative;min-width:220px;display:flex;flex-direction:column;flex-shrink:0}@media(max-width:768px){.search-select-container{width:100%;min-width:auto;align-items:stretch}}.search-select-label{font-size:.75rem;font-weight:700;color:#777;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.search-select-trigger{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .75rem;border:1px solid #d6d9de;border-radius:8px;background-color:#fff;color:#333;cursor:pointer;font-size:.95rem;font-weight:600;line-height:1.2;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.search-select-trigger:hover:not(.disabled){border-color:#b8bec8;background-color:#fafafa}.search-select-trigger.open{border-color:#f57c00;box-shadow:0 0 0 2px #f57c001f}.search-select-trigger.placeholder{color:#777;font-weight:500}.search-select-trigger.disabled{cursor:not-allowed;background-color:#f5f6f8;color:#9aa1ad}.search-select-trigger-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-select-caret{display:inline-flex;align-items:center;justify-content:center;color:#555;flex-shrink:0}.search-select-caret svg{width:14px;height:14px}.search-select-dropdown{position:absolute;top:calc(100% + .4rem);left:0;z-index:100;width:100%;min-width:280px;max-height:320px;overflow-y:auto;padding:.45rem;margin:0;list-style:none;border:1px solid #dfe2e7;border-radius:10px;background-color:#fff;box-shadow:0 12px 28px #00000024;box-sizing:border-box}@media(max-width:768px){.search-select-dropdown{min-width:100%}}.search-select-search-container{display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;margin-bottom:.35rem;border:1px solid #e1e4ea;border-radius:8px;background-color:#f8f9fb;color:#777}.search-select-search-container svg{width:14px;height:14px;flex-shrink:0}.search-select-input{width:100%;border:0;outline:none;background-color:transparent;font-size:.95rem;color:#333;padding:0}.search-select-input::placeholder{color:#999}.search-select-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .75rem;border-radius:7px;color:#333;font-size:.95rem;line-height:1.25;cursor:pointer;transition:background-color .15s ease}.search-select-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-select-item:hover,.search-select-item.highlighted{background-color:#fff3e8}.search-select-item.selected{font-weight:700;background-color:#ffe8d6}.search-select-item.clear-action{color:#c65f00;font-weight:600}.search-select-hint{padding:.75rem;color:#888;font-size:.9rem;line-height:1.35}.search-select-helper{margin:.35rem 0 0;font-size:.8rem;color:#777}.chat-messages-container,.message-content,.message-bubble,.ai-actions-box,.ai-actions-steps,.step-text,.ai-markdown-text,.chat-messages-container *,.message-content *,.message-bubble *,.ai-actions-box *,.ai-actions-steps *,.step-text *,.ai-markdown-text *{user-select:text;-webkit-user-select:text}.ai-header,.event-selector-content,.early-actions-wrapper,.action-buttons,.feedback-buttons,.ai-chat-input-bar,button,select,.caret,.ai-logo,.step-icon,.spinner-icon,.small-spinner-icon{user-select:none;-webkit-user-select:none}.copyable-message{display:inline-flex;align-items:flex-start;gap:.4rem;max-width:min(760px,100vw - 120px)}.copyable-message .message-bubble{min-width:0;max-width:min(720px,100vw - 156px);box-sizing:border-box}.message-copy-button{position:static;flex-shrink:0;width:28px;height:28px;margin-top:.45rem;border:none;border-radius:6px;background-color:transparent;color:#777;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease,background-color .15s ease,color .15s ease;user-select:none;-webkit-user-select:none}.message-copy-button:hover{background-color:#f0f0f0;color:#333}.message-copy-button:focus-visible{opacity:1;outline:2px solid #d0eaff;outline-offset:2px}.message-copy-button.copied{opacity:1;color:#34a853}.copyable-message:hover .message-copy-button{opacity:1}.chat-messages-container .message-wrapper.user .copyable-message{flex-direction:row-reverse}.email-template-preview,.sms-template-preview{margin-top:.75rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;width:100%;max-width:min(420px,100vw - 134px);box-sizing:border-box}.email-template-preview .etp-header,.sms-template-preview .etp-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.email-template-preview .etp-header:hover,.sms-template-preview .etp-header:hover{background-color:#fafafa}.email-template-preview .etp-header:focus-visible,.sms-template-preview .etp-header:focus-visible{outline:2px solid #d0eaff;outline-offset:-2px}.email-template-preview .etp-icon,.sms-template-preview .etp-icon{flex-shrink:0;width:38px;height:38px;border-radius:8px;background-color:#fff3e8;color:#f57c00;display:flex;align-items:center;justify-content:center}.email-template-preview .etp-icon svg,.sms-template-preview .etp-icon svg{width:20px;height:20px}.email-template-preview .etp-index,.sms-template-preview .etp-index{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 5px;margin-right:-.25rem;border-radius:6px;background-color:#fff3e8;color:#f57c00;font-size:12px;font-weight:700;line-height:1}.email-template-preview .etp-heading,.sms-template-preview .etp-heading{flex:1;min-width:0}.email-template-preview .etp-subject,.sms-template-preview .etp-subject{display:block;font-size:.95rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-template-preview .etp-meta,.sms-template-preview .etp-meta{display:block;font-size:.8rem;color:#777;margin-top:.1rem}.email-template-preview .etp-chevron,.sms-template-preview .etp-chevron{flex-shrink:0;color:#777;display:flex;transition:transform .16s ease}.email-template-preview .etp-chevron.expanded,.sms-template-preview .etp-chevron.expanded{transform:rotate(180deg)}.email-template-preview .etp-chevron svg,.sms-template-preview .etp-chevron svg{width:18px;height:18px}.email-template-preview .etp-fields,.sms-template-preview .etp-fields{border-top:1px solid #f0f0f0;padding:.85rem}.email-template-preview .etp-field,.sms-template-preview .etp-field{display:flex;gap:.5rem;font-size:.85rem;align-items:flex-start;margin-bottom:.4rem}.email-template-preview .etp-field:last-child,.sms-template-preview .etp-field:last-child{margin-bottom:0}.email-template-preview .etp-field-label,.sms-template-preview .etp-field-label{flex-shrink:0;width:64px;color:#999}.email-template-preview .etp-field-value,.sms-template-preview .etp-field-value{color:#333;min-width:0}.email-template-preview .etp-recipients,.sms-template-preview .etp-recipients{display:flex;flex-wrap:wrap;gap:.35rem}.email-template-preview .etp-chip,.sms-template-preview .etp-chip{background-color:#f0f0f0;color:#555;border-radius:999px;padding:.1rem .6rem;font-size:.8rem}.email-template-preview .etp-content,.sms-template-preview .etp-content{padding:.85rem;border-top:1px solid #f0f0f0;font-size:.95rem;color:#333;line-height:1.5;overflow-x:auto;-webkit-overflow-scrolling:touch}.email-template-preview .etp-content p,.sms-template-preview .etp-content p{margin:0 0 .6rem}.email-template-preview .etp-content p:last-child,.sms-template-preview .etp-content p:last-child{margin-bottom:0}.email-template-preview .etp-actions,.sms-template-preview .etp-actions{display:flex;gap:.5rem;padding:.65rem .85rem;border-top:1px solid #f0f0f0;background-color:#fafafa}.email-template-preview .etp-actions button,.sms-template-preview .etp-actions button{border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.email-template-preview .etp-confirm,.sms-template-preview .etp-confirm{background-color:#f57c00;color:#fff}.email-template-preview .etp-confirm:hover,.sms-template-preview .etp-confirm:hover{background-color:#e67000}.email-template-preview .etp-edit,.sms-template-preview .etp-edit{background-color:#f0f0f0;color:#333}.email-template-preview .etp-edit:hover,.sms-template-preview .etp-edit:hover{background-color:#e0e0e0}.sms-template-preview .stp-icon,.sms-template-preview .etp-index{background-color:#e7f3ff;color:#0b62c4}@media(max-width:768px){.copyable-message{max-width:calc(100vw - 48px)}.copyable-message .message-bubble{max-width:calc(100vw - 84px)}.message-copy-button{opacity:1}}.placeholder-warning-card{margin-top:.75rem;background-color:#fffdf5;border:1px solid #f0e2b8;border-left:3px solid #e0a800;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;width:100%;max-width:min(420px,100vw - 134px);box-sizing:border-box;padding:.85rem;overflow:hidden}.placeholder-warning-card .pwc-header{display:flex;align-items:center;gap:.5rem}.placeholder-warning-card .pwc-icon{flex-shrink:0;color:#c90;display:flex}.placeholder-warning-card .pwc-icon svg{width:18px;height:18px}.placeholder-warning-card .pwc-title{font-size:.92rem;font-weight:700;color:#7a5c00}.placeholder-warning-card .pwc-subtitle{margin:.35rem 0 .75rem;font-size:.82rem;color:#7a6a3a;line-height:1.4}.placeholder-warning-card .pwc-rows{display:flex;flex-direction:column;gap:.75rem}.placeholder-warning-card .pwc-row{display:flex;flex-direction:column;gap:.45rem}.placeholder-warning-card .pwc-bad{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.placeholder-warning-card .pwc-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;padding:.1rem .4rem;border-radius:5px;background-color:#f0f0f0;color:#444;word-break:break-all}.placeholder-warning-card .pwc-code-bad{background-color:#fdecec;color:#c0392b}.placeholder-warning-card .pwc-code-good{background-color:#e7f6ec;color:#1e7e45}.placeholder-warning-card .pwc-arrow{color:#999;font-size:.85rem}.placeholder-warning-card .pwc-suggestions{display:flex;flex-wrap:wrap;gap:.35rem}.placeholder-warning-card .pwc-chip{border:1px solid #d9dee3;background-color:#fff;color:#333;border-radius:999px;padding:.28rem .7rem;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.placeholder-warning-card .pwc-chip:hover{background-color:#f5f7f8;border-color:#b8c0c8}.placeholder-warning-card .pwc-chip.selected{background-color:#fff3e8;border-color:#f57c00;color:#c65f00;font-weight:600}.placeholder-warning-card .pwc-chip-more{font-family:inherit;color:#556;border-style:dashed}.placeholder-warning-card .pwc-picker{border:1px solid #e1e4ea;border-radius:8px;background-color:#fff;overflow:hidden}.placeholder-warning-card .pwc-search{width:100%;border:0;border-bottom:1px solid #eef0f3;padding:.5rem .65rem;font-size:.85rem;outline:none;box-sizing:border-box}.placeholder-warning-card .pwc-options{list-style:none;margin:0;padding:.25rem;max-height:220px;overflow-y:auto}.placeholder-warning-card .pwc-option{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.45rem .5rem;border:0;background:none;border-radius:6px;cursor:pointer;text-align:left}.placeholder-warning-card .pwc-option:hover{background-color:#fff3e8}.placeholder-warning-card .pwc-option-desc{font-size:.75rem;color:#888;line-height:1.3}.placeholder-warning-card .pwc-empty{padding:.6rem .5rem;font-size:.82rem;color:#999}.placeholder-warning-card .pwc-actions{margin-top:.85rem}.placeholder-warning-card .pwc-apply{width:100%;border:none;border-radius:6px;padding:.55rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;background-color:#f57c00;color:#fff;transition:background-color .2s}.placeholder-warning-card .pwc-apply:hover:not(:disabled){background-color:#e67000}.placeholder-warning-card .pwc-apply:disabled{background-color:#ffcc80;cursor:not-allowed}.feedback-buttons{display:flex;align-items:center;gap:.25rem}.feedback-buttons .feedback-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#999;transition:color .15s ease,background-color .15s ease}.feedback-buttons .feedback-btn:hover:not(:disabled){background-color:#f0f0f0;color:#555}.feedback-buttons .feedback-btn:disabled{cursor:not-allowed;opacity:.5}.feedback-buttons .feedback-btn.active{color:#f57c00}.feedback-buttons .feedback-btn svg{stroke:currentColor}.feedback-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.feedback-modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:400px;box-shadow:0 8px 24px #00000026}.feedback-modal h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333}.feedback-modal textarea{width:100%;border:1px solid #ddd;border-radius:6px;padding:.75rem;font-size:.9rem;font-family:inherit;resize:vertical;box-sizing:border-box}.feedback-modal textarea:focus{outline:none;border-color:#f57c00;box-shadow:0 0 0 1px #f57c0040}.feedback-modal .feedback-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.report-list-panel{margin-top:12px;display:flex;flex-direction:column;gap:14px;width:100%}.report-list-card{position:relative;background:#fff;border:1px solid #e7e9eb;border-radius:12px;box-shadow:0 2px 10px #1d293314;overflow:hidden}.report-list-card-header{display:flex;align-items:center;gap:11px;padding:15px 18px 13px}.report-list-card-icon{color:#f15a29;font-size:16px;line-height:1;flex-shrink:0;display:flex}.report-list-card-header-text{display:flex;flex-direction:column;gap:2px;min-width:0}.report-list-card-title{font-size:15px;font-weight:700;color:#2b3843;line-height:1.2}.report-list-card-subtitle{font-size:12px;color:#8c9ba6;line-height:1.2}.report-tile-grid{background:#eef0f1;border-top:1px solid #e7e9eb;padding:14px;max-height:372px;overflow-y:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gg-scroll::-webkit-scrollbar{width:9px}.gg-scroll::-webkit-scrollbar-thumb{background:#c4c9cd;border-radius:6px;border:2px solid #eef0f1}.gg-scroll::-webkit-scrollbar-track{background:transparent}.report-tile{position:relative;background:#fff;border-radius:4px;box-shadow:0 1px 3px #00000021;overflow:hidden}.report-tile.disabled{opacity:.5;cursor:default}.report-tile-title-bar{background:#f15a29;color:#fff;min-height:36px;padding:7px 8px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:9.5px;font-weight:800;letter-spacing:.35px;line-height:1.25;text-transform:uppercase}.report-tile-thumbnail{height:150px;padding:11px 11px 12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.report-tile-thumbnail-img{width:100%;height:100%;object-fit:contain;display:block}.report-tile-thumbnail-placeholder{font-size:36px;font-weight:700;color:#d1d5db;text-transform:uppercase;-webkit-user-select:none;user-select:none}.report-tile-tournament-badge{padding:4px 8px;font-size:10px;font-weight:600;color:#8c9ba6;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#f9fafb;border-top:1px solid #eef0f1}.report-tile-tournament-select-wrapper{padding:4px 6px;background:#f9fafb;border-top:1px solid #eef0f1;position:relative;z-index:2}.report-tile-tournament-select{width:100%;font-size:10px;font-weight:600;color:#2b3843;padding:3px 4px;border:1px solid #d6d9de;border-radius:3px;background:#fff;cursor:pointer;appearance:auto}.report-tile-tournament-select:focus{outline:none;border-color:#f15a29}.report-tile-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f15a29f0;opacity:0;pointer-events:none;transition:opacity .16s ease;cursor:pointer}.report-tile:hover .report-tile-overlay{opacity:1;pointer-events:auto}.report-tile-print-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#f15a29;border:none;border-radius:500px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:800;letter-spacing:.2px;cursor:pointer;box-shadow:0 3px 8px #00000038;transition:transform .15s ease}.report-tile-print-btn:hover{transform:scale(.95)}@media(max-width:768px){.report-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rpt-card{background:#fff;border:1px solid #ECECEC;border-radius:14px 14px 14px 4px;padding:14px;box-shadow:0 1px 2px #0000000a;margin-top:12px;width:100%;max-width:100%;box-sizing:border-box}.rpt-card *{box-sizing:border-box}.rpt-prompt{font-size:14px;line-height:1.5;color:#202124;margin-bottom:12px}.rpt-chips-wrap{display:flex;flex-wrap:wrap;gap:8px}.rpt-chip{display:inline-flex;align-items:center;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:500;font-family:inherit;border:1px solid #DADCE0;background:#fff;color:#3c4043;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.rpt-chip:hover{border-color:#f15a29;color:#f15a29}.rpt-chip.selected{background:#f15a29;color:#fff;border-color:#f15a29}.rpt-chip.dashed{border-style:dashed;color:#9aa0a6}.rpt-chip.dashed:hover{border-style:solid;color:#f15a29}.rpt-chip--last{border-color:#f3c9ae;background:#fff8f3;gap:8px}.rpt-chip--last:hover{border-color:#f15a29}.rpt-badge-last-printed--inline{font-size:9px;padding:1px 6px;margin-left:2px}.rpt-last-printed{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;border:1px solid #F3C9AE;border-radius:11px;background:#fff8f3;cursor:pointer;transition:border-color .15s ease;font-family:inherit;text-align:left}.rpt-last-printed:hover{border-color:#f15a29}.rpt-last-printed-info{flex:1;min-width:0}.rpt-last-printed-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rpt-badge-last-printed{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#c2410c;background:#fbe3d6;border-radius:5px;padding:2px 7px;white-space:nowrap}.rpt-divider{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9aa0a6;padding:10px 0 6px}.rpt-row{display:flex;align-items:center;gap:12px;width:100%;padding:9px 10px;border-radius:10px;border:none;background:transparent;cursor:pointer;transition:background-color .15s ease;font-family:inherit;text-align:left;margin-bottom:1px}.rpt-row:hover{background:#f4f4f4}.rpt-row:disabled{opacity:.5;cursor:default}.rpt-row:disabled:hover{background:transparent}.rpt-row-text{flex:1;min-width:0}.rpt-row-name{font-size:14px;font-weight:600;color:#202124;line-height:1.3;overflow-wrap:anywhere}.rpt-row-desc{font-size:12px;color:#5f6368;margin-top:2px;line-height:1.3}.rpt-mini-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rpt-mini-icon--pdf{background:#fdf0e9}.rpt-mini-icon--sheet{background:#e6f4ea}.rpt-mini-icon--word{background:#e7eef8}.rpt-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:16px;height:16px}.rpt-sheet-cell{border-radius:1px}.rpt-sheet-cell--dark{background:#48a86a}.rpt-sheet-cell--light{background:#7fc79a}.rpt-format-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:3px 8px;border-radius:5px;flex-shrink:0}.rpt-format-badge.pdf{color:#5f6368;background:#eef0f2}.rpt-format-badge.spreadsheet{color:#1e7e40;background:#e6f4ea}.rpt-format-badge.word{color:#2b579a;background:#e7eef8}.rpt-pill-list{display:flex;flex-direction:column;gap:8px}.rpt-pill-card{display:flex;align-items:flex-start;gap:12px;width:100%;padding:11px 12px;border:1px solid #EEE;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;font-family:inherit;text-align:left}.rpt-pill-card:hover{border-color:#f15a29;background:#fff6f1}.rpt-pill-number{width:22px;height:22px;border-radius:6px;background:#fbe3d6;color:#c2410c;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.rpt-pill-card:hover .rpt-pill-number{background:#f15a29;color:#fff}.rpt-pill-text{min-width:0}.rpt-pill-name{font-size:13px;font-weight:600;color:#202124;line-height:1.3}.rpt-pill-desc{font-size:12px;color:#5f6368;margin-top:2px;line-height:1.3}.rpt-config-section{margin-top:4px}.rpt-config-section .rpt-prompt{margin-bottom:10px}.rpt-config-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.rpt-config-chip{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#c2410c;background:#fbe3d6;border-radius:6px;padding:4px 10px}.rpt-thumbnail{display:flex;justify-content:center;margin-bottom:16px}.rpt-thumbnail img{width:268px;max-width:100%;border:1px solid #E6E6E6;border-radius:6px;box-shadow:0 2px 10px #0000001a}.rpt-faux-thumb{border:1px solid #E6E6E6;border-radius:6px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.rpt-faux-thumb--pdf{width:268px;max-width:100%}.rpt-faux-thumb--sheet,.rpt-faux-thumb--word{width:236px;max-width:100%}.rpt-faux-thumb--word .rpt-faux-thumb-title{background:#2b579a}.rpt-faux-thumb-title{background:#f15a29;padding:6px 8px;text-align:center;font-size:8px;font-weight:700;letter-spacing:.06em;color:#fff;text-transform:uppercase}.rpt-faux-thumb-body{padding:12px 13px 14px;background:#fff}.rpt-faux-bar{height:5px;background:#d5d5d5;border-radius:3px;margin:0 auto 7px}.rpt-faux-bar--light{height:3px;background:#e4e4e4;border-radius:2px;margin:0 auto 13px}.rpt-faux-row{display:flex;gap:6px;margin-bottom:7px}.rpt-faux-row:last-child{margin-bottom:0}.rpt-faux-cell{flex:1;height:4px;background:#e8e8e8;border-radius:2px}.rpt-faux-cell--light{background:#ececec}.rpt-faux-cell--lighter{background:#eee}.rpt-faux-sheet-body{padding:8px}.rpt-faux-sheet-header{display:flex;border-bottom:1px solid #E2E2E2}.rpt-faux-sheet-corner{width:15px;height:12px;background:#f1f1f1;border:1px solid #E2E2E2;border-radius:1px 0 0}.rpt-faux-sheet-col{flex:1;height:12px;background:#f1f1f1;border-top:1px solid #E2E2E2;border-right:1px solid #E2E2E2;border-bottom:1px solid #E2E2E2;display:flex;align-items:center;justify-content:center;font-size:6px;color:#9aa0a6}.rpt-faux-sheet-row{display:flex}.rpt-faux-sheet-rownum{width:15px;height:13px;background:#f8f8f8;border-left:1px solid #ECECEC;border-bottom:1px solid #ECECEC;display:flex;align-items:center;justify-content:center;font-size:6px;color:#bbb}.rpt-faux-sheet-cell{flex:1;height:13px;border-right:1px solid #ECECEC;border-bottom:1px solid #ECECEC}.rpt-faux-sheet-cell--filled{background:#f5e03d}.rpt-actions{display:flex;align-items:center;gap:16px}.rpt-print-btn{display:inline-flex;align-items:center;gap:6px;background:#f15a29;color:#fff;border:none;border-radius:999px;padding:10px 26px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #ef5f244d;transition:background-color .15s ease}.rpt-print-btn:hover{background:#d94e16}.rpt-green-btn{display:inline-flex;align-items:center;gap:6px;background:#1e7e40;color:#fff;border:none;border-radius:999px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #1e7e4040;transition:background-color .15s ease}.rpt-green-btn:hover{background:#196a36}.rpt-blue-btn{display:inline-flex;align-items:center;gap:6px;background:#2b579a;color:#fff;border:none;border-radius:999px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #2b579a40;transition:background-color .15s ease}.rpt-blue-btn:hover{background:#1f4278}.report-file-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:8px;font-size:12px;font-weight:600;border:1px solid #E6E6E6;background:#fafafa;color:#3c4043;max-width:100%;min-width:0;vertical-align:middle}.report-file-chip svg{flex:none}.report-file-chip .report-file-chip-name{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-file-chip .report-file-chip-hint{flex:none;font-size:11px;font-weight:500;color:#9aa0a6}.report-file-chip.loading{border-color:#f3c9ae;background:#fff8f3}.report-file-chip.ready{border-color:#f3c9ae;background:#fdf0e9;color:#c2410c;cursor:pointer;text-decoration:none}.report-file-chip.ready:hover{background:#fbe3d6}.report-file-chip.ready .report-file-chip-hint{color:#c2410c}.report-file-chip.error{border-color:#f0c4c4;background:#fbebeb;color:#b3261e}.report-file-chip.error .report-file-chip-hint{color:#b3261e}.rpt-print-btn:disabled{opacity:.5;cursor:default}.rpt-foursome-picker{border:1px solid #ECECEC;border-radius:10px;padding:10px;margin-top:4px}.rpt-foursome-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:#3c4043;margin-bottom:8px}.rpt-link-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:#f15a29;padding:0}.rpt-link-btn:hover{text-decoration:underline}.rpt-foursome-search{width:100%;box-sizing:border-box;padding:7px 10px;margin-bottom:8px;border:1px solid #DADCE0;border-radius:8px;font-family:inherit;font-size:13px}.rpt-foursome-search:focus{outline:none;border-color:#f15a29}.rpt-foursome-list{max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.rpt-foursome-row{display:flex;align-items:flex-start;gap:8px;padding:7px 8px;border-radius:8px;cursor:pointer;font-size:13px}.rpt-foursome-row:hover{background:#f4f4f4}.rpt-foursome-row.selected{background:#fdf0e9}.rpt-foursome-row input[type=checkbox]{accent-color:#f15a29;flex-shrink:0;margin-top:3px}.rpt-foursome-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.rpt-foursome-label{font-weight:600;color:#202124}.rpt-foursome-players{color:#5f6368;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.rpt-foursome-empty{padding:12px;text-align:center;color:#9aa0a6;font-size:13px}.rpt-foursome-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.rpt-text-btn{background:none;border:none;color:#5f6368;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;transition:color .15s ease}.rpt-text-btn:hover{color:#202124}.rpt-show-more{display:block;width:100%;padding:8px 10px;margin-top:2px;border:none;border-radius:10px;background:transparent;color:#f15a29;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;text-align:left;transition:background-color .15s ease}.rpt-show-more:hover{background:#f4f4f4}.rpt-helper{font-size:12px;color:#9aa0a6;margin-top:10px}@media(max-width:768px){.rpt-card{max-width:100%}.rpt-thumbnail img,.rpt-faux-thumb{width:100%}}.voice-indicator-field{width:100%;height:44px;box-sizing:border-box;display:flex;align-items:center;gap:.6rem;padding:0 4.25rem 0 .75rem;border:1px solid #ccc;border-radius:6px;background-color:#fff}.voice-orb-wrap{position:relative;width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.voice-orb{width:18px;height:18px;border-radius:50%;background-color:#9e9e9e;transition:background-color .25s ease}.voice-orb-ring{position:absolute;inset:-4px;border-radius:50%;border:2px dashed #34a853;animation:voice-ring-spin 2.4s linear infinite}.voice-orb-ripple{position:absolute;inset:-1px;border-radius:50%;border:2px solid #007bff;pointer-events:none;animation:voice-ripple .9s ease-out 1 forwards}.voice-indicator-label{font-size:1rem;font-weight:600;color:#999}.voice-indicator--connecting .voice-orb{animation:voice-shimmer 1.4s ease-in-out infinite}.voice-indicator--listening .voice-orb{background-color:#007bff;animation:voice-breathe 2.6s ease-in-out infinite}.voice-indicator--listening .voice-indicator-label{color:#007bff}.voice-indicator--speaking .voice-orb{background-color:#f57c00;animation:voice-speak-pulse 1.1s ease-out infinite}.voice-indicator--speaking .voice-indicator-label{color:#f57c00}.voice-indicator--tool .voice-orb{background-color:#34a853}.voice-indicator--tool .voice-indicator-label{color:#34a853}.voice-indicator--muted .voice-orb{background-color:#9e9e9e}.voice-indicator--muted .voice-indicator-label{color:#999}@keyframes voice-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@keyframes voice-speak-pulse{0%{box-shadow:0 0 #f57c0059}to{box-shadow:0 0 0 9px #f57c0000}}@keyframes voice-ring-spin{to{transform:rotate(360deg)}}@keyframes voice-ripple{0%{transform:scale(1);opacity:.8}to{transform:scale(2.4);opacity:0}}@keyframes voice-shimmer{0%,to{opacity:.45}50%{opacity:.95}}@media(prefers-reduced-motion:reduce){.voice-orb,.voice-orb-ring,.voice-orb-ripple{animation:none!important}}
