:root{--navy:#0d2d52;--blue:#1769e0;--bg:#f5f7fb;--line:#e4e9f1;--text:#172033;--muted:#718096;--green:#168344;--red:#c43131;--orange:#b36b00;--radius:16px}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;min-height:100%}button,input,select,textarea{font:inherit}.app-shell{max-width:520px;margin:0 auto;min-height:100vh;background:var(--bg);padding-bottom:86px}.app-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:12px 16px}.app-head-row{display:flex;align-items:center;gap:10px}.brand-mark{width:42px;height:42px;border-radius:13px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:17px}.brand-copy{min-width:0;flex:1}.app-title{font-size:15px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sub{font-size:11px;color:var(--muted);margin-top:2px}.icon-btn{border:0;background:#eef3f9;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;cursor:pointer;color:#40536b}.app-body{padding:16px}.hello-card{background:linear-gradient(135deg,#0d2d52,#174d85);color:white;border-radius:20px;padding:18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 28px rgba(13,45,82,.18)}.hello-card small{opacity:.72}.hello-card strong{display:block;font-size:19px;margin:4px 0}.avatar{width:52px;height:52px;border-radius:17px;background:rgba(255,255,255,.15);display:grid;place-items:center;font-size:22px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:20px 2px 10px}.section-title.top-zero{margin-top:0}.section-title h2{font-size:14px;margin:0}.today-btn{border:0;background:#eaf2ff;color:var(--blue);border-radius:9px;padding:7px 10px;font-size:11px;font-weight:800}.date-nav{display:grid;grid-template-columns:40px 1fr 40px;gap:8px;align-items:center;margin-bottom:12px}.date-nav button{border:1px solid var(--line);background:white;border-radius:10px;height:40px;color:#46566e}.date-label{background:white;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:12px;font-weight:700;text-align:center;display:flex;gap:7px;align-items:center;justify-content:center}.lesson-list{display:grid;gap:10px}.lesson-card{width:100%;appearance:none;text-align:left;background:white;border:1px solid var(--line);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 4px 14px rgba(21,42,75,.035);color:inherit}.lesson-card:active{transform:scale(.995)}.lesson-time{min-width:61px}.lesson-time b{display:block;font-size:14px}.lesson-time small{color:var(--muted)}.lesson-color{width:4px;height:42px;border-radius:5px;background:var(--blue);flex:none}.lesson-main{min-width:0;flex:1}.lesson-main b{display:block}.lesson-main small{color:var(--muted);display:block;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-arrow{color:#b3bdca;font-size:11px}.pill{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;background:#eaf1fb;color:#35506e;white-space:nowrap}.pill.green{background:#e8f7ee;color:#168344}.pill.red{background:#fdecec;color:#b42318}.empty{padding:44px 20px;text-align:center;color:var(--muted);background:white;border:1px dashed #dbe2ec;border-radius:16px;display:grid;justify-items:center;gap:8px}.empty>i{font-size:24px;color:#9eabba}.empty b{color:#526077}.empty span{font-size:12px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);background:white;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(6,1fr);padding:8px max(6px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom));z-index:20}.bottom-nav button{border:0;background:transparent;color:#7a879b;display:grid;gap:4px;justify-items:center;font-size:10px}.bottom-nav button.active{color:var(--blue);font-weight:800}.bottom-nav i{font-size:18px}.bottom-nav span{font-size:10px}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:22px;background:linear-gradient(180deg,#f7f9fd,#eef3f9)}.login-card{width:min(390px,100%);background:white;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 18px 55px rgba(26,45,73,.1)}.logo{width:58px;height:58px;border-radius:18px;background:var(--navy);color:white;display:grid;place-items:center;font-size:25px;margin:0 auto 14px}.login-card h1{text-align:center;font-size:20px;margin:0}.login-card>p{text-align:center;color:var(--muted);font-size:13px;margin:7px 0 22px}.field{display:grid;gap:6px;margin-bottom:13px}.field.compact{margin:14px 0 0}.field label{font-size:12px;font-weight:800;color:#536078}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe5ee;border-radius:12px;background:white;padding:11px 12px;outline:none;min-height:44px}.field textarea{min-height:92px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8eb8f4;box-shadow:0 0 0 3px rgba(23,105,224,.08)}.mobile-input-icon{position:relative}.mobile-input-icon i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8a97a9}.mobile-input-icon input{padding-left:38px}.btn{border:0;border-radius:12px;padding:12px 14px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--blue);color:white}.btn.block{width:100%}.btn.secondary{background:#eef3f8;color:#31435d}.btn.danger{background:#fdecec;color:#b42318}.btn:disabled{opacity:.6}.error{background:#fff0f0;color:#b42318;border-radius:10px;padding:10px 12px;font-size:12px;margin-bottom:12px}.apk-login-link{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;color:#607089;text-decoration:none;font-size:12px}.detail-shell{max-width:520px;margin:auto;min-height:100vh;background:var(--bg)}.detail-top{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:11px;padding:12px 16px}.detail-top .back{border:0;background:#eef3f8;width:38px;height:38px;border-radius:12px;color:#40536b}.detail-top b,.detail-top small{display:block}.detail-top b{font-size:14px}.detail-top small{color:var(--muted);font-size:11px;margin-top:3px}.detail-body{padding:14px 14px 110px}.lesson-summary{background:linear-gradient(135deg,#0d2d52,#174d85);color:#fff;border-radius:17px;padding:15px;margin-bottom:12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.lesson-summary div{display:grid;gap:6px}.lesson-summary span{font-size:11px;opacity:.85}.lesson-summary strong{background:rgba(255,255,255,.13);border-radius:10px;padding:8px;font-size:11px;white-space:nowrap}.detail-card{background:white;border:1px solid var(--line);border-radius:16px;padding:15px;margin-bottom:12px}.detail-card h3{font-size:14px;margin:0 0 12px;display:flex;align-items:center;gap:8px}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.status-grid label{border:1px solid var(--line);background:white;border-radius:12px;padding:10px;font-size:12px;display:flex;gap:7px;align-items:center}.status-grid input{margin:0}.student-title{display:flex;align-items:center;justify-content:space-between}.student-title span{font-size:11px;color:var(--muted)}.student-row{display:grid;grid-template-columns:1fr 112px;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid #eef1f5}.student-row:last-child{border-bottom:0}.student-name{display:flex;align-items:center;gap:9px;min-width:0}.student-name b{font-size:13px}.student-name small{display:block;color:var(--muted);margin-top:3px;font-size:11px}.student-avatar{width:34px;height:34px;border-radius:10px;background:#eef3f9;color:#31506e;display:grid;place-items:center;font-weight:800}.status-select{border:1px solid var(--line);border-radius:10px;padding:8px;background:#fff;font-size:12px}.status-select.present{color:#168344;background:#f1faf4}.status-select.absent{color:#b42318;background:#fff4f4}.status-select.late{color:#a75d00;background:#fff8ea}.status-select.excused{color:#5e4bb7;background:#f5f2ff}.student-note{grid-column:1/-1}.student-note input{width:100%;border:1px solid var(--line);border-radius:10px;padding:8px 10px}.compact-empty{padding:24px 14px}.savebar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);background:rgba(245,247,251,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:12px 14px calc(12px + env(safe-area-inset-bottom));z-index:25}.student-list{display:grid;gap:9px}.student-list-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px;display:flex;gap:10px;align-items:center}.student-list-card b,.student-list-card small{display:block}.student-list-card small{color:var(--muted);font-size:11px;margin-top:4px}.student-avatar.large{width:42px;height:42px;border-radius:13px}.profile-card{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.profile-head{text-align:center;padding:8px 0 18px}.profile-avatar{margin:auto;width:66px;height:66px;font-size:25px;background:#eaf2ff;color:#1769e0}.profile-head h2{font-size:18px;margin:12px 0 4px}.profile-head small{color:#718096}.profile-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eef1f5;font-size:13px}.profile-row span{color:var(--muted);display:flex;gap:7px;align-items:center}.profile-row b{text-align:right}.profile-actions{display:grid;gap:8px;margin-top:16px}.loader{padding:70px;text-align:center;color:var(--muted);display:flex;justify-content:center;gap:8px}.toast{position:fixed;left:50%;bottom:92px;transform:translateX(-50%);background:#14243c;color:white;border-radius:12px;padding:11px 14px;font-size:12px;z-index:50;box-shadow:0 10px 30px rgba(0,0,0,.18);display:flex;align-items:center;gap:7px;white-space:nowrap}.toast.error{background:#b42318}
@media(min-width:700px){body{padding:24px}.app-shell,.detail-shell{border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.08);min-height:calc(100vh - 48px)}.bottom-nav{bottom:24px;border-radius:0 0 24px 24px}.savebar{bottom:24px;border-radius:0 0 24px 24px}}
@media(max-width:380px){.app-body{padding:12px}.lesson-card{padding:12px;gap:9px}.lesson-time{min-width:55px}.pill{display:none}.status-grid{grid-template-columns:1fr}.student-row{grid-template-columns:1fr 104px}}

