@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600;800&display=swap");:root{--color-bg:#0a0a0a;--color-bg-alt:#141414;--color-orange:#ff6b00;--color-orange-light:#ff8533;--color-white:#fff;--color-gray:#888;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Nunito",sans-serif;--space:1rem;--container:1200px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-white);line-height:1.5;overflow-x:hidden;-webkit-text-size-adjust:100%}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;padding:1rem;background:hsla(0,0%,4%,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1)}.cookie-banner__inner{max-width:var(--container);margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.cookie-banner__text strong{display:inline-block;font-family:var(--font-display);font-weight:800;letter-spacing:.02em;margin-bottom:.25rem}.cookie-banner__text p{margin:0;color:hsla(0,0%,100%,.85);max-width:64ch}.cookie-banner__link{text-decoration:underline;text-underline-offset:3px}.cookie-banner__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.cookie-banner__btn{border:none;border-radius:12px;padding:.75rem 1rem;font-weight:700;font-size:.95rem;min-height:44px;cursor:pointer;transition:transform .12s ease,filter .12s ease}.cookie-banner__btn:active{transform:translateY(1px)}.cookie-banner__btn--primary{background:var(--color-orange);color:var(--color-bg)}.cookie-banner__btn--secondary{background:hsla(0,0%,100%,.1);color:var(--color-white);border:1px solid hsla(0,0%,100%,.16)}.cookie-banner__btn:hover{filter:brightness(1.05)}@media (max-width:768px){.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__actions{justify-content:stretch}.cookie-banner__btn{width:100%}body{padding-bottom:env(safe-area-inset-bottom,0)}}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:transparent;pointer-events:none}@media (max-width:768px){.header{padding:.75rem 1rem}}@media (max-width:480px){.header{padding:.5rem .75rem}}.header__logo{position:relative;z-index:2;pointer-events:auto;line-height:0;border:none}.header__logo,.header__logo img{display:block;background:none;padding:0;margin:0}.header__logo img{height:clamp(60px,11vw,96px);width:auto;max-width:240px;object-fit:contain;vertical-align:bottom;mix-blend-mode:darken}@media (max-width:480px){.header__logo img{height:clamp(44px,12vw,60px);max-width:160px}}.header__brand{position:absolute;left:50%;transform:translateX(-50%) rotate(-2deg);text-align:center;pointer-events:auto;padding:.75rem 1.5rem;background:linear-gradient(145deg,rgba(255,107,0,.25),hsla(0,0%,4%,.75));border:2px solid rgba(255,107,0,.5);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.08);font-family:var(--font-display);max-width:calc(100vw - 8rem)}@media (max-width:768px){.header__brand{padding:.5rem .75rem;max-width:calc(100vw - 6rem)}}@media (max-width:480px){.header__brand{padding:.4rem .6rem;max-width:calc(100vw - 5rem)}}.header__brand-main{display:block;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;letter-spacing:.03em;color:var(--color-white);text-shadow:0 1px 2px rgba(0,0,0,.3)}.header__brand-sub{display:block;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:600;letter-spacing:.06em;color:var(--color-orange-light);text-shadow:0 1px 2px rgba(0,0,0,.2)}.header__pleinen{position:relative;pointer-events:auto;margin-left:auto}.pleinen-btn{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;min-height:44px;min-width:44px;justify-content:center;background:var(--color-orange);color:var(--color-bg);border:none;border-radius:10px;font-weight:600;font-size:1rem;font-family:inherit;cursor:pointer}.pleinen-btn:hover{background:var(--color-orange-light)}.pleinen-btn:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid}.pleinen-btn[aria-expanded=true]:after{transform:rotate(180deg)}.pleinen-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:12rem;background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;padding:.5rem 0;display:none;box-shadow:0 8px 24px rgba(0,0,0,.4);overflow:hidden}.pleinen-dropdown.is-open{display:block}@media (max-width:480px){.pleinen-dropdown{min-width:min(16rem,calc(100vw - 2rem));max-height:60vh;overflow-y:auto}.pleinen-dropdown a{padding:.75rem 1rem;min-height:44px;display:flex;align-items:center}}.pleinen-dropdown a{display:block;padding:.5rem 1rem;font-weight:500}.pleinen-dropdown a:hover{background:hsla(0,0%,100%,.08);color:var(--color-orange)}.ticker{background:var(--color-orange);color:var(--color-bg);padding:.5rem 0;overflow:hidden;white-space:nowrap}.ticker--alt{background:var(--color-bg-alt);color:var(--color-white)}.ticker__wrap{overflow:hidden}.ticker__track{display:inline-flex;align-items:center;gap:.75rem;animation:ticker 40s linear infinite;width:max-content}.ticker__dot,.ticker__item{font-weight:700;font-size:clamp(.875rem,2vw,1rem)}.ticker__dot{opacity:.7}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero{position:relative;height:100vh;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 0;background:var(--color-bg);overflow:hidden}@media (max-width:768px){.hero{padding:5rem 1rem 0}}@media (max-width:480px){.hero{padding:4.5rem .75rem 0}}.hero__ticker{position:absolute;bottom:0;left:0;right:0;z-index:3}.hero__video{z-index:0}.hero__video,.hero__video-el{position:absolute;inset:0;min-height:100%}.hero__video-el{width:100%;height:100%;min-width:100%;object-fit:cover;object-position:center 30%;display:block}.hero__video-overlay{position:absolute;inset:0;background:hsla(0,0%,4%,.35);z-index:1;pointer-events:none}.hero__content{position:relative;z-index:2}.hero__location{font-family:var(--font-display);color:var(--color-orange);margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;gap:.15rem}.hero__location-text{font-size:clamp(1.5rem,4.5vw,2.5rem);letter-spacing:.04em}.hero__location-text,.hero__location-year{font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero__location-year{font-size:clamp(1.9rem,5.5vw,3.2rem);letter-spacing:.02em}.hero__title{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;margin:0 0 1rem}.hero__buttons{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero__buttons-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:480px){.hero__buttons{width:100%;max-width:280px;margin:0 auto}.hero__buttons-row{flex-direction:column;width:100%}.hero__buttons-row .btn,.hero__buttons>.btn{width:100%;padding:1rem 1.5rem;min-height:48px;text-align:center}}.btn{display:inline-block;padding:.875rem 1.75rem;font-weight:700;font-size:1rem;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .2s}.btn--primary{background:var(--color-orange);color:var(--color-bg)}.btn--primary:hover{background:var(--color-orange-light)}.btn--secondary{background:transparent;color:var(--color-white);border:2px solid var(--color-white);border-radius:10px}.btn--secondary:hover{border-color:var(--color-orange);color:var(--color-orange)}.btn--tertiary{background:rgba(255,107,0,.18);color:var(--color-white);border:2px solid var(--color-orange);border-radius:10px}.btn--tertiary:hover{background:rgba(255,107,0,.28);border-color:var(--color-orange-light)}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 2rem;text-align:center}@media (max-width:480px){.section-title{font-size:1.35rem;margin-bottom:1.5rem;padding:0 .5rem}}.info-block{padding:4rem 1.5rem;background:var(--color-bg-alt)}@media (max-width:768px){.info-block{padding:2.5rem 1rem}}@media (max-width:480px){.info-block{padding:2rem .75rem}.info-block__inner{font-size:1rem}}.info-block .section-title{margin-bottom:2rem}.info-block__inner{max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.7;color:var(--color-gray)}.info-block__inner p{margin:0 0 1.25rem}.info-block__lead{font-size:1.15rem;color:var(--color-white)}.info-block__closing{font-weight:600;color:var(--color-orange-light)}.plattegrond{padding:4rem 1.5rem;background:var(--color-bg)}@media (max-width:768px){.plattegrond{padding:2.5rem 1rem}.plattegrond .section-title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width:480px){.plattegrond{padding:2rem .75rem}.plattegrond__image-wrap{max-width:100%;border-radius:8px}}.plattegrond .section-title{margin-bottom:2rem}.plattegrond__image-wrap{max-width:min(1000px,95vw);margin:0 auto;border-radius:12px;overflow:hidden;background:var(--color-bg-alt);box-shadow:0 4px 24px rgba(0,0,0,.4);border:1px solid rgba(255,107,0,.25)}.plattegrond__image{display:block;width:100%;height:auto;vertical-align:top;object-fit:contain}.content-block{padding:4rem 1.5rem;background:var(--color-bg-alt)}.content-block__inner{max-width:600px;margin:0 auto;text-align:center}.contact{padding:4rem 1.5rem;text-align:center;background:var(--color-bg)}@media (max-width:768px){.contact{padding:2.5rem 1rem}}@media (max-width:480px){.contact{padding:2rem .75rem}.contact__email{display:block;padding:.5rem 0;word-break:break-all}}.contact .section-title{margin-bottom:1rem}.contact__text{max-width:36ch;margin:0 auto 1.25rem;color:var(--color-gray);font-size:1.1rem}.contact__email{display:inline-block;font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:700;color:var(--color-orange)}.contact__email:hover{color:var(--color-orange-light)}.footer{padding:3rem 1.5rem 2rem;background:var(--color-bg-alt);border-top:1px solid hsla(0,0%,100%,.1);text-align:center}@media (max-width:768px){.footer{padding:2rem 1rem 1.5rem}}@media (max-width:480px){.footer{padding:1.5rem .75rem 1rem}.footer__nav a{padding:.5rem .75rem;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.footer__legal a{margin:0}}.footer__nav ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;margin-bottom:1.5rem}.footer__nav a:hover{color:var(--color-orange)}.footer__partners,.footer__social{margin-bottom:1rem;color:var(--color-gray);font-size:.875rem}.footer__copy{font-size:.875rem;color:var(--color-gray);margin:1rem 0 .5rem}.footer__legal{font-size:.75rem}.footer__legal a{margin:0 .5rem}.footer__legal a:hover{color:var(--color-orange)}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-page__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--color-bg-alt);border-bottom:1px solid hsla(0,0%,100%,.1)}.legal-page__back{color:var(--color-gray);font-size:.9rem}.legal-page__back:hover{color:var(--color-orange)}.legal-page__brand{font-family:var(--font-display);font-weight:800;text-transform:lowercase;color:var(--color-white)}.legal-page__brand:hover{color:var(--color-orange)}.legal-page__main{flex:1 1;max-width:var(--container);margin:0 auto;padding:2rem 1.5rem 3rem;width:100%}.legal-page__main h1{font-family:var(--font-display);font-size:1.75rem;margin-bottom:.5rem}.legal-page__updated{color:var(--color-gray);font-size:.9rem;margin-bottom:2rem}.legal-page__main section{margin-bottom:1.75rem}.legal-page__main h2{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-orange)}.legal-page__main p{margin:0 0 .75rem;font-size:.95rem}.legal-page__list{list-style:disc;padding-left:1.5rem;margin:.5rem 0 .75rem}.legal-page__list li{margin-bottom:.5rem}.legal-page__main a{color:var(--color-orange);text-decoration:underline}.legal-page__main a:hover{color:var(--color-orange-light)}.legal-page__contact{margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.legal-page__footer{text-align:center;padding:1.5rem;background:var(--color-bg-alt);border-top:1px solid hsla(0,0%,100%,.1);font-size:.875rem}.legal-page__footer a{margin:0 .75rem}.legal-page__footer a:hover{color:var(--color-orange)}.legal-page__copy{margin-top:1rem;color:var(--color-gray);font-size:.8rem}.bus-page__lines strong{color:var(--color-white)}.bus-page__freq{color:var(--color-gray);white-space:nowrap}.bus-page__pdf-btn{display:inline-block;padding:.65rem 1.25rem;font-weight:700;border-radius:10px;background:var(--color-orange);color:var(--color-bg)!important;text-decoration:none!important}.bus-page__pdf-btn:hover{background:var(--color-orange-light);color:var(--color-bg)!important}.footer__beheer{opacity:.6;font-size:.7rem}.footer__beheer:hover{opacity:1}.beheer-login{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--color-bg)}.beheer-login__card{width:100%;max-width:400px;background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:2rem}.beheer-login__card h1{font-size:1.25rem;margin:0 0 .5rem}.beheer-login__sub{font-size:.875rem;color:var(--color-gray);margin:0 0 1.5rem}.beheer-login__msg{font-size:.875rem;margin-bottom:1rem;padding:.5rem .75rem;border-radius:4px}.beheer-login__msg--ok{background:rgba(76,175,80,.2);color:#a5d6a7}.beheer-login__msg--err{background:rgba(244,67,54,.2);color:#ef9a9a}.beheer-login__form label{display:block;font-size:.875rem;margin-bottom:.5rem}.beheer-login__form input{width:100%;padding:.6rem .75rem;margin-bottom:1rem;background:var(--color-bg);border:1px solid hsla(0,0%,100%,.2);border-radius:4px;color:var(--color-white);font-size:1rem}.beheer-login__form button[type=submit]{width:100%;padding:.75rem;background:var(--color-orange);color:var(--color-bg);border:none;border-radius:4px;font-weight:700;cursor:pointer}.beheer-login__form button[type=submit]:hover:not(:disabled){background:var(--color-orange-light)}.beheer-login__form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.beheer-login__tabs{display:flex;gap:.5rem;margin-bottom:1rem}.beheer-login__tabs button{flex:1 1;padding:.5rem;background:transparent;border:1px solid hsla(0,0%,100%,.3);color:var(--color-gray);border-radius:4px;cursor:pointer;font-size:.875rem}.beheer-login__tabs button.is-active{background:rgba(255,107,0,.2);color:var(--color-orange);border-color:var(--color-orange)}.beheer-login__divider{text-align:center;color:var(--color-gray);font-size:.875rem;margin:1.25rem 0}.beheer-login__google{width:100%;padding:.75rem;background:transparent;border:1px solid hsla(0,0%,100%,.3);color:var(--color-white);border-radius:4px;cursor:pointer;font-size:.9rem}.beheer-login__google:hover:not(:disabled){background:hsla(0,0%,100%,.05)}.beheer-login__google:disabled{opacity:.6;cursor:not-allowed}.beheer-login__back{margin-top:1.5rem;font-size:.875rem}.beheer-login__back a{color:var(--color-gray)}.beheer-login__back a:hover{color:var(--color-orange)}.beheer-login__forgot{margin-top:.75rem;font-size:.875rem;text-align:center}.beheer-login__forgot a{color:var(--color-gray)}.beheer-login__forgot a:hover{color:var(--color-orange)}.beheer-page{min-height:100vh;padding:2rem;background:var(--color-bg)}.beheer-page__header{margin-bottom:2rem}.beheer-page__header h1{font-size:1.5rem;margin:0 0 .25rem}.beheer-page__user{font-size:.875rem;color:var(--color-gray);margin:0 0 1rem}.beheer-page__actions{display:flex;gap:1rem}.beheer-page__actions a,.beheer-page__actions button{font-size:.875rem;color:var(--color-orange)}.beheer-page__actions button{background:none;border:none;cursor:pointer;padding:0}.beheer-dashboard__section{margin-bottom:2rem}.beheer-dashboard__section h2{font-size:1.1rem;margin-bottom:.5rem}.beheer-dashboard__hint{font-size:.875rem;color:var(--color-gray);margin-bottom:1rem}.beheer-dashboard__error{font-size:.875rem;color:#ef9a9a;background:rgba(244,67,54,.2);padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem}.beheer-dashboard__table-wrap{overflow-x:auto}.beheer-dashboard__table{width:100%;border-collapse:collapse}.beheer-dashboard__table td,.beheer-dashboard__table th{padding:.5rem .75rem;text-align:left;border:1px solid hsla(0,0%,100%,.15)}.beheer-dashboard__table th{background:var(--color-bg-alt)}.beheer-dashboard__check input{margin-right:.25rem}.beheer-dashboard__all{color:var(--color-gray);font-size:.8rem}.beheer-dashboard__pleinen{list-style:none;padding:0;margin:0}.beheer-dashboard__pleinen li{margin-bottom:.5rem}.beheer-dashboard__link{color:var(--color-orange)}.beheer-dashboard__no-access{color:var(--color-gray)}.beheer-dashboard__th-acties{white-space:nowrap;padding-left:1rem}.beheer-dashboard__acties{padding-left:1rem}.beheer-dashboard__btn-delete{font-size:.75rem;padding:.25rem .5rem;background:transparent;border:1px solid rgba(244,67,54,.6);color:#ef9a9a;border-radius:4px;cursor:pointer}.beheer-dashboard__btn-delete:hover:not(:disabled){background:rgba(244,67,54,.2)}.beheer-dashboard__btn-delete:disabled{opacity:.6;cursor:not-allowed}.beheer-dashboard__no-delete{color:var(--color-gray);font-size:.875rem}.invoice-form__section{margin-bottom:2rem;padding:1rem;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;background:hsla(0,0%,100%,.03)}.invoice-form__section h2{font-size:1.1rem;margin:0 0 1rem}.invoice-form__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.invoice-form__grid label{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.875rem}.invoice-form__grid input,.invoice-form__grid select,.invoice-form__grid textarea{width:100%;padding:.6rem .7rem;background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.16);border-radius:6px;color:var(--color-white);font-family:inherit}.invoice-form__span2{grid-column:span 2}.invoice-lines{display:grid;grid-gap:.5rem;gap:.5rem}.invoice-lines__head,.invoice-lines__row{display:grid;grid-template-columns:2.2fr .7fr .7fr .9fr .9fr .8fr 1fr 32px;grid-gap:.5rem;gap:.5rem;align-items:center}.invoice-lines__head{font-size:.75rem;color:hsla(0,0%,100%,.7);padding:0 .1rem}.invoice-lines__row input,.invoice-lines__row select{width:100%;padding:.55rem .6rem;background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.16);border-radius:6px;color:var(--color-white);font-family:inherit;font-size:.9rem}.invoice-lines__calc{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.9rem;color:hsla(0,0%,100%,.9)}.invoice-lines__remove{width:32px;height:32px;border-radius:8px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.85);cursor:pointer}.invoice-lines__remove:disabled{opacity:.5;cursor:not-allowed}.invoice-form__actions{margin-top:.75rem}.invoice-form__btn,.invoice-form__submit{border:none;border-radius:10px;padding:.7rem .9rem;font-weight:800;cursor:pointer}.invoice-form__btn{background:hsla(0,0%,100%,.08);color:var(--color-white);border:1px solid hsla(0,0%,100%,.16)}.invoice-form__submit{background:var(--color-orange);color:var(--color-bg)}.invoice-totals{margin-top:1rem;max-width:420px;margin-left:auto;display:grid;grid-gap:.35rem;gap:.35rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.invoice-totals__row{display:flex;justify-content:space-between;gap:1rem}.invoice-totals__row--sub{color:hsla(0,0%,100%,.85);font-size:.9rem}.invoice-totals__row--grand{margin-top:.35rem;padding-top:.5rem;border-top:1px solid hsla(0,0%,100%,.16);font-size:1.05rem}.invoice-form__footer{display:flex;justify-content:flex-end;padding-bottom:2rem}.invoice-search{margin-bottom:1rem}.invoice-search input{width:min(520px,100%);padding:.65rem .75rem;background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.16);border-radius:8px;color:var(--color-white);font-family:inherit}.invoice-toggle{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.invoice-badge{display:inline-block;margin-left:.5rem;padding:.15rem .4rem;border-radius:999px;font-size:.72rem;border:1px solid hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.9)}.invoice-badge--overdue{border-color:rgba(244,67,54,.6);color:#ef9a9a;background:rgba(244,67,54,.15)}.invoice-delete{background:transparent;border:1px solid rgba(244,67,54,.6);color:#ef9a9a;border-radius:8px;padding:.3rem .55rem;cursor:pointer;font-size:.875rem}.invoice-delete:disabled{opacity:.6;cursor:not-allowed}@media (max-width:900px){.invoice-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-form__span2{grid-column:span 2}.invoice-lines__head{display:none}.invoice-lines__row{grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;background:hsla(0,0%,100%,.02)}.invoice-lines__calc{grid-column:span 1}.invoice-lines__remove{grid-column:2;justify-self:end}.invoice-totals{max-width:none}}.beheer-page--facturen{padding:0;background:linear-gradient(180deg,#0d0f14 0,var(--color-bg) 32%)}.facturen-app__subtitle-meta{color:hsla(0,0%,100%,.45);font-weight:500}.beheer-app-toolbar{justify-content:flex-end}.beheer-dashboard--app{display:flex;flex-direction:column;gap:1.25rem}.beheer-dashboard__table{font-size:.875rem}.beheer-dashboard__th-plein{text-align:center;white-space:nowrap;min-width:4.25rem;font-size:.72rem}.beheer-dashboard__td-check{text-align:center;vertical-align:middle}.beheer-dashboard__email{word-break:break-word}.beheer-dashboard__badge{display:inline-block;margin-left:.4rem;padding:.12rem .4rem;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;background:rgba(255,107,0,.16);color:var(--color-orange);border:1px solid rgba(255,107,0,.35);vertical-align:middle}.beheer-dashboard__saving{margin-left:.25rem;color:hsla(0,0%,100%,.4);font-size:.85rem}.beheer-dashboard__pleinen-grid{list-style:none;padding:0;margin:0;display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:1fr}@media (min-width:560px){.beheer-dashboard__pleinen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.beheer-dashboard__plein-link{display:flex!important;width:100%;justify-content:space-between;align-items:center;text-align:left;text-decoration:none;gap:.75rem}.beheer-dashboard__plein-name{font-weight:600;color:hsla(0,0%,100%,.95)}.beheer-dashboard__plein-link.facturen-btn--primary .beheer-dashboard__plein-name{color:#0d0d0d}.beheer-dashboard__plein-action{font-size:.8rem;color:hsla(0,0%,100%,.5);flex-shrink:0}.beheer-dashboard__plein-link.facturen-btn--primary .beheer-dashboard__plein-action{color:hsla(0,0%,5%,.72)}.beheer-dashboard__plein-locked{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.28);gap:.75rem;min-height:2.75rem}.beheer-dashboard__plein-lock{font-size:.75rem;color:hsla(0,0%,100%,.38);flex-shrink:0}.facturen-app{max-width:1200px;margin:0 auto;padding:1.75rem 1.25rem 3rem}@media (min-width:768px){.facturen-app{padding:2rem 1.75rem 3.5rem}}.facturen-app__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.facturen-app__title-block{min-width:min(100%,28rem)}.facturen-app__eyebrow{margin:0 0 .35rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.facturen-app__title{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;letter-spacing:-.02em;color:var(--color-white)}.facturen-app__subtitle{margin:0;font-size:.9rem;color:var(--color-gray);max-width:36rem}.facturen-app__subtitle--actions{margin-top:.65rem}.facturen-app__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.facturen-app__toolbar--wrap{justify-content:flex-end}.financien-toolbar{justify-content:space-between;width:100%;max-width:100%}.financien-tabs{display:flex;flex-wrap:wrap;gap:.35rem;padding:.25rem;border-radius:10px;background:rgba(0,0,0,.28);border:1px solid hsla(0,0%,100%,.1)}.financien-tabs__tab{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .95rem;font-size:.8125rem;font-weight:600;border-radius:8px;text-decoration:none;color:hsla(0,0%,100%,.72);border:1px solid transparent;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.financien-tabs__tab:hover{color:var(--color-white);background:hsla(0,0%,100%,.06)}.financien-tabs__tab.is-active{background:var(--color-orange);color:#0d0d0d;border-color:var(--color-orange)}.financien-tabs__tab.is-active:hover{filter:brightness(1.05);color:#0d0d0d}.financien-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.financien-logout-form{display:inline;margin:0}@media (max-width:720px){.financien-toolbar{flex-direction:column;align-items:stretch}.financien-tabs{justify-content:center}.financien-toolbar__actions{justify-content:flex-end}}.facturen-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.facturen-btn--primary{background:var(--color-orange);color:#0d0d0d;border-color:var(--color-orange)}.facturen-btn--primary:hover{filter:brightness(1.06)}.facturen-btn--ghost{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.92);border-color:hsla(0,0%,100%,.14)}.facturen-btn--ghost:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.22)}.facturen-btn--danger{background:rgba(244,67,54,.12);color:#ffcdd2;border-color:rgba(244,67,54,.45)}.facturen-btn--danger:hover:not(:disabled){background:rgba(244,67,54,.22)}.facturen-app__main{display:flex;flex-direction:column;gap:0}.facturen-empty{text-align:center;padding:3rem 1.5rem;border-radius:12px;border:1px dashed hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.02)}.facturen-empty__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--color-white)}.facturen-empty__text{margin:0 0 1.25rem;font-size:.9rem;color:var(--color-gray)}.facturen-alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.facturen-alert--error{color:#ffcdd2;background:rgba(244,67,54,.15);border:1px solid rgba(244,67,54,.35)}.facturen-alert--success{color:#c8e6c9;background:rgba(76,175,80,.14);border:1px solid rgba(76,175,80,.4)}.facturen-alert--warn{color:#ffe0b2;background:rgba(255,152,0,.12);border:1px solid rgba(255,152,0,.35)}.facturen-alert--warn code{font-size:.85em}.facturen-panel__intro{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:hsla(0,0%,100%,.65)}.facturen-email-form{display:flex;flex-direction:column;gap:.85rem}.facturen-email-form__label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:hsla(0,0%,100%,.75)}.facturen-email-form__label input{max-width:28rem}.facturen-email-form__actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.facturen-kpi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1.25rem}@media (min-width:720px){.facturen-kpi{grid-template-columns:repeat(4,minmax(0,1fr))}}.facturen-kpi__card{padding:1rem 1.1rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);display:flex;flex-direction:column;gap:.25rem}.facturen-kpi__card--unsent{border-left:3px solid rgba(255,193,7,.5)}.facturen-kpi__card--sent{border-left:3px solid rgba(33,150,243,.55)}.facturen-kpi__card--paid{border-left:3px solid rgba(76,175,80,.55)}.facturen-kpi__value{font-size:1.65rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--color-white);line-height:1.1}.facturen-kpi__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.5)}.facturen-search{margin-bottom:1.5rem}.facturen-search__label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin-bottom:.4rem}.facturen-search__input{width:100%;max-width:520px;padding:.65rem .85rem;background:rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.12);border-radius:8px;color:var(--color-white);font-family:inherit;font-size:.9rem}.facturen-search__input::placeholder{color:hsla(0,0%,100%,.35)}.facturen-search__input:focus{outline:none;border-color:rgba(255,152,0,.45);box-shadow:0 0 0 1px rgba(255,152,0,.2)}.facturen-section{margin-bottom:1.75rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);overflow:hidden}.facturen-section__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;background:rgba(0,0,0,.2);border-bottom:1px solid hsla(0,0%,100%,.08)}.facturen-section__title{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.facturen-section__count{min-width:1.75rem;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06)}.facturen-section__count--unsent{border-color:rgba(255,193,7,.35);color:#ffe082}.facturen-section__count--sent{border-color:rgba(100,181,246,.4);color:#90caf9}.facturen-section__count--paid{border-color:rgba(129,199,132,.45);color:#a5d6a7}.facturen-section__empty{margin:0;padding:1rem 1.25rem 1.25rem;font-size:.875rem;color:var(--color-gray)}.facturen-table-wrap{overflow-x:auto}.facturen-table{width:100%;border-collapse:collapse;font-size:.8125rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.facturen-table thead th{padding:.65rem .85rem;text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.45);background:rgba(0,0,0,.25);border-bottom:1px solid hsla(0,0%,100%,.08)}.facturen-table tbody td{padding:.65rem .85rem;border-bottom:1px solid hsla(0,0%,100%,.06);vertical-align:top}.facturen-table tbody tr:nth-child(2n) td{background:hsla(0,0%,100%,.02)}.facturen-table tbody tr:hover td{background:hsla(0,0%,100%,.04)}.facturen-table__link{color:var(--color-orange);font-weight:600;text-decoration:none}.facturen-table__link:hover{text-decoration:underline}.facturen-table__link--small{font-size:.75rem;font-weight:500}.facturen-table__muted{color:hsla(0,0%,100%,.55)}.facturen-table__num{white-space:nowrap}.facturen-table__clip{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facturen-table__right{text-align:right}.facturen-table__strong{font-weight:600;color:hsla(0,0%,100%,.95)}.facturen-table__remind{margin-top:.35rem}.facturen-table--numeric tbody td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.facturen-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-bottom:1.5rem;padding:.85rem 1rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04)}.facturen-detail-meta__item{font-size:.8125rem;color:hsla(0,0%,100%,.65)}.facturen-pill{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.facturen-pill--unsent{background:rgba(255,193,7,.15);color:#ffe082;border:1px solid rgba(255,193,7,.35)}.facturen-pill--sent{background:rgba(33,150,243,.15);color:#90caf9;border:1px solid rgba(33,150,243,.35)}.facturen-pill--paid{background:rgba(76,175,80,.2);color:#a5d6a7;border:1px solid rgba(76,175,80,.4)}.facturen-panel{border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);padding:1.15rem 1.25rem}.facturen-panel__h{margin:0 0 .85rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.facturen-address{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;line-height:1.45}.facturen-address strong{font-size:1rem;color:var(--color-white)}.facturen-totals-box{margin-top:1rem;padding:1rem 1.1rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.2);max-width:22rem}.facturen-form .invoice-form__section{border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);padding:1.15rem 1.25rem}.facturen-form .invoice-form__section h2{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.facturen-form .invoice-form__footer{padding-top:.5rem}.beheer-page--facturen .invoice-delete{border:none}.boekhoud-kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:2rem}.boekhoud-kpi__card{padding:1.1rem 1.15rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);display:flex;flex-direction:column;gap:.35rem}.boekhoud-kpi__card--in{border-left:3px solid rgba(129,199,132,.65)}.boekhoud-kpi__card--out{border-left:3px solid hsla(0,73%,77%,.75)}.boekhoud-kpi__card--net{border-left:3px solid rgba(100,181,246,.65)}.boekhoud-kpi__card--ytd{border-left:3px solid rgba(255,183,77,.65)}.boekhoud-kpi__card--count{border-left:3px solid rgba(171,134,255,.55)}.boekhoud-kpi__card--btw{border-left:3px solid rgba(186,104,200,.65);grid-column:1/-1;max-width:100%}@media (min-width:900px){.boekhoud-kpi__card--btw{grid-column:auto}}.boekhoud-kpi__label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.boekhoud-kpi__value{font-size:1.45rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-white)}.boekhoud-kpi__hint,.boekhoud-kpi__sub{font-size:.78rem;color:hsla(0,0%,100%,.5);line-height:1.35}.boekhoud-kpi__sub strong{color:hsla(0,0%,100%,.88);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.boekhoud-section{margin-top:.5rem}.boekhoud-section__title{margin:0 0 .35rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.boekhoud-section__intro{margin:0 0 1rem;font-size:.85rem;color:var(--color-gray);max-width:42rem}.boekhoud-form-card__intro{margin:-.25rem 0 1rem;font-size:.875rem;color:var(--color-gray);max-width:40rem}.facturen-btn--tiny{padding:.35rem .55rem;font-size:.72rem;font-weight:600}.beheer-plein-toolbar{justify-content:flex-end}.plein-edit--app{max-width:52rem}.plein-edit__alert{margin-bottom:1.5rem}.plein-edit__section-intro{margin-top:-.35rem}.plein-edit__label{display:block;font-size:.875rem;margin-bottom:.45rem;color:hsla(0,0%,100%,.75)}.plein-edit__textarea{width:100%;padding:.65rem .75rem;background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.16);border-radius:8px;color:var(--color-white);font-family:inherit;font-size:.95rem;line-height:1.5;resize:vertical}.plein-edit__file-row{margin-top:.5rem;width:100%;min-width:0}.plein-edit__file-label{position:relative;display:flex;width:100%;max-width:100%;min-width:0;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box}.plein-edit__file-label-text{pointer-events:none}.plein-edit__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.plein-edit__file-label:has(.plein-edit__file-input:focus-visible){outline:2px solid var(--color-orange);outline-offset:2px;border-radius:10px}.plein-edit__current{font-size:.875rem;margin-bottom:.5rem}.plein-edit__current a{color:var(--color-orange)}.plein-edit__images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}@media (min-width:720px){.plein-edit__images{grid-template-columns:repeat(4,minmax(0,1fr))}}.plein-edit__image-slot{border:1px dashed hsla(0,0%,100%,.22);border-radius:10px;padding:.65rem;min-height:88px;background:rgba(0,0,0,.15)}.plein-edit__preview img{max-width:100%;height:auto;display:block;margin-bottom:.5rem}.plein-edit__preview span{font-size:.75rem;color:var(--color-gray)}.plein-edit__image-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem;align-items:center}.plein-edit__image-btn--remove{margin-left:auto}.plein-edit__footer{padding-top:.25rem}.plein-edit__submit{min-width:10rem}.plein-edit__programma-datum{border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:1rem 1.1rem;margin-bottom:1rem;background:rgba(0,0,0,.12)}.plein-edit__programma-legend{font-size:.875rem;padding:0 .25rem}.plein-edit__programma-check{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.plein-edit__programma-check input{width:auto}.plein-edit__programma-rows{margin-top:.75rem}.plein-edit__programma-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.plein-edit__programma-time{min-width:5.5rem;padding:.5rem .55rem}.plein-edit__programma-act,.plein-edit__programma-time{background:var(--color-bg-alt);border:1px solid hsla(0,0%,100%,.16);border-radius:6px;color:var(--color-white);font-size:.875rem}.plein-edit__programma-act{flex:1 1;min-width:10rem;padding:.5rem .6rem}.plein-edit__programma-remove{flex-shrink:0}.plein-edit__programma-remove:disabled{opacity:.5;cursor:not-allowed}.plein-edit__programma-add{margin-top:.65rem}.plein-page{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.plein-page__header{padding:2rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.plein-page__back{font-size:.875rem;color:var(--color-gray)}.plein-page__back:hover{color:var(--color-orange)}.plein-page__header h1{font-size:1.5rem;margin:.5rem 0 0}.plein-page__main{flex:1 1;max-width:var(--container);margin:0 auto;padding:7rem 1.5rem 2rem;width:100%}.plein-page__vak{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:14px;padding:1.25rem;box-shadow:0 4px 16px rgba(0,0,0,.12)}.plein-page__vak--foto{overflow:hidden;padding:0}.plein-page__vak--foto img{width:100%;height:auto;display:block;object-fit:cover;min-height:220px;border-radius:12px}.plein-page__vak--tekst{line-height:1.7;font-size:1.05rem}.plein-page__vak--tekst :first-child{margin-top:0}.plein-page__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch;margin-bottom:2.5rem;min-height:200px}.plein-page__content--flip .plein-page__content-text{order:2}.plein-page__content--flip .plein-page__content-photos{order:1}.plein-page__content-text{min-height:0}.plein-page__content-photos{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:.75rem;gap:.75rem;min-height:0}.plein-page__content-photos .plein-page__vak--foto{min-height:100px}.plein-page__content-photos .plein-page__vak--foto img{width:100%;height:100%;min-height:100px;object-fit:cover;border-radius:10px}.plein-page__content-photos[data-count="1"] .plein-page__vak[data-index="0"]{grid-column:1/-1;grid-row:1/-1}.plein-page__content-photos[data-count="2"] .plein-page__vak[data-index="0"]{grid-column:1/-1;grid-row:1}.plein-page__content-photos[data-count="2"] .plein-page__vak[data-index="1"]{grid-column:1/-1;grid-row:2}.plein-page__content-photos[data-count="3"] .plein-page__vak[data-index="0"]{grid-column:1;grid-row:1/-1}.plein-page__content-photos[data-count="3"] .plein-page__vak[data-index="1"]{grid-column:2;grid-row:1}.plein-page__content-photos[data-count="3"] .plein-page__vak[data-index="2"]{grid-column:2;grid-row:2}.plein-page__content:has(.plein-page__content-text):not(:has(.plein-page__content-photos)) .plein-page__content-text{grid-column:1/-1}.plein-page__content:has(.plein-page__content-photos):not(:has(.plein-page__content-text)) .plein-page__content-photos{grid-column:1/-1;max-width:700px;min-height:320px}.plein-page__content:has(.plein-page__content-photos):not(:has(.plein-page__content-text)) .plein-page__content-photos[data-count="1"]{grid-template-columns:1fr}@media (max-width:768px){.plein-page__content{grid-template-columns:1fr;gap:1.25rem}.plein-page__content-text{order:1}.plein-page__content-photos{order:2;min-height:280px}.plein-page__content--flip .plein-page__content-text{order:1}.plein-page__content--flip .plein-page__content-photos{order:2}.plein-page__main{padding:6rem 1rem 1.5rem}.plein-page__program-vak{padding:1.25rem}}@media (max-width:480px){.plein-page__main{padding:5.5rem .75rem 1rem}.plein-page__program-vak{padding:1rem;border-radius:12px}.plein-page__program-title{font-size:1.15rem}.plein-page__content-photos{min-height:240px}.plein-page__vak{padding:1rem;border-radius:10px}.plein-page__footer{padding:1rem .75rem}}.plein-page__program-vak{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;padding:1.75rem 2rem;margin-bottom:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.15)}.plein-page__program-title{font-size:1.35rem;margin:0 0 1.25rem;color:var(--color-orange);font-weight:700}.plein-page__program-datum{margin-bottom:1.25rem}.plein-page__program-datum:last-child{margin-bottom:0}.plein-page__program-datum h3{font-size:1rem;margin:0 0 .5rem;color:var(--color-orange);font-weight:600}.plein-page__program-list{list-style:none;padding:0;margin:0}.plein-page__program-list li{padding:.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;align-items:baseline;gap:.5rem}.plein-page__program-list li:last-child{border-bottom:none}.plein-page__program-time{font-weight:600;min-width:3.5rem;color:var(--color-orange)}.plein-page__program-text{line-height:1.6;white-space:pre-line}.plein-page__empty{color:var(--color-gray);font-style:italic}.plein-page__footer{padding:1rem 1.5rem;text-align:center;border-top:1px solid hsla(0,0%,100%,.1);font-size:.875rem}.plein-page__footer a{color:var(--color-gray)}.plein-page__footer a:hover{color:var(--color-orange)}