:root{color:#18201d;background:#f5f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.72}a{color:inherit;text-decoration:none}.screen{width:min(100%,980px);margin:0 auto;padding:84px 16px 40px}.screen.narrow{max-width:620px}.screen.center{min-height:100vh;display:grid;place-items:center}.app-header{position:fixed;inset:0 0 auto;z-index:10;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 16px;background:#ffffffeb;border-bottom:1px solid #d9e1db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{font-weight:800;font-size:1.15rem}.header-actions{display:inline-flex;align-items:center;gap:10px}.profile-chip{display:inline-grid;grid-template-columns:34px minmax(0,auto);align-items:center;gap:8px;min-height:42px;max-width:min(340px,calc(100vw - 100px));border:1px solid #c9d3cc;border-radius:8px;background:#fff;padding:4px 10px 4px 4px}.profile-chip img,.profile-avatar img{display:block;width:100%;height:100%;object-fit:cover}.profile-chip>svg,.profile-chip img{width:34px;height:34px;border-radius:8px;background:#edf3ee;color:#246b49;padding:7px}.profile-chip img{padding:0}.profile-chip span{display:grid;min-width:0;line-height:1.15}.profile-chip strong,.profile-chip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-chip strong{font-size:.9rem}.profile-chip small{color:#68746e;font-size:.76rem}.login-screen{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(140deg,#e7efe8,#f7f2e7)}.login-panel,.panel{background:#fff;border:1px solid #d9e1db;border-radius:8px;padding:18px;box-shadow:0 10px 30px #1c2d2414}.login-panel{width:min(100%,420px)}h1,h2{margin:0 0 14px;letter-spacing:0}h1{font-size:1.8rem}h2{font-size:1rem}form,.stack{display:grid;gap:12px}label{display:grid;gap:6px;color:#47514c;font-size:.92rem}input,select,textarea{min-height:44px;width:100%;border:1px solid #c9d3cc;border-radius:8px;padding:10px 12px;background:#fff;color:#18201d}textarea{min-height:86px;resize:vertical}.primary,.secondary,.danger,.google-button{position:relative;min-height:44px;border-radius:8px;border:0;padding:10px 14px;font-weight:700;text-align:center}.primary{background:#246b49;color:#fff}.secondary{background:#234f6b;color:#fff}.danger{background:#9f2f23;color:#fff}.google-button{display:block;margin-top:12px;border:1px solid #c9d3cc;background:#fff}.auth-switch{margin:14px 0 0;color:#68746e;text-align:center}.auth-switch a{color:#246b49;font-weight:800}.icon-button{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid #c9d3cc;border-radius:8px;background:#fff}.icon-button.filled{border-color:#246b49;background:#246b49;color:#fff}.button-content{display:inline-flex;align-items:center;justify-content:center;gap:8px}.is-loading .button-content{opacity:0}.spinner{position:absolute;inset:50% auto auto 50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.snackbar-region{position:fixed;right:16px;bottom:16px;z-index:30;width:min(420px,calc(100vw - 32px));pointer-events:none}.snackbar{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:52px;border-radius:8px;padding:12px 14px;color:#fff;box-shadow:0 18px 40px #18201d38;animation:snackbar-in .18s ease-out,snackbar-out .22s ease-in 2.98s forwards}.snackbar.success{background:#246b49}.snackbar.error{background:#9f2f23;color:#fff}.snackbar-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#fff3;font-weight:800}@keyframes snackbar-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes snackbar-out{to{opacity:0;transform:translateY(10px) scale(.98)}}.muted{color:#68746e}.page-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.text-link{color:#246b49;font-weight:700}.back-link{display:inline-flex;align-items:center;gap:6px;min-height:34px;color:#246b49;font-weight:700}.page-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.toolbar,.create-strip{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-bottom:12px}.create-strip{grid-template-columns:minmax(200px,280px) 1fr 1fr auto}.create-strip.single-team{grid-template-columns:1fr 1fr auto}.site-filters{grid-template-columns:auto 1fr auto}.team-filter-row{display:flex;align-items:center;margin:-4px 0 12px}.team-filter-row select{width:fit-content;min-width:150px;max-width:100%}.team-list{display:grid;gap:8px}.team-picker{display:flex;align-items:center;gap:8px;min-height:44px;overflow-x:auto}.dialog-team-picker{flex-wrap:wrap;align-items:flex-start;min-height:0;overflow-x:visible}.team-check{display:inline-flex;grid-template-columns:none;align-items:center;flex:0 0 auto;gap:6px;min-height:34px;border:1px solid #c9d3cc;border-radius:8px;background:#fff;color:#18201d;padding:6px 10px;font-size:.86rem;font-weight:700}.team-check input{min-height:auto;width:16px;height:16px;margin:0;accent-color:#246b49}.profile-panel{display:grid;gap:16px}.profile-preview{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:14px;border:1px solid #d9e1db;border-radius:8px;background:#f7faf8;padding:12px}.profile-preview div:last-child{display:grid;gap:3px;min-width:0}.profile-preview strong,.profile-preview span,.profile-preview small{overflow-wrap:anywhere}.profile-preview span,.profile-preview small{color:#68746e}.profile-avatar{display:grid;place-items:center;width:72px;height:72px;overflow:hidden;border-radius:8px;background:#edf3ee;color:#246b49}.profile-avatar-button{border:1px solid #c9d3cc;padding:0}.profile-avatar-button:hover,.profile-avatar-button:focus-visible{border-color:#246b49;box-shadow:0 0 0 3px #246b4924}.team-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;border:1px solid #d9e1db;border-radius:8px;padding:10px 12px}.compact-button{min-height:34px;padding:6px 12px}.code,.team-badge{display:inline-flex;align-items:center;min-height:28px;border-radius:8px;background:#edf3ee;color:#3e5d4d;font-size:.82rem;font-weight:700;padding:4px 8px}.membership-toggle{display:inline-grid;grid-template-columns:1fr 1fr;min-width:148px;overflow:hidden;border:1px solid #c9d3cc;border-radius:8px;background:#fff}.membership-toggle-button{position:relative;min-height:34px;border:0;border-radius:0;background:transparent;color:#68746e;padding:6px 12px;font-weight:800}.membership-toggle-button+.membership-toggle-button{border-left:1px solid #c9d3cc}.membership-toggle-button.active{background:#246b49;color:#fff}.membership-toggle-button.active.inactive{background:#9f2f23}.membership-toggle-button:disabled{cursor:default;opacity:1}.file-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.file-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.form-actions{display:flex;justify-content:flex-end;margin-top:auto}.form-actions .primary,.form-actions .secondary{height:44px;min-width:108px;padding-block:0}.sr-only-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.site-list,.timeline{display:grid;gap:10px}.site-row,.entry{display:flex;justify-content:space-between;gap:12px;border:1px solid #d9e1db;border-radius:8px;background:#fff;padding:14px}.site-row{align-items:center;padding:0}.site-row-main{display:flex;justify-content:space-between;flex:1;gap:12px;min-width:0;padding:14px}.site-row>.icon-button{flex:0 0 auto;margin-right:10px}.site-row span{display:grid;gap:4px}.empty-panel{border:1px solid #d9e1db;border-radius:8px;background:#fff;color:#68746e;padding:18px;text-align:center}.site-meta{justify-items:end;text-align:right;min-width:120px}.site-team-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid #c9d3cc;border-radius:8px;background:#fff}.tabs button.active{border-color:#246b49;color:#246b49;font-weight:800}.forms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.timeline-forms{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-forms{grid-template-columns:minmax(0,1fr)}.schedule-add-row{display:flex;justify-content:flex-end}.add-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.calendar-panel{display:grid;gap:12px}.calendar-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.calendar-toolbar h2,.calendar-toolbar p{margin:0}.segmented{display:inline-grid;grid-template-columns:repeat(3,1fr);border:1px solid #c9d3cc;border-radius:8px;overflow:hidden}.segmented button{min-height:38px;border:0;border-right:1px solid #c9d3cc;padding:8px 12px;background:#fff;color:#47514c;font-weight:700}.segmented button:last-child{border-right:0}.segmented button.active{background:#246b49;color:#fff}.calendar-grid{display:grid;gap:8px}.calendar-grid.day{grid-template-columns:minmax(0,1fr)}.calendar-grid.week,.calendar-grid.month{grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-day{min-height:132px;border:1px solid #d9e1db;border-radius:8px;background:#fff;padding:10px}.calendar-day.today{border-color:#246b49;box-shadow:inset 0 0 0 1px #246b49}.calendar-day.outside-month{background:#f0f4f1;color:#68746e}.calendar-day-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.calendar-date-button{border:0;background:transparent;color:inherit;padding:0;font-weight:800;text-align:left}.calendar-date-button:hover,.calendar-date-button:focus-visible{color:#246b49;text-decoration:underline}.calendar-day-head span{border-radius:999px;background:#edf3ee;color:#246b49;font-size:.76rem;font-weight:800;padding:3px 8px}.calendar-items{display:grid;gap:6px}.calendar-item{display:grid;gap:2px;width:100%;min-height:0;border:0;border-left:3px solid #234f6b;border-radius:6px;background:#eef4f7;color:#18201d;padding:7px 8px;text-align:left}.calendar-item strong,.calendar-item small{overflow-wrap:anywhere}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:18px;background:#18201d61;animation:modal-backdrop-in .14s ease-out}.modal{width:min(100%,460px);border:1px solid #d9e1db;border-radius:8px;background:#fff;padding:18px;box-shadow:0 24px 70px #18201d42;animation:modal-in .16s ease-out}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.modal-head h2{margin:0}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.modal-actions.split{grid-template-columns:1fr 1fr 1fr}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.entry{display:grid}.timeline-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d9e1db;border-radius:8px;background:#fff;padding:10px 12px}.entry-head{display:flex;justify-content:space-between;gap:12px}.photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;align-items:start}.photo-thumb{display:block;width:100%;min-width:0;aspect-ratio:4 / 3;overflow:hidden;border:0;border-radius:8px;background:transparent;padding:0}.photo-thumb img{display:block;width:100%;height:100%;object-fit:cover;border:1px solid #d9e1db;border-radius:8px}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:72px 18px 18px;background:#0a0e0ce0;animation:modal-backdrop-in .14s ease-out}.photo-lightbox-image{width:auto;height:auto;max-width:100%;max-height:calc(100vh - 108px);object-fit:contain;border-radius:8px;box-shadow:0 24px 70px #00000061}.photo-lightbox-actions{position:fixed;top:16px;right:16px;display:inline-flex;gap:10px}.photo-lightbox-actions .icon-button{color:#fff;border-color:#ffffff52;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:760px){.screen{padding-inline:12px}.create-strip,.calendar-grid.week,.calendar-grid.month,.file-actions,.forms-grid{grid-template-columns:1fr}.calendar-toolbar,.schedule-add-row{display:grid}.modal-actions,.modal-actions.split{grid-template-columns:1fr}.site-row,.page-title{align-items:flex-start}.profile-chip{grid-template-columns:34px;padding-right:4px}.profile-chip span{display:none}}
