*{box-sizing:border-box}body{margin:0;font-family:-apple-system,SF Pro,Helvetica Neue,sans-serif;background:#f2f2f7;min-height:100vh;color:#000}#root{min-height:100vh}.mobile-app{background:#f2f2f7;min-height:100vh;display:flex;flex-direction:column;position:relative}.mobile-screen{padding-bottom:83px;flex:1}.screen{background:#f2f2f7;min-height:calc(100vh - 83px);padding-bottom:16px}.app-top-bar,.calendar-header,.settings-profile{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px;background:#fff;border-bottom:1px solid #e5e5ea}.profile-photo,.profile-circle{width:36px;height:36px;border-radius:50%;background:#d9d9d9}.brand{flex:1;display:flex;justify-content:center}.speech-bubble{padding:6px 16px;border:2px solid #000;border-radius:18px;font-weight:700;letter-spacing:.04em;font-size:20px;position:relative}.speech-bubble:after{content:"";position:absolute;bottom:-8px;left:18px;border:8px solid transparent;border-top-color:#000}.icon-circle{width:34px;height:34px;border-radius:50%;border:1px solid #8e8e93;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;color:#8e8e93}.agents-list{background:#fff;margin-top:0}.agent-row{display:flex;align-items:center;padding:10px 16px;border-bottom:1px solid #f0f0f0}.agent-avatar{width:54px;height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center}.agent-avatar-face{width:30px;height:30px;border-radius:6px;background:#fff9;border:3px solid #fff}.agent-copy{flex:1;margin-left:12px}.agent-role{font-size:17px;font-weight:700}.agent-preview{font-size:14px;color:#8e8e93;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-meta{text-align:right}.agent-time{font-size:12px;color:#8e8e93;display:block}.agent-badge{width:20px;height:20px;border-radius:10px;background:#ff3b30;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-top:6px}.tab-bar{position:fixed;bottom:0;left:0;width:100%;height:83px;background:#fff;border-top:1px solid #e5e5ea;display:flex;justify-content:space-around;align-items:center}.tab-button{background:transparent;border:none;padding:0}.tab-icon svg{width:26px;height:26px}.calendar-header{border-bottom:1px solid #e5e5ea}.page-title{text-align:center;font-size:17px;font-weight:600}.page-title small{display:block;font-size:13px;font-weight:400;color:#6c6c70}.section{padding:16px}.section-header{display:flex;justify-content:space-between;align-items:baseline}.section-header h2{margin:0;font-size:20px;font-weight:700}.section-subtitle{font-size:15px;color:#6c6c70;font-weight:400}.horizontal-scroll{display:flex;gap:12px;overflow-x:auto;padding:12px 0}.post-card{min-width:160px;width:160px;background:#fff;border-radius:12px;padding:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:8px}.post-card-top{display:flex;justify-content:space-between;align-items:center}.platform-icon{width:20px;height:20px;border-radius:6px;background:#d9d9d9}.platform-icon.twitter{background:#1da1f2}.platform-icon.facebook{background:#1877f2}.status-pill{font-size:11px;font-weight:700;color:#000;padding:2px 8px;border-radius:20px}.post-image{width:100%;height:120px;background-size:cover;background-position:center;border-radius:8px;position:relative}.image-count{position:absolute;bottom:6px;right:6px;padding:4px 8px;background:#0009;color:#fff;border-radius:12px;font-size:11px}.post-body{display:flex;justify-content:space-between;align-items:flex-end;font-size:14px;font-weight:400}.post-body p{margin:0;line-height:1.3}.post-action{font-size:16px;color:#8e8e93}.week-nav{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-top:12px}.nav-arrow{background:transparent;border:none;font-size:22px;color:#8e8e93}.day-card{background:#fff;border-radius:12px;padding:16px;margin-top:12px;box-shadow:0 1px 3px #00000014}.day-header{display:flex;justify-content:space-between;font-weight:700;font-size:17px}.blog-section{margin-top:16px}.blog-label{font-size:15px;font-weight:600;color:#6c6c70;margin-bottom:8px}.settings-screen{padding-top:16px}.settings-card{background:#fff;border-radius:12px;margin:16px;padding:0;box-shadow:0 1px 3px #00000014}.settings-profile{border-bottom:1px solid #e5e5ea}.settings-name{font-size:20px;font-weight:700}.settings-email{font-size:14px;color:#6c6c70}.settings-row{display:flex;align-items:center;height:52px;padding:0 16px;border-bottom:1px solid #e5e5ea;cursor:pointer}.settings-row:last-child{border-bottom:none}.settings-icon{width:36px;height:36px;border-radius:10px;background:#f5c518;color:#fff;font-size:20px;display:inline-flex;align-items:center;justify-content:center;margin-right:12px}.chevron{margin-left:auto;color:#c7c7cc}.logout{justify-content:flex-start}.chat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:flex-end;justify-content:center;padding-bottom:83px}.chat-screen{width:100%;min-height:100%;background:#f2f2f7;padding-top:56px}.chat-top-bar{position:absolute;top:0;width:100%;height:56px;background:#fff;border-bottom:1px solid #e5e5ea;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.chat-title{text-align:center}.chat-title small{font-size:13px;color:#8e8e93}.chat-dot{background:transparent;border:none;font-size:24px;color:#8e8e93}.chat-body{padding:24px 16px 16px;display:flex;flex-direction:column;gap:10px}.chat-bubble{max-width:75%;padding:8px 12px;border-radius:18px;font-size:15px;line-height:1.4}.chat-bubble.agent{align-self:flex-start;background:#fff;box-shadow:0 1px 2px #0000001a;border-bottom-left-radius:4px}.chat-bubble.user{align-self:flex-end;background:#007aff;color:#fff;border-bottom-right-radius:4px}.chat-time{font-size:12px;color:#8e8e93;text-align:center}.quick-actions{display:flex;gap:8px;overflow-x:auto;padding:0 16px}.chip{background:#e5e5ea;padding:6px 12px;border-radius:16px;font-size:14px;color:#3c3c43;white-space:nowrap}.chat-input-bar{position:fixed;bottom:83px;left:0;width:100%;border-top:1px solid #e5e5ea;background:#fff;display:flex;justify-content:center;padding:8px 16px}.chat-input-pill{flex:1;background:#e5e5ea;border-radius:25px;display:flex;align-items:center;padding:6px 10px}.chat-input-pill input{flex:1;border:none;background:transparent;font-size:15px;outline:none}.mic-icon{font-size:18px;color:#8e8e93;margin-right:8px}.send-button{width:28px;height:28px;border-radius:14px;background:#007aff;border:none;color:#fff;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0}.menu-sheet{position:absolute;bottom:0;width:100%;background:#fff;border-radius:20px 20px 0 0;padding:8px 0 24px;box-shadow:0 -1px 6px #0003}.menu-handle{width:40px;height:4px;background:#c7c7cc;border-radius:2px;margin:8px auto}.menu-row{height:56px;display:flex;align-items:center;padding:0 24px;border-top:1px solid #e5e5ea}.menu-row:first-child{border-top:none}.menu-dot{width:22px;height:22px;border-radius:4px;border:1px solid #000;margin-right:12px}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;border:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;padding:0 0 83px}.modal-sheet{width:100%;background:#fff;border-radius:20px 20px 0 0;padding:8px 16px 24px;max-height:80%;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:22px;font-weight:700}.modal-close{border:none;background:transparent;font-size:24px;color:#8e8e93}.modal-section{margin-top:12px}.modal-caption{color:#6c6c70;font-size:14px}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e5ea}.toggle-row:last-child{border-bottom:none}.toggle{width:51px;height:31px;border-radius:16px;border:1px solid #e5e5ea;background:#e5e5ea;display:flex;align-items:center;padding:2px}.toggle span{width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .2s}.toggle.on{background:#f5c518}.toggle.on span{transform:translate(20px)}.modal-section h3{margin:0;font-size:18px;font-weight:700}.form-section{margin-top:16px;display:flex;flex-direction:column;gap:8px}.form-section label{font-size:15px;font-weight:600}.form-section input,.form-section textarea{height:50px;border-radius:10px;border:1px solid #e0e0e0;padding:0 14px;font-size:16px}.form-section textarea{height:160px;padding-top:14px}.select-input{display:flex;align-items:center;justify-content:space-between;height:50px;border-radius:10px;border:1px solid #e0e0e0;padding:0 14px;font-size:16px}.color-picker{display:flex;align-items:center;gap:12px;height:50px;border:1px solid #e0e0e0;border-radius:10px;padding:0 14px}.color-swatch{width:32px;height:32px;border-radius:6px;background:#f5c518}.save-button{width:100%;background:#f5c518;border:none;border-radius:12px;height:52px;font-weight:700;font-size:17px;margin-top:16px}.required{color:#ff3b30}
