.edu-compare{font-family:var(--font-instrument-sans),"Instrument Sans",sans-serif;background:#f8fafc;min-height:calc(100vh - 200px);padding:32px 24px 64px}.edu-compare__inner{max-width:1280px;margin:0 auto}.edu-compare__title{color:#0f172a;letter-spacing:-.03em;margin:0 0 28px;font-size:clamp(28px,3vw,36px);font-weight:800}.edu-compare__slots{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.edu-compare__slot{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:160px;padding:24px 20px;display:flex}.edu-compare__slot--filter{background:#eceff3;border:1px solid #e2e8f0}.edu-compare__slot--filter p{color:#94a3b8;max-width:180px;margin:0;font-size:14px;font-weight:500;line-height:1.5}.edu-compare__slot--add{cursor:pointer;font:inherit;background:#fff;border:2px dashed #93c5fd;width:100%;transition:border-color .2s,background .2s,transform .2s}.edu-compare__slot--add:hover{background:#f8fbff;border-color:#3b82f6;transform:translateY(-2px)}.edu-compare__add-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;display:inline-flex;box-shadow:0 6px 18px #2563eb47}.edu-compare__slot--add h3{color:#0f172a;margin:0 0 6px;font-size:17px;font-weight:700}.edu-compare__slot--add p{color:#94a3b8;margin:0;font-size:13px}.edu-compare__slot--filled{background:#fff;border:1px solid #e2e8f0;justify-content:flex-start;align-items:stretch;padding:16px;position:relative;box-shadow:0 4px 16px #0f172a0d}.edu-compare__slot-remove{z-index:2;color:#64748b;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,color .2s;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 1px 4px #0f172a2e}.edu-compare__slot-remove:hover{color:#dc2626;background:#fee2e2}.edu-compare__slot-img{z-index:0;object-fit:cover;border-radius:12px;width:100%;height:90px;margin-bottom:12px;position:relative}.edu-compare__slot-name{color:#0f172a;text-align:left;margin:0;font-size:14px;font-weight:700;line-height:1.35}.edu-compare__slot-location{color:#64748b;text-align:left;margin:4px 0 0;font-size:12px}.edu-compare__empty{text-align:center;background:#fff;border-radius:24px;padding:56px 32px 48px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0f172a0f}.edu-compare__empty:before,.edu-compare__empty:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.edu-compare__empty:before{background:radial-gradient(circle,#93c5fd59 0%,#0000 70%);width:280px;height:280px;bottom:-120px;left:-80px}.edu-compare__empty:after{background:radial-gradient(circle,#c4b5fd4d 0%,#0000 70%);width:220px;height:220px;top:-80px;right:-60px}.edu-compare__empty-content{z-index:1;max-width:520px;margin:0 auto;position:relative}.edu-compare__empty-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:inline-flex;box-shadow:0 10px 28px #2563eb4d}.edu-compare__empty h2{color:#0f172a;letter-spacing:-.03em;margin:0 0 14px;font-size:clamp(22px,2.5vw,28px);font-weight:800}.edu-compare__empty p{color:#64748b;margin:0 0 28px;font-size:15px;line-height:1.7}.edu-compare__empty-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 8px 24px #2563eb52}.edu-compare__empty-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.edu-compare__table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;overflow-x:auto;box-shadow:0 4px 20px #0f172a0d}.edu-compare__table{border-collapse:collapse;width:100%;font-size:14px}.edu-compare__table th,.edu-compare__table td{text-align:left;vertical-align:top;border-bottom:1px solid #eef2f7;padding:14px 16px}.edu-compare__table th{color:#0f172a;background:#f8fafc;font-weight:700}.edu-compare__table td{color:#475569}.edu-compare__table-school-link{color:#0f172a;font-weight:700;text-decoration:none}.edu-compare__table-school-link:hover{color:#2563eb}.edu-compare__table-img{object-fit:cover;border-radius:10px;width:100px;height:68px}.edu-compare__modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.edu-compare__modal{background:#fff;border-radius:20px;width:100%;max-width:520px;padding:24px;box-shadow:0 24px 48px #0f172a2e}.edu-compare__modal-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.edu-compare__modal-header h3{color:#0f172a;margin:0;font-size:20px;font-weight:700}.edu-compare__modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.edu-compare__search-input{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:12px 16px;font-size:14px}.edu-compare__search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.edu-compare__search-results{max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.edu-compare__search-item{cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;transition:background .2s;display:flex}.edu-compare__search-item:hover{background:#f1f5f9}.edu-compare__search-item span{color:#0f172a;font-size:14px;font-weight:600}.edu-compare__search-item small{color:#64748b;font-size:12px;font-weight:400;display:block}.edu-compare__alert{border-radius:12px;margin-bottom:20px;padding:14px 18px;font-size:14px}.edu-compare__alert--info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.edu-compare__alert--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}@media (max-width:1024px){.edu-compare__slots{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.edu-compare{padding:24px 16px 48px}.edu-compare__slots{grid-template-columns:1fr;gap:14px}.edu-compare__slot{min-height:140px}.edu-compare__empty{padding:40px 20px 36px}}
