@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.gcal{background:#fff}.gcal--day{display:flex;flex-direction:column;flex:1;min-height:0}.gcal-toolbar{display:flex;align-items:center;gap:12px;padding:0 4px 12px}.gcal-nav{display:flex;gap:4px}.gcal-nav-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:10px;background:transparent;color:#6b7280;cursor:pointer;transition:background .12s,color .12s}.gcal-nav-btn:hover{background:#f3f4f6;color:#1e1e2e}.gcal-title{font-size:1rem;font-weight:600;color:#1e1e2e;margin:0;letter-spacing:-.01em}.gcal-today-btn{margin-left:auto;padding:4px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#4f46e5;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s,border-color .12s;white-space:nowrap}.gcal-today-btn:hover{background:#f5f3ff;border-color:#c4b5fd}.gcal-today-btn--day{flex-shrink:0;margin-left:4px;padding:4px 8px;font-size:.75rem}.gcal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:64px 16px;color:#6b7280;font-size:.8125rem}.gcal-spinner{width:22px;height:22px;border:2.5px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:gcal-spin .7s linear infinite}@keyframes gcal-spin{to{transform:rotate(360deg)}}.gcal-body{display:flex;flex-direction:column}.gcal-grid-wrap{padding:0 4px 12px}.gcal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:8px 0 4px}.gcal-weekday{text-align:center;font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;padding:4px 0}.gcal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.gcal-day{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px;min-height:48px;background:none;border:none;border-radius:12px;cursor:default;font-family:inherit;transition:background .12s}.gcal-day--clickable{cursor:pointer}.gcal-day--clickable:hover{background:#6366f10a}.gcal-day-number{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;font-size:.8125rem;font-weight:500;color:#374151;line-height:1;transition:all .15s}.gcal-day--today .gcal-day-number{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:600}.gcal-day--other .gcal-day-number,.gcal-day--past .gcal-day-number{color:#c4c7cc}.gcal-day--selected .gcal-day-number{background:#ede9fe;color:#4f46e5;font-weight:600}.gcal-day--selected.gcal-day--today .gcal-day-number{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 0 0 3px #ede9fe}.gcal-day--no-slots{opacity:.35}.gcal-timeline{display:grid;grid-template-columns:52px 1fr;margin:0 4px;padding-top:8px}.gcal-tl-hours{position:relative}.gcal-tl-hour{position:absolute;right:0;padding-right:12px;font-size:.6875rem;font-weight:500;color:#9ca3af;line-height:1;transform:translateY(-50%);white-space:nowrap}.gcal-tl-grid{position:relative;min-height:120px}.gcal-tl-gridline{position:absolute;left:0;right:0;height:0;border-top:1px dashed #e5e7eb}.gcal-tl-block{position:absolute;left:6px;right:6px;border-radius:10px;padding:6px 10px;font-size:.8125rem;display:flex;flex-direction:column;gap:2px;overflow:hidden;box-sizing:border-box;z-index:1}.gcal-tl-block--col{left:auto;right:auto}.gcal-tl-block--booked{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.gcal-tl-block--blocked{background:linear-gradient(135deg,#f9fafb,#f3f4f6);color:#6b7280}.gcal-tl-block-time{font-weight:600;font-size:.75rem}.gcal-tl-block-note{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.6875rem;opacity:.8}.gcal-tl-midnight{position:absolute;left:0;right:0;height:0;border-top:1.5px dashed #c4b5fd;z-index:2;pointer-events:none}.gcal-tl-midnight-label{position:absolute;right:6px;top:-9px;font-size:.625rem;font-weight:500;color:#7c3aed;background:#fff;padding:0 4px;border-radius:4px;white-space:nowrap;letter-spacing:.02em}.gcal-empty{padding:48px 16px;text-align:center;color:#6b7280;font-size:.875rem}.gcal-weeknav-row{display:flex;align-items:center;gap:0;padding:0 4px 4px;flex-shrink:0}.gcal-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:none;color:#6b7280;cursor:pointer;flex-shrink:0;transition:background .12s,color .12s;-webkit-tap-highlight-color:transparent}.gcal-back-btn:hover{background:#f3f4f6;color:#1e1e2e}.gcal-weeknav{display:flex;justify-content:space-between;flex:1;gap:2px}.gcal-timeline-wrap{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.gcal-weeknav-day{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;padding:8px 0;background:none;border:none;border-radius:12px;cursor:pointer;font-family:inherit;transition:background .12s;-webkit-tap-highlight-color:transparent}.gcal-weeknav-day:hover{background:#f3f4f6}.gcal-weeknav-label{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.gcal-weeknav-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:.875rem;font-weight:500;color:#374151;transition:all .15s}.gcal-weeknav-day--selected .gcal-weeknav-num{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:600}.gcal-weeknav-day--today:not(.gcal-weeknav-day--selected) .gcal-weeknav-num{background:#ede9fe;color:#4f46e5;font-weight:600;box-shadow:0 0 0 1.5px #c4b5fd}.gcal-weeknav-day--past:not(.gcal-weeknav-day--selected) .gcal-weeknav-num{color:#c4c7cc}.gcal-weeknav-day--past:not(.gcal-weeknav-day--selected) .gcal-weeknav-label{color:#d1d5db}.gcal-weeknav-day--no-slots:not(.gcal-weeknav-day--selected){opacity:.35}.gcal-tl-now{position:absolute;left:0;right:0;height:0;border-top:2px solid #ef4444;z-index:3;pointer-events:none}.gcal-tl-now:before{content:"";position:absolute;left:0;top:-5px;width:8px;height:8px;border-radius:50%;background:#ef4444}.gcal-tl-block--pending{background:#4f46e51f;color:#4f46e5;border:2px dashed #4f46e5;animation:gcal-pending-pulse 1.5s ease-in-out infinite}@keyframes gcal-pending-pulse{0%,to{opacity:.7}50%{opacity:1}}.gcal-tl-block--request{border:2px dashed #f59e0b;background:#f59e0b1a;color:#92400e}.gcal-tl-block--request-pending{border-color:#f59e0b;background:#f59e0b1a;color:#92400e}.gcal-tl-block--request-approved{border-color:#10b981;background:#10b9811a;color:#065f46}.gcal-tl-grid--interactive{cursor:crosshair}.gcal-tl-block--interactive{cursor:pointer;transition:opacity .15s,box-shadow .15s}.gcal-tl-block--interactive:hover{opacity:.85;box-shadow:0 2px 8px #0000001a}.gcal-tl-block-client{font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gcal-tl-block-phone{font-size:.6875rem;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.gcal-day{min-height:40px}.gcal-day-number{width:28px;height:28px;font-size:.75rem;border-radius:10px}.gcal-tl-hour{font-size:.625rem}.gcal-weeknav-num{width:32px;height:32px;font-size:.8125rem}.gcal-weeknav-label{font-size:.625rem}}.app{max-width:720px;margin:0 auto;padding:24px 20px}.app--day{display:flex;flex-direction:column;height:100dvh;padding-bottom:0}.header{text-align:center;margin-bottom:24px}.app--day .header{margin-bottom:8px}.app--day .header h1{font-size:1.25rem;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#1e1e2e;background-clip:unset}.header h1{font-size:1.75rem;font-weight:700;text-transform:capitalize;background:linear-gradient(135deg,#1e1e2e,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.2}.header p{color:#6b7280;margin-top:6px;font-size:.9375rem}.main{display:flex;flex-direction:column;gap:16px}.app--day .main{flex:1;min-height:0;gap:0}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:120px 16px;color:#6b7280;font-size:.875rem}.app-spinner{width:24px;height:24px;border:2.5px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:app-spin .7s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.not-found{text-align:center;padding:120px 20px}.not-found h1{font-size:1.5rem;font-weight:600;color:#1e1e2e;margin-bottom:8px}.not-found p{color:#6b7280;font-size:.875rem;margin-bottom:4px;line-height:1.6}.not-found code{background:#f3f4f6;padding:2px 8px;border-radius:6px;font-size:.8125rem;font-family:SFMono-Regular,Menlo,Consolas,monospace;color:#7c3aed}.landing{padding:80px 0 40px}.landing-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#1e1e2e,#4f46e5 60%,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;letter-spacing:-.03em;line-height:1.15}.landing-desc{font-size:1.0625rem;color:#4b5563;max-width:480px;margin-bottom:48px;line-height:1.7}.landing-steps{display:flex;flex-direction:column;gap:12px;max-width:480px}.landing-step{display:flex;gap:16px;align-items:flex-start;padding:16px 20px;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;transition:background .15s}.landing-step:hover{background:#ffffffd9}.landing-step-num{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:.75rem;font-weight:600;margin-top:1px}.landing-step strong{display:block;font-size:.875rem;font-weight:600;color:#1e1e2e;margin-bottom:2px}.landing-step p{font-size:.8125rem;color:#6b7280;line-height:1.5}.landing-step a{color:#4f46e5;text-decoration:none;font-weight:500}.landing-step a:hover{text-decoration:underline}.booking-bar{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 20px;flex-shrink:0;padding-bottom:max(12px,env(safe-area-inset-bottom))}@keyframes booking-bar-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.booking-bar-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border:none;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:opacity .12s;-webkit-tap-highlight-color:transparent}.booking-bar-btn:hover{opacity:.9}.booking-bar-btn:active{opacity:.8}.booking-bar-btn--telegram{background:linear-gradient(135deg,#2aabee,#229ed9)}.booking-bar-btn--vk{background:linear-gradient(135deg,#4680c2,#3b6ba5)}.booking-bar-btn--max{background:linear-gradient(135deg,#ff6b00,#e05500)}.booking-bar-hint{font-size:.75rem;color:#9ca3af;text-align:center;transition:color .2s}.booking-bar-hint--no-links{font-size:.875rem;padding:14px 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:modal-fade-in .2s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-sheet{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto;animation:modal-slide-up .25s ease-out}@keyframes modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:36px;height:4px;background:#d1d5db;border-radius:2px;margin:12px auto 0}.modal-content{padding:16px 20px 24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0))}.modal-title{font-size:1.25rem;font-weight:700;color:#1e1e2e;margin-bottom:2px}.modal-subtitle{font-size:.875rem;color:#6b7280;margin-bottom:16px}.modal-section-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.modal-links{display:flex;flex-direction:column;gap:8px}.modal-link-btn{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#1e1e2e;font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.modal-link-btn:hover{background:#f9fafb;border-color:#d1d5db}.modal-link-btn--telegram{color:#229ed9}.modal-link-btn--vk{color:#4680c2}.modal-link-btn--max{color:#ff6b00}.modal-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#9ca3af;font-size:.8125rem}.modal-divider:before,.modal-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.modal-form{display:flex;flex-direction:column;gap:12px}.modal-field{display:flex;flex-direction:column;gap:4px}.modal-field--row{flex-direction:row;gap:8px}.modal-field--half{flex:1;display:flex;flex-direction:column;gap:4px}.modal-field label{font-size:.8125rem;font-weight:500;color:#6b7280}.modal-field input,.modal-field textarea{padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#1e1e2e;font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s}.modal-field input:focus,.modal-field textarea:focus{border-color:#4f46e5}.modal-field textarea{resize:vertical;min-height:60px}.modal-error{padding:10px 14px;background:#fef2f2;color:#ef4444;border-radius:10px;font-size:.875rem}.modal-btn{width:100%;padding:14px;border:none;border-radius:14px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .12s;margin-top:4px}.modal-btn--primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.modal-btn--primary:hover{opacity:.9}.modal-btn--primary:disabled{opacity:.5;cursor:not-allowed}.modal-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0;gap:8px}.modal-success-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.modal-success h3{font-size:1.25rem;font-weight:700;color:#1e1e2e}.modal-success p{font-size:.9375rem;color:#6b7280;margin-bottom:8px}@media(max-width:500px){.app{padding:16px}.app--day{padding:12px 12px 0}.header h1{font-size:1.5rem}.app--day .header{margin-bottom:4px}.app--day .header h1{font-size:1.125rem}.booking-bar{padding:10px 8px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.landing-title{font-size:1.75rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,sans-serif;background:#fff;color:#1e1e2e;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{min-height:100vh}::selection{background:#6366f126}