/* v1.2 - Ders Sonu Akademik İzlem */
.academic-home-card{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px;display:grid;grid-template-columns:42px 1fr 36px;gap:10px;align-items:center}.academic-home-icon,.academic-cta-icon,.report-summary-icon,.report-lesson-icon{display:grid;place-items:center;background:#eaf2ff;color:var(--blue);border-radius:12px}.academic-home-icon{width:42px;height:42px}.academic-home-card b,.academic-home-card small{display:block}.academic-home-card small{color:var(--muted);font-size:11px;line-height:1.45;margin-top:4px}.academic-home-card>button{border:0;background:#f1f5fa;color:#5b6b82;border-radius:10px;width:36px;height:36px;cursor:pointer}.academic-cta{background:linear-gradient(135deg,#f7fbff,#eef5ff);border:1px solid #dceafd;border-radius:17px;padding:14px;margin-bottom:12px;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center}.academic-cta-icon{width:42px;height:42px}.academic-cta b,.academic-cta span{display:block}.academic-cta span{font-size:11px;color:#66768d;line-height:1.45;margin-top:4px}.academic-cta .btn{grid-column:1/-1}.report-intro{background:linear-gradient(135deg,#0d2d52,#174d85);color:#fff;border-radius:18px;padding:16px;display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.report-intro>div{width:42px;height:42px;flex:none;border-radius:12px;background:rgba(255,255,255,.13);display:grid;place-items:center}.report-intro b,.report-intro span{display:block}.report-intro span{font-size:11px;opacity:.78;line-height:1.5;margin-top:5px}.report-lesson-card{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px;display:grid;grid-template-columns:40px 1fr auto 12px;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer}.report-lesson-card>div:nth-child(2){min-width:0}.report-lesson-card b,.report-lesson-card small{display:block}.report-lesson-card small{color:var(--muted);font-size:11px;margin-top:4px}.report-lesson-card>i{color:#aab5c3}.report-lesson-icon{width:40px;height:40px}.report-mail-note{margin-top:12px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid var(--line);font-size:11px;color:#66768d;display:flex;gap:7px;align-items:flex-start}.report-form-body{padding:14px 14px 36px}.report-summary-card{background:linear-gradient(135deg,#0d2d52,#174d85);color:#fff;border-radius:18px;padding:15px;display:grid;grid-template-columns:46px 1fr auto;gap:11px;align-items:center;margin-bottom:12px}.report-summary-icon{width:46px;height:46px;background:rgba(255,255,255,.14);color:#fff}.report-summary-card span,.report-summary-card b,.report-summary-card small{display:block}.report-summary-card>div:nth-child(2)>span{font-size:10px;opacity:.7}.report-summary-card>div:nth-child(2)>b{font-size:15px;margin:3px 0}.report-summary-card>div:nth-child(2)>small{font-size:11px;opacity:.76}.report-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px;margin-bottom:12px}.report-card-title{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.report-card-title>span{width:28px;height:28px;flex:none;border-radius:9px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:12px}.report-card-title b,.report-card-title small{display:block}.report-card-title b{font-size:13px}.report-card-title small{font-size:10px;color:var(--muted);line-height:1.4;margin-top:3px}.auto-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:13px}.auto-info-grid>div{background:#f8fafc;border:1px solid #edf1f5;border-radius:11px;padding:10px}.auto-info-grid small,.auto-info-grid b{display:block}.auto-info-grid small{font-size:9px;color:#7b8798;text-transform:uppercase;letter-spacing:.04em}.auto-info-grid b{font-size:12px;margin-top:4px}.question-block{margin:13px 0}.question-label{display:block;font-size:12px;font-weight:800;color:#46566e;margin-bottom:8px;line-height:1.4}.choice-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice-two input,.rating-choice input,.student-chips input{position:absolute;opacity:0;pointer-events:none}.choice-two label span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px;font-weight:800;color:#5d6b7e;cursor:pointer}.choice-two input:checked+span{border-color:#8eb8f4;background:#eff6ff;color:var(--blue);box-shadow:0 0 0 2px rgba(23,105,224,.06)}.conditional-box{display:none;background:#f8fafc;border:1px solid #e8edf3;border-radius:13px;padding:12px;margin:8px 0 14px}.conditional-box.show{display:block}.mini-label{font-size:11px;font-weight:800;color:#5a687b;display:block;margin-bottom:8px}.student-chips{display:grid;grid-template-columns:1fr 1fr;gap:7px}.student-chips label span{display:block;border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 10px;cursor:pointer}.student-chips b,.student-chips small{display:block}.student-chips b{font-size:11px}.student-chips small{font-size:9px;color:var(--muted);margin-top:2px}.student-chips input:checked+span{border-color:#79a8ec;background:#edf5ff;color:#145fbf;box-shadow:0 0 0 2px rgba(23,105,224,.05)}.chip-empty{font-size:11px;color:var(--muted);display:flex;gap:7px;align-items:center}.rating-choice{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.rating-choice label span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:11px;font-weight:800;color:#59687c;cursor:pointer;padding:7px}.rating-choice input:checked+span{background:#eef6ff;border-color:#82afea;color:#145fbf;box-shadow:0 0 0 2px rgba(23,105,224,.05)}.report-send-note{background:#eef8f2;border:1px solid #d9eee1;color:#38644b;border-radius:12px;padding:11px 12px;font-size:11px;line-height:1.45;margin-bottom:10px}.report-submit{min-height:50px;font-size:13px}.report-shell .toast{bottom:18px}
@media(max-width:380px){.bottom-nav span{font-size:9px}.bottom-nav i{font-size:16px}.student-chips{grid-template-columns:1fr}.auto-info-grid{grid-template-columns:1fr}.report-summary-card{grid-template-columns:42px 1fr}.report-summary-card>.pill{grid-column:1/-1;justify-self:start}.rating-choice{grid-template-columns:1fr 1fr}}

/* v1.3 - güvenli PWA kurulum + giriş/kayıt */
.auth-card{width:min(410px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 18px 55px rgba(26,45,73,.10)}.auth-brand{text-align:center}.auth-brand .logo{margin-bottom:12px}.auth-brand h1{font-size:20px;margin:0}.auth-brand p{margin:6px 0 18px;color:var(--muted);font-size:12px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f0f3f8;border-radius:12px;padding:4px;margin-bottom:14px}.auth-tabs button{border:0;background:transparent;border-radius:9px;min-height:39px;font-size:12px;font-weight:800;color:#6b7789;cursor:pointer}.auth-tabs button.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(23,42,71,.08)}.auth-form{display:block}.field-help{font-size:10px;color:#8290a3;line-height:1.4}.security-warning{display:flex;gap:8px;align-items:flex-start;border:1px solid #f3c6c6;background:#fff5f5;color:#a42b2b;border-radius:11px;padding:10px 11px;margin-bottom:12px;font-size:11px;line-height:1.45}.security-warning.neutral{border-color:#dbe5f1;background:#f6f9fc;color:#52657b}.install-zone{margin-top:14px;border-top:1px solid #edf0f5;padding-top:14px;text-align:center}.install-main{width:100%;min-height:44px;border:1px solid #cfe0f6;background:#eef6ff;color:#145fbf;border-radius:12px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.install-main.ready{background:#e8f5ec;border-color:#c9e8d2;color:#16743d}.install-main.pulse{animation:hdtPulse 1.4s ease-in-out 2}.install-zone small{display:block;margin-top:7px;color:#8b97a8;font-size:10px}.apk-login-link{display:block;text-align:center;margin-top:11px;color:#758399;font-size:10px;text-decoration:none}.install-overlay{position:fixed;inset:0;background:rgba(8,23,43,.56);display:grid;place-items:end center;padding:18px;z-index:100}.install-modal{width:min(430px,100%);background:#fff;border-radius:22px;padding:20px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.install-modal-icon{width:52px;height:52px;border-radius:16px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:22px;margin-bottom:12px}.install-modal b,.install-modal span{display:block}.install-modal b{font-size:17px}.install-modal span{font-size:12px;color:#637187;line-height:1.6;margin:7px 0 16px}.install-modal strong{color:#21314a}@keyframes hdtPulse{50%{box-shadow:0 0 0 7px rgba(23,105,224,.10);transform:translateY(-1px)}}

/* v2.0 - profil görünümü, ölçüm modülü ve cihaz kurulumu */
:root{--card-bg:#ffffff}.brand-mark img,.logo img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.avatar-photo{overflow:hidden;padding:0!important}.avatar-photo img{width:100%;height:100%;object-fit:cover}.lesson-card,.date-label,.date-nav button,.detail-card,.student-list-card,.profile-card,.report-card,.report-lesson-card,.report-mail-note,.academic-home-card,.measurement-home-card,.settings-card{background:var(--card-bg)}.bottom-nav{grid-template-columns:repeat(6,1fr)}.measurement-home-card{width:100%;margin-top:14px;border:1px solid var(--line);border-radius:16px;padding:13px;display:grid;grid-template-columns:42px 1fr 18px;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer}.measurement-home-card b,.measurement-home-card small{display:block}.measurement-home-card small{color:var(--muted);font-size:11px;line-height:1.45;margin-top:4px}.measurement-home-card>i{color:#a9b4c3}.measurement-intro{background:linear-gradient(135deg,#0d2d52,#174d85);color:#fff;border-radius:18px;padding:16px;display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.measurement-intro>div{width:42px;height:42px;flex:none;border-radius:12px;background:rgba(255,255,255,.13);display:grid;place-items:center}.measurement-intro b,.measurement-intro span{display:block}.measurement-intro span{font-size:11px;opacity:.78;line-height:1.5;margin-top:5px}.measurement-list{display:grid;gap:9px}.measurement-card{width:100%;border:1px solid var(--line);background:var(--card-bg);border-radius:15px;padding:12px;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer}.measurement-type{width:42px;height:42px;border-radius:12px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center}.measurement-card small,.measurement-card b,.measurement-card span{display:block}.measurement-card>div:nth-child(2){min-width:0}.measurement-card>div:nth-child(2)>small{font-size:10px;color:var(--muted)}.measurement-card>div:nth-child(2)>b{font-size:13px;margin:3px 0}.measurement-card>div:nth-child(2)>span{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.measurement-net{text-align:right}.measurement-net small{font-size:9px;color:var(--muted)}.measurement-net b{font-size:14px;color:var(--blue);margin-top:3px}.measure-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.measure-grid .field{margin:0}.measure-grid .full{grid-column:1/-1}.measure-student-row{display:grid;grid-template-columns:minmax(145px,1.4fr) repeat(3,74px) 70px;gap:7px;align-items:end;padding:12px 0;border-bottom:1px solid #eef1f5}.measure-student-row:last-child{border-bottom:0}.measure-student-name{display:flex;align-items:center;gap:8px}.measure-student-name b,.measure-student-name small{display:block}.measure-student-name small{font-size:9px;color:var(--muted);margin-top:2px}.measure-number label{display:block;font-size:9px;color:var(--muted);margin-bottom:4px}.measure-number input{width:100%;min-height:38px;border:1px solid var(--line);border-radius:9px;padding:6px 7px}.measure-net-live{min-height:38px;border-radius:9px;background:#eef6ff;display:grid;place-items:center;color:#145fbf;padding:4px}.measure-net-live small,.measure-net-live b{display:block}.measure-net-live small{font-size:8px}.measure-net-live b{font-size:12px}.measure-note-input{grid-column:1/-1;width:100%;border:1px solid var(--line);border-radius:9px;padding:8px 9px}.measure-detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.measure-detail-meta>div{border:1px solid #edf1f5;background:#f8fafc;border-radius:10px;padding:10px}.measure-detail-meta small,.measure-detail-meta b{display:block}.measure-detail-meta small{font-size:9px;color:var(--muted)}.measure-detail-meta b{font-size:12px;margin-top:3px}.measure-result-list{display:grid;gap:7px}.measure-result-card{border:1px solid var(--line);border-radius:11px;padding:9px;display:grid;grid-template-columns:1fr repeat(4,auto);gap:8px;align-items:center;font-size:10px}.measure-result-card b,.measure-result-card small{display:block}.measure-result-card small{color:var(--muted);font-size:9px;margin-top:2px}.measure-result-card span{background:#f4f7fa;border-radius:7px;padding:5px 6px}.measure-result-card strong{color:var(--blue)}.settings-card{margin-top:12px;border:1px solid var(--line);border-radius:18px;padding:18px}.settings-title{display:flex;gap:10px;align-items:center;margin-bottom:16px}.settings-title>i{width:40px;height:40px;border-radius:12px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center}.settings-title b,.settings-title small{display:block}.settings-title small{font-size:10px;color:var(--muted);margin-top:3px}.profile-photo-edit{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:center;margin-bottom:16px}.profile-photo-edit #profilePreview{width:76px;height:76px;border-radius:20px;background:#eef3f9;color:#64748b;display:grid;place-items:center;overflow:hidden;font-size:24px}.profile-photo-edit #profilePreview img{width:100%;height:100%;object-fit:cover}.profile-photo-edit>div:last-child{display:flex;gap:7px;flex-wrap:wrap}.profile-photo-edit small{width:100%;font-size:9px;color:var(--muted)}.file-btn{position:relative;overflow:hidden}.file-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.settings-colors{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.settings-colors label{border:1px solid var(--line);border-radius:11px;padding:9px;background:#fff}.settings-colors span{display:block;font-size:9px;color:var(--muted);margin-bottom:6px}.settings-colors input{width:100%;height:34px;border:0;background:transparent;padding:0}.theme-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:10px 0}.theme-presets button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 5px;font-size:10px;font-weight:800;color:#58677b}.profile-actions-card{margin-top:12px}
@media(max-width:520px){.measure-grid{grid-template-columns:1fr}.measure-grid .full{grid-column:auto}.measure-student-row{grid-template-columns:1fr repeat(4,minmax(54px,1fr))}.measure-student-name{grid-column:1/-1}.measure-number input{min-height:36px}.settings-colors{grid-template-columns:1fr}.theme-presets{grid-template-columns:1fr 1fr}.measure-result-card{grid-template-columns:1fr repeat(2,auto)}.measure-result-card>span:nth-of-type(3),.measure-result-card>strong{grid-row:2}.bottom-nav span{font-size:8px}}
@media(min-width:900px){.app-shell,.detail-shell{max-width:760px}.bottom-nav,.savebar{width:min(760px,calc(100% - 48px))}.app-body{padding:22px}.measure-student-row{grid-template-columns:minmax(180px,1.6fr) repeat(3,90px) 80px}}

/* Sınıf/veli ve kullanıcı adı entegrasyonu */
.student-contact{display:inline-flex;align-items:center;gap:5px;margin-top:4px;color:#1769e0;text-decoration:none;font-size:12px;font-weight:700}
.student-parent{display:block;margin-top:3px;color:#66758a!important}
.profile-programs{padding:14px 0 2px;border-top:1px solid rgba(15,43,79,.08)}
.profile-programs>small{display:block;margin-bottom:8px;color:#76859a;font-weight:700}
.profile-programs>div{display:flex;flex-wrap:wrap;gap:6px}
.profile-programs span{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef4ff;color:#244d7d;font-size:11px;font-weight:700}

/* v2.2 - yalnız bugünün programı + REHA öğrenci listeleri */
.today-date-card{display:flex;align-items:center;gap:11px;margin:0 0 12px;padding:11px 13px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#21314a}.today-date-card>i{width:34px;height:34px;border-radius:10px;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.today-date-card b,.today-date-card span{display:block}.today-date-card b{font-size:12px}.today-date-card span{margin-top:2px;color:var(--muted);font-size:10px}.today-date-card.compact{margin-top:10px}.today-pill{background:#eef4ff;color:#245b9d}.today-empty{padding-top:26px;padding-bottom:26px}.next-lesson-hint{margin-top:8px!important;display:block!important;font-size:11px!important;color:#66758a!important}.next-lesson-hint strong{color:#244d7d}.student-contact.inline{display:inline;margin:0;font-size:inherit}.student-list-card>div:last-child{min-width:0}.student-list-card small{line-height:1.45}.student-parent a{white-space:nowrap}

/* v2.5 - REHA Ders Programı canlı haftalık öğretmen görünümü */
.weekly-home-card{width:100%;margin-top:12px;border:1px solid #cfe0f6;background:linear-gradient(135deg,#f8fbff,#eef5ff);border-radius:16px;padding:13px;display:grid;grid-template-columns:42px 1fr 18px;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer}.weekly-home-card b,.weekly-home-card small{display:block}.weekly-home-card b{font-size:13px}.weekly-home-card small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.45}.weekly-home-card>i{color:#9aaac0}.weekly-home-icon{width:42px;height:42px;border-radius:12px;background:#1769e0;color:#fff;display:grid;place-items:center}.weekly-head-card{background:linear-gradient(135deg,#0d2d52,#174d85);color:#fff;border-radius:20px;padding:16px;display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;box-shadow:0 12px 28px rgba(13,45,82,.16)}.weekly-head-icon{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.13);display:grid;place-items:center;font-size:19px}.weekly-head-card small,.weekly-head-card span{display:block}.weekly-head-card>div:nth-child(2)>small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.weekly-head-card h2{font-size:16px;margin:3px 0}.weekly-head-card>div:nth-child(2)>span{font-size:9px;opacity:.72}.weekly-source-note{display:flex;gap:8px;align-items:center;margin:10px 2px 12px;padding:9px 11px;border-radius:11px;background:#edf8f1;color:#2f6e47;font-size:10px}.weekly-source-note i{color:#168344}.week-day-strip{position:sticky;top:67px;z-index:8;display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin:0 -2px 12px;padding:7px 2px;background:rgba(245,247,251,.94);backdrop-filter:blur(8px)}.week-day-chip{border:1px solid var(--line);background:#fff;border-radius:11px;padding:7px 3px;color:#637187;cursor:pointer}.week-day-chip span,.week-day-chip b{display:block}.week-day-chip span{font-size:9px;font-weight:800}.week-day-chip b{font-size:11px;margin-top:3px;color:#31435d}.week-day-chip.active{background:#1769e0;border-color:#1769e0;color:#fff;box-shadow:0 5px 15px rgba(23,105,224,.18)}.week-day-chip.active b{color:#fff}.weekly-program{display:grid;gap:12px}.weekly-day{scroll-margin-top:125px;border:1px solid var(--line);background:#fff;border-radius:17px;padding:12px}.weekly-day.is-today{border-color:#b7d2f7;box-shadow:0 0 0 2px rgba(23,105,224,.05)}.weekly-day-head{display:flex;justify-content:space-between;align-items:center;padding:2px 2px 10px}.weekly-day-head b,.weekly-day-head small{display:block}.weekly-day-head b{font-size:13px}.weekly-day-head small{font-size:9px;color:var(--muted);margin-top:2px}.weekly-day-lessons{display:grid;gap:7px}.weekly-lesson-card{width:100%;border:1px solid #edf1f5;background:#fbfcfe;border-radius:13px;padding:10px;display:grid;grid-template-columns:54px 4px 1fr 12px;gap:9px;align-items:center;text-align:left;color:inherit;cursor:pointer}.weekly-lesson-card:disabled{cursor:default;opacity:.8}.weekly-time b,.weekly-time small{display:block}.weekly-time b{font-size:12px}.weekly-time small{font-size:9px;color:var(--muted);margin-top:2px}.weekly-color{width:4px;height:40px;border-radius:8px}.weekly-copy{min-width:0}.weekly-copy b,.weekly-copy span,.weekly-copy small{display:block}.weekly-copy b{font-size:12px}.weekly-copy span{font-size:10px;color:#65758b;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.weekly-copy small{font-size:9px;color:#95a1b1;margin-top:3px}.weekly-lesson-card>i{color:#b5c0ce;font-size:10px}.weekly-no-lesson{min-height:46px;border:1px dashed #dfe5ed;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:7px;color:#9aa6b5;font-size:10px;background:#fafbfd}
@media(min-width:900px){.week-day-strip{top:70px}.weekly-program{grid-template-columns:1fr 1fr}.weekly-day{scroll-margin-top:130px}}

/* v2.6 - mobil taşma düzeltmeleri + 6 sekmeli alt menü */
html,body,#app,.app-shell,.detail-shell{max-width:100%;overflow-x:hidden}
.app-body,.detail-body,.report-form-body,.lesson-main,.weekly-copy,.student-name>div,.student-list-card>div:last-child{min-width:0}
.bottom-nav{grid-template-columns:repeat(6,minmax(0,1fr));padding-left:max(4px,env(safe-area-inset-left));padding-right:max(4px,env(safe-area-inset-right))}
.bottom-nav button{min-width:0;padding:0 1px;overflow:hidden}
.bottom-nav span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.student-contact,.student-contact.inline,.student-parent{max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal!important}
.profile-row>*{min-width:0}.profile-row b{overflow-wrap:anywhere}
.toast{max-width:calc(100vw - 28px);white-space:normal;text-align:left}
.weekly-head-card>div:nth-child(2){min-width:0}.weekly-head-card h2,.weekly-head-card>div:nth-child(2)>span{overflow:hidden;text-overflow:ellipsis}
.weekly-source-note span{min-width:0;overflow-wrap:anywhere}
.week-day-chip{min-width:0;overflow:hidden}
.weekly-lesson-card>*{min-width:0}
.lesson-card>*{min-width:0}

@media(max-width:520px){
  .app-header{padding:10px 12px}.app-body{padding:12px}.detail-top{padding:10px 12px}.detail-body{padding:12px 12px 112px}
  .bottom-nav{gap:0;padding-top:7px}.bottom-nav i{font-size:16px}.bottom-nav span{font-size:7.5px}.bottom-nav button{gap:3px}
  .lesson-card{display:grid;grid-template-columns:50px 4px minmax(0,1fr) auto;gap:8px;padding:11px}
  .lesson-card .row-arrow{display:none}.lesson-time{min-width:0}.lesson-main small{white-space:normal;line-height:1.35}.pill{padding:5px 6px;font-size:9px}
  .lesson-summary{align-items:flex-start;flex-wrap:wrap}.lesson-summary strong{white-space:normal}
  .student-row{grid-template-columns:minmax(0,1fr);gap:8px}.status-select{width:100%;max-width:100%}.student-note{grid-column:auto}
  .student-name{align-items:flex-start}.student-name b,.student-name small{overflow-wrap:anywhere}
  .student-list-card{align-items:flex-start}.student-avatar.large{flex:none}
  .weekly-head-card{grid-template-columns:40px minmax(0,1fr);gap:9px;padding:13px}.weekly-head-icon{width:40px;height:40px}.weekly-head-card>.pill{grid-column:1/-1;justify-self:start}
  .week-day-strip{top:63px;gap:3px;margin-left:-1px;margin-right:-1px}.week-day-chip{padding:6px 1px}.week-day-chip span{font-size:8px}.week-day-chip b{font-size:10px}
  .weekly-day{padding:10px}.weekly-lesson-card{grid-template-columns:48px 4px minmax(0,1fr);gap:7px;padding:9px}.weekly-lesson-card>i{display:none}.weekly-copy span{white-space:normal;line-height:1.35}
  .measure-result-card{overflow:hidden}.measure-result-card>*{min-width:0}
}

@media(max-width:380px){
  .brand-mark{width:38px;height:38px}.app-title{font-size:13px}.app-sub{font-size:9px}.icon-btn{width:34px;height:34px}
  .bottom-nav span{font-size:7px}.bottom-nav i{font-size:15px}
  .lesson-card{grid-template-columns:45px 3px minmax(0,1fr) auto}.lesson-time b{font-size:12px}.lesson-time small{font-size:9px}.lesson-main b{font-size:12px}
  .week-day-chip span{font-size:7px}.week-day-chip b{font-size:9px}
  .weekly-time b{font-size:11px}.weekly-copy b{font-size:11px}
  .status-grid{grid-template-columns:1fr}
}

/* v2.7.0 - bireysel öğrenci gelişim raporu */
.student-report-intro{margin-bottom:12px}.student-list-card-progress{align-items:flex-start}.student-list-card-main{min-width:0;flex:1}.student-name-link{appearance:none;border:0;background:transparent;padding:0;color:var(--text);font-weight:800;text-align:left;cursor:pointer;font-size:13px}.student-name-link:active{color:var(--blue)}.student-progress-btn{flex:none;border:1px solid #cfe0f8;background:#eef5ff;color:#1769e0;border-radius:12px;min-width:78px;padding:8px 7px;display:grid;justify-items:center;gap:4px;font-size:10px;font-weight:800;line-height:1.12;cursor:pointer}.student-progress-btn i{font-size:15px}.student-progress-btn:active{transform:scale(.98)}.student-progress-summary{margin-bottom:12px}.progress-history-card{margin-top:14px}.progress-history{display:grid;gap:8px}.progress-history-item{border:1px solid var(--line);background:#fbfcfe;border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.progress-history-item>div{min-width:0}.progress-history-item b,.progress-history-item small{display:block}.progress-history-item b{font-size:12px}.progress-history-item small{font-size:10px;color:var(--muted);margin-top:4px}.student-progress-shell .rating-choice{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:380px){.student-list-card-progress{flex-wrap:wrap}.student-list-card-main{width:calc(100% - 54px)}.student-progress-btn{width:100%;grid-template-columns:auto auto;justify-content:center}.student-progress-btn br{display:none}.progress-history-item{align-items:flex-start;flex-direction:column}}


/* v2.8.0 - Flipped Learning uygulama değerlendirme rubriği */
.flipped-cta{background:linear-gradient(135deg,#fffaf5,#fff4ea);border-color:#f3dfca}.flipped-cta .academic-cta-icon{background:#fff0dd;color:#a65b00}.flipped-entry-card{width:100%;border:1px solid #dce6f3;background:#fff;border-radius:16px;padding:13px;margin:12px 0;display:grid;grid-template-columns:44px 1fr 14px;gap:11px;align-items:center;text-align:left;color:inherit;cursor:pointer}.flipped-entry-icon{width:44px;height:44px;border-radius:13px;background:#fff0dd;color:#a65b00;display:grid;place-items:center}.flipped-entry-card b,.flipped-entry-card small{display:block}.flipped-entry-card b{font-size:12px}.flipped-entry-card small{font-size:10px;color:var(--muted);line-height:1.45;margin-top:4px}.flipped-entry-card>i{color:#aab5c3}.rubric-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.rubric-legend{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:4px 0 12px}.rubric-legend span{border:1px solid var(--line);background:#f8fafc;border-radius:10px;padding:7px 4px;text-align:center;font-size:8px;line-height:1.2;color:#65758a}.rubric-legend b{display:block;font-size:14px;color:#25364f;margin-bottom:2px}.rubric-fast-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rubric-fast-actions .btn{font-size:10px;padding:10px}.rubric-section-card{position:relative}.rubric-fill-section{border:0;background:#f1f6fc;color:#315d91;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:800;margin:-4px 0 8px;cursor:pointer}.rubric-criterion{padding:11px 0;border-bottom:1px solid #edf1f5}.rubric-criterion:last-child{border-bottom:0}.rubric-criterion-text{font-size:11px;font-weight:700;color:#44546a;line-height:1.45;margin-bottom:8px}.rubric-score-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.rubric-score-buttons input{position:absolute;opacity:0;pointer-events:none}.rubric-score-buttons label span{height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;color:#65748a;cursor:pointer}.rubric-score-buttons input:checked+span{background:#eaf3ff;border-color:#7ba9e8;color:#145fbf;box-shadow:0 0 0 2px rgba(23,105,224,.06)}.rubric-live-score{position:sticky;bottom:8px;z-index:5;background:#0d2d52;color:#fff;border-radius:14px;padding:10px 12px;margin:10px 0;display:grid;grid-template-columns:1fr auto;gap:2px 10px;align-items:center;box-shadow:0 8px 22px rgba(13,45,82,.18)}.rubric-live-score span{font-size:10px;opacity:.75}.rubric-live-score b{font-size:15px}.rubric-live-score small{grid-column:2;font-size:10px;opacity:.8;text-align:right}.rubric-history-card{margin-top:14px}
@media(max-width:380px){.rubric-meta-grid{grid-template-columns:1fr}.rubric-legend{grid-template-columns:repeat(5,1fr)}.rubric-legend span{font-size:7px}.rubric-score-buttons{gap:4px}.rubric-score-buttons label span{height:34px}.rubric-fast-actions{grid-template-columns:1fr}}

/* v2.9.1 - Ödev Yönetimi */
.homework-home-card{width:100%;margin-top:14px;border:1px solid #d9e6f7;background:linear-gradient(135deg,#ffffff,#f7fbff);border-radius:16px;padding:13px;display:grid;grid-template-columns:42px 1fr 18px;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer}.homework-home-icon{width:42px;height:42px;border-radius:12px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center}.homework-home-card b,.homework-home-card small,.homework-home-card span{display:block}.homework-home-card small{color:var(--muted);font-size:11px;line-height:1.45;margin-top:4px}.homework-home-card>i{color:#a9b4c3}.homework-home-stats{font-size:9px!important;color:#1769e0!important;font-weight:800;margin-top:5px}.homework-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.homework-summary-grid>div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:11px;text-align:center}.homework-summary-grid small,.homework-summary-grid b{display:block}.homework-summary-grid small{font-size:9px;color:var(--muted);line-height:1.25}.homework-summary-grid b{font-size:18px;color:#123d70;margin-top:4px}.homework-intro{background:linear-gradient(135deg,#0d2d52,#174d85);color:#fff;border-radius:18px;padding:16px;display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.homework-intro>div{width:42px;height:42px;flex:none;border-radius:12px;background:rgba(255,255,255,.13);display:grid;place-items:center}.homework-intro b,.homework-intro span{display:block}.homework-intro span{font-size:11px;opacity:.78;line-height:1.5;margin-top:5px}.homework-list{display:grid;gap:9px}.homework-card{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 10px;gap:10px;align-items:center;text-align:left;color:inherit;cursor:pointer}.homework-card-icon{width:42px;height:42px;border-radius:12px;background:#eef5ff;color:#1769e0;display:grid;place-items:center}.homework-card-main{min-width:0}.homework-card-main small,.homework-card-main b,.homework-card-main span,.homework-card-main em{display:block}.homework-card-main small{font-size:9px;color:var(--muted)}.homework-card-main b{font-size:13px;margin:3px 0}.homework-card-main span{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homework-card-main em{font-size:9px;color:#1769e0;font-style:normal;font-weight:800;margin-top:4px}.homework-success{text-align:right;min-width:76px}.homework-success small,.homework-success b,.homework-success span{display:block}.homework-success small{font-size:8px;color:var(--muted)}.homework-success b{font-size:15px;color:#1769e0;margin:2px 0}.homework-success span{font-size:8px;color:var(--muted)}.homework-card>i{color:#b0bac7}.homework-target-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.homework-target-switch input{position:absolute;opacity:0;pointer-events:none}.homework-target-switch span{min-height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;gap:7px;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#56677d;cursor:pointer}.homework-target-switch input:checked+span{border-color:#83afe9;background:#eef6ff;color:#145fbf;box-shadow:0 0 0 2px rgba(23,105,224,.05)}.homework-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.homework-description{border:1px solid #e8edf3;background:#f8fafc;border-radius:11px;padding:11px;font-size:12px;line-height:1.55;white-space:pre-wrap;color:#44546a}.homework-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.homework-detail-stats>div{border:1px solid #e9eef5;background:#fbfcfe;border-radius:11px;padding:9px;text-align:center}.homework-detail-stats small,.homework-detail-stats b{display:block}.homework-detail-stats small{font-size:8px;color:var(--muted)}.homework-detail-stats b{font-size:14px;margin-top:3px}.homework-result-list{display:grid}.homework-result-row{display:grid;grid-template-columns:minmax(155px,1.3fr) 120px 76px minmax(120px,1fr);gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f5}.homework-result-row:last-child{border-bottom:0}.homework-result-student{display:flex;align-items:center;gap:8px;min-width:0}.homework-result-student b,.homework-result-student small{display:block}.homework-result-student b{font-size:11px}.homework-result-student small{font-size:9px;color:var(--muted)}.homework-result-row select,.homework-result-row input{width:100%;min-height:38px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:7px 8px;font-size:11px}
@media(max-width:620px){.homework-card{grid-template-columns:38px minmax(0,1fr) auto}.homework-card>i{display:none}.homework-card-icon{width:38px;height:38px}.homework-result-row{grid-template-columns:minmax(0,1fr) 1fr}.homework-result-student{grid-column:1/-1}.homework-result-row [data-hw-note]{grid-column:1/-1}.homework-date-grid{grid-template-columns:1fr}.homework-detail-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:380px){.homework-summary-grid{grid-template-columns:1fr}.homework-target-switch{grid-template-columns:1fr}.homework-detail-stats{grid-template-columns:1fr}}


/* v3.0.0 - Öğretmen geçmişi, öğrenci notu, PDF ve kişisel stil */
html,body,button,input,select,textarea{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
body{--texture-image:none;--texture-size:auto}
body[data-texture="flower"]{--texture-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctext%20x%3D%2212%22%20y%3D%2244%22%20font-size%3D%2224%22%20opacity%3D%220.12%22%3E%E2%9C%BF%3C%2Ftext%3E%3C%2Fsvg%3E");--texture-size:72px 72px}
body[data-texture="cat"]{--texture-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctext%20x%3D%2212%22%20y%3D%2244%22%20font-size%3D%2224%22%20opacity%3D%220.12%22%3E%F0%9F%90%B1%3C%2Ftext%3E%3C%2Fsvg%3E");--texture-size:78px 78px}
body[data-texture="dog"]{--texture-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctext%20x%3D%2212%22%20y%3D%2244%22%20font-size%3D%2224%22%20opacity%3D%220.12%22%3E%F0%9F%90%B6%3C%2Ftext%3E%3C%2Fsvg%3E");--texture-size:78px 78px}
.app-shell,.detail-shell{background-color:var(--bg);background-image:var(--texture-image);background-size:var(--texture-size)}
.report-mail-note.neutral{background:rgba(255,255,255,.86);border-color:#dce6f1;color:#52657b}
.student-list-card{align-items:stretch}
.student-list-card>.student-main{flex:1;min-width:0}
.student-action-stack{margin-left:auto;display:grid;grid-template-columns:1fr 1fr;gap:6px;align-self:center}
.student-progress-btn,.student-note-btn{border:1px solid var(--line);background:#fff;border-radius:11px;min-width:64px;padding:7px 8px;color:#51647c;display:grid;place-items:center;gap:3px;cursor:pointer;font-size:10px;font-weight:700;line-height:1.15}
.student-progress-btn i,.student-note-btn i{font-size:14px;color:var(--blue)}
.student-note-btn{background:color-mix(in srgb,var(--blue) 7%,#fff);border-color:color-mix(in srgb,var(--blue) 20%,var(--line))}
.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}
.field-label-row>label{margin:0}
.mini-audience{display:inline-grid;grid-template-columns:1fr 1fr;gap:4px;background:#eef2f7;border-radius:9px;padding:3px}
.mini-audience input{position:absolute;opacity:0;pointer-events:none}
.mini-audience span{display:flex;align-items:center;justify-content:center;gap:4px;min-height:28px;padding:4px 7px;border-radius:7px;font-size:9px;font-weight:800;color:#69778a;cursor:pointer;white-space:nowrap}
.mini-audience input:checked+span{background:#fff;color:var(--blue);box-shadow:0 1px 5px rgba(28,48,78,.10)}
.field-help{display:block;font-size:9px;color:#8793a4;line-height:1.45;margin-top:5px}
.history-edit-button{width:100%;border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px 11px;text-align:left;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:9px;align-items:center;color:inherit;cursor:pointer}
.history-edit-button>i:first-child{width:36px;height:36px;border-radius:10px;background:#eef5ff;color:var(--blue);display:grid;place-items:center}
.history-edit-button b,.history-edit-button small{display:block}
.history-edit-button small{color:var(--muted);font-size:9px;margin-top:3px}
.history-edit-button>i:last-child{color:#a9b4c2}
.profile-card{margin-bottom:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(5px)}
.profile-card-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}
.profile-card-title>i{width:34px;height:34px;flex:none;border-radius:10px;background:color-mix(in srgb,var(--blue) 10%,#fff);color:var(--blue);display:grid;place-items:center}
.profile-card-title>div{min-width:0;flex:1}
.profile-card-title b,.profile-card-title small{display:block}
.profile-card-title b{font-size:14px}
.profile-card-title small{font-size:10px;color:var(--muted);line-height:1.45;margin-top:3px}
.style-card{padding-bottom:16px}
.style-group{margin:12px 0}
.style-group>label{display:block;font-size:10px;font-weight:800;color:#637187;margin-bottom:7px}
.style-picks{display:flex;gap:6px;flex-wrap:wrap}
.style-chip{position:relative;border:1px solid var(--line);background:#fff;border-radius:10px;min-height:34px;padding:6px 9px;display:flex;gap:6px;align-items:center;cursor:pointer;font-size:10px;font-weight:700;color:#657388}
.style-chip input{position:absolute;opacity:0;pointer-events:none}
.style-chip.active,.style-chip:has(input:checked){border-color:color-mix(in srgb,var(--blue) 45%,var(--line));background:color-mix(in srgb,var(--blue) 8%,#fff);color:var(--blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue) 6%,transparent)}
.swatch{width:13px;height:13px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.07)}
.swatch.blue{background:#1769e0}.swatch.pink{background:#d94f8a}.swatch.purple{background:#7657d8}.swatch.green{background:#168344}.swatch.orange{background:#d97706}
.texture-chip i{width:18px;text-align:center}
.operations-card{padding:16px}
.activity-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}
.activity-tools select{min-height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:8px 10px;color:var(--text)}
.week-filter input{position:absolute;opacity:0;pointer-events:none}
.week-filter span{min-height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:8px 10px;display:flex;gap:6px;align-items:center;font-size:10px;font-weight:800;color:#68778c;cursor:pointer}
.week-filter input:checked+span{background:color-mix(in srgb,var(--blue) 8%,#fff);border-color:color-mix(in srgb,var(--blue) 32%,var(--line));color:var(--blue)}
.activity-pdf-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:9px 0 12px}
.activity-pdf-actions .btn{font-size:10px;padding:9px 10px}
.activity-list{display:grid;gap:8px}
.activity-item{border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:center}
.activity-icon{width:38px;height:38px;border-radius:11px;background:color-mix(in srgb,var(--blue) 9%,#fff);color:var(--blue);display:grid;place-items:center}
.activity-copy{min-width:0}
.activity-copy small,.activity-copy b,.activity-copy span{display:block;overflow:hidden;text-overflow:ellipsis}
.activity-copy small{font-size:8px;color:#8793a4;white-space:nowrap}
.activity-copy b{font-size:11px;margin:2px 0;white-space:nowrap}
.activity-copy span{font-size:9px;color:var(--muted);white-space:nowrap}
.activity-actions{display:flex;gap:4px}
.activity-btn{width:31px;height:31px;border:1px solid var(--line);background:#fff;border-radius:9px;color:#65748a;display:grid;place-items:center;cursor:pointer;font-size:11px}
.activity-btn:hover{color:var(--blue);border-color:color-mix(in srgb,var(--blue) 28%,var(--line))}
.profile-actions-card{padding:13px 16px}
@media(max-width:430px){.student-list-card{display:grid;grid-template-columns:42px minmax(0,1fr)}.student-action-stack{grid-column:1/-1;width:100%;grid-template-columns:1fr 1fr;margin:2px 0 0}.student-progress-btn,.student-note-btn{min-height:40px;display:flex;flex-direction:row}.field-label-row{align-items:flex-start;flex-direction:column}.mini-audience{width:100%}.mini-audience span{min-height:32px}.activity-tools{grid-template-columns:1fr}.week-filter span{justify-content:center}.activity-item{grid-template-columns:36px minmax(0,1fr)}.activity-actions{grid-column:1/-1;justify-content:flex-end}}
/* v3.0.0 küçük yerleşim düzeltmeleri */
.student-list-card>.student-list-card-main{flex:1;min-width:0}
.history-edit-button{grid-template-columns:minmax(0,1fr) auto}
.history-edit-button>div{min-width:0}.history-edit-button>div b,.history-edit-button>div small{display:block}.history-edit-button>div b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.history-edit-button>span{justify-self:end}
