.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,#eef2ff,#e0e7ff);color:#4338ca;border:1px solid #c7d2fe}.gcal-tl-open{position:absolute;left:4px;right:4px;border-radius:10px;background:repeating-linear-gradient(-45deg,#10b9811a,#10b9811a 8px,#10b9810a 8px,#10b9810a 16px);border:1px solid rgba(16,185,129,.28);z-index:0}.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;flex-wrap:wrap}.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 1 200px;min-width:0;gap:2px}.gcal-weeknav-day{min-width:0}@media(max-width:400px){.gcal-today-btn--day{order:3;flex-basis:100%;align-self:center;max-width:120px;margin:2px auto 0}}.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}}.gcal-compact-day{padding:0}.gcal-day--has-slots:after{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#10b981}.gcal-day--today.gcal-day--has-slots:after{background:#ffffffe6}.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;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}.not-found-link{display:inline-block;margin-top:20px;color:#4f46e5;font-size:.875rem;font-weight:600;text-decoration:none}.picker{padding:16px 16px 24px;border-top:1px solid #eef0f4;background:#fff}.picker--loading{color:#6b7280;font-size:.875rem;text-align:center;padding:24px 16px}.picker-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:12px}.picker-title{font-size:.9375rem;font-weight:600;color:#1e1e2e}.picker-meta{font-size:.8125rem;color:#6b7280}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.picker-slot{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 8px;min-height:60px;border:1.5px solid #d1fae5;border-radius:14px;background:#f0fdf4;color:#047857;font-family:inherit;cursor:pointer;transition:border-color .15s,background .15s,transform .1s}.picker-slot:hover{border-color:#34d399;background:#ecfdf5}.picker-slot:active{transform:scale(.97)}.picker-slot-start{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em}.picker-slot-end{font-size:.75rem;opacity:.75}.picker-empty{display:flex;flex-direction:column;gap:4px;text-align:center;padding:20px 8px}.picker-empty strong{font-size:.9375rem;color:#1e1e2e}.picker-empty span{font-size:.8125rem;color:#6b7280}.picker-own{display:block;width:100%;margin-top:12px;padding:13px;border:1.5px solid #e5e7eb;border-radius:14px;background:#fff;color:#4338ca;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer}.picker-own:hover{border-color:#c7d2fe;background:#f8f9ff}.picker-own--quiet{color:#6b7280;font-weight:500;border-style:dashed}.picker-contacts{margin-top:20px;padding-top:16px;border-top:1px solid #f1f2f6}.picker-contacts-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;margin-bottom:8px}.picker-contacts-row{display:flex;gap:8px;flex-wrap:wrap}.picker-contact{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.875rem;font-weight:500;text-decoration:none;color:#374151}.picker-contact--telegram{color:#229ed9}.picker-contact--vk{color:#4680c2}.picker-contact--max{color:#ff6b00}.day-empty{display:flex;flex-direction:column;gap:4px;text-align:center;padding:32px 16px}.day-empty strong{font-size:.9375rem;color:#1e1e2e}.day-empty span{font-size:.8125rem;color:#6b7280}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f101873;display:flex;align-items:flex-end;justify-content:center;z-index:100;animation:sheet-fade .15s ease}@keyframes sheet-fade{0%{opacity:0}}.sheet{width:100%;max-width:480px;max-height:92dvh;overflow-y:auto;background:#fff;border-radius:20px 20px 0 0;padding:8px 20px calc(20px + env(safe-area-inset-bottom));animation:sheet-up .2s ease}@keyframes sheet-up{0%{transform:translateY(16px)}}.sheet-handle{width:36px;height:4px;border-radius:2px;background:#e5e7eb;margin:4px auto 16px}.sheet-title{font-size:1.125rem;font-weight:700;color:#1e1e2e}.sheet-sub{font-size:.875rem;color:#6b7280;margin:4px 0 20px}.sheet-form{display:flex;flex-direction:column;gap:14px}.sheet-row{display:flex;gap:10px}.sheet-field{display:flex;flex-direction:column;gap:6px}.sheet-field--half{flex:1}.sheet-field>span{font-size:.8125rem;font-weight:600;color:#374151}.sheet-field em{font-style:normal;font-weight:400;color:#9ca3af}.sheet-field input,.sheet-field textarea{width:100%;padding:13px 14px;border:1.5px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:1rem;color:#1e1e2e;background:#fff;outline:none;transition:border-color .15s}.sheet-field input:focus,.sheet-field textarea:focus{border-color:#818cf8}.sheet-field textarea{resize:vertical;min-height:56px}.consent{display:flex;align-items:flex-start;gap:10px;font-size:.8125rem;color:#6b7280;line-height:1.45;cursor:pointer}.consent input{flex-shrink:0;width:20px;height:20px;margin-top:1px;accent-color:#4f46e5}.consent a{color:#4f46e5}.sheet-error{padding:11px 14px;border-radius:12px;background:#fef2f2;color:#b91c1c;font-size:.875rem}.sheet-btn{width:100%;padding:15px;border:none;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s}.sheet-btn:disabled{opacity:.45;cursor:not-allowed}.sheet-done{text-align:center;padding:12px 0 8px}.sheet-done-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:#ecfdf5;color:#059669;font-size:1.75rem;display:flex;align-items:center;justify-content:center}.sheet-done h3{font-size:1.125rem;font-weight:700;margin-bottom:8px}.sheet-done p{font-size:.875rem;color:#6b7280;margin-bottom:20px;line-height:1.55}.page-footer{margin-top:32px;padding-top:16px;border-top:1px solid #f1f2f6;text-align:center;font-size:.75rem;color:#9ca3af}.page-footer a{color:#9ca3af;text-decoration:none}.page-footer a:hover{color:#6b7280}.page-footer-sep{margin:0 8px}.doc{padding:32px 20px 64px}.doc-inner{max-width:680px;margin:0 auto}.doc-back{display:inline-block;margin-bottom:24px;font-size:.875rem;font-weight:600;color:#4f46e5;text-decoration:none}.doc h1{font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:-.02em}.doc-date{margin:8px 0 28px;font-size:.8125rem;color:#9ca3af}.doc h2{margin:28px 0 10px;font-size:1rem;font-weight:600}.doc p,.doc li{font-size:.9375rem;color:#4b5563;line-height:1.65}.doc p+p{margin-top:10px}.doc ul{margin:10px 0 0 20px}.doc ul+p{margin-top:12px}.doc li+li{margin-top:4px}.doc a{color:#4f46e5}@media(max-width:500px){.app{padding:20px 12px}.header h1{font-size:1.5rem}.picker{padding:14px 12px 20px}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}}.picker-slot-night{font-style:normal;opacity:.7}.dayview{display:flex;gap:4px;padding:4px;margin:0 16px 12px;border-radius:12px;background:#f3f4f6}.dayview-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 8px;border:none;border-radius:9px;background:transparent;color:#6b7280;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.dayview-btn--on{background:#fff;color:#1e1e2e;box-shadow:0 1px 2px #10182814}.dayview-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#d1fae5;color:#047857;font-size:.6875rem;font-weight:700}.dayview-btn--on .dayview-count{background:#ecfdf5}@media(max-width:500px){.dayview{margin:0 12px 10px}.dayview-btn{font-size:.8125rem;padding:9px 4px}}.picker-grid--day{grid-template-columns:1fr}.picker-slot--day{min-height:72px;gap:4px}.picker-slot--day .picker-slot-start{font-size:1rem}.picker-slot--day .picker-slot-end{font-size:.8125rem}@font-face{font-family:Inter;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/inter-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*: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}
