:root{--green-950:#20372c;--green-900:#2b4638;--green-800:#355343;--green-700:#496a52;--green-600:#5e7d62;--green-500:#779279;--sage-200:#dfe8dc;--sage-100:#eef3eb;--cream:#f8f7f1;--paper:#fff;--ink:#243129;--muted:#68766c;--line:#dfe5dc;--danger:#a4443f;--shadow:0 18px 50px rgba(39,60,46,.11);--radius:22px;--radius-sm:14px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header,.app-header{height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(45,72,55,.09);position:sticky;top:0;z-index:50}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;color:var(--green-900);font-size:18px;letter-spacing:-.02em}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:var(--green-800);color:white;font-family:Georgia,serif;font-size:20px}.site-header nav,.app-header nav{display:flex;align-items:center;gap:22px}.site-header nav a,.app-header nav a{text-decoration:none;font-size:14px;font-weight:650;color:#536358}.site-header nav a:hover,.app-header nav a:hover{color:var(--green-900)}.nav-cta{padding:11px 16px;border-radius:12px;background:var(--green-800)!important;color:white!important}.mobile-nav-toggle{display:none;border:0;background:transparent;font-size:24px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border-radius:13px;border:1px solid transparent;text-decoration:none;font-weight:780;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--green-800);color:#fff;box-shadow:0 7px 18px rgba(53,83,67,.2)}.button-primary:hover{background:var(--green-900)}.button-secondary{background:#fff;border-color:#cfd9cc;color:var(--green-900)}.button-light{background:#fff;color:var(--green-900)}.button-ghost{border-color:rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.1)}.button-large{min-height:52px;padding:14px 22px}.full{width:100%}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:850;color:var(--green-600);margin-bottom:8px}.eyebrow.light{color:#e9f2e7}.hero{position:relative;min-height:670px;display:flex;align-items:center;background-image:var(--hero-image);background-size:cover;background-position:center 47%;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,62,46,.86) 0%,rgba(53,92,61,.64) 43%,rgba(111,147,102,.16) 78%,rgba(255,255,255,.04) 100%)}.hero-content{position:relative;width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:80px 0;max-width:var(--max)}.hero-content h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.045em;max-width:760px;margin:0 0 24px}.hero-content>p{font-size:20px;line-height:1.65;max-width:650px;margin:0 0 28px;color:#f4f8f1}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;font-size:13px;color:#eef5eb;font-weight:650}.trusted-strip{background:#fff;border-bottom:1px solid var(--line)}.trusted-strip>div{width:min(var(--max),calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0}.trusted-strip strong{color:var(--green-900)}.trusted-strip span{color:var(--muted);font-size:14px}.section{padding:96px 24px}.section.soft{background:var(--sage-100)}.section-heading{max-width:700px;margin:0 auto 48px;text-align:center}.section-heading h2,.split-copy h2,.cta-band h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(35px,4vw,52px);line-height:1.07;letter-spacing:-.035em;margin:0 0 16px;color:var(--green-950)}.section-heading p,.split-copy p{font-size:18px;color:var(--muted);margin:0}.steps-grid,.feature-grid{width:min(var(--max),100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card,.feature-grid article,.feature-grid>a{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 7px 24px rgba(44,68,51,.05);text-decoration:none}.step-card h3,.feature-grid h3{font-size:20px;margin:12px 0 8px}.step-card p,.feature-grid p{color:var(--muted);margin:0}.step-number{width:40px;height:40px;border-radius:13px;background:var(--sage-100);color:var(--green-800);display:grid;place-items:center;font-weight:850}.feature-grid article>span,.feature-grid>a>span{font-size:30px}.feature-grid{grid-template-columns:repeat(3,1fr)}.split-section{width:min(var(--max),calc(100% - 48px));margin:96px auto;display:grid;grid-template-columns:1.06fr .94fr;align-items:stretch;gap:56px}.split-section.reverse{grid-template-columns:.94fr 1.06fr}.split-section.reverse .split-media{order:2}.split-media{min-height:520px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.split-media img{width:100%;height:100%;object-fit:cover}.split-media.portrait img{object-position:center}.split-copy{display:flex;flex-direction:column;justify-content:center}.check-list{list-style:none;padding:0;margin:24px 0}.check-list li{padding:8px 0 8px 28px;position:relative;color:#4f5d53}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--green-600);font-weight:900}.tag-cloud{display:flex;gap:9px;flex-wrap:wrap;margin:25px 0}.tag-cloud span{padding:10px 13px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:700}.text-link{color:var(--green-700);font-weight:800;text-decoration:none}.cta-band{width:min(var(--max),calc(100% - 48px));margin:0 auto 90px;border-radius:32px;background:linear-gradient(125deg,var(--green-900),#6c896c);color:white;padding:50px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.cta-band h2{color:white;margin-bottom:8px}.cta-band p{margin:0;color:#e8efe5}.site-footer{padding:35px max(24px,calc((100vw - var(--max))/2));display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);background:#fff;color:var(--muted)}.site-footer>div{display:flex;gap:15px;align-items:center}.site-footer a{font-size:13px}.flash{position:fixed;z-index:100;top:86px;left:50%;transform:translateX(-50%);padding:12px 18px;border-radius:12px;box-shadow:var(--shadow);background:#fff;border:1px solid var(--line);font-weight:700;max-width:min(680px,calc(100% - 24px))}.flash-success{border-color:#9db79d}.flash-error{border-color:#d99b96;color:#813a35}.auth-page{background:linear-gradient(180deg,#eef3eb,#f8f7f1)}.auth-shell{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:60px 20px}.auth-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:36px;box-shadow:var(--shadow)}.auth-card-wide{width:min(800px,100%)}.auth-card h1{font-family:Georgia,serif;font-size:40px;line-height:1.05;margin:0 0 12px;color:var(--green-950)}.auth-card>p,.auth-intro p{color:var(--muted)}.center{text-align:center}.mail-icon,.invite-icon{width:70px;height:70px;margin:0 auto 18px;border-radius:22px;background:var(--sage-100);display:grid;place-items:center;font-size:31px}.auth-intro{margin-bottom:26px}.form-grid,.form-section,form{display:grid;gap:16px}.form-section{position:relative;padding:24px;border-radius:18px;background:#fbfcf9;border:1px solid var(--line)}.form-section h2{margin:0;font-size:20px}.form-section-number{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--green-800);color:#fff;font-weight:850}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:6px;font-size:13px;font-weight:750;color:#4a5a50}label small{font-weight:500;color:#849087}input,select,textarea{width:100%;border:1px solid #ccd7ca;background:#fff;border-radius:12px;padding:11px 12px;min-height:44px;color:var(--ink);outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:#789178;box-shadow:0 0 0 3px rgba(93,125,98,.12)}.checkbox-line{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px}.checkbox-line input{width:18px;min-height:18px;margin-top:2px}.checkbox-line span{font-weight:500}.auth-switch{text-align:center;font-size:14px}.form-errors,.success-box{padding:12px 14px;border-radius:12px;background:#fff0ef;border:1px solid #e4aaa5;color:#773e3a}.form-errors p{margin:0}.success-box{background:#eff7ed;border-color:#bad0b6;color:#456047}.form-row-between{display:flex;justify-content:flex-end}.app-page{background:#f4f5ef}.app-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:38px 0 80px}.wide-shell{width:min(1320px,calc(100% - 32px))}.narrow-shell{width:min(860px,calc(100% - 32px))}.workspace-bar,.page-heading,.horse-file-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:26px}.workspace-bar h1,.page-heading h1,.horse-file-hero h1{font-family:Georgia,serif;font-size:42px;line-height:1.05;margin:0;color:var(--green-950)}.workspace-bar small,.page-heading p,.horse-file-hero p{color:var(--muted);margin:5px 0 0}.workspace-switch{display:flex;align-items:center;gap:10px}.workspace-switch select{width:auto}.roster-summary,.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.roster-summary>div,.stats-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px}.roster-summary span,.stats-grid span{display:block;color:var(--muted);font-size:12px;font-weight:750}.roster-summary strong,.stats-grid strong{font-size:26px;color:var(--green-900);display:block;margin:3px 0}.roster-summary small,.stats-grid small{color:#849087;font-size:12px}.week-toolbar{display:grid;grid-template-columns:50px 1fr 50px;align-items:center;text-align:center;margin:24px 0 18px}.week-toolbar h2{margin:0;font-size:22px}.icon-button{width:46px;height:46px;border-radius:14px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;text-decoration:none;font-size:22px}.week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:start}.day-card{background:#fff;border:1px solid var(--line);border-radius:18px;min-height:250px;overflow:hidden}.day-card.today{border-color:#8ba58b;box-shadow:0 0 0 2px rgba(113,145,114,.10)}.day-card>header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid var(--line);background:#fbfcf9}.day-card.today>header{background:#edf4ea}.day-card header>div{display:flex;align-items:baseline;gap:6px}.day-card header span{text-transform:uppercase;font-size:10px;font-weight:850;color:var(--muted)}.day-card header strong{font-size:20px}.day-card header em{font-size:9px;color:var(--green-700);font-style:normal;font-weight:800}.day-add{width:30px;height:30px;border-radius:9px;border:1px solid #d2ddd0;background:#fff;color:var(--green-700);font-size:18px}.day-add:disabled{opacity:.35;cursor:not-allowed}.day-entries{padding:10px;display:grid;gap:8px}.empty-day{color:#9aa39c;font-size:11px;text-align:center;padding:28px 8px}.roster-entry{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;border:1px solid #e1e7df;border-radius:13px;padding:8px;background:#fff}.roster-entry.completed{background:#f1f6ee;opacity:.82}.roster-entry.vacation{background:#fff8e7}.avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:var(--sage-100);display:grid;place-items:center}.avatar img{width:100%;height:100%;object-fit:cover}.entry-copy{min-width:0}.entry-copy strong,.entry-copy span,.entry-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entry-copy strong{font-size:11px}.entry-copy span{font-size:9px;color:var(--muted)}.entry-copy small{font-size:8px;color:#667a69}.entry-note{font-style:italic!important}.entry-actions{display:flex;flex-direction:column;gap:3px}.entry-actions button{width:25px;height:25px;border-radius:7px;border:1px solid #d6ded4;background:#fff;color:#496653;padding:0}.roster-help{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.roster-help p{margin:5px 0;color:var(--muted);font-size:13px}.center-row{text-align:center;margin-bottom:15px}dialog{border:0;background:transparent;padding:0;max-width:calc(100% - 24px)}dialog::backdrop{background:rgba(20,34,26,.55);backdrop-filter:blur(3px)}.dialog-card{position:relative;background:#fff;width:min(480px,calc(100vw - 28px));padding:26px;border-radius:24px;box-shadow:0 30px 80px rgba(20,34,26,.25)}.dialog-card h2{margin:0 0 14px}.dialog-close{position:absolute;right:15px;top:15px;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:20px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:5px}.inline-error{color:var(--danger);font-size:13px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,30px);opacity:0;transition:.2s;background:var(--green-950);color:white;padding:12px 18px;border-radius:12px;z-index:200;pointer-events:none}.toast.bad{background:#8a3f3a}.toast.show{opacity:1;transform:translate(-50%,0)}.admin-grid,.two-panel{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;margin-bottom:18px}.panel h2{margin:0 0 16px;font-size:22px}.panel h3{margin:0 0 4px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}.panel-heading h2{margin:0}.invite-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.invite-options>form{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fbfcf9}.invite-options p{color:var(--muted);font-size:13px;margin:0}.copy-box{display:flex;gap:8px;margin-bottom:14px}.copy-box input{font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:760px}.table-wrap th,.table-wrap td{text-align:left;padding:12px 10px;border-bottom:1px solid #edf0eb;font-size:13px;vertical-align:middle}.table-wrap th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#78857c}.table-wrap td small{display:block;color:#8a948e}.table-action{border:1px solid #d4ddd2;background:#fff;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:750;color:#526555}.table-action.danger{color:var(--danger);border-color:#e3c4c1}.status,.pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf2ea;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.status-blocked,.status-revoked,.status-expired{background:#f8eae8;color:#874943}.status-accepted,.status-active{background:#eaf3e7;color:#48654b}.profile-form hr{border:0;border-top:1px solid var(--line);margin:8px 0}.profile-photo-row{display:flex;align-items:center;gap:18px}.profile-photo-preview,.horse-photo-preview{width:88px;height:88px;border-radius:24px;overflow:hidden;background:var(--sage-100);display:grid;place-items:center;font-size:34px}.profile-photo-preview img,.horse-photo-preview img{width:100%;height:100%;object-fit:cover}.upload-button{display:inline-flex;padding:10px 14px;border-radius:12px;border:1px solid #cfd9cc;background:#fff;cursor:pointer}.upload-button input{position:absolute;opacity:0;pointer-events:none}.toggle-stack{display:grid;align-content:end;gap:9px}.history-list{display:grid}.history-list article{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid var(--line)}.history-check{width:36px;height:36px;border-radius:12px;background:#eaf3e7;color:var(--green-700);display:grid;place-items:center;font-weight:900}.history-list article span,.history-list time{color:var(--muted);font-size:12px}.history-list article p{margin:5px 0 0}.horse-file-hero{align-items:center;background:#fff;border:1px solid var(--line);padding:22px;border-radius:24px}.horse-file-photo{width:100px;height:100px;border-radius:24px;overflow:hidden;background:var(--sage-100);display:grid;place-items:center;font-size:40px}.horse-file-photo img{width:100%;height:100%;object-fit:cover}.horse-file-hero>div:nth-child(2){flex:1}.horse-tabs{display:flex;gap:7px;overflow:auto;padding-bottom:10px;margin-bottom:12px}.horse-tabs a{white-space:nowrap;text-decoration:none;padding:10px 13px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px;font-weight:750;color:#607067}.horse-tabs a.active{background:var(--green-800);border-color:var(--green-800);color:#fff}.horse-overview{grid-template-columns:repeat(4,1fr)}.horse-overview>a{display:block}.horse-overview strong{display:block;color:var(--muted);font-size:12px}.record-list{display:grid;gap:10px}.record-list>div{padding:13px;border-radius:14px;border:1px solid var(--line);background:#fbfcf9}.record-list strong,.record-list span{display:block}.record-list span{font-size:11px;color:var(--muted)}.record-list p{font-size:13px;margin:6px 0;color:#56635a}.record-list a{font-size:12px;color:var(--green-700);font-weight:750}.wound-thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;float:left;margin-right:12px}.wound-thumb img{width:100%;height:100%;object-fit:cover}.choice-row{display:flex;gap:8px;flex-wrap:wrap}.choice-row label{position:relative}.choice-row input{position:absolute;opacity:0}.choice-row span{padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;display:block}.choice-row input:checked+span{background:var(--sage-100);border-color:#9eb39b}fieldset{border:1px solid var(--line);border-radius:14px;padding:12px}legend{font-size:12px;font-weight:800;color:#536358}.super-stats{grid-template-columns:repeat(6,1fr)}.bar-chart{display:grid;gap:5px;max-height:400px;overflow:auto}.bar-row{display:grid;grid-template-columns:42px 1fr 28px;gap:8px;align-items:center;font-size:10px}.bar-row>div{height:9px;background:#eef2eb;border-radius:10px;overflow:hidden}.bar-row i{display:block;height:100%;background:var(--green-600);border-radius:10px}.mini-list{display:grid}.mini-list>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.invite-page{background:linear-gradient(135deg,#e9f0e5,#faf8f1)}.invite-shell{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:50px 20px}.invite-card{width:min(680px,100%);background:#fff;border-radius:28px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}.invite-card.center{padding:45px}.invite-hero{padding:36px;background:linear-gradient(120deg,var(--green-900),#6f8d70);color:#fff}.invite-hero h1{font-family:Georgia,serif;font-size:38px;line-height:1.06;margin:0 0 12px}.invite-hero p{margin:0;color:#edf4e9}.invite-body{padding:30px}.legal-page{width:min(780px,calc(100% - 40px));margin:70px auto;min-height:60vh;background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px}.legal-page h1{font-family:Georgia,serif;font-size:42px;color:var(--green-950)}.legal-page h2{margin-top:30px}.legal-page p{color:#56655b}.site-footer strong{color:var(--green-900)}

/* Roster identity + advertentieplek */
.workspace-identity{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.workspace-brand-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:2px;color:var(--green-600);font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.workspace-brand-kicker:before{content:"M";display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:var(--green-800);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:13px;letter-spacing:0}.workspace-title{position:relative;margin:2px 0 0!important;padding-bottom:8px;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(38px,5vw,58px)!important;font-style:italic;font-weight:700;line-height:1.02;letter-spacing:-.035em;color:var(--green-950)}.workspace-title:after{content:"";position:absolute;left:2px;bottom:0;width:min(150px,55%);height:2px;border-radius:999px;background:linear-gradient(90deg,var(--green-600),transparent)}.workspace-location{margin-top:7px;color:var(--muted);font-size:13px}.advertising-slot{margin:26px 0 8px}.advertising-label{display:block;margin:0 0 6px 4px;color:#89948d;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.advertising-placeholder{min-height:104px;border:1px dashed #bfc9bd;border-radius:18px;background:rgba(255,255,255,.68);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 24px;color:#708077}.advertising-placeholder strong{font-size:14px;color:#5d6e63}.advertising-placeholder small{margin-top:4px;font-size:11px;max-width:520px}.form-section label>small{display:block;margin:4px 0 8px;color:var(--muted);font-weight:500;line-height:1.4}
@media(max-width:1050px){.week-grid{grid-template-columns:repeat(4,1fr)}.super-stats{grid-template-columns:repeat(3,1fr)}.horse-overview{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.site-header,.app-header{padding:0 18px;height:66px}.site-header nav,.app-header nav{display:none;position:absolute;top:66px;left:10px;right:10px;flex-direction:column;align-items:stretch;background:#fff;padding:14px;border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--line)}.site-header nav.open,.app-header nav.open{display:flex}.mobile-nav-toggle{display:block}.hero{min-height:610px}.hero-content{width:calc(100% - 36px)}.hero-content h1{font-size:54px}.trusted-strip>div{flex-direction:column;align-items:flex-start}.steps-grid,.feature-grid{grid-template-columns:1fr 1fr}.split-section,.split-section.reverse{grid-template-columns:1fr;gap:28px;margin:65px auto}.split-section.reverse .split-media{order:0}.split-media{min-height:380px}.cta-band{padding:35px;align-items:flex-start;flex-direction:column}.week-grid{grid-template-columns:repeat(2,1fr)}.admin-grid,.two-panel{grid-template-columns:1fr}.stats-grid,.roster-summary{grid-template-columns:repeat(2,1fr)}.invite-options{grid-template-columns:1fr}.workspace-bar,.page-heading{align-items:flex-start;flex-direction:column}.horse-file-hero{align-items:flex-start;flex-wrap:wrap}.horse-file-hero .button{width:100%}.super-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.section{padding:68px 18px}.hero-content h1{font-size:44px}.hero-content>p{font-size:17px}.hero-actions .button{width:100%}.hero-proof{gap:10px;flex-direction:column}.steps-grid,.feature-grid,.horse-overview{grid-template-columns:1fr}.split-section{width:calc(100% - 36px)}.split-media{min-height:290px;border-radius:24px}.cta-band{width:calc(100% - 36px);padding:28px}.site-footer{flex-direction:column;padding:28px 18px}.site-footer>div{flex-wrap:wrap}.auth-card{padding:26px 20px}.two-cols{grid-template-columns:1fr}.app-shell,.narrow-shell,.wide-shell{width:calc(100% - 20px);padding-top:22px}.workspace-bar h1,.page-heading h1,.horse-file-hero h1{font-size:34px}.roster-summary,.stats-grid,.super-stats{grid-template-columns:1fr 1fr;gap:8px}.roster-summary>div,.stats-grid article{padding:13px}.roster-summary strong,.stats-grid strong{font-size:21px}.week-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.day-card{min-width:84vw;scroll-snap-align:center;min-height:230px}.week-toolbar{grid-template-columns:44px 1fr 44px}.roster-help{align-items:flex-start;flex-direction:column}.roster-help .button{width:100%}.panel{padding:18px}.copy-box{flex-direction:column}.profile-photo-row{align-items:flex-start}.history-list article{grid-template-columns:38px 1fr}.history-list time{grid-column:2}.horse-file-photo{width:78px;height:78px}.invite-body,.invite-hero{padding:24px}.invite-hero h1{font-size:32px}.legal-page{padding:25px 20px}.legal-page h1{font-size:34px}}

@media(max-width:560px){.workspace-title{font-size:38px!important}.advertising-placeholder{min-height:112px;padding:16px}.advertising-placeholder small{max-width:280px}}

/* ===== Mestrooster.nl v1.2 - wervende homepage ===== */
.landing-v12{background:#fbfaf6}.landing-v12 .hero-v12{min-height:650px}.landing-v12 .hero-v12 .hero-overlay{background:linear-gradient(90deg,rgba(42,72,48,.82) 0%,rgba(74,109,65,.57) 47%,rgba(130,157,103,.14) 78%,rgba(255,255,255,.03) 100%)}
.landing-v12 .hero-content{padding-top:95px;padding-bottom:110px}.landing-v12 .hero-content h1{max-width:690px}.roster-name-showcase{position:relative;z-index:4;width:min(1040px,calc(100% - 48px));margin:-42px auto 20px;min-height:112px;padding:18px 44px;border-radius:21px;border:1px solid #dfdfd0;background:rgba(255,253,246,.98);box-shadow:0 15px 40px rgba(45,68,49,.12);display:flex;align-items:center;justify-content:center;gap:34px;text-align:center}.roster-name-showcase div{display:flex;align-items:baseline;justify-content:center;gap:14px;flex-wrap:wrap}.roster-name-showcase strong{font-family:"Brush Script MT","Segoe Script",Georgia,serif;font-size:clamp(42px,6vw,72px);font-weight:500;line-height:1;color:#58764d}.roster-name-showcase small{font-family:Georgia,"Times New Roman",serif;font-size:17px;font-style:italic;color:#505d52}.roster-flourish{font-size:34px;color:#b6b78f}.roster-flourish.mirror{transform:scaleX(-1)}
.home-community{margin-top:42px}.home-benefits .section-heading{margin-bottom:38px}.home-feature-grid{grid-template-columns:repeat(6,1fr);gap:12px}.home-feature-grid article{padding:22px 15px;text-align:center;border-radius:18px}.home-feature-grid .feature-icon{width:50px;height:50px;margin:0 auto 10px;border-radius:16px;background:#edf3e8;display:grid;place-items:center;font-size:25px}.home-feature-grid h3{font-size:16px;line-height:1.25}.home-feature-grid p{font-size:13px;line-height:1.5}
.agenda-section{background:#fff}.agenda-intro{width:min(var(--max),100%);margin:auto;display:grid;grid-template-columns:.8fr 1.4fr;gap:55px;align-items:start}.agenda-intro h2,.contact-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:0 0 16px;color:var(--green-950)}.agenda-intro>div:first-child>p{color:var(--muted);font-size:17px}.agenda-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.agenda-features>div{min-height:70px;padding:15px;border:1px solid var(--line);border-radius:15px;background:var(--cream);display:flex;align-items:center;gap:10px;color:#4e7742;font-weight:900}.agenda-features span{color:var(--ink);font-weight:700}.agenda-demo{width:min(var(--max),100%);margin:38px auto 0;padding:22px;border-radius:22px;background:#eef4e9;border:1px solid #dbe5d4;display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.agenda-demo-day{min-height:112px;padding:14px 10px;border-radius:15px;background:#fff;border:1px solid #dce4d8;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 5px 18px rgba(44,68,51,.05)}.agenda-demo-day>span{text-transform:uppercase;font-size:11px;font-weight:850;color:var(--green-600)}.agenda-demo-day>strong{font-family:Georgia,serif;font-size:30px;color:var(--green-950)}.agenda-demo-day>small{margin-top:4px;color:#5f6d62}.agenda-demo-day.agenda-open{border-style:dashed;background:#f9fbf7}.agenda-demo-day.agenda-open small{color:#8c988e}
.how-section{padding-top:82px}.home-steps .step-card{position:relative;text-align:center}.home-steps .step-number{margin:auto}.quote-band{width:min(var(--max),calc(100% - 48px));margin:0 auto 75px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quote-card{min-height:170px;border-radius:20px;border:1px solid #e0e5db;background:linear-gradient(145deg,#fff,#f3f4ed);padding:25px;box-shadow:0 8px 30px rgba(47,67,49,.06);position:relative}.quote-card>span{position:absolute;top:10px;left:17px;font-family:Georgia,serif;font-size:58px;line-height:1;color:#5e823e}.quote-card blockquote{margin:35px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.45;font-style:italic;color:#3c4b3f}.horse-info-section{margin-bottom:75px}.home-cta{margin-bottom:0;border-radius:0;width:100%;max-width:none;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}
.contact-section{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:82px 0;display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.contact-copy p{max-width:680px;color:var(--muted);font-size:17px}.contact-mail{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:13px 17px;border-radius:13px;background:#edf3e8;color:var(--green-900);font-weight:800;text-decoration:none}.contact-note{min-height:180px;padding:30px;border-radius:24px;background:linear-gradient(145deg,#334e3b,#547352);color:#fff;display:flex;flex-direction:column;justify-content:center}.contact-note strong{font-family:Georgia,serif;font-size:32px}.contact-note span{margin-top:8px;color:#ecf3e9}.homepage-ad{width:min(970px,calc(100% - 48px));margin:0 auto 38px}.footer-made{font-size:13px;color:#6d786f}.footer-made strong{font-weight:800}.footer-links{justify-content:flex-end}
@media(max-width:1050px){.home-feature-grid{grid-template-columns:repeat(3,1fr)}.agenda-intro{grid-template-columns:1fr}.agenda-demo{grid-template-columns:repeat(4,1fr)}.contact-section{grid-template-columns:1fr}.quote-band{grid-template-columns:1fr}.quote-card{min-height:120px}.site-footer{flex-wrap:wrap}}
@media(max-width:820px){.roster-name-showcase{margin-top:-28px;padding:18px 20px}.roster-flourish{display:none}.home-feature-grid{grid-template-columns:repeat(2,1fr)}.agenda-features{grid-template-columns:1fr}.agenda-demo{grid-template-columns:repeat(2,1fr)}.home-cta{width:100%;padding-left:22px;padding-right:22px}.contact-section{width:calc(100% - 36px);padding:62px 0}.homepage-ad{width:calc(100% - 36px)}.footer-made{order:3;width:100%}}
@media(max-width:560px){.landing-v12 .hero-v12{min-height:600px}.landing-v12 .hero-content{padding-top:70px;padding-bottom:75px}.roster-name-showcase{width:calc(100% - 28px);min-height:92px;margin-top:-24px}.roster-name-showcase strong{font-size:44px}.roster-name-showcase small{font-size:14px}.home-feature-grid{grid-template-columns:1fr}.agenda-demo{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.agenda-demo-day{min-width:145px;scroll-snap-align:center}.contact-mail{width:100%;justify-content:center}.site-footer{align-items:flex-start}.footer-links{justify-content:flex-start}}

/* ===== v1.3 - hulp, PWA-installatie en registratie-uitleg ===== */
.roster-url-note{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;background:#eef4e9;border:1px solid #d8e3d3;color:#56655a;font-size:13px}.roster-url-note strong{color:var(--green-900);font-size:14px}.roster-url-note code,.help-example code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#fff;border:1px solid #d8e1d5;border-radius:8px;padding:3px 7px;color:#385142;overflow-wrap:anywhere}.help-page{background:linear-gradient(180deg,#edf3e9 0,#fbfaf6 360px)}.help-shell{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:62px 0 90px}.help-hero{max-width:830px;margin:0 auto 46px;text-align:center}.help-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,68px);line-height:1;letter-spacing:-.04em;color:var(--green-950);margin:0 0 18px}.help-hero>p{font-size:18px;color:var(--muted);max-width:720px;margin:0 auto}.help-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.help-grid.compact{margin-top:26px}.help-card,.install-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 10px 34px rgba(44,68,51,.06)}.help-icon{width:52px;height:52px;border-radius:17px;background:#edf3e8;display:grid;place-items:center;font-size:25px}.help-card h2{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.1;color:var(--green-950);margin:18px 0 10px}.help-card p{color:var(--muted)}.help-card ul{margin:16px 0 0;padding-left:21px;color:#526057}.help-card li+li{margin-top:7px}.help-example{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:15px;background:var(--cream);margin:16px 0}.help-example>span{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:850;color:var(--green-600)}.help-example>strong{font-family:"Brush Script MT","Segoe Script",Georgia,serif;font-size:32px;font-weight:500;color:#58764d}.help-note{font-size:13px}.install-section{margin:82px 0 0;padding:68px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.install-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:980px;margin:0 auto}.install-title{display:flex;align-items:center;gap:14px}.install-title>span{width:58px;height:58px;border-radius:18px;background:#edf3e8;display:grid;place-items:center;font-size:30px}.install-title small{display:block;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:var(--green-600)}.install-title h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin:2px 0;color:var(--green-950)}.install-card ol{padding-left:22px;margin:24px 0}.install-card li+li{margin-top:12px}.install-hint{font-size:12px;color:#77847b;margin-top:13px}.install-app-button[hidden]{display:none}.install-app-button{margin-top:8px}.help-card a{color:var(--green-700)}
@media(max-width:900px){.help-grid{grid-template-columns:1fr}.install-grid{grid-template-columns:1fr}.help-grid.compact{grid-template-columns:1fr}.help-shell{width:calc(100% - 30px)}}
@media(max-width:560px){.help-shell{padding-top:38px}.help-card,.install-card{padding:22px}.help-actions .button{width:100%}.help-hero h1{font-size:44px}.install-section{margin-top:50px;padding:50px 0}}

/* ===== Mestrooster.nl v1.8 - visuele roosterrefresh op basis van de originele mestapp ===== */
.roster-page-v18{background:linear-gradient(180deg,#eef3e9 0,#f5f6f0 340px,#f7f7f2 100%)}
.roster-page-v18 .app-header{background:rgba(255,255,255,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(70,91,72,.15);box-shadow:0 8px 28px rgba(43,62,47,.06)}
.roster-shell-v18{width:min(1180px,calc(100% - 32px));padding-top:28px}
.roster-photo-hero{position:relative;min-height:310px;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.82);box-shadow:0 24px 54px rgba(34,54,39,.18),0 5px 16px rgba(34,54,39,.08)}
.roster-photo-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%}
.roster-photo-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,46,32,.72) 0%,rgba(42,67,48,.48) 44%,rgba(49,73,53,.10) 72%,rgba(255,255,255,.02) 100%)}
.roster-photo-hero-content{position:relative;z-index:2;min-height:310px;padding:38px 42px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;color:#fff}
.roster-hero-kicker{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:#edf5e8;margin-bottom:7px;text-shadow:0 1px 5px rgba(0,0,0,.18)}
.roster-photo-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,74px);line-height:.95;letter-spacing:-.04em;margin:0;text-shadow:0 3px 18px rgba(0,0,0,.25)}
.roster-photo-hero p{margin:12px 0 0;font-size:15px;font-weight:650;color:rgba(255,255,255,.92);text-shadow:0 1px 6px rgba(0,0,0,.25)}
.roster-hero-switch{min-width:220px;padding:11px 13px;border-radius:16px;background:rgba(255,255,255,.88);color:#3e5242;box-shadow:0 10px 26px rgba(24,41,28,.16);backdrop-filter:blur(12px)}
.roster-hero-switch select{background:#fff}
.quick-days-v18{position:relative;z-index:4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:-42px 24px 26px}
.quick-day-v18{min-width:0;border:2px solid #686d69;border-radius:24px;padding:16px;background:#fbf1b8;box-shadow:0 16px 28px rgba(42,49,45,.14),0 2px 0 rgba(67,73,69,.26),inset 0 1px 0 rgba(255,255,255,.76)}
.quick-day-v18.is-tomorrow{background:#f2dfa2}
.quick-day-v18-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.quick-day-v18-head strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1;color:#29312c}
.quick-day-v18-head span{display:block;margin-top:5px;font-size:11px;font-weight:750;color:#5b635f}
.quick-add-v18{width:38px;height:38px;border-radius:12px;border:1px solid #79817c;background:rgba(255,255,255,.78);color:#324137;font-size:22px;font-weight:800;box-shadow:0 3px 8px rgba(44,54,46,.06)}
.quick-slots-v18{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.quick-person-v18,.quick-empty-v18{min-height:64px;border:1.5px solid #909893;border-radius:15px;background:#fff;box-shadow:0 4px 10px rgba(42,49,45,.06)}
.quick-person-v18{display:flex;align-items:center;gap:9px;padding:8px}.quick-person-v18.is-complete{background:#eff5eb;border-color:#a9bba4}
.quick-avatar-v18{width:44px;height:44px;flex:0 0 44px;border-radius:13px;overflow:hidden;background:#eef2ea;display:grid;place-items:center;font-size:20px}.quick-avatar-v18 img{width:100%;height:100%;object-fit:cover}
.quick-copy-v18{display:grid;min-width:0;gap:1px}.quick-copy-v18 strong{font-size:13px;line-height:1.15;color:#263228;overflow:hidden;text-overflow:ellipsis}.quick-copy-v18 span{font-size:9px;font-weight:650;color:#727a74;overflow:hidden;text-overflow:ellipsis}.quick-copy-v18 small{font-size:9px;font-weight:800;color:#55724f}
.quick-empty-v18{width:100%;grid-column:1/-1;padding:9px 11px;display:flex;align-items:center;gap:10px;text-align:left;color:#37413b}.quick-empty-v18>span{width:34px;height:34px;border-radius:11px;background:#fff7d2;border:1px solid #81785c;color:#6d5910;display:grid;place-items:center;font-size:20px;font-weight:950}.quick-empty-v18 div{display:grid}.quick-empty-v18 strong{font-size:13px}.quick-empty-v18 small{font-size:10px;color:#707771}.quick-more-v18{grid-column:1/-1;text-align:center;font-size:10px;font-weight:800;color:#626b65}
.roster-week-overview-v18{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;align-items:stretch;margin:0 0 16px;padding:0 4px}
.roster-week-copy-v18{padding:24px 26px;border:1px solid #d6dfd2;border-radius:22px;background:rgba(255,255,255,.90);box-shadow:0 8px 28px rgba(44,61,47,.06)}
.roster-week-copy-v18 h2{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,4vw,45px);line-height:1.02;letter-spacing:-.035em;color:#2b3f31}
.roster-week-copy-v18 p{margin:0;color:#68746b;font-size:14px;max-width:680px}
.roster-goal-v18{padding:22px;border-radius:22px;background:linear-gradient(145deg,#3b5742,#668062);color:#fff;box-shadow:0 13px 30px rgba(47,70,52,.17);display:flex;flex-direction:column;justify-content:center}.roster-goal-v18.is-done{background:linear-gradient(145deg,#456748,#78916d)}
.roster-goal-line-v18{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.roster-goal-line-v18 span{font-size:12px;font-weight:750;color:#edf4ea}.roster-goal-line-v18 strong{font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1}
.roster-progress-v18{height:10px;border-radius:999px;background:rgba(255,255,255,.24);overflow:hidden;margin:15px 0 9px}.roster-progress-v18 span{display:block;height:100%;border-radius:inherit;background:#fff4b8;box-shadow:0 0 12px rgba(255,244,184,.28)}
.roster-goal-v18 small{font-size:11px;font-weight:750;color:#f1f5ef}
.roster-summary-v18{margin:0 4px 18px;gap:10px}.roster-summary-v18>div{border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 6px 18px rgba(48,65,51,.05);border:1px solid #dde4d9}.roster-summary-v18 strong{font-family:Georgia,"Times New Roman",serif;color:#304536}
.week-nav-v18{display:flex;align-items:center;justify-content:center;gap:10px;margin:12px 0 18px}.week-arrow-v18,.week-today-v18{height:42px;display:grid;place-items:center;border-radius:13px;text-decoration:none;border:1px solid #c8d2c5;background:#fff;color:#405143;font-weight:850;box-shadow:0 4px 12px rgba(47,63,49,.05)}.week-arrow-v18{width:44px;font-size:21px}.week-today-v18{padding:0 19px;font-size:12px}.week-today-v18.active{background:#e7efe3;border-color:#aec0a8;color:#34523a}
.week-grid-v18{gap:12px}.day-card-v18{min-height:300px;border-radius:22px;border:1px solid #d5ddd2;background:rgba(255,255,255,.94);box-shadow:0 10px 26px rgba(48,65,51,.07);overflow:hidden}.day-card-v18.today{border:2px solid #738a69;box-shadow:0 14px 32px rgba(63,89,65,.13)}.day-card-v18.past{opacity:.72;filter:saturate(.75)}
.day-head-v18{padding:13px 13px 11px;border-bottom:1px solid #e4e8e1;background:linear-gradient(180deg,#fafbf8,#f3f6f1);display:flex;align-items:flex-start;justify-content:space-between}.day-card-v18.today .day-head-v18{background:linear-gradient(180deg,#eef4e9,#e3ecde)}
.day-date-v18{display:grid;gap:0}.day-date-v18 span{text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:900;color:#61705f}.day-date-v18 strong{font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1;color:#2b3c2f}.day-date-v18 small{font-size:9px;color:#8a938b;margin-top:3px}
.day-head-actions-v18{display:flex;align-items:center;gap:6px}.day-head-actions-v18 em{font-style:normal;font-size:9px;font-weight:900;color:#49644b;background:#fff;border:1px solid #cad8c6;padding:5px 7px;border-radius:999px}.day-head-v18 .day-add{width:34px;height:34px;border-radius:11px;background:#fff;border:1px solid #c5d0c2;color:#3f5643;font-size:20px;box-shadow:0 2px 7px rgba(48,65,51,.05)}.day-head-v18 .day-add:disabled{opacity:.35}
.day-entries-v18{padding:10px;display:grid;gap:8px}.roster-entry-v18{position:relative;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:9px;padding:9px;border-radius:14px;border:1px solid #dce4d9;background:#fff;box-shadow:0 3px 10px rgba(47,63,49,.04)}.roster-entry-v18.mine{border-color:#a8baa3;background:#f7faf5}.roster-entry-v18.completed{background:#eef5eb;border-color:#b8c9b2}.roster-entry-v18.vacation{background:#f4f2e8;border-color:#ded7bd}
.avatar-v18{width:44px;height:44px;border-radius:13px;overflow:hidden;background:#edf1ea;display:grid;place-items:center}.avatar-v18 img{width:100%;height:100%;object-fit:cover}.entry-copy-v18{display:grid;min-width:0}.entry-copy-v18 strong{font-size:13px;line-height:1.15;color:#2b382f;overflow-wrap:anywhere}.entry-copy-v18 span{font-size:9px;font-weight:650;color:#778078}.entry-copy-v18 small{font-size:9px;line-height:1.25;color:#5b715b;margin-top:2px}.entry-actions-v18{display:flex;flex-direction:column;gap:4px}.entry-actions-v18 button{width:29px;height:29px;border-radius:9px;border:1px solid #cad4c7;background:#f6f8f4;color:#405943;font-weight:900}.entry-actions-v18 button:hover{background:#e9f0e5}
.empty-day-v18{width:100%;min-height:108px;border:1.5px dashed #cbd4c7;border-radius:15px;background:#fafbf8;color:#67736a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.empty-day-v18>span{font-size:25px;color:#789074}.empty-day-v18 strong{font-size:12px;color:#57655a}.empty-day-v18 small{font-size:9px}.empty-day-v18:disabled{cursor:default;opacity:.6}
.roster-help-v18{margin-top:22px;border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 8px 24px rgba(48,65,51,.05)}.advertising-slot-v18{margin-top:24px}
@media(max-width:900px){.roster-photo-hero,.roster-photo-hero-content{min-height:270px}.roster-photo-hero-content{padding:30px}.roster-week-overview-v18{grid-template-columns:1fr}.quick-days-v18{margin-left:12px;margin-right:12px}.week-grid-v18{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.roster-shell-v18{width:calc(100% - 18px);padding-top:12px}.roster-photo-hero{min-height:225px;border-radius:23px}.roster-photo-hero-content{min-height:225px;padding:22px 19px;align-items:flex-end}.roster-photo-hero h1{font-size:42px}.roster-photo-hero p{font-size:12px}.roster-hero-switch{display:none}.quick-days-v18{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:-28px 7px 18px}.quick-day-v18{padding:10px;border-radius:18px}.quick-day-v18-head strong{font-size:18px}.quick-day-v18-head span{font-size:9px}.quick-add-v18{width:31px;height:31px;border-radius:10px;font-size:18px}.quick-slots-v18{grid-template-columns:1fr;gap:6px}.quick-person-v18,.quick-empty-v18{min-height:52px}.quick-avatar-v18{width:36px;height:36px;flex-basis:36px;border-radius:10px}.quick-copy-v18 strong{font-size:11px}.quick-copy-v18 span,.quick-copy-v18 small{font-size:8px}.roster-week-copy-v18{padding:19px}.roster-week-copy-v18 h2{font-size:33px}.roster-goal-v18{padding:18px}.roster-summary-v18{grid-template-columns:repeat(3,1fr)!important}.roster-summary-v18>div{padding:10px 8px!important}.roster-summary-v18>div span{font-size:8px}.roster-summary-v18 strong{font-size:19px!important}.roster-summary-v18 small{font-size:8px}.week-grid-v18{display:grid!important;grid-template-columns:1fr 1fr!important;overflow:visible!important;scroll-snap-type:none!important;gap:8px}.day-card-v18{min-width:0!important;min-height:250px;border-radius:17px}.day-head-v18{padding:10px}.day-date-v18 strong{font-size:26px}.day-head-v18 .day-add{width:30px;height:30px}.day-entries-v18{padding:7px;gap:6px}.roster-entry-v18{grid-template-columns:36px 1fr;padding:7px;gap:6px}.avatar-v18{width:36px;height:36px;border-radius:10px}.entry-copy-v18 strong{font-size:11px}.entry-copy-v18 span,.entry-copy-v18 small{font-size:7.5px}.entry-actions-v18{grid-column:1/-1;flex-direction:row;justify-content:flex-end}.entry-actions-v18 button{width:27px;height:27px}.empty-day-v18{min-height:82px}.roster-help-v18{align-items:flex-start;flex-direction:column}.roster-help-v18 .button{width:100%}}
@media(max-width:420px){.roster-photo-hero{min-height:205px}.roster-photo-hero-content{min-height:205px;padding:18px 16px}.roster-photo-hero h1{font-size:36px}.quick-day-v18{padding:8px}.quick-day-v18-head strong{font-size:16px}.quick-empty-v18{padding:7px}.quick-empty-v18>span{width:29px;height:29px}.week-grid-v18{grid-template-columns:1fr!important}.day-card-v18{min-height:220px}.roster-summary-v18{grid-template-columns:1fr 1fr!important}.roster-summary-v18>div:last-child{grid-column:1/-1}}

/* ===== Mestrooster.nl v1.9 - rustige, vriendelijke voorpagina ===== */
.landing-v19{background:#fbfaf6}
.landing-v19 .site-header{background:rgba(255,255,255,.96);box-shadow:0 4px 18px rgba(48,68,52,.04)}
.landing-v19 .brand{font-family:Georgia,"Times New Roman",serif;font-size:21px}
.home-v19{padding:30px 18px 0}
.home19-hero-wrap{width:min(1240px,100%);margin:0 auto 58px}
.home19-hero{min-height:500px;display:grid;grid-template-columns:1.06fr .94fr;border:1px solid #e6e8df;border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 20px 54px rgba(42,62,46,.08)}
.home19-hero-copy{position:relative;z-index:2;padding:44px 42px 40px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(100deg,#fff 0%,#fff 80%,rgba(255,255,255,.92) 100%)}
.home19-pill{align-self:flex-start;padding:7px 14px;border-radius:999px;background:#eef3eb;color:#496a52;font-size:11px;letter-spacing:.13em;font-weight:900}
.home19-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,5.1vw,70px);line-height:.98;letter-spacing:-.042em;color:#20372c;margin:18px 0 15px}
.home19-hero h1 span{font-family:Georgia,serif;color:#e5a526;font-size:.62em;font-weight:400;vertical-align:top;margin-left:5px}
.home19-lead{max-width:620px;margin:0;color:#56645b;font-size:19px;line-height:1.62}
.home19-checks{list-style:none;padding:0;margin:26px 0 25px;display:grid;gap:9px;color:#425247}
.home19-checks li{position:relative;padding-left:31px;font-size:16px}
.home19-checks li:before{content:'✓';position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#456b51;color:#fff;font-size:12px;font-weight:900}
.home19-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:2px}
.home19-actions .button{min-width:225px}
.home19-text-link{font-weight:800;color:#385443;text-decoration:none;border-bottom:1px solid #aebdaf;padding:5px 0}
.home19-small{max-width:520px;margin:12px 0 0;color:#758078;font-size:12px;line-height:1.5}
.home19-hero-photo{min-height:500px;display:flex;align-items:center;justify-content:center;padding:16px;background:linear-gradient(90deg,rgba(255,255,255,.46) 0%,rgba(255,255,255,.05) 28%,rgba(255,255,255,0) 52%),linear-gradient(180deg,#f5f1e8 0%,#f2efe6 100%)}.home19-hero-photo img{display:block;width:100%;height:auto;max-width:650px;max-height:455px;object-fit:contain;border-radius:22px;box-shadow:0 14px 34px rgba(42,62,46,.07)}
.home19-feature-row{position:relative;margin:-1px 32px 0;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e9e9e1;border-top:0;border-radius:0 0 25px 25px;overflow:hidden;box-shadow:0 13px 34px rgba(46,66,49,.055)}
.home19-feature-row article{padding:28px 22px 25px;text-align:center;border-right:1px solid #ecece5}
.home19-feature-row article:last-child{border-right:0}
.home19-feature-row h2{font-size:17px;margin:12px 0 7px;color:#20372c}
.home19-feature-row p{margin:0;color:#6a766d;font-size:13px;line-height:1.55}
.home19-icon{width:62px;height:62px;margin:0 auto;border-radius:50%;display:grid;place-items:center;font-size:27px;font-weight:900;background:#edf4e9;color:#47694f}
.home19-icon.amber{background:#fff3d9;color:#e6a11c}.home19-icon.coral{background:#fde6e3;color:#e96860}.home19-icon.violet{background:#f0e7fb;color:#8663bd}
.home19-trust{width:min(700px,calc(100% - 40px));margin:18px auto 0;min-height:52px;padding:12px 18px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:#f1f3ed;color:#667168;font-size:13px;text-align:center}
.home19-trust strong{color:#48584d}
.home19-section{width:min(1180px,calc(100% - 20px));margin:0 auto;padding:76px 0}
.home19-heading{max-width:760px;margin:0 auto 38px;text-align:center}.home19-heading.compact{margin-bottom:30px}
.home19-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4.6vw,54px);line-height:1.05;letter-spacing:-.035em;color:#20372c;margin:0 0 14px}
.home19-heading p{color:#6b776e;font-size:17px;margin:0}
.home19-agenda-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.home19-agenda-grid article{min-height:155px;padding:24px;border:1px solid #e3e7df;border-radius:21px;background:#fff;box-shadow:0 8px 24px rgba(43,61,46,.045)}
.home19-agenda-grid article>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#eff4eb;color:#4f744f;font-weight:900}
.home19-agenda-grid article:nth-child(2)>span,.home19-agenda-grid article:nth-child(5)>span{background:#fff2da;color:#dc9e24}
.home19-agenda-grid article:nth-child(3)>span,.home19-agenda-grid article:nth-child(4)>span{background:#fde9e6;color:#e06b63}
.home19-agenda-grid article:nth-child(6)>span{background:#f1e9f8;color:#8463aa}
.home19-agenda-grid h3{font-size:17px;margin:13px 0 5px;color:#24372b}.home19-agenda-grid p{margin:0;color:#717c74;font-size:13px;line-height:1.55}
.home19-how{padding-top:55px}
.home19-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home19-steps article{display:flex;gap:16px;align-items:flex-start;padding:25px;border-radius:22px;background:#fff;border:1px solid #e3e7df;box-shadow:0 8px 26px rgba(44,64,48,.04)}
.home19-step-no{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#5c8456;color:#fff;font-weight:900}.home19-step-no.amber{background:#e4a72d}.home19-step-no.coral{background:#df7168}
.home19-steps h3{margin:1px 0 6px;font-size:18px;color:#20372c}.home19-steps p{margin:0;color:#6f7a72;font-size:13px;line-height:1.55}
.home19-quotes{width:min(1080px,calc(100% - 36px));margin:0 auto 75px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home19-quotes article{position:relative;padding:26px 25px 22px;border:1px solid #e4e6df;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(43,61,46,.045)}
.home19-quotes article>span{font-family:Georgia,serif;font-size:48px;line-height:.7;color:#6c8e63}.home19-quotes p{font-family:Georgia,"Times New Roman",serif;font-style:italic;color:#455248;line-height:1.55;margin:12px 0}.home19-quotes small{color:#7a847d}
.home19-contact{width:min(1080px,calc(100% - 36px));margin:0 auto 28px;padding:34px 40px;border-radius:24px;background:linear-gradient(120deg,#36573e,#5e7d57);display:flex;align-items:center;justify-content:space-between;gap:25px;color:#fff;box-shadow:0 15px 34px rgba(43,70,48,.12)}
.home19-contact h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:0 0 6px}.home19-contact p{margin:0;color:#e9f0e6}.home19-contact a{display:inline-flex;align-items:center;min-height:48px;padding:12px 18px;border-radius:14px;background:#fff;color:#2d4c36;font-weight:850;text-decoration:none;white-space:nowrap}
.home19-ad{margin-bottom:40px}
.home19-lead{font-size:17px;line-height:1.55;margin-bottom:18px}.home19-checks{margin:0 0 20px}.home19-checks li{padding:5px 0 5px 31px}.home19-pill{padding:7px 14px;font-size:10px}.home19-hero-copy .button-large{min-height:48px;padding:12px 20px}
@media(max-width:980px){.home19-hero{grid-template-columns:1fr;min-height:0}.home19-hero-copy{padding:42px 36px 36px}.home19-hero-photo{min-height:320px;padding:14px}.home19-hero-photo img{max-height:300px}.home19-feature-row{grid-template-columns:repeat(2,1fr)}.home19-feature-row article:nth-child(2){border-right:0}.home19-feature-row article:nth-child(-n+2){border-bottom:1px solid #ecece5}.home19-webapp-strip{grid-template-columns:1fr;gap:16px;padding:24px}.home19-agenda-grid,.home19-steps,.home19-quotes{grid-template-columns:1fr 1fr}.home19-quotes article:last-child{grid-column:1/-1}.home19-contact{align-items:flex-start;flex-direction:column}.schedule-usage-tips{grid-template-columns:1fr}}
@media(max-width:720px){.home-v19{padding:16px 9px 0}.home19-hero{border-radius:24px}.home19-hero-copy{padding:34px 25px 30px}.home19-hero h1{font-size:49px}.home19-lead{font-size:16px}.home19-hero-photo{min-height:275px;padding:12px}.home19-hero-photo img{max-height:245px;border-radius:18px}.home19-feature-row{margin:0 8px;grid-template-columns:1fr 1fr}.home19-feature-row article{padding:23px 13px}.home19-trust,.home19-webapp-strip{border-radius:18px}.home19-agenda-grid,.home19-steps,.home19-quotes{grid-template-columns:1fr}.home19-quotes article:last-child{grid-column:auto}.home19-section{padding:58px 0}.home19-contact{padding:28px 25px}.home19-contact a{white-space:normal;width:100%;justify-content:center}.home19-actions{align-items:stretch;flex-direction:column}.home19-actions .button{min-width:0;width:100%}.home19-text-link{text-align:center;align-self:center}}
@media(max-width:460px){.home19-hero h1{font-size:42px}.home19-hero-copy{padding:28px 20px 24px}.home19-hero-photo{min-height:220px;padding:10px}.home19-hero-photo img{max-height:200px}.home19-feature-row{grid-template-columns:1fr}.home19-feature-row article{border-right:0;border-bottom:1px solid #ecece5!important}.home19-feature-row article:last-child{border-bottom:0!important}.home19-heading h2{font-size:38px}}


/* ===== Mestrooster.nl v2.0 - dagdelen en compacte backoffice-instellingen ===== */
.roster-settings-panel{margin-bottom:22px;background:linear-gradient(145deg,#fff,#f7faf5);border-color:#d5dfd1}.roster-settings-panel .panel-heading p{margin:5px 0 0;color:var(--muted)}.roster-settings-form{gap:20px}.schedule-mode-fieldset,.daypart-picker{border:0;padding:0;margin:0;min-width:0}.schedule-mode-fieldset legend,.daypart-picker legend{font-size:13px;font-weight:850;color:#425447;margin-bottom:9px}.schedule-mode-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.schedule-mode-card{position:relative;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;padding:16px;border:1.5px solid #d5dfd1;border-radius:17px;background:#fff;cursor:pointer;transition:.18s ease}.schedule-mode-card:hover{border-color:#9caf98;transform:translateY(-1px)}.schedule-mode-card:has(input:checked){border-color:#668063;background:#f2f7ef;box-shadow:0 0 0 3px rgba(94,125,98,.09)}.schedule-mode-card input{width:18px;min-height:18px;margin:0;accent-color:#496a52}.schedule-mode-icon{width:42px;height:42px;border-radius:13px;background:#eaf1e6;display:grid;place-items:center;color:#3f6048;font-size:22px}.schedule-mode-card>span:last-child{display:grid;gap:3px}.schedule-mode-card strong{color:var(--green-950);font-size:15px}.schedule-mode-card small{color:var(--muted);font-size:12px;font-weight:500}.roster-settings-numbers{display:grid;grid-template-columns:1fr 1fr;gap:14px}.roster-settings-numbers label{padding:16px;border-radius:17px;background:#fff;border:1px solid #dde4da}.roster-settings-numbers label small{margin-bottom:6px}.settings-preview{display:grid;gap:3px;padding:14px 16px;border-radius:15px;background:#edf3e9;border:1px solid #d7e2d2}.settings-preview>span{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:850;color:var(--green-600)}.settings-preview>strong{color:var(--green-950)}.settings-preview>small{color:var(--muted)}.schedule-info-panel p{margin:0;color:var(--muted)}.daypart-explainer{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px}.daypart-explainer span{display:flex;align-items:center;gap:7px;padding:10px;border:1px solid #dce4d9;border-radius:13px;background:#fbfcf9}.daypart-explainer i{font-style:normal;font-size:19px}.daypart-explainer strong{font-size:12px;color:#425447}.daypart-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.daypart-picker legend{grid-column:1/-1}.daypart-picker label{position:relative;cursor:pointer}.daypart-picker input{position:absolute;opacity:0;pointer-events:none}.daypart-picker label>span{min-height:68px;padding:10px 7px;border-radius:14px;border:1.5px solid #d8e1d5;background:#fff;display:grid;place-items:center;align-content:center;text-align:center;gap:2px;font-size:20px;transition:.15s ease}.daypart-picker label>span strong{display:block;font-size:12px;color:#435448}.daypart-picker input:checked+span{border-color:#668063;background:#eef5ea;box-shadow:0 0 0 3px rgba(94,125,98,.10)}.daypart-picker[hidden]{display:none!important}.whole-day-note{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:14px;background:#f1f5ee;border:1px solid #dae3d6;color:#47604c}.whole-day-note>span{display:grid}.whole-day-note small{display:block;color:var(--muted);font-size:11px}.entry-daypart-badge{display:inline-flex!important;align-items:center;gap:3px;width:max-content;padding:2px 7px!important;border-radius:999px;background:#eef3e9;color:#48604c!important;font-size:9px!important;font-weight:850!important;line-height:1.4}.quick-copy-v18 .entry-daypart-badge{background:#f3f4ee;border:1px solid #dde2d9}.roster-entry-v18 .entry-daypart-badge{margin-top:2px}.admin-page .roster-settings-panel{box-shadow:0 12px 30px rgba(44,68,51,.07)}
@media(max-width:720px){.schedule-mode-options,.roster-settings-numbers{grid-template-columns:1fr}.schedule-mode-card{grid-template-columns:auto auto 1fr}.daypart-explainer{grid-template-columns:1fr}.daypart-picker{grid-template-columns:repeat(3,1fr)}.daypart-picker label>span{min-height:62px;font-size:18px}}
@media(max-width:420px){.daypart-picker{gap:6px}.daypart-picker label>span{padding:8px 4px}.daypart-picker label>span strong{font-size:10px}.schedule-mode-card{padding:13px}.schedule-mode-icon{width:38px;height:38px}}

/* v2.1 - duidelijke login in de publieke header */
.site-header nav{gap:18px}
.site-header .nav-login,.site-header .nav-account{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid #c9d6c9;border-radius:13px;background:#fff;color:var(--green-900)!important;box-shadow:0 4px 12px rgba(38,60,45,.06);line-height:1.05;transition:.18s ease}.site-header .nav-account span:last-child{display:grid;gap:2px}.site-header .nav-account small{display:block;color:#7b897f;font-size:9px;font-weight:650;letter-spacing:.01em;margin-bottom:2px;white-space:nowrap}.site-header .nav-account strong{display:block;color:var(--green-900);font-size:13px;font-weight:850;white-space:nowrap}.site-header .nav-logout{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:12px;border:1px solid #d5ddd1;background:#fff;color:#536358!important;font-size:13px;font-weight:750;transition:.18s ease}
.site-header .nav-login:hover,.site-header .nav-account:hover,.site-header .nav-logout:hover{border-color:#91a793;background:#f7faf5;transform:translateY(-1px);box-shadow:0 7px 18px rgba(38,60,45,.10)}
.site-header .nav-login .nav-user-icon,.site-header .nav-account .nav-user-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--sage-100);color:var(--green-700);font-size:8px;position:relative;flex:0 0 28px}
.site-header .nav-login .nav-user-icon:after,.site-header .nav-account .nav-user-icon:after{content:"";position:absolute;left:7px;right:7px;bottom:5px;height:7px;border-radius:8px 8px 5px 5px;background:var(--green-700)}
.site-header .nav-login small{display:block;color:#7b897f;font-size:9px;font-weight:650;letter-spacing:.01em;margin-bottom:2px;white-space:nowrap}
.site-header .nav-login strong{display:block;color:var(--green-900);font-size:13px;font-weight:850;white-space:nowrap}
.site-header .nav-cta{padding:12px 17px;border-radius:13px;box-shadow:0 7px 17px rgba(53,83,67,.16);white-space:nowrap}
@media(max-width:1060px) and (min-width:821px){.site-header nav{gap:12px}.site-header nav>a:not(.nav-login):not(.nav-account):not(.nav-cta){font-size:12px}.site-header .nav-login small{display:none}.site-header .nav-login{padding:10px 12px}.site-header .nav-cta{padding:11px 13px;font-size:12px}}
@media(max-width:820px){.site-header .nav-login,.site-header .nav-account,.site-header .nav-cta,.site-header .nav-logout{width:100%;justify-content:flex-start;min-height:48px}.site-header .nav-login small,.site-header .nav-account small{display:block}.site-header .nav-cta{justify-content:center;margin-top:2px}}

/* ===== Mestrooster.nl v2.4 - betrouwbare e-mailactivatie ===== */
.verification-card-v24{width:min(690px,100%)}
.verification-status-v24{text-align:left;margin:18px 0}.verification-status-v24 p{margin:5px 0}.verification-status-v24 code{font-size:.9em}
.verification-admin-v24{margin-top:20px;padding:20px;border:1px solid #dce5d8;border-radius:18px;background:#f7faf5;text-align:left}.verification-admin-v24 h2{font-family:Georgia,"Times New Roman",serif;color:var(--green-950);font-size:25px;margin:4px 0 8px}.verification-admin-v24 p{margin:0 0 14px;color:var(--muted)}.verification-admin-v24 small{display:block;margin-top:14px;color:#6d796f}.verification-admin-actions-v24{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.verification-time-v24{font-size:11px;color:#89928b;margin-top:15px}.admin-heading-actions-v24{display:flex;gap:9px;flex-wrap:wrap}
@media(max-width:720px){.verification-admin-actions-v24,.admin-heading-actions-v24{flex-direction:column;align-items:stretch}.verification-admin-actions-v24 .button,.admin-heading-actions-v24 .button{width:100%}}
