*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f4f0;min-height:100vh;font-family:Segoe UI,Arial,sans-serif}#login-screen{z-index:999;background:linear-gradient(135deg,#1a3a1a 0%,#2e7d32 50%,#43a047 100%);place-items:center;display:grid;position:fixed;inset:0}#login-box{background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:420px;max-width:calc(100vw - 2rem);padding:3rem 2.5rem;display:flex;box-shadow:0 20px 60px #00000059}.leaf-wrap{background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.4rem;display:flex}#login-box h1{color:#1b5e20;margin-bottom:.35rem;font-size:1.85rem;font-weight:700}#login-box .subtitle{color:#999;margin-bottom:2rem;font-size:.9rem}#login-form{flex-direction:column;gap:1rem;width:100%;display:flex}#login-form label{color:#444;text-align:left;margin-bottom:.3rem;font-size:.82rem;font-weight:600;display:block}#login-form input{color:#222;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:.82rem 1rem;font-size:.97rem;transition:border-color .2s,box-shadow .2s}#login-form input:focus{background:#fff;border-color:#43a047;box-shadow:0 0 0 3px #43a04721}#login-form input::placeholder{color:#ccc}#login-form button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:700;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 14px #2e7d3266}#login-form button:hover:not(:disabled){background:#1b5e20;transform:translateY(-1px)}#login-form button:disabled{opacity:.5;cursor:not-allowed}#error-msg{color:#c62828;text-align:center;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;width:100%;margin-top:1rem;padding:.6rem .9rem;font-size:.87rem;display:none}#error-msg.visible{display:block}#main-content{flex-direction:column;min-height:100vh;display:flex}header{color:#fff;background:linear-gradient(135deg,#1b5e20,#388e3c);justify-content:center;align-items:center;padding:1.4rem 2rem;display:flex;position:relative;box-shadow:0 3px 16px #0003}.header-leaf{opacity:.85;position:absolute;left:1.5rem}header h1{letter-spacing:.5px;font-size:1.75rem;font-weight:700}#logout-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff4d;border-radius:8px;padding:.42rem 1rem;font-size:.87rem;font-weight:500;transition:background .2s;position:absolute;right:1.5rem}#logout-btn:hover{background:#ffffff40}main{flex:1;width:100%;max-width:680px;margin:2.5rem auto;padding:0 1rem}.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 24px #00000017}.card-header{color:#fff;background:linear-gradient(135deg,#1b5e20,#388e3c);justify-content:space-between;align-items:center;padding:1.3rem 1.6rem;display:flex}.card-header h2{letter-spacing:.3px;font-size:1.15rem;font-weight:700}#total-badge{background:#ffffff2e;border:1px solid #ffffff4d;border-radius:20px;padding:.28rem .9rem;font-size:.85rem;font-weight:600}.add-person{background:#fafffe;border-bottom:1px solid #f0f0f0;gap:.6rem;padding:1.1rem 1.4rem;display:flex}.add-person input{background:#fff;border:1.5px solid #ddd;border-radius:8px;outline:none;flex:1;padding:.68rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.add-person input:focus{border-color:#43a047;box-shadow:0 0 0 3px #43a0471f}.add-person input::placeholder{color:#bbb}#add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:8px;padding:.68rem 1.3rem;font-size:.93rem;font-weight:600;transition:background .2s,transform .1s;box-shadow:0 2px 8px #2e7d324d}#add-btn:hover{background:#1b5e20;transform:translateY(-1px)}.leeg-tekst{text-align:center;color:#bbb;padding:3rem 1rem;font-size:.92rem}#personen-lijst{padding:.4rem 0}.persoon-rij{border-bottom:1px solid #f5f5f5;align-items:center;gap:1rem;padding:.9rem 1.4rem;transition:background .15s;display:flex}.persoon-rij:last-child{border-bottom:none}.persoon-rij:hover{background:#f9fdf9}.persoon-naam{color:#1a1a1a;flex:1;font-size:.98rem;font-weight:600}.teller-controls{background:#f5f5f5;border-radius:30px;align-items:center;gap:.5rem;padding:.25rem .4rem;display:flex}.teller-controls button{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.15rem;font-weight:700;line-height:1;transition:background .15s,transform .1s;display:flex}.min-btn{color:#666;background:#fff;box-shadow:0 1px 4px #0000001a}.min-btn:hover:not(:disabled){background:#eee}.min-btn:disabled{opacity:.25;cursor:not-allowed}.plus-btn{color:#fff;background:#2e7d32;box-shadow:0 1px 6px #2e7d3259}.plus-btn:hover{background:#1b5e20;transform:scale(1.08)}.teller-count{text-align:center;color:#2e7d32;min-width:2rem;font-size:1.05rem;font-weight:700}.remove-btn{color:#ddd;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:.3rem;font-size:.85rem;transition:color .15s,background .15s;display:flex}.remove-btn:hover{color:#e53935;background:#ffebee}footer{color:#ffffffd9;text-align:center;background:linear-gradient(135deg,#1b5e20,#388e3c);margin-top:auto;padding:1rem;font-size:.85rem}
