@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}@media(max-width:767px){h1{font-size:2rem}}h2{font-size:2rem}@media(max-width:767px){h2{font-size:1.5rem}}h3{font-size:1.5rem}@media(max-width:767px){h3{font-size:1.25rem}}p{margin-bottom:1rem;line-height:1.6}a{color:#3b82f6;text-decoration:none;transition:color .2s}a:hover{color:#2563eb}button{border:none;background:0 0;cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto}ul,ol{list-style:none}*:focus{outline:2px solid #3b82f6;outline-offset:2px}::selection{background:rgba(59,130,246,.2)}.container{max-width:1400px;margin:0 auto;padding:2rem;display:flex;gap:2rem}@media(max-width:767px){.container{padding:1rem}}@media(max-width:767px){.container{flex-direction:column;gap:1rem}}.main-content{flex:1;min-width:0}.header{text-align:center;margin-bottom:3rem;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow:hidden}.header h1{margin-bottom:1rem;background:linear-gradient(135deg,#1e293b 0%,#64748b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{font-size:1.125rem;color:#64748b;font-weight:400}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;font-size:1rem;background:linear-gradient(135deg,#1e293b 0%,#64748b 100%);color:#fff;border-radius:50px;box-shadow:0 4px 15px rgba(44,62,80,.4);margin-bottom:2rem}.back-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(44,62,80,.6)}.program-content{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow:hidden;overflow:hidden}.day-section{border-bottom:1px solid #e2e8f0}.day-section:last-child{border-bottom:none}.day-header{background:#f8fafc;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.day-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}@media(max-width:767px){.day-title{font-size:1.25rem}}.day-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.day-table th{background:#f8fafc;color:#64748b;padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.day-table td{padding:1.5rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.day-table tbody tr{transition:background-color .2s}.day-table tbody tr:hover{background:#f8fafc}.day-table tbody tr:last-child td{border-bottom:none}.time-cell{font-weight:600;color:#3b82f6;font-size:1rem;min-width:120px;text-align:center;background:#eff6ff;border-radius:6px;padding:1rem}@media(max-width:767px){.time-cell{min-width:100px;font-size:.875rem;padding:.75rem}}.activity-cell{color:#1e293b;font-size:1rem;font-weight:500;line-height:1.6;min-width:300px}@media(max-width:767px){.activity-cell{font-size:.875rem;min-width:200px}}.kazanım-cell{color:#64748b;font-size:.875rem;font-weight:400;line-height:1.5;min-width:250px;background:#f8fafc;border-radius:6px;padding:1rem}@media(max-width:767px){.kazanım-cell{font-size:.875rem;min-width:150px;padding:.75rem}}.checkbox-cell{text-align:center;width:60px}@media(max-width:767px){.checkbox-cell{width:50px}}.checkbox-cell input[type=checkbox]{width:20px;height:20px;accent-color:#3b82f6;cursor:pointer}@media(max-width:767px){.checkbox-cell input[type=checkbox]{width:18px;height:18px}}.sidebar{width:280px;flex-shrink:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media(max-width:767px){.sidebar{width:100%;position:static;max-height:none;margin-top:2rem;backdrop-filter:none;background:#fff}}.sidebar h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.program-list{list-style:none}.program-list li{margin-bottom:.75rem}.program-list a{display:block;padding:.75rem;background:#f8fafc;border-radius:8px;text-decoration:none;color:#1e293b;transition:all .2s}.program-list a:hover{background:#e2e8f0}.program-list .program-title{font-weight:500;margin-bottom:.25rem}.program-list .program-date{font-size:.875rem;color:#64748b}.view-all-btn{display:block;width:100%;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;font-size:1rem;background:#3b82f6;color:#fff;text-align:center;margin-top:1rem}.view-all-btn:hover{background:#2563eb;transform:translateY(-1px)}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}@media(max-width:767px){.programs-grid{grid-template-columns:1fr;gap:1rem}}.program-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow:hidden;transition:all .2s;border:1px solid #e2e8f0}.program-card:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-color:#3b82f6}.program-header{padding:1rem;border-bottom:1px solid #f1f5f9}.program-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem;line-height:1.2}.program-date{color:#64748b;font-size:.875rem;font-weight:400}.program-content{padding:1rem;display:flex;align-items:center;justify-content:center}.program-summary{color:#6c757d;margin-bottom:1rem;line-height:1.5;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.program-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;font-size:1rem;background:#3b82f6;color:#fff;font-size:.875rem;padding:.5rem 1rem;border-radius:6px;width:100%;text-align:center}.program-link:hover{background:#2563eb;transform:translateY(-1px)}.program-link:hover{transform:none;box-shadow:none}.week-badge{display:inline-block;background:#f8fafc;color:#64748b;padding:.2rem .5rem;border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:.25rem;border:1px solid #e2e8f0}.week-badge.week1{background:rgba(40,167,69,.1);color:#28a745;border-color:rgba(40,167,69,.2)}.week-badge.week2{background:rgba(255,193,7,.1);color:#ffc107;border-color:rgba(255,193,7,.2)}.week-badge.week3{background:rgba(220,53,69,.1);color:#dc3545;border-color:rgba(220,53,69,.2)}.work-program-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;font-size:1rem;background:#1e293b;border:2px solid #1e293b;color:#fff;padding:15px 30px;font-size:1.125rem;border-radius:8px;transition:all .3s;text-decoration:none;display:inline-block;font-weight:500}.work-program-btn:hover{background:#fff;color:#1e293b;border-color:#1e293b}.info-section{margin-bottom:2rem}.info-section h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.info-section p{font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.quick-links h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.quick-links-list{list-style:none}.quick-links-list li{margin-bottom:.5rem}.quick-links-list a{display:block;padding:1rem;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.1);border-radius:8px;text-decoration:none;color:#1e293b;font-size:.875rem;font-weight:500;transition:all .2s;backdrop-filter:blur(5px)}.quick-links-list a:hover{background:rgba(59,130,246,.1);border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}@media(max-width:767px){.container{padding:1rem}.header{padding:1.5rem 1rem}.header h1{font-size:2rem}.day-header{padding:1rem 1.5rem}.day-title{font-size:1.25rem}.day-table th{padding:.75rem 1rem;font-size:.875rem}.day-table td{padding:1rem}.time-cell{min-width:100px;font-size:.875rem;padding:.75rem}.activity-cell{font-size:.875rem;min-width:200px}.kazanım-cell{font-size:.875rem;min-width:150px;padding:.75rem}.checkbox-cell{width:50px}.checkbox-cell input[type=checkbox]{width:18px;height:18px}}@media print{.sidebar,.back-btn{display:none}.container{max-width:none;padding:0}.program-content{box-shadow:none;border:1px solid #ccc}.day-table{box-shadow:none;border:1px solid #ccc}}