:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#171717;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f1ea;font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{color:#171717;background:#f5f1ea;min-height:100%;margin:0;padding:0}#root{width:100%;min-height:100vh;margin:0 auto}.week-page{color:#171717;background:#f5f1ea;min-height:100vh;padding:24px}.week-kicker,.week-subtitle{color:#6f6f6f;font-size:13px}.week-shell{background:#fff;border-radius:24px;max-width:1500px;margin:0 auto;overflow:hidden;box-shadow:0 16px 40px #2a211814}.week-shell-header{border-bottom:1px solid #e6ded3;justify-content:space-between;gap:16px;padding:16px 18px;display:flex}.week-grid-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=768px){.week-page{padding:12px}}.app-header{background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:24px 32px;display:flex;box-shadow:0 10px 30px #0000000d}.app-header-left{flex-direction:column;gap:8px;min-width:0;display:flex}.app-header-left .small{color:#6b7280;font-size:13px}.app-header-nav{align-items:center;gap:10px;display:flex}.app-header-nav h1{color:#171717;margin:0;font-size:34px;font-weight:700}.app-nav-arrow{color:#171717;cursor:pointer;background:#ececec;border:none;border-radius:10px;flex-shrink:0;width:30px;height:30px;font-size:15px;font-weight:700}.app-nav-arrow:hover{background:#ddd}.app-header-right{flex-wrap:wrap;gap:10px;display:flex}.toolbar-button{cursor:pointer;background:#ececec;border:none;border-radius:12px;height:42px;padding:0 18px;font-size:15px;font-weight:600;transition:background .2s}.toolbar-button:hover{background:#ddd}.toolbar-button.primary{color:#fff;background:#171717}.toolbar-button.primary:hover{background:#303030}@media (width<=640px){.app-header{padding:16px}.app-header-nav h1{font-size:22px}.app-header-right{justify-content:flex-start;width:100%}.toolbar-button{height:36px;padding:0 12px;font-size:13px}}.week-grid-tabs{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.week-grid-tab{color:#6b6357;cursor:pointer;background:#fff;border:1px solid #cbbfa8;border-radius:999px;flex:auto;min-width:88px;padding:8px 10px;font-size:13px;font-weight:800}.week-grid-tab.active{color:#fff;background:#2b2722;border-color:#2b2722}.week-grid-empty{color:#6b6357;text-align:center;background:#fffdf8;border:1px dashed #cbbfa8;border-radius:12px;margin-bottom:8px;padding:14px;font-size:12px;font-weight:700}.week-grid{grid-template-columns:var(--day-column,44px) repeat(var(--people-count), minmax(0, 1fr));background:#e6ded3;border:1px solid #e6ded3;border-radius:12px;width:100%;display:grid;overflow:hidden}.week-grid-corner{color:#6b6357;background:#f7f3ed;border-bottom:1px solid #e6ded3;border-right:1px solid #e6ded3;align-items:center;padding:4px;font-size:9px;font-weight:800;display:flex;overflow:hidden}.week-grid-group{letter-spacing:.04em;color:#6b6357;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#efe9e0;border-bottom:1px solid #e6ded3;border-right:1px solid #e6ded3;padding:4px 2px;font-size:9px;font-weight:900;overflow:hidden}.week-grid-person{color:#2b2722;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#f7f3ed;border-bottom:1px solid #e6ded3;border-right:1px solid #e6ded3;padding:5px 4px;font-size:11px;font-weight:800;line-height:1.2;overflow:hidden}.week-grid-person:hover{background:#fffdf8}.week-grid-person.sep-left{border-left:2px solid #cbbfa8}.week-grid-person-total{color:#6b6357;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:9px;font-weight:700;overflow:hidden}.week-grid-person-travel{color:#b36a00}.week-grid-person-travel.heavy{color:#d0561f;font-weight:900}.week-grid-day{cursor:pointer;background:#f7f3ed;border-bottom:1px solid #e6ded3;border-right:1px solid #e6ded3;flex-direction:column;justify-content:center;gap:1px;padding:4px 3px;display:flex;overflow:hidden}.week-grid-day:hover{background:#fffdf8}.week-grid-day strong{color:#2b2722;font-size:11px;font-weight:900}.week-grid-day span{color:#6b6357;font-size:9px;font-weight:700}@media (width>=640px){.week-grid{--day-column:92px}.week-grid-corner,.week-grid-group,.week-grid-person,.week-grid-day{padding:10px 14px}.week-grid-corner,.week-grid-group{font-size:12px}.week-grid-person{white-space:normal;font-size:14px}.week-grid-person-total{margin-top:5px;font-size:12px}.week-grid-day strong{font-size:15px}.week-grid-day span{font-size:12px}}.week-cell{background:#fff;border-bottom:1px solid #e6ded3;border-right:1px solid #e6ded3;min-height:64px;position:relative}.week-cell.sep-left{border-left:2px solid #cbbfa8}.week-cell:hover{background:#fffdf8}.week-cell.has-warning{background:snow}.warning-wrap{z-index:5;position:absolute;bottom:2px;right:2px}.warning-badge{color:#fff;cursor:pointer;background:#d81818;border:0;border-radius:50%;place-items:center;width:13px;height:13px;font-size:9px;font-weight:950;display:grid}.warning-tooltip{box-sizing:border-box;color:#fff;white-space:pre-line;z-index:20;background:#2b2722;border-radius:8px;width:150px;max-width:calc(100vw - 24px);padding:8px 10px;font-size:11px;font-weight:600;line-height:1.35;display:none;position:absolute;bottom:18px;right:0;box-shadow:0 10px 24px #00000040}.warning-wrap:hover .warning-tooltip{display:block}.cell-add-button{color:#2454a6;cursor:pointer;opacity:0;z-index:6;background:#fff;border:1px solid #cbbfa8;border-radius:50%;place-items:center;width:14px;height:14px;font-size:10px;font-weight:900;line-height:1;transition:opacity .12s;display:grid;position:absolute;top:2px;left:2px}.week-cell:hover .cell-add-button{opacity:1}.day-bar-button{cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;padding:0 8px;display:flex;position:absolute;inset:0}.day-bar-button:hover{background:#f7f3ed}.day-bar{background:#efe9e0;border-radius:4px;width:100%;height:7px;display:flex;overflow:hidden}.day-bar-activity{background:#2454a6}.day-bar-travel{background:#e0a44a}.day-bar-travel.heavy{background:#d0561f}.day-bar-caption{white-space:nowrap;align-items:baseline;gap:5px;display:flex;overflow:hidden}.day-bar-count{color:#20723a;font-size:11px;font-weight:950}.day-bar-time{color:#2454a6;letter-spacing:-.02em;font-size:11px;font-weight:900}.day-bar-travel-time{color:#b36a00;font-size:9px;font-weight:800}.day-bar-travel-time.heavy{color:#d0561f}.empty-summary{color:#d8d1c7;font-size:14px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=640px){.week-cell{min-height:118px}.warning-wrap{bottom:6px;right:6px}.warning-badge{width:18px;height:18px;font-size:12px}.warning-tooltip{width:220px;padding:10px 12px;font-size:12px;bottom:24px}.cell-add-button{width:20px;height:20px;font-size:14px;top:6px;left:6px}.day-bar-button{gap:10px;padding:0 14px}.day-bar{border-radius:6px;height:12px}.day-bar-caption{gap:8px}.day-bar-count{font-size:20px}.day-bar-time{letter-spacing:-.03em;font-size:22px}.day-bar-travel-time{font-size:14px}.empty-summary{font-size:22px}}.event-editor-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.event-editor{background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:420px;max-width:92vw;max-height:88vh;padding:24px;display:flex;overflow-y:auto}.event-editor h2{margin:0 0 4px;font-size:18px}.event-editor label{color:#555;flex-direction:column;gap:6px;font-size:13px;display:flex}.event-editor select:disabled{color:#999;background:#f2f2f2}.event-editor input,.event-editor select,.event-editor textarea{border:1px solid #ddd;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px}.event-editor textarea{resize:vertical;min-height:60px}.event-editor-row{gap:12px;display:flex}.event-editor-row label{flex:1}.event-editor-repeat{background:#f7f7f7;border:1px solid #eee;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.event-editor-repeat-quick{gap:8px;display:flex}.event-editor-repeat-quick button{padding:6px 12px;font-size:12px}.event-editor-new-block{background:#f7f7f7;border:1px dashed #ccc;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.event-editor-responsible-list{flex-direction:column;gap:6px;display:flex}.event-editor-responsible-row{background:#f7f7f7;border-radius:8px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:13px;display:flex}.event-editor-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:6px;display:flex}.event-editor-actions-right{gap:10px;display:flex}.event-editor-actions button{color:#fff;cursor:pointer;background:#2454a6;border:0;border-radius:8px;padding:9px 16px;font-weight:700}.event-editor-actions button:disabled{opacity:.6;cursor:default}.event-editor-actions button.light{color:#333;background:#f0f0f0}.event-editor-actions button.danger{color:#c0392b;background:#fdeaea}.person-day-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.person-day{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:420px;max-width:92vw;max-height:88vh;padding:24px;display:flex;overflow-y:auto}.person-day-header{justify-content:space-between;align-items:center;display:flex}.person-day-header h2{margin:0;font-size:18px}.person-day-header button{color:#333;cursor:pointer;background:#f0f0f0;border:0;border-radius:8px;padding:7px 14px;font-weight:700}.person-day-empty{color:#999;padding:12px 0;font-size:14px}.person-day-list{flex-direction:column;gap:10px;display:flex}.person-day-event{text-align:left;cursor:pointer;background:#fafafa;border:1px solid #eee;border-radius:10px;padding:12px 14px}.person-day-event:hover{background:#f2f2f2}.person-day-event-title{color:#2454a6;font-size:15px;font-weight:700}.person-day-event-sub{color:#777;margin-top:4px;font-size:12px}.person-week-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.person-week{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:460px;max-width:100%;max-height:88vh;padding:24px;display:flex;overflow-y:auto}.person-week-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.person-week-header h2{margin:0;font-size:17px}.person-week-header button{color:#333;cursor:pointer;background:#f0f0f0;border:0;border-radius:8px;flex-shrink:0;padding:7px 14px;font-weight:700}.person-week-days{flex-direction:column;gap:14px;display:flex}.person-week-day-title{color:#6f6f6f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:13px;font-weight:800}.person-week-empty{color:#b8afa5;padding:4px 0 4px 2px;font-size:13px}.person-week-event{text-align:left;cursor:pointer;background:#fafafa;border:1px solid #eee;border-radius:10px;width:100%;margin-bottom:6px;padding:10px 12px}.person-week-event:hover{background:#f2f2f2}.person-week-event-title{color:#2454a6;font-size:14px;font-weight:700}.person-week-event-sub{color:#777;margin-top:4px;font-size:12px}.day-view{margin-top:18px}.day-view-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.day-view-header .small{color:#6f6f6f;font-size:13px;line-height:1.35}.day-nav{align-items:center;gap:10px;display:flex}.day-view-header h1{letter-spacing:-.04em;color:#171717;margin:0;font-size:34px}.day-nav-arrow{color:#171717;cursor:pointer;background:#ececec;border:none;border-radius:10px;width:30px;height:30px;font-size:15px;font-weight:700}.day-nav-arrow:hover{background:#ddd}.day-view-header-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.header-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.header-actions button{color:#fff;cursor:pointer;background:#171717;border:none;border-radius:12px;height:42px;padding:0 18px;font-size:15px;font-weight:600;transition:background .2s}.header-actions button:hover{background:#303030}.header-actions button.light:hover{background:#ddd}.detail-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px #2a211814}.detail-head{border-bottom:1px solid #e6ded3;padding:20px}.detail-head h2{margin:0 0 12px}.metrics{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.metric{background:#faf7f1;border-radius:18px;padding:12px}.metric .label{color:#6f6f6f;margin-bottom:4px;font-size:12px}.metric .value{font-size:20px;font-weight:950}.problem-box{color:#9f241b;background:#ffe1de;border:1px solid #f0b5ae;border-radius:14px;margin-bottom:8px;padding:10px;font-size:13px}.detail-content{grid-template-columns:1.1fr .9fr;gap:18px;padding:20px;display:grid}.section{background:#fbfaf8;border-radius:22px;padding:16px}.section h2{margin:0 0 12px}.person-block{background:#fff;border:1px solid #e6ded3;border-radius:18px;margin-bottom:12px;padding:14px}.person-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.person-name{font-size:16px;font-weight:900}.busy-window{color:#6f6f6f;font-size:13px;font-weight:750}.badge{background:#f3eee7;border-radius:999px;margin-left:6px;padding:5px 8px;font-size:12px;font-weight:800;display:inline-flex}.empty{color:#6f6f6f;font-size:13px}.event-card{cursor:pointer;border-top:1px solid #f0ebe4;padding:10px}.event-card:first-of-type{border-top:0}.event-card:hover{background:#fffdf8}.event-card.problem{outline-offset:2px;background:snow;border-radius:12px;outline:2px solid #d81818}.event-main{font-weight:850}.event-sub{color:#6f6f6f;margin-top:2px;font-size:12px}.event-details{color:#4f4a44;background:#fbfaf8;border-radius:10px;margin-top:7px;padding:8px;font-size:12px;line-height:1.35}.event-actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.event-actions button{cursor:pointer;border:0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.invite-btn{color:#fff;background:#2454a6}.copy-btn{color:#171717;background:#f3eee7}.renew-btn{color:#fff;background:#7a4fc7}.send-btn{color:#fff;background:#20723a}@media (width<=980px){.detail-content{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}}.battery-indicator{color:#171717;flex-shrink:0;align-items:center;display:flex}.battery-body{box-sizing:border-box;background:0 0;border:1px solid #17171773;border-radius:2px;min-width:10px;height:100%;position:relative;overflow:hidden}.battery-fill{border-radius:1px;transition:width .2s;position:absolute;top:1px;bottom:1px;left:1px}.battery-nub{background:#17171773;border-radius:0 1px 1px 0;flex-shrink:0;width:2px;height:45%;margin-left:1px}.activity-editor-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.activity-editor{background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:460px;max-width:92vw;max-height:88vh;padding:24px;display:flex;overflow-y:auto}.activity-editor h2{margin:0 0 4px;font-size:18px}.activity-editor label{color:#555;flex-direction:column;gap:6px;font-size:13px;display:flex}.activity-editor input,.activity-editor select,.activity-editor textarea{border:1px solid #ddd;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px}.activity-editor textarea{resize:vertical;min-height:50px}.activity-editor-row{gap:12px;display:flex}.activity-editor-row label{flex:1}.activity-editor-new-block{background:#f7f7f7;border:1px dashed #ccc;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.activity-editor-slots{border:1px solid #eee;border-radius:10px;padding:12px}.activity-editor-slots-head{color:#555;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.activity-editor-slots-head button.small{padding:5px 10px;font-size:12px}.activity-editor-slot-row{align-items:center;gap:6px;margin-bottom:8px;display:flex}.activity-editor-slot-row select{flex:1}.activity-editor-pricing-row{align-items:flex-end;gap:8px;margin-bottom:8px;display:flex}.activity-editor-pricing-field{flex:1}.activity-editor-hint{color:#999;margin-top:4px;font-size:11px}.slot-remove{color:#c0392b;cursor:pointer;background:#fdeaea;border:0;border-radius:50%;flex:none;width:26px;height:26px;font-size:16px;line-height:1}.activity-editor-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.activity-editor-actions button{color:#fff;cursor:pointer;background:#2454a6;border:0;border-radius:8px;padding:9px 16px;font-weight:700}.activity-editor-actions button:disabled{opacity:.6;cursor:default}.activity-editor-actions button.light{color:#333;background:#f0f0f0}.month-card{background:#fff;border-radius:14px;padding:8px;overflow:hidden;box-shadow:0 10px 24px #2a211814}.month-grid{flex-direction:column;gap:3px;display:flex}.month-header-row{grid-template-columns:20px repeat(7,1fr);gap:3px;display:grid}.month-day-name{text-align:center;color:#6f6f6f;font-size:8px;font-weight:800;overflow:hidden}.month-day-name.week-num-header{color:#b8afa5}.month-row{grid-template-columns:20px repeat(7,1fr);gap:3px;display:grid}.month-week-num{color:#b8afa5;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0;font-size:9px;font-weight:800}.month-week-num:hover{color:#171717;background:#f3eee7}.month-cell{aspect-ratio:1;color:#171717;cursor:pointer;background:#faf7f1;border:1px solid #e6ded3;border-radius:6px;min-height:0;padding:2px;font-size:10px;font-weight:800;overflow:hidden}.month-cell:hover{filter:brightness(.96)}.month-cell.empty{cursor:default;background:0 0;border:none}.month-cell-top{justify-content:space-between;align-items:center;gap:2px;display:flex}@media (width>=640px){.month-card{border-radius:24px;padding:20px}.month-grid{gap:6px}.month-header-row,.month-row{grid-template-columns:44px repeat(7,1fr);gap:6px}.month-day-name{font-size:12px}.month-week-num{font-size:13px}.month-cell{aspect-ratio:auto;border-radius:12px;min-height:64px;padding:8px;font-size:14px}.month-cell-top{gap:4px}}.year-card{background:#fff;border-radius:24px;padding:20px;box-shadow:0 16px 40px #2a211814}.year-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.year-divider{color:#b8afa5;grid-column:1/-1;align-items:center;gap:12px;margin:4px 0;font-size:13px;font-weight:800;display:flex}.year-divider:before,.year-divider:after{content:"";background:#e6ded3;flex:1;height:1px}.year-mini-month{cursor:pointer;text-align:left;background:#faf7f1;border:1px solid #e6ded3;border-radius:14px;padding:10px}.year-mini-month:hover{filter:brightness(.97)}.year-mini-month-title{color:#171717;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;font-weight:800;display:flex}.year-mini-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.year-mini-cell{text-align:center;color:#555;font-size:9px;line-height:14px}@media (width<=900px){.year-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.year-grid{grid-template-columns:1fr}}.family-editor-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.family-editor{background:#fff;border-radius:16px;flex-direction:column;gap:18px;width:460px;max-width:92vw;max-height:88vh;padding:24px;display:flex;overflow-y:auto}.family-editor-header{justify-content:space-between;align-items:center;display:flex}.family-editor-header h2{margin:0;font-size:18px}.family-editor-header button{color:#333;cursor:pointer;background:#f0f0f0;border:0;border-radius:8px;padding:7px 14px;font-weight:700}.family-editor-section{flex-direction:column;gap:10px;display:flex}.family-editor-section-head{justify-content:space-between;align-items:center;display:flex}.family-editor-section-head h3{margin:0;font-size:15px}.family-editor-row{background:#fafafa;border:1px solid #eee;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.family-editor-row-name{font-size:14px;font-weight:700}.family-editor-row-sub{color:#777;margin-top:2px;font-size:12px}.family-editor-row-actions{flex-shrink:0;gap:6px;display:flex}.family-editor-form{background:#f7f7f7;border:1px dashed #ccc;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.family-editor-form label{color:#555;flex-direction:column;gap:6px;font-size:13px;display:flex}.family-editor-form input,.family-editor-form select{border:1px solid #ddd;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px}.family-editor-form-actions{justify-content:flex-end;gap:8px;display:flex}.family-editor button:not(.small){color:#fff;cursor:pointer;background:#2454a6;border:0;border-radius:8px;padding:9px 16px;font-weight:700}.family-editor-suggestions{background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;max-height:220px;display:flex;overflow-y:auto}.family-editor-suggestions-empty{color:#777;padding:10px 12px;font-size:12px}.family-editor .family-editor-form button.family-editor-suggestion{color:#333;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:0;flex-direction:column;gap:2px;padding:8px 12px;font-weight:400;display:flex}.family-editor .family-editor-form button.family-editor-suggestion.active{background:#eef3fb}.family-editor-suggestion+.family-editor-suggestion{border-top:1px solid #f2f2f2}.family-editor-suggestion-name{font-size:14px;font-weight:700}.family-editor-suggestion-sub{color:#777;font-size:12px}.family-editor .family-editor-form button.family-editor-inline-link{color:#2454a6;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:12px;font-weight:700;text-decoration:underline}.family-editor-badge{color:#c0392b;white-space:nowrap;background:#fdeaea;border-radius:999px;margin-left:6px;padding:2px 8px;font-size:11px;font-weight:700}.friends-editor-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.friends-editor{background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:480px;max-width:92vw;max-height:88vh;padding:24px;display:flex;overflow-y:auto}.friends-editor-header{justify-content:space-between;align-items:center;display:flex}.friends-editor-header h2{margin:0;font-size:18px}.friends-editor-header button{color:#333;cursor:pointer;background:#f0f0f0;border:0;border-radius:8px;padding:7px 14px;font-weight:700}.friends-editor-row-item{background:#fafafa;border:1px solid #eee;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.friends-editor-row-name{font-size:14px;font-weight:700}.friends-editor-row-sub{color:#777;margin-top:2px;font-size:12px}.friends-editor-row-actions{flex-shrink:0;gap:6px;display:flex}.friends-editor-form{background:#f7f7f7;border:1px dashed #ccc;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.friends-editor-form label{color:#555;flex-direction:column;gap:6px;font-size:13px;display:flex}.friends-editor-form input,.friends-editor-form select,.friends-editor-form textarea{border:1px solid #ddd;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px}.friends-editor-form textarea{resize:vertical;min-height:50px}.friends-editor-row{gap:12px;display:flex}.friends-editor-row label{flex:1}.friends-editor-subhead{color:#6f6f6f;text-transform:uppercase;letter-spacing:.03em;margin-top:4px;font-size:12px;font-weight:800}.friends-editor-form-actions{justify-content:flex-end;gap:8px;display:flex}button.light{color:#333;background:#f0f0f0}button.danger{color:#c0392b;background:#fdeaea}button.small{cursor:pointer;border:0;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700}.friends-editor button:not(.small){color:#fff;cursor:pointer;background:#2454a6;border:0;border-radius:8px;padding:9px 16px;font-weight:700}.activities-for-child{margin-top:18px}.activities-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.activities-header .small{color:#6f6f6f;font-size:13px}.activities-header h1{letter-spacing:-.04em;color:#171717;margin:0;font-size:34px}.header-actions{gap:12px;display:flex}.header-actions button{color:#fff;cursor:pointer;background:#171717;border:none;border-radius:12px;height:42px;padding:0 18px;font-size:15px;font-weight:600}.header-actions button.light{color:#171717;background:#ececec}.activities-card{background:#fff;border-radius:24px;padding:20px;box-shadow:0 16px 40px #2a211814}.activities-child-select{color:#555;flex-direction:column;gap:6px;max-width:260px;margin-bottom:16px;font-size:13px;display:flex}.activities-child-select select{border:1px solid #ddd;border-radius:8px;padding:8px 10px;font-size:14px}.activities-empty{color:#9b9288;padding:12px 0;font-size:14px}.activities-list{flex-direction:column;gap:14px;display:flex}.activity-card{background:#faf7f1;border:1px solid #e6ded3;border-radius:16px;padding:14px 16px}.activity-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.activity-card-provider{color:#171717;font-size:15px;font-weight:900}.activity-card-group{color:#555;margin-top:2px;font-size:13px}.activity-card-format{color:#2454a6;background:#eaf1fb;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:800}.activity-card-description{color:#4f4a44;margin-top:8px;font-size:13px}.activity-card-row{color:#6f6f6f;flex-wrap:wrap;gap:10px;margin-top:8px;font-size:12px;display:flex}.activity-card-district{background:#f0ebe4;border-radius:999px;padding:2px 8px}.activity-card-schedule{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.activity-card-slot{color:#20723a;background:#eef7ee;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:700}.activity-card-contacts{color:#2454a6;flex-wrap:wrap;gap:10px;margin-top:10px;font-size:12px;display:flex}.activity-card-rate{border-top:1px solid #e6ded3;align-items:center;gap:10px;margin-top:10px;padding-top:10px;display:flex}.activity-card-rate-label{color:#6f6f6f;font-size:12px;font-weight:700}.star-rating{gap:2px;display:flex}.star-button{color:#d8d2c6;cursor:pointer;background:0 0;border:0;padding:0;font-size:18px;line-height:1}.star-button.filled{color:#eab308}.provider-schedule{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;padding:16px;display:flex}.provider-schedule-head{align-items:center;gap:12px;display:flex}.provider-schedule-head h1{margin:0;font-size:20px}.provider-schedule-picker{color:#555;flex-direction:column;gap:4px;font-size:13px;display:flex}.provider-schedule-error{color:#b42318;background:#fdeaea;border-radius:6px;padding:8px 12px;font-size:14px}.provider-schedule-hint{color:#888;margin:0;font-size:13px}.provider-schedule-toolbar{justify-content:flex-end;display:flex}.provider-schedule-group{border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.provider-schedule-group-head{justify-content:space-between;gap:12px;display:flex}.provider-schedule-group-head h2{margin:0 0 4px;font-size:16px}.provider-schedule-group-actions{flex-shrink:0;gap:6px;display:flex}.provider-schedule-meta{color:#666;font-size:13px}.provider-schedule-slots{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.provider-schedule-slots li{align-items:center;gap:8px;display:flex}.provider-schedule-slot-text{font-variant-numeric:tabular-nums;min-width:120px}.provider-schedule-slot-form{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.provider-schedule-form{border:1px dashed #ccc;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.provider-schedule-form label{color:#555;flex-direction:column;gap:4px;font-size:13px;display:flex}.provider-schedule-form-row{flex-wrap:wrap;gap:8px;display:flex}.provider-schedule-form-row label{flex:120px}.provider-schedule-form-actions{justify-content:flex-end;gap:8px;display:flex}
