@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Great+Vibes&display=swap";._appRoot_1t1e6_4{min-height:100%}*{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:"Montserrat", system-ui, -apple-system, sans-serif;--font-script:"Great Vibes", "Julietta Messie", cursive;--color-primary:#f0518f;--color-primary-dark:#d63372;--color-primary-light:#ffebf3;--color-primary-bg:#fff5f9;--color-accent:#3c2f73;--color-accent-dark:#271b57;--color-accent-light:#eae6f7;--color-secondary:#c97df0;--color-secondary-dark:#af4be3;--color-secondary-light:#f7ebff;--color-success:#10b981;--color-success-dark:#059669;--color-success-light:#d1fae5;--color-text-primary:#323131;--color-text-secondary:#504e59;--color-text-muted:#7a7785;--color-text-placeholder:#a6a3b5;--color-border:#ebdff5;--color-border-light:#f6eefd;--color-input-bg:#fff5f9;--color-surface:#fefeff;--color-bg:#fefeff;--color-bg-translucent:#fefeffe6;--color-feature-label:#323131;--color-card-hover-bg:#ffebf3;--color-nav-arrow-border:#f0518f26;--color-input-focus-shadow:#f0518f38;--color-success-text:#d63372;--color-muted-text:#7a7785;--scrollbar-size:6px;--scrollbar-thumb:#f0518f61;--scrollbar-thumb-hover:#f0518f94;--scrollbar-track:transparent}html.dark{--color-primary:#c97df0;--color-primary-dark:#f7ebff;--color-primary-light:#c97df02e;--color-primary-bg:#c97df01a;--color-accent:#f0518f;--color-accent-dark:#ffebf3;--color-accent-light:#f0518f2e;--color-text-primary:#fefeff;--color-text-secondary:#dfdce8;--color-text-muted:#a6a3b5;--color-text-placeholder:#82809c;--color-border:#443c66;--color-border-light:#322b52;--color-input-bg:#322b52;--color-surface:#201a3b;--color-bg:#130f2b;--color-bg-translucent:#130f2be0;--color-feature-label:#a6a3b5;--color-card-hover-bg:#322b52;--color-nav-arrow-border:#ffffff2e;--color-input-focus-shadow:#f0518f38;--color-success-text:#c97df0;--color-muted-text:#a6a3b5}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text-secondary);line-height:1.5}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.customScrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.customScrollbar::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}.customScrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track)}.customScrollbar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.customScrollbar::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._header_1qkex_1{z-index:50;background:var(--color-bg-translucent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light);position:sticky;top:0}._container_1qkex_10{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 24px;display:flex}._logo_1qkex_20{align-items:center;gap:8px;text-decoration:none;display:flex}._logoIcon_1qkex_27{background:var(--color-primary);border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._logoText_1qkex_37{color:var(--color-accent);font-size:24px;font-family:var(--font-script);font-weight:500;display:inline-block}._nav_1qkex_45{align-items:center;gap:32px;display:flex}._navLink_1qkex_51{color:var(--color-text-secondary);font-size:16px;text-decoration:none;transition:color .2s}._navLink_1qkex_51:hover{color:var(--color-text-primary)}._ctaButton_1qkex_62{background:var(--color-primary);color:#fff;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}._ctaButton_1qkex_62:hover{background:var(--color-primary-dark)}@media (width<=768px){._nav_1qkex_45{display:none}}._hero_cvsuk_1{background:linear-gradient(180deg, var(--color-primary-bg) 0%, var(--color-bg) 100%);overflow:hidden}._container_cvsuk_6{max-width:1280px;margin:0 auto;padding:64px 24px}._grid_cvsuk_12{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}._content_cvsuk_19{flex-direction:column;gap:24px;display:flex}._badge_cvsuk_25{background:var(--color-success-light);color:var(--color-success-dark);border-radius:9999px;align-items:center;gap:8px;width:fit-content;padding:4px 12px;font-size:14px;display:inline-flex}._badgeDot_cvsuk_37{background:var(--color-success);border-radius:50%;width:8px;height:8px}._title_cvsuk_44{color:var(--color-text-primary);font-size:56px;font-weight:700;line-height:1.1}._titleAccent_cvsuk_51{color:var(--color-primary)}._description_cvsuk_55{color:var(--color-text-secondary);max-width:576px;font-size:18px;line-height:1.6}._buttonGroup_cvsuk_62{flex-wrap:wrap;gap:12px;display:flex}._primaryButton_cvsuk_68{background:var(--color-primary);color:#fff;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}._primaryButton_cvsuk_68:hover{background:var(--color-primary-dark)}._secondaryButton_cvsuk_82{background:var(--color-bg);color:var(--color-primary-dark);border:1px solid var(--color-border);border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}._secondaryButton_cvsuk_82:hover{background:var(--color-primary-bg)}._features_cvsuk_97{gap:32px;padding-top:16px;display:flex}._feature_cvsuk_97{flex-direction:column;gap:8px;display:flex}._featureIcon_cvsuk_109{background:var(--color-bg);width:40px;height:40px;box-shadow:0 1px 2px -1px #0000001a, 0 1px 3px #0000001a, 0 0 0 1px var(--color-border-light);border-radius:10px;justify-content:center;align-items:center;display:flex}._featureLabel_cvsuk_120{color:var(--color-feature-label);max-width:136px;font-size:13px;line-height:1.5}._imageWrapper_cvsuk_127{position:relative}._imageCard_cvsuk_131{background:var(--color-bg);box-shadow:0 8px 10px -6px #0000001a, 0 20px 25px -5px #0000001a, 0 0 0 1px var(--color-border-light);border-radius:32px;padding:12px}._image_cvsuk_127{object-fit:cover;border-radius:24px;width:100%;height:520px}@media (width<=1024px){._grid_cvsuk_12{grid-template-columns:1fr}._title_cvsuk_44{font-size:36px}._image_cvsuk_127{height:400px}}._carousel_1o5i7_1{width:100%;height:100%;position:relative}._slide_1o5i7_7{animation:.35s _heroFadeIn_1o5i7_1}@keyframes _heroFadeIn_1o5i7_1{0%{opacity:.4}to{opacity:1}}._navBtn_1o5i7_16{color:#374151;cursor:pointer;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0f172a1f}._navBtn_1o5i7_16:hover{color:var(--color-primary);background:#fff}._navPrev_1o5i7_39{left:12px}._navNext_1o5i7_43{right:12px}._dots_1o5i7_47{gap:6px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}._dot_1o5i7_47{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .15s,transform .15s}._dot_1o5i7_47:hover{background:#ffffffd9}._dotActive_1o5i7_71{background:#fff;transform:scale(1.15)}._section_14l39_1{background:var(--color-bg);padding:80px 0}._container_14l39_6{max-width:1280px;margin:0 auto;padding:0 24px}._header_14l39_12{text-align:center;margin-bottom:56px}._badge_14l39_17{background:var(--color-primary-light);color:var(--color-primary-dark);border-radius:8px;margin-bottom:12px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}._title_14l39_28{color:var(--color-text-primary);margin-bottom:12px;font-size:36px;font-weight:700;line-height:1.2}._subtitle_14l39_36{color:var(--color-text-secondary);font-size:16px;line-height:1.5}._grid_14l39_42{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._card_14l39_48{background:var(--color-bg);border:1px solid var(--color-border);border-radius:24px;padding:32px;transition:box-shadow .2s}._card_14l39_48:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._iconWrapper_14l39_60{background:var(--color-primary-bg);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}._cardTitle_14l39_71{color:var(--color-text-primary);margin-bottom:8px;font-size:20px;font-weight:600;position:relative}._cardDesc_14l39_79{color:var(--color-text-secondary);margin-bottom:24px;font-size:16px;line-height:1.5;position:relative}._cardFooter_14l39_87{border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding-top:16px;display:flex}._price_14l39_95{color:var(--color-primary);font-size:20px;font-weight:600}._moreInfo_14l39_101{color:var(--color-text-secondary);align-items:center;gap:4px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}._moreInfo_14l39_101:hover{color:var(--color-text-primary)}@media (width<=1024px){._grid_14l39_42{grid-template-columns:1fr}}@media (width>=769px) and (width<=1024px){._grid_14l39_42{grid-template-columns:repeat(2,1fr)}}._section_lcvsl_1{background:linear-gradient(180deg, var(--color-bg) 0%, var(--color-primary-bg) 100%);padding:80px 0}._container_lcvsl_6{max-width:1200px;margin:0 auto;padding:0 24px}._header_lcvsl_12{text-align:center;margin-bottom:48px}._badge_lcvsl_17{background:var(--color-primary-light);color:var(--color-primary);letter-spacing:1px;text-transform:uppercase;border-radius:9999px;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:500;display:inline-block}._title_lcvsl_30{color:#1f2937;margin-bottom:12px;font-size:32px;font-weight:600}._subtitle_lcvsl_37{color:#6b7280;max-width:560px;margin:0 auto;font-size:16px;line-height:1.6}._loading_lcvsl_45,._empty_lcvsl_46{text-align:center;color:#9ca3af;padding:60px 0;font-size:16px}._carouselWrapper_lcvsl_54{align-items:center;gap:12px;display:flex;position:relative}._carousel_lcvsl_54{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:20px;padding:8px 4px;display:flex;overflow-x:auto}._carousel_lcvsl_54::-webkit-scrollbar{display:none}._carouselArrow_lcvsl_76{color:#374151;cursor:pointer;z-index:2;background:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000f}._carouselArrow_lcvsl_76:hover{background:var(--color-primary-bg);color:var(--color-primary);box-shadow:0 4px 12px #0000001a}._carouselCard_lcvsl_99{scroll-snap-align:start;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;flex:0 0 300px;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}._carouselCard_lcvsl_99:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}._carouselCover_lcvsl_117{background:var(--color-primary-light);width:100%;height:180px;overflow:hidden}._carouselCover_lcvsl_117 img{object-fit:cover;width:100%;height:100%}._coverPlaceholder_lcvsl_130{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-tertiary) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}._coverPlaceholderText_lcvsl_139{color:#ffffff4d;text-transform:uppercase;letter-spacing:4px;font-size:48px;font-weight:700}._carouselBody_lcvsl_147{flex-direction:column;flex:1;gap:10px;padding:18px;display:flex}._carouselTop_lcvsl_155{justify-content:space-between;align-items:center;gap:8px;display:flex}._category_lcvsl_162{background:var(--color-primary-light);color:var(--color-primary);border-radius:6px;align-self:flex-start;padding:3px 10px;font-size:11px;font-weight:500}._date_lcvsl_172{color:#9ca3af;align-items:center;gap:4px;font-size:12px;display:flex}._carouselTitle_lcvsl_180{color:#1f2937;margin:0;font-size:16px;font-weight:600;line-height:1.4}._carouselExcerpt_lcvsl_188{color:#6b7280;margin:0;font-size:13px;line-height:1.5}._carouselMeta_lcvsl_195{border-top:1px solid #f3f4f6;gap:12px;padding-top:10px;display:flex}._likeBtn_lcvsl_202,._commentBtn_lcvsl_203{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .2s;display:flex}._likeBtn_lcvsl_202:hover{color:#ef4444;background:#fef2f2}._commentBtn_lcvsl_203{cursor:default}._viewAll_lcvsl_227{justify-content:center;margin-top:40px;display:flex}._viewAllBtn_lcvsl_233{color:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}._viewAllBtn_lcvsl_233:hover{background:var(--color-primary);color:#fff;box-shadow:0 4px 12px #0056d233}._modalOverlay_lcvsl_255{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modal_lcvsl_255{background:#fff;border-radius:20px;width:100%;max-width:640px;max-height:80vh;padding:28px;position:relative;overflow-y:auto}._modalClose_lcvsl_278{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}._modalClose_lcvsl_278:hover{background:#e5e7eb}._modalTitle_lcvsl_299{color:#1f2937;margin-bottom:12px;padding-right:40px;font-size:20px;font-weight:600}._modalContent_lcvsl_307{color:#374151;border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:24px;font-size:15px;line-height:1.6}._commentsSection_lcvsl_316{flex-direction:column;gap:16px;display:flex}._commentsTitle_lcvsl_322{color:#1f2937;font-size:16px;font-weight:600}._commentsList_lcvsl_328{flex-direction:column;gap:16px;display:flex}._comment_lcvsl_203{align-items:flex-start;gap:12px;display:flex}._commentAvatar_lcvsl_340{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-tertiary) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:flex}._comment_lcvsl_203:nth-child(2) ._commentAvatar_lcvsl_340{background:linear-gradient(135deg,#10b981 0%,#047857 100%)}._commentBody_lcvsl_358{flex:1}._commentHeader_lcvsl_362{align-items:center;gap:8px;margin-bottom:4px;display:flex}._commentAuthor_lcvsl_369{color:#1f2937;font-size:14px;font-weight:600}._commentTime_lcvsl_375{color:#9ca3af;font-size:12px}._commentText_lcvsl_380{color:#4b5563;font-size:14px;line-height:1.5}._emptyComments_lcvsl_386{color:#9ca3af;flex-direction:column;align-items:center;gap:8px;padding:40px 24px;display:flex}._emptyComments_lcvsl_386 p{color:#6b7280;margin:0;font-size:15px;font-weight:500}._emptyComments_lcvsl_386 span{color:#9ca3af;font-size:13px}._commentForm_lcvsl_407{border-top:1px solid #e5e7eb;flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;display:flex}._commentInputRow_lcvsl_416{align-items:flex-start;gap:12px;display:flex}._userAvatar_lcvsl_422{background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._userAvatar_lcvsl_422 span{color:#9ca3af;font-size:14px}._commentMainInput_lcvsl_438{color:#1f2937;background:var(--color-primary-bg);resize:none;border:1px solid #e5e7eb;border-radius:12px;outline:none;flex:1;min-height:60px;padding:12px 16px;font-family:inherit;font-size:14px}._commentMainInput_lcvsl_438:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #3b82f61a}._commentMetaRow_lcvsl_458{gap:12px;padding-left:52px;display:flex}._commentMetaInput_lcvsl_464{color:#1f2937;background:var(--color-primary-bg);border:1px solid #e5e7eb;border-radius:8px;outline:none;flex:1;height:40px;padding:0 16px;font-family:inherit;font-size:14px}._commentMetaInput_lcvsl_464:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #3b82f61a}._commentSubmitRow_lcvsl_483{justify-content:flex-end;padding-left:52px;display:flex}._commentSubmitBtn_lcvsl_489{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 32px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}._commentSubmitBtn_lcvsl_489:hover{background:var(--color-primary-dark)}@media (width<=768px){._carouselCard_lcvsl_99{flex:0 0 260px}._carouselArrow_lcvsl_76{display:none}._viewAllBtn_lcvsl_233{justify-content:center;width:100%}}@media (width<=480px){._carouselCard_lcvsl_99{flex:0 0 240px}}._root_ewt03_1{width:100%;min-width:0;position:relative}._rootDisabled_ewt03_7{opacity:.55;pointer-events:none}._rootUnderline_ewt03_13{background:#ffffffb8;border-radius:8px 8px 0 0;min-height:42px;transition:background .2s}._rootUnderline_ewt03_13:before{content:"";pointer-events:none;background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._rootUnderline_ewt03_13:after{content:"";background:var(--color-primary);transform-origin:50%;pointer-events:none;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._rootUnderline_ewt03_13._rootOpen_ewt03_45,._rootUnderline_ewt03_13:focus-within{background:#fffffff2}._rootUnderline_ewt03_13._rootOpen_ewt03_45:after,._rootUnderline_ewt03_13:focus-within:after{transform:scaleX(1)}._rootBoxed_ewt03_56{border:1px solid var(--color-border);background:#fff;border-radius:12px;transition:border-color .2s,box-shadow .2s}._rootBoxed_ewt03_56._rootOpen_ewt03_45,._rootBoxed_ewt03_56:focus-within{box-shadow:0 0 0 3px var(--color-input-focus-shadow);border-color:#f0518f73}._trigger_ewt03_69{width:100%;color:var(--color-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px 11px;font-family:inherit;font-size:.9375rem;font-weight:500;display:flex}._rootBoxed_ewt03_56 ._trigger_ewt03_69{padding:11px 14px}._trigger_ewt03_69:focus{outline:none}._triggerValue_ewt03_94{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}._rootPrefixFit_ewt03_102 ._triggerValue_ewt03_94{text-overflow:unset;flex:none;overflow:visible}._rootPrefixFit_ewt03_102 ._trigger_ewt03_69{gap:6px}._rootBoxed_ewt03_56._rootPrefixFit_ewt03_102 ._trigger_ewt03_69{padding-inline:10px}._triggerPlaceholder_ewt03_116{min-width:0;color:var(--color-text-placeholder);flex:1;font-weight:400}._chevron_ewt03_123{color:var(--color-text-muted);flex-shrink:0;transition:transform .2s,color .2s}._rootOpen_ewt03_45 ._chevron_ewt03_123,._root_ewt03_1:focus-within ._chevron_ewt03_123{color:var(--color-primary)}._rootOpen_ewt03_45{z-index:2}._chevronOpen_ewt03_138{transform:rotate(180deg)}._list_ewt03_142{z-index:1000;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);background:#fff;border:1px solid #3c2f731f;border-radius:12px;max-height:240px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 28px #3c2f731f,0 2px 8px #f0518f14}._listCompact_ewt03_163{max-height:126px}._list_ewt03_142::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}._list_ewt03_142::-webkit-scrollbar-track{background:var(--scrollbar-track)}._list_ewt03_142::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._list_ewt03_142::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._option_ewt03_185{width:100%;color:var(--color-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:background .15s,color .15s;display:flex}._option_ewt03_185:hover,._optionHighlighted_ewt03_205{background:var(--color-primary-bg);color:var(--color-accent)}._optionSelected_ewt03_210{background:var(--color-primary-light);color:var(--color-primary-dark);font-weight:600}._optionSelected_ewt03_210:hover,._optionSelected_ewt03_210._optionHighlighted_ewt03_205{background:var(--color-primary-light);color:var(--color-primary-dark)}._optionLabel_ewt03_222{flex:1;min-width:0}._option_ewt03_185 svg{color:var(--color-primary);flex-shrink:0}._nativeRequired_ewt03_232{opacity:0;pointer-events:none;width:0;height:0;position:absolute}._row_1p1t7_1{align-items:stretch;gap:8px;width:100%;min-width:0;display:flex}._typeWrap_1p1t7_9{flex:0 0 4.5rem;width:4.5rem;min-width:4.5rem}._typeSelect_1p1t7_16{width:100%;min-width:0}._numberInput_1p1t7_21{flex:1;min-width:0}._inputUnderline_1p1t7_26{width:100%;color:var(--color-text-primary);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:.9375rem;font-weight:500}._inputUnderline_1p1t7_26::placeholder{color:var(--color-text-placeholder);font-weight:400}._inputUnderline_1p1t7_26:read-only{color:var(--color-text-muted);cursor:default}._inputBoxed_1p1t7_48{border:1px solid var(--color-border);width:100%;color:var(--color-text-primary);background:#fff;border-radius:12px;outline:none;padding:11px 14px;font-family:inherit;font-size:.9375rem;font-weight:500}._inputBoxed_1p1t7_48:focus{box-shadow:0 0 0 3px var(--color-input-focus-shadow);border-color:#f0518f73}._inputBoxed_1p1t7_48::placeholder{color:var(--color-text-placeholder)}._inputDashboard_1p1t7_70{min-width:0;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.9375rem;font-weight:500}._inputDashboard_1p1t7_70::placeholder{color:var(--color-text-placeholder)}._row_bwx6q_1{align-items:stretch;gap:8px;width:100%;min-width:0;display:flex}._prefixWrap_bwx6q_9{flex:0 0 7.25rem;width:7.25rem;min-width:7.25rem}._prefixSelect_bwx6q_16{width:100%;min-width:0}._numberInput_bwx6q_21{flex:1;min-width:0}._inputUnderline_bwx6q_26{width:100%;color:var(--color-text-primary);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:.9375rem;font-weight:500}._inputUnderline_bwx6q_26::placeholder{color:var(--color-text-placeholder);font-weight:400}._inputUnderline_bwx6q_26:read-only{color:var(--color-text-muted);cursor:default}._inputBoxed_bwx6q_48{border:1px solid var(--color-border);width:100%;color:var(--color-text-primary);background:#fff;border-radius:12px;outline:none;padding:11px 14px;font-family:inherit;font-size:.9375rem;font-weight:500}._inputBoxed_bwx6q_48:focus{box-shadow:0 0 0 3px var(--color-input-focus-shadow);border-color:#f0518f73}._inputBoxed_bwx6q_48::placeholder{color:var(--color-text-placeholder)}._inputDashboard_bwx6q_70{min-width:0;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.9375rem;font-weight:500}._inputDashboard_bwx6q_70::placeholder{color:var(--color-text-placeholder)}._overlay_fn2a8_1{z-index:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271b5773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_fn2a8_13{background:#fff;border-radius:20px;flex-direction:column;width:min(100%,480px);max-height:min(85vh,640px);padding:28px 24px 24px;display:flex;position:relative;box-shadow:0 24px 64px #3c2f7340}._closeBtn_fn2a8_25{background:var(--color-primary-light);width:34px;height:34px;color:var(--color-accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}._iconWrap_fn2a8_41{color:#b45309;background:#f59e0b1f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 14px;display:inline-flex}._title_fn2a8_53{color:var(--color-accent);text-align:center;margin:0 0 8px;font-size:1.2rem;font-weight:800}._description_fn2a8_61{color:var(--color-text-muted);text-align:center;margin:0 0 14px;font-size:.9rem;line-height:1.5}._issuesList_fn2a8_69{flex:1;min-height:0;margin:0 0 20px;padding:0;list-style:none;overflow-y:auto}._issueItem_fn2a8_78{color:var(--color-text);background:#7c3aed0f;border-radius:10px;padding:10px 12px 10px 28px;font-size:.875rem;line-height:1.45;position:relative}._issueItem_fn2a8_78+._issueItem_fn2a8_78{margin-top:8px}._issueItem_fn2a8_78:before{content:"";background:var(--color-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:1.1em;left:12px;transform:translateY(-50%)}._actionBtn_fn2a8_104{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;padding:12px 18px;font-size:.875rem;font-weight:700}._actionBtn_fn2a8_104:hover{filter:brightness(1.05)}._section_1lhlt_1{background:var(--color-bg);padding:80px 0}._container_1lhlt_6{max-width:1280px;margin:0 auto;padding:0 24px}._header_1lhlt_12{text-align:center;margin-bottom:56px}._title_1lhlt_17{color:var(--color-text-primary);margin-bottom:12px;font-size:36px;font-weight:700;line-height:1.2}._subtitle_1lhlt_25{color:var(--color-text-secondary);font-size:16px;line-height:1.5}._bookingCard_1lhlt_31{box-shadow:none;background:0 0;border:none;border-radius:0;overflow:visible}._formSide_1lhlt_39{width:100%;max-width:560px;margin:0 auto;padding:32px}._form_1lhlt_39{flex-direction:column;gap:16px;display:flex}._formGroup_1lhlt_52{flex-direction:column;gap:6px;display:flex}._formLabel_1lhlt_58{color:var(--color-text-primary);font-size:14px;font-weight:500}._formLabelRequired_1lhlt_64{color:var(--color-primary);font-weight:700}._srOnly_1lhlt_69{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._formInput_1lhlt_81{height:46px;color:var(--color-text-primary);background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:4px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}._formInput_1lhlt_81:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-input-focus-shadow)}._formInput_1lhlt_81:disabled{color:var(--color-text-secondary);cursor:not-allowed;background:#f3f4f6}._formInputError_1lhlt_104{border-color:#ef4444}._formInputError_1lhlt_104:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}._fieldError_1lhlt_113{color:#dc2626;margin:0;font-size:13px}._fieldHint_1lhlt_119{color:var(--color-text-secondary);margin:0;font-size:13px;line-height:1.45}._formError_1lhlt_126{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0;padding:12px 14px;font-size:14px;line-height:1.45}._pendingBanner_1lhlt_137{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.45}._phoneRow_1lhlt_147{align-items:stretch;gap:10px;display:flex}._phonePrefixSelect_1lhlt_153{flex:0 0 96px;min-width:0}._idCardTypeSelect_1lhlt_158{flex:0 0 72px;min-width:0}._phoneNumberInput_1lhlt_163{flex:1;min-width:0}._formInput_1lhlt_81::placeholder{color:var(--color-text-placeholder)}._submitButton_1lhlt_172{background:var(--color-primary);color:#fff;border-radius:10px;width:100%;margin-top:8px;padding:12px;font-size:15px;font-weight:600;transition:background .2s}._formActions_1lhlt_184{align-items:stretch;gap:10px;margin-top:8px;display:flex}._formActionsSingle_1lhlt_191{margin-top:0}._formActions_1lhlt_184 ._submitButton_1lhlt_172{flex:1;width:auto;margin-top:0}._cancelButton_1lhlt_201{min-width:120px;color:var(--color-text-secondary);background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:none;padding:12px 16px;font-size:15px;font-weight:600;transition:background .2s,border-color .2s,color .2s}._cancelButton_1lhlt_201:hover:not(:disabled){color:var(--color-text-primary);background:#f9fafb;border-color:#cbd5e1}._cancelButton_1lhlt_201:disabled{opacity:.7;cursor:not-allowed}._submitButton_1lhlt_172:hover{background:var(--color-primary-dark)}._submitButton_1lhlt_172:disabled{opacity:.7;cursor:not-allowed}._successMessage_1lhlt_234{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px;display:flex}._successMessage_1lhlt_234 p:first-child{color:var(--color-success-text);font-size:16px;font-weight:600}._successMessage_1lhlt_234 p:last-of-type{color:var(--color-muted-text);font-size:14px}._footer_1y1wy_1{background:var(--color-bg-translucent);border-top:1px solid var(--color-border-light)}._container_1y1wy_6{max-width:1280px;margin:0 auto;padding:64px 24px}._grid_1y1wy_12{grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:48px;display:grid}._brand_1y1wy_19{flex-direction:column;gap:16px;display:flex}._logo_1y1wy_25{align-items:center;gap:8px;display:flex}._logoIcon_1y1wy_31{background:var(--color-primary);border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._logoText_1y1wy_41{color:var(--color-accent);font-size:24px;font-family:var(--font-script);font-weight:500;display:inline-block}._brandDesc_1y1wy_49{color:var(--color-text-secondary);font-size:16px;line-height:1.5}._socials_1y1wy_55{gap:12px;display:flex}._socialLink_1y1wy_60{background:var(--color-bg);border:1px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s;display:flex}._socialLink_1y1wy_60:hover{border-color:var(--color-primary)}._column_1y1wy_76 h4{color:var(--color-text-primary);margin-bottom:16px;font-size:16px;font-weight:500}._column_1y1wy_76 ul{flex-direction:column;gap:12px;list-style:none;display:flex}._column_1y1wy_76 li{color:var(--color-text-secondary);align-items:flex-start;gap:12px;font-size:16px;display:flex}._column_1y1wy_76 a{color:var(--color-text-secondary);font-size:16px;text-decoration:none;transition:color .2s}._column_1y1wy_76 a:hover{color:var(--color-text-primary)}._icon_1y1wy_109{color:var(--color-primary);flex-shrink:0;margin-top:2px}._bottom_1y1wy_115{border-top:1px solid var(--color-border-light);text-align:center;padding-top:24px}._bottom_1y1wy_115 p{color:var(--color-text-muted);font-size:16px}@media (width<=1024px){._grid_1y1wy_12{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){._grid_1y1wy_12{grid-template-columns:1fr}}._overlay_6mkqw_1{z-index:9999;cursor:pointer;pointer-events:auto;background:#0a0a0a;justify-content:center;align-items:center;padding:24px;transition:background-color .55s cubic-bezier(.4,0,.2,1),opacity .45s,visibility .45s;display:flex;position:fixed;inset:0}._enter_6mkqw_18{opacity:1;visibility:visible}._reveal_6mkqw_23,._hold_6mkqw_24{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fefeffeb}._exit_6mkqw_29{opacity:0;visibility:hidden;pointer-events:none;background:#fefeff00}._logoWrap_6mkqw_36{transform-origin:50%;justify-content:center;align-items:center;width:min(92vw,620px);display:flex}._logo_6mkqw_36{object-fit:contain;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 18px 42px #3c2f7324);width:100%;height:auto}._enter_6mkqw_18 ._logoWrap_6mkqw_36{animation:.55s cubic-bezier(.34,1.2,.64,1) both _logoEnter_6mkqw_1}._reveal_6mkqw_23 ._logoWrap_6mkqw_36,._hold_6mkqw_24 ._logoWrap_6mkqw_36{opacity:1;animation:none;transform:scale(1)}._exit_6mkqw_29 ._logoWrap_6mkqw_36{animation:.4s cubic-bezier(.4,0,.2,1) forwards _logoExit_6mkqw_1}@keyframes _logoEnter_6mkqw_1{0%{opacity:0;transform:scale(.82)translateY(18px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes _logoExit_6mkqw_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.06)translateY(-10px)}}@media (width<=640px){._logoWrap_6mkqw_36{width:min(94vw,420px)}}._publicSite_1pn2u_2{--color-primary:#c388f1;--color-primary-dark:#a86bd9;--color-primary-light:#ede0f9;--color-primary-bg:#f9f4fe;--color-bg:#fefeff;--color-surface:#fefeff;--color-bg-translucent:#fefeffe6;--color-input-bg:#f9f4fe;--color-card-hover-bg:#ede0f9;--color-tertiary:#e67343;--color-tertiary-dark:#cc5f35;--color-tertiary-light:#fceadf;--color-accent:#362c5d;--color-accent-dark:#2a2249;--color-accent-light:#e8e4f0;--color-secondary:#c388f1;--color-secondary-dark:#a86bd9;--color-secondary-light:#ede0f9;--color-text-primary:#323131;--color-text-secondary:#504e59;--color-text-muted:#7a7785;--color-text-placeholder:#a6a3b5;--color-border:#e8d9f5;--color-border-light:#f3ebfa;--color-feature-label:#323131;--color-nav-arrow-border:#c388f126;--color-input-focus-shadow:#c388f138;--color-success-text:#a86bd9;--color-muted-text:#7a7785;--scrollbar-thumb:#c388f161;--scrollbar-thumb-hover:#c388f194;background-color:var(--color-bg);min-height:100vh;color:var(--color-text-secondary)}._publicSiteEmbedded_1pn2u_48{width:100%;min-height:0}._page_1ipvk_1{background:var(--color-primary-bg);min-height:100vh;font-family:var(--font-sans);display:flex}._shell_1ipvk_8{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:relative;overflow:hidden}._panel_1ipvk_18{z-index:1;width:100%;max-width:440px;padding:36px 36px 32px}._head_1ipvk_25{text-align:center;flex-direction:column;align-items:center;margin-bottom:32px;display:flex}._logoMark_1ipvk_33{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex;box-shadow:0 8px 24px #f0518f52}._eyebrow_1ipvk_46{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px;font-size:10px;font-weight:800;display:block}._title_1ipvk_56{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 8px;font-size:1.75rem;font-weight:800;line-height:1.15}._lead_1ipvk_65{max-width:32ch;color:var(--color-text-muted);margin:0;font-size:.9375rem;font-weight:500;line-height:1.5}._form_1ipvk_74{flex-direction:column;gap:22px;display:flex}._field_1ipvk_80{flex-direction:column;gap:8px;display:flex}._fieldHead_1ipvk_86{align-items:center;gap:8px;display:flex}._fieldHead_1ipvk_86 svg{color:var(--color-primary);flex-shrink:0}._fieldLabel_1ipvk_97{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:11px;font-weight:800}._fieldBody_1ipvk_105{min-height:42px}._inputLine_1ipvk_109{background:#ffffffb8;border-radius:8px 8px 0 0;align-items:center;min-height:42px;transition:background .2s;display:flex;position:relative}._inputLine_1ipvk_109:before{content:"";pointer-events:none;background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._inputLine_1ipvk_109:after{content:"";background:var(--color-primary);transform-origin:50%;pointer-events:none;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._inputLine_1ipvk_109:focus-within{background:#fffffff2}._inputLine_1ipvk_109:focus-within:after{transform:scaleX(1)}._inputLinePassword_1ipvk_152{padding-right:40px}._input_1ipvk_109{width:100%;color:var(--color-text-primary);background:0 0;border:none;border-radius:0;outline:none;padding:10px 12px 11px;font-family:inherit;font-size:.9375rem;font-weight:500}._input_1ipvk_109::placeholder{color:var(--color-text-placeholder);font-weight:400}._passwordToggle_1ipvk_174{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}._passwordToggle_1ipvk_174:hover{color:var(--color-primary);background:var(--color-primary-light)}._rememberRow_1ipvk_197{cursor:pointer;-webkit-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-top:-6px;display:flex}._rememberCheck_1ipvk_207{appearance:none;cursor:pointer;background:#ffffffd9;border:1.5px solid #3c2f7347;border-radius:5px;flex-shrink:0;width:18px;height:18px;margin:0;transition:border-color .15s,background .15s,box-shadow .15s;position:relative}._rememberCheck_1ipvk_207:hover{border-color:var(--color-primary)}._rememberCheck_1ipvk_207:checked{border-color:var(--color-primary);background:var(--color-primary);box-shadow:0 0 0 3px #f0518f29}._rememberCheck_1ipvk_207:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}._rememberCheck_1ipvk_207:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}._rememberText_1ipvk_248{color:var(--color-accent);font-size:.875rem;font-weight:700}._rememberHint_1ipvk_254{color:var(--color-text-muted);font-size:.75rem;font-weight:500}._submitBtn_1ipvk_260{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:13px 22px;font-family:inherit;font-size:15px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 6px 20px #f0518f59}._submitBtn_1ipvk_260:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._submitBtn_1ipvk_260:disabled{opacity:.65;cursor:not-allowed}._errorText_1ipvk_290{color:#dc2626;text-align:center;background:#fef2f2;border-radius:10px;margin:0;padding:10px 14px;font-size:13px;font-weight:600}._captchaWrap_1ipvk_301{justify-content:center;min-height:65px;display:flex}._sessionCheck_1ipvk_307{color:var(--color-text-muted);margin:0;font-size:15px;font-weight:500}._blurOrb_1ipvk_314{opacity:.14;background:radial-gradient(circle, var(--color-primary) 0%, transparent 70%);filter:blur(60px);pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-40px;right:-40px}@media (width<=480px){._panel_1ipvk_18{padding:28px 20px 24px}._title_1ipvk_56{font-size:1.5rem}}._timelineWrap_uzbog_1{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);flex-direction:column;align-items:center;width:100%;padding:8px 4px 32px;display:flex;position:relative;overflow:auto visible;container-type:inline-size}._weekNav_uzbog_15{flex-direction:column;align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:0 4px;display:flex}._weekNavRow_uzbog_25{grid-template-columns:32px 280px 32px;justify-content:center;align-items:center;column-gap:12px;display:grid}._weekNavBtn_uzbog_33{width:32px;height:32px;color:var(--color-primary-dark);cursor:pointer;background:#fff;border:1px solid #f0518f33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s,opacity .15s;display:flex}._weekNavBtn_uzbog_33:hover:not(:disabled){background:var(--color-primary-bg);border-color:#f0518f66}._weekNavBtn_uzbog_33:disabled{opacity:.35;cursor:default}._weekNavLabel_uzbog_58{color:#6b7280;text-align:center;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;width:280px;font-size:13px;font-weight:700;overflow:hidden}._weekNavToday_uzbog_70{background:var(--color-primary-bg);color:var(--color-primary-dark);cursor:pointer;border:1px solid #f0518f40;border-radius:999px;flex-shrink:0;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,border-color .15s}._weekNavToday_uzbog_70:hover{background:#fff;border-color:#f0518f73}._offWindowHint_uzbog_89{color:var(--color-primary-dark);text-align:center;background:#fff8fb;border:1px solid #f0518f38;border-radius:10px;width:100%;max-width:100%;margin:0;padding:8px 12px;font-size:12px;font-weight:600;line-height:1.4}._quickAccess_uzbog_104{flex-direction:column;align-items:stretch;gap:8px;width:100%;max-width:100%;padding:0 4px;display:flex}._quickAccessLabel_uzbog_114{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;text-align:center;font-size:10px;font-weight:800}._quickAccessTrack_uzbog_123{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:8px;width:100%;max-width:100%;padding:2px 0 6px;display:flex;overflow:auto hidden}._quickAccessTrack_uzbog_123::-webkit-scrollbar{height:6px}._quickAccessTrack_uzbog_123::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._quickAccessChip_uzbog_147{cursor:pointer;background:#fff;border:1px solid #f0518f38;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:6px 12px;font-family:inherit;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}._quickAccessChip_uzbog_147:hover{background:var(--color-primary-bg);border-color:#f0518f66;box-shadow:0 4px 12px #f0518f1f}._quickAccessChipDisabled_uzbog_167{opacity:.55;cursor:not-allowed;background:#f9fafb;border-color:#e5e7eb}._quickAccessChipDisabled_uzbog_167:hover{box-shadow:none;background:#f9fafb;border-color:#e5e7eb}._quickAccessChipActive_uzbog_180{border-color:var(--color-primary);background:linear-gradient(#fff 0%,#fff8fb 100%);box-shadow:0 4px 14px #f0518f2e}._quickAccessChipLabel_uzbog_186{color:var(--color-text-primary);text-transform:capitalize;white-space:nowrap;font-size:12px;font-weight:700}._quickAccessChipCount_uzbog_194{background:var(--color-primary-light);min-width:20px;height:20px;color:var(--color-primary-dark);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}._quickAccessChipActive_uzbog_180 ._quickAccessChipCount_uzbog_194{background:var(--color-primary);color:#fff}._quickAccessChipReference_uzbog_214{border-color:#f0518f80}._quickAccessChipTag_uzbog_218{letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary-dark);background:var(--color-primary-light);border-radius:999px;padding:2px 6px;font-size:9px;font-weight:800}._timelineInner_uzbog_229{width:100%;min-width:0;margin:0 auto;position:relative}._timelineWrap_uzbog_1::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}._timelineWrap_uzbog_1::-webkit-scrollbar-track{background:var(--scrollbar-track)}._timelineWrap_uzbog_1::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._timelineWrap_uzbog_1::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._timelineTrack_uzbog_254{pointer-events:none;z-index:0;height:2px;position:absolute;top:calc(50% + 12px);left:0;right:0}._trackLine_uzbog_264{background:linear-gradient(90deg,#f0518f1a 0%,#f0518f66 50%,#c97df04d 100%);border-radius:999px;width:100%;height:100%;display:block}._timeline_uzbog_1{z-index:1;gap:12px;width:100%;min-width:0;padding:6px 4px 10px;display:flex;position:relative}._card_uzbog_287{--card-accent:var(--color-primary);cursor:pointer;min-width:0;max-width:168px;font-family:var(--font-sans);text-align:center;animation:.45s backwards _cardIn_uzbog_1;animation-delay:calc(var(--i) * 60ms);background:#fff;border:1px solid #f0518f29;border-radius:24px;flex-direction:column;flex:1 1 0;align-items:center;gap:11px;padding:24px 14px 28px;transition:transform .22s cubic-bezier(.34,1.4,.64,1),box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden}._card_uzbog_287:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffb6d459 0%,#0000 72%);border-radius:50%;width:72px;height:72px;transition:opacity .2s;position:absolute;top:-28px;right:-28px}._card_uzbog_287:hover:not(:disabled):before{opacity:1.2}@keyframes _cardIn_uzbog_1{0%{opacity:0;transform:translateY(14px)scale(.94)}}._card_uzbog_287:hover:not(:disabled){border-color:#f0518f59;transform:translateY(-5px);box-shadow:0 14px 32px #f0518f24}._cardSelected_uzbog_343{border-color:var(--card-accent);background:linear-gradient(#fff 0%,#fff8fb 100%);transform:translateY(-6px);box-shadow:0 18px 40px #f0518f33}._cardToday_uzbog_350:not(._cardSelected_uzbog_343){border-color:#f0518f66}._cardClosed_uzbog_354{opacity:.7;cursor:not-allowed;background:#f9fafb;border-color:#e8eaed}._cardClosed_uzbog_354:before{display:none}._cardClosed_uzbog_354 ._cardWeekday_uzbog_365,._cardClosed_uzbog_354 ._cardDayNum_uzbog_366,._cardClosed_uzbog_354 ._cardMonth_uzbog_367{color:#b8b4c0}._card_uzbog_287:disabled{cursor:not-allowed}._todayBadge_uzbog_375{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:3px 7px;font-size:8px;font-weight:800;position:absolute;top:10px;right:10px}._cardWeekday_uzbog_365{letter-spacing:-.03em;color:var(--color-text-primary);text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:6px;font-size:18px;font-weight:800;line-height:1.15;overflow:hidden}._cardSelected_uzbog_343 ._cardWeekday_uzbog_365{color:var(--color-primary-dark)}._cardDateMeta_uzbog_407{align-items:baseline;gap:5px;line-height:1;display:inline-flex}._cardDayNum_uzbog_366{color:#8b8794;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}._cardDateSep_uzbog_421{color:#d1ced8;font-size:12px;font-weight:600}._cardMonth_uzbog_367{text-transform:uppercase;letter-spacing:.1em;color:#a8a5b3;font-size:11px;font-weight:700}._cardHours_uzbog_435{color:var(--color-primary-dark);font-variant-numeric:tabular-nums;letter-spacing:.01em;align-items:center;gap:5px;max-width:100%;margin-top:2px;font-size:12px;font-weight:700;display:inline-flex}._cardHours_uzbog_435 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._cardSelected_uzbog_343 ._cardHours_uzbog_435{color:var(--color-primary)}._cardClosed_uzbog_354 ._cardHours_uzbog_435{color:#b8b4c0}._hoursClosed_uzbog_462{color:#b8b4c0;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}._cardBookings_uzbog_470{color:#a8a5b3;letter-spacing:.02em;margin-top:-2px;font-size:10px;font-weight:700;line-height:1.3}._cardBookingsBusy_uzbog_479{color:var(--color-accent)}._cardSelected_uzbog_343 ._cardBookingsBusy_uzbog_479{color:var(--color-primary-dark)}._cardEditHint_uzbog_487{color:#c4b8d0;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700}._cardSelected_uzbog_343 ._cardEditHint_uzbog_487{color:var(--color-primary)}._cardDot_uzbog_499{background:#fff;border:2px solid #f0518f4d;border-radius:50%;width:9px;height:9px;transition:border-color .2s,background .2s,transform .2s;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}._cardSelected_uzbog_343 ._cardDot_uzbog_499{border-color:var(--color-primary);background:var(--color-primary);transform:translate(-50%)scale(1.1)}._cardClosed_uzbog_354 ._cardDot_uzbog_499{background:#f3f4f6;border-color:#d1d5db}._cardLocked_uzbog_523{background:linear-gradient(#fff 0%,#f8f7fc 100%);border-color:#3c2f7338}._cardLocked_uzbog_523:hover:not(:disabled){border-color:#3c2f7352;transform:translateY(-3px);box-shadow:0 10px 24px #3c2f731a}._lockBadge_uzbog_534{background:var(--color-accent-light);color:var(--color-accent);letter-spacing:.04em;border-radius:999px;align-items:center;gap:4px;padding:3px 7px;font-size:8px;font-weight:800;display:inline-flex;position:absolute;top:10px;right:10px}._cardRecurringLabel_uzbog_550{color:#a8a5b3;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700}._cardLockHint_uzbog_558{color:var(--color-accent);letter-spacing:.02em;margin-top:-2px;font-size:10px;font-weight:700;line-height:1.3}@container (width<=820px){._card_uzbog_287{border-radius:18px;gap:8px;padding:18px 8px 22px}._cardWeekday_uzbog_365{font-size:14px}._cardDayNum_uzbog_366{font-size:12px}._cardMonth_uzbog_367{font-size:9px}._cardHours_uzbog_435{font-size:10px}._cardRecurringLabel_uzbog_550,._cardEditHint_uzbog_487,._cardLockHint_uzbog_558,._cardBookings_uzbog_470{font-size:8px}}@container (width<=560px){._timeline_uzbog_1{gap:8px}._card_uzbog_287{border-radius:14px;padding:14px 6px 18px}._cardWeekday_uzbog_365{font-size:12px}._cardHours_uzbog_435{font-size:9px}._todayBadge_uzbog_375,._lockBadge_uzbog_534{padding:2px 5px;font-size:7px;top:6px;right:6px}}@media (width<=1100px){._card_uzbog_287{max-width:152px}}@media (width<=700px){._timeline_uzbog_1{gap:8px}._card_uzbog_287{gap:8px;max-width:none;padding:16px 8px 20px}._cardWeekday_uzbog_365{font-size:13px}._cardDayNum_uzbog_366{font-size:12px}}._picker_8dlpu_1{flex-direction:column;gap:18px;display:flex}._pickerLabel_8dlpu_7{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:12px;font-weight:700}._jornadaBox_8dlpu_16{background:linear-gradient(135deg, #fff 0%, var(--color-primary-light) 100%);text-align:center;border:1.5px solid #f0518f33;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:14px 16px;display:flex}._jornadaLabel_8dlpu_28{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}._jornadaValue_8dlpu_36{color:var(--color-primary-dark);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}._summary_8dlpu_43{text-align:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:4px;padding:12px 16px;display:flex}._summaryLabel_8dlpu_54{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}._summaryValue_8dlpu_62{color:var(--color-text-primary);text-transform:capitalize;font-size:14px;font-weight:600}._summaryBookings_8dlpu_69{color:var(--color-accent);font-size:12px;font-weight:600}:root{--bg:var(--odon-bg,#f3f6fb);--panel:var(--odon-panel,#fff);--card:var(--odon-card,#fff);--muted:var(--odon-muted,#5b6b7d);--text:var(--odon-text,#1e2a3a);--line:var(--odon-line,#d7e0ec);--accent:var(--odon-accent,#3b7bff);--accent2:var(--odon-accent2,#12b981)}.odontogram-root{--bg:var(--odon-bg,#f3f6fb);--panel:var(--odon-panel,#fff);--card:var(--odon-card,#fff);--muted:var(--odon-muted,#5b6b7d);--text:var(--odon-text,#1e2a3a);--line:var(--odon-line,#d7e0ec);--accent:var(--odon-accent,#3b7bff);--accent2:var(--odon-accent2,#12b981);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}.odontogram-root,.odontogram-root *{box-sizing:border-box}.dark .odontogram-root{--bg:var(--odon-bg,#0f172a);--panel:var(--odon-panel,#1e293b);--card:var(--odon-card,#1e293b);--muted:var(--odon-muted,#94a3b8);--text:var(--odon-text,#f1f5f9);--line:var(--odon-line,#334155)}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffd9;justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.dot{background:var(--accent2);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #12b9811f}.title{letter-spacing:.2px;font-weight:700}.subtitle{color:var(--muted);margin-top:2px;font-size:12px}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.topbar-group{align-items:center;gap:8px;display:flex}.segmented{gap:6px;display:flex}.btn{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#3b7bff1f;border-radius:12px;padding:8px 12px;font-weight:600}.btn-sm{padding:6px 10px;font-size:12px}.btn:hover{background:#3b7bff2e}.btn-ghost{background:#0000000a}.btn-ghost:hover{background:#00000014}.btn-danger{color:#b83a3a;background:#d945451f;border-color:#d9454566}.btn-danger:hover{background:#d9454533}.btn-toggle[aria-pressed=true]{background:#640feb33;border-color:#12b98180}.btn-toggle[aria-pressed=false]{background:#0000000a}.dropdown{position:relative}.dropdown-menu{border:1px solid var(--line);z-index:20;background:#fff;border-radius:12px;flex-direction:column;gap:4px;min-width:180px;margin-top:6px;padding:6px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 12px 24px #1e2a3a1f}.dropdown-item{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:left;background:#0000000a;border-radius:10px;padding:8px 10px;font-weight:600}.dropdown-item:hover{background:#00000014}.dropdown-item[aria-checked=true]{background:#3b7bff2e;border-color:#3b7bff73}select{appearance:none;border:1px solid var(--line);color:var(--text);cursor:pointer;background:#3b7bff1f;background-image:linear-gradient(45deg, transparent 50%, var(--text) 50%), linear-gradient(135deg, var(--text) 50%, transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;border-radius:12px;min-width:220px;padding:8px 34px 8px 12px;font-weight:600}select:focus{outline:none;box-shadow:0 0 0 3px #3b7bff2e}.layout{grid-template-columns:1fr 360px;gap:14px;padding:14px;display:grid}.chart{border:1px solid var(--line);background:#ffffffe6;border-radius:18px;overflow:hidden}.chart-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.chart-title{font-weight:700}.chart-hint{color:var(--muted);margin-top:4px;font-size:12px}.chart-actions{align-items:center;gap:8px;display:flex}.tooth-grid{grid-template-columns:repeat(16,minmax(36px,1fr));gap:4px;padding:10px;display:grid}.tooth-label-row{display:contents}.tooth-label-cell{text-align:center;color:#1e2a3acc;cursor:pointer;padding:2px 0 4px;font-size:11px;font-weight:600}.tooth-label-cell:hover{color:#1e2a3a}.tooth-tile{border:1px solid var(--line);cursor:pointer;background:#ffffffb3;border-radius:14px;min-height:100px;padding:2px;transition:transform 50ms,border-color .12s,background .12s;position:relative}.tooth-tile.occl-view{min-height:78px}.tooth-tile.placeholder{cursor:default;background:#ffffff4d}.tooth-tile.placeholder .tooth-svg svg{opacity:0}.tooth-tile:hover{background:#3b7bff14}.tooth-tile:active{transform:scale(.99)}@keyframes odon-dash-pulse{0%,to{border-color:#3b7bff80}50%{border-color:#3b7bffe6}}@keyframes odon-glow-pulse{0%,to{filter:drop-shadow(0 0 3px #3b7bff33)}50%{filter:drop-shadow(0 0 7px #3b7bff73)}}.tooth-tile:after{content:"";pointer-events:none;border:2px dashed #0000;border-radius:15px;transition:border-color .25s;position:absolute;inset:-2px}.tooth-tile .tooth-svg svg{transition:filter .25s}.tooth-tile.active{background:#3b7bff0f;border-color:#3b7bffb3;transition:border-color .2s,background .2s}.tooth-tile.active:after{border-color:#3b7bff8c;animation:1.6s ease-in-out infinite odon-dash-pulse}.tooth-tile.active .tooth-svg svg{filter:drop-shadow(0 0 4px #3b7bff4d);animation:2.5s ease-in-out infinite odon-glow-pulse}.tooth-tile:focus{outline:none}.tooth-tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px;z-index:1;box-shadow:0 0 0 3px #3b7bff40}.tooth-grid.read-only .tooth-tile{cursor:default;pointer-events:none}.tooth-grid.read-only .tooth-tile:hover{background:inherit}.tooth-grid.read-only .tooth-label-cell{cursor:default;pointer-events:none}.panel.read-only{pointer-events:none;opacity:.5;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion:reduce){.tooth-tile.active:after{border-color:#3b7bffb3;animation:none}.tooth-tile.active .tooth-svg svg{filter:drop-shadow(0 0 4px #3b7bff59);animation:none}}.tooth-svg{justify-content:center;align-items:center;width:100%;height:120px;display:flex}.tooth-svg svg{pointer-events:none;width:72px;height:122px}.tooth-tile.occl-view .tooth-svg{height:80px}.tooth-tile.occl-view .tooth-svg svg{width:64px;height:64px}.tooth-tile.tpl-14 .tooth-svg svg{width:68px;height:116px}.tooth-tile.tpl-11 .tooth-svg svg,.tooth-tile.tpl-13 .tooth-svg svg{width:60px;height:102px}.tooth-tile.wisdom-hidden{opacity:.45;pointer-events:none}.tooth-tile.wisdom-hidden .tooth-svg svg{opacity:0}.tooth-tile.occl-hidden,.tooth-svg [data-active="0"]{display:none!important}.panel{border:1px solid var(--line);background:#fffffff2;border-radius:18px;overflow:hidden}.panel-header{border-bottom:1px solid var(--line);padding:12px 14px}.select-actions{flex-direction:column;gap:8px;margin-top:8px;display:flex}.select-actions-row{flex-wrap:wrap;gap:6px;display:flex}.status-actions{flex-wrap:wrap;gap:6px}.status-extra-row{flex-wrap:wrap;align-items:center;gap:8px}.status-extra-row select{min-width:220px}.btn-icon{padding:9px 15px;font-size:12px}.btn-icon .icon,.btn-icon .icon-img,.btn-icon svg{width:32px;height:32px;display:block}.fade-toggle{max-width:200px;transition:opacity .16s,max-width .16s,padding .16s,margin .16s,border-width .16s,transform .16s}.fade-toggle.is-hidden{opacity:0;pointer-events:none;border-width:0;max-width:0;margin:0;padding-left:0;padding-right:0;transform:scale(.96)}.panel-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.panel-title-actions{align-items:center;gap:8px;display:flex}.panel-title{font-weight:800}.panel-subtitle{color:var(--muted);margin-top:4px;font-size:12px}.pill{color:var(--text);background:#12b98124;border:1px solid #12b98140;border-radius:999px;padding:2px 8px;font-weight:700;display:inline-block}.warnings{flex-direction:column;gap:8px;margin-top:10px;display:flex}.warning{color:#8a5b1a;background:#ffc67438;border:1px solid #ffc67473;border-radius:12px;padding:8px 10px;font-size:12px}.panel-body{flex-direction:column;gap:12px;max-height:calc(100vh - 110px);padding:14px;display:flex;overflow:auto}.card{border:1px solid var(--line);background:#ffffffe6;border-radius:16px;padding:12px}.card-title{margin-bottom:8px;font-weight:800}.card-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.card.collapsed .card-title{margin-bottom:0}.card.collapsed .card-body,.card.collapsed #statusCardBody,.card.collapsed .status-extra-row,.card.collapsed .hint,.card.collapsed .row,.card.collapsed .check-grid,.card.collapsed label{display:none}.icon-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#ffffffb3;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;line-height:1;display:flex}.icon-btn .icon{width:16px;height:16px}.icon-btn:hover{background:#3b7bff1f}.icon-btn-danger{color:#d94545;background:#d9454514;border-color:#d9454566}.icon-btn-danger:hover{background:#d9454526}.card-subtitle{margin:6px 0;font-weight:700}.hint{color:var(--muted);margin:6px 0 10px;font-size:12px}.row{align-items:center;gap:10px;padding:6px 2px;font-size:13px;display:flex}.contact-row{margin-bottom:6px}.bruxism-row{gap:8px;margin-top:6px}.fissure-row{text-align:center;justify-content:center;margin-top:10px}#crownReplaceRow,#crownNeededRow,#missingClosedRow{margin-top:8px}.bridge-pillar-row{margin-top:10px}.inline-checks{padding:0}.inline-checks label{border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:12px;align-items:center;gap:10px;padding:6px 10px;font-size:13px;display:flex}.inline-checks label:hover{background:#3b7bff0f}.inline-checks input[type=checkbox]{display:none}.inline-checks label:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.check-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.check-grid label{border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:12px;align-items:center;gap:10px;padding:6px 8px;font-size:13px;display:flex}.check-grid label:hover{background:#3b7bff0f}.check-grid input[type=checkbox]{display:none}.check-grid label:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.row input[type=checkbox]{display:none}.row:has(input[type=checkbox]){border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:12px;padding:6px 10px}.inline-checks:has(input[type=checkbox]){background:0 0;border:0;padding:0}.row:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.inline-checks:has(input[type=checkbox]:checked){background:0 0;border:0}.radio-list{flex-direction:column;gap:8px;display:flex}.radio-list label{border:1px solid var(--line);background:#00000005;border-radius:12px;align-items:center;gap:10px;padding:6px 8px;font-size:13px;display:flex}.radio-list label:hover{background:#3b7bff0f}.divider{background:var(--line);height:1px;margin:10px 0}.hidden{display:none!important}@media (width<=1100px){.layout{grid-template-columns:1fr}.panel{order:2}}.dark{--bg:var(--odon-bg,#0f172a);--panel:var(--odon-panel,#1e293b);--card:var(--odon-card,#1e293b);--muted:var(--odon-muted,#94a3b8);--text:var(--odon-text,#f1f5f9);--line:var(--odon-line,#334155)}.dark body{background:var(--bg)}.dark .topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aeb}.dark .btn{background:#60a5fa26}.dark .btn:hover{background:#60a5fa40}.dark .btn-ghost{background:#ffffff0f}.dark .btn-ghost:hover{background:#ffffff1f}.dark .btn-danger{color:#f87171;background:#f871711f;border-color:#f871714d}.dark .btn-danger:hover{background:#f8717138}.dark .btn-toggle[aria-pressed=false]{background:#ffffff0f}.dark .dropdown-menu{background:#1e293b;box-shadow:0 12px 24px #00000073}.dark .dropdown-item{background:#ffffff0f}.dark .dropdown-item:hover{background:#ffffff1f}.dark .dropdown-item[aria-checked=true]{background:#60a5fa33;border-color:#60a5fa73}.dark select{background:#60a5fa26;background-image:linear-gradient(45deg, transparent 50%, var(--text) 50%), linear-gradient(135deg, var(--text) 50%, transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%;background-repeat:no-repeat;background-size:6px 6px,6px 6px}.dark .chart{background:#1e293be6}.dark .tooth-label-cell{color:#f1f5f999}.dark .tooth-label-cell:hover{color:#f1f5f9}.dark .tooth-tile{background:#1e293bb3}.dark .tooth-tile.placeholder{background:#1e293b4d}.dark .tooth-tile:hover{background:#60a5fa1f}@keyframes odon-dash-pulse-dark{0%,to{border-color:#60a5fa73}50%{border-color:#60a5fad9}}@keyframes odon-glow-pulse-dark{0%,to{filter:drop-shadow(0 0 3px #60a5fa33)}50%{filter:drop-shadow(0 0 7px #60a5fa73)}}.dark .tooth-tile.active{background:#60a5fa14;border-color:#60a5fa99}.dark .tooth-tile.active:after{border-color:#60a5fa73;animation-name:odon-dash-pulse-dark}.dark .tooth-tile.active .tooth-svg svg{filter:drop-shadow(0 0 4px #60a5fa4d);animation-name:odon-glow-pulse-dark}.dark .tooth-tile:focus-visible{outline-color:#60a5facc;box-shadow:0 0 0 3px #60a5fa40}.dark .odon-note-backdrop{background:#0000008c}.dark .odon-note-popover{background:var(--panel);box-shadow:0 16px 48px #00000080}.dark .odon-note-textarea{border-color:var(--line);color:var(--text);background:#ffffff0f}.dark .odon-note-textarea:focus{border-color:#60a5fa80;box-shadow:0 0 0 3px #60a5fa33}.dark .panel{background:#1e293bf2}.dark .card{border-color:var(--line);background:#1e293bcc}.dark .icon-btn{background:#1e293bb3}.dark .icon-btn:hover{background:#60a5fa26}.dark .icon-btn-danger{color:#f87171;background:#f871711a;border-color:#f871714d}.dark .icon-btn-danger:hover{background:#f8717133}.dark .warning{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}.dark .inline-checks label,.dark .check-grid label,.dark .radio-list label{background:#ffffff0a}.dark .inline-checks label:hover,.dark .check-grid label:hover,.dark .radio-list label:hover{background:#60a5fa1a}.dark .row:has(input[type=checkbox]){background:#ffffff0a}.dark .pill{background:#34d39926;border-color:#34d3994d}.btn-theme{border:1px solid var(--line);width:36px;height:36px;color:var(--text);cursor:pointer;background:#0000000a;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background .15s;display:flex}.btn-theme:hover{background:#3b7bff1f}.dark .btn-theme{background:#ffffff0f}.dark .btn-theme:hover{background:#60a5fa26}.tooth-note-icon{vertical-align:middle;opacity:.75;margin-left:2px;font-size:9px;display:inline-block}.odon-note-backdrop{z-index:120;background:#00000059;animation:.12s odon-fade-in;position:fixed;inset:0}.odon-note-popover{background:var(--panel,#fff);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:10px;width:min(320px,90vw);padding:14px;animation:.12s odon-ctx-pop;display:flex;position:relative;box-shadow:0 16px 48px #0003}.odon-note-header{justify-content:space-between;align-items:center;display:flex}.odon-note-title{color:var(--text);font-size:14px;font-weight:700}.odon-note-textarea{border:1px solid var(--line);width:100%;min-height:60px;color:var(--text);resize:vertical;background:#00000005;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:13px}.odon-note-textarea:focus{border-color:#3b7bff80;outline:none;box-shadow:0 0 0 3px #3b7bff2e}.odon-note-textarea::placeholder{color:var(--muted)}.odon-note-actions{gap:8px;display:flex}.odon-note-actions .odon-zoom-btn{flex:1}.warning-item{color:#92400e;background:#eab3081f;border-radius:8px;margin-bottom:4px;padding:6px 10px;font-size:12px;font-weight:600;line-height:1.4}.dark .warning-item{color:#fde047;background:#facc151a}.odon-zoom-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;animation:.15s odon-fade-in;display:flex;position:fixed;inset:0}@keyframes odon-fade-in{0%{opacity:0}to{opacity:1}}.odon-zoom-popover{background:var(--panel,#fff);border:1px solid var(--line);border-radius:20px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:min(360px,90vw);padding:16px;display:flex;box-shadow:0 20px 60px #00000040}.odon-zoom-header{justify-content:space-between;align-items:center;width:100%;display:flex}.odon-zoom-title{color:var(--text);font-size:16px;font-weight:800}.odon-zoom-close{border:1px solid var(--line);width:32px;height:32px;color:var(--text);cursor:pointer;background:#0000000a;border-radius:999px;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:flex}.odon-zoom-close:hover{color:#d94545;background:#d945451f}.odon-zoom-svg{justify-content:center;align-items:center;width:200px;height:200px;display:flex}.odon-zoom-svg svg{pointer-events:none;width:180px;height:180px}.odon-zoom-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.odon-zoom-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:center;background:#3b7bff14;border-radius:12px;padding:10px 8px;font-size:13px;font-weight:600}.odon-zoom-btn:hover{background:#3b7bff2e}.odon-zoom-btn.active{background:#12b9812e;border-color:#12b98180}.odon-zoom-btn.danger{color:#b83a3a;background:#d9454514;border-color:#d945454d}.odon-zoom-btn.danger:hover{background:#d945452e}.odon-ctx-menu{z-index:110;background:var(--panel,#fff);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:4px;min-width:180px;padding:6px;animation:.12s odon-ctx-pop;display:flex;position:fixed;box-shadow:0 12px 40px #0003}@keyframes odon-ctx-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.odon-ctx-item{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:left;background:#00000005;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:600}.odon-ctx-item:hover{background:#3b7bff1a}.odon-ctx-item.danger{color:#b83a3a}.odon-ctx-item.danger:hover{background:#d945451f}.odon-ctx-divider{background:var(--line);height:1px;margin:2px 0}.dark .odon-zoom-overlay{background:#0009}.dark .odon-zoom-popover{background:var(--panel);box-shadow:0 20px 60px #00000080}.dark .odon-zoom-close{background:#ffffff0f}.dark .odon-zoom-close:hover{color:#f87171;background:#f8717126}.dark .odon-zoom-btn{background:#60a5fa1a}.dark .odon-zoom-btn:hover{background:#60a5fa33}.dark .odon-zoom-btn.active{background:#34d3992e;border-color:#34d39966}.dark .odon-zoom-btn.danger{color:#f87171;background:#f871711a;border-color:#f8717140}.dark .odon-ctx-menu{background:var(--panel);box-shadow:0 12px 40px #00000080}.dark .odon-ctx-item{background:#ffffff0a}.dark .odon-ctx-item:hover{background:#60a5fa1f}.dark .odon-ctx-item.danger{color:#f87171}.tooth-grid.odon-pinch-active{touch-action:none;transform-origin:50%;transition:transform 50ms}@media (pointer:coarse){.tooth-tile{min-height:56px}.tooth-tile .tooth-svg{height:80px}.tooth-tile.occl-view .tooth-svg{height:60px}.tooth-label-cell{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.chart-actions .btn-icon{min-width:44px;min-height:44px}}.odon-arch-toggle{border-bottom:1px solid var(--line);justify-content:center;gap:8px;padding:8px 10px;display:none}.odon-arch-toggle .odon-arch-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:center;background:#0000000a;border-radius:12px;flex:1;padding:8px 20px;font-size:13px;font-weight:700}.odon-arch-toggle .odon-arch-btn.active{background:#3b7bff2e;border-color:#3b7bff73}.dark .odon-arch-toggle .odon-arch-btn{background:#ffffff0f}.dark .odon-arch-toggle .odon-arch-btn.active{background:#60a5fa33;border-color:#60a5fa73}@media (width<=600px){.odon-arch-toggle{display:flex}.tooth-grid.odon-arch-upper .lower-row,.tooth-grid.odon-arch-upper .lower-row+.tooth-label-row,.tooth-grid.odon-arch-lower .upper-row,.tooth-grid.odon-arch-lower .tooth-label-row:first-child{display:none!important}}._root_z0izl_1{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}._root_z0izl_1 .odontogram-root{background:0 0;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}._root_z0izl_1 .layout{flex-direction:column;flex:1;min-width:0;min-height:0;padding:0;display:flex}._root_z0izl_1 .chart{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}._root_z0izl_1 .chart-header{border-bottom:none;flex-shrink:0;justify-content:flex-end;padding:0 4px 12px}._root_z0izl_1 .chart-title,._root_z0izl_1 .chart-hint{display:none}._root_z0izl_1 .chart-actions{gap:6px}._root_z0izl_1 .chart-actions .btn{border-color:var(--color-border);background:#ffffffd9;border-radius:12px;transition:transform .12s,box-shadow .12s;box-shadow:0 2px 8px #3c2f730f}._root_z0izl_1 .chart-actions .btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3c2f731a}._root_z0izl_1 .chart-actions .btn-toggle[aria-pressed=true]{background:var(--color-accent-light);border-color:#3c2f7333}._gridScroll_z0izl_74{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:none;width:100%;min-width:0;overflow:auto}._chartBody_z0izl_84{flex-direction:column;flex:none;min-width:0;display:flex}._archHost_z0izl_91{flex-shrink:0;width:100%;display:none!important}._root_z0izl_1 .odon-arch-toggle{display:none!important}._root_z0izl_1 .tooth-grid{flex:none;grid-template-columns:repeat(16,minmax(36px,1fr));gap:4px;width:100%;max-width:920px;min-height:240px;margin:0 auto;padding:8px 4px 12px;display:grid;overflow:hidden}._root_z0izl_1 .tooth-label-row{display:contents}._root_z0izl_1 .tooth-svg{justify-content:center;align-items:center;width:100%;display:flex}._root_z0izl_1 .tooth-svg svg{filter:drop-shadow(0 2px 4px #3c2f7314);width:min(100%,58px);height:auto}._root_z0izl_1 .tooth-tile.occl-view .tooth-svg svg{width:min(100%,50px);height:auto}._root_z0izl_1 .tooth-tile.tpl-14 .tooth-svg svg{width:min(100%,54px);height:auto}._root_z0izl_1 .tooth-tile.tpl-13 .tooth-svg svg{width:min(100%,48px);height:auto}._root_z0izl_1 .tooth-tile{min-height:72px;box-shadow:none;background:#ffffff8c;border:1px solid #0000;border-radius:12px;padding:2px;transition:background .15s,border-color .15s}._root_z0izl_1 .tooth-tile:hover{border-color:var(--color-border);background:#ffffffeb}._root_z0izl_1 .tooth-tile.active{background:#fffffff2;border-color:#3b7bff73}._root_z0izl_1 .tooth-tile.occl-view{min-height:58px}._root_z0izl_1 .tooth-label-cell{color:var(--color-text-muted);letter-spacing:.02em;padding:2px 0;font-size:10px;font-weight:700}._root_z0izl_1 .panelStub{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}._loading_z0izl_187{color:var(--color-text-muted);background:var(--color-primary-bg);border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}@media (width<=768px){._root_z0izl_1,._root_z0izl_1 .layout,._root_z0izl_1 .chart{flex:none;min-height:0}._root_z0izl_1 .chart-header{flex-direction:column;align-items:stretch;gap:10px;padding:0 0 10px}._root_z0izl_1 .chart-actions{flex-wrap:wrap;justify-content:flex-start;gap:6px;width:100%}._root_z0izl_1 .chart-actions .btn{flex:none}._gridScroll_z0izl_74{border:1px solid var(--color-border);contain:layout paint;z-index:0;background:#ffffffb8;border-radius:12px;flex:none;height:min(200px,32dvh);min-height:0;max-height:min(200px,32dvh);margin-bottom:8px;padding-bottom:4px;position:relative;overflow:auto}._chartBody_z0izl_84{flex:none;max-height:min(200px,32dvh);overflow:hidden}._root_z0izl_1 .tooth-grid{grid-template-columns:repeat(16,40px);gap:4px;width:max-content;min-width:700px;max-width:none;min-height:0;margin:0;padding:4px 8px 8px;overflow:hidden}._root_z0izl_1 .tooth-tile{width:40px;min-height:40px;max-height:48px;overflow:hidden}._root_z0izl_1 .tooth-tile.occl-view{min-height:36px;max-height:44px}._root_z0izl_1 .tooth-tile .tooth-svg{max-height:36px;overflow:hidden;height:auto!important}._root_z0izl_1 .tooth-svg svg{width:28px;max-width:none;max-height:36px}._root_z0izl_1 .tooth-tile.occl-view .tooth-svg svg,._root_z0izl_1 .tooth-tile.tpl-14 .tooth-svg svg,._root_z0izl_1 .tooth-tile.tpl-13 .tooth-svg svg{width:28px;max-height:32px}._root_z0izl_1 .tooth-label-cell{padding:1px 0;font-size:9px;line-height:1.1;min-width:0!important;min-height:auto!important}._root_z0izl_1 .tooth-grid.odon-pinch-active{transform:none!important}}@media (width<=480px){._root_z0izl_1 .tooth-grid{grid-template-columns:repeat(16,38px);gap:3px;min-width:653px}._root_z0izl_1 .tooth-tile{width:38px;min-height:44px}._root_z0izl_1 .tooth-svg svg{width:30px}}._symbol_g3aa5_1{flex-shrink:0;display:block}._sm_g3aa5_6{width:24px;height:24px}._md_g3aa5_11{width:32px;height:32px}._lg_g3aa5_16{width:42px;height:42px}._root_1dlih_1{flex-direction:column;gap:12px;margin:0 0 14px;display:flex}._rootIllustrative_1dlih_8{gap:16px;margin:0}._intro_1dlih_13{letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-placeholder,#94a3b8);margin:0;font-size:11px;font-weight:700}._categories_1dlih_22{scrollbar-width:thin;flex-direction:column;gap:14px;max-height:min(42vh,340px);padding-right:4px;display:flex;overflow-y:auto}._categoriesIllustrative_1dlih_32{gap:18px;max-height:none;padding-right:0;overflow:visible}._category_1dlih_39{flex-direction:column;gap:8px;display:flex}._categoryTitle_1dlih_45{color:var(--color-text-primary,#1e293b);margin:0;font-size:.8125rem;font-weight:700}._grid_1dlih_52{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:8px;display:grid}._gridIllustrative_1dlih_58{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px}._cell_1dlih_63{border:1px solid var(--color-border,#e2e8f0);background:var(--color-primary-bg,#f8fafc);cursor:pointer;text-align:center;font:inherit;color:inherit;border-radius:12px;flex-direction:column;align-items:center;gap:6px;margin:0;padding:10px 8px 9px;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;display:flex}._cellIllustrative_1dlih_84{background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:16px;gap:8px;padding:14px 10px 12px}._cell_1dlih_63:hover:not(:disabled){border-color:color-mix(in srgb, var(--color-accent,#0d9488) 45%, #e2e8f0);background:#fff}._cellIllustrative_1dlih_84:hover:not(:disabled){transform:translateY(-1px)}._cell_1dlih_63:focus-visible{outline:none;box-shadow:0 0 0 3px #0d948838}._cellOn_1dlih_105{border-color:var(--color-accent,#0d9488);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-accent,#0d9488) 28%, transparent);background:#fff}._cell_1dlih_63:disabled{opacity:.55;cursor:not-allowed}._symbolWrap_1dlih_116{background:#fff;border:1px solid #e8eef5;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}._symbolWrapLarge_1dlih_126{border-radius:14px;width:56px;height:56px}._symbolWrapLarge_1dlih_126 ._symbol_1dlih_116{width:42px;height:42px}._cellOn_1dlih_105 ._symbolWrap_1dlih_116{border-color:color-mix(in srgb, var(--color-accent,#0d9488) 35%, #e8eef5)}._symbol_1dlih_116{width:32px;height:32px;display:block}._cellLabel_1dlih_147{color:var(--color-text-primary,#334155);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.6875rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}._cellIllustrative_1dlih_84 ._cellLabel_1dlih_147{-webkit-line-clamp:3;font-size:.75rem}@media (width<=720px){._grid_1dlih_52,._gridIllustrative_1dlih_58{grid-template-columns:repeat(2,minmax(0,1fr))}._categories_1dlih_22{max-height:min(38vh,280px)}._categoriesIllustrative_1dlih_32{max-height:none}}._overlay_ytc5b_1{z-index:900;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a7a;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_ytc5b_13{box-sizing:border-box;background:radial-gradient(120% 80% at 0 0,#0d948814,#0000 55%),radial-gradient(90% 60% at 100% 0,#f0518f12,#0000 50%),#fff;border-radius:22px;flex-direction:column;gap:14px;width:min(100%,720px);max-height:min(92vh,860px);padding:22px 22px 18px;display:flex;position:relative;box-shadow:0 28px 70px #0f172a47}._closeBtn_ytc5b_30{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex;position:absolute;top:14px;right:14px}._closeBtn_ytc5b_30:hover{color:#0f172a;background:#e2e8f0}._header_ytc5b_52{align-items:center;gap:16px;padding-right:36px;display:flex}._toothHero_ytc5b_59{background:linear-gradient(145deg,#0d948829,#0d94880a),#f8fafc;border:1px solid #0d948838;border-radius:20px;flex-shrink:0;place-items:center;width:72px;height:72px;display:grid;box-shadow:inset 0 1px #ffffffb3}._toothNumber_ytc5b_73{letter-spacing:-.04em;color:var(--color-accent,#0d9488);font-size:1.75rem;font-weight:800;line-height:1}._headerText_ytc5b_81{min-width:0}._eyebrow_ytc5b_85{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:0 0 2px;font-size:11px;font-weight:700}._title_ytc5b_94{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800}._subtitle_ytc5b_102{color:var(--color-success-dark,#047857);margin:4px 0 0;font-size:.9375rem;font-weight:600}._hint_ytc5b_109{color:#64748b;margin:6px 0 0;font-size:.8125rem;line-height:1.4}._legend_ytc5b_116{background:#f8fafce6;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;gap:8px 12px;padding:10px 12px;display:flex}._legendItem_ytc5b_126{color:#475569;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;display:inline-flex}._legendSwatch_ytc5b_135{border-radius:3px;width:10px;height:10px;display:inline-block;box-shadow:inset 0 0 0 1px #00000014}._activeMarks_ytc5b_143{flex-wrap:wrap;gap:6px;display:flex}._chip_ytc5b_149{color:var(--color-accent,#0d9488);background:#0d94881a;border:1px solid #0d948838;border-radius:999px;align-items:center;padding:5px 10px;font-size:.6875rem;font-weight:700;display:inline-flex}._body_ytc5b_161{scrollbar-width:thin;flex:1;min-height:0;margin:0 -2px;padding-right:4px;overflow-y:auto}._noteBlock_ytc5b_170{flex-direction:column;gap:6px;display:flex}._noteLabel_ytc5b_176{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;font-size:11px;font-weight:700}._textarea_ytc5b_184{box-sizing:border-box;width:100%;font:inherit;resize:vertical;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;min-height:64px;padding:12px 14px;font-size:.9rem;font-weight:500;line-height:1.45}._textarea_ytc5b_184:focus{border-color:color-mix(in srgb, var(--color-accent,#0d9488) 55%, #e2e8f0);background:#fff;outline:none;box-shadow:0 0 0 3px #0d948829}._footer_ytc5b_207{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}._footerEditing_ytc5b_216{justify-content:flex-end}._footerRight_ytc5b_220{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}._clearBtn_ytc5b_228,._secondaryBtn_ytc5b_229,._primaryBtn_ytc5b_230{font:inherit;cursor:pointer;border:none;border-radius:12px;margin:0;padding:10px 16px;font-size:.875rem;font-weight:700;transition:background .15s,color .15s,box-shadow .15s}._clearBtn_ytc5b_228{color:#dc2626;background:0 0}._clearBtn_ytc5b_228:hover{background:#fef2f2}._secondaryBtn_ytc5b_229{color:#334155;background:#f1f5f9}._secondaryBtn_ytc5b_229:hover{background:#e2e8f0}._primaryBtn_ytc5b_230{background:var(--color-accent,#0d9488);color:#fff;box-shadow:0 8px 20px #0d948847}._primaryBtn_ytc5b_230:hover{filter:brightness(1.05)}@media (width<=640px){._modal_ytc5b_13{border-radius:18px;width:100%;max-height:94vh;padding:18px 14px 14px}._header_ytc5b_52{align-items:flex-start}._toothHero_ytc5b_59{border-radius:16px;width:58px;height:58px}._toothNumber_ytc5b_73{font-size:1.4rem}._footer_ytc5b_207{flex-direction:column-reverse;align-items:stretch}._footerRight_ytc5b_220{justify-content:stretch}._footerRight_ytc5b_220>*{flex:1}}._empty_dfeyb_1{border:1px dashed color-mix(in srgb, var(--color-accent,#0d9488) 32%, #cbd5e1);text-align:center;background:radial-gradient(90% 80% at 50% 0,#0d94881a,#0000 65%),url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23cbd5e1' stroke-width='1.5'%3E%3Crect x='48' y='20' width='24' height='44' rx='4'/%3E%3Cpath d='M36 64h48v16H36z'/%3E%3Cpath d='M42 80v20M54 80v24M66 80v20M78 80v18'/%3E%3C/g%3E%3C/svg%3E") 50% 24px/88px no-repeat,linear-gradient(#f8fafc 0%,#fff 100%);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:148px;padding:28px 24px;display:flex}._emptyIcon_dfeyb_18{width:56px;height:56px;color:var(--color-accent,#0d9488);background:#0d94881f;border:1px solid #0d948833;border-radius:16px;place-items:center;margin-top:72px;display:grid}._emptyText_dfeyb_30{max-width:36ch}._emptyTitle_dfeyb_34{color:#0f172a;letter-spacing:-.02em;margin:0 0 6px;font-size:1rem;font-weight:800}._emptyHint_dfeyb_42{color:#64748b;margin:0;font-size:.8125rem;line-height:1.45}._legendRow_dfeyb_49{border-top:1px solid #e8eef5;flex-wrap:wrap;justify-content:center;gap:8px 14px;width:100%;margin-top:4px;padding-top:14px;display:flex}._legendItem_dfeyb_60{color:#64748b;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;display:inline-flex}._legendSwatch_dfeyb_69{border-radius:3px;width:9px;height:9px;display:inline-block;box-shadow:inset 0 0 0 1px #0000000f}._panel_dfeyb_77{background:radial-gradient(100% 120% at 0 0,#f0518f0f,#0000 55%),radial-gradient(80% 100% at 100% 100%,#0d948812,#0000 50%),#fff;border:1px solid #e8eef5;border-radius:20px;grid-template-columns:minmax(160px,220px) minmax(0,1fr) auto;align-items:stretch;gap:18px;min-height:148px;padding:18px 20px;display:grid;box-shadow:0 10px 28px #0f172a0f}._identity_dfeyb_93{border-right:1px solid #eef2f7;align-items:center;gap:14px;padding-right:18px;display:flex}._toothHero_dfeyb_101{background:linear-gradient(145deg,#0d948824,#0d94880a),#f8fafc;border:1px solid #0d948838;border-radius:18px;flex-shrink:0;place-items:center;width:64px;height:64px;display:grid}._toothNumber_dfeyb_114{letter-spacing:-.04em;color:var(--color-accent,#0d9488);font-size:1.65rem;font-weight:800;line-height:1}._identityText_dfeyb_122{min-width:0}._toothName_dfeyb_126{color:var(--color-success-dark,#047857);margin:0 0 4px;font-size:.9375rem;font-weight:700;line-height:1.3}._positionTag_dfeyb_134{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:.6875rem;font-weight:700}._marksArea_dfeyb_143{flex-direction:column;gap:10px;min-width:0;display:flex}._sectionLabel_dfeyb_150{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:10px;font-weight:700}._markCards_dfeyb_159{flex-wrap:wrap;gap:8px;display:flex}._markCard_dfeyb_159{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:8px;padding:8px 12px 8px 8px;display:inline-flex;box-shadow:0 2px 8px #0f172a0a}._markSymbolWrap_dfeyb_176{background:#f8fafc;border:1px solid #e8eef5;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}._markLabel_dfeyb_187{color:#334155;max-width:18ch;font-size:.75rem;font-weight:600;line-height:1.25}._noMarks_dfeyb_195{color:#64748b;background:#f8fafc;border:1px dashed #dbe3ee;border-radius:14px;align-items:center;gap:8px;padding:12px 14px;font-size:.8125rem;font-weight:500;line-height:1.4;display:flex}._extraNote_dfeyb_209{border-left:3px solid var(--color-primary,#f0518f);color:#475569;background:#f8fafce6;border-radius:12px;margin:0;padding:10px 12px;font-size:.8125rem;line-height:1.45}._extraNoteLabel_dfeyb_220{color:#64748b;font-weight:700}._actions_dfeyb_225{border-left:1px solid #eef2f7;flex-direction:column;justify-content:center;gap:8px;padding-left:18px;display:flex}._editBtn_dfeyb_234,._clearBtn_dfeyb_235{font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:7px;margin:0;padding:10px 16px;font-size:.8125rem;font-weight:700;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}._editBtn_dfeyb_234{background:var(--color-primary,#f0518f);color:#fff;box-shadow:0 6px 16px #f0518f47}._editBtn_dfeyb_234:hover{filter:brightness(1.04)}._clearBtn_dfeyb_235{color:#64748b;background:0 0}._clearBtn_dfeyb_235:hover{color:#dc2626;background:#fef2f2}@media (width<=900px){._panel_dfeyb_77{grid-template-columns:1fr;gap:14px}._identity_dfeyb_93{border-bottom:1px solid #eef2f7;border-right:none;padding-bottom:14px;padding-right:0}._actions_dfeyb_225{border-left:none;flex-direction:row;padding-top:4px;padding-left:0}._editBtn_dfeyb_234,._clearBtn_dfeyb_235{flex:1}}@media (width<=520px){._empty_dfeyb_1{min-height:140px;padding:22px 16px}._panel_dfeyb_77{padding:14px}._markCards_dfeyb_159{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}._actions_dfeyb_225{flex-direction:column}}._overlay_19leu_2{z-index:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#271b576b;justify-content:center;align-items:center;padding:10px;display:flex;position:fixed;inset:0}._modal_19leu_14{background:var(--color-primary-bg);width:100%;max-width:calc(100vw - 20px);height:100%;max-height:calc(100vh - 20px);font-family:var(--font-sans);border-radius:24px;grid-template-rows:minmax(0,1fr) auto auto;grid-template-columns:minmax(320px,34%) minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 32px 72px #3c2f7347}._modalScroll_19leu_29{display:contents}._infoPane_19leu_34{background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);border-right:1px solid var(--color-border);flex-direction:column;grid-area:1/1;min-height:0;display:flex}._infoHead_19leu_44{justify-content:space-between;align-items:flex-start;gap:12px;padding:28px 28px 20px;display:flex}._eyebrow_19leu_52{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:6px;font-size:11px;font-weight:700;display:block}._title_19leu_62{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 12px;font-size:1.625rem;font-weight:800;line-height:1.15}._statusBadge_19leu_71{letter-spacing:.02em;border-radius:999px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}._closeBtn_19leu_80{background:var(--color-primary-light);width:38px;height:38px;color:var(--color-primary-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:inline-flex}._closeBtn_19leu_80:hover{background:#ffd6e8;transform:scale(1.04)}._infoScroll_19leu_100{flex-direction:column;flex:1;gap:28px;padding:0 28px 24px;display:flex;overflow-y:auto}._patientHero_19leu_110{border-bottom:1px solid var(--color-border);padding-bottom:24px}._patientName_19leu_115{color:var(--color-text-primary);letter-spacing:-.01em;margin:0 0 4px;font-size:1.375rem;font-weight:700}._patientService_19leu_123{color:var(--color-text-muted);margin:0;font-size:.875rem;font-weight:500}._section_19leu_131{flex-direction:column;gap:14px;display:flex}._sectionTitle_19leu_137{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:11px;font-weight:800}._grid_19leu_146{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;display:grid}._field_19leu_152{flex-direction:column;gap:3px;display:flex}._field_19leu_152 label{color:var(--color-text-placeholder);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700}._field_19leu_152 span{color:var(--color-text-primary);font-size:.9375rem;font-weight:600;line-height:1.4}._proseBlock_19leu_173{color:var(--color-text-secondary);margin:0;font-size:.9375rem;font-weight:500;line-height:1.6}._clinicalHighlight_19leu_181{color:var(--color-accent);font-size:1rem;font-weight:700;line-height:1.35}._divider_19leu_188{background:var(--color-border);border:none;height:1px;margin:0}._notesList_19leu_195{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}._noteItem_19leu_204{text-align:left;background:var(--color-primary-bg);cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px 14px;font-family:inherit;transition:background .15s,box-shadow .15s}._noteItem_19leu_204:hover{background:var(--color-primary-light)}._noteItemActive_19leu_220{box-shadow:0 0 0 2px var(--color-primary);background:#fff}._noteItemHead_19leu_225{flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin-bottom:6px;display:flex}._noteItemId_19leu_233{color:var(--color-accent);font-size:1.125rem;font-weight:800;line-height:1}._noteItemName_19leu_240{color:var(--color-success-dark);font-size:.8125rem;font-weight:600;line-height:1.3}._noteItemText_19leu_247{color:var(--color-text-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.875rem;font-weight:500;line-height:1.5}._infoFooter_19leu_257{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;flex-wrap:wrap;grid-area:2/1;align-items:center;gap:8px;padding:18px 28px;display:flex}._backBtn_19leu_269,._downloadBtn_19leu_270,._saveBtn_19leu_271{cursor:pointer;letter-spacing:.01em;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:700;display:inline-flex}._backBtn_19leu_269{color:var(--color-text-secondary);background:0 0}._backBtn_19leu_269:hover{color:var(--color-accent)}._downloadBtn_19leu_270{background:var(--color-accent-light);color:var(--color-accent);margin-left:auto}._downloadBtn_19leu_270:hover:not(:disabled){background:#ddd6f5}._downloadBtn_19leu_270:disabled{opacity:.6;cursor:not-allowed}._saveBtn_19leu_271{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;box-shadow:0 6px 20px #f0518f59}._saveBtn_19leu_271:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 8px 24px #f0518f6b}._saveBtn_19leu_271:disabled,._downloadBtn_19leu_270:disabled{opacity:.6;cursor:not-allowed}._saveSuccess_19leu_327,._saveError_19leu_328{background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);grid-area:3/1;margin:0;padding:0 28px 14px;font-size:12px;font-weight:600}._saveSuccess_19leu_327{color:var(--color-success-dark)}._saveError_19leu_328{color:#dc2626}._chartPane_19leu_342{background:radial-gradient(90% 60% at 50% 0,#ffebf3e6 0%,#0000 70%),radial-gradient(70% 50% at 80% 100%,#eae6f799 0%,#0000 60%),#fff;flex-direction:column;grid-area:1/2/4;align-items:stretch;width:100%;min-width:0;min-height:0;padding:24px 28px 20px 16px;display:flex;overflow:hidden}._chartBody_19leu_359{flex-direction:column;flex:auto;min-height:0;display:flex}._annotationDock_19leu_366{flex:none;margin-top:auto;padding-top:16px}._chartHead_19leu_372{justify-content:space-between;align-items:flex-end;gap:16px;width:100%;padding:0 4px 16px;display:flex}._chartHead_19leu_372 h3{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 6px;font-size:1.5rem;font-weight:800;line-height:1.1}._chartHead_19leu_372 p{color:var(--color-text-muted);max-width:36ch;margin:0;font-size:.875rem;font-weight:500;line-height:1.45}._chartCount_19leu_399{color:var(--color-primary-dark);background:var(--color-primary-light);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:700}._annotationPanel_19leu_411{border-top:1px solid var(--color-border);box-sizing:border-box;width:100%;min-height:120px;margin:0;padding:18px 4px 0}._annotationHead_19leu_420{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:12px;display:flex}._toothBadge_19leu_428{color:var(--color-accent);letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1}._toothName_19leu_436{color:var(--color-success-dark);margin:6px 0 0;font-size:.9375rem;font-weight:600;line-height:1.35}._positionTag_19leu_444{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-placeholder);font-size:11px;font-weight:700}._annotationPanel_19leu_411 textarea{resize:vertical;background:var(--color-primary-bg);width:100%;min-height:76px;color:var(--color-text-primary);border:none;border-radius:14px;padding:14px 16px;font-family:inherit;font-size:.9375rem;font-weight:500;line-height:1.5;transition:box-shadow .15s}._annotationPanel_19leu_411 textarea::placeholder{color:var(--color-text-placeholder);font-weight:400}._annotationPanel_19leu_411 textarea:focus{background:#fff;outline:none;box-shadow:0 0 0 3px #f0518f33}._annotationActions_19leu_479{gap:10px;margin-top:12px;display:flex}._applyBtn_19leu_485,._clearBtn_19leu_486{cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;padding:9px 16px;font-family:inherit;font-size:12px;font-weight:700}._applyBtn_19leu_485{background:var(--color-primary);color:#fff}._applyBtn_19leu_485:hover{background:var(--color-primary-dark)}._clearBtn_19leu_486{color:var(--color-text-muted);background:0 0}._clearBtn_19leu_486:hover{color:var(--color-text-secondary)}._annotationHint_19leu_515{color:var(--color-text-placeholder);text-align:center;margin:0;padding:24px 12px;font-size:.9375rem;font-style:italic;font-weight:500}._annotationSummary_19leu_525{flex-direction:column;gap:10px;display:flex}._annotationHintCompact_19leu_531{color:var(--color-text-placeholder);margin:0;font-size:.8125rem;font-weight:500}._markChips_19leu_538{flex-wrap:wrap;gap:6px;display:flex}._markChip_19leu_538{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--color-accent) 24%, transparent);border-radius:999px;align-items:center;padding:4px 10px;font-size:.6875rem;font-weight:700;display:inline-flex}@media (width<=960px){._modal_19leu_14{grid-template-columns:unset;grid-template-rows:unset;flex-direction:column;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);display:flex;overflow:hidden}._modalScroll_19leu_29{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}._infoPane_19leu_34{border-right:none;border-bottom:1px solid var(--color-border);grid-column:unset;grid-row:unset;flex-shrink:0}._infoScroll_19leu_100{max-height:none;overflow:visible}._chartPane_19leu_342{grid-column:unset;grid-row:unset;isolation:isolate;flex:none;min-width:0;min-height:0;padding:16px 14px 12px;overflow:hidden}._infoFooter_19leu_257{padding:14px 16px;padding-bottom:max(14px, env(safe-area-inset-bottom,14px));z-index:40;border-top:1px solid var(--color-border);grid-column:unset;grid-row:unset;background:#fff;flex-direction:column;flex-shrink:0;align-items:stretch;gap:10px;position:relative;box-shadow:0 -8px 24px #3c2f731f}._saveSuccess_19leu_327,._saveError_19leu_328{grid-column:unset;grid-row:unset;align-self:unset;pointer-events:auto;background:#fff;flex-shrink:0;padding:0 16px 10px}._chartPane_19leu_342>._annotationDock_19leu_366{flex-shrink:0;margin-top:8px}._chartHead_19leu_372{flex-direction:column;align-items:flex-start;gap:10px}._chartHead_19leu_372 p{max-width:none}._chartCount_19leu_399{align-self:flex-start}._backBtn_19leu_269{order:1;justify-content:center;width:100%;padding:10px}._downloadBtn_19leu_270{order:2;width:100%;min-height:44px;margin-left:0}._saveBtn_19leu_271{order:3;width:100%;min-height:44px}}@media (width<=640px){._overlay_19leu_2{align-items:stretch;padding:0}._modal_19leu_14{border-radius:0;max-width:100%;height:100dvh;max-height:100dvh}._infoHead_19leu_44{padding:16px 16px 12px}._title_19leu_62{font-size:1.375rem}._infoScroll_19leu_100{gap:20px;padding:0 16px 16px}._patientName_19leu_115{word-break:break-word;font-size:1.2rem}._grid_19leu_146{grid-template-columns:1fr;gap:12px}._chartPane_19leu_342{min-width:0;padding:14px 8px 16px;overflow:hidden}._chartHead_19leu_372 h3{font-size:1.25rem}._annotationPanel_19leu_411{z-index:1;min-height:72px;padding:14px 0 0;position:relative}._annotationHint_19leu_515{padding:16px 12px}._annotationHead_19leu_420{flex-direction:column;align-items:flex-start;gap:8px}._annotationActions_19leu_479{flex-direction:column}._applyBtn_19leu_485,._clearBtn_19leu_486{text-align:center;width:100%;min-height:44px}}._wrap_u3cmh_1{width:100%;max-width:540px;margin:16px auto 0}._wrapWithPanel_u3cmh_7{max-width:960px}._card_u3cmh_11{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:12px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}._body_u3cmh_22{flex-direction:column;gap:12px;min-width:0;display:flex}._bodyWithPanel_u3cmh_29{flex-direction:row;align-items:flex-start;gap:20px}._calendarMain_u3cmh_35{flex:none;width:100%;min-width:0}._bodyWithPanel_u3cmh_29 ._calendarMain_u3cmh_35{flex:0 0 min(100%,480px);max-width:480px}._head_u3cmh_46{justify-content:space-between;align-items:center;gap:12px;display:flex}._monthTitle_u3cmh_53{color:#1f2937;text-transform:capitalize;margin:0;font-size:15px;font-weight:700}._navBtn_u3cmh_61{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}._navBtn_u3cmh_61:hover{color:#374151;background:#e5e7eb}._summary_u3cmh_81{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;gap:8px 16px;padding-bottom:4px;display:flex}._summaryItem_u3cmh_89{color:#6b7280;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}._summaryDot_u3cmh_98{border-radius:50%;flex-shrink:0;width:8px;height:8px}._summaryDot_u3cmh_98[data-tone=completed]{background:#10b981}._summaryDot_u3cmh_98[data-tone=cancelled]{background:#ef4444}._summaryDot_u3cmh_98[data-tone=missed]{background:#f59e0b}._summaryItem_u3cmh_89 strong{color:#374151;font-weight:700}._weekDays_u3cmh_114{text-align:center;grid-template-columns:repeat(7,1fr);gap:6px;display:grid}._weekDay_u3cmh_114{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:2px;font-size:10px;font-weight:700}._grid_u3cmh_130{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}._day_u3cmh_136{aspect-ratio:1;cursor:default;background:0 0;border:1px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:0;padding:4px;font-family:inherit;transition:background .15s,border-color .15s,transform .15s;display:flex}._dayOther_u3cmh_153{color:#d1d5db}._dayCurrent_u3cmh_157{color:#374151;background:#f9fafb;border-color:#e5e7eb}._dayCurrent_u3cmh_157:hover:not(:disabled){background:#f0f9ff;border-color:#bae6fd;transform:translateY(-1px)}._dayToday_u3cmh_169{color:#059669;background:#ecfdf5;border-color:#059669}._dayToday_u3cmh_169 ._dayNum_u3cmh_175{font-weight:700}._daySelected_u3cmh_179{border-color:#059669;box-shadow:0 0 0 2px #05966933;background:#d0fae5!important}._dayHasApts_u3cmh_185{cursor:pointer;background:#fffbeb;border-color:#fcd34d}._dayHasApts_u3cmh_185:hover{background:#fef3c7;border-color:#f59e0b}._dayNum_u3cmh_175{font-size:12px;line-height:1}._dayDots_u3cmh_201{flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;display:flex}._dayDot_u3cmh_201{border-radius:50%;width:5px;height:5px}._dayDot_u3cmh_201[data-tone=completed]{background:#10b981}._dayDot_u3cmh_201[data-tone=cancelled]{background:#ef4444}._dayDot_u3cmh_201[data-tone=missed]{background:#f59e0b}._dayMore_u3cmh_219{color:#f59e0b;font-size:8px;font-weight:700;line-height:1}._daySection_u3cmh_226{background:0 0;border-left:1px solid #e5e7eb;flex-direction:column;flex:1;min-width:0;min-height:0;padding-left:20px;display:flex}._daySectionHead_u3cmh_237{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}._daySectionTitle_u3cmh_246{color:#1f2937;text-transform:capitalize;margin:0;font-size:13px;font-weight:600}._daySectionClose_u3cmh_254{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._daySectionClose_u3cmh_254:hover{color:#374151;background:#d1d5db}._daySectionEmpty_u3cmh_273{color:#9ca3af;margin:0;font-size:13px;font-style:italic}._dayList_u3cmh_280{flex-direction:column;max-height:340px;margin:0;padding:0 4px 0 0;list-style:none;display:flex;overflow-y:auto}._dayItem_u3cmh_291{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #e5e7eb;width:100%;padding:10px 0;font-family:inherit;transition:opacity .15s}._dayItem_u3cmh_291:last-child{border-bottom:none;padding-bottom:0}._dayItem_u3cmh_291:hover{opacity:.85}._dayItemStatic_u3cmh_312{cursor:default}._dayItemStatic_u3cmh_312:hover{opacity:1}._dayItemTop_u3cmh_320{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}._dayItemName_u3cmh_328{color:#1f2937;font-size:13px;font-weight:600}._dayItemStatus_u3cmh_334{border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:600}._dayItemStatus_u3cmh_334[data-tone=completed]{color:#047857;background:#d0fae5}._dayItemStatus_u3cmh_334[data-tone=cancelled]{color:#dc2626;background:#fee2e2}._dayItemStatus_u3cmh_334[data-tone=missed]{color:#d97706;background:#fef3c7}._dayItemMeta_u3cmh_357{color:#6b7280;margin:0;font-size:11px}._dayItemNote_u3cmh_363{color:#374151;margin:4px 0 0;font-size:11px;line-height:1.45}@media (width<=768px){._wrapWithPanel_u3cmh_7{max-width:100%}._bodyWithPanel_u3cmh_29{flex-direction:column;gap:16px}._bodyWithPanel_u3cmh_29 ._calendarMain_u3cmh_35{flex:auto;max-width:100%}._daySection_u3cmh_226{border-top:1px solid #e5e7eb;border-left:none;padding-top:16px;padding-left:0}._dayList_u3cmh_280{max-height:none}}@media (width<=640px){._card_u3cmh_11{padding:14px 16px}}._panel_1x1tx_1{flex-shrink:0;width:100%;padding:0}._grid_1x1tx_7{grid-template-columns:1fr;gap:24px;width:100%;display:grid}._card_1x1tx_14{background:#fff;border:1px solid #3c2f730a;border-radius:20px;flex-direction:column;gap:20px;padding:24px 28px;display:flex;box-shadow:0 10px 30px #3c2f7305}._cardHead_1x1tx_26{border-bottom:1px solid #3c2f730a;padding-bottom:14px}._cardHeadWithNav_1x1tx_31{border-bottom:1px solid #3c2f730a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}._cardHeaderTitle_1x1tx_41{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:14px;font-weight:800}._monthSelector_1x1tx_49{background:#fbf9fc;border:1px solid #3c2f730f;border-radius:999px;align-items:center;gap:12px;padding:4px 12px;display:flex}._navArrow_1x1tx_59{cursor:pointer;width:24px;height:24px;color:var(--color-accent);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}._navArrow_1x1tx_59:hover:not(:disabled){color:var(--color-accent-dark);background:#3c2f730d}._navArrow_1x1tx_59:disabled{opacity:.35;cursor:not-allowed}._selectorLabel_1x1tx_83{color:var(--color-accent);-webkit-user-select:none;user-select:none;text-align:center;min-width:110px;font-size:13px;font-weight:700}._pieLayout_1x1tx_93{justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:220px;display:flex}._pieVisual_1x1tx_102{flex:none;justify-content:center;display:flex}._pieContent_1x1tx_108{flex:1;justify-content:space-between;align-items:center;gap:24px;min-width:0;display:flex}._legend_1x1tx_117{flex-direction:column;flex:0 auto;gap:12px;min-width:0;margin:0;padding:0;list-style:none;display:flex}._legendItem_1x1tx_128{grid-template-columns:12px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:36px;display:grid}._selectorLane_1x1tx_136{flex:auto;justify-content:flex-end;align-self:center;align-items:center;min-width:0;max-width:340px;margin-left:auto;display:flex}._selectorStack_1x1tx_148{flex-direction:column;align-items:stretch;gap:8px;width:100%;display:flex}._jumpRow_1x1tx_156{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}._jumpBtn_1x1tx_164{color:var(--color-accent);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#fff;border:1px solid #3c2f731a;border-radius:999px;align-self:center;padding:5px 14px;font-size:11px;font-weight:700;transition:background .15s,color .15s,border-color .15s,opacity .15s}._jumpBtn_1x1tx_164:hover:not(:disabled){background:#3c2f730d;border-color:#3c2f732e}._jumpBtn_1x1tx_164:disabled{cursor:default;opacity:.55}._jumpBtnActive_1x1tx_193{color:#fff;opacity:1;background:#1e1b4b;border-color:#1e1b4b}._pickPopup_1x1tx_201{z-index:1200;background:#fff;border:1px solid #3c2f731a;border-radius:18px;padding:14px 16px 16px;position:fixed;box-shadow:0 16px 40px #1e1b4b29}._pickHeader_1x1tx_211{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._pickTitle_1x1tx_218{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:13px;font-weight:800}._pickClose_1x1tx_226{width:28px;height:28px;color:var(--color-accent);cursor:pointer;background:#3c2f730f;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}._pickClose_1x1tx_226:hover{background:#3c2f731f}._pickNav_1x1tx_243{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}._pickNavBtn_1x1tx_251{width:30px;height:30px;color:var(--color-accent);cursor:pointer;background:#3c2f730f;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}._pickNavBtn_1x1tx_251:hover{background:#3c2f731f}._pickNavLabel_1x1tx_268{color:var(--color-accent);text-align:center;min-width:0;font-size:14px;font-weight:800}._dayGrid_1x1tx_276{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}._dayGridHead_1x1tx_282{text-align:center;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);padding:4px 0;font-size:10px;font-weight:700}._dayGridEmpty_1x1tx_292{min-height:34px}._dayGridCell_1x1tx_296{min-height:34px;color:var(--color-accent);cursor:pointer;background:0 0;border:none;border-radius:10px;font-size:13px;font-weight:700}._dayGridCell_1x1tx_296:hover{background:#3c2f730f}._dayGridCellToday_1x1tx_311{box-shadow:inset 0 0 0 1px #3c2f7333}._dayGridCellActive_1x1tx_315{color:#fff;background:#1e1b4b}._dayGridCellActive_1x1tx_315:hover{background:#1e1b4b}._monthGrid_1x1tx_324{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}._monthGridCell_1x1tx_330{min-height:44px;color:var(--color-accent);cursor:pointer;background:#faf8fc;border:1px solid #3c2f7314;border-radius:12px;font-size:13px;font-weight:700}._monthGridCell_1x1tx_330:hover{background:#3c2f730f}._monthGridCellCurrent_1x1tx_345{box-shadow:inset 0 0 0 1px #3c2f7338}._monthGridCellActive_1x1tx_349{color:#fff;background:#1e1b4b;border-color:#1e1b4b}._monthGridCellActive_1x1tx_349:hover{background:#1e1b4b}._wheelWrap_1x1tx_359{flex-direction:row;align-items:center;gap:8px;width:100%;display:flex}._wheelArrow_1x1tx_367{width:28px;height:28px;color:var(--color-accent);cursor:pointer;background:#3c2f730f;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:background .15s,color .15s,opacity .15s;display:inline-flex}._wheelArrow_1x1tx_367:hover:not(:disabled){color:var(--color-accent-dark);background:#3c2f731f}._wheelArrow_1x1tx_367:disabled{opacity:.28;cursor:not-allowed}._wheelPicker_1x1tx_395{background:linear-gradient(90deg,#f9f7fb 0%,#efeaf5 100%);border:1px solid #3c2f7314;border-radius:18px;flex:auto;width:100%;min-width:0;height:72px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 10px 30px #3c2f730f}._wheelHighlight_1x1tx_410{pointer-events:none;z-index:1;background:#fff;border-radius:14px;width:72px;position:absolute;top:8px;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #3c2f7324}._wheelFadeStart_1x1tx_424,._wheelFadeEnd_1x1tx_425{pointer-events:none;z-index:3;width:48px;position:absolute;top:0;bottom:0}._wheelFadeStart_1x1tx_424{background:linear-gradient(90deg,#efeaf5 45%,#efeaf500);left:0}._wheelFadeEnd_1x1tx_425{background:linear-gradient(270deg,#efeaf5 45%,#efeaf500);right:0}._wheelList_1x1tx_444{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;z-index:2;-webkit-overflow-scrolling:touch;height:100%;position:relative;overflow:auto hidden}._wheelList_1x1tx_444::-webkit-scrollbar{display:none}._wheelListInner_1x1tx_460{flex-direction:row;align-items:center;width:max-content;height:100%;display:flex}._wheelItem_1x1tx_468{cursor:pointer;will-change:transform, opacity;background:0 0;border:none;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;height:100%;padding:0 6px;display:flex;position:relative}._wheelItem_1x1tx_468:disabled{cursor:not-allowed}._wheelItemLabel_1x1tx_488{letter-spacing:.08em;text-transform:uppercase;color:#6b6280;font-size:9px;font-weight:700;line-height:1}._wheelItemValue_1x1tx_497{color:#4a3f6b;font-size:13px;font-weight:800;line-height:1.2}._wheelItemActive_1x1tx_504 ._wheelItemLabel_1x1tx_488{color:#3c2f73}._wheelItemActive_1x1tx_504 ._wheelItemValue_1x1tx_497{color:#1e1b4b;transform:scale(1.06)}._wheelItemMarker_1x1tx_513{background:var(--color-primary);border-radius:50%;width:4px;height:4px;position:absolute;bottom:8px}._wheelItemActive_1x1tx_504 ._wheelItemMarker_1x1tx_513{background:var(--color-accent)}._pieRing_1x1tx_526{border-radius:50%;justify-content:center;align-items:center;width:168px;height:168px;transition:background .35s;display:flex;box-shadow:0 8px 24px #3c2f7314}._pieHole_1x1tx_537{width:108px;height:108px;box-shadow:inset 0 0 0 1px var(--color-border-light);background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}._pieHoleValue_1x1tx_550{color:var(--color-accent);font-size:1.75rem;font-weight:800;line-height:1}._pieHoleLabel_1x1tx_557{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:700}._legendSwatch_1x1tx_565{border-radius:3px;flex-shrink:0;width:12px;height:12px}._legendSwatch_1x1tx_565[data-slice=pending]{background:var(--color-accent-light)}._legendSwatch_1x1tx_565[data-slice=confirmed]{background:var(--color-accent)}._legendSwatch_1x1tx_565[data-slice=cancelled]{background:var(--color-accent-dark)}._legendLabel_1x1tx_584{color:var(--color-text-secondary);font-size:13px;font-weight:600}._legendCount_1x1tx_590{color:var(--color-accent);text-align:right;min-width:1.5rem;font-size:13px;font-weight:800}._legendPct_1x1tx_598{color:var(--color-text-muted);text-align:right;min-width:2.5rem;font-size:12px;font-weight:700}._stateText_1x1tx_606,._stateError_1x1tx_607{text-align:center;margin:0;padding:40px 0;font-size:13px}._stateText_1x1tx_606{color:var(--color-text-muted)}._stateError_1x1tx_607{color:#dc2626}@media (width<=640px){._card_1x1tx_14{padding:18px}._pieLayout_1x1tx_93{flex-direction:column;gap:20px}._pieContent_1x1tx_108{flex-direction:column;align-items:stretch;gap:16px}._selectorLane_1x1tx_136{order:-1;align-self:center}._pieVisual_1x1tx_102{flex-basis:auto}}._page_162m4_1{isolation:isolate;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}._backdrop_162m4_13{z-index:0;position:absolute;inset:0;overflow:hidden}._backdropImg_162m4_20{object-fit:cover;filter:blur(36px)saturate(1.4)brightness(.92);pointer-events:none;-webkit-user-select:none;user-select:none;width:calc(100% + 64px);height:calc(100% + 64px);position:absolute;inset:-32px;transform:scale(1.08)}._backdropGlass_162m4_32{-webkit-backdrop-filter:blur(16px)saturate(1.25);pointer-events:none;background:#ffffff24;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff14}._slide_162m4_42{z-index:1;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:relative}._placeholder_162m4_55{background:var(--color-primary-bg);width:100%;height:100%;min-height:0;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}._navBtn_162m4_68{width:36px;height:36px;color:var(--color-accent);cursor:pointer;z-index:2;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #3c2f732e}._navBtn_162m4_68:disabled{opacity:.35;cursor:not-allowed}._navPrev_162m4_91{left:12px}._navNext_162m4_95{right:12px}._dots_162m4_99{z-index:2;justify-content:center;gap:6px;display:flex;position:absolute;bottom:12px;left:0;right:0}._dot_162m4_99{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:7px;height:7px;padding:0}._dotActive_162m4_120{background:#fff;transform:scale(1.15)}._counter_162m4_125{color:#fff;z-index:2;-webkit-backdrop-filter:blur(8px);background:#00000073;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}@media (width<=768px){._navBtn_162m4_68{width:32px;height:32px}._navPrev_162m4_91{left:8px}._navNext_162m4_95{right:8px}._dots_162m4_99{gap:5px;bottom:10px}._dot_162m4_99{width:6px;height:6px}._counter_162m4_125{padding:3px 8px;font-size:10px;top:auto;bottom:44px;right:10px}}._editor_1d3io_1{flex-direction:column;gap:16px;display:flex}._uploadZone_1d3io_7{cursor:pointer;text-align:center;background:#ffffffb8;border-radius:8px 8px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:112px;padding:20px 16px;transition:background .2s;display:flex;position:relative}._uploadZone_1d3io_7:before{content:"";background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._uploadZone_1d3io_7:after{content:"";background:var(--color-primary);transform-origin:50%;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._uploadZone_1d3io_7:hover{background:#fffffff2}._uploadZone_1d3io_7:hover:after{transform:scaleX(1)}._uploadZone_1d3io_7 svg{color:var(--color-primary)}._uploadZone_1d3io_7 span{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}._uploadZone_1d3io_7 small{color:var(--color-text-muted);font-size:.75rem;font-weight:500}._grid_1d3io_70{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}._item_1d3io_79{background:#fff;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 10px #3c2f7314}._item_1d3io_79 img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}._coverBadge_1d3io_94{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#f0518feb;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;position:absolute;top:8px;left:8px}._itemActions_1d3io_108{background:#fffffff5;justify-content:center;gap:4px;padding:8px;display:flex}._iconBtn_1d3io_116{background:var(--color-primary-bg);width:28px;height:28px;color:var(--color-text-secondary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}._iconBtn_1d3io_116:hover:not(:disabled){background:var(--color-primary-light);color:var(--color-primary-dark)}._iconBtn_1d3io_116:disabled{opacity:.35;cursor:not-allowed}._iconBtnDanger_1d3io_139:hover:not(:disabled){color:#dc2626;background:#fee2e2}._iconBtn_1d3io_116 svg{color:inherit}._editor_w43du_1{flex-direction:column;flex:1;gap:0;min-height:0;display:flex}._toolbar_w43du_9{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:8px;display:flex}._timelineCenter_w43du_18{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}._timelineCenter_w43du_18>*{width:100%}@media (width<=640px){._toolbar_w43du_9{flex-direction:column;align-items:stretch}._toolbarActions_w43du_37{align-items:stretch!important}._saveBtn_w43du_41{justify-content:center;width:100%}}._toolbarActions_w43du_37{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}._hint_w43du_55{color:#b8b4c0;letter-spacing:.02em;flex:1;max-width:520px;margin:0;font-size:11px;font-weight:500;line-height:1.55}._hint_w43du_55 strong{color:var(--color-primary-dark);text-transform:capitalize}._modalOverlay_w43du_71{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#241c306b;justify-content:center;align-items:center;padding:20px;animation:.22s _overlayIn_w43du_1;display:flex;position:fixed;inset:0}@keyframes _overlayIn_w43du_1{0%{opacity:0}}._modalBox_w43du_88{width:100%;max-width:500px;font-family:var(--font-sans);font-feature-settings:"kern" 1, "liga" 1;background:#fff;border:1px solid #f0518f26;border-radius:26px;flex-direction:column;gap:0;padding:0;animation:.32s cubic-bezier(.34,1.35,.64,1) _modalIn_w43du_1;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 64px #f0518f38}@keyframes _modalIn_w43du_1{0%{opacity:0;transform:scale(.9)translateY(16px)}}._modalArt_w43du_114{pointer-events:none;color:var(--color-primary);position:absolute;inset:0;overflow:hidden}._artBlobA_w43du_122{background:radial-gradient(circle at 30% 30%,#ffb6d48c,#f0518f1f);border-radius:42% 58% 55% 45%/48% 42% 58% 52%;width:160px;height:160px;animation:8s ease-in-out infinite _blobFloat_w43du_1;position:absolute;top:-48px;right:-32px}._artBlobB_w43du_133{background:radial-gradient(circle at 60% 40%,#c97df024,#0000 70%);border-radius:58% 42% 45% 55%/52% 58% 42% 48%;width:140px;height:140px;animation:10s ease-in-out infinite reverse _blobFloat_w43du_1;position:absolute;bottom:-60px;left:-40px}._artSparkles_w43du_144{width:120px;height:80px;position:absolute;top:12px;right:48px}@keyframes _blobFloat_w43du_1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(6px,-8px)rotate(4deg)}}._modalClose_w43du_157{z-index:2;color:#b8b4c0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:color .15s,transform .15s;display:flex;position:absolute;top:20px;right:20px}._modalClose_w43du_157:hover{color:var(--color-primary-dark);transform:scale(1.05)}._modalHeader_w43du_180{z-index:1;align-items:center;gap:16px;padding:32px 60px 0 32px;display:flex;position:relative}._modalContent_w43du_189{z-index:1;flex-direction:column;gap:28px;padding:28px 32px 32px;display:flex;position:relative}._modalNote_w43du_198{color:#a8a5b3;text-align:center;margin:0;padding-top:4px;font-size:13px;font-weight:500;line-height:1.5}._modalNote_w43du_198 strong{color:var(--color-primary);text-transform:capitalize;font-weight:700}._scheduleError_w43du_214{color:#dc2626;text-align:center;background:#fef2f2;border-radius:10px;margin:0;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4}._lockNotice_w43du_226{background:var(--color-accent-light);color:var(--color-accent);border:1px solid #3c2f7324;border-radius:12px;align-items:flex-start;gap:10px;margin:0;padding:12px 14px;font-size:12px;font-weight:600;line-height:1.45;display:flex}._lockNotice_w43du_226 svg{flex-shrink:0;margin-top:1px}._workToggleDisabled_w43du_246{opacity:.65;cursor:not-allowed}._editTimesDisabled_w43du_251{opacity:.65;pointer-events:none}._modalDoneBtn_w43du_256{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;width:100%;font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:14px;padding:15px 16px;font-size:15px;font-weight:800;transition:opacity .15s,transform .15s;box-shadow:0 6px 20px #f0518f52}._modalDoneBtn_w43du_256:hover{opacity:.96;transform:translateY(-1px)}._editPanelIcon_w43du_278{background:linear-gradient(145deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._iconGlow_w43du_290{display:none}._editPanelTitle_w43du_294{font-family:var(--font-sans);letter-spacing:-.03em;color:var(--color-text-primary);text-transform:capitalize;margin:0;font-size:24px;font-weight:800;line-height:1.15}._editPanelSub_w43du_305{color:#a8a5b3;letter-spacing:.01em;margin:4px 0 0;font-size:12px;font-weight:500}._workToggle_w43du_246{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;align-items:center;gap:16px;padding:0;display:flex}._workToggle_w43du_246 input{opacity:0;width:0;height:0;position:absolute}._workToggleTrack_w43du_331{background:#ebe8ef;border-radius:999px;flex-shrink:0;width:50px;height:30px;transition:background .25s;position:relative}._workToggleThumb_w43du_341{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .25s cubic-bezier(.34,1.45,.64,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000001f}._workToggle_w43du_246 input:checked+._workToggleTrack_w43du_331{background:var(--color-primary)}._workToggle_w43du_246 input:checked+._workToggleTrack_w43du_331 ._workToggleThumb_w43du_341{transform:translate(20px)}._workToggleLabel_w43du_361{color:var(--color-text-primary);letter-spacing:-.01em;font-size:16px;font-weight:700}._editTimes_w43du_251{align-items:flex-end;gap:16px;display:flex}._editTimeBlock_w43du_374{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}._editTimeBlock_w43du_374 label{font-family:var(--font-sans);color:#a8a5b3;text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:5px;font-size:9px;font-weight:800;display:inline-flex}._timeInput_w43du_394{width:100%;font-family:var(--font-sans);font-feature-settings:"tnum" 1;letter-spacing:.02em;color:var(--color-text-primary);appearance:none;background:0 0;border:none;border-bottom:2px solid #f0518f33;border-radius:0;padding:14px 12px;font-size:16px;font-weight:700;transition:border-color .15s}._timeInput_w43du_394:focus{border-bottom-color:var(--color-primary);outline:none}._editTimeSep_w43du_417{color:var(--color-primary);opacity:.45;flex-shrink:0;justify-content:center;align-items:center;padding-bottom:14px;display:flex}._closedIllustration_w43du_427{align-items:center;gap:12px;padding:4px 0;display:flex}._closedMoon_w43du_434{background:#e8e4ed;border-radius:50%;flex-shrink:0;width:36px;height:36px}._closedText_w43du_442{color:#9ca3af;margin:0;font-size:14px;font-weight:600}@media (width<=420px){._editTimes_w43du_251{flex-direction:column;align-items:stretch}._editTimeSep_w43du_417{padding:0;transform:rotate(90deg)}}._message_w43du_461{text-align:right;font-size:12px;font-weight:600}._saveBtn_w43du_41{white-space:nowrap;background:linear-gradient(135deg, var(--color-primary), #e91e8c);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s,transform .15s;display:inline-flex;box-shadow:0 4px 14px #f0518f59}._saveBtn_w43du_41:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}._saveBtn_w43du_41:disabled{opacity:.6;cursor:not-allowed}._saveSpinner_w43du_495{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite _spin_w43du_1}@keyframes _spin_w43du_1{to{transform:rotate(360deg)}}._messageSuccess_w43du_508{color:#059669}._messageError_w43du_512{color:#dc2626}._page_1fh9w_2{min-height:100vh;font-family:var(--font-sans);background:#f9f7fc;flex-direction:column;display:flex}._modalOverlay_1fh9w_11{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.3s _fadeInOverlay_1fh9w_1;display:flex;position:fixed;inset:0}@keyframes _fadeInOverlay_1fh9w_1{0%{opacity:0}to{opacity:1}}._confirmModal_1fh9w_27{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:24px;animation:.3s _scaleInModal_1fh9w_1;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes _scaleInModal_1fh9w_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._confirmModalHeader_1fh9w_42 h3{color:#262626;margin:0 0 8px;font-size:18px;font-weight:600}._confirmModalHeader_1fh9w_42 p{color:#6b7280;margin:0;font-size:14px}._confirmModalActions_1fh9w_55{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}._confirmModalCancel_1fh9w_62{color:#262626;cursor:pointer;background:#fff;border:1px solid #dbdbdb;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s}._confirmModalCancel_1fh9w_62:hover{background:#f5f5f5}._confirmModalDelete_1fh9w_78{color:#fff;cursor:pointer;background:#ed4956;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s}._confirmModalDelete_1fh9w_78:hover{background:#d63644}._confirmModalSuccess_1fh9w_95{text-align:center;flex-direction:column;align-items:center;padding:12px 0;display:flex}._successIconWrap_1fh9w_103{width:56px;height:56px;margin-bottom:16px}._successSvg_1fh9w_109{width:56px;height:56px;display:block}._successCircle_1fh9w_115{stroke:#4caf50;stroke-width:2px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s cubic-bezier(.65,0,.45,1) forwards _stroke_1fh9w_1}._successCheck_1fh9w_123{transform-origin:50%;stroke:#4caf50;stroke-width:3px;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards _stroke_1fh9w_1}@keyframes _stroke_1fh9w_1{to{stroke-dashoffset:0}}._header_1fh9w_139{-webkit-backdrop-filter:blur(12px);z-index:100;background:0 0;border-bottom:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;height:auto;min-height:68px;padding:0 28px;display:flex;position:sticky;top:0}._headerBrand_1fh9w_157{flex-shrink:0;align-items:center;gap:12px;display:flex}._headerLogo_1fh9w_164{background:var(--color-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._headerTitle_1fh9w_175{color:#1f2937;align-items:center;gap:6px;font-size:17px;font-weight:700;display:flex}._proBadge_1fh9w_184{background:var(--color-primary);color:#fff;letter-spacing:.05em;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:700}._headerSub_1fh9w_194{color:#9ca3af;margin-top:1px;font-size:12px}._headerStats_1fh9w_200{-webkit-backdrop-filter:blur(12px);background:#ffffff26;border:none;border-radius:999px;flex-shrink:1;align-items:center;gap:12px;min-width:0;padding:6px 20px;display:flex;box-shadow:inset 0 1px #fff3}._statPill_1fh9w_215{white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:4px 8px;font-size:13px;font-weight:600;transition:background .2s;display:flex}._statPillContent_1fh9w_227{align-items:baseline;gap:4px;display:inline-flex}._statPillNum_1fh9w_233{font-size:13px;font-weight:700;line-height:1}._statPillLabel_1fh9w_239{font-size:13px;font-weight:600;line-height:1}._statPill_1fh9w_215:hover{background:#ffffff1a}._statDivider_1fh9w_249{background:#fff3;flex-shrink:0;width:1px;height:16px}._headerActions_1fh9w_256{flex-shrink:0;align-items:center;gap:8px;display:flex}._iconBtn_1fh9w_263{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}._iconBtn_1fh9w_263:hover{color:#1f2937;background:#f3f4f6}._hint_1fh9w_282{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;align-items:center;gap:10px;margin:16px 20px 0;padding:10px 16px;font-size:13px;display:flex}._hintDot_1fh9w_295{flex-shrink:0;font-size:16px}._pageOverview_1fh9w_301{height:100dvh;max-height:100dvh;overflow:hidden}._gridWrapperOverview_1fh9w_307{flex:1;min-height:0}._overviewLayout_1fh9w_312{align-items:stretch;gap:28px;width:100%;max-width:1100px;min-height:min(720px,100dvh - 120px);margin-block:auto;margin-inline:auto;padding-inline:8px 24px;display:flex}._overviewRail_1fh9w_325{border-right:1px solid #3c2f730f;flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:flex-start;gap:6px;width:190px;margin-left:0;padding:12px 0;display:flex}._overviewNavBtn_1fh9w_339{width:100%;color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:flex}._overviewNavBtn_1fh9w_339:hover{color:var(--color-accent-dark);background:#3c2f730a}._overviewNavBtn_1fh9w_339:focus-visible{outline:2px solid var(--color-primary);outline-offset:-1px}._overviewNavAvatarIcon_1fh9w_367{object-fit:cover;border-radius:50%;width:20px;height:20px}._overviewNavIconWrap_1fh9w_374{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}._overviewNavBadge_1fh9w_384{color:#fff;pointer-events:none;background:#dc2626;border:2px solid #f9f7fc;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-9px;box-shadow:0 1px 4px #dc262659}._overviewNavText_1fh9w_405{white-space:nowrap}._overviewMain_1fh9w_409{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}._overviewCharts_1fh9w_417{flex-shrink:0;width:100%;min-width:0;overflow:visible}._overviewInfo_1fh9w_424{flex-direction:column;gap:14px;min-width:0;display:flex}._overviewSummaryRow_1fh9w_431{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}._overviewSummaryCard_1fh9w_437{background:#fff;border-radius:16px;flex-direction:column;gap:4px;padding:16px 18px;display:flex;box-shadow:0 4px 16px #3c2f730d}._overviewSummaryValue_1fh9w_447{color:var(--color-accent);font-size:1.5rem;font-weight:700;line-height:1.1}._overviewSummaryLabel_1fh9w_454{color:var(--color-text-muted);font-size:12px;font-weight:600}._overviewUpcoming_1fh9w_460{background:#fff;border-radius:18px;flex-direction:column;flex:1;gap:12px;min-height:0;padding:18px 20px 16px;display:flex;box-shadow:0 4px 16px #3c2f730d}._overviewUpcomingHead_1fh9w_472{justify-content:space-between;align-items:center;gap:12px;display:flex}._overviewUpcomingTitle_1fh9w_479{color:var(--color-accent);margin:0;font-size:1rem;font-weight:700}._overviewUpcomingLink_1fh9w_486{color:var(--color-primary);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:4px 0;font-size:.8rem;font-weight:700;display:inline-flex}._overviewUpcomingLink_1fh9w_486:hover{text-decoration:underline}._overviewUpcomingEmpty_1fh9w_504{text-align:center;color:var(--color-text-muted);margin:0;padding:20px 0 12px;font-size:.9rem}._overviewUpcomingList_1fh9w_512{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}._overviewUpcomingItem_1fh9w_521{background:#f9f7fc;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}._overviewUpcomingItemMain_1fh9w_531{flex-direction:column;gap:2px;min-width:0;display:flex}._overviewUpcomingName_1fh9w_538{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}._overviewUpcomingMeta_1fh9w_547{color:var(--color-text-muted);font-size:.78rem}._overviewUpcomingStatus_1fh9w_552{background:var(--color-accent-light);color:var(--color-accent);border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.72rem;font-weight:700}._overviewUpcomingStatus_1fh9w_552[data-status=pending]{color:#d97706;background:#fff7ed}._pageOverview_1fh9w_301 ._footer_1fh9w_567{flex-shrink:0;padding:8px 16px}._pageOverview_1fh9w_301 ._header_1fh9w_139{flex-shrink:0;min-height:56px;padding:0 20px}@media (width<=1024px){._overviewLayout_1fh9w_312{flex-direction:column;align-items:stretch;gap:18px;min-height:0;padding-inline:0}._overviewRail_1fh9w_325{border-bottom:1px solid #3c2f730f;border-right:none;flex-flow:wrap;justify-content:center;gap:14px;width:100%;margin-left:0;padding-bottom:12px}._overviewNavBtn_1fh9w_339{width:auto}}@media (width<=560px){._overviewNavText_1fh9w_405{display:none}}@media (width<=1399px) and (width>=1025px){._gridWrapper_1fh9w_307._gridWrapperOverview_1fh9w_307{padding:12px 16px 20px 6px}._overviewLayout_1fh9w_312{gap:22px}._pageOverview_1fh9w_301 ._header_1fh9w_139{min-height:52px;padding:0 16px}._pageOverview_1fh9w_301 ._footer_1fh9w_567{padding:6px 16px;font-size:11px}}@media (height<=860px){._overviewLayout_1fh9w_312{gap:16px;min-height:min-content}._overviewRail_1fh9w_325{gap:14px}._overviewNavBtn_1fh9w_339{width:54px;height:54px}._pageOverview_1fh9w_301 ._header_1fh9w_139{min-height:48px}}@media (width<=1024px){._pageOverview_1fh9w_301{height:auto;max-height:none;overflow:auto}._gridWrapper_1fh9w_307._gridWrapperOverview_1fh9w_307{padding:12px 16px 16px;overflow:visible}}._gridWrapper_1fh9w_307{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:1520px;margin:0 auto;padding:0 20px;display:flex}._gridWrapper_1fh9w_307._gridWrapperOverview_1fh9w_307{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;justify-content:safe center;align-self:center;align-items:center;min-height:0;padding:14px 20px 24px 8px;scroll-padding-top:8px;scroll-padding-bottom:16px;overflow:hidden auto}._grid_1fh9w_307{grid-template-columns:1fr 1fr;align-content:center;gap:16px;padding:20px 0;display:grid}._gridExpanded_1fh9w_700{padding:20px 0;display:block}._card_1fh9w_706{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:300px;padding:28px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .2s;display:flex}._card_1fh9w_706:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000012}._card_perfil_1fh9w_726:hover{border-color:var(--color-primary)}._card_citas_1fh9w_728:hover{border-color:var(--color-accent)}._card_sitio_1fh9w_730:hover{border-color:var(--color-secondary)}._card_pacientes_1fh9w_732:hover{border-color:var(--color-primary)}._card_equipo_1fh9w_734:hover{border-color:#d97706}._cardHidden_1fh9w_736{display:none}._cardExpanded_1fh9w_741{cursor:default;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;width:100%;max-width:1400px;min-height:calc(100vh - 160px);margin:0 auto;padding:0;animation:.3s cubic-bezier(.16,1,.3,1) _expandIn_1fh9w_1;display:flex;overflow:hidden}._cardExpandedSite_1fh9w_757{max-width:min(1680px,100vw - 32px);box-shadow:none;background:0 0;border:none;border-radius:0}@keyframes _expandIn_1fh9w_1{0%{opacity:0;transform:scale(.98)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}._expandedInner_1fh9w_770{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);flex-direction:column;flex:1;gap:24px;min-height:0;padding:28px 32px;display:flex;overflow:hidden auto}._expandedInner_1fh9w_770::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}._expandedInner_1fh9w_770::-webkit-scrollbar-track{background:var(--scrollbar-track)}._expandedInner_1fh9w_770::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._expandedInner_1fh9w_770::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._expandedInnerFill_1fh9w_801{overflow:hidden}._expandedHead_1fh9w_805{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;display:flex}._expandedHeadLeft_1fh9w_813{align-items:center;gap:12px;display:flex}._expandedIcon_1fh9w_819{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}._expandedTitle_1fh9w_829{color:#1f2937;margin:0;font-size:20px;font-weight:700}._backBtn_1fh9w_836{color:#6b7280;cursor:pointer;white-space:nowrap;background:#f3f4f6;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s;display:flex}._backBtn_1fh9w_836:hover{color:#1f2937;background:#e5e7eb}._backBtnTextShort_1fh9w_854{display:none}._cardTop_1fh9w_859{flex-direction:column;flex:1;gap:14px;display:flex}._cardHeaderRow_1fh9w_866{justify-content:space-between;align-items:center;display:flex}._cardIcon_1fh9w_872{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}._badge_1fh9w_881{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}._cardTitle_1fh9w_888{color:#1f2937;margin:0;font-size:15px;font-weight:700}._cardDesc_1fh9w_895{color:#6b7280;margin:0;font-size:13px;line-height:1.5}._cardFooter_1fh9w_902{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:14px;display:flex}._footerMeta_1fh9w_910{color:#9ca3af;align-items:center;gap:5px;font-size:12px;display:flex}._footerLink_1fh9w_918{font-size:12px;font-weight:600}._dashCardBody_1fh9w_924{flex:1;align-items:flex-start;gap:18px;min-height:0;display:flex}._dashCardHero_1fh9w_932{border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative}._dashCardHero_1fh9w_932[data-tone=primary]{background:linear-gradient(150deg, var(--color-primary-light) 0%, #fff 100%);color:var(--color-primary);box-shadow:inset 0 0 0 1px #f0518f24}._dashCardHero_1fh9w_932[data-tone=accent]{background:linear-gradient(150deg, var(--color-accent-light) 0%, #fff 100%);color:var(--color-accent);box-shadow:inset 0 0 0 1px #3c2f731f}._dashCardHero_1fh9w_932[data-tone=secondary]{background:linear-gradient(150deg, var(--color-secondary-light) 0%, #fff 100%);color:var(--color-secondary-dark);box-shadow:inset 0 0 0 1px #c97df029}._dashCardHero_1fh9w_932[data-tone=warm]{color:#d97706;background:linear-gradient(150deg,#fff7ed 0%,#fff 100%);box-shadow:inset 0 0 0 1px #d9770624}._dashCardHeroGlow_1fh9w_967{opacity:.12;pointer-events:none;background:currentColor;border-radius:50%;width:32px;height:32px;position:absolute;top:-8px;right:-8px}._dashCardAvatar_1fh9w_979{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.125rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 6px 18px #f0518f47}._dashCardAvatar_1fh9w_979 img{object-fit:cover;width:100%;height:100%}._dashCardContent_1fh9w_1000{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}._dashCardEyebrow_1fh9w_1008{letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-placeholder);margin:0;font-size:10px;font-weight:800}._dashCardTitle_1fh9w_1017{color:var(--color-text-primary);letter-spacing:-.025em;margin:0;font-size:1.2rem;font-weight:800;line-height:1.25}._dashCardSubtitle_1fh9w_1026{color:var(--color-primary-dark);margin:0;font-size:.8125rem;font-weight:700;line-height:1.45}._dashCardLead_1fh9w_1034{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:.8125rem;font-weight:500;line-height:1.65;display:-webkit-box;overflow:hidden}._dashCardSectionLabel_1fh9w_1046{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-placeholder);margin:12px 0 6px;font-size:10px;font-weight:800}._dashCardFooter_1fh9w_1055{border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}._dashCardMeta_1fh9w_1065{color:var(--color-text-placeholder);align-items:center;gap:5px;min-width:0;font-size:11px;font-weight:600;display:inline-flex}._dashCardAction_1fh9w_1075{white-space:nowrap;flex-shrink:0;align-items:center;gap:3px;font-size:12px;font-weight:700;display:inline-flex}._dashCardAction_1fh9w_1075[data-tone=primary]{color:var(--color-primary)}._dashCardAction_1fh9w_1075[data-tone=accent]{color:var(--color-accent)}._dashCardAction_1fh9w_1075[data-tone=secondary]{color:var(--color-secondary-dark)}._dashCardAction_1fh9w_1075[data-tone=warm]{color:#d97706}._dashStatRow_1fh9w_1090{align-items:center;gap:12px;margin-top:12px;display:flex}._dashStatItem_1fh9w_1097{flex-direction:column;gap:5px;min-width:0;display:flex}._dashStatItem_1fh9w_1097 strong{letter-spacing:-.03em;color:var(--color-text-primary);font-size:1.25rem;font-weight:800;line-height:1}._dashStatItem_1fh9w_1097 strong[data-accent=true]{color:var(--color-accent)}._dashStatItem_1fh9w_1097 span{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-placeholder);font-size:10px;font-weight:700}._dashStatDivider_1fh9w_1124{background:var(--color-border);flex-shrink:0;width:1px;height:30px}._dashMiniList_1fh9w_1131{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}._dashMiniList_1fh9w_1131 li{justify-content:space-between;align-items:baseline;gap:10px;display:flex}._dashMiniName_1fh9w_1147{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:700;overflow:hidden}._dashMiniMeta_1fh9w_1156{color:var(--color-text-muted);flex-shrink:0;font-size:.6875rem;font-weight:600}._dashSiteChips_1fh9w_1163{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}._dashSiteChip_1fh9w_1163{letter-spacing:.04em;background:var(--color-secondary-light);color:var(--color-secondary-dark);border-radius:999px;padding:5px 10px;font-size:10px;font-weight:700}._dashPatientHighlight_1fh9w_1180{align-items:baseline;gap:12px;margin-top:10px;display:flex}._dashPatientCount_1fh9w_1187{letter-spacing:-.04em;color:var(--color-primary);font-size:2.25rem;font-weight:800;line-height:1}._dashPatientLabel_1fh9w_1195{color:var(--color-text-muted);font-size:.8125rem;font-weight:600;line-height:1.35}._dashPatientLast_1fh9w_1202{color:var(--color-text-muted);margin:4px 0 0;font-size:.8125rem;font-weight:500}._dashPatientLast_1fh9w_1202 strong{color:var(--color-text-secondary);font-weight:700}@media (width<=640px){._dashCardBody_1fh9w_924{flex-direction:column;align-items:stretch}._dashCardHero_1fh9w_932{width:64px;height:64px}}._profileRow_1fh9w_1227{align-items:center;gap:14px;display:flex}._avatarSm_1fh9w_1233{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:18px;font-weight:700;display:flex;overflow:hidden}._avatarSmImg_1fh9w_1247{object-fit:cover;width:100%;height:100%}._profileName_1fh9w_1253{color:#1f2937;margin:0;font-size:16px;font-weight:700}._profileHandle_1fh9w_1259{color:#8e8e8e;margin:2px 0 0;font-size:12px}._profileSpecialty_1fh9w_1264{color:var(--color-primary);margin:4px 0 0;font-size:11px;font-weight:600}._profileBio_1fh9w_1270{color:#6b7280;margin:0;font-size:12px;font-style:italic;line-height:1.5}._profileLayout_1fh9w_1279{flex:1;grid-template-columns:260px 1fr;gap:32px;display:grid}._profileSidebar_1fh9w_1286{text-align:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:24px;display:flex}._profileAvatarLg_1fh9w_1298{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:8px;font-size:36px;font-weight:700;display:flex;overflow:hidden}._profileAvatarImg_1fh9w_1312{object-fit:cover;width:100%;height:100%}._profileSidebarName_1fh9w_1318{color:#1f2937;margin:0;font-size:16px;font-weight:700}._profileSidebarHandle_1fh9w_1319{color:#8e8e8e;margin:2px 0 0;font-size:13px}._profileSidebarBadge_1fh9w_1320{color:var(--color-primary);background:#dbeafe;border-radius:999px;margin-top:4px;padding:4px 10px;font-size:11px;font-weight:600}._profileSidebarMeta_1fh9w_1329{color:#6b7280;text-align:left;flex-direction:column;gap:6px;width:100%;margin-top:12px;font-size:12px;display:flex}._profileForm_1fh9w_1341{flex-direction:column;gap:16px;display:flex}._formSection_1fh9w_1343{color:#9ca3af;letter-spacing:.08em;margin:0 0 4px;font-size:10px;font-weight:700}._formGrid_1fh9w_1351{grid-template-columns:1fr 1fr;gap:12px;display:grid}._formField_1fh9w_1357{flex-direction:column;gap:5px;display:flex}._formField_1fh9w_1357 label{color:#6b7280;font-size:12px;font-weight:600}._formField_1fh9w_1357 input,._formField_1fh9w_1357 select,._formField_1fh9w_1357 textarea{color:#1f2937;resize:vertical;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:16px;transition:border-color .15s}._formField_1fh9w_1357 input:focus,._formField_1fh9w_1357 select:focus,._formField_1fh9w_1357 textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0056d214}._formActions_1fh9w_1391{justify-content:flex-end;display:flex}._form_1fh9w_1343{flex-direction:column;gap:12px;display:flex}._saveBtn_1fh9w_1395{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}._saveBtn_1fh9w_1395:hover{background:#0041a8}._saveBtnEmerald_1fh9w_1413{background:#059669}._saveBtnEmerald_1fh9w_1413:hover{background:#047857}._saveBtnPurple_1fh9w_1415{background:#7c3aed}._saveBtnPurple_1fh9w_1415:hover{background:#6d28d9}._saveBtnAmber_1fh9w_1417{background:#d97706}._saveBtnAmber_1fh9w_1417:hover{background:#b45309}._saveBtnGray_1fh9w_1419{color:#374151;background:#e5e7eb}._saveBtnGray_1fh9w_1419:hover{background:#d1d5db}._citasLayout_1fh9w_1423{flex:1;justify-content:center;min-height:0;display:flex}._citasMain_1fh9w_1430{flex-direction:column;width:100%;min-height:0;display:flex;overflow:visible}._citasTabPanel_1fh9w_1438{flex-direction:column;flex:1;gap:20px;min-height:0;display:flex;overflow:visible}._citasTabPanelForm_1fh9w_1447{align-items:center;padding:8px 4px 32px 0}._citasTabPanelWeek_1fh9w_1452{overflow:hidden}._citasMainWeek_1fh9w_1456{flex-direction:column;flex:1;min-height:0;max-height:none;display:flex;overflow:hidden}._citasMainWeek_1fh9w_1456 ._apptNav_1fh9w_1465{flex-shrink:0}._apptNav_1fh9w_1465{scrollbar-width:none;-ms-overflow-style:none;background:linear-gradient(165deg,#fff8fb 0%,#fff0f6 48%,#fff8fb 100%);border:1px solid #f0518f24;border-radius:20px;flex-shrink:0;align-items:stretch;gap:5px;margin:0 0 18px;padding:6px;display:flex;position:relative;overflow-x:auto;box-shadow:inset 0 1px #fffffff2,0 4px 20px #f0518f0f}._apptNav_1fh9w_1465:before{content:"";pointer-events:none;background:radial-gradient(circle,#f0518f14 0%,#0000 70%);border-radius:50%;width:64px;height:64px;position:absolute;top:8px;right:12%}._apptNav_1fh9w_1465::-webkit-scrollbar{display:none}._apptNavTab_1fh9w_1504{z-index:1;color:#a8a5b3;cursor:pointer;min-width:100px;font-family:var(--font-sans);background:0 0;border:none;border-radius:15px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:5px;padding:11px 8px 10px;transition:color .2s,background .2s,box-shadow .2s,transform .15s;display:flex;position:relative}._apptNavTab_1fh9w_1504:hover:not(._apptNavTabActive_1fh9w_1528){color:var(--color-text-secondary);background:#ffffff73}._apptNavTabActive_1fh9w_1528{color:var(--color-primary-dark);background:#fff;transform:translateY(-1px);box-shadow:0 6px 18px #f0518f29,0 0 0 1px #f0518f14}._apptNavIcon_1fh9w_1542{color:inherit;justify-content:center;align-items:center;line-height:0;transition:color .2s,filter .2s,transform .2s;display:flex;position:relative}._apptNavTab_1fh9w_1504:not(._apptNavTabActive_1fh9w_1528) ._apptNavIcon_1fh9w_1542{opacity:.72}._apptNavTab_1fh9w_1504:hover:not(._apptNavTabActive_1fh9w_1528) ._apptNavIcon_1fh9w_1542{opacity:1;color:var(--color-primary)}._apptNavTabActive_1fh9w_1528 ._apptNavIcon_1fh9w_1542{color:var(--color-primary);filter:drop-shadow(0 3px 8px #f0518f47);transform:scale(1.06)}._apptNavLabel_1fh9w_1567{letter-spacing:.03em;text-align:center;white-space:nowrap;font-size:10px;font-weight:600;line-height:1.25}._apptNavTabActive_1fh9w_1528 ._apptNavLabel_1fh9w_1567{letter-spacing:.01em;color:var(--color-primary-dark);font-size:11px;font-weight:800}._apptNavLabelShort_1fh9w_1583{display:none}._apptNavBadge_1fh9w_1587{color:#fff;pointer-events:none;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;top:-7px;right:-10px;box-shadow:0 2px 6px #0000001f}._apptNavBadge_1fh9w_1587[data-tone=pending]{background:linear-gradient(135deg,#ef4444,#dc2626)}._apptNavBadge_1fh9w_1587[data-tone=scheduled]{background:linear-gradient(135deg,#f59e0b,#d97706)}._apptNavBadge_1fh9w_1587[data-tone=registry]{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-dark))}@media (width<=900px){._apptNav_1fh9w_1465{gap:4px;padding:5px}._apptNavLabel_1fh9w_1567{display:none}._apptNavLabelShort_1fh9w_1583{letter-spacing:.04em;text-align:center;white-space:nowrap;font-size:9px;font-weight:700;display:block}._apptNavTabActive_1fh9w_1528 ._apptNavLabelShort_1fh9w_1583{color:var(--color-primary-dark);font-size:10px;font-weight:800}._apptNavTab_1fh9w_1504{min-width:76px;padding:10px 6px 9px}}._folderTabs_1fh9w_1650{border-bottom:2px solid #e5e7eb;gap:0;margin-bottom:4px;display:flex}._folderTab_1fh9w_1650{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:12px 12px 0 0;align-items:center;gap:8px;margin-right:4px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex;position:relative;top:2px}._folderTab_1fh9w_1650:hover{color:#374151;background:#e5e7eb}._folderTabActive_1fh9w_1679{color:#1f2937;z-index:2;background:#fff;border:2px solid #e5e7eb;border-bottom-color:#fff}._tabBadge_1fh9w_1687{color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}._citasSection_1fh9w_1700{flex-direction:column;gap:8px;display:flex}._citasSectionHeader_1fh9w_1702{align-items:center;gap:10px;display:flex}._citasSectionTitle_1fh9w_1708{color:#374151;margin:0;font-size:13px;font-weight:700}._citasSectionCount_1fh9w_1715{color:#6b7280;background:#f3f4f6;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600}._citasTableCard_1fh9w_1724{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;min-width:0;max-width:100%;margin-top:16px;overflow:auto hidden;box-shadow:0 1px 3px #0000000d;container:citas-table/inline-size}._citasTableCard_1fh9w_1724::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}._citasTableCard_1fh9w_1724::-webkit-scrollbar-track{background:var(--scrollbar-track)}._citasTableCard_1fh9w_1724::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._citasTableCard_1fh9w_1724::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._citasTable_1fh9w_1724{border-collapse:collapse;width:100%;min-width:640px;font-size:13px}._citasTable_1fh9w_1724 thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}._citasTable_1fh9w_1724 th{text-align:left;color:#4b5563;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:600}._citasTable_1fh9w_1724 td{color:#374151;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:12px 16px}._citasTable_1fh9w_1724 tbody tr{cursor:pointer;transition:background .15s}._citasRowStatic_1fh9w_1794{cursor:default}._citasRowStatic_1fh9w_1794:hover{background:0 0}._citasCard_1fh9w_1802._citasRowStatic_1fh9w_1794:hover{border-color:#e5e7eb;transform:none;box-shadow:0 1px 3px #0000000f}._citasTable_1fh9w_1724 tbody tr:hover{background:#f9fafb}._citasTable_1fh9w_1724 tbody tr:last-child td{border-bottom:none}._citasPatientCell_1fh9w_1816{color:#111827;font-weight:600}._citasIdCardCell_1fh9w_1821{text-overflow:ellipsis;white-space:nowrap;color:#6b7280;max-width:220px;overflow:hidden}._citasActionsCell_1fh9w_1829{text-align:center;width:88px}._citasActionBtns_1fh9w_1834{justify-content:center;align-items:center;gap:6px;display:inline-flex}._citasActionBtn_1fh9w_1834{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .15s;display:inline-flex;position:relative}._citasActionBtn_1fh9w_1834:hover{transform:translateY(-1px)}._citasActionBtnConfirm_1fh9w_1858{color:#047857;background:#d0fae5}._citasActionBtnConfirm_1fh9w_1858:hover{background:#bbf7d0}._citasActionBtnDanger_1fh9w_1867{color:#dc2626;background:#fee2e2}._citasActionBtnDanger_1fh9w_1867:hover{background:#fecaca}._citasActionBtnReschedule_1fh9w_1876{background:var(--color-accent-light);color:var(--color-accent)}._citasActionBtnReschedule_1fh9w_1876:hover{background:#ddd6f3}._citasActionText_1fh9w_1885{letter-spacing:.01em;font-size:13px;font-weight:700;display:none}._citasActionBtn_1fh9w_1834:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background:#1f2937;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:500;transition:opacity .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}._citasActionBtn_1fh9w_1834:before{content:"";opacity:0;pointer-events:none;z-index:10;border:4px solid #0000;border-top-color:#1f2937;transition:opacity .15s;position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%)}._citasActionBtn_1fh9w_1834:hover:after,._citasActionBtn_1fh9w_1834:hover:before,._citasActionBtn_1fh9w_1834:focus-visible:after,._citasActionBtn_1fh9w_1834:focus-visible:before{opacity:1}._citasCardsGrid_1fh9w_1932{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%;display:grid}._citasCard_1fh9w_1802{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:10px;min-width:0;padding:18px;transition:box-shadow .15s,transform .15s;display:flex;position:relative;box-shadow:0 1px 3px #0000000f}._citasCard_1fh9w_1802:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}._citasCardHeader_1fh9w_1966{justify-content:space-between;align-items:center;gap:8px;padding-right:36px;display:flex}._citasCardName_1fh9w_1974{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}._citasCardBody_1fh9w_1983{flex-direction:column;gap:4px;display:flex}._citasCardService_1fh9w_1989{color:#374151;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}._citasCardPhone_1fh9w_1998{color:#6b7280;margin:0;font-size:12px}._citasCardActions_1fh9w_2004{position:absolute;top:18px;right:18px}._citasCardStatus_1fh9w_2010{flex-shrink:0;align-items:center;display:flex}._citasMenuWrapper_1fh9w_2016{display:inline-block;position:relative}._citasMenuBtn_1fh9w_2021{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}._citasMenuBtn_1fh9w_2021:hover{background:#e5e7eb}._citasMenuDropdown_1fh9w_2036{z-index:300;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:2px;min-width:130px;padding:6px;display:flex;position:fixed;box-shadow:0 10px 24px #00000014}._citasMenuItem_1fh9w_2050{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;transition:background .15s}._citasMenuItem_1fh9w_2050:hover{background:#f3f4f6}._citasMenuItemConfirm_1fh9w_2064{color:#047857;background:#d0fae5;font-weight:600}._citasMenuItemConfirm_1fh9w_2064:hover{background:#bbf7d0}._citasMenuItemDanger_1fh9w_2071{color:#dc2626;background:#fee2e2;font-weight:600}._citasMenuItemDanger_1fh9w_2071:hover{background:#fecaca}._statusBadge_1fh9w_2078{white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}._citasEmpty_1fh9w_2087{text-align:center;color:#9ca3af;padding:20px;font-size:13px;font-style:italic}._citasForm_1fh9w_2095{flex-direction:column;flex-shrink:0;gap:16px;width:100%;max-width:720px;padding:0;display:flex}._newApptShell_1fh9w_2106{width:100%;padding:4px 4px 8px}._newApptHead_1fh9w_2111{margin-bottom:28px}._newApptEyebrow_1fh9w_2115{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px;font-size:10px;font-weight:800;display:block}._newApptTitle_1fh9w_2125{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 8px;font-size:1.75rem;font-weight:800;line-height:1.15}._newApptLead_1fh9w_2134{color:var(--color-text-muted);max-width:42ch;margin:0;font-size:.9375rem;font-weight:500;line-height:1.5}._newApptForm_1fh9w_2143{flex-direction:column;gap:28px;display:flex}._newApptBlock_1fh9w_2149{flex-direction:column;gap:16px;display:flex}._newApptBlockTitle_1fh9w_2155{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:11px;font-weight:800}._newApptGrid_1fh9w_2164{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px 18px;display:grid}._newApptField_1fh9w_2171{flex-direction:column;gap:8px;min-width:0;display:flex}._newApptFieldFull_1fh9w_2178{grid-column:1/-1}._newApptFieldHead_1fh9w_2182{letter-spacing:.06em;text-transform:uppercase;min-height:20px;color:var(--color-text-muted);align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}._newApptFieldHead_1fh9w_2182 svg{color:var(--color-primary);flex-shrink:0}._newApptFieldHead_1fh9w_2182 span{line-height:1.2}._newApptFieldBody_1fh9w_2203{flex-direction:column;flex:1;justify-content:flex-end;min-height:42px;display:flex}._newApptFieldBodyMultiline_1fh9w_2211{justify-content:stretch;min-height:96px}._newApptInputLine_1fh9w_2216{background:#ffffffb8;border-radius:8px 8px 0 0;align-items:center;min-height:42px;transition:background .2s;display:flex;position:relative}._newApptInputLine_1fh9w_2216:before{content:"";pointer-events:none;background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._newApptInputLine_1fh9w_2216:after{content:"";background:var(--color-primary);transform-origin:50%;pointer-events:none;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._newApptInputLine_1fh9w_2216:focus-within{background:#fffffff2}._newApptInputLine_1fh9w_2216:focus-within:after{transform:scaleX(1)}._newApptInputLineMultiline_1fh9w_2259{flex:1;align-items:stretch;min-height:96px}._newApptInputLinePassword_1fh9w_2265{position:relative}._newApptInputLinePassword_1fh9w_2265 ._newApptInput_1fh9w_2216{padding-right:40px}._passwordToggle_1fh9w_2273{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}._passwordToggle_1fh9w_2273:hover{color:var(--color-primary);background:var(--color-primary-light)}._newApptInput_1fh9w_2216,._newApptTextarea_1fh9w_2297{width:100%;color:var(--color-text-primary);box-shadow:none;background:0 0;border:none;border-radius:0;padding:10px 12px 11px;font-family:inherit;font-size:.9375rem;font-weight:500}._newApptInput_1fh9w_2216:focus,._newApptTextarea_1fh9w_2297:focus{outline:none}._newApptInput_1fh9w_2216::placeholder,._newApptTextarea_1fh9w_2297::placeholder{color:var(--color-text-placeholder);font-weight:400}._newApptTextarea_1fh9w_2297{resize:none;align-self:stretch;min-height:96px;line-height:1.5;display:block}._newApptActions_1fh9w_2329{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;padding-top:4px;display:flex}._newApptPicker_1fh9w_2338{width:100%}._newApptSubmitBtn_1fh9w_2342{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 4px 16px #05966947}._newApptSubmitBtn_1fh9w_2342:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._newApptSubmitBtn_1fh9w_2342:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=640px){._newApptGrid_1fh9w_2164{grid-template-columns:1fr}._newApptActions_1fh9w_2329{justify-content:stretch}._newApptSubmitBtn_1fh9w_2342,._postPublishBtn_1fh9w_2382{width:100%}}._citasWeekPanel_1fh9w_2387{flex-direction:column;flex:1;width:100%;max-width:100%;min-height:0;margin:0 auto;padding:0;display:flex}._viewToggle_1fh9w_2399{background:#f3f4f6;border-radius:10px;flex-shrink:0;gap:4px;padding:4px;display:inline-flex}._viewToggleBtn_1fh9w_2408{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}._viewToggleBtn_1fh9w_2408:hover{color:#374151}._viewToggleActive_1fh9w_2426{color:#1f2937;background:#fff;box-shadow:0 1px 3px #00000014}._calendarCard_1fh9w_2433{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:12px;width:100%;max-width:540px;margin:0 auto;padding:16px 20px;display:flex}._calendarHeader_1fh9w_2446{justify-content:space-between;align-items:center;gap:12px;display:flex}._calendarNavBtn_1fh9w_2453{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}._calendarNavBtn_1fh9w_2453:hover{color:#374151;background:#e5e7eb}._calendarMonthLabel_1fh9w_2468{color:#1f2937;text-transform:capitalize;font-size:15px;font-weight:700}._calendarWeekDays_1fh9w_2475{text-align:center;grid-template-columns:repeat(7,1fr);gap:6px;display:grid}._calendarWeekDay_1fh9w_2475{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:2px;font-size:10px;font-weight:700}._calendarGrid_1fh9w_2491{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}._calendarDay_1fh9w_2497{aspect-ratio:1;cursor:default;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:0;padding:4px;transition:all .15s;display:flex;position:relative}._calendarDayOther_1fh9w_2512{color:#d1d5db;background:0 0;border:1px solid #0000}._calendarDayCurrent_1fh9w_2518{color:#374151;background:#f9fafb;border:1px solid #e5e7eb}._calendarDayCurrent_1fh9w_2518:hover{background:#f0f9ff;border-color:#bae6fd;transform:translateY(-1px)}._calendarDayToday_1fh9w_2530{color:#059669;background:#ecfdf5;border-color:#059669;font-weight:700}._calendarDaySelected_1fh9w_2537{border-color:#059669;box-shadow:0 0 0 2px #05966933;background:#d0fae5!important}._calendarDayHasApts_1fh9w_2543{cursor:pointer;background:#fffbeb;border-color:#fcd34d}._calendarDayHasApts_1fh9w_2543:hover{background:#fef3c7;border-color:#f59e0b}._calendarDayNum_1fh9w_2553{font-size:12px;line-height:1}._calendarDayDots_1fh9w_2558{flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;display:flex}._calendarDayDot_1fh9w_2558{border-radius:50%;width:5px;height:5px}._calendarDayMore_1fh9w_2572{color:#f59e0b;font-size:8px;font-weight:700;line-height:1}._calendarDetailList_1fh9w_2580{flex-direction:column;gap:8px;display:flex}._calendarDetailItem_1fh9w_2586{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:6px;padding:12px;transition:border-color .15s;display:flex}._calendarDetailItem_1fh9w_2586:hover{border-color:#d1d5db}._calendarDetailTop_1fh9w_2598{justify-content:space-between;align-items:center;gap:8px;display:flex}._calendarDetailName_1fh9w_2605{color:#1f2937;font-size:13px;font-weight:600}._calendarDetailMeta_1fh9w_2611{color:#6b7280;flex-wrap:wrap;gap:6px;font-size:11px;display:flex}._calendarDetailClinical_1fh9w_2619{color:#374151;background:#fff;border-left:3px solid #059669;border-radius:6px;padding:8px 10px;font-size:11px;line-height:1.5}._emptyMsg_1fh9w_2629{color:#9ca3af;padding:16px 0;font-size:13px;font-style:italic}._listToolbar_1fh9w_2631{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}._listToolbar_1fh9w_2631 ._searchRow_1fh9w_2641{flex:1;min-width:200px;max-width:340px}._listToolbarEnd_1fh9w_2647{justify-content:flex-end}._searchRow_1fh9w_2641{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;align-self:flex-start;align-items:center;gap:8px;width:100%;max-width:340px;padding:8px 12px;display:flex}._aptDetailBody_1fh9w_2666{flex-direction:column;gap:20px;display:flex}._aptDetailBadge_1fh9w_2672{border-radius:999px;align-self:start;margin-bottom:4px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}._aptDetailGrid_1fh9w_2682{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}._aptDetailField_1fh9w_2688{flex-direction:column;gap:4px;display:flex}._aptDetailField_1fh9w_2688 label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:700}._aptDetailField_1fh9w_2688 span{color:#1f2937;font-size:13px;font-weight:500}._aptDetailNote_1fh9w_2708{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px}._aptDetailNote_1fh9w_2708 label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:10px;font-weight:700;display:block}._aptDetailNote_1fh9w_2708 p{color:#374151;margin:0;font-size:13px;line-height:1.5}._aptDetailClinical_1fh9w_2732{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}._aptDetailClinical_1fh9w_2732 h4{color:#047857;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:13px;font-weight:700}._searchInput_1fh9w_2751{color:#1f2937;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;font-family:inherit;font-size:13px}._blogLayout_1fh9w_2764{flex:1;grid-template-columns:240px 1fr;gap:24px;display:grid}._blogFormPanel_1fh9w_2771{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;align-self:start;gap:12px;padding:20px;display:flex}._blogHint_1fh9w_2782{color:#9ca3af;margin:0;font-size:12px;line-height:1.5}._blogFeed_1fh9w_2789{flex-direction:column;gap:12px;display:flex}._blogEmpty_1fh9w_2791{text-align:center;color:#9ca3af;border:2px dashed #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 24px;display:flex}._blogEmptyIcon_1fh9w_2803{font-size:36px}._blogEmpty_1fh9w_2791 h4{color:#4b5563;margin:0;font-size:15px;font-weight:600}._blogEmpty_1fh9w_2791 p{margin:0;font-size:13px;line-height:1.5}._postsList_1fh9w_2807{flex-direction:column;gap:10px;display:flex}._postItem_1fh9w_2809{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;transition:background .15s;display:flex}._postItem_1fh9w_2809:hover{background:#f3f4f6}._postItemHeader_1fh9w_2821{align-items:center;gap:8px;display:flex}._postCategory_1fh9w_2827{color:#7c3aed;background:#f3e8ff;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:600}._postDate_1fh9w_2836{color:#9ca3af;font-size:11px}._postTitle_1fh9w_2838{color:#1f2937;margin:0;font-size:14px;font-weight:600;line-height:1.4}._postItemActions_1fh9w_2846{gap:8px;margin-top:4px;display:flex}._postActionBtn_1fh9w_2852{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:12px;transition:background .15s;display:inline-flex}._postActionBtn_1fh9w_2852:hover{background:#f3f4f6}._postActionDanger_1fh9w_2867{color:#dc2626;border-color:#fecaca}._postActionDanger_1fh9w_2867:hover{background:#fee2e2}._pacientesLayout_1fh9w_2871{flex:1;justify-content:center;width:100%;min-height:0;display:flex}._pacientesList_1fh9w_2879{flex-direction:column;width:100%;min-height:0;max-height:calc(100vh - 220px);display:flex;overflow:hidden}._pacientesListForm_1fh9w_2888{flex:1;max-height:none;overflow:hidden}._pacientesListForm_1fh9w_2888 ._citasTabPanel_1fh9w_1438{flex-direction:column;flex:1;align-items:center;width:100%;min-height:0;padding:8px 4px 0;display:flex;overflow:hidden}._pacientesListForm_1fh9w_2888 ._citasForm_1fh9w_2095{flex-direction:column;flex:1;width:min(100%,720px);max-width:720px;min-height:0;margin-inline:auto;display:flex}._pacientesListForm_1fh9w_2888 ._newApptShell_1fh9w_2106{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}._pacientesListForm_1fh9w_2888 ._newApptHead_1fh9w_2111{flex-shrink:0}._pacientesListForm_1fh9w_2888 ._patientForm_1fh9w_2927{flex-direction:column;flex:1;gap:0;min-height:0;display:flex}._pacientesListForm_1fh9w_2888 ._patientFormFields_1fh9w_2935{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);flex-direction:column;flex:1;gap:28px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}._pacientesListForm_1fh9w_2888 ._newApptActions_1fh9w_2329{border-top:1px solid var(--color-border-light);background:var(--color-bg);flex-shrink:0;gap:12px;margin-top:0;padding:16px 0 4px}._pacientesList_1fh9w_2879 ._apptNav_1fh9w_1465{flex-shrink:0}._pacientesItems_1fh9w_2960{flex-direction:column;gap:8px;max-height:calc(100vh - 340px);display:flex;overflow-y:auto}._pacientesTableCard_1fh9w_2968{-webkit-overflow-scrolling:touch;background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;width:100%;min-width:0;max-width:100%;overflow:auto hidden}._pacientesTable_1fh9w_2968{border-collapse:collapse;width:100%;min-width:720px;font-size:13px}._pacientesTable_1fh9w_2968 thead{background:#f3f4f6}._pacientesTable_1fh9w_2968 th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:600}._pacientesTable_1fh9w_2968 td{color:#374151;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:10px 14px}._pacientesTable_1fh9w_2968 tbody tr:last-child td{border-bottom:none}._pacienteNameCell_1fh9w_3011{color:#1f2937;font-weight:600}._pacienteRowClickable_1fh9w_3013{cursor:pointer;transition:background .15s}._pacienteRowClickable_1fh9w_3013:hover td{background:#fafafa}._patientFormSuccess_1fh9w_3022,._patientFormError_1fh9w_3023{border-radius:8px;margin:0 0 16px;padding:10px 14px;font-size:14px}._patientFormSuccess_1fh9w_3022{color:#2e7d32;background:#e8f5e9}._patientFormError_1fh9w_3023{color:#c62828;background:#ffebee}._patientDetailModal_1fh9w_3040{background:#fff;border-radius:16px;width:min(560px,92vw);max-height:90vh;overflow:auto;box-shadow:0 24px 48px #0000002e}._patientDetailHead_1fh9w_3049{justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 0;display:flex}._patientDetailEyebrow_1fh9w_3057{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:6px;font-size:10px;font-weight:800;display:block}._patientDetailTitle_1fh9w_3067{color:#1f2937;margin:0;font-size:1.35rem;font-weight:800}._patientDetailBody_1fh9w_3074{padding:20px 24px}._patientDetailGrid_1fh9w_3078{grid-template-columns:1fr 1fr;gap:14px 20px;margin:0;display:grid}._patientDetailGrid_1fh9w_3078 dt{letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin:0 0 4px;font-size:11px;font-weight:700}._patientDetailGrid_1fh9w_3078 dd{color:#374151;word-break:break-word;margin:0;font-size:14px}._patientDetailFull_1fh9w_3101{grid-column:1/-1}._patientDetailActions_1fh9w_3105{justify-content:flex-end;gap:10px;padding:0 24px 24px;display:flex}._visitsCell_1fh9w_3111{text-align:center;color:#d97706;font-weight:700}@media (width<=1024px){._citasTableCard_1fh9w_1724,._pacientesTableCard_1fh9w_2968{border-radius:12px;overflow-x:visible}._citasTable_1fh9w_1724,._pacientesTable_1fh9w_2968{width:100%;min-width:0;display:block}._citasTable_1fh9w_1724 thead,._pacientesTable_1fh9w_2968 thead{display:none}._citasTable_1fh9w_1724 tbody,._pacientesTable_1fh9w_2968 tbody{display:block}._citasTable_1fh9w_1724 tbody tr,._pacientesTable_1fh9w_2968 tbody tr{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 16px;display:block}._pacientesTable_1fh9w_2968 tbody tr{background:#fafafa}._citasTable_1fh9w_1724 tbody tr:last-child,._pacientesTable_1fh9w_2968 tbody tr:last-child{border-bottom:none}._citasTable_1fh9w_1724 td,._pacientesTable_1fh9w_2968 td{white-space:normal;text-align:right;word-break:break-word;border-bottom:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:7px 0;display:flex}._citasTable_1fh9w_1724 td:before,._pacientesTable_1fh9w_2968 td:before{content:attr(data-label);color:#6b7280;text-transform:uppercase;letter-spacing:.04em;text-align:left;flex:0 0 38%;max-width:44%;padding-top:1px;font-size:10px;font-weight:600;line-height:1.4}._citasPatientCell_1fh9w_1816,._pacienteNameCell_1fh9w_3011{text-align:left;border-bottom:1px solid #f3f4f6;margin-bottom:6px;padding:0 0 10px;font-size:1.05rem;font-weight:700;display:block}._citasPatientCell_1fh9w_1816:before,._pacienteNameCell_1fh9w_3011:before{display:none}._citasIdCardCell_1fh9w_1821{white-space:normal;text-align:left;flex-direction:column;align-items:stretch;gap:4px;max-width:none}._citasIdCardCell_1fh9w_1821:before{flex:none;width:auto;max-width:none;margin-bottom:0}._citasActionsCell_1fh9w_1829{border-top:1px solid #f3f4f6;flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-top:8px;padding-top:12px}._citasActionsCell_1fh9w_1829:before{display:none}._citasActionsCell_1fh9w_1829 ._citasActionBtns_1fh9w_1834{flex-direction:column;gap:8px;width:100%;margin-left:0}._citasActionBtn_1fh9w_1834{border-radius:10px;gap:8px;width:100%;height:auto;min-height:44px;padding:0 14px}._citasActionText_1fh9w_1885{display:inline}._visitsCell_1fh9w_3111{text-align:right}._listToolbar_1fh9w_2631{flex-wrap:wrap;gap:10px}._listToolbar_1fh9w_2631 ._searchRow_1fh9w_2641{flex:100%;min-width:0;max-width:none}._searchRow_1fh9w_2641{max-width:none}}@container citas-table (width<=680px){._citasTableCard_1fh9w_1724{overflow-x:visible}._citasTable_1fh9w_1724{width:100%;min-width:0;display:block}._citasTable_1fh9w_1724 thead{display:none}._citasTable_1fh9w_1724 tbody{display:block}._citasTable_1fh9w_1724 tbody tr{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 16px;display:block}._citasTable_1fh9w_1724 tbody tr:last-child{border-bottom:none}._citasTable_1fh9w_1724 td{white-space:normal;text-align:right;word-break:break-word;border-bottom:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:7px 0;display:flex}._citasTable_1fh9w_1724 td:before{content:attr(data-label);color:#6b7280;text-transform:uppercase;letter-spacing:.04em;text-align:left;flex:0 0 38%;max-width:44%;font-size:10px;font-weight:600;line-height:1.4}._citasPatientCell_1fh9w_1816{text-align:left;border-bottom:1px solid #f3f4f6;margin-bottom:6px;padding:0 0 10px;font-size:1.05rem;font-weight:700;display:block}._citasPatientCell_1fh9w_1816:before{display:none}._citasIdCardCell_1fh9w_1821{white-space:normal;text-align:left;flex-direction:column;align-items:stretch;gap:4px;max-width:none}._citasIdCardCell_1fh9w_1821:before{flex:none;max-width:none}._citasActionsCell_1fh9w_1829{border-top:1px solid #f3f4f6;flex-direction:column;align-items:stretch;margin-top:8px;padding-top:12px}._citasActionsCell_1fh9w_1829:before{display:none}._citasActionsCell_1fh9w_1829 ._citasActionBtns_1fh9w_1834{flex-direction:column;gap:8px;width:100%;margin-left:0}._citasActionBtn_1fh9w_1834{gap:8px;width:100%;height:auto;min-height:44px;padding:0 14px}._citasActionText_1fh9w_1885{display:inline}}._pacientesForm_1fh9w_3384{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;align-self:start;gap:12px;padding:20px;display:flex}._apptPreview_1fh9w_3396{background:#ffffffb3;border:1px solid #d1fae5;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._apptName_1fh9w_3405{color:#1f2937;font-size:13px;font-weight:600}._apptTimeBadge_1fh9w_3406{color:#047857;background:#d0fae5;border-radius:8px;padding:3px 10px;font-size:12px;font-weight:700}._emptyPreview_1fh9w_3414{color:#9ca3af;margin:0;font-size:13px;font-style:italic}._apptSummaryStats_1fh9w_3416{gap:12px;margin:12px 0;display:flex}._apptStatBox_1fh9w_3422{text-align:center;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#eae6f7b3 0%,#ffffff73 100%);border:1px solid #3c2f731a;border-radius:12px;flex:1;padding:12px 0;box-shadow:0 4px 16px #3c2f7314,inset 0 1px #ffffffbf}._apptStatNum_1fh9w_3439{color:#1f2937;font-size:20px;font-weight:700;line-height:1;display:block}._apptStatLabel_1fh9w_3446{color:#6b7280;text-transform:uppercase;letter-spacing:.3px;margin-top:4px;font-size:11px;display:block}._apptMiniList_1fh9w_3454{margin-top:10px}._apptMiniTitle_1fh9w_3457{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin:0 0 6px;font-size:11px;font-weight:600}._apptMiniRow_1fh9w_3465{background:#f9fafb;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:6px 8px;display:flex}._apptMiniName_1fh9w_3474{color:#1f2937;font-size:12px;font-weight:600}._apptMiniDate_1fh9w_3479{color:#6b7280;font-size:11px}._footer_1fh9w_567{text-align:center;color:#9ca3af;padding:24px;font-size:12px}@media (width<=900px){._grid_1fh9w_307,._profileLayout_1fh9w_1279,._blogLayout_1fh9w_2764{grid-template-columns:1fr}._header_1fh9w_139{gap:10px;padding:10px 14px}._headerBrand_1fh9w_157{flex:1;min-width:0}._headerTitle_1fh9w_175{font-size:15px}._headerSub_1fh9w_194{text-overflow:ellipsis;white-space:nowrap;max-width:55vw;font-size:11px;overflow:hidden}._headerActions_1fh9w_256{flex-shrink:0}._headerStats_1fh9w_200{border-radius:14px;flex:100%;order:3;justify-content:space-between;gap:6px;width:100%;padding:8px 10px}._statDivider_1fh9w_249{display:none}._statPill_1fh9w_215{white-space:normal;flex:1;justify-content:center;padding:6px 4px}._statPillContent_1fh9w_227{flex-direction:column;align-items:center;gap:2px}._statPillNum_1fh9w_233{font-size:15px}._statPillLabel_1fh9w_239{text-transform:uppercase;letter-spacing:.03em;opacity:.9;font-size:10px}}@media (width<=640px){._header_1fh9w_139{padding:8px 12px}._headerBrand_1fh9w_157{flex:1;min-width:0}._headerSub_1fh9w_194{display:none}._headerLogo_1fh9w_164{border-radius:10px;width:36px;height:36px}._expandedInner_1fh9w_770{padding:16px 12px}._formGrid_1fh9w_1351{grid-template-columns:1fr}._gridWrapper_1fh9w_307{padding:0 12px}._expandedHead_1fh9w_805{flex-direction:column;align-items:stretch;gap:12px}._expandedHeadLeft_1fh9w_813{min-width:0}._expandedTitle_1fh9w_829{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}._backBtn_1fh9w_836{align-self:flex-start;padding:7px 12px;font-size:12px}._backBtnTextFull_1fh9w_3608{display:none}._backBtnTextShort_1fh9w_854{display:inline}}._igPage_1fh9w_3618{max-width:935px;font-family:var(--font-sans);width:100%;min-width:0;margin:0 auto;overflow-x:hidden}._igProfileHeader_1fh9w_3627{padding:30px 0;position:relative}._igProfileHeader_1fh9w_3627:after{content:"";background:linear-gradient(90deg,#0000 0%,#dbdbdb 15% 85%,#0000 100%);width:min(935px,90%);height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._igProfileContainer_1fh9w_3643{gap:60px;display:flex}._igAvatarSection_1fh9w_3648{flex-shrink:0}._igAvatarWrapper_1fh9w_3652{cursor:pointer;border-radius:50%;width:150px;height:150px;position:relative;overflow:hidden}._igAvatarImg_1fh9w_3661{object-fit:cover;border-radius:50%;width:100%;height:100%}._igAvatarFallback_1fh9w_3668{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;font-weight:600;display:flex}._igAvatarOverlay_1fh9w_3681{opacity:0;background:#0006;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._igAvatarWrapper_1fh9w_3652:hover ._igAvatarOverlay_1fh9w_3681{opacity:1}._igAvatarWrapperUploading_1fh9w_3697{cursor:wait;pointer-events:none}._igAvatarWrapperUploading_1fh9w_3697 ._igAvatarOverlay_1fh9w_3681{opacity:1}._igAvatarLoading_1fh9w_3706{color:#fff;letter-spacing:.02em;font-size:12px;font-weight:600}._igInfoSection_1fh9w_3713{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}._igName_1fh9w_3721{color:#262626;margin:0;font-size:26px;font-weight:300;line-height:1.2}._igProfileActions_1fh9w_3729{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._igHandle_1fh9w_3736{color:#8e8e8e;margin:0;font-size:15px}._igEditBtn_1fh9w_3742{color:#262626;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbdbdb;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s;display:inline-flex}._igEditBtn_1fh9w_3742:hover{background:#f5f5f5}._igStats_1fh9w_3761{gap:32px;font-size:15px;display:flex}._igStat_1fh9w_3761{gap:5px;display:flex}._igStatNum_1fh9w_3772{color:#262626;font-weight:700}._igBioSection_1fh9w_3777{flex-direction:column;gap:4px;display:flex}._igSpecialty_1fh9w_3783{color:#262626;margin:0;font-size:14px;font-weight:600}._igBio_1fh9w_3777{color:#262626;white-space:pre-line;margin:0;font-size:14px;line-height:1.5}._igMetaRow_1fh9w_3798{flex-wrap:wrap;gap:14px;margin-top:4px;display:flex}._igMetaItem_1fh9w_3805{color:#8e8e8e;align-items:center;gap:4px;font-size:13px;display:flex}._igTabs_1fh9w_3814{justify-content:center;padding:0;display:flex;position:relative}._igTabs_1fh9w_3814:after{content:"";background:linear-gradient(90deg,#0000 0%,#dbdbdb 15% 85%,#0000 100%);width:100%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._igTabActive_1fh9w_3832{color:#262626;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-top:1px solid #262626;align-items:center;gap:8px;margin:0 30px;padding:14px 0;font-size:11px;font-weight:600;display:flex}._igTab_1fh9w_3814{color:#8e8e8e;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-top:1px solid #0000;align-items:center;gap:8px;margin:0 30px;padding:14px 0;font-size:11px;font-weight:600;transition:color .15s;display:flex}._igTab_1fh9w_3814:hover{color:#262626}._igPostsGrid_1fh9w_3876{grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 0 40px;display:grid}._igPostCard_1fh9w_3883{cursor:pointer;aspect-ratio:1;background:#f0f0f0;border-radius:4px;transition:opacity .3s,transform .3s;position:relative;overflow:hidden}._igPostCardDeleting_1fh9w_3893{opacity:0;transform:scale(.9)}._igPostImage_1fh9w_3898{object-fit:cover;width:100%;height:100%}._igPostPlaceholder_1fh9w_3904{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}._igPostPlaceholder_1fh9w_3904 span{color:#fff6;font-size:48px;font-weight:700}._igPostOverlay_1fh9w_3919{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._igPostCard_1fh9w_3883:hover ._igPostOverlay_1fh9w_3919{opacity:1}._igPagination_1fh9w_3935{justify-content:center;align-items:center;gap:20px;padding:20px 0 40px;display:flex}._igPaginationBtn_1fh9w_3943{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}._igPaginationBtn_1fh9w_3943:hover:not(:disabled){color:#374151;background:#f9fafb;border-color:#d1d5db}._igPaginationBtn_1fh9w_3943:disabled{cursor:not-allowed;color:#d1d5db;background:0 0;border-color:#f3f4f6}._igPaginationInfo_1fh9w_3971{color:#9ca3af;font-size:13px;font-weight:400}._igOverlayBadge_1fh9w_3977{color:#fff;background:#00000080;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}._igLoading_1fh9w_3986{text-align:center;color:#8e8e8e;grid-column:1/-1;padding:80px 0;font-size:15px}._igEmptyState_1fh9w_3995{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:60px 24px;display:flex}._igEmptyStateIllus_1fh9w_4005{margin-bottom:24px;position:relative}._igEmptyIconBg_1fh9w_4010{z-index:2;background:linear-gradient(135deg,#eef4ff 0%,#dbeafe 100%);border-radius:24px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}._igEmptyDecor_1fh9w_4022{z-index:1;opacity:.6;background:linear-gradient(135deg,#d0fae5 0%,#bbf7d0 100%);border-radius:20px;width:72px;height:72px;position:absolute;top:-8px;right:-16px}._igEmptyDecor_1fh9w_4022:after{content:"";z-index:1;opacity:.7;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:14px;width:48px;height:48px;position:absolute;bottom:-12px;left:-24px}._igEmptyTitle_1fh9w_4047{color:#1f2937;margin:0 0 8px;font-size:18px;font-weight:600}._igEmptyText_1fh9w_4054{color:#6b7280;max-width:400px;margin:0 0 20px;font-size:14px;line-height:1.5}._igEmptyBtn_1fh9w_4062{background:linear-gradient(90deg, var(--color-primary-light) 0%, var(--color-primary-bg) 20%, #ffdce6 40%, #fff9fc 60%, #ffdce6 80%, var(--color-primary-light) 100%);color:var(--color-primary-dark);border:1px solid var(--color-border);cursor:pointer;background-size:200% 100%;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s;animation:5.5s linear infinite _igEmptyBtnGradient_1fh9w_1;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #f0518f1f}._igEmptyBtn_1fh9w_4062:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f0518f33}@keyframes _igEmptyBtnGradient_1fh9w_1{0%{background-position:0%}to{background-position:200%}}._igModalOverlay_1fh9w_4102{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._igModal_1fh9w_4102{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:960px;height:min(640px,90vh);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}._igModalClose_1fh9w_4127{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000040;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}._igModalClose_1fh9w_4127:hover{background:#0006}._igModalLayout_1fh9w_4147{height:100%;min-height:0;display:flex}._igModalImage_1fh9w_4153{background:#101014;flex:1;justify-content:center;align-items:center;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}._igModalImage_1fh9w_4153>div{width:100%;height:100%}._igModalPlaceholder_1fh9w_4170{background:linear-gradient(135deg,#60a5fa 0%,#93c5fd 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}._igModalPlaceholder_1fh9w_4170 span{color:#fff6;font-size:64px;font-weight:700}._igModalContent_1fh9w_4185{background:#fafafa;border-left:1px solid #f1f5f9;border-radius:0 16px 16px 0;flex-direction:column;flex-shrink:0;width:340px;display:flex;overflow-y:auto}._igModalHeader_1fh9w_4196{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:14px;display:flex}._igModalAvatar_1fh9w_4205{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:600;display:flex;overflow:hidden}._igModalAvatar_1fh9w_4205 img{object-fit:cover;width:100%;height:100%}._igModalAuthorName_1fh9w_4226{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;display:block;overflow:hidden}._igModalAuthorInfo_1fh9w_4236{flex:1;min-width:0}._igModalAuthorHandle_1fh9w_4241{color:#8e8e8e;font-size:12px;display:block}._igModalBody_1fh9w_4247{flex:1;min-height:0;padding:14px;overflow-y:auto}._igModalTitle_1fh9w_4254{color:#374151;word-break:break-word;margin:0 0 10px;font-size:15px;font-weight:600;line-height:1.35}._igModalText_1fh9w_4263{color:#4b5563;word-break:break-word;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.55}._igModalCategoryBadge_1fh9w_4272{color:#4f83cc;text-transform:uppercase;letter-spacing:.4px;background:#eef5ff;border:1px solid #dbeafe;border-radius:999px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}._igModalTags_1fh9w_4286{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}._igModalTag_1fh9w_4286{color:#3b82f6;font-size:12px;font-weight:500}._igModalMeta_1fh9w_4299{flex-shrink:0;padding:4px 14px 10px}._igModalDate_1fh9w_4304{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}._igModalActionsRow_1fh9w_4315{background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;gap:10px;padding:12px 14px;display:flex}._igModalEditBtn_1fh9w_4324,._igModalDeleteBtn_1fh9w_4325{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}._igModalEditBtn_1fh9w_4324{color:#fff;background:#5b8def}._igModalEditBtn_1fh9w_4324:hover{background:#4a7de0}._igModalDeleteBtn_1fh9w_4325{color:#e07a7a;background:#fff;border:1px solid #f5c6c6}._igModalDeleteBtn_1fh9w_4325:hover{background:#fff0f0}._modalOverlay_1fh9w_11{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modalBox_1fh9w_4367{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);background:#fff;border-radius:20px;width:100%;max-width:640px;max-height:90vh;padding:28px 32px;overflow:hidden auto;box-shadow:0 24px 48px #0000001f}._modalBox_1fh9w_4367::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}._modalBox_1fh9w_4367::-webkit-scrollbar-track{background:var(--scrollbar-track)}._modalBox_1fh9w_4367::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._modalBox_1fh9w_4367::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._confirmModalWide_1fh9w_4399{max-width:min(920px,94vw)}._confirmModalFooter_1fh9w_4403{border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center;gap:10px;margin-top:4px;padding-top:16px;display:flex}._confirmModalCancelBtn_1fh9w_4413{color:var(--color-text-secondary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}._confirmModalCancelBtn_1fh9w_4413:hover{color:var(--color-text-primary);background:#f9fafb;border-color:#d1d5db}._confirmModalSubmitBtn_1fh9w_4435{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #f0518f38}._confirmModalSubmitBtn_1fh9w_4435:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 6px 18px #f0518f4d}._confirmModalSubmitBtn_1fh9w_4435:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}._modalHead_1fh9w_4466{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}._modalTitle_1fh9w_4473{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:700}._modalClose_1fh9w_4480{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}._modalClose_1fh9w_4480:hover{background:#e5e7eb}._modalForm_1fh9w_4495{flex-direction:column;gap:16px;display:flex}._profileModal_1fh9w_4502{background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);width:100%;max-width:520px;max-height:90vh;font-family:var(--font-sans);border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 28px 56px #3c2f7338}._profileModalHead_1fh9w_4515{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 32px 16px;display:flex}._profileModalEyebrow_1fh9w_4524{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px;font-size:10px;font-weight:800;display:block}._profileModalTitle_1fh9w_4534{color:var(--color-accent);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800;line-height:1.15}._profileModalClose_1fh9w_4543{background:var(--color-primary-light);width:36px;height:36px;color:var(--color-primary-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}._profileModalClose_1fh9w_4543:hover{background:#ffd6e8;transform:scale(1.04)}._profileModalTabs_1fh9w_4563{background:#ffffffb8;border:1px solid #f0518f24;border-radius:16px;flex-shrink:0;gap:4px;margin:0 32px 20px;padding:5px;display:flex;box-shadow:inset 0 1px #ffffffe6}._profileModalTab_1fh9w_4563{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s,border-color .18s,transform .18s;display:inline-flex}._profileModalTab_1fh9w_4563 svg{color:#b8b4c0;transition:color .18s}._profileModalTab_1fh9w_4563:hover:not(._profileModalTabActive_1fh9w_4603){color:var(--color-text-secondary);background:#ffffffd9;transform:translateY(-1px)}._profileModalTab_1fh9w_4563:hover:not(._profileModalTabActive_1fh9w_4603) svg{color:var(--color-primary)}._profileModalTabActive_1fh9w_4603{color:var(--color-accent);background:linear-gradient(#fff 0%,#fff8fb 100%);border-color:#f0518f2e;box-shadow:0 4px 14px #f0518f24}._profileModalTabActive_1fh9w_4603 svg{color:var(--color-primary)}._profileModalBody_1fh9w_4624{flex:1;min-height:0;padding:0 32px 28px;overflow-y:auto}._profileModalSuccess_1fh9w_4631,._profileModalError_1fh9w_4632{border-radius:8px;margin:16px 0 0;padding:10px 14px;font-size:14px}._profileModalSuccess_1fh9w_4631{color:#2e7d32;background:#e8f5e9}._profileModalError_1fh9w_4632{color:#c62828;background:#ffebee}._profileModalForm_1fh9w_4649{flex-direction:column;gap:28px;display:flex}._profileModalActions_1fh9w_4655{justify-content:flex-end;align-items:center;gap:10px;padding-top:4px;display:flex}._profileSaveBtn_1fh9w_4663{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 6px 20px #f0518f59}._profileSaveBtn_1fh9w_4663:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._profileSaveBtn_1fh9w_4663:disabled{opacity:.6;cursor:not-allowed}._profileAccountSuccess_1fh9w_4691,._profileAccountError_1fh9w_4692{text-align:center;margin:0;font-size:13px;font-weight:600}._profileAccountSuccess_1fh9w_4691{color:var(--color-success-dark)}._profileAccountError_1fh9w_4692{color:#dc2626}._profileAccountMenu_1fh9w_4707{flex-direction:column;gap:12px;display:flex}._profileAccountMenuLead_1fh9w_4713{color:var(--color-text-muted);margin:0 0 4px;font-size:13px;font-weight:500;line-height:1.45}._profileAccountOption_1fh9w_4721{text-align:left;cursor:pointer;background:#fff;border:1px solid #f0518f24;border-radius:16px;align-items:center;gap:14px;width:100%;padding:16px 18px;font-family:inherit;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}._profileAccountOption_1fh9w_4721:hover{border-color:#f0518f47;transform:translateY(-1px);box-shadow:0 8px 22px #f0518f1a}._profileAccountOption_1fh9w_4721>svg:last-child{color:#c4b8d0;flex-shrink:0}._profileAccountOptionIcon_1fh9w_4750{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}._profileAccountOptionIcon_1fh9w_4750[data-tone=security]{background:var(--color-accent-light);color:var(--color-accent)}._profileAccountOptionIcon_1fh9w_4750[data-tone=email]{background:var(--color-primary-light);color:var(--color-primary-dark)}._profileAccountOptionBody_1fh9w_4770{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}._profileAccountOptionTitle_1fh9w_4778{color:var(--color-accent);font-size:14px;font-weight:700;line-height:1.2}._profileAccountOptionDesc_1fh9w_4785{color:var(--color-text-muted);font-size:12px;font-weight:500;line-height:1.35}._profileAccountBack_1fh9w_4792{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:12px;padding:0;font-family:inherit;font-size:12px;font-weight:700;transition:color .15s;display:inline-flex}._profileAccountBack_1fh9w_4792:hover{color:var(--color-primary-dark)}._igProfileModal_1fh9w_4812{background:#fff;border-radius:16px;width:100%;max-width:460px;max-height:90vh;padding:28px;position:relative;overflow-y:auto}._igProfileModalHeader_1fh9w_4823{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._igProfileModalHeader_1fh9w_4823 h3{color:#262626;margin:0;font-size:17px;font-weight:600}._igProfileForm_1fh9w_4837{flex-direction:column;gap:14px;display:flex}._igFormField_1fh9w_4843{flex-direction:column;gap:5px;display:flex}._igFormField_1fh9w_4843 label{color:#262626;font-size:12px;font-weight:500}._igFormField_1fh9w_4843 input,._igFormField_1fh9w_4843 textarea{color:#262626;resize:vertical;border:1px solid #dbdbdb;border-radius:8px;outline:none;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}._igFormField_1fh9w_4843 input:focus,._igFormField_1fh9w_4843 textarea:focus{border-color:var(--color-primary)}._igFormActions_1fh9w_4873{gap:10px;margin-top:6px;display:flex}._igCancelBtn_1fh9w_4879,._igSaveBtn_1fh9w_4880{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}._igCancelBtn_1fh9w_4879{color:#262626;background:#fff;border:1px solid #dbdbdb}._igCancelBtn_1fh9w_4879:hover{background:#f5f5f5}._igSaveBtn_1fh9w_4880{background:var(--color-primary);color:#fff}._igSaveBtn_1fh9w_4880:hover{background:#0043a6}@media (width<=768px){._igProfileHeader_1fh9w_3627{padding:20px 0}._igProfileContainer_1fh9w_3643{flex-direction:column;align-items:center;gap:20px;width:100%}._igAvatarWrapper_1fh9w_3652{width:120px;height:120px}._igAvatarFallback_1fh9w_3668{font-size:40px}._igInfoSection_1fh9w_3713{text-align:center;align-items:center;width:100%}._igName_1fh9w_3721{width:100%;font-size:22px;font-weight:400}._igProfileActions_1fh9w_3729{justify-content:center;gap:8px;width:100%}._igEditBtn_1fh9w_3742,._igNewPostBtn_1fh9w_4950{flex:calc(50% - 4px);min-width:0;padding:9px 10px;font-size:12px}._igStats_1fh9w_3761{flex-wrap:wrap;justify-content:center;gap:16px 24px}._igBioSection_1fh9w_3777{align-items:center;width:100%}._igBio_1fh9w_3777{max-width:36ch}._igMetaRow_1fh9w_3798{justify-content:center}._igPostsGrid_1fh9w_3876{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px 0 32px}._igPostCard_1fh9w_3883{border-radius:8px}._igModalOverlay_1fh9w_4102{align-items:stretch;padding:0}._igModal_1fh9w_4102{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100dvh}._igModalClose_1fh9w_4127{background:#00000080;width:36px;height:36px;top:10px;right:10px}._igModalLayout_1fh9w_4147{flex-direction:column;height:100%;min-height:0}._igModalImage_1fh9w_4153{flex:none;width:100%;height:min(280px,38vh);min-height:200px}._igModalContent_1fh9w_4185{border-top:1px solid #e5e7eb;border-left:none;border-radius:0;flex:1;width:100%;min-height:0;overflow:hidden}._igModalHeader_1fh9w_4196{flex-shrink:0;padding:12px 14px}._igModalBody_1fh9w_4247{padding:16px}._igModalTitle_1fh9w_4254{margin-bottom:12px;font-size:1.0625rem}._igModalMeta_1fh9w_4299{padding:0 16px 12px}._igModalActionsRow_1fh9w_4315{padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom,12px));gap:8px}._igModalEditBtn_1fh9w_4324,._igModalDeleteBtn_1fh9w_4325{min-height:44px;padding:11px 12px}._profileModal_1fh9w_4502{max-width:calc(100vw - 24px)}._profileModalHead_1fh9w_4515,._profileModalTabs_1fh9w_4563,._profileModalBody_1fh9w_4624{padding-left:20px;padding-right:20px}._profileModalActions_1fh9w_4655{flex-direction:column-reverse;align-items:stretch}._profileSaveBtn_1fh9w_4663{width:100%}._igProfileModal_1fh9w_4812{width:95vw;padding:20px}}@media (width<=480px){._igName_1fh9w_3721{font-size:1.25rem}._igStats_1fh9w_3761{gap:12px 20px}._igPostsGrid_1fh9w_3876{grid-template-columns:1fr;gap:14px}._igProfileActions_1fh9w_3729{flex-direction:column;align-items:stretch}._igEditBtn_1fh9w_3742,._igNewPostBtn_1fh9w_4950{flex:auto;width:100%}._igModalImage_1fh9w_4153{height:min(240px,34vh);min-height:180px}._igModalActionsRow_1fh9w_4315{flex-direction:column;gap:10px}._igModalEditBtn_1fh9w_4324,._igModalDeleteBtn_1fh9w_4325{flex:none;width:100%}}._siteLayout_1fh9w_5121{border-top:1px solid var(--color-border);flex:1;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:32px;min-height:0;margin:0;padding-top:8px;display:grid;overflow:hidden}._siteEditor_1fh9w_5133{min-width:0;min-height:0;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}._siteEditorLabel_1fh9w_5147{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:none;flex-shrink:0;margin:0;padding:0 0 10px;font-size:10px;font-weight:800}._siteEditorBody_1fh9w_5159{flex-direction:column;flex:1;gap:12px;min-height:0;padding:0 0 12px;display:flex;overflow-y:auto}._siteEditorFooter_1fh9w_5169{background:0 0;border-top:none;flex-direction:column;flex-shrink:0;gap:10px;padding:12px 0 0;display:flex}._siteTabs_1fh9w_5179{border-bottom:none;flex-shrink:0;gap:8px;padding-bottom:0;display:flex}._siteTab_1fh9w_5179{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:color .15s,border-color .15s}._siteTab_1fh9w_5179:hover{color:var(--color-text-secondary)}._siteTabActive_1fh9w_5201{color:var(--color-secondary-dark);border-bottom-color:var(--color-secondary)}._sitePanel_1fh9w_5206{flex-direction:column;flex:1;gap:16px;width:100%;min-width:0;display:flex}._siteFields_1fh9w_5215{flex-direction:column;gap:16px;width:100%;display:flex}._siteFields_1fh9w_5215:has(>._siteServiceRow_1fh9w_5222){gap:12px}._siteEditor_1fh9w_5133 ._formField_1fh9w_1357{gap:4px}._siteEditor_1fh9w_5133 ._formField_1fh9w_1357 label{color:var(--color-text-muted);letter-spacing:.02em;font-size:11px;font-weight:600;transition:color .2s}._siteFields_1fh9w_5215 ._formField_1fh9w_1357 input,._siteFields_1fh9w_5215 ._formField_1fh9w_1357 select,._siteFields_1fh9w_5215 ._formField_1fh9w_1357 textarea{border:none;border-bottom:1.5px solid var(--color-border);color:var(--color-text-primary);background:0 0;border-radius:0;padding:8px 0;transition:border-color .2s,background .2s,box-shadow .2s}._siteFields_1fh9w_5215 ._formField_1fh9w_1357 textarea{resize:none}._siteFields_1fh9w_5215 ._formField_1fh9w_1357 input:focus,._siteFields_1fh9w_5215 ._formField_1fh9w_1357 select:focus,._siteFields_1fh9w_5215 ._formField_1fh9w_1357 textarea:focus{border-bottom-color:var(--color-primary);box-shadow:none;outline:none}._siteEditor_1fh9w_5133 ._formField_1fh9w_1357:focus-within,._siteEditor_1fh9w_5133 ._socialMediaRow_1fh9w_5264:focus-within{position:relative}._siteEditor_1fh9w_5133 ._formField_1fh9w_1357:focus-within label,._siteEditor_1fh9w_5133 ._socialMediaRow_1fh9w_5264:focus-within ._socialMediaPlatform_1fh9w_5269{color:var(--color-primary);transition:color .25s}._siteEditor_1fh9w_5133 ._formField_1fh9w_1357:focus-within input,._siteEditor_1fh9w_5133 ._formField_1fh9w_1357:focus-within textarea,._siteEditor_1fh9w_5133 ._socialMediaRow_1fh9w_5264:focus-within ._socialMediaInput_1fh9w_5276{box-shadow:none;background:0 0;border-bottom-color:#0000}._siteEditor_1fh9w_5133 ._formField_1fh9w_1357:focus-within:after,._siteEditor_1fh9w_5133 ._socialMediaRow_1fh9w_5264:focus-within ._socialMediaInfo_1fh9w_5283:after{content:"";background:var(--color-primary);pointer-events:none;height:2px;position:absolute;bottom:0;left:0;right:0}._siteEditor_1fh9w_5133 ._socialMediaRow_1fh9w_5264:focus-within ._socialMediaInfo_1fh9w_5283{position:relative}._sitePreviewZoneActive_1fh9w_5298{z-index:2;position:relative}._sitePreviewZoneActive_1fh9w_5298:before{content:"";border:2px solid var(--color-primary);pointer-events:none;border-radius:6px;position:absolute;inset:-3px -6px}._sitePreviewZoneActiveText_1fh9w_5312:before{border-radius:8px;inset:-4px -8px}._siteServiceRow_1fh9w_5222{background:var(--color-border-light);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:8px;margin-bottom:0;padding:14px 16px;display:flex}._siteServiceRow_1fh9w_5222 ._formField_1fh9w_1357 input,._siteServiceRow_1fh9w_5222 ._formField_1fh9w_1357 textarea{background:0 0}._siteServiceRowHead_1fh9w_5333{justify-content:space-between;align-items:center;gap:8px;min-height:28px;display:flex}._siteServiceRowLabel_1fh9w_5341{color:var(--color-text-secondary);letter-spacing:.01em;font-size:12px;font-weight:600}._siteServiceRowActions_1fh9w_5348{flex-shrink:0;align-items:center;gap:2px;display:flex}._siteServiceMoveBtn_1fh9w_5355{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}._siteServiceMoveBtn_1fh9w_5355:hover:not(:disabled){background:var(--color-border-light);color:var(--color-text-primary)}._siteServiceMoveBtn_1fh9w_5355:disabled{opacity:.35;cursor:default}._siteServiceDeleteBtn_1fh9w_5377{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}._siteServiceDeleteBtn_1fh9w_5377:hover{background:#ef44441a}._daysRow_1fh9w_5392{flex-wrap:wrap;gap:6px;display:flex}._dayChip_1fh9w_5398{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}._dayChip_1fh9w_5398:hover{color:#7c3aed;border-color:#7c3aed}._dayChip_1fh9w_5398 input[type=checkbox]{appearance:none;cursor:pointer;border:1.5px solid #d1d5db;border-radius:4px;width:14px;height:14px;margin:0;transition:background .15s,border-color .15s;position:relative}._dayChip_1fh9w_5398 input[type=checkbox]:checked{background:#7c3aed;border-color:#7c3aed}._dayChip_1fh9w_5398 input[type=checkbox]:checked:after{content:"";border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:4px;height:7px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}._weekScheduleSection_1fh9w_5445{flex-direction:column;gap:8px;display:flex}._weekDayRow_1fh9w_5451{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}._weekDayToggle_1fh9w_5462{cursor:pointer;align-items:center;gap:10px;min-width:120px;display:inline-flex}._weekDayToggle_1fh9w_5462 input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:5px;flex-shrink:0;width:18px;height:18px;transition:background .15s,border-color .15s;position:relative}._weekDayToggle_1fh9w_5462 input[type=checkbox]:checked{background:#7c3aed;border-color:#7c3aed}._weekDayToggle_1fh9w_5462 input[type=checkbox]:checked:after{content:"";border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}._weekDayName_1fh9w_5500{color:var(--color-text-primary);font-size:13px;font-weight:600}._weekDayTimes_1fh9w_5506{align-items:center;gap:8px;display:flex}._weekDayTimes_1fh9w_5506 input[type=time]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;font-family:inherit;font-size:13px}._weekDayTimesSep_1fh9w_5521{color:#9ca3af;font-weight:600}._weekDayClosed_1fh9w_5526{color:#9ca3af;font-size:12px;font-style:italic;font-weight:600}._siteAddServiceBtn_1fh9w_5533{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:flex-start;align-items:center;gap:6px;width:100%;padding:8px 0;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s;display:flex}._siteAddServiceBtn_1fh9w_5533:hover{color:var(--color-secondary-dark);background:0 0}._sitePreview_1fh9w_5298{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:14px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #3231310d}._sitePreviewLabel_1fh9w_5567{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);border-bottom:1px solid var(--color-border-light);background:var(--color-bg);flex-shrink:0;padding:10px 18px;font-size:10px;font-weight:800}._sitePreviewInner_1fh9w_5579{background:var(--color-bg);flex:1;min-height:0;overflow-y:auto}._sitePreviewInner_1fh9w_5579>div{width:100%}._expandedInnerSite_1fh9w_5590{gap:14px;padding:18px 22px 22px}._expandedInnerSite_1fh9w_5590 ._siteLayout_1fh9w_5121{border-top:none;min-height:540px;padding-top:0}@media (width<=1024px){._cardExpandedSite_1fh9w_757{max-width:min(1680px,100vw - 24px)}._siteLayout_1fh9w_5121{grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:24px;margin:0}._siteEditor_1fh9w_5133{max-height:none}._siteEditorBody_1fh9w_5159{max-height:42vh}._sitePreview_1fh9w_5298{min-height:0}}._saveSpinner_1fh9w_5626{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite _spin_1fh9w_1;display:inline-block}@keyframes _spin_1fh9w_1{to{transform:rotate(360deg)}}._siteMessage_1fh9w_5640{text-align:center;border-radius:10px;padding:8px 10px;font-size:12px;animation:.2s _fadeIn_1fh9w_1;display:block}._siteMessageSuccess_1fh9w_5649{color:#15803d;background:#dcfce7}._siteMessageError_1fh9w_5654{color:#b91c1c;background:#fee2e2}@keyframes _fadeIn_1fh9w_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._siteFullPreview_1fh9w_5665{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}._siteViewLiveBtn_1fh9w_5677{color:#7c3aed;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s}._siteViewLiveBtn_1fh9w_5677:hover{background:#fafafa}._siteFullPreviewScroll_1fh9w_5692{flex:1;min-height:0;position:relative;overflow-y:auto}._siteRealPage_1fh9w_5700{width:100%}._siteOverlayLayer_1fh9w_5705{pointer-events:none;z-index:20;position:absolute;inset:0}._siteOverlayHeader_1fh9w_5712{pointer-events:none;height:72px;position:relative}._siteOverlayHeader_1fh9w_5712 ._siteEditPencil_1fh9w_5717{position:absolute;top:14px;right:120px}._siteOverlayHero_1fh9w_5723{pointer-events:none;height:520px;position:relative}._siteOverlayHero_1fh9w_5723 ._siteEditPencil_1fh9w_5717{position:absolute}._siteOverlayHero_1fh9w_5723 ._siteEditPencil_1fh9w_5717:first-child{top:30px;left:30px}._siteOverlayHero_1fh9w_5723 ._siteEditPencil_1fh9w_5717:nth-child(2){top:78px;left:30px}._siteOverlayHero_1fh9w_5723 ._siteEditPencil_1fh9w_5717:nth-child(3){top:228px;left:30px}._siteOverlayHero_1fh9w_5723 ._siteEditPencil_1fh9w_5717:nth-child(4){top:14px;right:20px}._siteOverlayServices_1fh9w_5736{pointer-events:none;padding:60px 0 0;position:relative}._siteOverlayServicesGrid_1fh9w_5741{grid-template-columns:repeat(3,1fr);gap:14px;padding:0 40px;display:grid}._siteOverlaySvcCell_1fh9w_5747{pointer-events:none;height:145px;position:relative}._siteOverlaySvcCell_1fh9w_5747 ._siteEditPencil_1fh9w_5717{position:absolute;top:0;right:10px}._siteOverlayContact_1fh9w_5758{pointer-events:none;height:120px;position:relative}._siteOverlayContact_1fh9w_5758 ._siteEditPencil_1fh9w_5717{position:absolute;top:36%;right:20px;transform:translateY(-50%)}._siteOverlayContact_1fh9w_5758 ._siteEditPencil_1fh9w_5717:hover{transform:translateY(-50%)scale(1.12)}._siteEditPencil_1fh9w_5717{cursor:pointer;color:#7c3aed;pointer-events:all;background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #00000026}._siteEditPencil_1fh9w_5717:hover{transform:scale(1.12);box-shadow:0 4px 16px #7c3aed40}._sitePreviewHeaderFull_1fh9w_5796{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:20px;padding:14px 32px;display:flex}._sitePreviewLogoFull_1fh9w_5805{color:#1f2937;flex-shrink:0;font-size:18px;font-weight:800}._sitePreviewNavFull_1fh9w_5812{color:#6b7280;flex:1;font-size:13px}._sitePreviewCtaFull_1fh9w_5818{color:#fff;border-radius:8px;flex-shrink:0;padding:8px 18px;font-size:13px;font-weight:600}._sitePreviewHeroFull_1fh9w_5827{padding:60px 40px}._sitePreviewHeroContent_1fh9w_5831{flex-direction:column;gap:16px;max-width:560px;display:flex}._sitePreviewBadgeFull_1fh9w_5838{color:#ffffffe6;background:#fff3;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:5px 14px;font-size:13px;display:inline-flex}._sitePreviewHeroTitleFull_1fh9w_5850{color:#fff;margin:0;font-size:40px;font-weight:800;line-height:1.2}._sitePreviewHeroDescFull_1fh9w_5858{color:#ffffffe0;margin:0;font-size:15px;line-height:1.6}._sitePreviewHeroBtns_1fh9w_5865{flex-wrap:wrap;gap:12px;display:flex}._sitePreviewHeroBtn_1fh9w_5865{color:#1f2937;cursor:default;background:#fff;border-radius:8px;padding:10px 22px;font-size:13px;font-weight:600}._sitePreviewHeroBtnOutline_1fh9w_5881{color:#fff;cursor:default;background:0 0;border:1px solid #ffffff80;border-radius:8px;padding:10px 22px;font-size:13px;font-weight:500}._sitePreviewServicesFull_1fh9w_5892{background:#fff;border-top:1px solid #f3f4f6;padding:48px 40px}._sitePreviewSectionHeader_1fh9w_5898{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px;display:flex}._sitePreviewBadgeSection_1fh9w_5907{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}._sitePreviewSectionTitle_1fh9w_5914{color:#1f2937;margin:0;font-size:26px;font-weight:800}._sitePreviewServicesGrid_1fh9w_5921{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}._sitePreviewSvcCard_1fh9w_5927{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;display:flex}._sitePreviewSvcIconCircle_1fh9w_5937{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}._sitePreviewSvcInfo_1fh9w_5948{flex-direction:column;flex:1;gap:4px;display:flex}._sitePreviewSvcName_1fh9w_5955{color:#1f2937;font-size:13px;font-weight:700}._sitePreviewSvcDesc_1fh9w_5961{color:#9ca3af;font-size:11px;line-height:1.4}._sitePreviewSvcPriceFull_1fh9w_5967{white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:700}._sitePreviewContactFull_1fh9w_5974{color:#9ca3af;background:#1f2937;flex-wrap:wrap;gap:32px;padding:24px 40px;font-size:13px;display:flex}._siteEditOverlay_1fh9w_5985{z-index:200;background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._siteEditModal_1fh9w_5995{background:#fff;border-radius:18px;flex-direction:column;gap:16px;width:420px;padding:24px;display:flex;box-shadow:0 20px 60px #00000026}._siteEditModalHeader_1fh9w_6006{justify-content:space-between;align-items:center;display:flex}._siteEditModalTitle_1fh9w_6012{color:#1f2937;font-size:15px;font-weight:700}._siteEditModalClose_1fh9w_6018{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._siteEditInput_1fh9w_6031{color:#1f2937;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}._siteEditInput_1fh9w_6031:focus{border-color:#7c3aed}._siteEditTextarea_1fh9w_6044{color:#1f2937;resize:vertical;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}._siteEditTextarea_1fh9w_6044:focus{border-color:#7c3aed}._siteEditModalActions_1fh9w_6058{justify-content:flex-end;gap:10px;display:flex}._dashboardContainer_1fh9w_6065{flex-direction:column;gap:24px;padding:4px;display:flex}._metricsSummaryRow_1fh9w_6073{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}._metricCard_1fh9w_6079{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}._metricCard_1fh9w_6079:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000000d}._metricIconBg_1fh9w_6096{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._metricCardInfo_1fh9w_6105{flex-direction:column;display:flex}._metricCardValue_1fh9w_6110{color:#1f2937;font-size:24px;font-weight:700;line-height:1.2}._metricCardLabel_1fh9w_6117{color:#6b7280;font-size:13px;font-weight:500}._dashboardContentGrid_1fh9w_6124{grid-template-columns:1.5fr 1fr;align-items:start;gap:24px;display:grid}@media (width<=968px){._dashboardContentGrid_1fh9w_6124{grid-template-columns:1fr}}._todayAptsSection_1fh9w_6138{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}._sectionHeaderRow_1fh9w_6148{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._dashboardSectionTitle_1fh9w_6156{color:#1f2937;margin:0;font-size:16px;font-weight:600}._todayDateBadge_1fh9w_6163{color:#4b5563;text-transform:capitalize;background:#f3f4f6;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}._todayAptList_1fh9w_6173{flex-direction:column;gap:12px;display:flex}._todayAptCard_1fh9w_6179{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:border-color .2s;display:flex}._todayAptCard_1fh9w_6179:hover{border-color:#e5e7eb}._todayAptTime_1fh9w_6194{color:var(--color-primary);white-space:nowrap;background:#e6f0ff;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:700}._todayAptPatientInfo_1fh9w_6204{flex:1;min-width:0}._todayAptPatientName_1fh9w_6209{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._todayAptService_1fh9w_6218{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}._todayAptStatus_1fh9w_6226{align-items:center;display:flex}._todayActionsRow_1fh9w_6231{gap:8px;display:flex}._todayAcceptBtn_1fh9w_6236,._todayRejectBtn_1fh9w_6237{cursor:pointer;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}._todayAcceptBtn_1fh9w_6236{color:#047857;background:#e6f7ed;border:1px solid #a3e635}._todayAcceptBtn_1fh9w_6236:hover{background:#d1fae5}._todayRejectBtn_1fh9w_6237{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5}._todayRejectBtn_1fh9w_6237:hover{color:#b91c1c;background:#fca5a5}._emptyTodayState_1fh9w_6270{text-align:center;color:#6b7280;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}._emptyTodayState_1fh9w_6270 p{margin:0;font-size:14px}._dashboardAtajoBtn_1fh9w_6285{color:var(--color-primary);cursor:pointer;background:#fff;border:1px solid #dbdbdb;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}._dashboardAtajoBtn_1fh9w_6285:hover{border-color:var(--color-primary);background:#f0f7ff}._quickActionsSection_1fh9w_6303{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}._dashboardAtajosGrid_1fh9w_6313{grid-template-columns:1fr;gap:12px;display:grid}._atajoCardBtn_1fh9w_6319{cursor:pointer;text-align:left;border:none;border-radius:12px;align-items:center;gap:12px;padding:16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}._atajoCitas_1fh9w_6333{color:var(--color-primary);background:#e6f0ff}._atajoCitas_1fh9w_6333:hover{background:#cce0ff;transform:translate(2px)}._atajoPacientes_1fh9w_6343{color:#d97706;background:#fffbeb}._atajoPacientes_1fh9w_6343:hover{background:#fef3c7;transform:translate(2px)}._atajoBlog_1fh9w_6353{color:#7c3aed;background:#f5f3ff}._atajoBlog_1fh9w_6353:hover{background:#ede9fe;transform:translate(2px)}._igNewPostBtn_1fh9w_4950{background:var(--color-primary-light);color:var(--color-primary-dark);border:1px solid var(--color-border);cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex;box-shadow:0 4px 14px #f0518f1f}._igNewPostBtn_1fh9w_4950:hover{background:#ffdce6;transform:translateY(-1px);box-shadow:0 6px 20px #f0518f33}._postModal_1fh9w_6388{background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);width:90vw;max-width:720px;max-height:90vh;font-family:var(--font-sans);border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 28px 56px #3c2f7338}._postModalHead_1fh9w_6401{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 32px 20px;display:flex}._postModalEyebrow_1fh9w_6410{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px;font-size:10px;font-weight:800;display:block}._postModalTitle_1fh9w_6420{color:var(--color-accent);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800;line-height:1.15}._postModalClose_1fh9w_6429{background:var(--color-primary-light);width:36px;height:36px;color:var(--color-primary-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}._postModalClose_1fh9w_6429:hover{background:#ffd6e8;transform:scale(1.04)}._postForm_1fh9w_6449{flex-direction:column;gap:28px;padding:0 32px 28px;display:flex;overflow-y:auto}._postCoverZone_1fh9w_6457{cursor:pointer;text-align:center;background:#ffffffb8;border-radius:8px 8px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:132px;padding:20px 16px;transition:background .2s;display:flex;position:relative}._postCoverZone_1fh9w_6457:before{content:"";background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._postCoverZone_1fh9w_6457:after{content:"";background:var(--color-primary);transform-origin:50%;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._postCoverZone_1fh9w_6457:hover{background:#fffffff2}._postCoverZone_1fh9w_6457:hover:after{transform:scaleX(1)}._postCoverZone_1fh9w_6457 svg{color:var(--color-primary)}._postCoverZone_1fh9w_6457 span{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}._postCoverZone_1fh9w_6457 small{color:var(--color-text-muted);font-size:.75rem;font-weight:500}._postCoverPreview_1fh9w_6520{border-radius:12px;position:relative;overflow:hidden}._postCoverPreview_1fh9w_6520 img{object-fit:cover;width:100%;max-height:220px;display:block}._postCoverChangeBtn_1fh9w_6533{color:var(--color-text-primary);cursor:pointer;background:#fffffff2;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700;transition:color .15s,background .15s;display:inline-flex;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 14px #3c2f731f}._postCoverChangeBtn_1fh9w_6533:hover{color:#dc2626;background:#fff}._postTagsLine_1fh9w_6558{background:#ffffffb8;border-radius:8px 8px 0 0;flex-wrap:wrap;align-items:center;gap:8px;min-height:42px;padding:8px 12px 10px;transition:background .2s;display:flex;position:relative}._postTagsLine_1fh9w_6558:before{content:"";background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._postTagsLine_1fh9w_6558:after{content:"";background:var(--color-primary);transform-origin:50%;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._postTagsLine_1fh9w_6558:focus-within{background:#fffffff2}._postTagsLine_1fh9w_6558:focus-within:after{transform:scaleX(1)}._postTagsInput_1fh9w_6602{min-width:120px;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.9375rem;font-weight:500}._postTagsInput_1fh9w_6602::placeholder{color:var(--color-text-placeholder);font-weight:400}._postTagHint_1fh9w_6619{color:var(--color-text-muted);margin:-8px 0 0;font-size:.75rem;font-weight:500}._postTag_1fh9w_6558{background:var(--color-primary-light);color:var(--color-primary-dark);border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}._postTagRemove_1fh9w_6638{cursor:pointer;color:var(--color-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex}._postTagRemove_1fh9w_6638:hover{color:#dc2626}._postFormActions_1fh9w_6655{justify-content:flex-end;align-items:center;gap:10px;padding-top:4px;display:flex}._postFormCancelBtn_1fh9w_6663{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:700}._postFormCancelBtn_1fh9w_6663:hover{color:var(--color-accent)}._postPublishBtn_1fh9w_2382{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 6px 20px #f0518f59}._postPublishBtn_1fh9w_2382:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._postPublishBtn_1fh9w_2382:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){._postModalHead_1fh9w_6401,._postForm_1fh9w_6449{padding-left:20px;padding-right:20px}._postFormActions_1fh9w_6655{flex-direction:column-reverse;align-items:stretch}._postPublishBtn_1fh9w_2382{width:100%}}._postModalHeader_1fh9w_6725{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._postModalHeader_1fh9w_6725 h3{color:#1f2937;margin:0;font-size:18px;font-weight:700}._postModalCloseBtn_1fh9w_6738{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}._postModalCloseBtn_1fh9w_6738:hover{background:#f3f4f6;border-color:#d1d5db}._postForm_1fh9w_6449 ._igFormField_1fh9w_4843 select{color:#1f2937;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px}._postForm_1fh9w_6449 ._igFormField_1fh9w_4843 select:focus{border-color:var(--color-primary)}._coverPreview_1fh9w_6770{border:1px solid #e5e7eb;border-radius:12px;position:relative;overflow:hidden}._coverPreview_1fh9w_6770 img{object-fit:cover;width:100%;max-height:200px;display:block}._removeCoverBtn_1fh9w_6782{color:#1f2937;cursor:pointer;background:#fffffff2;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex;position:absolute;bottom:12px;right:12px}._removeCoverBtn_1fh9w_6782:hover{color:#ef4444;border-color:#ef4444}._coverUploadArea_1fh9w_6801{cursor:pointer;background:#fafafa;border:2px dashed #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:28px 24px;transition:all .2s;display:flex}._coverUploadArea_1fh9w_6801:hover{border-color:var(--color-primary);background:#f0f7ff}._coverUploadIcon_1fh9w_6814{background:#e6f0ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._coverUploadText_1fh9w_6823{color:#1f2937;font-size:14px;font-weight:500}._coverUploadHint_1fh9w_6824{color:#9ca3af;font-size:12px}._editorToolbar_1fh9w_6827{background:#fafafa;border:1px solid #e5e7eb;border-bottom:none;border-radius:10px 10px 0 0;align-items:center;gap:4px;padding:8px 12px;display:flex}._toolbarBtn_1fh9w_6837{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}._toolbarBtn_1fh9w_6837:hover{background:#e4e4e4}._editorCharCount_1fh9w_6850{color:#9ca3af;margin-left:auto;font-size:12px}._editorTextarea_1fh9w_6851{color:#1f2937;resize:vertical;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:0 0 10px 10px;outline:none;width:100%;min-height:130px;padding:12px 14px;font-family:inherit;font-size:14px}._editorTextarea_1fh9w_6851:focus{border-color:var(--color-primary)}._tagsInputArea_1fh9w_6867{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;min-height:44px;padding:10px 12px;display:flex}._tagsInputArea_1fh9w_6867:focus-within{border-color:var(--color-primary)}._tagsInputArea_1fh9w_6867 ._postTag_1fh9w_6558{color:var(--color-primary);background:#e6f0ff;border-radius:16px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;font-weight:500;display:inline-flex}._tagsInputArea_1fh9w_6867 ._postTagRemove_1fh9w_6638{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex}._tagsInputArea_1fh9w_6867 ._postTagRemove_1fh9w_6638:hover{background:#0056d21f}._tagsInputArea_1fh9w_6867 input{background:0 0;border:none;outline:none;flex:1;min-width:120px;font-family:inherit;font-size:14px}._tagHint_1fh9w_6910{color:#9ca3af;font-size:12px}._postDraftBtn_1fh9w_6912{cursor:pointer;color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}._postDraftBtn_1fh9w_6912:hover{background:#f5f5f5}._postDraftBtn_1fh9w_6912:disabled{opacity:.6;cursor:not-allowed}._socialModal_1fh9w_6933{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;padding:24px;animation:.3s _scaleInModal_1fh9w_1;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._socialModalHeader_1fh9w_6945{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}._socialModalHeader_1fh9w_6945 h3{color:#262626;margin:0;font-size:18px;font-weight:600}._socialModalClose_1fh9w_6961{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}._socialModalClose_1fh9w_6961:hover{color:#374151;background:#e5e7eb}._socialModalGrid_1fh9w_6977{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}._socialModalOption_1fh9w_6983{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;font-family:inherit;transition:all .2s;display:flex}._socialModalOption_1fh9w_6983:hover{border-color:var(--color-primary);background:#f0f7ff;transform:translateY(-2px)}._socialModalOption_1fh9w_6983 span{color:#374151;font-size:13px;font-weight:500}._socialModalEmpty_1fh9w_7009{text-align:center;color:#9ca3af;padding:20px;font-size:14px;font-style:italic}._siteSocialSection_1fh9w_7018{flex-direction:column;width:100%;display:flex}._siteSocialSection_1fh9w_7018 ._socialMediaHeader_1fh9w_7024 label{color:var(--color-text-secondary);font-weight:700}._socialMediaHeader_1fh9w_7024{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._addSocialBtn_1fh9w_7036{border:1px solid var(--color-primary);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);color:#fff;cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #0056d233}._addSocialBtn_1fh9w_7036:hover{background:linear-gradient(135deg,#0044a8 0%,#1a6ec4 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0056d24d}._addSocialBtn_1fh9w_7036:active{transform:translateY(0);box-shadow:0 2px 6px #0056d233}._socialMediaRow_1fh9w_5264{align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}._socialMediaInfo_1fh9w_5283{flex-direction:column;flex:1;gap:4px;display:flex}._socialMediaPlatform_1fh9w_5269{color:#374151;text-transform:capitalize;font-size:12px;font-weight:600}._siteEditor_1fh9w_5133 ._socialMediaInput_1fh9w_5276{border:none;border-bottom:1.5px solid var(--color-border);background:0 0;border-radius:0;height:auto;padding:8px 0}._siteEditor_1fh9w_5133 ._socialMediaInput_1fh9w_5276:focus{outline:none}._siteEditor_1fh9w_5133 ._socialMediaPlatform_1fh9w_5269{color:var(--color-text-muted);font-size:11px;font-weight:600;transition:color .2s}._socialMediaInput_1fh9w_5276{box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;height:42px;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}._socialMediaInput_1fh9w_5276:focus{border-color:var(--color-primary);outline:none}._removeSocialBtn_1fh9w_7121{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-top:20px;transition:all .15s;display:flex}._removeSocialBtn_1fh9w_7121:hover{background:#fee2e2;border-color:#dc2626}._noSocialMedia_1fh9w_7142{text-align:center;color:#9ca3af;background:#f9fafb;border-radius:8px;padding:16px;font-size:13px;font-style:italic}._consultModalShell_1fh9w_7153{background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);width:100%;max-width:680px;max-height:90vh;font-family:var(--font-sans);border-radius:22px;padding:28px 32px 24px;overflow-y:auto;box-shadow:0 28px 56px #3c2f732e}._consultModalHead_1fh9w_7165{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}._consultEyebrow_1fh9w_7173{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:6px;font-size:10px;font-weight:800;display:block}._consultModalTitle_1fh9w_7183{color:var(--color-accent);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800;line-height:1.15}._consultModalClose_1fh9w_7192{background:var(--color-primary-light);width:36px;height:36px;color:var(--color-primary-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}._consultModalClose_1fh9w_7192:hover{background:#ffd6e8;transform:scale(1.04)}._consultForm_1fh9w_7212{flex-direction:column;gap:20px;display:flex}._consultSectionTitle_1fh9w_7218{letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin:0 0 4px;font-size:11px;font-weight:800}._consultSectionTitle_1fh9w_7218:not(:first-child){border-top:1px solid #e5e7eb;margin-top:8px;padding-top:16px}._consultGrid_1fh9w_7233{grid-template-columns:1fr 1fr;gap:16px 18px;display:grid}._consultField_1fh9w_7239{flex-direction:column;gap:8px;display:flex}._consultFieldFull_1fh9w_7245{grid-column:1/-1}._consultFieldHead_1fh9w_7249{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}._consultFieldHead_1fh9w_7249 svg{color:var(--color-primary);flex-shrink:0}._consultInputLine_1fh9w_7265{background:#ffffffb8;border-radius:8px 8px 0 0;transition:background .2s;position:relative}._consultInputLine_1fh9w_7265:before{content:"";pointer-events:none;background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._consultInputLine_1fh9w_7265:after{content:"";background:var(--color-primary);transform-origin:50%;pointer-events:none;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._consultInputLine_1fh9w_7265:focus-within{background:#fffffff2}._consultInputLine_1fh9w_7265:focus-within:after{transform:scaleX(1)}._consultInput_1fh9w_7265,._consultTextarea_1fh9w_7306{width:100%;color:var(--color-text-primary);box-shadow:none;background:0 0;border:none;border-radius:0;padding:10px 12px 11px;font-family:inherit;font-size:.9375rem;font-weight:500}._consultInput_1fh9w_7265:focus,._consultTextarea_1fh9w_7306:focus{outline:none}._consultInput_1fh9w_7265::placeholder,._consultTextarea_1fh9w_7306::placeholder{color:var(--color-text-placeholder);font-weight:400}._consultTextarea_1fh9w_7306{resize:vertical;min-height:88px;line-height:1.5;display:block}._consultReviewBar_1fh9w_7337{background:#ffffffd9;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}._consultReviewInfo_1fh9w_7347{align-items:center;gap:12px;min-width:0;display:flex}._consultReviewInfo_1fh9w_7347 svg{color:var(--color-accent);flex-shrink:0}._consultReviewInfo_1fh9w_7347 strong{color:var(--color-text-primary);margin-bottom:2px;font-size:.875rem;font-weight:700;display:block}._consultReviewInfo_1fh9w_7347 span{color:var(--color-text-muted);font-size:.75rem;font-weight:500;display:block}._consultSwitch_1fh9w_7374{cursor:pointer;background:#e5e7eb;border:none;border-radius:999px;flex-shrink:0;width:46px;height:26px;padding:0;transition:background .2s;position:relative}._consultSwitchOn_1fh9w_7387{background:var(--color-primary)}._consultSwitchThumb_1fh9w_7391{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000026}._consultSwitchOn_1fh9w_7387 ._consultSwitchThumb_1fh9w_7391{transform:translate(20px)}._consultActions_1fh9w_7407{justify-content:flex-end;align-items:center;gap:10px;padding-top:4px;display:flex}._consultCancelBtn_1fh9w_7415{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:700}._consultCancelBtn_1fh9w_7415:hover{color:var(--color-accent)}._consultSubmitBtn_1fh9w_7431{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:12px;padding:11px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:filter .15s,transform .15s;box-shadow:0 4px 16px #05966947}._consultSubmitBtn_1fh9w_7431:hover{filter:brightness(1.05);transform:translateY(-1px)}@media (width<=640px){._consultModalShell_1fh9w_7153{padding:22px 20px 18px}._consultGrid_1fh9w_7233{grid-template-columns:1fr}}._equipoLayout_1fh9w_7461{flex-direction:column;flex:1;gap:24px;min-width:0;display:flex;overflow:auto}._equipoSectionHead_1fh9w_7470{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}._equipoSectionHead_1fh9w_7470 ._newApptBlockTitle_1fh9w_2155{margin:0}._equipoAddBtn_1fh9w_7483{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 4px 14px #f0518f38}._equipoAddBtn_1fh9w_7483:hover{background:var(--color-primary-dark);transform:translateY(-1px)}._equipoAddForm_1fh9w_7505{flex-direction:column;min-height:0;display:flex}._equipoAddForm_1fh9w_7505 ._profileModalBody_1fh9w_4624{flex-direction:column;gap:0;padding-bottom:24px;display:flex}._equipoAddHero_1fh9w_7518{background:linear-gradient(135deg,#f0518f17 0%,#5b4f960f 100%);border:1px solid #f0518f24;border-radius:16px;align-items:flex-start;gap:14px;margin-bottom:24px;padding:16px 18px;display:flex}._equipoAddHeroIcon_1fh9w_7529{background:linear-gradient(135deg, var(--color-primary) 0%, #e91e8c 100%);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 8px 22px #f0518f47}._equipoAddHeroLead_1fh9w_7542{color:var(--color-text-secondary);margin:0;padding-top:4px;font-size:13px;font-weight:500;line-height:1.55}._equipoAddField_1fh9w_7551{flex-direction:column;gap:7px;display:flex}._equipoAddField_1fh9w_7551+._equipoAddField_1fh9w_7551{margin-top:18px}._equipoAddFieldLabel_1fh9w_7561{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:11px;font-weight:800}._equipoAddFieldControl_1fh9w_7569{align-items:center;display:flex;position:relative}._equipoAddFieldIcon_1fh9w_7575{color:var(--color-primary);pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}._equipoAddFieldInput_1fh9w_7585{width:100%;color:var(--color-text-primary);background:#fff;border:1px solid #f0518f2e;border-radius:12px;padding:12px 14px 12px 42px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}._equipoAddFieldInput_1fh9w_7585::placeholder{color:var(--color-text-placeholder);font-weight:400}._equipoAddFieldInput_1fh9w_7585:focus{border-color:#f0518f73;outline:none;box-shadow:0 0 0 3px #f0518f1f}._equipoAddFieldPassword_1fh9w_7608 ._equipoAddFieldInput_1fh9w_7585{padding-right:44px}._equipoAddPasswordToggle_1fh9w_7612{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}._equipoAddPasswordToggle_1fh9w_7612:hover{color:var(--color-primary);background:var(--color-primary-light)}._equipoAddFieldHint_1fh9w_7635{color:var(--color-text-muted);margin:0;font-size:12px;font-weight:500;line-height:1.45}._equipoAddFooter_1fh9w_7643{border-top:1px solid #f0518f1a;justify-content:flex-end;align-items:center;gap:10px;padding:16px 32px 28px;display:flex}._equipoFormSection_1fh9w_7652{width:100%;max-width:520px;margin-left:auto;margin-right:auto}._equipoForm_1fh9w_7652{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:18px 20px;display:flex}._equipoFormGrid_1fh9w_7669{grid-template-columns:1fr 1fr;align-items:stretch;gap:14px 16px;display:grid}._equipoFormActions_1fh9w_7676{justify-content:flex-end;padding-top:2px;display:flex}._equipoFormActions_1fh9w_7676 ._profileSaveBtn_1fh9w_4663{min-height:40px;padding:0 18px;font-size:.88rem}._equipoEditPanel_1fh9w_7688{flex-direction:column;gap:0;display:flex}._equipoEditForm_1fh9w_7694{flex-direction:column;gap:16px;display:flex}._equipoEditSection_1fh9w_7700{flex-direction:column;gap:14px;display:flex}._equipoEditSectionTitle_1fh9w_7706{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:11px;font-weight:800}._equipoEditMeta_1fh9w_7715{color:var(--color-text-secondary);background:#ffffffb8;border:1px solid #f0518f1a;border-radius:10px;align-items:center;gap:8px;margin:-4px 0 0;padding:10px 12px;font-size:13px;display:inline-flex}._equipoEditMeta_1fh9w_7715 svg{color:var(--color-primary);flex-shrink:0}._equipoEditDivider_1fh9w_7733{background:#f0518f1f;height:1px;margin:24px 0}._equipoEditSubView_1fh9w_7739{flex-direction:column;gap:20px;display:flex}._equipoEditSubView_1fh9w_7739 ._profileModalActions_1fh9w_4655{border-top:1px solid #f0518f1a;margin-top:4px;padding-top:8px}._equipoEditAlert_1fh9w_7751{border-radius:10px;margin:0 0 16px;padding:10px 14px;font-size:13px;font-weight:600;line-height:1.4}._equipoEditAlertSuccess_1fh9w_7760{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}._equipoEditAlertError_1fh9w_7766{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}._equipoEditPanel_1fh9w_7688 ._profileModalActions_1fh9w_4655{padding-top:0}._equipoEditPanel_1fh9w_7688 ._profileAccountMenuLead_1fh9w_4713{margin-bottom:0}._equipoTableCard_1fh9w_7780{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}._equipoTable_1fh9w_7780{border-collapse:collapse;width:100%}._equipoTable_1fh9w_7780 th,._equipoTable_1fh9w_7780 td{text-align:left;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:.92rem}._equipoTable_1fh9w_7780 th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;font-size:.78rem;font-weight:600}._equipoRowActions_1fh9w_7809{flex-wrap:wrap;gap:8px;display:flex}._equipoActionBtn_1fh9w_7815{color:#334155;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:.82rem;display:inline-flex}._equipoActionBtn_1fh9w_7815:hover{background:#f8fafc;border-color:#cbd5e1}._equipoActionBtn_1fh9w_7815:disabled{opacity:.45;cursor:not-allowed}._equipoActionBtnDanger_1fh9w_7838{color:#dc2626}._equipoActionBtnDanger_1fh9w_7838:hover{background:#fef2f2;border-color:#fecaca}._equipoMessageSuccess_1fh9w_7847,._equipoMessageError_1fh9w_7848{border-radius:10px;margin:0;padding:12px 14px;font-size:.9rem}._equipoMessageSuccess_1fh9w_7847{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}._equipoMessageError_1fh9w_7848{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}._masterAccountBadge_1fh9w_7867{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.82rem;font-weight:600;display:inline-flex}._igAvatarWrapperLocked_1fh9w_7880{cursor:default}@media (width<=768px){._equipoFormSection_1fh9w_7652{max-width:none}._equipoFormGrid_1fh9w_7669{grid-template-columns:1fr}._equipoTable_1fh9w_7780 thead{display:none}._equipoTable_1fh9w_7780 tr{border-bottom:1px solid #f1f5f9;padding:12px 0;display:block}._equipoTable_1fh9w_7780 td{border:none;justify-content:space-between;gap:12px;padding:8px 16px;display:flex}._equipoTable_1fh9w_7780 td:before{content:attr(data-label);color:#64748b;flex-shrink:0;font-weight:600}}._card_6ztkr_1{background:#fff;border:1px solid #3c2f731f;border-radius:14px;overflow:hidden}._header_6ztkr_8{background:linear-gradient(135deg,#3c2f730d 0%,#f0518f0a 100%);border-bottom:1px solid #3c2f7314;align-items:flex-start;gap:12px;padding:14px 14px 12px;display:flex}._icon_6ztkr_17{width:36px;height:36px;color:var(--color-accent);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 3px 10px #3c2f7314}._heading_6ztkr_30{flex:1;min-width:0}._title_6ztkr_35{color:var(--color-accent);margin:0 0 4px;font-size:.9375rem;font-weight:800}._description_6ztkr_42{color:var(--color-text-muted);margin:0;font-size:.8125rem;line-height:1.45}._optionalBadge_6ztkr_49{color:var(--color-secondary);letter-spacing:.04em;text-transform:uppercase;background:#3c2f7314;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:.6875rem;font-weight:800}._dropzone_6ztkr_61{color:var(--color-accent);cursor:pointer;background:#3c2f7305;border:1.5px dashed #3c2f7338;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:0;padding:16px;font-size:.8125rem;font-weight:700;transition:border-color .15s,background .15s;display:flex}._emptyBody_6ztkr_78{flex-direction:column;gap:12px;padding:12px 14px 14px;display:flex}._modeTabs_6ztkr_85{background:#3c2f730d;border-radius:12px;gap:6px;padding:4px;display:flex}._modeTab_6ztkr_85{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-family:inherit;font-size:.75rem;font-weight:750;display:inline-flex}._modeTabActive_6ztkr_110{color:var(--color-accent);background:#fff;box-shadow:0 2px 8px #3c2f731a}._generatePanel_6ztkr_116{flex-direction:column;gap:10px;display:flex}._generateHint_6ztkr_122{color:var(--color-text-muted);margin:0;font-size:.8125rem;line-height:1.45}._field_6ztkr_129{flex-direction:column;gap:6px;display:flex}._fieldLabel_6ztkr_135{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:.6875rem;font-weight:800}._fieldInput_6ztkr_143,._fieldTextarea_6ztkr_144{width:100%;color:var(--color-text);box-sizing:border-box;background:#fff;border:1px solid #3c2f7329;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:.875rem}._fieldTextarea_6ztkr_144{resize:vertical;min-height:88px}._fieldInput_6ztkr_143:focus,._fieldTextarea_6ztkr_144:focus{border-color:#f0518f73;outline:none;box-shadow:0 0 0 3px #f0518f1f}._generateBtn_6ztkr_168{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:.8125rem;font-weight:750;display:inline-flex}._generateBtn_6ztkr_168:hover:not(:disabled){filter:brightness(1.05)}._generateBtn_6ztkr_168:disabled{opacity:.65;cursor:wait}._localError_6ztkr_193{color:#b91c1c;margin:0;font-size:.8125rem}._dropzone_6ztkr_61:hover{background:#f0518f0a;border-color:#f0518f73}._dropzoneBusy_6ztkr_204{opacity:.7;cursor:wait}._fileInput_6ztkr_209{display:none}._attached_6ztkr_213{padding:12px 14px 14px}._metaGrid_6ztkr_217{grid-template-columns:1.4fr .8fr .8fr;gap:10px;margin-bottom:12px;display:grid}._metaItem_6ztkr_224{min-width:0}._metaLabel_6ztkr_228{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:4px;font-size:.6875rem;font-weight:800;display:block}._metaValue_6ztkr_238{color:var(--color-text);margin:0;font-size:.8125rem;font-weight:700}._fileInfo_6ztkr_245{align-items:center;gap:8px;margin-bottom:10px;display:flex}._fileBadge_6ztkr_252{color:#c2185b;letter-spacing:.04em;background:#f0518f1f;border-radius:999px;padding:3px 8px;font-size:.6875rem;font-weight:800}._fileName_6ztkr_262{color:var(--color-text);word-break:break-word;margin:0;font-size:.875rem;font-weight:700}._previewPdf_6ztkr_270{display:none}._actions_6ztkr_274{flex-wrap:wrap;gap:8px;display:flex}._actionBtn_6ztkr_280{color:var(--color-accent);cursor:pointer;background:#fff;border:1px solid #3c2f7329;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex}._actionBtn_6ztkr_280:hover:not(:disabled){background:#f0518f0d;border-color:#f0518f59}._actionBtn_6ztkr_280:disabled{opacity:.6;cursor:not-allowed}._actionBtnDanger_6ztkr_305{color:#b91c1c;border-color:#b91c1c33}._actionBtnDanger_6ztkr_305:hover:not(:disabled){background:#b91c1c0d;border-color:#b91c1c59}._overlay_8weox_1{z-index:830;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271b5773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_8weox_13{text-align:center;background:radial-gradient(120% 80% at 50% -10%,#f0518f1a,#0000 55%),#fff;border-radius:20px;width:min(100%,440px);padding:28px 24px 24px;position:relative;box-shadow:0 24px 64px #3c2f7340}._closeBtn_8weox_25{background:var(--color-primary-light);width:34px;height:34px;color:var(--color-accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}._closeBtn_8weox_25:hover{filter:brightness(.97)}._illustration_8weox_45{justify-content:center;align-items:center;height:96px;margin:4px auto 18px;display:flex;position:relative}._glow_8weox_54{pointer-events:none;background:radial-gradient(circle,#f0518f2e,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute}._iconStack_8weox_63{align-items:center;gap:10px;display:flex;position:relative}._iconPast_8weox_70,._iconCurrent_8weox_71,._iconArrow_8weox_72{border-radius:50%;justify-content:center;align-items:center;display:inline-flex}._iconPast_8weox_70,._iconCurrent_8weox_71{border:1px solid var(--color-border);background:#fff;width:56px;height:56px;box-shadow:0 8px 20px #3c2f731a}._iconPast_8weox_70{color:var(--color-text-muted)}._iconCurrent_8weox_71{color:var(--color-primary);border-color:#f0518f59}._iconArrow_8weox_72{width:36px;height:36px;color:var(--color-accent);background:var(--color-primary-bg);border:1px solid #3c2f731f}._title_8weox_105{color:var(--color-accent);margin:0 0 8px;font-size:1.2rem;font-weight:800}._description_8weox_112{color:var(--color-text-muted);margin:0 0 16px;font-size:.9rem;line-height:1.5}._sourceCard_8weox_119{text-align:left;background:#3c2f730d;border:1px solid #3c2f7314;border-radius:12px;flex-direction:column;gap:4px;margin:0 0 20px;padding:12px 14px;display:flex}._sourceLabel_8weox_131{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:800}._sourceValue_8weox_139{color:var(--color-accent);word-break:break-word;font-size:.875rem;font-weight:600;line-height:1.4}._actions_8weox_147{grid-template-columns:1fr 1fr;gap:10px;display:grid}._cancelBtn_8weox_153,._confirmBtn_8weox_154{cursor:pointer;border-radius:999px;padding:12px 16px;font-size:.875rem;font-weight:700;transition:filter .15s,background .15s,border-color .15s}._cancelBtn_8weox_153{border:1px solid var(--color-border);color:var(--color-accent);background:#fff}._cancelBtn_8weox_153:hover{border-color:var(--color-accent)}._confirmBtn_8weox_154{background:var(--color-primary);color:#fff;border:none}._confirmBtn_8weox_154:hover{filter:brightness(.96)}@media (width<=420px){._actions_8weox_147{grid-template-columns:1fr}}._overlay_mop4c_1{z-index:810;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271b5773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_mop4c_13{background:radial-gradient(120% 80% at 50% -10%,#f0518f1a,#0000 55%),#fff;border-radius:20px;flex-direction:column;width:min(100%,720px);max-height:min(88vh,760px);padding:22px 24px 20px;display:flex;position:relative;box-shadow:0 24px 64px #3c2f7340}._closeBtn_mop4c_27{background:var(--color-primary-light);width:34px;height:34px;color:var(--color-accent);cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}._closeBtn_mop4c_27:hover{filter:brightness(.97)}._header_mop4c_48{align-items:flex-start;gap:14px;margin-bottom:18px;padding-right:36px;display:flex}._headerIcon_mop4c_56{width:44px;height:44px;color:var(--color-primary);background:#f0518f1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._headerText_mop4c_68{min-width:0}._eyebrow_mop4c_72{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:800;display:block}._title_mop4c_81{color:var(--color-accent);margin:4px 0 0;font-size:1.25rem;font-weight:800;line-height:1.25}._subtitle_mop4c_89{color:var(--color-text-muted);margin:4px 0 0;font-size:.875rem}._grid_mop4c_95{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;min-height:0;margin:0;padding:2px 4px 2px 0;display:grid;overflow-y:auto}._item_mop4c_106{background:#f0518f0f;border:1px solid #f0518f14;border-radius:12px;min-width:0;padding:12px 14px}._item_mop4c_106 dt{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 4px;font-size:10px;font-weight:800}._item_mop4c_106 dd{color:var(--color-text);word-break:break-word;margin:0;font-size:.9rem;line-height:1.45}._actions_mop4c_131{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;padding-top:16px;display:flex}._btnPrimary_mop4c_142,._btnSecondary_mop4c_143{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:.875rem;font-weight:700;line-height:1;transition:filter .15s,border-color .15s,color .15s;display:inline-flex}._btnPrimary_mop4c_142{background:var(--color-primary);color:#fff;border:none}._btnPrimary_mop4c_142:hover{filter:brightness(.96)}._btnSecondary_mop4c_143{border:1px solid var(--color-border);color:var(--color-accent);background:#fff}._btnSecondary_mop4c_143:hover{border-color:var(--color-primary);color:var(--color-primary)}@media (width<=640px){._overlay_mop4c_1{padding:12px}._modal_mop4c_13{max-height:92vh;padding:18px 16px 16px}._grid_mop4c_95{grid-template-columns:1fr}._actions_mop4c_131{flex-direction:column-reverse}._actions_mop4c_131 ._btnPrimary_mop4c_142,._actions_mop4c_131 ._btnSecondary_mop4c_143{width:100%}}._overlay_o1vkc_1{z-index:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271b5773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_o1vkc_13{background:radial-gradient(120% 90% at 50% -20%,#f0518f24,#0000 58%),radial-gradient(80% 60% at 100% 0,#3c2f7314,#0000 50%),#fff;border-radius:24px;flex-direction:column;width:min(100%,560px);max-height:min(90vh,720px);padding:0 0 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 72px #3c2f7347}._closeBtn_o1vkc_29{width:34px;height:34px;color:var(--color-accent);cursor:pointer;z-index:2;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 4px 14px #3c2f731f}._closeBtn_o1vkc_29:hover{filter:brightness(.97)}._hero_o1vkc_51{background:linear-gradient(#f0518f14 0%,#0000 100%);justify-content:center;align-items:center;height:108px;margin-bottom:-8px;display:flex;position:relative}._heroGlow_o1vkc_61{pointer-events:none;background:radial-gradient(circle,#f0518f33,#0000 68%);border-radius:50%;width:160px;height:160px;position:absolute}._heroIcons_o1vkc_70{align-items:center;gap:12px;display:flex;position:relative}._heroIconPast_o1vkc_77,._heroIconCurrent_o1vkc_78,._heroIconMid_o1vkc_79{border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 10px 24px #3c2f731f}._heroIconPast_o1vkc_77,._heroIconCurrent_o1vkc_78{border:1px solid var(--color-border);background:#fff;width:58px;height:58px}._heroIconPast_o1vkc_77{color:var(--color-text-muted)}._heroIconCurrent_o1vkc_78{color:var(--color-primary);border-color:#f0518f59}._heroIconMid_o1vkc_79{width:38px;height:38px;color:var(--color-accent);background:var(--color-primary-bg);border:1px solid #3c2f731f}._header_o1vkc_112{text-align:center;padding:0 24px 16px}._eyebrow_o1vkc_117{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-size:10px;font-weight:800;display:block}._title_o1vkc_126{color:var(--color-accent);margin:6px 0 0;font-size:1.35rem;font-weight:800;line-height:1.2}._subtitle_o1vkc_134{max-width:38ch;color:var(--color-text-muted);margin:8px auto 0;font-size:.875rem;line-height:1.5}._statsRow_o1vkc_142{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:14px;display:flex}._statBadge_o1vkc_151{color:var(--color-accent);background:#3c2f7312;border:1px solid #3c2f7314;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}._statHint_o1vkc_164{color:var(--color-text-muted);font-size:11px;font-weight:600}._visitList_o1vkc_170{border-left:2px solid #f0518f2e;flex-direction:column;flex:1;gap:12px;min-height:0;margin:0 18px;padding:4px 6px 4px 18px;display:flex;overflow-y:auto}._visitCard_o1vkc_182{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;width:100%;padding:0;transition:transform .15s,box-shadow .15s;display:block;position:relative}._visitCard_o1vkc_182:hover{transform:translateY(-1px)}._visitCard_o1vkc_182:hover ._visitCardInner_o1vkc_199{box-shadow:0 12px 28px #3c2f7324}._visitCardRose_o1vkc_203 ._visitCardInner_o1vkc_199{background:linear-gradient(135deg,#fff7fb 0%,#fff 55%);border-color:#f0518f38}._visitCardViolet_o1vkc_208 ._visitCardInner_o1vkc_199{background:linear-gradient(135deg,#f7f3fc 0%,#fff 55%);border-color:#3c2f7329}._visitCardPlum_o1vkc_213 ._visitCardInner_o1vkc_199{background:linear-gradient(135deg,#fdf4f8 0%,#fff 55%);border-color:#b448822e}._visitCardRose_o1vkc_203 ._timelineDot_o1vkc_218{background:var(--color-primary);box-shadow:0 0 0 4px #f0518f26}._visitCardViolet_o1vkc_208 ._timelineDot_o1vkc_218{background:var(--color-accent);box-shadow:0 0 0 4px #3c2f731f}._visitCardPlum_o1vkc_213 ._timelineDot_o1vkc_218{background:#c45c92;box-shadow:0 0 0 4px #c45c9224}._timelineDot_o1vkc_218{border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:22px;left:-25px}._visitCardInner_o1vkc_199{border:1px solid;border-radius:16px;padding:14px 16px;transition:box-shadow .15s,border-color .15s;box-shadow:0 6px 18px #3c2f7314}._visitCardTop_o1vkc_251{align-items:flex-start;gap:12px;display:flex}._visitDateBadge_o1vkc_257{width:48px;color:var(--color-primary);background:#fff;border:1px solid #f0518f1f;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;padding:8px 6px;line-height:1.1;display:flex;box-shadow:0 4px 12px #3c2f7314}._visitDateDay_o1vkc_273{font-size:16px;font-weight:800}._visitDateMonth_o1vkc_278{text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:10px;font-weight:800}._visitCardHead_o1vkc_286{flex:1;min-width:0}._visitCardReason_o1vkc_291{color:var(--color-accent);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;display:block;overflow:hidden}._visitCardDate_o1vkc_301{color:var(--color-text-muted);margin-top:3px;font-size:11px;line-height:1.4;display:block}._fieldCountBadge_o1vkc_309{letter-spacing:.02em;color:var(--color-primary);background:#fff;border:1px solid #f0518f33;border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:10px;font-weight:800}._snippetChips_o1vkc_321{flex-wrap:wrap;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}._snippetChip_o1vkc_321{max-width:100%;color:var(--color-accent);background:#ffffffe0;border:1px solid #3c2f7314;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:11px;line-height:1.2;display:inline-flex}._snippetChip_o1vkc_321 svg{color:var(--color-primary);flex-shrink:0}._snippetChipLabel_o1vkc_349{flex-shrink:0;font-weight:800}._snippetChipValue_o1vkc_354{min-width:0;color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._visitCardAction_o1vkc_362{letter-spacing:.03em;text-transform:uppercase;color:var(--color-primary);align-items:center;gap:4px;margin-top:12px;font-size:11px;font-weight:800;display:inline-flex}._visitCard_o1vkc_182:hover ._visitCardAction_o1vkc_362{gap:6px}@media (width<=640px){._overlay_o1vkc_1{padding:12px}._modal_o1vkc_13{border-radius:20px;max-height:92vh}._header_o1vkc_112{padding:0 18px 14px}._visitList_o1vkc_170{margin:0 14px;padding-left:16px}._timelineDot_o1vkc_218{left:-22px}._visitCardTop_o1vkc_251{flex-wrap:wrap}._fieldCountBadge_o1vkc_309{margin-left:60px}}._page_uvlmo_1{min-height:100vh;font-family:var(--font-sans);background:#fff;flex-direction:column;display:flex}._topBar_uvlmo_9{border-bottom:1px solid var(--color-border);background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 32px 16px;display:flex}._topBarStart_uvlmo_20{flex-direction:column;gap:14px;min-width:0;display:flex}._topBarIdentity_uvlmo_27{min-width:0}._topBarActions_uvlmo_31{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}._backBtn_uvlmo_40{background:var(--color-primary-light);color:var(--color-accent);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}._backBtn_uvlmo_40:hover{background:#ffd6e8}._eyebrow_uvlmo_59{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}._title_uvlmo_69{color:var(--color-accent);margin:0;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:800;line-height:1.15}._tabs_uvlmo_77{border-bottom:1px solid var(--color-border);background:#fff;flex-shrink:0;gap:6px;padding:0 32px;display:flex}._tab_uvlmo_77,._tabActive_uvlmo_87{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:6px;margin-bottom:-1px;padding:12px 18px;font-family:inherit;font-size:.9375rem;font-weight:700;display:inline-flex}._tab_uvlmo_77:hover{color:var(--color-accent)}._tabActive_uvlmo_87{color:var(--color-accent);border-bottom-color:var(--color-secondary);background:0 0}._main_uvlmo_114{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._bodyScroll_uvlmo_122{flex:1;min-height:0;padding:28px 32px 40px;overflow-y:auto}._summaryBody_uvlmo_129{background:radial-gradient(ellipse 80% 50% at 0% 0%, #f0518f0f, transparent 55%), radial-gradient(ellipse 60% 40% at 100% 20%, #3c2f730d, transparent 50%), var(--color-primary-bg);flex:1;min-height:0;padding:28px 32px 40px;overflow-y:auto}._summaryLayout_uvlmo_140{flex-direction:column;gap:18px;width:min(100%,920px);margin:0 auto;display:flex}._summaryHero_uvlmo_148{background:radial-gradient(120% 100% at 0% 0%, #f0518f1a, transparent 55%), linear-gradient(135deg, #fff 0%, var(--color-accent-light) 140%);border:1px solid var(--color-border);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 24px;display:grid;box-shadow:0 12px 32px #3c2f7314}._summaryAvatar_uvlmo_162{letter-spacing:-.03em;color:#fff;background:linear-gradient(145deg, var(--color-primary) 0%, var(--color-accent) 100%);border-radius:22px;place-items:center;width:72px;height:72px;font-size:1.5rem;font-weight:800;display:grid;box-shadow:0 10px 24px #f0518f47}._summaryHeroText_uvlmo_176{min-width:0}._summaryHeroEyebrow_uvlmo_180{letter-spacing:.1em;text-transform:uppercase;color:var(--color-secondary);margin:0 0 4px;font-size:10px;font-weight:800}._summaryHeroName_uvlmo_189{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 6px;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:800;line-height:1.15}._summaryHeroHint_uvlmo_198{color:var(--color-text-muted);max-width:42ch;margin:0;font-size:.8125rem;line-height:1.45}._summaryHeroStats_uvlmo_206{flex-direction:column;align-items:stretch;gap:8px;display:flex}._summaryStat_uvlmo_213{border:1px solid var(--color-border);color:var(--color-accent);background:#ffffffd9;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex}._summaryStat_uvlmo_213 strong{color:var(--color-accent);font-size:1.125rem;font-weight:800;line-height:1.1;display:block}._summaryStat_uvlmo_213 span{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);font-size:.6875rem;font-weight:700}._summaryStatAction_uvlmo_240{background:var(--color-primary-light);color:var(--color-accent);font:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:4px;margin:0;padding:8px 12px;font-size:.75rem;font-weight:700;display:inline-flex}._summaryStatAction_uvlmo_240:hover{background:#ffd6e8}._summaryCards_uvlmo_261{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}._summaryCard_uvlmo_261{border:1px solid var(--color-border);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #3c2f730d}._summaryCardNotes_uvlmo_275,._summaryCardWide_uvlmo_276{grid-column:1/-1}._summaryCardHead_uvlmo_280{background:linear-gradient(180deg, var(--color-primary-bg) 0%, #fff 100%);border-bottom:1px solid var(--color-border-light);color:var(--color-accent);align-items:center;gap:8px;padding:12px 16px;display:flex}._summaryCardHead_uvlmo_280 h3{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}._summaryCardGrid_uvlmo_298{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;display:grid}._summaryField_uvlmo_305{background:var(--color-primary-bg);border:1px solid #0000;border-radius:14px;align-items:flex-start;gap:10px;min-width:0;padding:12px;display:flex}._summaryFieldWide_uvlmo_316{grid-column:1/-1}._summaryFieldIcon_uvlmo_320{width:34px;height:34px;color:var(--color-primary);border:1px solid var(--color-border);background:#fff;border-radius:10px;flex-shrink:0;place-items:center;display:grid}._summaryFieldBody_uvlmo_332{flex-direction:column;gap:3px;min-width:0;display:flex}._summaryFieldLabel_uvlmo_339{text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);font-size:.6875rem;font-weight:800}._summaryFieldValue_uvlmo_347{color:var(--color-text-primary);word-break:break-word;font-size:.9375rem;font-weight:600;line-height:1.4}._summaryNotes_uvlmo_355{color:var(--color-text-secondary);margin:0;padding:16px 18px 18px;font-size:.9375rem;font-weight:500;line-height:1.55}._summaryContent_uvlmo_365{width:min(100%,920px);margin:0 auto}._summaryTitle_uvlmo_370{margin:0}._summaryGrid_uvlmo_374{display:contents}._full_uvlmo_378{grid-column:1/-1}._stateMessage_uvlmo_382{color:var(--color-text-muted);padding:28px 32px;font-size:.9375rem}._historyBody_uvlmo_388{background:radial-gradient(ellipse 80% 50% at 0% 0%, #f0518f0f, transparent 55%), radial-gradient(ellipse 60% 40% at 100% 20%, #3c2f730d, transparent 50%), var(--color-primary-bg);flex:1;min-height:0;padding:28px 32px 40px;overflow-y:auto}._historyLayout_uvlmo_399{flex-direction:column;gap:28px;width:min(100%,1180px);margin:0 auto;display:flex}._historyHero_uvlmo_407{background:radial-gradient(120% 100% at 100% 0%, #3c2f731a, transparent 55%), linear-gradient(135deg, #fff 0%, var(--color-accent-light) 140%);border:1px solid var(--color-border);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 24px;display:grid;box-shadow:0 12px 32px #3c2f7314}._historyHeroIcon_uvlmo_421{width:64px;height:64px;color:var(--color-accent);background:#3c2f7314;border:1px solid #3c2f731f;border-radius:20px;place-items:center;display:grid}._historyHeroText_uvlmo_432{min-width:0}._historyHeroEyebrow_uvlmo_436{letter-spacing:.1em;text-transform:uppercase;color:var(--color-secondary);margin:0 0 4px;font-size:10px;font-weight:800}._historyHeroTitle_uvlmo_445{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 6px;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:800;line-height:1.15}._historyHeroHint_uvlmo_454{color:var(--color-text-muted);max-width:52ch;margin:0;font-size:.8125rem;line-height:1.45}._historyHeroActions_uvlmo_462{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}._historyHeroStat_uvlmo_470{border:1px solid var(--color-border);color:var(--color-accent);background:#ffffffd9;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex}._historyHeroStat_uvlmo_470 strong{font-size:1.125rem;font-weight:800;line-height:1.1;display:block}._historyHeroStat_uvlmo_470 span{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);font-size:.6875rem;font-weight:700}._historyHeroDownload_uvlmo_496{background:var(--color-accent);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;margin:0;padding:9px 14px;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #3c2f732e}._historyHeroDownload_uvlmo_496:hover:not(:disabled){filter:brightness(1.05)}._historyHeroDownload_uvlmo_496:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}._historyEmpty_uvlmo_524{border:1px dashed color-mix(in srgb, var(--color-primary) 35%, var(--color-border));text-align:center;background:#fff;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 24px;display:flex}._historyEmptyIcon_uvlmo_537{width:64px;height:64px;color:var(--color-primary);background:#f0518f1f;border-radius:20px;place-items:center;margin-bottom:4px;display:grid}._historyEmptyTitle_uvlmo_548{color:var(--color-accent);margin:0;font-size:1.125rem;font-weight:800}._historyEmptyHint_uvlmo_555{max-width:42ch;color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5}._historyGrid_uvlmo_563{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}._historyGrid_uvlmo_563>li{min-width:0}._visitCardBtn_uvlmo_576{cursor:pointer;text-align:left;width:100%;height:100%;font:inherit;color:inherit;background:0 0;border:none;border-radius:14px;padding:0}._visitCard_uvlmo_576{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;height:100%;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}._visitCardBtn_uvlmo_576:hover ._visitCard_uvlmo_576{border-color:color-mix(in srgb, var(--color-accent) 28%, #e5e7eb);background:#fff;transform:translateY(-2px);box-shadow:0 8px 22px #3c2f731a}._visitCardBtn_uvlmo_576:focus-visible ._visitCard_uvlmo_576{outline:2px solid color-mix(in srgb, var(--color-accent) 45%, transparent);outline-offset:2px}._visitCardHead_uvlmo_617{background:#fff;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:14px;padding:18px 18px 14px;display:flex}._visitCardDateBadge_uvlmo_626{width:48px;height:48px;color:var(--color-accent);background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;display:flex}._visitCardDateDay_uvlmo_640{color:var(--color-accent);font-size:1.125rem;font-weight:700;line-height:1}._visitCardDateMonth_uvlmo_647{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin-top:2px;font-size:.625rem;font-weight:600}._visitCardHeading_uvlmo_656{flex:1;min-width:0}._visitCardEyebrow_uvlmo_661{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin-bottom:4px;font-size:.6875rem;font-weight:600;display:block}._visitCardDate_uvlmo_626{color:var(--color-accent);text-transform:capitalize;margin:0;font-size:.9375rem;font-weight:700;line-height:1.35}._visitCardMeta_uvlmo_680{color:#9ca3af;margin:6px 0 0;font-size:.8125rem;font-weight:500;line-height:1.35}._visitCardTime_uvlmo_688{color:#6b7280;margin:3px 0 0;font-size:.8125rem;font-weight:500;line-height:1.35}._visitCardFields_uvlmo_696{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;padding:14px 18px 18px;display:grid}@media (width<=720px){._visitCardFields_uvlmo_696{grid-template-columns:1fr}}._visitCardChevron_uvlmo_710{color:#9ca3af;flex-shrink:0;align-items:center;margin-top:4px;transition:color .15s,transform .15s;display:inline-flex}._visitCardBtn_uvlmo_576:hover ._visitCardChevron_uvlmo_710{color:var(--color-accent);transform:translate(2px)}._visitCardMetaRow_uvlmo_724,._visitCardService_uvlmo_728,._visitCardDocs_uvlmo_729{display:none}._visitField_uvlmo_733{background:0 0;border:none;flex-direction:column;gap:3px;min-width:0;padding:0;display:flex}._visitFieldIcon_uvlmo_743,._visitFieldBody_uvlmo_744{display:none}._visitFieldLabel_uvlmo_748{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;font-size:.6875rem;font-weight:600}._visitFieldValue_uvlmo_756{color:var(--color-accent);word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}._visitCardFooter_uvlmo_769,._visitCardBtn_uvlmo_576:hover ._visitCardFooter_uvlmo_769{display:none}._documentsGrid_uvlmo_777{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}._documentSections_uvlmo_786{flex-direction:column;gap:28px;display:flex}._documentSection_uvlmo_786{flex-direction:column;gap:12px;display:flex}._documentSectionTitle_uvlmo_798{letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:10px;margin:0;font-size:.875rem;font-weight:800;display:flex}._documentSectionCount_uvlmo_810{min-width:24px;height:24px;color:var(--color-accent);letter-spacing:0;text-transform:none;background:#3c2f7314;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:.75rem;font-weight:800;display:inline-flex}._documentsMetaCard_uvlmo_826{border:1px solid var(--color-border);background:#fff;border-radius:14px;flex-direction:column;gap:14px;padding:20px;display:flex}._documentsMetaHeader_uvlmo_836{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}._documentsMetaActions_uvlmo_843{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}._documentsMetaGrid_uvlmo_850{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:0;display:grid}._documentsMetaRow_uvlmo_857 dt{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 4px;font-size:.6875rem;font-weight:800}._documentsMetaRow_uvlmo_857 dd{color:var(--color-text);word-break:break-word;margin:0;font-size:.9375rem;font-weight:600}._docTypeLabel_uvlmo_874{color:var(--color-secondary);margin:4px 0 0;font-size:.875rem;font-weight:700}._docName_uvlmo_881{color:var(--color-accent);margin:0;font-size:1.0625rem;font-weight:800}._visitPanelAttachmentMeta_uvlmo_888{color:var(--color-text-muted);margin:4px 0 0;font-size:.8125rem}._docActionBtn_uvlmo_894{border:1px solid var(--color-border);color:var(--color-accent);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:5px;padding:8px 12px;font-family:inherit;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}._docActionBtn_uvlmo_894:hover:not(:disabled){background:var(--color-primary-light)}._docActionBtn_uvlmo_894:disabled{opacity:.6;cursor:not-allowed}._visitPage_uvlmo_919{background:radial-gradient(55% 45% at 8% 12%,#f0518f17,#0000 55%),radial-gradient(45% 40% at 92% 8%,#3c2f7312,#0000 50%),linear-gradient(#faf8fc 0%,#fff 42%,#f7f4fb 100%);height:100dvh;max-height:100dvh;overflow:hidden}._visitDetailPage_uvlmo_929{background:0 0;border:none;border-radius:0;width:100%;max-width:none;margin:0;overflow:visible}._visitDetailMain_uvlmo_939{flex-direction:column;flex:1 1 0;min-height:0;padding:0 32px 16px;display:flex;overflow:hidden}._visitTopBar_uvlmo_948{background:0 0;border-bottom-color:#3c2f7314;padding:16px 32px 12px}._visitTopBarRow_uvlmo_954{flex-wrap:wrap;align-items:center;gap:16px 28px;width:100%;display:flex}._visitPageTitle_uvlmo_962{letter-spacing:-.02em;color:var(--color-accent);margin:0;font-size:1.35rem;font-weight:800}._visitPanel_uvlmo_888,._visitPanelEmpty_uvlmo_971{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex;overflow-y:auto}._visitPanelEmpty_uvlmo_971{text-align:center;color:var(--color-text-muted);background:#3c2f7305;justify-content:center;align-items:center;gap:14px;padding:40px 32px}._visitPanelEmpty_uvlmo_971 p{max-width:360px;margin:0;font-size:1rem;line-height:1.55}._visitPanelHeader_uvlmo_997{background:#3c2f7308;border-bottom:1px solid #3c2f731a;flex-shrink:0;padding:28px 36px 20px}._visitPanelScroll_uvlmo_1004{flex-direction:column;flex:1;min-height:0;display:flex}._visitPanelScroll_uvlmo_1004 ._visitPanelDocuments_uvlmo_1011{flex-shrink:0}._visitPanelScroll_uvlmo_1004 ._visitPanelFooter_uvlmo_1015{flex-shrink:0;margin-top:auto}._visitPanelHeaderMain_uvlmo_1020{align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}._visitPanelIcon_uvlmo_1027{width:44px;height:44px;color:var(--color-accent);background:#3c2f7314;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._visitPanelHeaderText_uvlmo_1039{min-width:0}._visitPanelEyebrow_uvlmo_1043{letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}._visitPanelDate_uvlmo_1053{color:var(--color-accent);text-transform:capitalize;margin:0;font-size:1.25rem;font-weight:800;line-height:1.35}._visitPanelService_uvlmo_1062{color:var(--color-accent);background:#fff;border:1px solid #3c2f731f;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:.8125rem;font-weight:700;display:inline-flex}._visitPanelFooter_uvlmo_1015{background:#3c2f7305;border-top:1px solid #3c2f731a;padding:24px 36px 32px}._visitPanelIncludes_uvlmo_1081{border-bottom:1px solid #3c2f731a;flex-shrink:0;margin:0;padding:24px 36px 20px}._visitPanelIncludesTitle_uvlmo_1088{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 12px;font-size:.8125rem;font-weight:800}._visitPanelTags_uvlmo_1097{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}._visitPanelTag_uvlmo_1097{color:var(--color-accent);background:#3c2f730f;border:none;border-radius:999px;padding:7px 12px;font-size:.8125rem;font-weight:700}._visitPanelAttachmentTitle_uvlmo_1116{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 4px;font-size:.75rem;font-weight:800}._visitPanelAttachmentName_uvlmo_1125{color:var(--color-text);word-break:break-word;margin:0;font-size:1rem;font-weight:600}._visitPanelDocuments_uvlmo_1011{padding:24px 36px 12px}._visitPanelDocumentsTitle_uvlmo_1137{letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);margin:0 0 6px;font-size:.8125rem;font-weight:800}._visitPanelDocumentsHint_uvlmo_1146{color:var(--color-text-muted);margin:0 0 16px;font-size:.875rem;line-height:1.5}._visitPanelDocTabs_uvlmo_1153{flex-wrap:wrap;flex:1;gap:8px;min-width:0;margin:0;display:flex}._visitPanelDocToolbar_uvlmo_1162{justify-content:flex-end;margin-bottom:14px;display:flex}._visitPanelDocSections_uvlmo_1168{flex-direction:column;gap:20px;display:flex}._visitPanelDocSection_uvlmo_1168{flex-direction:column;gap:0;display:flex}._visitPanelDocSectionTitle_uvlmo_1180{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #f3f4f6;margin:0 0 10px;padding-bottom:8px;font-size:.75rem;font-weight:700}._visitPanelDocDownloadAllBtn_uvlmo_1191{color:var(--color-accent);cursor:pointer;background:#3c2f730f;border:1px solid #3c2f7333;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:9px 14px;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}._visitPanelDocDownloadAllBtn_uvlmo_1191:hover:not(:disabled){background:#f0518f14;border-color:#f0518f59}._visitPanelDocDownloadAllBtn_uvlmo_1191:disabled{opacity:.65;cursor:wait}._visitPanelDocumentActions_uvlmo_1217{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}._visitPanelDocTab_uvlmo_1153{color:var(--color-text-muted,#6b6575);cursor:pointer;background:#fff;border:1px solid #3c2f7324;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:.8125rem;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:inline-flex}._visitPanelDocTab_uvlmo_1153:hover{color:var(--color-text,#1a1520);border-color:#3c2f7347}._visitPanelDocTabActive_uvlmo_1247{color:var(--color-accent,#3c2f73);background:#3c2f7314;border-color:#3c2f7347}._visitPanelDocTabCount_uvlmo_1253{background:#3c2f731a;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.6875rem;font-weight:800;display:inline-flex}._visitPanelDocTabActive_uvlmo_1247 ._visitPanelDocTabCount_uvlmo_1253{background:#3c2f7329}._visitPanelDocumentsList_uvlmo_1270{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}._visitPanelDocumentItem_uvlmo_1279{border-bottom:1px solid #3c2f731a;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}._visitPanelDocumentItem_uvlmo_1279:last-child{border-bottom:none}._visitPanelDocumentInfo_uvlmo_1292{flex:1;min-width:0}._visitPanelDocDownloadBtn_uvlmo_1297{color:var(--color-accent);cursor:pointer;background:#fff;border:1px solid #3c2f7329;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:9px 14px;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}._visitPanelDocDownloadBtn_uvlmo_1297:hover:not(:disabled){background:#f0518f0d;border-color:#f0518f59}._visitPanelDocDownloadBtn_uvlmo_1297:disabled{opacity:.65;cursor:wait}._visitPanelFooterHint_uvlmo_1323{color:var(--color-text-muted);margin:0 0 14px;font-size:.875rem;line-height:1.5}._visitPanelDownloadBtn_uvlmo_1330{background:var(--color-accent);color:#fff;cursor:pointer;text-align:left;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;max-width:520px;padding:14px 18px;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 8px 20px #3c2f7338}._visitPanelDownloadBtn_uvlmo_1330:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #3c2f7347}._visitPanelDownloadBtn_uvlmo_1330:disabled{opacity:.7;cursor:not-allowed;transform:none}._visitPanelSendBtn_uvlmo_1359{width:100%;max-width:520px;color:var(--color-accent);cursor:pointer;background:#fff;border:1px solid #3c2f7324;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:12px 16px;font-family:inherit;font-size:.875rem;font-weight:750;display:inline-flex}._visitPanelSendBtn_uvlmo_1359:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}._visitPanelSendBtn_uvlmo_1359:disabled{opacity:.7;cursor:not-allowed}._visitPanelDownloadIcon_uvlmo_1388{background:#ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}._visitPanelDownloadText_uvlmo_1399{flex-direction:column;gap:3px;min-width:0;display:flex}._visitPanelDownloadLabel_uvlmo_1406{font-size:.9375rem;font-weight:800;line-height:1.25}._visitPanelDownloadMeta_uvlmo_1412{opacity:.82;font-size:.75rem;font-weight:600}._downloadBtn_uvlmo_1418,._sendEmailBtn_uvlmo_1419,._editBtn_uvlmo_1420,._deleteBtn_uvlmo_1421{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}._downloadBtn_uvlmo_1418{background:var(--color-accent);color:#fff}._sendEmailBtn_uvlmo_1419{background:var(--color-primary);color:#fff}._sendEmailBtn_uvlmo_1419:disabled,._downloadBtn_uvlmo_1418:disabled{opacity:.55;cursor:not-allowed}._editBtn_uvlmo_1420{background:var(--color-primary-light);color:var(--color-accent)}._deleteBtn_uvlmo_1421{color:#dc2626;background:#fee2e2}._muted_uvlmo_1461{color:var(--color-text-muted);font-size:.9375rem}._error_uvlmo_1466{color:#dc2626;padding:28px 32px;font-size:.9375rem}@media (width<=1100px){._summaryCards_uvlmo_261{grid-template-columns:1fr}._summaryLayout_uvlmo_140{width:min(100%,640px)}}@media (width<=900px){._topBar_uvlmo_9{flex-direction:column;align-items:stretch;padding:16px 20px 14px}._topBarActions_uvlmo_31{justify-content:flex-start}._tabs_uvlmo_77{padding:0 20px;overflow-x:auto}._bodyScroll_uvlmo_122,._summaryBody_uvlmo_129,._historyBody_uvlmo_388{padding:20px}._historyHero_uvlmo_407{grid-template-columns:auto 1fr;gap:14px;padding:16px}._historyHeroActions_uvlmo_462{grid-column:1/-1;justify-content:flex-start}._historyGrid_uvlmo_563{grid-template-columns:1fr}._visitPanel_uvlmo_888,._visitPanelEmpty_uvlmo_971{height:auto;min-height:280px}._visitDetailMain_uvlmo_939{padding:0 16px 16px;overflow:hidden}._visitPage_uvlmo_919{height:auto;min-height:100dvh;max-height:none;overflow:visible}._visitTopBar_uvlmo_948{padding:14px 16px 10px}._visitTopBarRow_uvlmo_954{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=560px){._summaryBody_uvlmo_129,._historyBody_uvlmo_388{padding:16px}._summaryHero_uvlmo_148{grid-template-columns:auto 1fr;gap:14px;padding:16px}._summaryHeroStats_uvlmo_206{flex-direction:row;grid-column:1/-1;align-items:center}._summaryStat_uvlmo_213{flex:1}._summaryCardGrid_uvlmo_298{grid-template-columns:1fr}._summaryAvatar_uvlmo_162{border-radius:18px;width:58px;height:58px;font-size:1.2rem}._historyHeroIcon_uvlmo_421{border-radius:16px;width:52px;height:52px}._visitCardHead_uvlmo_617{flex-wrap:wrap}._visitCardChevron_uvlmo_710{margin-left:auto}._documentsGrid_uvlmo_777,._documentsMetaGrid_uvlmo_850{grid-template-columns:1fr}}._shell_1l12y_1{flex-direction:column;flex:1 1 0;width:100%;min-height:0;display:flex;overflow:hidden}._grid_1l12y_10{flex:1 1 0;grid-template-columns:minmax(300px,.88fr) minmax(0,1.45fr);align-items:stretch;gap:0 8px;min-height:0;display:grid;overflow:hidden}._contextColumn_1l12y_20{border-right:1px solid #e5e7eb;flex-direction:column;gap:16px;height:100%;min-height:0;padding:12px 28px 8px 4px;display:flex;overflow:hidden}._contextScroll_1l12y_31{scrollbar-gutter:stable;flex-direction:column;flex:1;gap:14px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}._contextHero_1l12y_42{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 1px 3px #0000000a}._contextHeroHead_1l12y_50{align-items:flex-start;gap:14px;display:flex}._contextDateBadge_1l12y_56{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}._contextDateDay_1l12y_69{color:var(--color-accent);font-size:1.25rem;font-weight:700;line-height:1}._contextDateMonth_1l12y_76{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin-top:2px;font-size:.625rem;font-weight:600}._contextHeroText_1l12y_85{flex:1;min-width:0}._contextEyebrow_1l12y_90{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin:0 0 4px;font-size:.6875rem;font-weight:600;display:block}._contextDate_1l12y_56{letter-spacing:-.01em;color:var(--color-accent);text-transform:capitalize;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35}._contextTime_1l12y_110{color:#374151;margin:4px 0 0;font-size:.875rem;font-weight:500;line-height:1.35}._contextService_1l12y_118{color:#6b7280;margin:8px 0 0;font-size:.8125rem;font-weight:500;line-height:1.35}._sectionLabel_1l12y_126{letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin:0 0 10px;font-size:.6875rem;font-weight:700}._clinicalBlock_1l12y_135,._includesBlock_1l12y_136{box-shadow:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}._clinicalList_1l12y_144{flex-direction:column;gap:14px;margin:0;display:flex}._clinicalRow_1l12y_151 dt{letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin:0 0 3px;font-size:.6875rem;font-weight:600}._clinicalRow_1l12y_151 dd{color:var(--color-accent);margin:0;font-size:.875rem;font-weight:600;line-height:1.45}._clinicalEmpty_1l12y_168{color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;margin:0;padding:14px 16px;font-size:.875rem}._includesTags_1l12y_178{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}._includesTags_1l12y_178 li{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:600}._reportActions_1l12y_197{flex-direction:column;flex-shrink:0;gap:10px;display:flex}._reportPrimaryRow_1l12y_204{grid-template-columns:1fr 1fr;gap:10px;display:grid}._reportCta_1l12y_210,._reportCtaPreview_1l12y_211,._reportCtaSecondary_1l12y_212{cursor:pointer;text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;margin-top:0;padding:11px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}._reportCta_1l12y_210{background:var(--color-accent);color:#fff;border:1px solid var(--color-accent);box-shadow:none}._reportCtaPreview_1l12y_211{color:var(--color-accent);box-shadow:none;background:#fff;border:1px solid #e5e7eb}._reportCtaSecondary_1l12y_212{color:#374151;box-shadow:none;background:#fff;border:1px solid #e5e7eb}._reportCta_1l12y_210:hover:not(:disabled){filter:none;background:color-mix(in srgb, var(--color-accent) 88%, #000)}._reportCtaPreview_1l12y_211:hover:not(:disabled),._reportCtaSecondary_1l12y_212:hover:not(:disabled){filter:none;border-color:color-mix(in srgb, var(--color-accent) 24%, #e5e7eb);background:#f9fafb}._reportCta_1l12y_210:disabled,._reportCtaPreview_1l12y_211:disabled,._reportCtaSecondary_1l12y_212:disabled{opacity:.7;cursor:wait}@media (width<=720px){._reportPrimaryRow_1l12y_204{grid-template-columns:1fr}}._reportCtaIcon_1l12y_279{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}._reportCtaSecondary_1l12y_212 ._reportCtaIcon_1l12y_279{color:#6b7280}._reportCtaLabel_1l12y_290{font-size:inherit;font-weight:inherit}._docsColumn_1l12y_295{flex-direction:column;flex:1 1 0;min-height:0;padding:12px 4px 8px 28px;display:flex;overflow:hidden}._docsPanel_1l12y_304{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;flex:1 1 0;gap:16px;min-height:0;padding:20px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}._docsHeader_1l12y_318{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._docsHeaderText_1l12y_326{min-width:0}._docsTitleRow_1l12y_330{color:var(--color-accent);align-items:center;gap:12px;display:flex}._docsTitleIcon_1l12y_337{color:#fff;background:linear-gradient(145deg,#3c2f73,#6d4a8e);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:0 8px 18px #3c2f7338}._docsTitle_1l12y_330{letter-spacing:-.025em;color:var(--color-accent);margin:0;font-size:1.35rem;font-weight:800}._docsHint_1l12y_357{max-width:44ch;color:var(--color-text-muted);margin:8px 0 0;font-size:.8125rem;line-height:1.45}._docsCountBadge_1l12y_365{text-align:center;background:radial-gradient(circle at 30% 20%,#f0518f29,#0000 55%),#3c2f7312;border:1px solid #3c2f731a;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:4.25rem;padding:10px 12px;display:flex}._docsCountValue_1l12y_381{color:var(--color-accent);font-size:1.25rem;font-weight:800;line-height:1}._docsCountLabel_1l12y_388{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-top:4px;font-size:.625rem;font-weight:800}._docsToolbar_1l12y_397{flex-shrink:0;justify-content:flex-end;display:flex}._docsSections_1l12y_403{flex-direction:column;gap:28px;display:flex}._docsSection_1l12y_403{flex-direction:column;gap:14px;display:flex}._docsSectionTitle_1l12y_415{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #f3f4f6;margin:0;padding-bottom:8px;font-size:.75rem;font-weight:700}._docsTabs_1l12y_426{flex-wrap:wrap;flex:1;gap:8px;min-width:0;display:flex}._docsTab_1l12y_426{color:var(--color-text-muted);cursor:pointer;background:#f7f4fb;border:1px solid #3c2f731f;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:.75rem;font-weight:700;display:inline-flex}._docsTab_1l12y_426:hover{color:var(--color-accent);border-color:#f0518f47}._docsTabActive_1l12y_454{background:var(--color-accent);color:#fff;border-color:#0000;box-shadow:0 8px 18px #3c2f732e}._docsTabCount_1l12y_461{min-width:1.25rem;color:inherit;background:#3c2f731a;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.6875rem;font-weight:800;display:inline-flex}._docsTabActive_1l12y_454 ._docsTabCount_1l12y_461{background:#ffffff38}._downloadAllBtn_1l12y_478{color:var(--color-accent);cursor:pointer;background:#3c2f7314;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:9px 14px;font-family:inherit;font-size:.8125rem;font-weight:750;display:inline-flex}._downloadAllBtn_1l12y_478:hover:not(:disabled){color:#c73772;background:#f0518f1f}._downloadAllBtn_1l12y_478:disabled{opacity:.65;cursor:wait}._docsScroll_1l12y_504{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#3c2f7359 transparent;flex:1 1 0;min-height:0;margin-right:-4px;padding:2px 6px 12px 2px;overflow:hidden auto}._docsScroll_1l12y_504::-webkit-scrollbar{width:8px}._docsScroll_1l12y_504::-webkit-scrollbar-thumb{background:#3c2f7347;border-radius:999px}._docsScroll_1l12y_504::-webkit-scrollbar-track{background:0 0}._docsList_1l12y_530{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));align-content:start;gap:22px;margin:0;padding:0 4px 8px 0;list-style:none;display:grid}._docItem_1l12y_540{--doc-accent:#3c2f73;--doc-accent-soft:#3c2f731a;--doc-visual:linear-gradient(145deg, #4a3a87 0%, #6d4a8e 100%);background:#fff;border:1px solid #3c2f731a;border-radius:20px;flex-direction:column;min-height:280px;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 12px 28px #3c2f7314}._docItem_1l12y_540:hover{transform:translateY(-2px);box-shadow:0 16px 34px #3c2f731f}._docVisual_1l12y_560{color:#fff;background:var(--doc-visual);justify-content:center;align-items:center;min-height:112px;padding:22px 16px 18px;display:flex;position:relative;overflow:hidden}._docVisualMark_1l12y_572{pointer-events:none;background:#ffffff1a;border-radius:50%;width:110px;height:110px;position:absolute;inset:auto -20px -36px auto}._docVisualIcon_1l12y_582{z-index:1;background:#ffffff2e;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:relative;box-shadow:inset 0 0 0 1px #fff3}._docFormatChip_1l12y_595{z-index:1;letter-spacing:.06em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;border-radius:999px;padding:4px 9px;font-size:.625rem;font-weight:800;position:absolute;top:12px;right:12px}._docBody_1l12y_611{flex-direction:column;flex:1;gap:16px;padding:18px 16px 16px;display:flex}._docInfo_1l12y_619{flex:1;min-width:0}._docType_1l12y_624{letter-spacing:.1em;text-transform:uppercase;color:var(--doc-accent);margin:0 0 6px;font-size:.625rem;font-weight:800}._docName_1l12y_633{letter-spacing:-.015em;color:var(--color-accent);word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:.9375rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}._docMeta_1l12y_647{color:var(--color-text-muted);background:var(--doc-accent-soft);border-radius:999px;align-items:center;gap:6px;margin:0;padding:4px 8px;font-size:.6875rem;font-weight:700;display:inline-flex}._docActions_1l12y_660{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}._docBtnGhost_1l12y_667,._docBtnPrimary_1l12y_668{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:8px 10px;font-family:inherit;font-size:.72rem;font-weight:750;display:inline-flex}._docBtnGhost_1l12y_667{color:var(--color-accent);background:#fff;border:1px solid #3c2f7324}._docBtnGhost_1l12y_667:hover:not(:disabled){background:#f0518f0d;border-color:#f0518f59}._docBtnPrimary_1l12y_668{background:var(--doc-accent);color:#fff;box-shadow:0 8px 16px color-mix(in srgb, var(--doc-accent) 28%, transparent);border:none}._docBtnPrimary_1l12y_668:hover:not(:disabled){filter:brightness(1.06)}._docBtnGhost_1l12y_667:disabled,._docBtnPrimary_1l12y_668:disabled{opacity:.6;cursor:wait}._tone_consent_1l12y_710{--doc-accent:#3c2f73;--doc-accent-soft:#3c2f731a;--doc-visual:linear-gradient(145deg, #3c2f73 0%, #6a4d9c 100%)}._tone_constancia_1l12y_716{--doc-accent:#2f5f8a;--doc-accent-soft:#2f5f8a1a;--doc-visual:linear-gradient(145deg, #2f5f8a 0%, #4f86b8 100%)}._tone_reposo_1l12y_722{--doc-accent:#b83d6d;--doc-accent-soft:#b83d6d1a;--doc-visual:linear-gradient(145deg, #c44779 0%, #e37a9f 100%)}._tone_informe_1l12y_728{--doc-accent:#5b3d8c;--doc-accent-soft:#5b3d8c1f;--doc-visual:linear-gradient(145deg, #5b3d8c 0%, #8a63bf 100%)}._tone_image_1l12y_734{--doc-accent:#2f7a6f;--doc-accent-soft:#2f7a6f1f;--doc-visual:linear-gradient(145deg, #2f7a6f 0%, #4fad9f 100%)}._tone_exam_1l12y_740,._tone_pdf_1l12y_741{--doc-accent:#8a3d55;--doc-accent-soft:#8a3d551f;--doc-visual:linear-gradient(145deg, #8a3d55 0%, #c45f7c 100%)}._tone_other_1l12y_747{--doc-accent:#3c2f73;--doc-accent-soft:#3c2f731a;--doc-visual:linear-gradient(145deg, #4a3a87 0%, #6d4a8e 100%)}._docsEmpty_1l12y_753{text-align:center;color:var(--color-text-muted);background:#f7f4fb;border:1px dashed #3c2f732e;border-radius:16px;margin:0;padding:36px 16px;font-size:.875rem}@media (width<=960px){._shell_1l12y_1,._grid_1l12y_10{overflow:visible}._grid_1l12y_10{grid-template-columns:1fr;height:auto}._contextColumn_1l12y_20{border-bottom:1px solid #3c2f731a;border-right:none;height:auto;padding:0 0 20px;overflow:visible}._contextScroll_1l12y_31{flex:none;overflow:visible}._contextDate_1l12y_56{max-width:none}._docsColumn_1l12y_295{height:auto;padding:20px 0 0;overflow:visible}._docsPanel_1l12y_304{height:auto;padding:16px;overflow:visible}._docsScroll_1l12y_504{flex:none;max-height:min(70vh,720px);overflow-y:auto}._docsList_1l12y_530{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}}@media (width<=560px){._docsList_1l12y_530,._docActions_1l12y_660{grid-template-columns:1fr}}._bar_1qrhf_1{border-bottom:1px solid var(--color-border);z-index:8;background:linear-gradient(#fdf7fa 0%,#fff 100%);margin:0;position:relative}._toolbar_1qrhf_9{flex-wrap:wrap;align-items:center;gap:10px 14px;padding:12px 18px;display:flex}._toolbar_1qrhf_9>svg{color:var(--color-primary);flex-shrink:0}._title_1qrhf_22{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);white-space:nowrap;font-size:11px;font-weight:800}._meta_1qrhf_31{min-width:0;color:var(--color-text-muted);flex:auto;font-size:13px}._toolbarActions_1qrhf_38{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}._previasBtn_1qrhf_47,._clearBtn_1qrhf_48{cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:700;line-height:1;transition:border-color .15s,background .15s,color .15s,opacity .15s;display:inline-flex}._previasBtn_1qrhf_47{color:var(--color-accent);background:#fff;border:1px solid #3c2f731f}._previasBtn_1qrhf_47:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f0518f0f}._clearBtn_1qrhf_48{border:1px solid var(--color-border);color:var(--color-text-muted);background:0 0}._clearBtn_1qrhf_48:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent);background:#3c2f730a}._clearBtn_1qrhf_48:disabled{opacity:.45;cursor:not-allowed}._feedback_1qrhf_91{color:var(--color-primary);margin:0;padding:0 18px 10px;font-size:12px;font-weight:600}@media (width<=720px){._toolbarActions_1qrhf_38{width:100%;margin-left:0}._previasBtn_1qrhf_47,._clearBtn_1qrhf_48{flex:auto}}._section_1secj_1{background:#fff;border:1px solid #3c2f731f;border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}._header_1secj_11{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}._heading_1secj_18{min-width:0}._title_1secj_22{color:var(--color-accent,#3c2f73);margin:0 0 4px;font-size:.9375rem;font-weight:800}._description_1secj_29{color:var(--color-text-muted,#6b6575);margin:0;font-size:.8125rem;line-height:1.45}._countBadge_1secj_36{color:var(--color-secondary,#504e59);background:#3c2f7314;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.75rem;font-weight:800}._empty_1secj_46{color:var(--color-text-muted,#6b6575);margin:0;font-size:.8125rem}._grid_1secj_52{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}._card_1secj_61{background:#3c2f7305;border:1px solid #3c2f731f;border-radius:12px;flex-direction:column;gap:8px;display:flex;overflow:hidden}._thumbLink_1secj_71{aspect-ratio:4/3;background:#efeef3;display:block}._thumb_1secj_71{object-fit:cover;width:100%;height:100%;display:block}._fileThumb_1secj_84{aspect-ratio:4/3;color:var(--color-accent,#3c2f73);background:#3c2f730f;justify-content:center;align-items:center;display:flex}._cardMeta_1secj_93{min-width:0;padding:0 10px}._cardName_1secj_98{color:var(--color-text,#1a1520);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:700;overflow:hidden}._cardSize_1secj_108{color:var(--color-text-muted,#6b6575);margin:2px 0 0;font-size:.6875rem}._cardActions_1secj_114{gap:6px;padding:0 10px 10px;display:flex}._actionBtn_1secj_120{width:32px;height:32px;color:var(--color-accent,#3c2f73);cursor:pointer;background:#fff;border:1px solid #3c2f7329;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}._actionBtn_1secj_120:hover:not(:disabled){background:#f0518f0d;border-color:#f0518f59}._actionBtn_1secj_120:disabled{opacity:.55;cursor:not-allowed}._actionBtnDanger_1secj_144{color:#b91c1c;border-color:#b91c1c33}._addZone_1secj_149{color:var(--color-accent,#3c2f73);cursor:pointer;background:#3c2f7305;border:1.5px dashed #3c2f7338;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.8125rem;font-weight:700;display:flex}._addZone_1secj_149:hover:not(._addZoneDisabled_1secj_164){background:#f0518f0a;border-color:#f0518f73}._addZoneDisabled_1secj_164{opacity:.65;cursor:not-allowed}._addZoneBusy_1secj_174{cursor:wait}._fileInput_1secj_178,._addIconHide_1secj_182{display:none}._root_yjc7s_1{flex-direction:column;gap:10px;display:flex}._toolbar_yjc7s_7{justify-content:space-between;align-items:center;gap:12px;display:flex}._label_yjc7s_14{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted,#6b6575);font-size:.8125rem;font-weight:700}._clearBtn_yjc7s_22{border:1px solid var(--color-border,#e4e1ea);color:var(--color-text,#1a1520);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:7px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}._clearBtn_yjc7s_22:hover:not(:disabled){background:#3c2f730d}._clearBtn_yjc7s_22:disabled{opacity:.5;cursor:not-allowed}._frame_yjc7s_45{touch-action:none;background:#fff;border:1px solid #3c2f7333;border-radius:14px;min-height:180px;position:relative;overflow:hidden}._frameDisabled_yjc7s_55{opacity:.65;pointer-events:none}._canvas_yjc7s_60{cursor:crosshair;touch-action:none;width:100%;height:180px;display:block}._placeholder_yjc7s_68{pointer-events:none;color:var(--color-text-muted,#6b6575);justify-content:center;align-items:center;margin:0;font-size:.875rem;display:flex;position:absolute;inset:0}@media (width>=900px){._frame_yjc7s_45,._canvas_yjc7s_60{height:220px;min-height:220px}}._root_1mywb_1{width:100%;min-width:0;position:relative}._rootDisabled_1mywb_7{opacity:.55;pointer-events:none}._rootUnderline_1mywb_12{background:#ffffffb8;border-radius:8px 8px 0 0;min-height:42px;transition:background .2s}._rootUnderline_1mywb_12:before{content:"";pointer-events:none;background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._rootUnderline_1mywb_12:after{content:"";background:var(--color-primary);transform-origin:50%;pointer-events:none;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._rootUnderline_1mywb_12._rootOpen_1mywb_44,._rootUnderline_1mywb_12:focus-within{background:#fffffff2}._rootUnderline_1mywb_12._rootOpen_1mywb_44:after,._rootUnderline_1mywb_12:focus-within:after{transform:scaleX(1)}._rootBoxed_1mywb_54{border:1px solid var(--color-border);background:#fff;border-radius:12px;transition:border-color .2s,box-shadow .2s}._rootBoxed_1mywb_54._rootOpen_1mywb_44,._rootBoxed_1mywb_54:focus-within{box-shadow:0 0 0 3px var(--color-input-focus-shadow);border-color:#f0518f73}._rootCompact_1mywb_67{background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:148px;transition:border-color .2s,box-shadow .2s}._rootCompact_1mywb_67 ._inputWrap_1mywb_75{gap:6px;padding:6px 9px}._rootCompact_1mywb_67 ._input_1mywb_75{font-size:13px;font-weight:600}._rootCompact_1mywb_67 ._calendarBtn_1mywb_85{border-radius:6px;width:24px;height:24px}._rootCompact_1mywb_67._rootOpen_1mywb_44,._rootCompact_1mywb_67:focus-within{border-color:#f0518f73;box-shadow:0 0 0 3px #f0518f1f}._inputWrap_1mywb_75{align-items:center;gap:8px;padding:10px 12px 11px;display:flex}._rootBoxed_1mywb_54 ._inputWrap_1mywb_75{padding:11px 14px}._input_1mywb_75{min-width:0;color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.9375rem;font-weight:500}._input_1mywb_75::placeholder{color:var(--color-text-placeholder);font-weight:400}._calendarBtn_1mywb_85{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}._calendarBtn_1mywb_85:hover{color:var(--color-primary);background:var(--color-primary-bg)}._rootOpen_1mywb_44 ._calendarBtn_1mywb_85,._root_1mywb_1:focus-within ._calendarBtn_1mywb_85{color:var(--color-primary)}._popover_1mywb_150{z-index:700;background:radial-gradient(120% 80% at 0 0,#f0518f0f,#0000 55%),#fff;border:1px solid #3c2f731f;border-radius:16px;min-width:280px;padding:12px;position:fixed;box-shadow:0 14px 36px #3c2f7324,0 2px 8px #f0518f14}._popoverHead_1mywb_165{justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;display:flex}._headLabel_1mywb_173,._headLabelWide_1mywb_174{color:var(--color-accent);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 8px;font-family:inherit;font-size:.875rem;font-weight:700;display:inline-flex}._headLabelWide_1mywb_174{width:100%;margin-bottom:8px}._headLabel_1mywb_173:hover,._headLabelWide_1mywb_174:hover{background:var(--color-primary-bg)}._navBtn_1mywb_201{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}._navBtn_1mywb_201:hover{background:var(--color-primary-bg);color:var(--color-primary)}._weekdays_1mywb_219{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}._weekday_1mywb_219{text-align:center;text-transform:uppercase;color:var(--color-text-muted);padding:4px 0;font-size:.6875rem;font-weight:800}._daysGrid_1mywb_235{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}._dayBtn_1mywb_241{aspect-ratio:1;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;font-family:inherit;font-size:.8125rem;font-weight:600}._dayBtn_1mywb_241:hover:not(:disabled){background:var(--color-primary-bg);color:var(--color-accent)}._dayOutside_1mywb_258{color:var(--color-text-placeholder);opacity:.55}._daySelected_1mywb_263{background:linear-gradient(145deg, var(--color-primary) 0%, var(--color-accent) 120%);color:#fff;box-shadow:0 4px 12px #f0518f47}._daySelected_1mywb_263:hover{background:linear-gradient(145deg, var(--color-primary) 0%, var(--color-accent) 120%);color:#fff}._dayToday_1mywb_274:not(._daySelected_1mywb_263){box-shadow:inset 0 0 0 1.5px var(--color-primary);color:var(--color-accent)}._dayDisabled_1mywb_279{opacity:.35;cursor:not-allowed}._popoverFooter_1mywb_284{border-top:1px solid var(--color-border-light,#f6eefd);justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}._footerGhost_1mywb_294,._footerToday_1mywb_295{font:inherit;cursor:pointer;border:none;border-radius:999px;margin:0;padding:7px 12px;font-size:.75rem;font-weight:700;transition:background .15s,color .15s}._footerGhost_1mywb_294{color:var(--color-text-muted);background:0 0}._footerGhost_1mywb_294:hover{background:var(--color-primary-bg);color:var(--color-accent)}._footerToday_1mywb_295{background:var(--color-primary-light);color:var(--color-accent)}._footerToday_1mywb_295:hover{background:#ffd6e8}._monthGrid_1mywb_326{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}._monthBtn_1mywb_332{color:var(--color-text-primary);cursor:pointer;text-transform:capitalize;background:0 0;border:none;border-radius:8px;padding:10px 6px;font-family:inherit;font-size:.8125rem;font-weight:600}._monthBtn_1mywb_332:hover:not(:disabled){background:var(--color-primary-bg);color:var(--color-accent)}._monthSelected_1mywb_350{background:var(--color-primary-light);color:var(--color-primary-dark)}._yearHead_1mywb_355{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);padding:4px 8px 8px;font-size:.75rem;font-weight:800}._yearList_1mywb_364{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);max-height:220px;margin:0;padding:0;list-style:none;overflow-y:auto}._yearList_1mywb_364::-webkit-scrollbar{width:var(--scrollbar-size)}._yearList_1mywb_364::-webkit-scrollbar-track{background:var(--scrollbar-track)}._yearList_1mywb_364::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._yearBtn_1mywb_387{text-align:left;width:100%;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:9px 12px;font-family:inherit;font-size:.9375rem;font-weight:500}._yearList_1mywb_364 li:nth-child(2n) ._yearBtn_1mywb_387{background:#3c2f730a}._yearBtn_1mywb_387:hover{background:var(--color-primary-bg);color:var(--color-accent)}._yearSelected_1mywb_410{color:var(--color-primary-dark);font-weight:700;background:var(--color-primary-light)!important}._nativeRequired_1mywb_416{opacity:0;pointer-events:none;width:0;height:0;position:absolute}._nav_12uq9_1{border-bottom:1px solid var(--color-border);background:radial-gradient(120% 80% at 50% 0%, #f0518f12, transparent 55%), linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);padding:16px 20px 18px;overflow:auto hidden}._nav_12uq9_1::-webkit-scrollbar{height:var(--scrollbar-size)}._nav_12uq9_1::-webkit-scrollbar-track{background:var(--color-primary-light);border-radius:999px;margin:0 8px}._nav_12uq9_1::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._nav_12uq9_1::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._track_12uq9_32{align-items:flex-start;gap:4px;min-width:max-content;padding:6px 10px 8px;display:flex}._stepWrap_12uq9_40{flex-shrink:0;align-items:center;display:flex}._connector_12uq9_46{background:var(--color-border);border-radius:999px;flex-shrink:0;width:22px;height:3px;margin:28px -1px 0}._connectorDone_12uq9_56{background:linear-gradient(90deg, var(--color-primary), var(--color-accent))}._stepBtn_12uq9_60{border:1px solid var(--color-border);cursor:default;width:max-content;min-width:max-content;min-height:108px;font:inherit;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:7px;padding:12px 14px 10px;transition:border-color .15s,background .15s,transform .15s,box-shadow .15s;display:flex}._stepBtnClickable_12uq9_81{cursor:pointer}._stepBtnClickable_12uq9_81:hover{border-color:color-mix(in srgb, var(--color-primary) 45%, var(--color-border));background:var(--color-primary-bg);transform:translateY(-2px);box-shadow:0 8px 20px #3c2f731a}._stepBtnDone_12uq9_92{border-color:color-mix(in srgb, var(--color-success) 40%, var(--color-border));background:var(--color-success-light)}._stepBtnActive_12uq9_97,._stepBtnHighlight_12uq9_98._stepBtnActive_12uq9_97{border-color:var(--color-accent);background:var(--color-accent);color:#fff;transform:translateY(-1px);box-shadow:0 8px 22px #3c2f7338}._stepBtnHighlight_12uq9_98:not(._stepBtnActive_12uq9_97){border-color:var(--color-accent);background:var(--color-accent-light);box-shadow:0 0 0 2px #3c2f731a}._stepBtnLocked_12uq9_112{opacity:.38;cursor:not-allowed}._stepBtnOptional_12uq9_117 ._stepLabel_12uq9_117:after{content:" *";opacity:.55}._iconRing_12uq9_122{background:var(--color-primary-bg);width:42px;height:42px;color:var(--color-accent);border:1px solid var(--color-border);border-radius:13px;place-items:center;display:grid}._stepBtnActive_12uq9_97 ._iconRing_12uq9_122,._stepBtnHighlight_12uq9_98._stepBtnActive_12uq9_97 ._iconRing_12uq9_122{color:#fff;box-shadow:none;background:#ffffff2e;border-color:#ffffff47}._stepBtnHighlight_12uq9_98:not(._stepBtnActive_12uq9_97) ._iconRing_12uq9_122{color:var(--color-accent);border-color:color-mix(in srgb, var(--color-accent) 30%, var(--color-border));background:#fff}._stepBtnDone_12uq9_92 ._iconRing_12uq9_122{background:var(--color-success);color:#fff;border-color:#0000}._checkIcon_12uq9_153{display:block}._stepNum_12uq9_157{letter-spacing:.06em;color:var(--color-text-placeholder);white-space:nowrap;font-size:10px;font-weight:800;line-height:1}._stepBtnActive_12uq9_97 ._stepNum_12uq9_157,._stepBtnHighlight_12uq9_98._stepBtnActive_12uq9_97 ._stepNum_12uq9_157{color:#ffffffd1}._stepBtnHighlight_12uq9_98:not(._stepBtnActive_12uq9_97) ._stepNum_12uq9_157{color:var(--color-accent)}._stepBtnDone_12uq9_92 ._stepNum_12uq9_157{color:var(--color-success-dark)}._stepLabel_12uq9_117{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);text-align:center;white-space:nowrap;font-size:10px;font-weight:700;line-height:1.3}._stepBtnActive_12uq9_97 ._stepLabel_12uq9_117,._stepBtnHighlight_12uq9_98._stepBtnActive_12uq9_97 ._stepLabel_12uq9_117{color:#fff}._stepBtnHighlight_12uq9_98:not(._stepBtnActive_12uq9_97) ._stepLabel_12uq9_117{color:var(--color-accent)}._stepBtnDone_12uq9_92 ._stepLabel_12uq9_117{color:var(--color-text-secondary)}@media (width<=900px){._nav_12uq9_1{padding:14px 14px 16px}._stepBtn_12uq9_60{min-height:102px;padding:10px 12px 9px}._connector_12uq9_46{width:16px;margin-top:26px}._iconRing_12uq9_122{width:38px;height:38px}._stepLabel_12uq9_117{font-size:9px}}._root_10a7t_1{flex-direction:column;flex:1 1 0;gap:18px;height:100%;min-height:0;display:flex;overflow:hidden}._hero_10a7t_11{background:radial-gradient(100% 120% at 0 0,#0d94881f,#0000 55%),radial-gradient(80% 80% at 100% 100%,#f0518f14,#0000 50%),linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #0d94882e;border-radius:20px;flex-shrink:0;grid-template-columns:auto 1fr auto;align-items:start;gap:16px;padding:20px;display:grid;box-shadow:0 12px 32px #0f172a0f}._heroIcon_10a7t_27{color:#0d9488;background:#0d94881f;border:1px solid #0d948833;border-radius:16px;place-items:center;width:52px;height:52px;display:grid}._heroEyebrow_10a7t_38{letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin:0 0 4px;font-size:10px;font-weight:800}._heroTitle_10a7t_47{color:#0f172a;letter-spacing:-.02em;margin:0 0 6px;font-size:1.25rem;font-weight:800}._heroHint_10a7t_55{color:#64748b;max-width:42ch;margin:0;font-size:.8125rem;line-height:1.45}._heroStats_10a7t_63{flex-direction:column;gap:8px;display:flex}._statPill_10a7t_69{color:#0d9488;white-space:nowrap;background:#0d94881a;border:1px solid #0d948833;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.75rem;font-weight:700;display:inline-flex}._annotationsCard_10a7t_83{background:#fff;border:1px solid #e8eef5;border-radius:18px;flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}._cardHead_10a7t_95{color:var(--color-accent,#3c2f73);background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #eef2f7;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}._cardHead_10a7t_95 h3{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}._annotationsList_10a7t_114{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);flex-direction:column;flex:1 1 0;gap:8px;min-height:0;margin:0;padding:10px;list-style:none;display:flex;overflow:hidden auto}._annotationsList_10a7t_114::-webkit-scrollbar{width:var(--scrollbar-size)}._annotationsList_10a7t_114::-webkit-scrollbar-track{background:var(--color-primary-light);border-radius:999px}._annotationsList_10a7t_114::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}._annotationsList_10a7t_114::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}._annotationItem_10a7t_148{cursor:pointer;text-align:left;width:100%;font:inherit;background:#f8fafc;border:1px solid #e8eef5;border-radius:14px;align-items:flex-start;gap:12px;padding:12px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}._annotationItem_10a7t_148:hover{background:#fff;border-color:#0d948847}._annotationItemActive_10a7t_171{background:#fff;border-color:#0d9488;box-shadow:0 0 0 2px #0d948829}._toothBadge_10a7t_177{color:#0d9488;background:#0d94881a;border:1px solid #0d948833;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:grid}._annotationBody_10a7t_191{flex:1;min-width:0}._toothName_10a7t_196{color:#047857;margin:0 0 6px;font-size:.8125rem;font-weight:700;line-height:1.3}._markRow_10a7t_204{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}._markMini_10a7t_211{background:#fff;border:1px solid #e2e8f0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}._markMore_10a7t_221{color:#64748b;background:#eef2f7;border-radius:999px;align-items:center;padding:0 8px;font-size:.6875rem;font-weight:700;display:inline-flex}._notePreview_10a7t_232{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}._emptyAnnotations_10a7t_244{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;flex-shrink:0;align-items:center;gap:10px;padding:16px 18px;font-size:.8125rem;line-height:1.4;display:flex}._emptyAnnotations_10a7t_244 p{margin:0}@media (width<=900px){._hero_10a7t_11{grid-template-columns:auto 1fr}._heroStats_10a7t_63{flex-direction:row;grid-column:1/-1}}._root_1rgba_1{background:radial-gradient(100% 120% at 100% 0,#f0518f14,#0000 55%),linear-gradient(135deg,#0d948814 0%,#fff 55%);border:1px solid #0d948829;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:12px;padding:14px 16px;display:flex;box-shadow:0 8px 24px #0f172a0d}._main_1rgba_17{align-items:center;gap:12px;min-width:0;display:flex}._iconWrap_1rgba_24{color:#0d9488;background:#0d94881f;border:1px solid #0d948833;border-radius:14px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}._title_1rgba_36{color:var(--color-accent,#3c2f73);letter-spacing:-.02em;margin:0 0 4px;font-size:1.125rem;font-weight:800}._subtitle_1rgba_44{color:#64748b;align-items:center;gap:6px;margin:0;font-size:.8125rem;font-weight:500;display:inline-flex}._badges_1rgba_54{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}._badge_1rgba_54,._badgeSoft_1rgba_62{white-space:nowrap;border-radius:999px;align-items:center;padding:8px 12px;font-size:.75rem;font-weight:700;display:inline-flex}._badge_1rgba_54{color:var(--color-primary-dark,#be185d);background:var(--color-primary-light,#ffe4ef);border:1px solid #f0518f33}._badge_1rgba_54 strong{margin-right:2px;font-size:.875rem}._badgeSoft_1rgba_62{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}@media (width<=720px){._root_1rgba_1{flex-direction:column;align-items:flex-start}._badges_1rgba_54{justify-content:flex-start;width:100%}}._overlay_1fswi_1{z-index:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#271b576b;justify-content:center;align-items:center;padding:10px;display:flex;position:fixed;inset:0}._modal_1fswi_13{background:var(--color-primary-bg);width:100%;max-width:calc(100vw - 20px);height:100%;max-height:calc(100vh - 20px);font-family:var(--font-sans);border-radius:24px;grid-template-columns:minmax(380px,44%) minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 32px 72px #3c2f7347}._formPane_1fswi_27{background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);border-right:1px solid var(--color-border);flex-direction:column;min-height:0;display:flex}._formHead_1fswi_35{justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 28px 18px;display:flex}._eyebrow_1fswi_43{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:6px;font-size:10px;font-weight:800;display:block}._title_1fswi_53{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 6px;font-size:1.5rem;font-weight:800;line-height:1.15}._patientLine_1fswi_62{color:var(--color-text-muted);margin:0;font-size:.875rem;font-weight:600}._closeBtn_1fswi_69{background:var(--color-primary-light);width:36px;height:36px;color:var(--color-primary-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}._closeBtn_1fswi_69:hover{background:#ffd6e8;transform:scale(1.04)}._formScroll_1fswi_89{flex:1;padding:0 28px 20px;overflow-y:auto}._form_1fswi_27{flex-direction:column;gap:20px;display:flex}._notesSection_1fswi_101{border-top:1px solid var(--color-border);flex-direction:column;gap:14px;margin-top:24px;padding-top:20px;display:flex}._notesSectionTitle_1fswi_110{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:11px;font-weight:800}._notesList_1fswi_119{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}._noteItem_1fswi_128{text-align:left;background:var(--color-primary-bg);cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px 14px;font-family:inherit;transition:background .15s,box-shadow .15s}._noteItem_1fswi_128:hover{background:var(--color-primary-light)}._noteItemActive_1fswi_144{box-shadow:0 0 0 2px var(--color-primary);background:#fff}._noteItemHead_1fswi_149{flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin-bottom:6px;display:flex}._noteItemId_1fswi_157{color:var(--color-accent);font-size:1.125rem;font-weight:800;line-height:1}._noteItemName_1fswi_164{color:var(--color-success-dark);font-size:.8125rem;font-weight:600;line-height:1.3}._noteItemText_1fswi_171{color:var(--color-text-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.875rem;font-weight:500;line-height:1.5}._grid_1fswi_181{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px 16px;display:grid}._gridPatient_1fswi_188{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=1180px){._gridPatient_1fswi_188{grid-template-columns:repeat(2,minmax(0,1fr))}}._formSection_1fswi_198{border:1px solid var(--color-border);background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}._formSectionTitle_1fswi_207{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);background:var(--color-primary-bg);border-bottom:1px solid var(--color-border);margin:0;padding:12px 16px;font-size:11px;font-weight:800}._formSectionBody_1fswi_219{flex-direction:column;padding:16px;display:flex}._field_1fswi_225{flex-direction:column;gap:6px;min-width:0;display:flex}._fieldBody_1fswi_232{flex-direction:column;flex:1;justify-content:flex-end;min-height:38px;display:flex}._fieldBodyMultiline_1fswi_240{justify-content:stretch;min-height:72px}._fieldBodyCompact_1fswi_245{min-height:56px}._fieldFull_1fswi_249{grid-column:1/-1}._fieldHead_1fswi_253{letter-spacing:.06em;text-transform:uppercase;min-height:20px;color:var(--color-text-muted);align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}._fieldHead_1fswi_253 span{line-height:1.2}._fieldHead_1fswi_253 svg{color:var(--color-primary);flex-shrink:0}._inputLine_1fswi_274{background:var(--color-primary-bg);border-radius:8px 8px 0 0;align-items:center;min-height:38px;transition:background .2s;display:flex;position:relative}._inputLineMultiline_1fswi_284{flex:1;align-items:stretch;min-height:72px}._inputLineCompact_1fswi_290{min-height:56px}._inputLine_1fswi_274:before{content:"";pointer-events:none;background:#3c2f732e;height:1px;position:absolute;bottom:0;left:0;right:0}._inputLine_1fswi_274:after{content:"";background:var(--color-primary);transform-origin:50%;pointer-events:none;height:2px;transition:transform .26s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}._inputLine_1fswi_274:focus-within{background:#fff}._inputLine_1fswi_274:focus-within:after{transform:scaleX(1)}._inputLineReadonly_1fswi_327{background:#ffffff8c}._inputLineReadonly_1fswi_327:after{display:none}._input_1fswi_274,._textarea_1fswi_336,._readonlyValue_1fswi_337{width:100%;color:var(--color-text-primary);box-shadow:none;background:0 0;border:none;border-radius:0;padding:10px 12px 11px;font-family:inherit;font-size:.9375rem;font-weight:500}._input_1fswi_274:focus,._textarea_1fswi_336:focus{outline:none}._input_1fswi_274::placeholder,._textarea_1fswi_336::placeholder{color:var(--color-text-placeholder);font-weight:400}._readonlyValue_1fswi_337{width:100%;color:var(--color-text-secondary);margin:0;padding:10px 12px 11px;line-height:1.45}._readonlyPlaceholder_1fswi_369{color:var(--color-text-placeholder);font-style:italic;font-weight:400}._textarea_1fswi_336{resize:none;align-self:stretch;min-height:96px;line-height:1.5;display:block}._fieldReview_1fswi_383{gap:8px}._reviewRow_1fswi_387{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._reviewRow_1fswi_387 ._fieldHead_1fswi_253{margin:0}._reviewDateField_1fswi_399{grid-template-columns:minmax(120px,38%) minmax(0,1fr);align-items:end;gap:10px 14px;display:grid}._reviewDateLabel_1fswi_406{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);padding-bottom:10px;font-size:10px;font-weight:800}._fieldReview_1fswi_383 ._fieldHead_1fswi_253 svg{color:var(--color-primary)}._reviewBar_1fswi_419{flex:1;justify-content:flex-end;align-items:center;gap:12px;min-height:0;display:flex}._reviewInfo_1fswi_428{color:var(--color-text-muted);text-align:right;font-size:.8125rem;font-weight:500;line-height:1.35}._switch_1fswi_436{cursor:pointer;background:#e5e7eb;border:none;border-radius:999px;flex-shrink:0;width:46px;height:26px;padding:0;transition:background .2s;position:relative}._switchOn_1fswi_449{background:var(--color-primary)}._switchThumb_1fswi_453{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000026}._switchOn_1fswi_449 ._switchThumb_1fswi_453{transform:translate(20px)}._formFooter_1fswi_469{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;justify-content:flex-end;align-items:center;gap:10px;padding:18px 28px;display:flex}._cancelBtn_1fswi_479{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:700}._cancelBtn_1fswi_479:hover{color:var(--color-accent)}._submitBtn_1fswi_495{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:12px;padding:11px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:filter .15s,transform .15s;box-shadow:0 4px 16px #05966947}._submitBtn_1fswi_495:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._submitBtn_1fswi_495:disabled{opacity:.6;cursor:not-allowed}._chartPane_1fswi_519{background:radial-gradient(90% 60% at 50% 0,#ffebf3e6 0%,#0000 70%),radial-gradient(70% 50% at 80% 100%,#eae6f799 0%,#0000 60%),#fff;flex-direction:column;align-items:stretch;width:100%;min-width:0;min-height:0;padding:24px 28px 20px 16px;display:flex}._chartBody_1fswi_533{flex-direction:column;flex:auto;min-height:0;display:flex}._annotationDock_1fswi_540{flex:none;margin-top:auto;padding-top:16px}._chartHead_1fswi_546{justify-content:space-between;align-items:flex-end;gap:16px;width:100%;padding:0 4px 16px;display:flex}._chartHead_1fswi_546 h3{color:var(--color-accent);letter-spacing:-.02em;margin:0 0 6px;font-size:1.5rem;font-weight:800;line-height:1.1}._chartHead_1fswi_546 p{color:var(--color-text-muted);max-width:36ch;margin:0;font-size:.875rem;font-weight:500;line-height:1.45}._chartCount_1fswi_573{color:var(--color-primary-dark);background:var(--color-primary-light);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:700}._annotationPanel_1fswi_584{border-top:1px solid var(--color-border);box-sizing:border-box;width:100%;min-height:120px;margin:0;padding:18px 4px 0}._annotationHead_1fswi_593{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:12px;display:flex}._toothBadge_1fswi_601{color:var(--color-accent);letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1}._toothName_1fswi_609{color:var(--color-success-dark);margin:6px 0 0;font-size:.9375rem;font-weight:600;line-height:1.35}._positionTag_1fswi_617{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-placeholder);font-size:11px;font-weight:700}._annotationPanel_1fswi_584 textarea{resize:vertical;background:var(--color-primary-bg);width:100%;min-height:76px;color:var(--color-text-primary);border:none;border-radius:14px;padding:14px 16px;font-family:inherit;font-size:.9375rem;font-weight:500;line-height:1.5;transition:box-shadow .15s}._annotationPanel_1fswi_584 textarea::placeholder{color:var(--color-text-placeholder);font-weight:400}._annotationPanel_1fswi_584 textarea:focus{background:#fff;outline:none;box-shadow:0 0 0 3px #f0518f33}._annotationActions_1fswi_652{gap:10px;margin-top:12px;display:flex}._applyBtn_1fswi_658,._clearBtn_1fswi_659{cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;padding:9px 16px;font-family:inherit;font-size:12px;font-weight:700}._applyBtn_1fswi_658{background:var(--color-primary);color:#fff}._applyBtn_1fswi_658:hover{background:var(--color-primary-dark)}._clearBtn_1fswi_659{color:var(--color-text-muted);background:0 0}._clearBtn_1fswi_659:hover{color:var(--color-text-secondary)}._annotationHint_1fswi_688{color:var(--color-text-placeholder);text-align:center;margin:0;padding:24px 12px;font-size:.9375rem;font-style:italic;font-weight:500}._annotationSummary_1fswi_698{flex-direction:column;gap:10px;display:flex}._annotationHintCompact_1fswi_704{color:var(--color-text-placeholder);margin:0;font-size:.8125rem;font-weight:500}._markChips_1fswi_711{flex-wrap:wrap;gap:6px;display:flex}._markChip_1fswi_711{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--color-accent) 24%, transparent);border-radius:999px;align-items:center;padding:4px 10px;font-size:.6875rem;font-weight:700;display:inline-flex}@media (width<=960px){._modal_1fswi_13{-webkit-overflow-scrolling:touch;flex-direction:column;max-height:calc(100dvh - 16px);display:flex;overflow-y:auto}._formPane_1fswi_27{display:contents}._formHead_1fswi_35{border-bottom:1px solid var(--color-border);background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);flex-shrink:0;order:0}._formScroll_1fswi_89{flex-shrink:0;order:1;max-height:none;overflow:visible}._chartPane_1fswi_519{flex:none;order:2;gap:0;min-width:0;min-height:0;padding:16px;overflow:hidden}._formFooter_1fswi_469{z-index:30;border-top:1px solid var(--color-border);background:#fff;flex-shrink:0;order:3;position:sticky;bottom:0;box-shadow:0 -10px 28px #3c2f7324}._chartPane_1fswi_519>._annotationDock_1fswi_540{z-index:1;flex-shrink:0;margin-top:8px;position:relative}._grid_1fswi_181,._gridPatient_1fswi_188,._reviewDateField_1fswi_399{grid-template-columns:1fr}._reviewRow_1fswi_387{flex-direction:column;align-items:stretch}._reviewBar_1fswi_419{justify-content:space-between}._reviewInfo_1fswi_428{text-align:left}}@media (width<=640px){._formHead_1fswi_35,._formScroll_1fswi_89,._formFooter_1fswi_469{padding-left:20px;padding-right:20px}}._page_1p6ga_1{background:var(--color-primary-bg);min-height:100vh;font-family:var(--font-sans)}._page_1p6ga_1:has(._pageLayoutOdontogram_1p6ga_7){height:100dvh;max-height:100dvh;overflow:hidden}._pageLayout_1p6ga_7{grid-template-columns:minmax(420px,1fr) minmax(0,1fr);min-height:100vh;display:grid}._pageLayoutSingle_1p6ga_21{grid-template-columns:1fr}._formPane_1p6ga_25{border-right:1px solid var(--color-border);background:#fff;flex-direction:column;min-height:100vh;display:flex}._pageLayoutSingle_1p6ga_21 ._formPane_1p6ga_25{border-right:none;width:100%;max-width:960px;margin:0 auto}._pageHeader_1p6ga_40{border-bottom:1px solid var(--color-border);background:linear-gradient(180deg, #fff 0%, var(--color-primary-bg) 100%);padding:20px 28px 12px}._pageHeaderMain_1p6ga_46{margin-top:12px}._pageTitle_1p6ga_50{color:var(--color-accent);letter-spacing:-.02em;margin:6px 0 4px;font-size:1.5rem;font-weight:800;line-height:1.15}._pageSubtitle_1p6ga_59{color:var(--color-text-muted);margin:0;font-size:.875rem;font-weight:600}._backBtn_1p6ga_66{background:var(--color-primary-light);color:var(--color-accent);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}._backBtn_1p6ga_66:hover{background:#ffd6e8}._progressNav_1p6ga_85{border-bottom:1px solid var(--color-border);background:#fff;grid-template-columns:repeat(9,minmax(0,1fr));gap:6px;padding:16px 28px;display:grid}._progressStepBtn_1p6ga_94{border:1px solid var(--color-border);cursor:default;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;padding:8px 4px;font-family:inherit;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;display:flex}._progressStepBtnClickable_1p6ga_110{cursor:pointer}._progressStepBtnClickable_1p6ga_110:hover{border-color:var(--color-secondary);background:var(--color-primary-bg);transform:translateY(-1px);box-shadow:0 4px 12px #3c2f7314}._progressStepBtnDone_1p6ga_121{background:#d0fae573;border-color:#04785759}._progressStepBtnActive_1p6ga_126{border-color:var(--color-accent);background:var(--color-accent);color:#fff;cursor:default;box-shadow:0 4px 14px #3c2f732e}._progressStepBtnActive_1p6ga_126 ._progressStepNum_1p6ga_134,._progressStepBtnActive_1p6ga_126 ._progressStepLabel_1p6ga_135{color:#fff}._progressStepBtnLocked_1p6ga_139{opacity:.42;cursor:not-allowed}._progressStepNum_1p6ga_134{color:var(--color-secondary);font-size:.6875rem;font-weight:800;line-height:1}._progressStepLabel_1p6ga_135{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);text-align:center;font-size:8px;font-weight:700;line-height:1.15}._formScrollCenter_1p6ga_161{flex:1;padding:24px 28px;overflow-y:auto}._formScrollInner_1p6ga_167{flex-direction:column;gap:16px;width:100%;max-width:880px;margin:0 auto;display:flex}._stepFormWrap_1p6ga_176{flex-direction:column;gap:16px;width:100%;display:flex}._stepSection_1p6ga_183{border:1px solid var(--color-border);z-index:0;background:#fff;border-radius:16px;position:relative;overflow:visible}._stepSection_1p6ga_183:focus-within{z-index:12}._stepSectionTitle_1p6ga_196{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:var(--color-primary-bg);border-bottom:1px solid var(--color-border);border-radius:15px 15px 0 0;margin:0;padding:12px 18px;font-size:11px;font-weight:800}._stepForm_1p6ga_176{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px 20px;padding:18px;display:grid}._stepFormFull_1p6ga_217{grid-column:1/-1}._field_1p6ga_221{z-index:0;flex-direction:column;gap:6px;min-width:0;display:flex;position:relative}._field_1p6ga_221:focus-within{z-index:20}._fieldLabel_1p6ga_234{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}._fieldLabel_1p6ga_234 svg{color:var(--color-primary);flex-shrink:0}._fieldControl_1p6ga_250,._fieldControlMultiline_1p6ga_251{min-width:0}._input_1p6ga_255,._textarea_1p6ga_256{box-sizing:border-box;border:1px solid var(--color-border);width:100%;color:var(--color-text-primary);background:#fff;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:border-color .15s,box-shadow .15s}._input_1p6ga_255:focus,._textarea_1p6ga_256:focus{box-shadow:0 0 0 3px var(--color-input-focus-shadow);border-color:#f0518f8c;outline:none}._input_1p6ga_255:read-only{background:var(--color-primary-bg);color:var(--color-text-secondary)}._textarea_1p6ga_256{resize:vertical;min-height:96px;line-height:1.5}._sectionLabel_1p6ga_288{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 10px;font-size:10px;font-weight:800}._checkboxGrid_1p6ga_297{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 16px;display:grid}._checkboxGrid_1p6ga_297 label{color:var(--color-text-primary);align-items:center;gap:8px;font-size:.8125rem;display:flex}._reviewBlock_1p6ga_311{padding-top:4px}._pageFooter_1p6ga_315{z-index:20;border-top:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(120% 140% at 0 100%,#f0518f14,#0000 55%),radial-gradient(100% 120% at 100% 100%,#3c2f7314,#0000 50%),linear-gradient(#fffffff5 0%,#fff 100%);padding:14px 0 16px;position:sticky;bottom:0;box-shadow:0 -10px 28px #3c2f731a}._formFooterInner_1p6ga_329{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;max-width:880px;margin:0 auto;padding:0 28px;display:flex}._footerProgress_1p6ga_340{flex-direction:column;gap:8px;display:flex}._footerProgressMeta_1p6ga_346{align-items:center;gap:12px;min-width:0;display:flex}._footerStepBadge_1p6ga_353{letter-spacing:.02em;min-width:44px;color:var(--color-accent);background:var(--color-accent-light);border:1px solid color-mix(in srgb, var(--color-accent) 22%, transparent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:800;display:inline-flex}._footerStepInfo_1p6ga_369{flex-direction:column;gap:2px;min-width:0;display:flex}._footerStepCurrent_1p6ga_376{color:var(--color-accent);letter-spacing:-.01em;align-items:center;gap:6px;margin:0;font-size:.875rem;font-weight:800;display:inline-flex}._footerStepNext_1p6ga_387{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:600;overflow:hidden}._footerProgressTrack_1p6ga_397{background:var(--color-primary-light);border-radius:999px;width:100%;height:6px;overflow:hidden;box-shadow:inset 0 1px 2px #3c2f730f}._footerProgressFill_1p6ga_406{border-radius:inherit;background:linear-gradient(90deg, var(--color-primary), var(--color-accent));height:100%;transition:width .28s;display:block}._footerActions_1p6ga_414{justify-content:space-between;align-items:center;gap:12px;display:flex}._footerActionsRight_1p6ga_421{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}._footerBackPlaceholder_1p6ga_429{width:112px}._footerBackBtn_1p6ga_433,._footerCancelBtn_1p6ga_434,._footerNextBtn_1p6ga_435,._primaryBtn_1p6ga_436,._secondaryBtn_1p6ga_437{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin:0;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .15s,color .15s,box-shadow .15s,transform .15s,filter .15s;display:inline-flex}._footerBackBtn_1p6ga_433,._footerCancelBtn_1p6ga_434,._secondaryBtn_1p6ga_437{background:var(--color-primary-light);color:var(--color-accent);border:1px solid color-mix(in srgb, var(--color-primary) 22%, transparent);padding:11px 18px}._footerBackBtn_1p6ga_433:hover:not(:disabled),._footerCancelBtn_1p6ga_434:hover:not(:disabled),._secondaryBtn_1p6ga_437:hover:not(:disabled){background:#ffd6e8;transform:translateY(-1px)}._footerNextBtn_1p6ga_435,._primaryBtn_1p6ga_436{background:linear-gradient(135deg, var(--color-accent) 0%, #4a3a8a 100%);color:#fff;padding:11px 20px;box-shadow:0 8px 20px #3c2f7338}._footerNextBtn_1p6ga_435:hover:not(:disabled),._primaryBtn_1p6ga_436:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._footerBackBtn_1p6ga_433:disabled,._footerCancelBtn_1p6ga_434:disabled,._footerNextBtn_1p6ga_435:disabled,._primaryBtn_1p6ga_436:disabled,._secondaryBtn_1p6ga_437:disabled{opacity:.6;cursor:not-allowed;transform:none}._footerSpacer_1p6ga_497{flex:1}@media (width<=640px){._formFooterInner_1p6ga_329{padding:0 16px}._footerActions_1p6ga_414{flex-direction:column;align-items:stretch}._footerBackPlaceholder_1p6ga_429{display:none}._footerActionsRight_1p6ga_421{width:100%}._footerActionsRight_1p6ga_421>*{flex:1}._footerBackBtn_1p6ga_433{width:100%}._footerStepNext_1p6ga_387{white-space:normal}}._optionalToggle_1p6ga_532{background:var(--color-primary-light);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}._switch_1p6ga_543{background:var(--color-border);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;position:relative}._switchOn_1p6ga_554{background:var(--color-secondary)}._switchThumb_1p6ga_558{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px}._switchOn_1p6ga_554 ._switchThumb_1p6ga_558{transform:translate(20px)}._budgetPanel_1p6ga_573{flex-direction:column;gap:0;margin-top:4px;display:flex}._budgetHead_1p6ga_580,._budgetRow_1p6ga_581{grid-template-columns:52px minmax(0,1.35fr) minmax(0,.85fr) 84px 68px;align-items:center;gap:12px;display:grid}._budgetHead_1p6ga_580{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:0 2px 10px;font-size:.6875rem;font-weight:800}._budgetHead_1p6ga_580 span:last-child,._budgetLineTotal_1p6ga_599{text-align:right}._budgetRows_1p6ga_603{margin:0;padding:0;list-style:none}._budgetRow_1p6ga_581{border-bottom:1px solid var(--color-border);padding:10px 2px}._budgetInput_1p6ga_614{box-sizing:border-box;width:100%;min-width:0;color:var(--color-text-primary);background:0 0;border:none;border-radius:0;padding:6px 2px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:background-color .15s}._budgetInput_1p6ga_614::placeholder{color:var(--color-text-placeholder);font-weight:400}._budgetInput_1p6ga_614:focus{background:#3c2f730d;border-radius:4px;outline:none}._budgetLineTotal_1p6ga_599{color:var(--color-accent);padding-right:2px;font-size:.9375rem;font-weight:800}._budgetFooter_1p6ga_647{justify-content:space-between;align-items:center;gap:16px;margin-top:0;padding-top:14px;display:flex}._budgetAddBtn_1p6ga_656{color:var(--color-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:700}._budgetAddBtn_1p6ga_656:hover{color:var(--color-accent)}._budgetGrandTotal_1p6ga_671{color:var(--color-accent);margin:0;font-size:1rem;font-weight:800}@media (width<=720px){._budgetHead_1p6ga_580{display:none}._budgetRow_1p6ga_581{grid-template-columns:1fr 1fr;gap:10px 12px;padding:14px 0}._budgetRow_1p6ga_581 ._budgetInput_1p6ga_614:nth-child(2){grid-column:1/-1}._budgetLineTotal_1p6ga_599{grid-area:1/2;align-self:end}._budgetFooter_1p6ga_647{flex-direction:column;align-items:stretch}._budgetGrandTotal_1p6ga_671{text-align:right}}._postSurgicalIntro_1p6ga_709{color:var(--color-text-muted,#6b6575);margin:0 0 16px;font-size:.875rem;line-height:1.45}._postSurgicalList_1p6ga_716{flex-direction:column;gap:10px;display:flex}._postSurgicalItem_1p6ga_722{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}._postSurgicalItem_1p6ga_722 input{cursor:pointer;flex-shrink:0;margin-top:3px}._postSurgicalItemText_1p6ga_739{color:var(--color-text,#1a1520);font-size:.8125rem;line-height:1.45}._postSurgicalOtherInput_1p6ga_745{margin-top:4px}._consentStep_1p6ga_749{flex-direction:column;gap:20px;display:flex}._consentHeader_1p6ga_755{align-items:flex-start;gap:14px;display:flex}._consentHeaderIcon_1p6ga_761{width:44px;height:44px;color:var(--color-accent);background:#3c2f7314;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._consentTitle_1p6ga_773{color:var(--color-text,#1a1520);margin:0 0 4px;font-size:1rem;font-weight:700}._consentSubtitle_1p6ga_780{color:var(--color-text-muted,#6b6575);margin:0;font-size:.8125rem;line-height:1.5}._consentModeTabs_1p6ga_787{background:#3c2f730f;border-radius:14px;grid-template-columns:1fr 1fr;gap:8px;padding:4px;display:grid}._consentModeTab_1p6ga_787{color:var(--color-text-muted,#6b6575);cursor:pointer;background:0 0;border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-size:.875rem;font-weight:700;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}._consentModeTab_1p6ga_787:hover:not(:disabled){color:var(--color-text,#1a1520)}._consentModeTabActive_1p6ga_816{color:var(--color-accent,#3c2f73);background:#fff;box-shadow:0 2px 10px #3c2f731a}._consentModeTab_1p6ga_787:disabled{opacity:.55;cursor:not-allowed}._consentSignPanel_1p6ga_827{flex-direction:column;gap:16px;display:flex}._consentSignPanel_1p6ga_827>._consentUploadBtn_1p6ga_833{align-self:flex-start}._consentTextPreview_1p6ga_837{border:1px solid var(--color-border,#e4e1ea);background:#fff;border-radius:14px;max-height:220px;padding:16px 18px;overflow:auto}._consentTextPreviewTitle_1p6ga_846{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted,#6b6575);margin:0 0 10px;font-size:.75rem;font-weight:800}._consentClauseList_1p6ga_855{flex-direction:column;gap:10px;margin:0;padding-left:1.2rem;display:flex}._consentClauseList_1p6ga_855 li{color:var(--color-text,#1a1520);font-size:.875rem;line-height:1.5}._consentAccept_1p6ga_869{color:var(--color-text,#1a1520);cursor:pointer;background:#3c2f7308;border:1px solid #3c2f7329;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.875rem;font-weight:600;display:flex}._consentAccept_1p6ga_869 input{width:16px;height:16px;accent-color:var(--color-accent,#3c2f73);flex-shrink:0;margin-top:2px}._consentFileInput_1p6ga_891{display:none}._certificatesStep_1p6ga_895{flex-direction:column;gap:20px;display:flex}._certificatesHeader_1p6ga_901{align-items:flex-start;gap:14px;display:flex}._certificatesHeaderIcon_1p6ga_907{width:44px;height:44px;color:var(--color-accent);background:#3c2f7314;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._certificatesTitle_1p6ga_919{color:var(--color-text,#1a1520);margin:0 0 4px;font-size:1rem;font-weight:700}._certificatesSubtitle_1p6ga_926{color:var(--color-text-muted,#6b6575);margin:0;font-size:.8125rem;line-height:1.5}._certificatesList_1p6ga_933{flex-direction:column;gap:14px;display:flex}._consentDropzone_1p6ga_939{text-align:center;cursor:pointer;background:linear-gradient(#fff 0%,#3c2f7308 100%);border:2px dashed #3c2f7338;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:220px;padding:32px 24px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}._consentDropzone_1p6ga_939:hover,._consentDropzone_1p6ga_939:focus-visible{background:#fff;border-color:#3c2f7373;outline:none;box-shadow:0 8px 24px #3c2f7314}._consentDropzoneActive_1p6ga_963{border-color:var(--color-accent);background:#f0518f0a}._consentDropzoneBusy_1p6ga_968{pointer-events:none;opacity:.75}._consentDropzoneIcon_1p6ga_973{width:56px;height:56px;color:var(--color-accent);background:#3c2f7314;border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}._consentDropzoneTitle_1p6ga_985{color:var(--color-text,#1a1520);margin:0;font-size:.9375rem;font-weight:700}._consentDropzoneHint_1p6ga_992{color:var(--color-text-muted,#6b6575);margin:0 0 8px;font-size:.8125rem}._consentUploadBtn_1p6ga_833{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:700;transition:opacity .2s,transform .15s;display:inline-flex}._consentUploadBtn_1p6ga_833:hover:not(:disabled){transform:translateY(-1px)}._consentUploadBtn_1p6ga_833:disabled{opacity:.65;cursor:not-allowed}._consentAttachedCard_1p6ga_1022{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;gap:14px;padding:18px;display:flex}._consentMetaGrid_1p6ga_1032{grid-template-columns:1.4fr .8fr .8fr;gap:12px;display:grid}._consentMetaItem_1p6ga_1038{min-width:0}._consentMetaLabel_1p6ga_1042{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted,#6b6575);margin-bottom:4px;font-size:.6875rem;font-weight:800;display:block}._consentMetaValue_1p6ga_1052{color:var(--color-text,#1a1520);margin:0;font-size:.875rem;font-weight:700}._consentPreviewCard_1p6ga_1059{border:1px solid var(--color-border);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:16px;display:grid;overflow:hidden}._consentPreviewFrame_1p6ga_1069{border-right:1px solid var(--color-border);background:#f6f5f8;min-height:280px;max-height:420px;position:relative}._consentPreviewImage_1p6ga_1077{object-fit:contain;background:#f0eef3;width:100%;height:100%;min-height:280px;max-height:420px;display:block}._consentPreviewPdf_1p6ga_1087{background:#fff;border:none;width:100%;height:100%;min-height:280px;max-height:420px;display:block}._consentPreviewFallback_1p6ga_1097{min-height:280px;color:var(--color-text-muted,#6b6575);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}._consentPreviewFallback_1p6ga_1097 p{margin:0;font-size:.8125rem}._consentPreviewLoading_1p6ga_1114{z-index:2;color:var(--color-accent);background:#ffffffb8;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;position:absolute;inset:0}._consentPreviewMeta_1p6ga_1127{flex-direction:column;gap:10px;padding:20px;display:flex}._consentFileBadge_1p6ga_1134{color:#1d7a5c;background:#22966e1f;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:6px 10px;font-size:.75rem;font-weight:700;display:inline-flex}._consentFileName_1p6ga_1147{color:var(--color-text,#1a1520);word-break:break-word;margin:0;font-size:.9375rem;font-weight:600}._consentFileType_1p6ga_1155{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted,#6b6575);margin:0;font-size:.75rem;font-weight:600}._consentPreviewActions_1p6ga_1164{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:8px;display:flex}._consentActionBtn_1p6ga_1172{border:1px solid var(--color-border);color:var(--color-text,#1a1520);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}._consentActionBtn_1p6ga_1172:hover:not(:disabled){background:#3c2f730d;border-color:#3c2f7340}._consentActionBtn_1p6ga_1172:disabled{opacity:.55;cursor:not-allowed}._consentActionBtnDanger_1p6ga_1198{color:#b42318;border-color:#b4231833}._consentActionBtnDanger_1p6ga_1198:hover:not(:disabled){background:#b423180f;border-color:#b4231859}._consentError_1p6ga_1208{color:#b42318;background:#b4231814;border-radius:10px;margin:0;padding:10px 12px;font-size:.8125rem;font-weight:600}._pageLayoutOdontogram_1p6ga_7{background:radial-gradient(ellipse 60% 40% at 0% 0%, #0d94880f, transparent 50%), var(--color-primary-bg);height:100dvh;min-height:0;max-height:100dvh;overflow:hidden}._pageLayoutOdontogram_1p6ga_7>*{min-height:0;max-height:100%;overflow:hidden}._pageLayoutOdontogram_1p6ga_7 ._formPane_1p6ga_25{background:linear-gradient(#fff 0%,#f8fafc 100%);height:100%;min-height:0;max-height:100%;overflow:hidden}._pageLayoutOdontogram_1p6ga_7 ._formPane_1p6ga_25>:not(._formScrollCenter_1p6ga_161){flex-shrink:0}._pageHeaderOdontogram_1p6ga_1249{flex-shrink:0;background:radial-gradient(100% 120% at 0 0,#0d948814,#0000 60%),linear-gradient(#fff 0%,#f8fafc 100%)!important}._pageLayoutOdontogram_1p6ga_7 ._pageFooter_1p6ga_315{flex-shrink:0}._pageLayoutOdontogram_1p6ga_7 ._formScrollCenter_1p6ga_161{flex-direction:column;flex:1 1 0;min-height:0;padding-top:18px;display:flex;overflow:hidden}._pageLayoutOdontogram_1p6ga_7 ._formScrollInner_1p6ga_167{flex-direction:column;flex:1 1 0;gap:0;max-width:none;height:100%;min-height:0;display:flex;overflow:hidden}._chartPane_1p6ga_1280{background:radial-gradient(90% 55% at 50% 0,#ffebf3d9 0%,#0000 68%),radial-gradient(70% 50% at 100% 100%,#0d948814 0%,#0000 55%),#fff;flex-direction:column;height:100%;min-height:0;max-height:100%;padding:20px 24px 24px 16px;display:flex;overflow:hidden}._chartCanvas_1p6ga_1294{background:#ffffffb8;border:1px solid #0d94881f;border-radius:20px;flex-direction:column;flex:auto;min-height:0;padding:12px 14px;display:flex;box-shadow:inset 0 1px #fffc}._chartBody_1p6ga_1306{flex-direction:column;flex:auto;min-height:0;display:flex}._annotationDock_1p6ga_1313{flex:none;margin-top:14px;padding-top:0}@media (width<=900px){._pageLayout_1p6ga_7{grid-template-columns:1fr}._progressNav_1p6ga_85,._nav_1p6ga_1325{scrollbar-width:thin;flex-wrap:nowrap;display:flex;overflow-x:auto}._chartPane_1p6ga_1280{height:auto;min-height:auto;max-height:none;overflow:visible}._pageLayoutOdontogram_1p6ga_7{height:auto;max-height:none;overflow:visible}._pageLayoutOdontogram_1p6ga_7>*{max-height:none;overflow:visible}._pageLayoutOdontogram_1p6ga_7 ._formPane_1p6ga_25{height:auto;max-height:none;overflow:visible}._pageLayoutOdontogram_1p6ga_7 ._formScrollCenter_1p6ga_161,._pageLayoutOdontogram_1p6ga_7 ._formScrollInner_1p6ga_167{flex:none;height:auto;overflow:visible}._page_1p6ga_1:has(._pageLayoutOdontogram_1p6ga_7){height:auto;max-height:none;overflow:visible}._checkboxGrid_1p6ga_297{grid-template-columns:repeat(2,minmax(0,1fr))}._consentPreviewCard_1p6ga_1059{grid-template-columns:1fr}._consentPreviewFrame_1p6ga_1069{border-right:none;border-bottom:1px solid var(--color-border)}}@media (width<=640px){._stepForm_1p6ga_176{grid-template-columns:1fr;padding:14px}._checkboxGrid_1p6ga_297{grid-template-columns:1fr}._formScrollCenter_1p6ga_161{padding:16px}._formFooterInner_1p6ga_329{padding:0 16px}}._overlay_1w3w0_1{z-index:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271b5773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_1w3w0_13{text-align:center;background:#fff;border-radius:20px;width:min(100%,420px);padding:28px 24px 24px;position:relative;box-shadow:0 24px 64px #3c2f7340}._modalSuccess_1w3w0_23 ._iconWrap_1w3w0_23{color:#047857;background:#0478571a}._modalError_1w3w0_28 ._iconWrap_1w3w0_23{color:#b91c1c;background:#b91c1c1a}._closeBtn_1w3w0_33{background:var(--color-primary-light);width:34px;height:34px;color:var(--color-accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}._iconWrap_1w3w0_23{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;display:inline-flex}._title_1w3w0_59{color:var(--color-accent);margin:0 0 10px;font-size:1.25rem;font-weight:800}._message_1w3w0_66{color:var(--color-text-muted);margin:0 0 20px;font-size:.9375rem;line-height:1.5}._actionBtn_1w3w0_73{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;padding:12px 18px;font-size:.875rem;font-weight:700}._actionBtn_1w3w0_73:hover{filter:brightness(1.05)}._stateScreen_12v8e_1{min-height:100vh;font-family:var(--font-sans);color:var(--color-text-muted);background:var(--color-primary-bg);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}._backLink_12v8e_13{color:var(--color-accent);cursor:pointer;background:0 0;border:none;font-family:inherit;font-weight:700}._stateScreen_1yxyt_1{min-height:100vh;font-family:var(--font-sans);color:var(--color-text-muted);background:var(--color-primary-bg);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}._backLink_1yxyt_13{color:var(--color-accent);cursor:pointer;background:0 0;border:none;font-family:inherit;font-weight:700}._confirmOverlay_1yxyt_22{z-index:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#271b5773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._confirmModal_1yxyt_34{background:#fff;border-radius:16px;width:min(100%,400px);padding:24px;box-shadow:0 20px 48px #3c2f7333}._confirmModal_1yxyt_34 h3{color:var(--color-accent);margin:0 0 8px;font-size:1.125rem}._confirmModal_1yxyt_34 p{color:var(--color-text-muted);margin:0 0 20px;font-size:.9375rem}._confirmActions_1yxyt_54{justify-content:flex-end;gap:8px;display:flex}._confirmCancel_1yxyt_60,._confirmDelete_1yxyt_61{cursor:pointer;border:none;border-radius:999px;padding:10px 16px;font-size:.8125rem;font-weight:700}._confirmCancel_1yxyt_60{background:var(--color-primary-light);color:var(--color-accent)}._confirmDelete_1yxyt_61{color:#b91c1c;background:#fee2e2}._confirmDelete_1yxyt_61:disabled,._confirmCancel_1yxyt_60:disabled{opacity:.65;cursor:wait}._overlay_z1jlv_1{z-index:820;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271b5773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_z1jlv_13{background:radial-gradient(120% 80% at 50% -10%,#f0518f1a,#0000 55%),#fff;border-radius:20px;width:min(100%,440px);padding:28px 24px 24px;position:relative;box-shadow:0 24px 64px #3c2f7340}._closeBtn_z1jlv_24{background:var(--color-primary-light);width:34px;height:34px;color:var(--color-accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}._closeBtn_z1jlv_24:disabled{opacity:.5;cursor:not-allowed}._iconWrap_z1jlv_45{width:64px;height:64px;color:var(--color-primary);background:#f0518f1f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:inline-flex}._title_z1jlv_57{color:var(--color-accent);text-align:center;margin:0 0 8px;font-size:1.2rem;font-weight:800}._description_z1jlv_65{color:var(--color-text-muted);text-align:center;margin:0 0 18px;font-size:.9rem;line-height:1.5}._description_z1jlv_65 strong{color:var(--color-accent);font-weight:700}._form_z1jlv_78{flex-direction:column;gap:14px;display:flex}._error_z1jlv_84{color:#dc2626;text-align:center;background:#fef2f2;border-radius:10px;margin:0;padding:10px 12px;font-size:.8125rem;font-weight:600}._field_z1jlv_95{flex-direction:column;gap:6px;display:flex}._label_z1jlv_101{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:11px;font-weight:800}._input_z1jlv_109,._textarea_z1jlv_110{box-sizing:border-box;border:1px solid var(--color-border);width:100%;font:inherit;color:var(--color-text);background:#fff;border-radius:10px;padding:10px 12px;font-size:.9rem}._input_z1jlv_109:focus,._textarea_z1jlv_110:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #f0518f26}._textarea_z1jlv_110{resize:vertical;min-height:84px}._actions_z1jlv_134{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;display:grid}._cancelBtn_z1jlv_141,._submitBtn_z1jlv_142{cursor:pointer;border-radius:999px;padding:12px 16px;font-size:.875rem;font-weight:700}._cancelBtn_z1jlv_141{border:1px solid var(--color-border);color:var(--color-accent);background:#fff}._cancelBtn_z1jlv_141:hover:not(:disabled){border-color:var(--color-accent)}._submitBtn_z1jlv_142{background:var(--color-primary);color:#fff;border:none}._submitBtn_z1jlv_142:hover:not(:disabled){filter:brightness(.96)}._cancelBtn_z1jlv_141:disabled,._submitBtn_z1jlv_142:disabled{opacity:.65;cursor:not-allowed}@media (width<=420px){._actions_z1jlv_134{grid-template-columns:1fr}}._page_18hx5_4{font-family:var(--font-sans);color:var(--color-text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._pagination_18hx5_12{justify-content:center;align-items:center;gap:24px;margin-top:48px;padding:20px 0;display:flex}._paginationBtn_18hx5_21{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}._paginationBtn_18hx5_21:hover:not(:disabled){color:#374151;background:#f9fafb;border-color:#d1d5db}._paginationBtn_18hx5_21:disabled{cursor:not-allowed;color:#d1d5db;background:0 0;border-color:#f3f4f6}._paginationInfo_18hx5_46{color:#9ca3af;font-size:13px;font-weight:400}._columnWrap_18hx5_52{background:#fff;max-width:960px;min-height:100vh;margin:0 auto}._topNav_18hx5_62{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex;position:sticky;top:0}._backBtn_18hx5_76{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}._backBtn_18hx5_76:hover{color:#1f2937}._navBrand_18hx5_96{color:#0f172b;align-items:center;gap:8px;font-size:16px;font-weight:400;display:flex}._navBrandIcon_18hx5_105{background:var(--color-primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._ctaBtn_18hx5_116{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}._ctaBtn_18hx5_116:hover{background:var(--color-primary-dark)}._hero_18hx5_136{background:linear-gradient(180deg, var(--color-primary-bg) 0%, var(--color-bg) 100%);color:#1f2937;padding:64px 24px}._heroInner_18hx5_142{flex-direction:column;gap:32px;max-width:1280px;margin:0 auto;display:flex}._heroTextBlock_18hx5_150{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:640px;margin:0 auto;display:flex}._heroPill_18hx5_160{color:#007a55;background:#d0fae5;border-radius:9999px;align-items:center;gap:8px;width:fit-content;padding:4px 12px;font-size:14px;font-weight:500;display:inline-flex}._heroPill_18hx5_160:before{content:"";background:#00bc7d;border-radius:50%;width:8px;height:8px;display:inline-block}._heroTitle_18hx5_182{color:#0f172b;margin:0;font-size:56px;font-weight:700;line-height:1.1}._heroSubtitle_18hx5_190{color:#6b7280;max-width:576px;margin:0;font-size:18px;line-height:1.6}._heroAuthor_18hx5_198{justify-content:center;align-items:center;gap:12px;margin-top:8px;display:flex}._heroAuthorName_18hx5_206{color:#1f2937;margin:0;font-size:15px;font-weight:600}._heroAuthorSpec_18hx5_213{color:#9ca3af;margin:0;font-size:13px}._filterSearch_18hx5_219{flex-shrink:0;position:relative}._filterSearchIcon_18hx5_224{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}._filterSearchInput_18hx5_233{color:#1f2937;box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:280px;padding:8px 12px 8px 36px;font-family:inherit;font-size:13px}._filterSearchInput_18hx5_233::placeholder{color:#9ca3af}._filterSearchInput_18hx5_233:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterBar_18hx5_259{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:0 24px;display:flex}._filterScroll_18hx5_268{scrollbar-width:none;gap:8px;padding:16px 0;display:flex;overflow-x:auto}._filterScroll_18hx5_268::-webkit-scrollbar{display:none}._filterBtn_18hx5_280,._filterBtnActive_18hx5_281{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}._filterBtn_18hx5_280:hover{border-color:var(--color-primary);color:var(--color-primary);background:#eef4ff}._filterBtnActive_18hx5_281{background:var(--color-primary);border-color:var(--color-primary);color:#fff;font-weight:600}._postCount_18hx5_308{color:#9ca3af;white-space:nowrap;flex-shrink:0;margin:0 auto;font-size:13px}._content_18hx5_319{flex-direction:column;gap:48px;width:100%;max-width:1200px;margin:0 auto;padding:60px 24px;display:flex}._featuredWrap_18hx5_332{width:100%}._featuredCard_18hx5_336{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1fr 1fr;transition:box-shadow .2s,transform .2s;display:grid;overflow:hidden}._featuredCard_18hx5_336:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}._featuredImage_18hx5_352{aspect-ratio:4/3;background:#eef4ff;position:relative;overflow:hidden}._featuredImage_18hx5_352 img{object-fit:cover;width:100%;height:100%;transition:transform .4s}._featuredCard_18hx5_336:hover ._featuredImage_18hx5_352 img{transform:scale(1.04)}._featuredPlaceholder_18hx5_370{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-tertiary) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}._featuredBadge_18hx5_379{color:var(--color-primary);text-transform:uppercase;letter-spacing:.8px;background:#fff;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500;position:absolute;top:14px;left:14px;box-shadow:0 2px 8px #0000000f}._featuredBody_18hx5_394{flex-direction:column;justify-content:center;gap:14px;padding:36px 32px;display:flex}._featuredLabel_18hx5_402{letter-spacing:1.5px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:700}._featuredTitle_18hx5_410{color:#1f2937;margin:0;font-size:26px;font-weight:600;line-height:1.25}._featuredExcerpt_18hx5_418{color:#6b7280;margin:0;font-size:15px;line-height:1.6}._featuredFooter_18hx5_425{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:8px;padding-top:16px;display:flex}._featuredAuthor_18hx5_434{color:#374151;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}._featuredMeta_18hx5_443{color:#9ca3af;align-items:center;gap:6px;font-size:13px;display:flex}._grid_18hx5_454{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._postCard_18hx5_460{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}._postCard_18hx5_460:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}._postImageWrap_18hx5_476{background:#eef4ff;height:140px;position:relative;overflow:hidden}._postImg_18hx5_483{object-fit:cover;width:100%;height:100%;transition:transform .4s}._postCard_18hx5_460:hover ._postImg_18hx5_483{transform:scale(1.05)}._postPlaceholder_18hx5_494{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-tertiary) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}._categoryBadge_18hx5_503{color:var(--color-primary);background:#eef4ff;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:500;position:absolute;top:10px;left:10px}._postBody_18hx5_515{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}._postTitle_18hx5_523{color:#1f2937;margin:0;font-size:14px;font-weight:600;line-height:1.35}._postExcerpt_18hx5_531{color:#6b7280;flex:1;margin:0;font-size:12px;line-height:1.45}._postMeta_18hx5_539{border-top:1px solid #f3f4f6;align-items:center;gap:12px;padding-top:10px;display:flex}._metaItem_18hx5_547{color:#9ca3af;align-items:center;gap:5px;font-size:12px;display:flex}._postReadMore_18hx5_555{color:var(--color-primary);border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:8px 14px 12px;font-size:12px;font-weight:500;display:flex}._loadingState_18hx5_569,._emptyState_18hx5_570{text-align:center;color:#9ca3af;flex-direction:column;align-items:center;gap:16px;padding:60px 0;font-size:16px;display:flex}._spinner_18hx5_581{border:3px solid #e5e7eb;border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite _spin_18hx5_581}@keyframes _spin_18hx5_581{to{transform:rotate(360deg)}}._ctaBanner_18hx5_597{background:#fff;padding:80px 24px}._ctaBannerInner_18hx5_602{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:560px;margin:0 auto;display:flex}._ctaBannerInner_18hx5_602 h2{color:#1f2937;margin:0;font-size:32px;font-weight:600}._ctaBannerInner_18hx5_602 p{color:#6b7280;margin:0;font-size:16px}._ctaBannerBtn_18hx5_625{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;margin-top:8px;padding:12px 28px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}._ctaBannerBtn_18hx5_625:hover{background:var(--color-primary-dark);box-shadow:0 4px 12px #0056d233}._modalOverlay_18hx5_649{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modal_18hx5_649{background:#fff;border-radius:20px;width:100%;max-width:640px;max-height:80vh;padding:28px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0003}._modalClose_18hx5_673{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}._modalClose_18hx5_673:hover{background:#e5e7eb}._modalLayout_18hx5_694{flex-direction:column;gap:24px;display:flex}._modalImage_18hx5_700{background:#101014;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:320px;display:flex;overflow:hidden}._modalImage_18hx5_700>div{width:100%;height:100%}._modalPlaceholder_18hx5_717{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-tertiary) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}._modalContent_18hx5_726{flex-direction:column;gap:16px;display:flex}._modalHeader_18hx5_732{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding-bottom:16px;display:flex}._modalAuthorInfo_18hx5_740{flex-direction:column;gap:2px;display:flex}._modalAuthorName_18hx5_746{color:#1f2937;font-size:14px;font-weight:600}._modalAuthorHandle_18hx5_752{color:#9ca3af;font-size:12px}._modalBody_18hx5_757{flex-direction:column;gap:12px;display:flex}._modalCategoryBadge_18hx5_763{color:var(--color-primary);text-transform:uppercase;letter-spacing:.8px;background:#eef4ff;border-radius:6px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}._modalTitle_18hx5_776{color:#1f2937;margin:0;font-size:20px;font-weight:600;line-height:1.3}._modalText_18hx5_784{color:#374151;white-space:pre-line;margin:0;font-size:15px;line-height:1.6}._modalTags_18hx5_792{color:var(--color-primary);background:#eef4ff;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;display:flex}._modalMeta_18hx5_803{color:#9ca3af;align-items:center;gap:8px;font-size:12px;display:flex}._commentsPreview_18hx5_811{border-top:1px solid #e5e7eb;flex-direction:column;gap:12px;padding-top:16px;display:flex}._commentRow_18hx5_819{align-items:baseline;gap:8px;font-size:14px;line-height:1.4;display:flex}._commentAuthor_18hx5_827{color:#1f2937;flex-shrink:0;font-weight:600}._commentText_18hx5_833{color:#4b5563;flex:1}._commentTime_18hx5_838{color:#9ca3af;flex-shrink:0;font-size:12px}._viewAllComments_18hx5_844{color:var(--color-primary);cursor:pointer;margin-top:4px;font-size:13px;font-weight:500}._modalFooterActions_18hx5_852{border-top:1px solid #f3f4f6;padding-top:16px}._modalBookBtn_18hx5_857{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:12px;font-size:14px;font-weight:500;transition:background .2s}._modalBookBtn_18hx5_857:hover{background:var(--color-primary-dark)}._bookingModal_18hx5_877{background:#fff;border-radius:20px;width:90vw;max-width:640px;max-height:80vh;padding:28px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0003}._bookingModalTitle_18hx5_889{color:#1f2937;text-align:center;margin:0 0 24px;font-size:20px;font-weight:600}@media (width<=1024px){._grid_18hx5_454{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){._featuredCard_18hx5_336{grid-template-columns:1fr}._featuredImage_18hx5_352{aspect-ratio:16/7}._featuredBody_18hx5_394{padding:24px}._featuredTitle_18hx5_410{font-size:22px}}@media (width<=768px){._topNav_18hx5_62{padding:0 20px}._navBrand_18hx5_96 span{display:none}._grid_18hx5_454{grid-template-columns:1fr}}@media (width<=640px){._hero_18hx5_136{padding:40px 20px}._heroTitle_18hx5_182{font-size:36px}._content_18hx5_319{padding:40px 20px}._modalImage_18hx5_700{height:240px}._bookingModal_18hx5_877{width:95vw;padding:20px}._ctaBannerInner_18hx5_602 h2{font-size:24px}}
