*{box-sizing:border-box}body{color:#111827;background:#f9fafb;margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}h1,h2,h3{margin:0 0 .5rem}.app{max-width:1000px;margin:0 auto;padding:1.5rem}.app-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.app-header h1{margin:0;font-size:1.5rem}.app-header nav button{margin-left:.5rem}.app-header nav button.active{color:#fff;background-color:#4f46e5}.app-header-user{color:#4b5563;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.login-screen{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{text-align:center;width:280px}.login-form h1{margin-bottom:.25rem}.login-form p{color:#6b7280;margin-top:0;margin-bottom:1rem}.login-form input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;margin-bottom:.75rem;padding:.6rem}.login-form button[type=submit]{width:100%}.login-error{color:#dc2626;font-size:.85rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem}.form-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.form-row input[type=text],.form-row select,.form-row input[type=date]{border:1px solid #d1d5db;border-radius:6px;flex:1;min-width:150px;padding:.5rem}button{cursor:pointer;background-color:#f3f4f6;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}button[type=submit]{color:#fff;background-color:#4f46e5}.subject-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.subject-card{border-left:4px solid #4f46e5}.subject-card h3{margin:0 0 .5rem}.subject-card p{color:#4b5563;margin:.25rem 0;font-size:.9rem}.error{color:#dc2626;margin:.5rem 0 0}.success{color:#16a34a;margin:.5rem 0 0}.notebook-layout{grid-template-columns:260px 1fr;align-items:start;gap:1rem;display:grid}.session-list h3{font-size:1rem}.page-thumbs{flex-direction:column;gap:.4rem;display:flex}.page-thumbs button{text-align:left}.image-wrapper{max-width:100%;display:inline-block;position:relative}.image-wrapper img{border-radius:6px;max-width:100%;display:block}.pin{color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0006}.pin-hint{color:#6b7280;margin:.5rem 0;font-size:.85rem}.mistake-popup{background:#f9fafb;border-left:4px solid #9ca3af;border-radius:4px;margin-bottom:.75rem;padding:.6rem .8rem}.mistake-popup p{margin:.25rem 0 0;font-size:.9rem}.pin-error{background-color:#dc2626}.pin-warning{background-color:#d97706}.pin-good{background-color:#16a34a}.pending-note{color:#92400e;font-style:italic}.mistake-list{margin:.5rem 0 0;padding:0;list-style:none}.mistake{background:#f9fafb;border-left:4px solid #9ca3af;margin-bottom:.5rem;padding:.5rem .75rem}.mistake p{margin:.25rem 0 0;font-size:.9rem}.mistake-error{border-left-color:#dc2626}.mistake-warning{border-left-color:#d97706}.mistake-good{border-left-color:#16a34a}
