:root{color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,"Apple Color Emoji","Segoe UI Emoji";background:#f8fafc;color:#111827}.container{max-width:1120px;margin:0 auto;padding:0 16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.btn{height:40px;padding:0 16px;border:1px solid #d1d5db;border-radius:12px;background:#fff;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#111;color:#fff;border-color:#111}.input{width:100%;height:44px;padding:0 14px;border:1px solid #d1d5db;border-radius:12px}.select{height:44px;padding:0 10px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.badge{padding:6px 12px;border:1px solid #d1d5db;border-radius:999px;background:#fff;font-size:14px;cursor:pointer}.badge.active{background:#111;color:#fff;border-color:#111}.grid{display:grid;gap:16px}.aspect-video{position:relative;width:100%;padding-bottom:56.25%;background:#f3f4f6}.aspect-video>img,.aspect-video>div{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.header{position:sticky;top:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border-bottom:1px solid #e5e7eb;z-index:10}.footer{color:#6b7280;text-align:center;padding:40px 0}.modal-backdrop{position:fixed;inset:0;background:#0006}.modal{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:16px;overflow:auto}.modal-panel{background:#fff;border-radius:16px;border:1px solid #e5e7eb;max-width:768px;width:100%}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
